Started by timer Obtained pipelines/pingcap/tidb/latest/periodics_integration_test.groovy from git https://github.com/PingCAP-QE/ci.git Loading library tipipeline@main Library tipipeline@main is cached. Copying from home. [Pipeline] Start of Pipeline [Pipeline] readTrusted Obtained pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes jenkins-tidb/pingcap-tidb-periodics-integration-test-3156-drrzn-vk6xn-zkrtr Agent pingcap-tidb-periodics-integration-test-3156-drrzn-vk6xn-zkrtr is provisioned from template pingcap_tidb_periodics_integration_test_3156-drrzn-vk6xn --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/periodics_integration_test/3156/" runUrl: "job/pingcap/job/tidb/job/periodics_integration_test/3156/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "c125fea5fe97795857497843dfe69ca8539ab1ca" jenkins/label: "pingcap_tidb_periodics_integration_test_3156-drrzn" name: "pingcap-tidb-periodics-integration-test-3156-drrzn-vk6xn-zkrtr" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: limits: memory: "32Gi" cpu: "8" securityContext: privileged: true tty: true volumeMounts: - mountPath: "/home/jenkins/.tidb/tmp" name: "bazel-out-merged" - mountPath: "/bazel-out-lower" name: "bazel-out-lower" subPath: "tidb/go1.19.2" - mountPath: "/bazel-out-overlay" name: "bazel-out-overlay" - mountPath: "/share/.cache/go-build" name: "gocache" - mountPath: "/share/.go" name: "gopathcache" - mountPath: "/share/.cache/bazel-repository-cache" name: "bazel-repository-cache" - mountPath: "/data/" name: "bazel-rc" readOnly: true - mountPath: "/etc/containerinfo" name: "containerinfo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/python3-requests:latest" name: "report" resources: limits: memory: "256Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "pingcap-tidb-periodics-integration-test-3156-drrzn-vk6xn-zkrtr" - name: "JENKINS_NAME" value: "pingcap-tidb-periodics-integration-test-3156-drrzn-vk6xn-zkrtr" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" Running on pingcap-tidb-periodics-integration-test-3156-drrzn-vk6xn-zkrtr in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git No credentials specified Cloning the remote Git repository Using shallow clone with depth 1 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Commit message: "fix(br): use failpoint tidb-server instead (#2951)" > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 > git rev-list --no-walk 03312178c534dce949face80c69812d989e55009 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Debug info) [Pipeline] sh + printenv JENKINS_NODE_COOKIE=effd92d0-3e8a-4d64-875f-97dcff4ac424 BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/periodics_integration_test/3156/ GOLANG_VERSION=1.21.0 HOSTNAME=pingcap-tidb-periodics-integration-test-3156-drrzn-vk6xn-zkrtr HUDSON_SERVER_COOKIE=83ef27fe9acccc92 KUBERNETES_PORT_443_TCP_PORT=443 KUBERNETES_PORT=tcp://10.233.0.1:443 TERM=xterm STAGE_NAME=Debug info BUILD_TAG=jenkins-pingcap-tidb-periodics_integration_test-3156 KUBERNETES_SERVICE_PORT=443 GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009 KUBERNETES_SERVICE_HOST=10.233.0.1 WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/periodics_integration_test/ RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/periodics_integration_test/3156/display/redirect?page=changes RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/periodics_integration_test/3156/display/redirect?page=artifacts FILE_SERVER_URL=http://fileserver.pingcap.net JENKINS_HOME=/var/jenkins_home GIT_COMMIT=03312178c534dce949face80c69812d989e55009 PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUN_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/periodics_integration_test/3156/display/redirect GOPROXY=http://goproxy.apps.svc,https://proxy.golang.org,direct _=/usr/bin/printenv POD_CONTAINER=golang PWD=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test HUDSON_URL=https://do.pingcap.net/jenkins/ JOB_NAME=pingcap/tidb/periodics_integration_test TZ=Asia/Shanghai BUILD_DISPLAY_NAME=#3156 JENKINS_URL=https://do.pingcap.net/jenkins/ BUILD_ID=3156 GOLANG_DOWNLOAD_SHA256=d0398903a16ba2232b389fb31032ddf57cac34efda306a0eebac34f0965a0742 JOB_BASE_NAME=periodics_integration_test GIT_PREVIOUS_SUCCESSFUL_COMMIT=03312178c534dce949face80c69812d989e55009 RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/periodics_integration_test/3156/display/redirect?page=tests SHLVL=3 HOME=/home/jenkins TARGET_BRANCH=master POD_LABEL=pingcap_tidb_periodics_integration_test_3156-drrzn GOROOT=/usr/local/go GIT_BRANCH=origin/main KUBERNETES_PORT_443_TCP_PROTO=tcp CI=true KUBERNETES_SERVICE_PORT_HTTPS=443 WORKSPACE_TMP=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test@tmp EXECUTOR_NUMBER=0 JENKINS_SERVER_COOKIE=durable-f85b2acbe31359358c5dc17f7975d8707842953e6f2f09f475339d00b95c7900 NODE_LABELS=pingcap-tidb-periodics-integration-test-3156-drrzn-vk6xn-zkrtr pingcap_tidb_periodics_integration_test_3156-drrzn GIT_URL=https://github.com/PingCAP-QE/ci.git HUDSON_HOME=/var/jenkins_home CLASSPATH= NODE_NAME=pingcap-tidb-periodics-integration-test-3156-drrzn-vk6xn-zkrtr GOPATH=/go JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/periodics_integration_test/display/redirect BUILD_NUMBER=3156 KUBERNETES_PORT_443_TCP_ADDR=10.233.0.1 KUBERNETES_PORT_443_TCP=tcp://10.233.0.1:443 GOLANG_DOWNLOAD_URL=https://dl.google.com/go/go1.21.0.linux-amd64.tar.gz + echo ------------------------- ------------------------- + go env GO111MODULE='' GOARCH='amd64' GOBIN='' GOCACHE='/home/jenkins/.cache/go-build' GOENV='/home/jenkins/.config/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='amd64' GOHOSTOS='linux' GOINSECURE='' GOMODCACHE='/go/pkg/mod' GONOPROXY='' GONOSUMDB='' GOOS='linux' GOPATH='/go' GOPRIVATE='' GOPROXY='http://goproxy.apps.svc,https://proxy.golang.org,direct' GOROOT='/usr/local/go' GOSUMDB='sum.golang.org' GOTMPDIR='' GOTOOLCHAIN='auto' GOTOOLDIR='/usr/local/go/pkg/tool/linux_amd64' GOVCS='' GOVERSION='go1.21.0' GCCGO='gccgo' GOAMD64='v1' AR='ar' CC='gcc' CXX='g++' CGO_ENABLED='1' GOMOD='/dev/null' GOWORK='' CGO_CFLAGS='-O2 -g' CGO_CPPFLAGS='' CGO_CXXFLAGS='-O2 -g' CGO_FFLAGS='-O2 -g' CGO_LDFLAGS='-O2 -g' PKG_CONFIG='pkg-config' GOGCCFLAGS='-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build953246334=/tmp/go-build -gno-record-gcc-switches' + echo ------------------------- ------------------------- + echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-periodics-integration-test-3156-drrzn-vk6xn-zkrtr bash' debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-periodics-integration-test-3156-drrzn-vk6xn-zkrtr 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: 13987 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; COOKIE: dbc84a0272567f85 (echoed) ;; QUESTION SECTION: ;github.com. IN A ;; ANSWER SECTION: github.com. 26 IN A 20.205.243.166 ;; Query time: 0 msec ;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP) ;; WHEN: Mon May 06 14:00:22 UTC 2024 ;; MSG SIZE rcvd: 77 [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Download) [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/download [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + curl http://fileserver.pingcap.net/download/refs/pingcap/tikv/master/sha1 % 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 41 100 41 0 0 853 0 --:--:-- --:--:-- --:--:-- 872 [Pipeline] sh + curl http://fileserver.pingcap.net/download/refs/pingcap/pd/master/sha1 % 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 41 100 41 0 0 506 0 --:--:-- --:--:-- --:--:-- 512 [Pipeline] sh + curl http://fileserver.pingcap.net/download/refs/pingcap/tidb/master/sha1 % 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 41 100 41 0 0 1361 0 --:--:-- --:--:-- --:--:-- 1366 [Pipeline] } [Pipeline] // script [Pipeline] sh + tikv_download_url=http://fileserver.pingcap.net/download/builds/pingcap/tikv/88099c95a3c0c13a827c0795c3d45070264665e4/centos7/tikv-server.tar.gz + pd_download_url=http://fileserver.pingcap.net/download/builds/pingcap/pd/f83febabecb98b95b098fd31a3664178f8a6b437/centos7/pd-server.tar.gz + mkdir -p tmp + mkdir -p third_bin + wget -q --retry-connrefused --waitretry=1 --read-timeout=20 --timeout=15 -t 0 -O tmp/tikv-server.tar.gz http://fileserver.pingcap.net/download/builds/pingcap/tikv/88099c95a3c0c13a827c0795c3d45070264665e4/centos7/tikv-server.tar.gz + tar -xz -C third_bin bin/tikv-server -f tmp/tikv-server.tar.gz + mv third_bin/bin/tikv-server third_bin/ + wget -q --retry-connrefused --waitretry=1 --read-timeout=20 --timeout=15 -t 0 -O tmp/pd-server.tar.gz http://fileserver.pingcap.net/download/builds/pingcap/pd/f83febabecb98b95b098fd31a3664178f8a6b437/centos7/pd-server.tar.gz + tar -xz -C third_bin 'bin/*' -f tmp/pd-server.tar.gz + mv third_bin/bin/pd-api-bench third_bin/bin/pd-ctl third_bin/bin/pd-heartbeat-bench third_bin/bin/pd-recover third_bin/bin/pd-server third_bin/bin/pd-tso-bench third_bin/bin/pd-ut third_bin/bin/regions-dump third_bin/bin/stores-dump third_bin/bin/xprog third_bin/ + rm -rf third_bin/bin + ls -alh third_bin total 763M drwxr-sr-x. 2 jenkins jenkins 4.0K May 6 22:01 . drwxr-sr-x. 4 jenkins jenkins 4.0K May 6 22:00 .. -rwxr-xr-x. 1 jenkins jenkins 37M May 6 16:50 pd-api-bench -rwxr-xr-x. 1 jenkins jenkins 44M May 6 16:49 pd-ctl -rwxr-xr-x. 1 jenkins jenkins 36M May 6 16:50 pd-heartbeat-bench -rwxr-xr-x. 1 jenkins jenkins 32M May 6 16:49 pd-recover -rwxr-xr-x. 1 jenkins jenkins 106M May 6 16:49 pd-server -rwxr-xr-x. 1 jenkins jenkins 26M May 6 16:50 pd-tso-bench -rwxr-xr-x. 1 jenkins jenkins 3.0M May 6 16:50 pd-ut -rwxr-xr-x. 1 jenkins jenkins 32M May 6 16:50 regions-dump -rwxr-xr-x. 1 jenkins jenkins 32M May 6 16:50 stores-dump -rwxr-xr-x. 1 jenkins jenkins 418M May 6 15:33 tikv-server -rwxr-xr-x. 1 jenkins jenkins 2.0M May 6 16:50 xprog [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb [Pipeline] { [Pipeline] cache Cache restored successfully (git/pingcap/tidb/rev-master) 445809664 bytes in 1.38 secs (322237375 bytes/sec) [Pipeline] { [Pipeline] retry [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh git version 2.37.2 Reinitialized existing Git repository in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.git/ .git HEAD is now at 089cba485 pkg/util: fix panic caused by logging grpc err (#52179) POST git-upload-pack (383 bytes) POST git-upload-pack (973 bytes) From https://github.com/pingcap/tidb 089cba4853..b421b729c8 master -> origin/master * [new tag] v8.1.0-alpha -> v8.1.0-alpha * [new tag] v8.2.0-alpha -> v8.2.0-alpha Previous HEAD position was 089cba4853 pkg/util: fix panic caused by logging grpc err (#52179) HEAD is now at b421b729c8 planner: merge fast plan cache and normal plan cache (#53033) b421b729c8a7c43ad7250f38e655cdda03d0ca77 b421b729c8 planner: merge fast plan cache and normal plan cache (#53033) 957e6ae67d planner: move MemtablePredicateExtractor interface to a unified base place. (#53031) 3ca57c1ff2 planner: fix index merge shouldn't push partial limit down when index plans are keep ordered (#52979) ✅ Checkout master 🎉 /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb ✅ ~~~~~ All done. ~~~~~~ [Pipeline] sh + git status HEAD detached at origin/master You are in a sparse checkout with 100% of tracked files present. nothing to commit, working tree clean + git fetch origin master:local_master From https://github.com/pingcap/tidb 089cba4853..b421b729c8 master -> local_master + git checkout local_master Switched to branch 'local_master' + git checkout -f b421b729c8a7c43ad7250f38e655cdda03d0ca77 Note: switching to 'b421b729c8a7c43ad7250f38e655cdda03d0ca77'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at b421b729c8 planner: merge fast plan cache and normal plan cache (#53033) + git status -s [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // retry [Pipeline] } Cache not saved (git/pingcap/tidb/rev-master already exists) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb [Pipeline] { [Pipeline] cache Cache not restored (no such key found) [Pipeline] { [Pipeline] sh + make CGO_ENABLED=1 GO111MODULE=on go build -tags codes -ldflags '-X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=v8.2.0-alpha-86-gb421b729c8" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBBuildTS=2024-05-06 14:01:48" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBGitHash=b421b729c8a7c43ad7250f38e655cdda03d0ca77" -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 go: downloading github.com/opentracing/opentracing-go v1.2.0 go: downloading github.com/tikv/client-go/v2 v2.0.8-0.20240430145241-6cb0704fce51 go: downloading go.uber.org/automaxprocs v1.5.3 go: downloading github.com/tikv/pd/client v0.0.0-20240430080403-1679dbca25b3 go: downloading go.uber.org/zap v1.27.0 go: downloading github.com/prometheus/client_golang v1.19.0 go: downloading github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c go: downloading github.com/lestrrat-go/jwx/v2 v2.0.21 go: downloading github.com/pingcap/errors v0.11.5-0.20240318064555-6bd07397691f go: downloading github.com/pingcap/log v1.1.1-0.20240314023424-862ccc32f18d go: downloading github.com/pingcap/kvproto v0.0.0-20240227073058-929ab83f9754 go: downloading github.com/google/pprof v0.0.0-20240117000934-35fc243c5815 go: downloading github.com/pingcap/tipb v0.0.0-20240318032315-55a7867ddd50 go: downloading google.golang.org/grpc v1.63.2 go: downloading github.com/danjacques/gofslock v0.0.0-20191023191349-0a45f885bc37 go: downloading golang.org/x/sync v0.7.0 go: downloading github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7 go: downloading github.com/google/uuid v1.6.0 go: downloading github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 go: downloading go.uber.org/atomic v1.11.0 go: downloading github.com/BurntSushi/toml v1.3.2 go: downloading github.com/uber/jaeger-client-go v2.22.1+incompatible go: downloading github.com/otiai10/copy v1.2.0 go: downloading golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 go: downloading golang.org/x/sys v0.19.0 go: downloading github.com/shirou/gopsutil/v3 v3.24.2 go: downloading github.com/YangKeao/ldap/v3 v3.4.5-0.20230421065457-369a3bab1117 go: downloading go.etcd.io/etcd/client/v3 v3.5.12 go: downloading github.com/coocood/freecache v1.2.1 go: downloading github.com/golang/protobuf v1.5.4 go: downloading github.com/pingcap/sysutil v1.0.1-0.20240311050922-ae81ee01f3a5 go: downloading golang.org/x/net v0.24.0 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 go: downloading go.etcd.io/etcd/api/v3 v3.5.12 go: downloading github.com/tidwall/btree v1.7.0 go: downloading github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a go: downloading github.com/dgraph-io/ristretto v0.1.1 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/twmb/murmur3 v1.1.6 go: downloading github.com/stretchr/testify v1.9.0 go: downloading github.com/golang/snappy v0.0.4 go: downloading golang.org/x/text v0.14.0 go: downloading github.com/influxdata/tdigest v0.0.1 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/dolthub/swiss v0.2.1 go: downloading github.com/blacktear23/go-proxyprotocol v1.0.6 go: downloading github.com/gorilla/mux v1.8.0 go: downloading github.com/klauspost/compress v1.17.7 go: downloading github.com/pingcap/fn v1.0.0 go: downloading github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f 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/cloudfoundry/gosigar v1.3.6 go: downloading github.com/cockroachdb/errors v1.11.1 go: downloading github.com/opentracing/basictracer-go v1.0.0 go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 go: downloading github.com/ngaut/sync2 v0.0.0-20141008032647-7a24ed77b2ef go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1 go: downloading github.com/jellydator/ttlcache/v3 v3.0.1 go: downloading github.com/google/btree v1.1.2 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/cespare/xxhash/v2 v2.3.0 go: downloading github.com/docker/go-units v0.5.0 go: downloading go.uber.org/multierr v1.11.0 go: downloading github.com/go-sql-driver/mysql v1.7.1 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec go: downloading github.com/prometheus/client_model v0.6.1 go: downloading golang.org/x/time v0.5.0 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/prometheus/common v0.53.0 go: downloading github.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0 go: downloading golang.org/x/tools v0.20.0 go: downloading google.golang.org/protobuf v1.33.0 go: downloading github.com/dolthub/maphash v0.1.0 go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.12 go: downloading github.com/pingcap/badger v1.5.1-0.20230103063557-828f39b09b6d go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/prometheus/procfs v0.13.0 go: downloading github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 go: downloading cloud.google.com/go/storage v1.36.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.9.1 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.5.1 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/aws/aws-sdk-go v1.50.0 go: downloading github.com/go-resty/resty/v2 v2.11.0 go: downloading github.com/ks3sdklib/aws-sdk-go v1.2.9 go: downloading golang.org/x/oauth2 v0.18.0 go: downloading google.golang.org/api v0.162.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible go: downloading github.com/carlmjohnson/flagext v0.21.0 go: downloading cloud.google.com/go v0.112.0 go: downloading github.com/cockroachdb/pebble v1.1.0 go: downloading github.com/jfcg/sorty/v2 v2.1.0 go: downloading github.com/coreos/go-semver v0.3.1 go: downloading github.com/lestrrat-go/blackmagic v1.0.2 go: downloading github.com/lestrrat-go/iter v1.0.2 go: downloading github.com/lestrrat-go/option v1.0.1 go: downloading github.com/lestrrat-go/httprc v1.0.5 go: downloading github.com/cheggaaa/pb/v3 v3.0.8 go: downloading github.com/joho/sqltocsv v0.0.0-20210428211105-a6d6801d59df go: downloading github.com/spkg/bom v1.0.0 go: downloading github.com/xitongsys/parquet-go v1.5.5-0.20201110004701-b09c49d6d457 go: downloading github.com/robfig/cron/v3 v3.0.1 go: downloading github.com/fatih/color v1.16.0 go: downloading github.com/vbauerster/mpb/v7 v7.5.3 go: downloading golang.org/x/term v0.19.0 go: downloading github.com/json-iterator/go v1.1.12 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240304212257-790db918fca8 go: downloading github.com/spf13/cobra v1.8.0 go: downloading github.com/tklauser/go-sysconf v0.3.12 go: downloading github.com/dustin/go-humanize v1.0.1 go: downloading github.com/golang/glog v1.2.0 go: downloading google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de go: downloading golang.org/x/crypto v0.22.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.1 go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.2.1 go: downloading github.com/coreos/go-systemd/v22 v22.5.0 go: downloading github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b go: downloading github.com/cockroachdb/redact v1.1.5 go: downloading github.com/getsentry/sentry-go v0.27.0 go: downloading github.com/jedib0t/go-pretty/v6 v6.2.2 go: downloading github.com/jfcg/sixb v1.3.8 go: downloading cloud.google.com/go/compute/metadata v0.2.3 go: downloading cloud.google.com/go/compute v1.24.0 go: downloading github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 go: downloading github.com/lestrrat-go/httpcc v1.0.1 go: downloading github.com/VividCortex/ewma v1.2.0 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/mattn/go-isatty v0.0.20 go: downloading github.com/mattn/go-runewidth v0.0.15 go: downloading github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d go: downloading cloud.google.com/go/iam v1.1.6 go: downloading github.com/googleapis/gax-go/v2 v2.12.0 go: downloading github.com/apache/thrift v0.16.0 go: downloading k8s.io/api v0.28.6 go: downloading github.com/emirpasic/gods v1.18.1 go: downloading github.com/Masterminds/semver v1.5.0 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/tklauser/numcpus v0.6.1 go: downloading github.com/kr/pretty v0.3.1 go: downloading github.com/kylelemons/godebug v1.1.0 go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c 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 go.opencensus.io v0.24.0 go: downloading go.opentelemetry.io/otel v1.22.0 go: downloading go.opentelemetry.io/otel/trace v1.22.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda go: downloading github.com/rivo/uniseg v0.4.6 go: downloading github.com/golang-jwt/jwt/v5 v5.2.0 go: downloading github.com/klauspost/cpuid v1.3.1 go: downloading github.com/kr/text v0.2.0 go: downloading github.com/rogpeppe/go-internal v1.12.0 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go: downloading go.opentelemetry.io/otel/metric v1.22.0 go: downloading github.com/go-logr/logr v1.4.1 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 go: downloading github.com/DataDog/zstd v1.5.5 go: downloading k8s.io/apimachinery v0.28.6 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading k8s.io/klog/v2 v2.120.1 go: downloading github.com/google/gofuzz v1.2.0 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.1 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 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47.0 go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.2 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.47.0 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading github.com/jmespath/go-jmespath v0.4.0 Build TiDB Server successfully! + cp bin/tidb-server bin/integration_test_tidb-server [Pipeline] sh + touch rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 + cp -f ../download/third_bin/pd-api-bench ../download/third_bin/pd-ctl ../download/third_bin/pd-heartbeat-bench ../download/third_bin/pd-recover ../download/third_bin/pd-server ../download/third_bin/pd-tso-bench ../download/third_bin/pd-ut ../download/third_bin/regions-dump ../download/third_bin/stores-dump ../download/third_bin/tikv-server ../download/third_bin/xprog bin/ + chmod +x bin/integration_test_tidb-server bin/pd-api-bench bin/pd-ctl bin/pd-heartbeat-bench bin/pd-recover bin/pd-server bin/pd-tso-bench bin/pd-ut bin/regions-dump bin/stores-dump bin/tidb-server bin/tikv-server bin/xprog + ./bin/tidb-server -V Release Version: v8.2.0-alpha-86-gb421b729c8 Edition: Community Git Commit Hash: b421b729c8a7c43ad7250f38e655cdda03d0ca77 Git Branch: HEAD UTC Build Time: 2024-05-06 14:01:48 GoVersion: go1.21.0 Race Enabled: false Check Table Before Drop: false Store: unistore + ./bin/pd-server -V Release Version: v8.2.0-alpha-15-gf83febabe Edition: Community Git Commit Hash: f83febabecb98b95b098fd31a3664178f8a6b437 Git Branch: master UTC Build Time: 2024-05-06 08:48:58 + ./bin/tikv-server -V TiKV Release Version: 8.2.0-alpha Edition: Community Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4 Git Commit Branch: master UTC Build Time: 2024-05-06 06:37:19 Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27) Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored Profile: dist_release [Pipeline] } Cache saved successfully (ws/jenkins-pingcap-tidb-periodics_integration_test-3156) 1690951168 bytes in 50.35 secs (33587094 bytes/sec) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checks) [Pipeline] parallel [Pipeline] { (Branch: Matrix - SCRIPT_AND_ARGS = 'integrationtest_with_tikv.sh y') [Pipeline] { (Branch: Matrix - SCRIPT_AND_ARGS = 'integrationtest_with_tikv.sh n') [Pipeline] { (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_brietest') [Pipeline] { (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_pessimistictest') [Pipeline] { (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_sessiontest') [Pipeline] { (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_statisticstest') [Pipeline] { (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_txntest') [Pipeline] { (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest') [Pipeline] { (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest1') [Pipeline] { (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest2') [Pipeline] { (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest3') [Pipeline] { (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest4') [Pipeline] { (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest') [Pipeline] { (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest2') [Pipeline] { (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest3') [Pipeline] { (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest4') [Pipeline] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'integrationtest_with_tikv.sh y') [Pipeline] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'integrationtest_with_tikv.sh n') [Pipeline] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_brietest') [Pipeline] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_pessimistictest') [Pipeline] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_sessiontest') [Pipeline] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_statisticstest') [Pipeline] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_txntest') [Pipeline] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest') [Pipeline] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest1') [Pipeline] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest2') [Pipeline] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest3') [Pipeline] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest4') [Pipeline] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest') [Pipeline] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest2') [Pipeline] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest3') [Pipeline] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest4') [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted Obtained pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { [Pipeline] node Obtained pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes jenkins-tidb/pingcap-tidb-periodics-integration-test-3156-1k0fl-zfjv3-jv0j9 Obtained pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { [Pipeline] node Obtained pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes jenkins-tidb/pingcap-tidb-periodics-integration-test-3156-ffnlf-07q68-w0rd1 Obtained pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { [Pipeline] node Obtained pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { [Pipeline] node Agent pingcap-tidb-periodics-integration-test-3156-1k0fl-zfjv3-jv0j9 is provisioned from template pingcap_tidb_periodics_integration_test_3156-1k0fl-zfjv3 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/periodics_integration_test/3156/" runUrl: "job/pingcap/job/tidb/job/periodics_integration_test/3156/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "31458b73325f6afb2ab67e2468efce2293bff0ff" jenkins/label: "pingcap_tidb_periodics_integration_test_3156-1k0fl" name: "pingcap-tidb-periodics-integration-test-3156-1k0fl-zfjv3-jv0j9" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: limits: memory: "32Gi" cpu: "8" securityContext: privileged: true tty: true volumeMounts: - mountPath: "/home/jenkins/.tidb/tmp" name: "bazel-out-merged" - mountPath: "/bazel-out-lower" name: "bazel-out-lower" subPath: "tidb/go1.19.2" - mountPath: "/bazel-out-overlay" name: "bazel-out-overlay" - mountPath: "/share/.cache/go-build" name: "gocache" - mountPath: "/share/.go" name: "gopathcache" - mountPath: "/share/.cache/bazel-repository-cache" name: "bazel-repository-cache" - mountPath: "/data/" name: "bazel-rc" readOnly: true - mountPath: "/etc/containerinfo" name: "containerinfo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/python3-requests:latest" name: "report" resources: limits: memory: "256Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "pingcap-tidb-periodics-integration-test-3156-1k0fl-zfjv3-jv0j9" - name: "JENKINS_NAME" value: "pingcap-tidb-periodics-integration-test-3156-1k0fl-zfjv3-jv0j9" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" Running on pingcap-tidb-periodics-integration-test-3156-1k0fl-zfjv3-jv0j9 in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test [Pipeline] { [Pipeline] checkout The recommended git tool is: git Obtained pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { [Pipeline] node No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@3dfe1469; decorates RemoteLauncher[hudson.remoting.Channel@695ccfa9:JNLP4-connect connection from 10.233.71.169/10.233.71.169:53224] will be ignored (a typical symptom is the Git executable not being run inside a designated container) 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/periodics_integration_test # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 Created Pod: kubernetes jenkins-tidb/pingcap-tidb-periodics-integration-test-3156-vmphx-nchfg-9rct1 Created Pod: kubernetes jenkins-tidb/pingcap-tidb-periodics-integration-test-3156-nbsms-87p6h-xhsfn Created Pod: kubernetes jenkins-tidb/pingcap-tidb-periodics-integration-test-3156-t3sxx-rkzfl-jkhv5 Created Pod: kubernetes jenkins-tidb/pingcap-tidb-periodics-integration-test-3156-t33wc-nn3df-772gs Obtained pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { [Pipeline] node Obtained pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml from git https://github.com/PingCAP-QE/ci.git Created Pod: kubernetes jenkins-tidb/pingcap-tidb-periodics-integration-test-3156-sr504-zcpvd-rb35q Obtained pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { [Pipeline] podTemplate [Pipeline] { [Pipeline] node [Pipeline] node Obtained pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { Created Pod: kubernetes jenkins-tidb/pingcap-tidb-periodics-integration-test-3156-5t5k1-jhf6s-wgnz5 [Pipeline] node Created Pod: kubernetes jenkins-tidb/pingcap-tidb-periodics-integration-test-3156-cbv4q-16nsw-d1wp9 Agent pingcap-tidb-periodics-integration-test-3156-nbsms-87p6h-xhsfn is provisioned from template pingcap_tidb_periodics_integration_test_3156-nbsms-87p6h --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/periodics_integration_test/3156/" runUrl: "job/pingcap/job/tidb/job/periodics_integration_test/3156/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "937f7ec1c81a96de4d5a17c716eb03df08d077e6" jenkins/label: "pingcap_tidb_periodics_integration_test_3156-nbsms" name: "pingcap-tidb-periodics-integration-test-3156-nbsms-87p6h-xhsfn" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: limits: memory: "32Gi" cpu: "8" securityContext: privileged: true tty: true volumeMounts: - mountPath: "/home/jenkins/.tidb/tmp" name: "bazel-out-merged" - mountPath: "/bazel-out-lower" name: "bazel-out-lower" subPath: "tidb/go1.19.2" - mountPath: "/bazel-out-overlay" name: "bazel-out-overlay" - mountPath: "/share/.cache/go-build" name: "gocache" - mountPath: "/share/.go" name: "gopathcache" - mountPath: "/share/.cache/bazel-repository-cache" name: "bazel-repository-cache" - mountPath: "/data/" name: "bazel-rc" readOnly: true - mountPath: "/etc/containerinfo" name: "containerinfo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/python3-requests:latest" name: "report" resources: limits: memory: "256Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "pingcap-tidb-periodics-integration-test-3156-nbsms-87p6h-xhsfn" - name: "JENKINS_NAME" value: "pingcap-tidb-periodics-integration-test-3156-nbsms-87p6h-xhsfn" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" Running on pingcap-tidb-periodics-integration-test-3156-nbsms-87p6h-xhsfn in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test [Pipeline] { [Pipeline] checkout The recommended git tool is: git Obtained pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml from git https://github.com/PingCAP-QE/ci.git Created Pod: kubernetes jenkins-tidb/pingcap-tidb-periodics-integration-test-3156-1npk9-p5bgs-lh9dw [Pipeline] podTemplate [Pipeline] { [Pipeline] node No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@60c47df6; decorates RemoteLauncher[hudson.remoting.Channel@330a4f4:JNLP4-connect connection from 10.233.72.24/10.233.72.24:50574] will be ignored (a typical symptom is the Git executable not being run inside a designated container) 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/periodics_integration_test # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 Agent pingcap-tidb-periodics-integration-test-3156-t3sxx-rkzfl-jkhv5 is provisioned from template pingcap_tidb_periodics_integration_test_3156-t3sxx-rkzfl --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/periodics_integration_test/3156/" runUrl: "job/pingcap/job/tidb/job/periodics_integration_test/3156/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "afb694079d6c4c0f271a59f108f508edafc45efb" jenkins/label: "pingcap_tidb_periodics_integration_test_3156-t3sxx" name: "pingcap-tidb-periodics-integration-test-3156-t3sxx-rkzfl-jkhv5" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: limits: memory: "32Gi" cpu: "8" securityContext: privileged: true tty: true volumeMounts: - mountPath: "/home/jenkins/.tidb/tmp" name: "bazel-out-merged" - mountPath: "/bazel-out-lower" name: "bazel-out-lower" subPath: "tidb/go1.19.2" - mountPath: "/bazel-out-overlay" name: "bazel-out-overlay" - mountPath: "/share/.cache/go-build" name: "gocache" - mountPath: "/share/.go" name: "gopathcache" - mountPath: "/share/.cache/bazel-repository-cache" name: "bazel-repository-cache" - mountPath: "/data/" name: "bazel-rc" readOnly: true - mountPath: "/etc/containerinfo" name: "containerinfo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/python3-requests:latest" name: "report" resources: limits: memory: "256Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "pingcap-tidb-periodics-integration-test-3156-t3sxx-rkzfl-jkhv5" - name: "JENKINS_NAME" value: "pingcap-tidb-periodics-integration-test-3156-t3sxx-rkzfl-jkhv5" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" Running on pingcap-tidb-periodics-integration-test-3156-t3sxx-rkzfl-jkhv5 in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test [Pipeline] { [Pipeline] checkout The recommended git tool is: git Obtained pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { Created Pod: kubernetes jenkins-tidb/pingcap-tidb-periodics-integration-test-3156-dkwkc-kgkrh-d68p4 [Pipeline] node Agent pingcap-tidb-periodics-integration-test-3156-vmphx-nchfg-9rct1 is provisioned from template pingcap_tidb_periodics_integration_test_3156-vmphx-nchfg --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/periodics_integration_test/3156/" runUrl: "job/pingcap/job/tidb/job/periodics_integration_test/3156/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "c3af8af07c7071401cccf2526f05c2beea519e0d" jenkins/label: "pingcap_tidb_periodics_integration_test_3156-vmphx" name: "pingcap-tidb-periodics-integration-test-3156-vmphx-nchfg-9rct1" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: limits: memory: "32Gi" cpu: "8" securityContext: privileged: true tty: true volumeMounts: - mountPath: "/home/jenkins/.tidb/tmp" name: "bazel-out-merged" - mountPath: "/bazel-out-lower" name: "bazel-out-lower" subPath: "tidb/go1.19.2" - mountPath: "/bazel-out-overlay" name: "bazel-out-overlay" - mountPath: "/share/.cache/go-build" name: "gocache" - mountPath: "/share/.go" name: "gopathcache" - mountPath: "/share/.cache/bazel-repository-cache" name: "bazel-repository-cache" - mountPath: "/data/" name: "bazel-rc" readOnly: true - mountPath: "/etc/containerinfo" name: "containerinfo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/python3-requests:latest" name: "report" resources: limits: memory: "256Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "pingcap-tidb-periodics-integration-test-3156-vmphx-nchfg-9rct1" - name: "JENKINS_NAME" value: "pingcap-tidb-periodics-integration-test-3156-vmphx-nchfg-9rct1" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" Agent pingcap-tidb-periodics-integration-test-3156-sr504-zcpvd-rb35q is provisioned from template pingcap_tidb_periodics_integration_test_3156-sr504-zcpvd --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/periodics_integration_test/3156/" runUrl: "job/pingcap/job/tidb/job/periodics_integration_test/3156/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "e6f91d32e0eac33c61f8a079c6047dd1089ba578" jenkins/label: "pingcap_tidb_periodics_integration_test_3156-sr504" name: "pingcap-tidb-periodics-integration-test-3156-sr504-zcpvd-rb35q" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: limits: memory: "32Gi" cpu: "8" securityContext: privileged: true tty: true volumeMounts: - mountPath: "/home/jenkins/.tidb/tmp" name: "bazel-out-merged" - mountPath: "/bazel-out-lower" name: "bazel-out-lower" subPath: "tidb/go1.19.2" - mountPath: "/bazel-out-overlay" name: "bazel-out-overlay" - mountPath: "/share/.cache/go-build" name: "gocache" - mountPath: "/share/.go" name: "gopathcache" - mountPath: "/share/.cache/bazel-repository-cache" name: "bazel-repository-cache" - mountPath: "/data/" name: "bazel-rc" readOnly: true - mountPath: "/etc/containerinfo" name: "containerinfo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/python3-requests:latest" name: "report" resources: limits: memory: "256Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "pingcap-tidb-periodics-integration-test-3156-sr504-zcpvd-rb35q" - name: "JENKINS_NAME" value: "pingcap-tidb-periodics-integration-test-3156-sr504-zcpvd-rb35q" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" Running on pingcap-tidb-periodics-integration-test-3156-vmphx-nchfg-9rct1 in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test [Pipeline] { [Pipeline] checkout Running on pingcap-tidb-periodics-integration-test-3156-sr504-zcpvd-rb35q in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test [Pipeline] { The recommended git tool is: git [Pipeline] checkout Agent pingcap-tidb-periodics-integration-test-3156-t33wc-nn3df-772gs is provisioned from template pingcap_tidb_periodics_integration_test_3156-t33wc-nn3df --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/periodics_integration_test/3156/" runUrl: "job/pingcap/job/tidb/job/periodics_integration_test/3156/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "5c11a7c6ac2b8f5f8fbd686ece3776893a03e2a7" jenkins/label: "pingcap_tidb_periodics_integration_test_3156-t33wc" name: "pingcap-tidb-periodics-integration-test-3156-t33wc-nn3df-772gs" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: limits: memory: "32Gi" cpu: "8" securityContext: privileged: true tty: true volumeMounts: - mountPath: "/home/jenkins/.tidb/tmp" name: "bazel-out-merged" - mountPath: "/bazel-out-lower" name: "bazel-out-lower" subPath: "tidb/go1.19.2" - mountPath: "/bazel-out-overlay" name: "bazel-out-overlay" - mountPath: "/share/.cache/go-build" name: "gocache" - mountPath: "/share/.go" name: "gopathcache" - mountPath: "/share/.cache/bazel-repository-cache" name: "bazel-repository-cache" - mountPath: "/data/" name: "bazel-rc" readOnly: true - mountPath: "/etc/containerinfo" name: "containerinfo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/python3-requests:latest" name: "report" resources: limits: memory: "256Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "pingcap-tidb-periodics-integration-test-3156-t33wc-nn3df-772gs" - name: "JENKINS_NAME" value: "pingcap-tidb-periodics-integration-test-3156-t33wc-nn3df-772gs" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" The recommended git tool is: git Running on pingcap-tidb-periodics-integration-test-3156-t33wc-nn3df-772gs in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test [Pipeline] { [Pipeline] checkout Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) The recommended git tool is: git Commit message: "fix(br): use failpoint tidb-server instead (#2951)" [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] stage [Pipeline] { (Test) [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb [Pipeline] { No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@1a366f5c; decorates RemoteLauncher[hudson.remoting.Channel@52b39406:JNLP4-connect connection from 10.233.66.248/10.233.66.248:37894] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Cloning the remote Git repository Using shallow clone with depth 1 [Pipeline] cache Obtained pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml from git https://github.com/PingCAP-QE/ci.git Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 Created Pod: kubernetes jenkins-tidb/pingcap-tidb-periodics-integration-test-3156-rkf69-8mjkj-xbqvs > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@4c3f2ee6; decorates RemoteLauncher[hudson.remoting.Channel@5879fac4:JNLP4-connect connection from 10.233.69.209/10.233.69.209:37370] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Cloning the remote Git repository Using shallow clone with depth 1 No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@ef9069d; decorates RemoteLauncher[hudson.remoting.Channel@2ac57b3c:JNLP4-connect connection from 10.233.70.78/10.233.70.78:33546] will be ignored (a typical symptom is the Git executable not being run inside a designated container) 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/periodics_integration_test # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@6a73d8c8; decorates RemoteLauncher[hudson.remoting.Channel@1d48b837:JNLP4-connect connection from 10.233.67.185/10.233.67.185:58010] will be ignored (a typical symptom is the Git executable not being run inside a designated container) 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/periodics_integration_test # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 Obtained pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml from git https://github.com/PingCAP-QE/ci.git Obtained pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml from git https://github.com/PingCAP-QE/ci.git Agent pingcap-tidb-periodics-integration-test-3156-ffnlf-07q68-w0rd1 is provisioned from template pingcap_tidb_periodics_integration_test_3156-ffnlf-07q68 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/periodics_integration_test/3156/" runUrl: "job/pingcap/job/tidb/job/periodics_integration_test/3156/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "d985bfa598741d351843fcad6a2f91aea7677064" jenkins/label: "pingcap_tidb_periodics_integration_test_3156-ffnlf" name: "pingcap-tidb-periodics-integration-test-3156-ffnlf-07q68-w0rd1" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: limits: memory: "32Gi" cpu: "8" securityContext: privileged: true tty: true volumeMounts: - mountPath: "/home/jenkins/.tidb/tmp" name: "bazel-out-merged" - mountPath: "/bazel-out-lower" name: "bazel-out-lower" subPath: "tidb/go1.19.2" - mountPath: "/bazel-out-overlay" name: "bazel-out-overlay" - mountPath: "/share/.cache/go-build" name: "gocache" - mountPath: "/share/.go" name: "gopathcache" - mountPath: "/share/.cache/bazel-repository-cache" name: "bazel-repository-cache" - mountPath: "/data/" name: "bazel-rc" readOnly: true - mountPath: "/etc/containerinfo" name: "containerinfo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/python3-requests:latest" name: "report" resources: limits: memory: "256Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "pingcap-tidb-periodics-integration-test-3156-ffnlf-07q68-w0rd1" - name: "JENKINS_NAME" value: "pingcap-tidb-periodics-integration-test-3156-ffnlf-07q68-w0rd1" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" Running on pingcap-tidb-periodics-integration-test-3156-ffnlf-07q68-w0rd1 in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Agent pingcap-tidb-periodics-integration-test-3156-5t5k1-jhf6s-wgnz5 is provisioned from template pingcap_tidb_periodics_integration_test_3156-5t5k1-jhf6s --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/periodics_integration_test/3156/" runUrl: "job/pingcap/job/tidb/job/periodics_integration_test/3156/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "1f30d6dc23b547ced17468e770927efdbceb3157" jenkins/label: "pingcap_tidb_periodics_integration_test_3156-5t5k1" name: "pingcap-tidb-periodics-integration-test-3156-5t5k1-jhf6s-wgnz5" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: limits: memory: "32Gi" cpu: "8" securityContext: privileged: true tty: true volumeMounts: - mountPath: "/home/jenkins/.tidb/tmp" name: "bazel-out-merged" - mountPath: "/bazel-out-lower" name: "bazel-out-lower" subPath: "tidb/go1.19.2" - mountPath: "/bazel-out-overlay" name: "bazel-out-overlay" - mountPath: "/share/.cache/go-build" name: "gocache" - mountPath: "/share/.go" name: "gopathcache" - mountPath: "/share/.cache/bazel-repository-cache" name: "bazel-repository-cache" - mountPath: "/data/" name: "bazel-rc" readOnly: true - mountPath: "/etc/containerinfo" name: "containerinfo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/python3-requests:latest" name: "report" resources: limits: memory: "256Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "pingcap-tidb-periodics-integration-test-3156-5t5k1-jhf6s-wgnz5" - name: "JENKINS_NAME" value: "pingcap-tidb-periodics-integration-test-3156-5t5k1-jhf6s-wgnz5" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" Running on pingcap-tidb-periodics-integration-test-3156-5t5k1-jhf6s-wgnz5 in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test Commit message: "fix(br): use failpoint tidb-server instead (#2951)" Commit message: "fix(br): use failpoint tidb-server instead (#2951)" > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 Agent pingcap-tidb-periodics-integration-test-3156-dkwkc-kgkrh-d68p4 is provisioned from template pingcap_tidb_periodics_integration_test_3156-dkwkc-kgkrh --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/periodics_integration_test/3156/" runUrl: "job/pingcap/job/tidb/job/periodics_integration_test/3156/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "44adcf8759f385d12a934a51333daf9aa686d840" jenkins/label: "pingcap_tidb_periodics_integration_test_3156-dkwkc" name: "pingcap-tidb-periodics-integration-test-3156-dkwkc-kgkrh-d68p4" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: limits: memory: "32Gi" cpu: "8" securityContext: privileged: true tty: true volumeMounts: - mountPath: "/home/jenkins/.tidb/tmp" name: "bazel-out-merged" - mountPath: "/bazel-out-lower" name: "bazel-out-lower" subPath: "tidb/go1.19.2" - mountPath: "/bazel-out-overlay" name: "bazel-out-overlay" - mountPath: "/share/.cache/go-build" name: "gocache" - mountPath: "/share/.go" name: "gopathcache" - mountPath: "/share/.cache/bazel-repository-cache" name: "bazel-repository-cache" - mountPath: "/data/" name: "bazel-rc" readOnly: true - mountPath: "/etc/containerinfo" name: "containerinfo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/python3-requests:latest" name: "report" resources: limits: memory: "256Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "pingcap-tidb-periodics-integration-test-3156-dkwkc-kgkrh-d68p4" - name: "JENKINS_NAME" value: "pingcap-tidb-periodics-integration-test-3156-dkwkc-kgkrh-d68p4" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" Avoid second fetch Running on pingcap-tidb-periodics-integration-test-3156-dkwkc-kgkrh-d68p4 in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Created Pod: kubernetes jenkins-tidb/pingcap-tidb-periodics-integration-test-3156-flkz4-b3912-xcw3k Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Commit message: "fix(br): use failpoint tidb-server instead (#2951)" Commit message: "fix(br): use failpoint tidb-server instead (#2951)" > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 Agent pingcap-tidb-periodics-integration-test-3156-cbv4q-16nsw-d1wp9 is provisioned from template pingcap_tidb_periodics_integration_test_3156-cbv4q-16nsw --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/periodics_integration_test/3156/" runUrl: "job/pingcap/job/tidb/job/periodics_integration_test/3156/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "5a3cdad025d0060abca317496b3ff1b0c5e28b69" jenkins/label: "pingcap_tidb_periodics_integration_test_3156-cbv4q" name: "pingcap-tidb-periodics-integration-test-3156-cbv4q-16nsw-d1wp9" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: limits: memory: "32Gi" cpu: "8" securityContext: privileged: true tty: true volumeMounts: - mountPath: "/home/jenkins/.tidb/tmp" name: "bazel-out-merged" - mountPath: "/bazel-out-lower" name: "bazel-out-lower" subPath: "tidb/go1.19.2" - mountPath: "/bazel-out-overlay" name: "bazel-out-overlay" - mountPath: "/share/.cache/go-build" name: "gocache" - mountPath: "/share/.go" name: "gopathcache" - mountPath: "/share/.cache/bazel-repository-cache" name: "bazel-repository-cache" - mountPath: "/data/" name: "bazel-rc" readOnly: true - mountPath: "/etc/containerinfo" name: "containerinfo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/python3-requests:latest" name: "report" resources: limits: memory: "256Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "pingcap-tidb-periodics-integration-test-3156-cbv4q-16nsw-d1wp9" - name: "JENKINS_NAME" value: "pingcap-tidb-periodics-integration-test-3156-cbv4q-16nsw-d1wp9" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" Running on pingcap-tidb-periodics-integration-test-3156-cbv4q-16nsw-d1wp9 in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test Agent pingcap-tidb-periodics-integration-test-3156-rkf69-8mjkj-xbqvs is provisioned from template pingcap_tidb_periodics_integration_test_3156-rkf69-8mjkj --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/periodics_integration_test/3156/" runUrl: "job/pingcap/job/tidb/job/periodics_integration_test/3156/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "307d125963f1a2d5dcd8ac72ca19b9db6aa43458" jenkins/label: "pingcap_tidb_periodics_integration_test_3156-rkf69" name: "pingcap-tidb-periodics-integration-test-3156-rkf69-8mjkj-xbqvs" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: limits: memory: "32Gi" cpu: "8" securityContext: privileged: true tty: true volumeMounts: - mountPath: "/home/jenkins/.tidb/tmp" name: "bazel-out-merged" - mountPath: "/bazel-out-lower" name: "bazel-out-lower" subPath: "tidb/go1.19.2" - mountPath: "/bazel-out-overlay" name: "bazel-out-overlay" - mountPath: "/share/.cache/go-build" name: "gocache" - mountPath: "/share/.go" name: "gopathcache" - mountPath: "/share/.cache/bazel-repository-cache" name: "bazel-repository-cache" - mountPath: "/data/" name: "bazel-rc" readOnly: true - mountPath: "/etc/containerinfo" name: "containerinfo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/python3-requests:latest" name: "report" resources: limits: memory: "256Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "pingcap-tidb-periodics-integration-test-3156-rkf69-8mjkj-xbqvs" - name: "JENKINS_NAME" value: "pingcap-tidb-periodics-integration-test-3156-rkf69-8mjkj-xbqvs" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" Running on pingcap-tidb-periodics-integration-test-3156-rkf69-8mjkj-xbqvs in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test Agent pingcap-tidb-periodics-integration-test-3156-1npk9-p5bgs-lh9dw is provisioned from template pingcap_tidb_periodics_integration_test_3156-1npk9-p5bgs --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/periodics_integration_test/3156/" runUrl: "job/pingcap/job/tidb/job/periodics_integration_test/3156/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "55f5bc02700c03d9237c8f0a42b283e7301337ed" jenkins/label: "pingcap_tidb_periodics_integration_test_3156-1npk9" name: "pingcap-tidb-periodics-integration-test-3156-1npk9-p5bgs-lh9dw" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: limits: memory: "32Gi" cpu: "8" securityContext: privileged: true tty: true volumeMounts: - mountPath: "/home/jenkins/.tidb/tmp" name: "bazel-out-merged" - mountPath: "/bazel-out-lower" name: "bazel-out-lower" subPath: "tidb/go1.19.2" - mountPath: "/bazel-out-overlay" name: "bazel-out-overlay" - mountPath: "/share/.cache/go-build" name: "gocache" - mountPath: "/share/.go" name: "gopathcache" - mountPath: "/share/.cache/bazel-repository-cache" name: "bazel-repository-cache" - mountPath: "/data/" name: "bazel-rc" readOnly: true - mountPath: "/etc/containerinfo" name: "containerinfo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/python3-requests:latest" name: "report" resources: limits: memory: "256Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "pingcap-tidb-periodics-integration-test-3156-1npk9-p5bgs-lh9dw" - name: "JENKINS_NAME" value: "pingcap-tidb-periodics-integration-test-3156-1npk9-p5bgs-lh9dw" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" Running on pingcap-tidb-periodics-integration-test-3156-1npk9-p5bgs-lh9dw in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test Still waiting to schedule task ‘pingcap-tidb-periodics-integration-test-3156-flkz4-b3912-xcw3k’ is offline Agent pingcap-tidb-periodics-integration-test-3156-flkz4-b3912-xcw3k is provisioned from template pingcap_tidb_periodics_integration_test_3156-flkz4-b3912 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/periodics_integration_test/3156/" runUrl: "job/pingcap/job/tidb/job/periodics_integration_test/3156/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "e1a038be0b19fe2d24e80781229c93fb2112bda1" jenkins/label: "pingcap_tidb_periodics_integration_test_3156-flkz4" name: "pingcap-tidb-periodics-integration-test-3156-flkz4-b3912-xcw3k" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: limits: memory: "32Gi" cpu: "8" securityContext: privileged: true tty: true volumeMounts: - mountPath: "/home/jenkins/.tidb/tmp" name: "bazel-out-merged" - mountPath: "/bazel-out-lower" name: "bazel-out-lower" subPath: "tidb/go1.19.2" - mountPath: "/bazel-out-overlay" name: "bazel-out-overlay" - mountPath: "/share/.cache/go-build" name: "gocache" - mountPath: "/share/.go" name: "gopathcache" - mountPath: "/share/.cache/bazel-repository-cache" name: "bazel-repository-cache" - mountPath: "/data/" name: "bazel-rc" readOnly: true - mountPath: "/etc/containerinfo" name: "containerinfo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/python3-requests:latest" name: "report" resources: limits: memory: "256Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "pingcap-tidb-periodics-integration-test-3156-flkz4-b3912-xcw3k" - name: "JENKINS_NAME" value: "pingcap-tidb-periodics-integration-test-3156-flkz4-b3912-xcw3k" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" Running on pingcap-tidb-periodics-integration-test-3156-flkz4-b3912-xcw3k in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Commit message: "fix(br): use failpoint tidb-server instead (#2951)" > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 Cache restored successfully (ws/jenkins-pingcap-tidb-periodics_integration_test-3156) 1690951168 bytes in 18.41 secs (91868305 bytes/sec) [Pipeline] { [Pipeline] podTemplate [Pipeline] { [Pipeline] podTemplate [Pipeline] { [Pipeline] podTemplate [Pipeline] { [Pipeline] sh [Pipeline] node [Pipeline] node Created Pod: kubernetes jenkins-tidb/pingcap-tidb-periodics-integration-test-3156-5tvjh-1xvwn-prv7g [Pipeline] node [Pipeline] { + ls -l rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 -rw-r--r--. 1 jenkins jenkins 0 May 6 22:04 rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 + ./bin/integration_test_tidb-server -V Release Version: v8.2.0-alpha-86-gb421b729c8 Edition: Community Git Commit Hash: b421b729c8a7c43ad7250f38e655cdda03d0ca77 Git Branch: HEAD UTC Build Time: 2024-05-06 14:01:48 GoVersion: go1.21.0 Race Enabled: false Check Table Before Drop: false Store: unistore + ./bin/pd-server -V Release Version: v8.2.0-alpha-15-gf83febabe Edition: Community Git Commit Hash: f83febabecb98b95b098fd31a3664178f8a6b437 Git Branch: master UTC Build Time: 2024-05-06 08:48:58 + ./bin/tikv-server -V TiKV Release Version: 8.2.0-alpha Edition: Community Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4 Git Commit Branch: master UTC Build Time: 2024-05-06 06:37:19 Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27) Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored Profile: dist_release Created Pod: kubernetes jenkins-tidb/pingcap-tidb-periodics-integration-test-3156-n9bjn-3zxst-850xx [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] checkout [Pipeline] checkout The recommended git tool is: git [Pipeline] checkout The recommended git tool is: git [Pipeline] checkout The recommended git tool is: git [Pipeline] checkout The recommended git tool is: git [Pipeline] checkout The recommended git tool is: git [Pipeline] checkout The recommended git tool is: git The recommended git tool is: git [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-periodics_integration_test-3156 already exists) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] // cache [Pipeline] sh [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb [Pipeline] { [Pipeline] cache No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@750bbe15; decorates RemoteLauncher[hudson.remoting.Channel@856fb9b:JNLP4-connect connection from 10.233.100.117/10.233.100.117:60888] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Cloning the remote Git repository Using shallow clone with depth 1 No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@28a4118a; decorates RemoteLauncher[hudson.remoting.Channel@6fccd44a:JNLP4-connect connection from 10.233.88.114/10.233.88.114:41220] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Cloning the remote Git repository Using shallow clone with depth 1 No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@70afab96; decorates RemoteLauncher[hudson.remoting.Channel@7ecea9f6:JNLP4-connect connection from 10.233.106.71/10.233.106.71:44096] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Cloning the remote Git repository Using shallow clone with depth 1 + chmod +x ../scripts/pingcap/tidb/br-lightning_run_group.sh ../scripts/pingcap/tidb/br-lightning_run_group_v2.sh ../scripts/pingcap/tidb/br_integration_test_download_dependency.sh ../scripts/pingcap/tidb/integrationtest.sh ../scripts/pingcap/tidb/integrationtest_v2.sh ../scripts/pingcap/tidb/integrationtest_with_tikv.sh ../scripts/pingcap/tidb/run_real_tikv_tests.sh ../scripts/pingcap/tidb/run_real_tikv_tests_with_gotest.sh No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@4dae3006; decorates RemoteLauncher[hudson.remoting.Channel@2f3eeb29:JNLP4-connect connection from 10.233.107.116/10.233.107.116:53410] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Cloning the remote Git repository Using shallow clone with depth 1 No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@1e25991f; decorates RemoteLauncher[hudson.remoting.Channel@54bee0f8:JNLP4-connect connection from 10.233.108.165/10.233.108.165:52804] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Cloning the remote Git repository Using shallow clone with depth 1 No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@204ba90b; decorates RemoteLauncher[hudson.remoting.Channel@1d1bc02a:JNLP4-connect connection from 10.233.68.88/10.233.68.88:60660] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Cloning the remote Git repository Using shallow clone with depth 1 No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@523a3975; decorates RemoteLauncher[hudson.remoting.Channel@71bc4ecf:JNLP4-connect connection from 10.233.71.119/10.233.71.119:55728] will be ignored (a typical symptom is the Git executable not being run inside a designated container) 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/periodics_integration_test # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 Created Pod: kubernetes jenkins-tidb/pingcap-tidb-periodics-integration-test-3156-6ddpd-7fpzj-knv3w > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Commit message: "fix(br): use failpoint tidb-server instead (#2951)" Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Commit message: "fix(br): use failpoint tidb-server instead (#2951)" Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 Commit message: "fix(br): use failpoint tidb-server instead (#2951)" > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Agent pingcap-tidb-periodics-integration-test-3156-n9bjn-3zxst-850xx is provisioned from template pingcap_tidb_periodics_integration_test_3156-n9bjn-3zxst --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/periodics_integration_test/3156/" runUrl: "job/pingcap/job/tidb/job/periodics_integration_test/3156/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "451d5410d33238fe29e30d5046bf08067c1e619c" jenkins/label: "pingcap_tidb_periodics_integration_test_3156-n9bjn" name: "pingcap-tidb-periodics-integration-test-3156-n9bjn-3zxst-850xx" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: limits: memory: "32Gi" cpu: "8" securityContext: privileged: true tty: true volumeMounts: - mountPath: "/home/jenkins/.tidb/tmp" name: "bazel-out-merged" - mountPath: "/bazel-out-lower" name: "bazel-out-lower" subPath: "tidb/go1.19.2" - mountPath: "/bazel-out-overlay" name: "bazel-out-overlay" - mountPath: "/share/.cache/go-build" name: "gocache" - mountPath: "/share/.go" name: "gopathcache" - mountPath: "/share/.cache/bazel-repository-cache" name: "bazel-repository-cache" - mountPath: "/data/" name: "bazel-rc" readOnly: true - mountPath: "/etc/containerinfo" name: "containerinfo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/python3-requests:latest" name: "report" resources: limits: memory: "256Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "pingcap-tidb-periodics-integration-test-3156-n9bjn-3zxst-850xx" - name: "JENKINS_NAME" value: "pingcap-tidb-periodics-integration-test-3156-n9bjn-3zxst-850xx" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" Running on pingcap-tidb-periodics-integration-test-3156-n9bjn-3zxst-850xx in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test Commit message: "fix(br): use failpoint tidb-server instead (#2951)" Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Commit message: "fix(br): use failpoint tidb-server instead (#2951)" Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Commit message: "fix(br): use failpoint tidb-server instead (#2951)" > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Commit message: "fix(br): use failpoint tidb-server instead (#2951)" Agent pingcap-tidb-periodics-integration-test-3156-6ddpd-7fpzj-knv3w is provisioned from template pingcap_tidb_periodics_integration_test_3156-6ddpd-7fpzj --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/periodics_integration_test/3156/" runUrl: "job/pingcap/job/tidb/job/periodics_integration_test/3156/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "b383a590ac4537d911acda8bc1bc853cd0c24fe9" jenkins/label: "pingcap_tidb_periodics_integration_test_3156-6ddpd" name: "pingcap-tidb-periodics-integration-test-3156-6ddpd-7fpzj-knv3w" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: limits: memory: "32Gi" cpu: "8" securityContext: privileged: true tty: true volumeMounts: - mountPath: "/home/jenkins/.tidb/tmp" name: "bazel-out-merged" - mountPath: "/bazel-out-lower" name: "bazel-out-lower" subPath: "tidb/go1.19.2" - mountPath: "/bazel-out-overlay" name: "bazel-out-overlay" - mountPath: "/share/.cache/go-build" name: "gocache" - mountPath: "/share/.go" name: "gopathcache" - mountPath: "/share/.cache/bazel-repository-cache" name: "bazel-repository-cache" - mountPath: "/data/" name: "bazel-rc" readOnly: true - mountPath: "/etc/containerinfo" name: "containerinfo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/python3-requests:latest" name: "report" resources: limits: memory: "256Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "pingcap-tidb-periodics-integration-test-3156-6ddpd-7fpzj-knv3w" - name: "JENKINS_NAME" value: "pingcap-tidb-periodics-integration-test-3156-6ddpd-7fpzj-knv3w" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" Running on pingcap-tidb-periodics-integration-test-3156-6ddpd-7fpzj-knv3w in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 Agent pingcap-tidb-periodics-integration-test-3156-5tvjh-1xvwn-prv7g is provisioned from template pingcap_tidb_periodics_integration_test_3156-5tvjh-1xvwn --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/periodics_integration_test/3156/" runUrl: "job/pingcap/job/tidb/job/periodics_integration_test/3156/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "afd5129aa06d55449f85d1f7b7adf64ac12bd058" jenkins/label: "pingcap_tidb_periodics_integration_test_3156-5tvjh" name: "pingcap-tidb-periodics-integration-test-3156-5tvjh-1xvwn-prv7g" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: limits: memory: "32Gi" cpu: "8" securityContext: privileged: true tty: true volumeMounts: - mountPath: "/home/jenkins/.tidb/tmp" name: "bazel-out-merged" - mountPath: "/bazel-out-lower" name: "bazel-out-lower" subPath: "tidb/go1.19.2" - mountPath: "/bazel-out-overlay" name: "bazel-out-overlay" - mountPath: "/share/.cache/go-build" name: "gocache" - mountPath: "/share/.go" name: "gopathcache" - mountPath: "/share/.cache/bazel-repository-cache" name: "bazel-repository-cache" - mountPath: "/data/" name: "bazel-rc" readOnly: true - mountPath: "/etc/containerinfo" name: "containerinfo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/python3-requests:latest" name: "report" resources: limits: memory: "256Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "pingcap-tidb-periodics-integration-test-3156-5tvjh-1xvwn-prv7g" - name: "JENKINS_NAME" value: "pingcap-tidb-periodics-integration-test-3156-5tvjh-1xvwn-prv7g" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" Running on pingcap-tidb-periodics-integration-test-3156-5tvjh-1xvwn-prv7g in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test Cache restored successfully (ws/jenkins-pingcap-tidb-periodics_integration_test-3156) 1690951168 bytes in 14.25 secs (118647451 bytes/sec) [Pipeline] { [Pipeline] cache Cache restored successfully (ws/jenkins-pingcap-tidb-periodics_integration_test-3156) 1690951168 bytes in 4.76 secs (355092976 bytes/sec) [Pipeline] { [Pipeline] cache Cache restored successfully (ws/jenkins-pingcap-tidb-periodics_integration_test-3156) 1690951168 bytes in 12.25 secs (138087687 bytes/sec) [Pipeline] { [Pipeline] cache Cache restored successfully (ws/jenkins-pingcap-tidb-periodics_integration_test-3156) 1690951168 bytes in 14.36 secs (117748185 bytes/sec) [Pipeline] { [Pipeline] cache Cache restored successfully (ws/jenkins-pingcap-tidb-periodics_integration_test-3156) 1690951168 bytes in 6.73 secs (251293512 bytes/sec) [Pipeline] { [Pipeline] sh [Pipeline] sh + ls -l rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 -rw-r--r--. 1 jenkins jenkins 0 May 6 22:04 rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 + ./bin/integration_test_tidb-server -V Release Version: v8.2.0-alpha-86-gb421b729c8 Edition: Community Git Commit Hash: b421b729c8a7c43ad7250f38e655cdda03d0ca77 Git Branch: HEAD UTC Build Time: 2024-05-06 14:01:48 GoVersion: go1.21.0 Race Enabled: false Check Table Before Drop: false Store: unistore + ./bin/pd-server -V Release Version: v8.2.0-alpha-15-gf83febabe Edition: Community Git Commit Hash: f83febabecb98b95b098fd31a3664178f8a6b437 Git Branch: master UTC Build Time: 2024-05-06 08:48:58 + ./bin/tikv-server -V TiKV Release Version: 8.2.0-alpha Edition: Community Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4 Git Commit Branch: master UTC Build Time: 2024-05-06 06:37:19 Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27) Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored Profile: dist_release [Pipeline] sh + ls -l rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 -rw-r--r--. 1 jenkins jenkins 0 May 6 22:04 rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 + ./bin/integration_test_tidb-server -V Release Version: v8.2.0-alpha-86-gb421b729c8 Edition: Community Git Commit Hash: b421b729c8a7c43ad7250f38e655cdda03d0ca77 Git Branch: HEAD UTC Build Time: 2024-05-06 14:01:48 GoVersion: go1.21.0 Race Enabled: false Check Table Before Drop: false Store: unistore + ./bin/pd-server -V Release Version: v8.2.0-alpha-15-gf83febabe Edition: Community Git Commit Hash: f83febabecb98b95b098fd31a3664178f8a6b437 Git Branch: master UTC Build Time: 2024-05-06 08:48:58 + ./bin/tikv-server -V TiKV Release Version: 8.2.0-alpha Edition: Community Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4 Git Commit Branch: master UTC Build Time: 2024-05-06 06:37:19 Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27) Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored Profile: dist_release [Pipeline] sh + ls -l rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 -rw-r--r--. 1 jenkins jenkins 0 May 6 22:04 rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 + ./bin/integration_test_tidb-server -V Release Version: v8.2.0-alpha-86-gb421b729c8 Edition: Community Git Commit Hash: b421b729c8a7c43ad7250f38e655cdda03d0ca77 Git Branch: HEAD UTC Build Time: 2024-05-06 14:01:48 GoVersion: go1.21.0 Race Enabled: false Check Table Before Drop: false Store: unistore + ./bin/pd-server -V Release Version: v8.2.0-alpha-15-gf83febabe Edition: Community Git Commit Hash: f83febabecb98b95b098fd31a3664178f8a6b437 Git Branch: master UTC Build Time: 2024-05-06 08:48:58 + ./bin/tikv-server -V TiKV Release Version: 8.2.0-alpha Edition: Community Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4 Git Commit Branch: master UTC Build Time: 2024-05-06 06:37:19 Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27) Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored Profile: dist_release [Pipeline] sh + ls -l rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 -rw-r--r--. 1 jenkins jenkins 0 May 6 22:04 rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 + ./bin/integration_test_tidb-server -V Release Version: v8.2.0-alpha-86-gb421b729c8 Edition: Community Git Commit Hash: b421b729c8a7c43ad7250f38e655cdda03d0ca77 Git Branch: HEAD UTC Build Time: 2024-05-06 14:01:48 GoVersion: go1.21.0 Race Enabled: false Check Table Before Drop: false Store: unistore + ./bin/pd-server -V Release Version: v8.2.0-alpha-15-gf83febabe Edition: Community Git Commit Hash: f83febabecb98b95b098fd31a3664178f8a6b437 Git Branch: master UTC Build Time: 2024-05-06 08:48:58 + ./bin/tikv-server -V TiKV Release Version: 8.2.0-alpha Edition: Community Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4 Git Commit Branch: master UTC Build Time: 2024-05-06 06:37:19 Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27) Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored Profile: dist_release [Pipeline] sh + ls -l rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 -rw-r--r--. 1 jenkins jenkins 0 May 6 22:04 rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 + ./bin/integration_test_tidb-server -V Release Version: v8.2.0-alpha-86-gb421b729c8 Edition: Community Git Commit Hash: b421b729c8a7c43ad7250f38e655cdda03d0ca77 Git Branch: HEAD UTC Build Time: 2024-05-06 14:01:48 GoVersion: go1.21.0 Race Enabled: false Check Table Before Drop: false Store: unistore + ./bin/pd-server -V Release Version: v8.2.0-alpha-15-gf83febabe Edition: Community Git Commit Hash: f83febabecb98b95b098fd31a3664178f8a6b437 Git Branch: master UTC Build Time: 2024-05-06 08:48:58 + ./bin/tikv-server -V TiKV Release Version: 8.2.0-alpha Edition: Community Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4 Git Commit Branch: master UTC Build Time: 2024-05-06 06:37:19 Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27) Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored Profile: dist_release [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-periodics_integration_test-3156 already exists) [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-periodics_integration_test-3156 already exists) + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-periodics_integration_test-3156 already exists) [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-periodics_integration_test-3156 already exists) [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-periodics_integration_test-3156 already exists) [Pipeline] checkout [Pipeline] checkout The recommended git tool is: git [Pipeline] checkout The recommended git tool is: git The recommended git tool is: git [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] // cache [Pipeline] // cache [Pipeline] // cache diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... [Pipeline] // cache [Pipeline] sh [Pipeline] sh No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@77cd8dd4; decorates RemoteLauncher[hudson.remoting.Channel@10da9675:JNLP4-connect connection from 10.233.97.138/10.233.97.138:48172] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Cloning the remote Git repository Using shallow clone with depth 1 No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@143b981e; decorates RemoteLauncher[hudson.remoting.Channel@590253cd:JNLP4-connect connection from 10.233.86.81/10.233.86.81:54930] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Cloning the remote Git repository Using shallow clone with depth 1 No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@630e2c37; decorates RemoteLauncher[hudson.remoting.Channel@7951f80e:JNLP4-connect connection from 10.233.90.249/10.233.90.249:58716] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Cloning the remote Git repository Using shallow clone with depth 1 + chmod +x ../scripts/pingcap/tidb/br-lightning_run_group.sh ../scripts/pingcap/tidb/br-lightning_run_group_v2.sh ../scripts/pingcap/tidb/br_integration_test_download_dependency.sh ../scripts/pingcap/tidb/integrationtest.sh ../scripts/pingcap/tidb/integrationtest_v2.sh ../scripts/pingcap/tidb/integrationtest_with_tikv.sh ../scripts/pingcap/tidb/run_real_tikv_tests.sh ../scripts/pingcap/tidb/run_real_tikv_tests_with_gotest.sh [Pipeline] sh Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 + chmod +x ../scripts/pingcap/tidb/br-lightning_run_group.sh ../scripts/pingcap/tidb/br-lightning_run_group_v2.sh ../scripts/pingcap/tidb/br_integration_test_download_dependency.sh ../scripts/pingcap/tidb/integrationtest.sh ../scripts/pingcap/tidb/integrationtest_v2.sh ../scripts/pingcap/tidb/integrationtest_with_tikv.sh ../scripts/pingcap/tidb/run_real_tikv_tests.sh ../scripts/pingcap/tidb/run_real_tikv_tests_with_gotest.sh [Pipeline] sh + chmod +x ../scripts/pingcap/tidb/br-lightning_run_group.sh ../scripts/pingcap/tidb/br-lightning_run_group_v2.sh ../scripts/pingcap/tidb/br_integration_test_download_dependency.sh ../scripts/pingcap/tidb/integrationtest.sh ../scripts/pingcap/tidb/integrationtest_v2.sh ../scripts/pingcap/tidb/integrationtest_with_tikv.sh ../scripts/pingcap/tidb/run_real_tikv_tests.sh ../scripts/pingcap/tidb/run_real_tikv_tests_with_gotest.sh [Pipeline] // cache [Pipeline] sh + git status + chmod +x ../scripts/pingcap/tidb/br-lightning_run_group.sh ../scripts/pingcap/tidb/br-lightning_run_group_v2.sh ../scripts/pingcap/tidb/br_integration_test_download_dependency.sh ../scripts/pingcap/tidb/integrationtest.sh ../scripts/pingcap/tidb/integrationtest_v2.sh ../scripts/pingcap/tidb/integrationtest_with_tikv.sh ../scripts/pingcap/tidb/run_real_tikv_tests.sh ../scripts/pingcap/tidb/run_real_tikv_tests_with_gotest.sh [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb [Pipeline] { HEAD detached at b421b729c8 You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: Makefile.common Untracked files: (use "git add ..." to include in what will be committed) rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 no changes added to commit (use "git add" and/or "git commit -a") [Pipeline] cache + chmod +x ../scripts/pingcap/tidb/br-lightning_run_group.sh ../scripts/pingcap/tidb/br-lightning_run_group_v2.sh ../scripts/pingcap/tidb/br_integration_test_download_dependency.sh ../scripts/pingcap/tidb/integrationtest.sh ../scripts/pingcap/tidb/integrationtest_v2.sh ../scripts/pingcap/tidb/integrationtest_with_tikv.sh ../scripts/pingcap/tidb/run_real_tikv_tests.sh ../scripts/pingcap/tidb/run_real_tikv_tests_with_gotest.sh > 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 config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Commit message: "fix(br): use failpoint tidb-server instead (#2951)" Commit message: "fix(br): use failpoint tidb-server instead (#2951)" > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Commit message: "fix(br): use failpoint tidb-server instead (#2951)" > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 Cache restored successfully (ws/jenkins-pingcap-tidb-periodics_integration_test-3156) 1690951168 bytes in 4.73 secs (357726476 bytes/sec) [Pipeline] { [Pipeline] cache Cache restored successfully (ws/jenkins-pingcap-tidb-periodics_integration_test-3156) 1690951168 bytes in 9.21 secs (183576091 bytes/sec) [Pipeline] { [Pipeline] cache Cache restored successfully (ws/jenkins-pingcap-tidb-periodics_integration_test-3156) 1690951168 bytes in 4.17 secs (405170731 bytes/sec) [Pipeline] { [Pipeline] cache Cache restored successfully (ws/jenkins-pingcap-tidb-periodics_integration_test-3156) 1690951168 bytes in 3.77 secs (448585460 bytes/sec) [Pipeline] { [Pipeline] cache Cache restored successfully (ws/jenkins-pingcap-tidb-periodics_integration_test-3156) 1690951168 bytes in 2.93 secs (577994298 bytes/sec) [Pipeline] { [Pipeline] cache Cache restored successfully (ws/jenkins-pingcap-tidb-periodics_integration_test-3156) 1690951168 bytes in 7.71 secs (219247788 bytes/sec) [Pipeline] { [Pipeline] cache Cache restored successfully (ws/jenkins-pingcap-tidb-periodics_integration_test-3156) 1690951168 bytes in 5.75 secs (294307546 bytes/sec) [Pipeline] { [Pipeline] sh [Pipeline] sh + ls -l rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 -rw-r--r--. 1 jenkins jenkins 0 May 6 22:04 rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 + ./bin/integration_test_tidb-server -V Release Version: v8.2.0-alpha-86-gb421b729c8 Edition: Community Git Commit Hash: b421b729c8a7c43ad7250f38e655cdda03d0ca77 Git Branch: HEAD UTC Build Time: 2024-05-06 14:01:48 GoVersion: go1.21.0 Race Enabled: false Check Table Before Drop: false Store: unistore + ./bin/pd-server -V Release Version: v8.2.0-alpha-15-gf83febabe Edition: Community Git Commit Hash: f83febabecb98b95b098fd31a3664178f8a6b437 Git Branch: master UTC Build Time: 2024-05-06 08:48:58 + ./bin/tikv-server -V TiKV Release Version: 8.2.0-alpha Edition: Community Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4 Git Commit Branch: master UTC Build Time: 2024-05-06 06:37:19 Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27) Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored Profile: dist_release [Pipeline] sh + ls -l rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 -rw-r--r--. 1 jenkins jenkins 0 May 6 22:04 rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 + ./bin/integration_test_tidb-server -V Release Version: v8.2.0-alpha-86-gb421b729c8 Edition: Community Git Commit Hash: b421b729c8a7c43ad7250f38e655cdda03d0ca77 Git Branch: HEAD UTC Build Time: 2024-05-06 14:01:48 GoVersion: go1.21.0 Race Enabled: false Check Table Before Drop: false Store: unistore + ./bin/pd-server -V Release Version: v8.2.0-alpha-15-gf83febabe Edition: Community Git Commit Hash: f83febabecb98b95b098fd31a3664178f8a6b437 Git Branch: master UTC Build Time: 2024-05-06 08:48:58 + ./bin/tikv-server -V TiKV Release Version: 8.2.0-alpha Edition: Community Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4 Git Commit Branch: master UTC Build Time: 2024-05-06 06:37:19 Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27) Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored Profile: dist_release [Pipeline] sh [Pipeline] sh + ls -l rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 -rw-r--r-- 1 jenkins jenkins 0 May 6 22:04 rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 + ./bin/integration_test_tidb-server -V Release Version: v8.2.0-alpha-86-gb421b729c8 Edition: Community Git Commit Hash: b421b729c8a7c43ad7250f38e655cdda03d0ca77 Git Branch: HEAD UTC Build Time: 2024-05-06 14:01:48 GoVersion: go1.21.0 Race Enabled: false Check Table Before Drop: false Store: unistore + ./bin/pd-server -V Release Version: v8.2.0-alpha-15-gf83febabe Edition: Community Git Commit Hash: f83febabecb98b95b098fd31a3664178f8a6b437 Git Branch: master UTC Build Time: 2024-05-06 08:48:58 + ./bin/tikv-server -V TiKV Release Version: 8.2.0-alpha Edition: Community Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4 Git Commit Branch: master UTC Build Time: 2024-05-06 06:37:19 Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27) Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored Profile: dist_release [Pipeline] sh [Pipeline] sh + ls -l rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 -rw-r--r-- 1 jenkins jenkins 0 May 6 22:04 rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 + ./bin/integration_test_tidb-server -V [Pipeline] sh + ls -l rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 -rw-r--r-- 1 jenkins jenkins 0 May 6 22:04 rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 + ./bin/integration_test_tidb-server -V Release Version: v8.2.0-alpha-86-gb421b729c8 Edition: Community Git Commit Hash: b421b729c8a7c43ad7250f38e655cdda03d0ca77 Git Branch: HEAD UTC Build Time: 2024-05-06 14:01:48 GoVersion: go1.21.0 Race Enabled: false Check Table Before Drop: false Store: unistore + ./bin/pd-server -V Release Version: v8.2.0-alpha-15-gf83febabe Edition: Community Git Commit Hash: f83febabecb98b95b098fd31a3664178f8a6b437 Git Branch: master UTC Build Time: 2024-05-06 08:48:58 + ./bin/tikv-server -V TiKV Release Version: 8.2.0-alpha Edition: Community Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4 Git Commit Branch: master UTC Build Time: 2024-05-06 06:37:19 Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27) Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored Profile: dist_release Release Version: v8.2.0-alpha-86-gb421b729c8 Edition: Community Git Commit Hash: b421b729c8a7c43ad7250f38e655cdda03d0ca77 Git Branch: HEAD UTC Build Time: 2024-05-06 14:01:48 GoVersion: go1.21.0 Race Enabled: false Check Table Before Drop: false Store: unistore + ./bin/pd-server -V Release Version: v8.2.0-alpha-15-gf83febabe Edition: Community Git Commit Hash: f83febabecb98b95b098fd31a3664178f8a6b437 Git Branch: master UTC Build Time: 2024-05-06 08:48:58 + ./bin/tikv-server -V TiKV Release Version: 8.2.0-alpha Edition: Community Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4 Git Commit Branch: master UTC Build Time: 2024-05-06 06:37:19 Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27) Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored Profile: dist_release + ls -l rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 -rw-r--r-- 1 jenkins jenkins 0 May 6 22:04 rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 + ./bin/integration_test_tidb-server -V Release Version: v8.2.0-alpha-86-gb421b729c8 Edition: Community Git Commit Hash: b421b729c8a7c43ad7250f38e655cdda03d0ca77 Git Branch: HEAD UTC Build Time: 2024-05-06 14:01:48 GoVersion: go1.21.0 Race Enabled: false Check Table Before Drop: false Store: unistore + ./bin/pd-server -V Release Version: v8.2.0-alpha-15-gf83febabe Edition: Community Git Commit Hash: f83febabecb98b95b098fd31a3664178f8a6b437 Git Branch: master UTC Build Time: 2024-05-06 08:48:58 + ./bin/tikv-server -V TiKV Release Version: 8.2.0-alpha Edition: Community Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4 Git Commit Branch: master UTC Build Time: 2024-05-06 06:37:19 Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27) Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored Profile: dist_release [Pipeline] sh + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . [Pipeline] sh + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . [Pipeline] sh + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . + ls -l rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 -rw-r--r-- 1 jenkins jenkins 0 May 6 22:04 rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 + ./bin/integration_test_tidb-server -V Release Version: v8.2.0-alpha-86-gb421b729c8 Edition: Community Git Commit Hash: b421b729c8a7c43ad7250f38e655cdda03d0ca77 Git Branch: HEAD UTC Build Time: 2024-05-06 14:01:48 GoVersion: go1.21.0 Race Enabled: false Check Table Before Drop: false Store: unistore + ./bin/pd-server -V diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... [Pipeline] sh Release Version: v8.2.0-alpha-15-gf83febabe Edition: Community Git Commit Hash: f83febabecb98b95b098fd31a3664178f8a6b437 Git Branch: master UTC Build Time: 2024-05-06 08:48:58 + ./bin/tikv-server -V TiKV Release Version: 8.2.0-alpha Edition: Community Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4 Git Commit Branch: master UTC Build Time: 2024-05-06 06:37:19 Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27) Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored Profile: dist_release + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... [Pipeline] sh + /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/integrationtest_with_tikv.sh n ~/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tests/integrationtest ~/agent/workspace/pingcap/tidb/periodics_integration_test/tidb extracting statistics: s skip building tidb-server, using existing binary: /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin/integration_test_tidb-server building portgenerator binary: ./portgenerator go: downloading go.uber.org/zap v1.27.0 go: downloading github.com/pingcap/log v1.1.1-0.20240314023424-862ccc32f18d go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1 go: downloading go.uber.org/multierr v1.11.0 [Pipeline] withEnv [Pipeline] { diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-periodics_integration_test-3156 already exists) [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-periodics_integration_test-3156 already exists) [Pipeline] } + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . Cache not saved (ws/jenkins-pingcap-tidb-periodics_integration_test-3156 already exists) [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] } diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... Cache not saved (ws/jenkins-pingcap-tidb-periodics_integration_test-3156 already exists) [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-periodics_integration_test-3156 already exists) [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-periodics_integration_test-3156 already exists) + git status [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-periodics_integration_test-3156 already exists) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] // cache HEAD detached at b421b729c8 You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: Makefile.common Untracked files: (use "git add ..." to include in what will be committed) rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 no changes added to commit (use "git add" and/or "git commit -a") [Pipeline] // cache + git status [Pipeline] // cache [Pipeline] sh diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... HEAD detached at b421b729c8 You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: Makefile.common Untracked files: (use "git add ..." to include in what will be committed) rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 no changes added to commit (use "git add" and/or "git commit -a") building mysql-tester binary: ./mysql_tester go: downloading github.com/pingcap/mysql-tester v0.0.0-20231124064544-17b728effac3 [Pipeline] sh + git status + chmod +x ../scripts/pingcap/tidb/br-lightning_run_group.sh ../scripts/pingcap/tidb/br-lightning_run_group_v2.sh ../scripts/pingcap/tidb/br_integration_test_download_dependency.sh ../scripts/pingcap/tidb/integrationtest.sh ../scripts/pingcap/tidb/integrationtest_v2.sh ../scripts/pingcap/tidb/integrationtest_with_tikv.sh ../scripts/pingcap/tidb/run_real_tikv_tests.sh ../scripts/pingcap/tidb/run_real_tikv_tests_with_gotest.sh HEAD detached at b421b729c8 You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: Makefile.common Untracked files: (use "git add ..." to include in what will be committed) rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 no changes added to commit (use "git add" and/or "git commit -a") [Pipeline] sh + git status + chmod +x ../scripts/pingcap/tidb/br-lightning_run_group.sh ../scripts/pingcap/tidb/br-lightning_run_group_v2.sh ../scripts/pingcap/tidb/br_integration_test_download_dependency.sh ../scripts/pingcap/tidb/integrationtest.sh ../scripts/pingcap/tidb/integrationtest_v2.sh ../scripts/pingcap/tidb/integrationtest_with_tikv.sh ../scripts/pingcap/tidb/run_real_tikv_tests.sh ../scripts/pingcap/tidb/run_real_tikv_tests_with_gotest.sh [Pipeline] // cache [Pipeline] // cache [Pipeline] // cache [Pipeline] sh HEAD detached at b421b729c8 You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: Makefile.common Untracked files: (use "git add ..." to include in what will be committed) rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 no changes added to commit (use "git add" and/or "git commit -a") + chmod +x ../scripts/pingcap/tidb/br-lightning_run_group.sh ../scripts/pingcap/tidb/br-lightning_run_group_v2.sh ../scripts/pingcap/tidb/br_integration_test_download_dependency.sh ../scripts/pingcap/tidb/integrationtest.sh ../scripts/pingcap/tidb/integrationtest_v2.sh ../scripts/pingcap/tidb/integrationtest_with_tikv.sh ../scripts/pingcap/tidb/run_real_tikv_tests.sh ../scripts/pingcap/tidb/run_real_tikv_tests_with_gotest.sh [Pipeline] sh + git status + chmod +x ../scripts/pingcap/tidb/br-lightning_run_group.sh ../scripts/pingcap/tidb/br-lightning_run_group_v2.sh ../scripts/pingcap/tidb/br_integration_test_download_dependency.sh ../scripts/pingcap/tidb/integrationtest.sh ../scripts/pingcap/tidb/integrationtest_v2.sh ../scripts/pingcap/tidb/integrationtest_with_tikv.sh ../scripts/pingcap/tidb/run_real_tikv_tests.sh ../scripts/pingcap/tidb/run_real_tikv_tests_with_gotest.sh go: downloading github.com/pingcap/errors v0.11.5-0.20221009092201-b66cddb77c32 go: downloading github.com/sirupsen/logrus v1.8.1 go: downloading github.com/defined2014/mysql v0.0.0-20231121061906-fcfacaa39f49 [Pipeline] sh HEAD detached at b421b729c8 You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: Makefile.common Untracked files: (use "git add ..." to include in what will be committed) rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 no changes added to commit (use "git add" and/or "git commit -a") + chmod +x ../scripts/pingcap/tidb/br-lightning_run_group.sh ../scripts/pingcap/tidb/br-lightning_run_group_v2.sh ../scripts/pingcap/tidb/br_integration_test_download_dependency.sh ../scripts/pingcap/tidb/integrationtest.sh ../scripts/pingcap/tidb/integrationtest_v2.sh ../scripts/pingcap/tidb/integrationtest_with_tikv.sh ../scripts/pingcap/tidb/run_real_tikv_tests.sh ../scripts/pingcap/tidb/run_real_tikv_tests_with_gotest.sh go: downloading go.uber.org/atomic v1.11.0 go: downloading golang.org/x/sys v0.5.0 [Pipeline] // cache [Pipeline] sh [Pipeline] sh + chmod +x ../scripts/pingcap/tidb/br-lightning_run_group.sh ../scripts/pingcap/tidb/br-lightning_run_group_v2.sh ../scripts/pingcap/tidb/br_integration_test_download_dependency.sh ../scripts/pingcap/tidb/integrationtest.sh ../scripts/pingcap/tidb/integrationtest_v2.sh ../scripts/pingcap/tidb/integrationtest_with_tikv.sh ../scripts/pingcap/tidb/run_real_tikv_tests.sh ../scripts/pingcap/tidb/run_real_tikv_tests_with_gotest.sh + chmod +x ../scripts/pingcap/tidb/br-lightning_run_group.sh ../scripts/pingcap/tidb/br-lightning_run_group_v2.sh ../scripts/pingcap/tidb/br_integration_test_download_dependency.sh ../scripts/pingcap/tidb/integrationtest.sh ../scripts/pingcap/tidb/integrationtest_v2.sh ../scripts/pingcap/tidb/integrationtest_with_tikv.sh ../scripts/pingcap/tidb/run_real_tikv_tests.sh ../scripts/pingcap/tidb/run_real_tikv_tests_with_gotest.sh [Pipeline] sh + /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_txntest [Pipeline] sh + /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_sessiontest [Pipeline] sh + /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_statisticstest [Pipeline] sh start tidb-server, log file: ./integration-test.out tidb-server(PID: 1707) started run all integration test cases (disabled new collation) + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb [Pipeline] { [Pipeline] cache + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... + git status HEAD detached at b421b729c8 You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: Makefile.common Untracked files: (use "git add ..." to include in what will be committed) rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 no changes added to commit (use "git add" and/or "git commit -a") + git status HEAD detached at b421b729c8 You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: Makefile.common Untracked files: (use "git add ..." to include in what will be committed) rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 no changes added to commit (use "git add" and/or "git commit -a") ./t/collation_agg_func.test: ok! 74 test cases passed, take time 0.70387823 s ./t/collation_check_use_collation.test: ok! 93 test cases passed, take time 0.628434791 s ./t/collation_misc.test: ok! 66 test cases passed, take time 0.584259856 s ./t/collation_pointget.test: ok! 106 test cases passed, take time 0.696012384 s Great, All tests passed GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tools/bin GO111MODULE=on go install github.com/pingcap/failpoint/failpoint-ctl@2eaa328 go: downloading github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c integrationtest passed! ./run-tests.sh: line 1: kill: (1707) - No such process ~/agent/workspace/pingcap/tidb/periodics_integration_test/tidb GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tools/bin GO111MODULE=on go install github.com/pingcap/failpoint/failpoint-ctl@2eaa328 go: downloading github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tools/bin GO111MODULE=on go install github.com/pingcap/failpoint/failpoint-ctl@2eaa328 go: downloading github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c Cache restored successfully (ws/jenkins-pingcap-tidb-periodics_integration_test-3156) 1690951168 bytes in 9.23 secs (183288101 bytes/sec) [Pipeline] { [Pipeline] cache go: downloading github.com/sergi/go-diff v1.1.0 go: downloading github.com/sergi/go-diff v1.1.0 go: downloading github.com/sergi/go-diff v1.1.0 Cache restored successfully (ws/jenkins-pingcap-tidb-periodics_integration_test-3156) 1690951168 bytes in 4.89 secs (345514704 bytes/sec) [Pipeline] { [Pipeline] cache bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle Extracting Bazel installation... Starting local Bazel server and connecting to it... bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle Extracting Bazel installation... bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle Extracting Bazel installation... Starting local Bazel server and connecting to it... Starting local Bazel server and connecting to it... INFO: Invocation ID: 350b35c1-96d2-4bf2-aaa5-3f705beb504a INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_14_05_02.346935508/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes Loading: INFO: Invocation ID: d7167b48-3db6-47a1-bc80-93a031a5cf69 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_14_05_02.2999977757/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes Loading: INFO: Invocation ID: 562473a3-d1f5-4d83-b9f6-155d4b01b073 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_14_05_02.3452809824/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes Loading: Loading: Loading: Loading: 0 packages loaded Loading: Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) Loading: Loading: 0 packages loaded Loading: Loading: Loading: 0 packages loaded Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Cache restored successfully (ws/jenkins-pingcap-tidb-periodics_integration_test-3156) 1690951168 bytes in 2.85 secs (594269966 bytes/sec) [Pipeline] { [Pipeline] sh Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) [Pipeline] sh + ls -l rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 -rw-r--r-- 1 jenkins jenkins 0 May 6 22:04 rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 + ./bin/integration_test_tidb-server -V Release Version: v8.2.0-alpha-86-gb421b729c8 Edition: Community Git Commit Hash: b421b729c8a7c43ad7250f38e655cdda03d0ca77 Git Branch: HEAD UTC Build Time: 2024-05-06 14:01:48 GoVersion: go1.21.0 Race Enabled: false Check Table Before Drop: false Store: unistore + ./bin/pd-server -V Release Version: v8.2.0-alpha-15-gf83febabe Edition: Community Git Commit Hash: f83febabecb98b95b098fd31a3664178f8a6b437 Git Branch: master UTC Build Time: 2024-05-06 08:48:58 + ./bin/tikv-server -V TiKV Release Version: 8.2.0-alpha Edition: Community Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4 Git Commit Branch: master UTC Build Time: 2024-05-06 06:37:19 Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27) Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored Profile: dist_release [Pipeline] sh + ls -l rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 -rw-r--r-- 1 jenkins jenkins 0 May 6 22:04 rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 + ./bin/integration_test_tidb-server -V Release Version: v8.2.0-alpha-86-gb421b729c8 Edition: Community Git Commit Hash: b421b729c8a7c43ad7250f38e655cdda03d0ca77 Git Branch: HEAD UTC Build Time: 2024-05-06 14:01:48 GoVersion: go1.21.0 Race Enabled: false Check Table Before Drop: false Store: unistore + ./bin/pd-server -V Release Version: v8.2.0-alpha-15-gf83febabe Edition: Community Git Commit Hash: f83febabecb98b95b098fd31a3664178f8a6b437 Git Branch: master UTC Build Time: 2024-05-06 08:48:58 + ./bin/tikv-server -V TiKV Release Version: 8.2.0-alpha Edition: Community Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4 Git Commit Branch: master UTC Build Time: 2024-05-06 06:37:19 Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27) Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored Profile: dist_release Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) + ls -l rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 -rw-r--r-- 1 jenkins jenkins 0 May 6 22:04 rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 + ./bin/integration_test_tidb-server -V Release Version: v8.2.0-alpha-86-gb421b729c8 Edition: Community Git Commit Hash: b421b729c8a7c43ad7250f38e655cdda03d0ca77 Git Branch: HEAD UTC Build Time: 2024-05-06 14:01:48 GoVersion: go1.21.0 Race Enabled: false Check Table Before Drop: false Store: unistore + ./bin/pd-server -V Release Version: v8.2.0-alpha-15-gf83febabe Edition: Community Git Commit Hash: f83febabecb98b95b098fd31a3664178f8a6b437 Git Branch: master UTC Build Time: 2024-05-06 08:48:58 + ./bin/tikv-server -V TiKV Release Version: 8.2.0-alpha Edition: Community Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4 Git Commit Branch: master UTC Build Time: 2024-05-06 06:37:19 Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27) Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored Profile: dist_release [Pipeline] sh Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) [Pipeline] sh + /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_addindextest1 [Pipeline] sh + /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_brietest [Pipeline] sh [Pipeline] sh Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) [Pipeline] sh Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . [Pipeline] sh + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . Analyzing: target //:gazelle (45 packages loaded, 416 targets configured) Analyzing: target //:gazelle (45 packages loaded, 416 targets configured) diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... Analyzing: target //:gazelle (75 packages loaded, 994 targets configured) [Pipeline] } [Pipeline] sh diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... [Pipeline] sh diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... + /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_pessimistictest Analyzing: target //:gazelle (99 packages loaded, 10443 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10446 targets configured) + /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_addindextest2 Analyzing: target //:gazelle (99 packages loaded, 6199 targets configured) [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-periodics_integration_test-3156 already exists) [Pipeline] } + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . Cache not saved (ws/jenkins-pingcap-tidb-periodics_integration_test-3156 already exists) + git status HEAD detached at b421b729c8 You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: Makefile.common Untracked files: (use "git add ..." to include in what will be committed) rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 no changes added to commit (use "git add" and/or "git commit -a") [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-periodics_integration_test-3156 already exists) + git status HEAD detached at b421b729c8 You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: Makefile.common Untracked files: (use "git add ..." to include in what will be committed) rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 no changes added to commit (use "git add" and/or "git commit -a") [Pipeline] // dir + git status HEAD detached at b421b729c8 You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: Makefile.common Untracked files: (use "git add ..." to include in what will be committed) rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 no changes added to commit (use "git add" and/or "git commit -a") Post stage [Pipeline] // cache Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) [Pipeline] // cache [Pipeline] sh diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... + git status HEAD detached at b421b729c8 You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: Makefile.common Untracked files: (use "git add ..." to include in what will be committed) rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 no changes added to commit (use "git add" and/or "git commit -a") Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) [Pipeline] sh Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) [Pipeline] // cache [Pipeline] sh + chmod +x ../scripts/pingcap/tidb/br-lightning_run_group.sh ../scripts/pingcap/tidb/br-lightning_run_group_v2.sh ../scripts/pingcap/tidb/br_integration_test_download_dependency.sh ../scripts/pingcap/tidb/integrationtest.sh ../scripts/pingcap/tidb/integrationtest_v2.sh ../scripts/pingcap/tidb/integrationtest_with_tikv.sh ../scripts/pingcap/tidb/run_real_tikv_tests.sh ../scripts/pingcap/tidb/run_real_tikv_tests_with_gotest.sh [Pipeline] sh [Pipeline] sh + git status HEAD detached at b421b729c8 You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: Makefile.common Untracked files: (use "git add ..." to include in what will be committed) rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 no changes added to commit (use "git add" and/or "git commit -a") + /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_importintotest2 [Pipeline] sh [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb [Pipeline] { [Pipeline] sh [Pipeline] junit Recording test results [Pipeline] sh + /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_addindextest None of the test reports contained any result [Checks API] No suitable checks publisher found. + /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_addindextest4 + chmod +x ../scripts/pingcap/tidb/br-lightning_run_group.sh ../scripts/pingcap/tidb/br-lightning_run_group_v2.sh ../scripts/pingcap/tidb/br_integration_test_download_dependency.sh ../scripts/pingcap/tidb/integrationtest.sh ../scripts/pingcap/tidb/integrationtest_v2.sh ../scripts/pingcap/tidb/integrationtest_with_tikv.sh ../scripts/pingcap/tidb/run_real_tikv_tests.sh ../scripts/pingcap/tidb/run_real_tikv_tests_with_gotest.sh [Pipeline] sh + /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_addindextest3 + /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_importintotest [Pipeline] sh No test report files were found. Configuration error? [Pipeline] sh + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . + chmod +x ../scripts/pingcap/tidb/br-lightning_run_group.sh ../scripts/pingcap/tidb/br-lightning_run_group_v2.sh ../scripts/pingcap/tidb/br_integration_test_download_dependency.sh ../scripts/pingcap/tidb/integrationtest.sh ../scripts/pingcap/tidb/integrationtest_v2.sh ../scripts/pingcap/tidb/integrationtest_with_tikv.sh ../scripts/pingcap/tidb/run_real_tikv_tests.sh ../scripts/pingcap/tidb/run_real_tikv_tests_with_gotest.sh + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . [Pipeline] sh + find . -name 'pd*.log' -type f -exec tail -n 500 '{}' + ==> ./pd1.log <== [2024/05/06 22:07:41.418 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:07:41.418 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:07:41.418 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:07:41.418 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:07:41.418 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:07:41.418 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:07:41.418 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:07:41.418 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:07:41.418 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2379\",\"peer-urls\":\"http://127.0.0.1:2378\",\"advertise-client-urls\":\"http://127.0.0.1:2379\",\"advertise-peer-urls\":\"http://127.0.0.1:2378\",\"name\":\"pd1\",\"data-dir\":\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd1\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd1=http://127.0.0.1:2378\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd1\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:07:41.422 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:07:41.422 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:07:41.422 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:07:41.422 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:07:41.424 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:07:41.424 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:07:41.424 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd1] [service-name=MetaStorage] [2024/05/06 22:07:41.424 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:07:41.424 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd1] [service-name=ResourceManager] [2024/05/06 22:07:41.424 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:07:41.424 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2378]"] [2024/05/06 22:07:41.424 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:07:41.424 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2379]"] [2024/05/06 22:07:41.424 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:07:41.424 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=62] [max-cpu-available=62] [member-initialized=false] [name=pd1] [data-dir=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd1] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd1/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2378]"] [listen-peer-urls="[http://127.0.0.1:2378]"] [advertise-client-urls="[http://127.0.0.1:2379]"] [listen-client-urls="[http://127.0.0.1:2379]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd1=http://127.0.0.1:2378"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:07:41.424 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:07:41.425 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd1/member/snap/db] [took=910.708µs] [2024/05/06 22:07:41.426 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=856b5c9b084f6e64] [cluster-id=5ec4def2c110ed65] [2024/05/06 22:07:41.426 +08:00] [INFO] [raft.go:1523] ["856b5c9b084f6e64 switched to configuration voters=()"] [2024/05/06 22:07:41.426 +08:00] [INFO] [raft.go:706] ["856b5c9b084f6e64 became follower at term 0"] [2024/05/06 22:07:41.426 +08:00] [INFO] [raft.go:389] ["newRaft 856b5c9b084f6e64 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:07:41.426 +08:00] [INFO] [raft.go:706] ["856b5c9b084f6e64 became follower at term 1"] [2024/05/06 22:07:41.426 +08:00] [INFO] [raft.go:1523] ["856b5c9b084f6e64 switched to configuration voters=(9613879650481565284)"] [2024/05/06 22:07:41.427 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:07:41.427 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:07:41.427 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=856b5c9b084f6e64] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:07:41.427 +08:00] [INFO] [server.go:697] ["started as single-node; fast-forwarding election ticks"] [local-member-id=856b5c9b084f6e64] [forward-ticks=5] [forward-duration=2.5s] [election-ticks=6] [election-timeout=3s] [2024/05/06 22:07:41.427 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd1/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:07:41.427 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd1/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:07:41.427 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd1/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:07:41.428 +08:00] [INFO] [raft.go:1523] ["856b5c9b084f6e64 switched to configuration voters=(9613879650481565284)"] [2024/05/06 22:07:41.428 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=5ec4def2c110ed65] [local-member-id=856b5c9b084f6e64] [added-peer-id=856b5c9b084f6e64] [added-peer-peer-urls="[http://127.0.0.1:2378]"] [2024/05/06 22:07:41.429 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2378] [2024/05/06 22:07:41.429 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=856b5c9b084f6e64] [initial-advertise-peer-urls="[http://127.0.0.1:2378]"] [listen-peer-urls="[http://127.0.0.1:2378]"] [advertise-client-urls="[http://127.0.0.1:2379]"] [listen-client-urls="[http://127.0.0.1:2379]"] [listen-metrics-urls="[]"] [2024/05/06 22:07:43.927 +08:00] [INFO] [raft.go:929] ["856b5c9b084f6e64 is starting a new election at term 1"] [2024/05/06 22:07:43.927 +08:00] [INFO] [raft.go:735] ["856b5c9b084f6e64 became pre-candidate at term 1"] [2024/05/06 22:07:43.927 +08:00] [INFO] [raft.go:830] ["856b5c9b084f6e64 received MsgPreVoteResp from 856b5c9b084f6e64 at term 1"] [2024/05/06 22:07:43.927 +08:00] [INFO] [raft.go:719] ["856b5c9b084f6e64 became candidate at term 2"] [2024/05/06 22:07:43.927 +08:00] [INFO] [raft.go:830] ["856b5c9b084f6e64 received MsgVoteResp from 856b5c9b084f6e64 at term 2"] [2024/05/06 22:07:43.927 +08:00] [INFO] [raft.go:771] ["856b5c9b084f6e64 became leader at term 2"] [2024/05/06 22:07:43.927 +08:00] [INFO] [node.go:327] ["raft.node: 856b5c9b084f6e64 elected leader 856b5c9b084f6e64 at term 2"] [2024/05/06 22:07:43.928 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=856b5c9b084f6e64] [local-member-attributes="{Name:pd1 ClientURLs:[http://127.0.0.1:2379]}"] [request-path=/0/members/856b5c9b084f6e64/attributes] [cluster-id=5ec4def2c110ed65] [publish-timeout=11s] [2024/05/06 22:07:43.928 +08:00] [INFO] [server.go:2639] ["setting up initial cluster version"] [cluster-version=3.4] [2024/05/06 22:07:43.928 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:07:43.928 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=5ec4def2c110ed65] [local-member-id=856b5c9b084f6e64] [cluster-version=3.4] [2024/05/06 22:07:43.928 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:07:43.928 +08:00] [INFO] [server.go:2671] ["cluster version is updated"] [cluster-version=3.4] [2024/05/06 22:07:43.929 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd1] [service-name=MetaStorage] [2024/05/06 22:07:43.929 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd1] [service-name=ResourceManager] [2024/05/06 22:07:43.929 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2379] [2024/05/06 22:07:43.932 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888083729899240] [2024/05/06 22:07:43.932 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd1\" member_id:9613879650481565284 peer_urls:\"http://127.0.0.1:2378\" client_urls:\"http://127.0.0.1:2379\" "] [root-path=/pd/7365888083729899240] [2024/05/06 22:07:43.935 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:07:43.935 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=9613879650481565284] [2024/05/06 22:07:43.935 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:07:43.936 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:07:43.936 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd1] [2024/05/06 22:07:43.936 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd1] [2024/05/06 22:07:43.936 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:07:43.936 +08:00] [INFO] [server.go:1703] ["start to campaign PD leader"] [campaign-leader-name=pd1] [2024/05/06 22:07:43.937 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:07:43.937 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:07:43.937 +08:00] [INFO] [lease.go:66] ["lease granted"] [lease-id=7954640408008552973] [lease-timeout=3] [purpose="leader election"] [2024/05/06 22:07:43.937 +08:00] [INFO] [leadership.go:181] ["check campaign resp"] [resp="{\"header\":{\"cluster_id\":6828828069203078501,\"member_id\":9613879650481565284,\"revision\":6,\"raft_term\":2},\"succeeded\":true,\"responses\":[{\"Response\":{\"ResponsePut\":{\"header\":{\"revision\":6}}}}]}"] [2024/05/06 22:07:43.938 +08:00] [INFO] [leadership.go:190] ["write leaderData to leaderPath ok"] [leader-key=/pd/7365888083729899240/leader] [purpose="leader election"] [2024/05/06 22:07:43.938 +08:00] [INFO] [server.go:1729] ["campaign PD leader ok"] [campaign-leader-name=pd1] [2024/05/06 22:07:43.938 +08:00] [INFO] [server.go:1737] ["initializing the global TSO allocator"] [2024/05/06 22:07:43.938 +08:00] [INFO] [tso.go:160] ["start to sync timestamp"] [] [2024/05/06 22:07:43.938 +08:00] [INFO] [lease.go:155] ["start lease keep alive worker"] [interval=1s] [purpose="leader election"] [2024/05/06 22:07:43.938 +08:00] [INFO] [tso.go:220] ["sync and save timestamp"] [] [last=0001/01/01 00:00:00.000 +00:00] [last-saved=0001/01/01 00:00:00.000 +00:00] [save=2024/05/06 22:07:46.938 +08:00] [next=2024/05/06 22:07:43.938 +08:00] [2024/05/06 22:07:43.939 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:07:43.939 +08:00] [INFO] [server.go:1769] ["triggering the leader callback functions"] [2024/05/06 22:07:43.940 +08:00] [ERROR] [manager.go:124] ["un-marshall controller config failed, fallback to default"] [error="unexpected end of JSON input"] [v=] [2024/05/06 22:07:43.941 +08:00] [INFO] [manager.go:185] ["resource group manager finishes initialization"] [2024/05/06 22:07:43.944 +08:00] [INFO] [id.go:174] ["idAllocator allocates a new id"] [new-end=1000] [new-base=0] [label=idalloc] [check-curr-end=true] [2024/05/06 22:07:43.944 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=0.0.0] [2024/05/06 22:07:43.944 +08:00] [INFO] [server.go:1803] ["PD leader is ready to serve"] [leader-name=pd1] [2024/05/06 22:07:44.000 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=12] [2024/05/06 22:07:44.096 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=13] [2024/05/06 22:07:44.096 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=13] [2024/05/06 22:07:44.103 +08:00] [INFO] [server.go:712] ["try to bootstrap raft cluster"] [cluster-id=7365888083729899240] [request="header: store: region: peers: > "] [2024/05/06 22:07:44.104 +08:00] [INFO] [server.go:773] ["bootstrap cluster ok"] [cluster-id=7365888083729899240] [2024/05/06 22:07:44.107 +08:00] [INFO] [cluster.go:643] ["load stores"] [count=1] [cost=570.787µs] [2024/05/06 22:07:44.107 +08:00] [INFO] [cluster.go:654] ["load regions"] [count=1] [cost=102.977µs] [2024/05/06 22:07:44.107 +08:00] [INFO] [scheduling_controller.go:102] ["scheduling service is started"] [2024/05/06 22:07:44.107 +08:00] [INFO] [coordinator.go:407] ["coordinator starts to collect cluster information"] [2024/05/06 22:07:44.107 +08:00] [INFO] [cluster.go:416] ["memory info"] [total-mem=34359738368] [2024/05/06 22:07:44.107 +08:00] [INFO] [tuner.go:117] ["new gctuner"] [threshold=20615843020] [2024/05/06 22:07:44.108 +08:00] [INFO] [cluster.go:429] ["update gc tuner"] [enable-gc-tuner=false] [gc-threshold-bytes=20615843020] [2024/05/06 22:07:44.108 +08:00] [INFO] [memory_limit_tuner.go:50] [debug.SetMemoryLimit] [limit=9223372036854775807] [ret=9223372036854775807] [2024/05/06 22:07:44.108 +08:00] [INFO] [cluster.go:436] ["update gc memory limit"] [memory-limit-bytes=0] [memory-limit-gc-trigger-ratio=0.7] [2024/05/06 22:07:44.108 +08:00] [INFO] [keyspace.go:378] ["[keyspace] added region label for keyspace"] [keyspace-id=0] [label-rule="{\"id\":\"keyspaces/0\",\"index\":0,\"labels\":[{\"key\":\"id\",\"value\":\"0\"}],\"rule_type\":\"key-range\",\"data\":[{\"start_key\":\"7200000000000000fb\",\"end_key\":\"7200000100000000fb\"},{\"start_key\":\"7800000000000000fb\",\"end_key\":\"7800000100000000fb\"}]}"] [takes=488.44µs] [2024/05/06 22:07:44.110 +08:00] [INFO] [cluster.go:2180] ["cluster version changed"] [old-cluster-version=0.0.0] [new-cluster-version=8.2.0-alpha] [2024/05/06 22:07:44.111 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=1] [2024/05/06 22:07:44.111 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:1 address:\"127.0.0.1:20160\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20160\" status_address:\"127.0.0.1:20165\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004464 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:07:44.111 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:07:44.938 +08:00] [INFO] [server.go:1317] ["PD server config is updated"] [new="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"http://127.0.0.1:2379\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [old="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [2024/05/06 22:07:46.212 +08:00] [INFO] [dbstore.go:33] ["Dashboard initializing local storage file"] [path=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd1/dashboard.sqlite.db] [2024/05/06 22:07:46.221 +08:00] [INFO] [version.go:33] ["TiDB Dashboard started"] [internal-version=8.0.0-9768844f] [standalone=No] [pd-version=v8.2.0-alpha-15-gf83febabe] [build-time="2024-05-06 08:48:58"] [build-git-hash=9768844ff5d7] [2024/05/06 22:07:46.221 +08:00] [INFO] [manager.go:201] ["dashboard server is started"] [2024/05/06 22:07:46.221 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:41741] [remotes="[]"] [2024/05/06 22:07:46.221 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:37035] [remotes="[]"] [2024/05/06 22:07:46.222 +08:00] [WARN] [dynamic_config_manager.go:165] ["Dynamic config does not exist in etcd"] [2024/05/06 22:07:46.225 +08:00] [INFO] [manager.go:74] ["Key visual service is started"] [2024/05/06 22:07:46.265 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=4] [peer-ids="[5]"] [2024/05/06 22:07:46.266 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=2] [detail="StartKey Changed:{} -> {748000FFFFFFFFFFFFFE00000000000000F8}, EndKey:{}"] [old-version=1] [new-version=2] [2024/05/06 22:07:46.266 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=2] [origin="id:4 end_key:\"748000FFFFFFFFFFFFFE00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:46.269 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=6] [peer-ids="[7]"] [2024/05/06 22:07:46.269 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=4] [origin="id:6 end_key:\"748000FFFFFFFFFFFFFD00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:46.270 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=4] [detail="StartKey Changed:{} -> {748000FFFFFFFFFFFFFD00000000000000F8}, EndKey:{748000FFFFFFFFFFFFFE00000000000000F8}"] [old-version=2] [new-version=3] [2024/05/06 22:07:46.272 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=8] [peer-ids="[9]"] [2024/05/06 22:07:46.273 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=6] [origin="id:8 end_key:\"748000FFFFFFFFFFFFFC00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:46.273 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=6] [detail="StartKey Changed:{} -> {748000FFFFFFFFFFFFFC00000000000000F8}, EndKey:{748000FFFFFFFFFFFFFD00000000000000F8}"] [old-version=3] [new-version=4] [2024/05/06 22:07:46.282 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=10] [peer-ids="[11]"] [2024/05/06 22:07:46.283 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=8] [detail="StartKey Changed:{} -> {748000FFFFFFFFFFFFFB00000000000000F8}, EndKey:{748000FFFFFFFFFFFFFC00000000000000F8}"] [old-version=4] [new-version=5] [2024/05/06 22:07:46.283 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=8] [origin="id:10 end_key:\"748000FFFFFFFFFFFFFB00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:46.286 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=12] [peer-ids="[13]"] [2024/05/06 22:07:46.286 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=10] [detail="StartKey Changed:{} -> {748000FFFFFFFFFFFFFA00000000000000F8}, EndKey:{748000FFFFFFFFFFFFFB00000000000000F8}"] [old-version=5] [new-version=6] [2024/05/06 22:07:46.287 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=10] [origin="id:12 end_key:\"748000FFFFFFFFFFFFFA00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:46.289 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=14] [peer-ids="[15]"] [2024/05/06 22:07:46.290 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=12] [detail="StartKey Changed:{} -> {748000FFFFFFFFFFFFF900000000000000F8}, EndKey:{748000FFFFFFFFFFFFFA00000000000000F8}"] [old-version=6] [new-version=7] [2024/05/06 22:07:46.290 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=12] [origin="id:14 end_key:\"748000FFFFFFFFFFFFF900000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:46.309 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=27] [2024/05/06 22:07:46.309 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/controller] [range-end=resource_group/controlles] [start-revision=27] [2024/05/06 22:07:47.108 +08:00] [INFO] [prepare_checker.go:72] ["not loaded from storage region number is satisfied, finish prepare checker"] [not-from-storage-region=7] [total-region=7] [2024/05/06 22:07:47.108 +08:00] [INFO] [coordinator.go:410] ["coordinator has finished cluster information preparation"] [2024/05/06 22:07:47.108 +08:00] [INFO] [coordinator.go:420] ["coordinator starts to run schedulers"] [2024/05/06 22:07:47.108 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:07:47.109 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-leader-scheduler] [scheduler-args="[]"] [2024/05/06 22:07:47.109 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-hot-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:07:47.111 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=evict-slow-store-scheduler] [scheduler-args="[]"] [2024/05/06 22:07:47.112 +08:00] [INFO] [coordinator.go:536] ["scheduler config is updated"] [scheduler-config="[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}]"] [2024/05/06 22:07:47.112 +08:00] [INFO] [coordinator.go:340] ["coordinator begins to actively drive push operator"] [2024/05/06 22:07:47.112 +08:00] [INFO] [coordinator.go:164] ["coordinator starts patrol regions"] [2024/05/06 22:07:47.112 +08:00] [INFO] [coordinator.go:276] ["coordinator begins to check suspect key ranges"] [2024/05/06 22:07:47.122 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"labeler-split-region {split: region 14 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB]} (kind:split, region:14(7, 1), createAt:2024-05-06 22:07:47.122885774 +0800 CST m=+5.744538036, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"748000FFFFFFFFFFFFF900000000000000F8\",\"region-start-key\":\"\"}"] [2024/05/06 22:07:47.123 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:07:47.123 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7800000000000000FB 7800000100000000FB]} (kind:split, region:2(2, 1), createAt:2024-05-06 22:07:47.123082771 +0800 CST m=+5.744735032, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"748000FFFFFFFFFFFFFE00000000000000F8\"}"] [2024/05/06 22:07:47.123 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:07:47.123 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16] [peer-ids="[17]"] [2024/05/06 22:07:47.123 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=20] [peer-ids="[21]"] [2024/05/06 22:07:47.123 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=18] [peer-ids="[19]"] [2024/05/06 22:07:47.123 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=22] [peer-ids="[23]"] [2024/05/06 22:07:47.124 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=2] [origin="id:16 start_key:\"748000FFFFFFFFFFFFFE00000000000000F8\" end_key:\"7800000000000000FB\" region_epoch: peers: id:20 start_key:\"7800000000000000FB\" end_key:\"7800000100000000FB\" region_epoch: peers:"] [total=2] [2024/05/06 22:07:47.124 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=2] [takes=1.482633ms] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7800000000000000FB 7800000100000000FB]} (kind:split, region:2(2, 1), createAt:2024-05-06 22:07:47.123082771 +0800 CST m=+5.744735032, startAt:2024-05-06 22:07:47.123116206 +0800 CST m=+5.744768468, currentStep:1, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\",\"region-end-key\":\"\",\"region-start-key\":\"748000FFFFFFFFFFFFFE00000000000000F8\"}"] [2024/05/06 22:07:47.124 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=2] [detail="StartKey Changed:{748000FFFFFFFFFFFFFE00000000000000F8} -> {7800000100000000FB}, EndKey:{}"] [old-version=2] [new-version=4] [2024/05/06 22:07:47.124 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{} -> {7200000100000000FB}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7] [new-version=9] [2024/05/06 22:07:47.124 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=1.804696ms] [operator="\"labeler-split-region {split: region 14 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB]} (kind:split, region:14(7, 1), createAt:2024-05-06 22:07:47.122885774 +0800 CST m=+5.744538036, startAt:2024-05-06 22:07:47.123017325 +0800 CST m=+5.744669587, currentStep:1, size:1, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\",\"region-end-key\":\"748000FFFFFFFFFFFFF900000000000000F8\",\"region-start-key\":\"\"}"] [2024/05/06 22:07:47.124 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:18 end_key:\"7200000000000000FB\" region_epoch: peers: id:22 start_key:\"7200000000000000FB\" end_key:\"7200000100000000FB\" region_epoch: peers:"] [total=2] [2024/05/06 22:07:47.378 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=24] [peer-ids="[25]"] [2024/05/06 22:07:47.379 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7200000100000000FB} -> {7480000000000000FF0400000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=9] [new-version=10] [2024/05/06 22:07:47.379 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:24 start_key:\"7200000100000000FB\" end_key:\"7480000000000000FF0400000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:47.407 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=26] [peer-ids="[27]"] [2024/05/06 22:07:47.407 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:26 start_key:\"7480000000000000FF0400000000000000F8\" end_key:\"7480000000000000FF0600000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:47.407 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF0400000000000000F8} -> {7480000000000000FF0600000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=10] [new-version=11] [2024/05/06 22:07:47.430 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=28] [peer-ids="[29]"] [2024/05/06 22:07:47.431 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF0600000000000000F8} -> {7480000000000000FF0800000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=11] [new-version=12] [2024/05/06 22:07:47.431 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:28 start_key:\"7480000000000000FF0600000000000000F8\" end_key:\"7480000000000000FF0800000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:47.460 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=30] [peer-ids="[31]"] [2024/05/06 22:07:47.461 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF0800000000000000F8} -> {7480000000000000FF0A00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=12] [new-version=13] [2024/05/06 22:07:47.461 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:30 start_key:\"7480000000000000FF0800000000000000F8\" end_key:\"7480000000000000FF0A00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:47.484 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=32] [peer-ids="[33]"] [2024/05/06 22:07:47.485 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF0A00000000000000F8} -> {7480000000000000FF0C00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=13] [new-version=14] [2024/05/06 22:07:47.485 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:32 start_key:\"7480000000000000FF0A00000000000000F8\" end_key:\"7480000000000000FF0C00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:47.507 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=34] [peer-ids="[35]"] [2024/05/06 22:07:47.508 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF0C00000000000000F8} -> {7480000000000000FF0E00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=14] [new-version=15] [2024/05/06 22:07:47.508 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:34 start_key:\"7480000000000000FF0C00000000000000F8\" end_key:\"7480000000000000FF0E00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:47.529 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=36] [peer-ids="[37]"] [2024/05/06 22:07:47.530 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:36 start_key:\"7480000000000000FF0E00000000000000F8\" end_key:\"7480000000000000FF1000000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:47.530 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF0E00000000000000F8} -> {7480000000000000FF1000000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=15] [new-version=16] [2024/05/06 22:07:47.552 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=38] [peer-ids="[39]"] [2024/05/06 22:07:47.553 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:38 start_key:\"7480000000000000FF1000000000000000F8\" end_key:\"7480000000000000FF1200000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:47.553 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF1000000000000000F8} -> {7480000000000000FF1200000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=16] [new-version=17] [2024/05/06 22:07:47.575 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=40] [peer-ids="[41]"] [2024/05/06 22:07:47.575 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF1200000000000000F8} -> {7480000000000000FF1400000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=17] [new-version=18] [2024/05/06 22:07:47.575 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:40 start_key:\"7480000000000000FF1200000000000000F8\" end_key:\"7480000000000000FF1400000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:47.596 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=42] [peer-ids="[43]"] [2024/05/06 22:07:47.597 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF1400000000000000F8} -> {7480000000000000FF1600000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=18] [new-version=19] [2024/05/06 22:07:47.597 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:42 start_key:\"7480000000000000FF1400000000000000F8\" end_key:\"7480000000000000FF1600000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:47.621 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=44] [peer-ids="[45]"] [2024/05/06 22:07:47.622 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:44 start_key:\"7480000000000000FF1600000000000000F8\" end_key:\"7480000000000000FF1800000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:47.622 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF1600000000000000F8} -> {7480000000000000FF1800000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=19] [new-version=20] [2024/05/06 22:07:47.645 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=46] [peer-ids="[47]"] [2024/05/06 22:07:47.645 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF1800000000000000F8} -> {7480000000000000FF1A00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=20] [new-version=21] [2024/05/06 22:07:47.645 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:46 start_key:\"7480000000000000FF1800000000000000F8\" end_key:\"7480000000000000FF1A00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:47.668 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=48] [peer-ids="[49]"] [2024/05/06 22:07:47.668 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:48 start_key:\"7480000000000000FF1A00000000000000F8\" end_key:\"7480000000000000FF1C00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:47.668 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF1A00000000000000F8} -> {7480000000000000FF1C00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=21] [new-version=22] [2024/05/06 22:07:47.692 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=50] [peer-ids="[51]"] [2024/05/06 22:07:47.692 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:50 start_key:\"7480000000000000FF1C00000000000000F8\" end_key:\"7480000000000000FF1E00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:47.692 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF1C00000000000000F8} -> {7480000000000000FF1E00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=22] [new-version=23] [2024/05/06 22:07:47.715 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=52] [peer-ids="[53]"] [2024/05/06 22:07:47.716 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF1E00000000000000F8} -> {7480000000000000FF2000000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=23] [new-version=24] [2024/05/06 22:07:47.716 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:52 start_key:\"7480000000000000FF1E00000000000000F8\" end_key:\"7480000000000000FF2000000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:47.736 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=54] [peer-ids="[55]"] [2024/05/06 22:07:47.737 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF2000000000000000F8} -> {7480000000000000FF2200000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=24] [new-version=25] [2024/05/06 22:07:47.737 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:54 start_key:\"7480000000000000FF2000000000000000F8\" end_key:\"7480000000000000FF2200000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:47.759 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=56] [peer-ids="[57]"] [2024/05/06 22:07:47.760 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF2200000000000000F8} -> {7480000000000000FF2400000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=25] [new-version=26] [2024/05/06 22:07:47.760 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:56 start_key:\"7480000000000000FF2200000000000000F8\" end_key:\"7480000000000000FF2400000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:47.785 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=58] [peer-ids="[59]"] [2024/05/06 22:07:47.786 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF2400000000000000F8} -> {7480000000000000FF2600000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=26] [new-version=27] [2024/05/06 22:07:47.786 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:58 start_key:\"7480000000000000FF2400000000000000F8\" end_key:\"7480000000000000FF2600000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:47.808 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=60] [peer-ids="[61]"] [2024/05/06 22:07:47.809 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:60 start_key:\"7480000000000000FF2600000000000000F8\" end_key:\"7480000000000000FF2800000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:47.809 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF2600000000000000F8} -> {7480000000000000FF2800000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=27] [new-version=28] [2024/05/06 22:07:47.832 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=62] [peer-ids="[63]"] [2024/05/06 22:07:47.832 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF2800000000000000F8} -> {7480000000000000FF2A00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=28] [new-version=29] [2024/05/06 22:07:47.832 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:62 start_key:\"7480000000000000FF2800000000000000F8\" end_key:\"7480000000000000FF2A00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:47.852 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=64] [peer-ids="[65]"] [2024/05/06 22:07:47.853 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF2A00000000000000F8} -> {7480000000000000FF2C00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=29] [new-version=30] [2024/05/06 22:07:47.853 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:64 start_key:\"7480000000000000FF2A00000000000000F8\" end_key:\"7480000000000000FF2C00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:47.875 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=66] [peer-ids="[67]"] [2024/05/06 22:07:47.876 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF2C00000000000000F8} -> {7480000000000000FF2E00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=30] [new-version=31] [2024/05/06 22:07:47.876 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:66 start_key:\"7480000000000000FF2C00000000000000F8\" end_key:\"7480000000000000FF2E00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:47.897 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=68] [peer-ids="[69]"] [2024/05/06 22:07:47.897 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF2E00000000000000F8} -> {7480000000000000FF3000000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=31] [new-version=32] [2024/05/06 22:07:47.897 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:68 start_key:\"7480000000000000FF2E00000000000000F8\" end_key:\"7480000000000000FF3000000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:47.918 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=70] [peer-ids="[71]"] [2024/05/06 22:07:47.919 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF3000000000000000F8} -> {7480000000000000FF3200000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=32] [new-version=33] [2024/05/06 22:07:47.919 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:70 start_key:\"7480000000000000FF3000000000000000F8\" end_key:\"7480000000000000FF3200000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:47.941 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=72] [peer-ids="[73]"] [2024/05/06 22:07:47.942 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF3200000000000000F8} -> {7480000000000000FF3400000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=33] [new-version=34] [2024/05/06 22:07:47.942 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:72 start_key:\"7480000000000000FF3200000000000000F8\" end_key:\"7480000000000000FF3400000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:47.963 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=74] [peer-ids="[75]"] [2024/05/06 22:07:47.964 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF3400000000000000F8} -> {7480000000000000FF3600000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=34] [new-version=35] [2024/05/06 22:07:47.964 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:74 start_key:\"7480000000000000FF3400000000000000F8\" end_key:\"7480000000000000FF3600000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:47.984 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=76] [peer-ids="[77]"] [2024/05/06 22:07:47.985 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF3600000000000000F8} -> {7480000000000000FF3800000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=35] [new-version=36] [2024/05/06 22:07:47.985 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:76 start_key:\"7480000000000000FF3600000000000000F8\" end_key:\"7480000000000000FF3800000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:48.006 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=78] [peer-ids="[79]"] [2024/05/06 22:07:48.007 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF3800000000000000F8} -> {7480000000000000FF3A00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=36] [new-version=37] [2024/05/06 22:07:48.007 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:78 start_key:\"7480000000000000FF3800000000000000F8\" end_key:\"7480000000000000FF3A00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:48.029 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=80] [peer-ids="[81]"] [2024/05/06 22:07:48.030 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF3A00000000000000F8} -> {7480000000000000FF3C00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=37] [new-version=38] [2024/05/06 22:07:48.030 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:80 start_key:\"7480000000000000FF3A00000000000000F8\" end_key:\"7480000000000000FF3C00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:48.051 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=82] [peer-ids="[83]"] [2024/05/06 22:07:48.052 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF3C00000000000000F8} -> {7480000000000000FF3E00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=38] [new-version=39] [2024/05/06 22:07:48.052 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:82 start_key:\"7480000000000000FF3C00000000000000F8\" end_key:\"7480000000000000FF3E00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:48.074 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=84] [peer-ids="[85]"] [2024/05/06 22:07:48.075 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF3E00000000000000F8} -> {7480000000000000FF4000000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=39] [new-version=40] [2024/05/06 22:07:48.075 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:84 start_key:\"7480000000000000FF3E00000000000000F8\" end_key:\"7480000000000000FF4000000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:48.095 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=86] [peer-ids="[87]"] [2024/05/06 22:07:48.095 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF4000000000000000F8} -> {7480000000000000FF4200000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=40] [new-version=41] [2024/05/06 22:07:48.095 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:86 start_key:\"7480000000000000FF4000000000000000F8\" end_key:\"7480000000000000FF4200000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:48.110 +08:00] [INFO] [hot_region_config.go:490] ["query supported changed"] [last-query-support=false] [cluster-version=8.2.0-alpha] [config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"query\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"query\",\"byte\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"forbid-rw-type\":\"none\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [valid-config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"key\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"byte\",\"key\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [2024/05/06 22:07:48.119 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=88] [peer-ids="[89]"] [2024/05/06 22:07:48.120 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:88 start_key:\"7480000000000000FF4200000000000000F8\" end_key:\"7480000000000000FF4400000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:48.120 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF4200000000000000F8} -> {7480000000000000FF4400000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=41] [new-version=42] [2024/05/06 22:07:48.141 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=90] [peer-ids="[91]"] [2024/05/06 22:07:48.142 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF4400000000000000F8} -> {7480000000000000FF4600000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=42] [new-version=43] [2024/05/06 22:07:48.142 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:90 start_key:\"7480000000000000FF4400000000000000F8\" end_key:\"7480000000000000FF4600000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:48.163 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=92] [peer-ids="[93]"] [2024/05/06 22:07:48.164 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF4600000000000000F8} -> {7480000000000000FF4800000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=43] [new-version=44] [2024/05/06 22:07:48.164 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:92 start_key:\"7480000000000000FF4600000000000000F8\" end_key:\"7480000000000000FF4800000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:48.186 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=94] [peer-ids="[95]"] [2024/05/06 22:07:48.186 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF4800000000000000F8} -> {7480000000000000FF4A00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=44] [new-version=45] [2024/05/06 22:07:48.186 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:94 start_key:\"7480000000000000FF4800000000000000F8\" end_key:\"7480000000000000FF4A00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:48.211 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=96] [peer-ids="[97]"] [2024/05/06 22:07:48.212 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF4A00000000000000F8} -> {7480000000000000FF4C00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=45] [new-version=46] [2024/05/06 22:07:48.212 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:96 start_key:\"7480000000000000FF4A00000000000000F8\" end_key:\"7480000000000000FF4C00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:48.235 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=98] [peer-ids="[99]"] [2024/05/06 22:07:48.236 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF4C00000000000000F8} -> {7480000000000000FF4E00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=46] [new-version=47] [2024/05/06 22:07:48.236 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:98 start_key:\"7480000000000000FF4C00000000000000F8\" end_key:\"7480000000000000FF4E00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:48.260 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=100] [peer-ids="[101]"] [2024/05/06 22:07:48.261 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF4E00000000000000F8} -> {7480000000000000FF5000000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=47] [new-version=48] [2024/05/06 22:07:48.261 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:100 start_key:\"7480000000000000FF4E00000000000000F8\" end_key:\"7480000000000000FF5000000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:48.288 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=102] [peer-ids="[103]"] [2024/05/06 22:07:48.289 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF5000000000000000F8} -> {7480000000000000FF5200000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=48] [new-version=49] [2024/05/06 22:07:48.289 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:102 start_key:\"7480000000000000FF5000000000000000F8\" end_key:\"7480000000000000FF5200000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:48.312 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=104] [peer-ids="[105]"] [2024/05/06 22:07:48.313 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF5200000000000000F8} -> {7480000000000000FF5400000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=49] [new-version=50] [2024/05/06 22:07:48.313 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:104 start_key:\"7480000000000000FF5200000000000000F8\" end_key:\"7480000000000000FF5400000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:48.315 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:SetGroupConfig, Method:HTTP/1.1/POST:/pd/api/v1/config/rule_group, CallerID:tidb-info-syncer, IP:127.0.0.1, Port:41252, StartTime:2024-05-06 22:07:48 +0800 CST, URLParam:{}, BodyParam:{\"id\":\"tiflash\",\"index\":120}}"] [2024/05/06 22:07:48.316 +08:00] [INFO] [rule_manager.go:639] ["group config updated"] [group="{\"id\":\"tiflash\",\"index\":120}"] [2024/05/06 22:07:48.337 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=106] [peer-ids="[107]"] [2024/05/06 22:07:48.337 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF5400000000000000F8} -> {7480000000000000FF5600000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=50] [new-version=51] [2024/05/06 22:07:48.337 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:106 start_key:\"7480000000000000FF5400000000000000F8\" end_key:\"7480000000000000FF5600000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:48.361 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=108] [peer-ids="[109]"] [2024/05/06 22:07:48.362 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF5600000000000000F8} -> {7480000000000000FF5800000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=51] [new-version=52] [2024/05/06 22:07:48.362 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:108 start_key:\"7480000000000000FF5600000000000000F8\" end_key:\"7480000000000000FF5800000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:48.386 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=110] [peer-ids="[111]"] [2024/05/06 22:07:48.386 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF5800000000000000F8} -> {7480000000000000FF5A00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=52] [new-version=53] [2024/05/06 22:07:48.386 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:110 start_key:\"7480000000000000FF5800000000000000F8\" end_key:\"7480000000000000FF5A00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:48.411 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=112] [peer-ids="[113]"] [2024/05/06 22:07:48.412 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF5A00000000000000F8} -> {7480000000000000FF5C00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=53] [new-version=54] [2024/05/06 22:07:48.412 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:112 start_key:\"7480000000000000FF5A00000000000000F8\" end_key:\"7480000000000000FF5C00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:48.435 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=114] [peer-ids="[115]"] [2024/05/06 22:07:48.435 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF5C00000000000000F8} -> {7480000000000000FF5E00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=54] [new-version=55] [2024/05/06 22:07:48.435 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:114 start_key:\"7480000000000000FF5C00000000000000F8\" end_key:\"7480000000000000FF5E00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:48.462 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=116] [peer-ids="[117]"] [2024/05/06 22:07:48.462 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF5E00000000000000F8} -> {7480000000000000FF6000000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=55] [new-version=56] [2024/05/06 22:07:48.462 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:116 start_key:\"7480000000000000FF5E00000000000000F8\" end_key:\"7480000000000000FF6000000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:48.484 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=118] [peer-ids="[119]"] [2024/05/06 22:07:48.484 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF6000000000000000F8} -> {7480000000000000FF6200000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=56] [new-version=57] [2024/05/06 22:07:48.484 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:118 start_key:\"7480000000000000FF6000000000000000F8\" end_key:\"7480000000000000FF6200000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:48.525 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=120] [peer-ids="[121]"] [2024/05/06 22:07:48.526 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF6200000000000000F8} -> {7480000000000000FF6600000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=57] [new-version=58] [2024/05/06 22:07:48.526 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:120 start_key:\"7480000000000000FF6200000000000000F8\" end_key:\"7480000000000000FF6600000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:48.552 +08:00] [WARN] [grpclog.go:46] ["[core][Server #9] grpc: Server.processUnaryRPC failed to write status: connection error: desc = \"transport is closing\""] [2024/05/06 22:07:48.564 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/controller] [range-end=resource_group/controlles] [start-revision=97] [2024/05/06 22:07:48.564 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=97] [2024/05/06 22:07:48.617 +08:00] [INFO] [grpc_service.go:2172] ["update service GC safe point"] [service-id=gc_worker] [expire-at=-9223372035139771341] [safepoint=449577974126346240] [2024/05/06 22:07:49.623 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=122] [peer-ids="[123]"] [2024/05/06 22:07:49.624 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:122 start_key:\"7480000000000000FF6600000000000000F8\" end_key:\"7480000000000000FF6A00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:49.624 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF6600000000000000F8} -> {7480000000000000FF6A00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=58] [new-version=59] [2024/05/06 22:07:49.662 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=124] [peer-ids="[125]"] [2024/05/06 22:07:49.662 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF6A00000000000000F8} -> {7480000000000000FF6C00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=59] [new-version=60] [2024/05/06 22:07:49.662 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:124 start_key:\"7480000000000000FF6A00000000000000F8\" end_key:\"7480000000000000FF6C00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:49.670 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=126] [peer-ids="[127]"] [2024/05/06 22:07:49.670 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=128] [peer-ids="[129]"] [2024/05/06 22:07:49.670 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=130] [peer-ids="[131]"] [2024/05/06 22:07:49.670 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=132] [peer-ids="[133]"] [2024/05/06 22:07:49.670 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=134] [peer-ids="[135]"] [2024/05/06 22:07:49.670 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=136] [peer-ids="[137]"] [2024/05/06 22:07:49.670 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF6C00000000000000F8} -> {7480000000000000FF6C5F728000000000FF0000050000000000FA}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=60] [new-version=66] [2024/05/06 22:07:49.670 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:126 start_key:\"7480000000000000FF6C00000000000000F8\" end_key:\"7480000000000000FF6C5F728000000000FF0000000000000000FA\" region_epoch: peers: id:128 start_key:\"7480000000000000FF6C5F728000000000FF0000000000000000FA\" end_key:\"7480000000000000FF6C5F728000000000FF0000010000000000FA\" region_epoch: peers: id:130 start_key:\"7480000000000000FF6C5F728000000000FF0000010000000000FA\" end_key:\"7480000000000000FF6C5F728000000000FF0000020000000000FA\" region_epoch: peers: id:132 start_key:\"7480000000000000FF6C5F728000000000FF0000020000000000FA\" end_key:\"7480000000000000FF6C5F728000000000FF0000030000000000FA\" region_epoch: peers: id:134 start_key:\"7480000000000000FF6C5F728000000000FF0000030000000000FA\" end_key:\"7480000000000000FF6C5F728000000000FF0000040000000000FA\" region_epoch: peers: id:136 start_key:\"7480000000000000FF6C5F728000000000FF0000040000000000FA\" end_key:\"7480000000000000FF6C5F728000000000FF0000050000000000FA\" region_epoch: peers:"] [total=6] [2024/05/06 22:07:49.670 +08:00] [WARN] [region_scatterer.go:280] ["region not replicated during scatter"] [region-id=126] [2024/05/06 22:07:49.771 +08:00] [WARN] [region_scatterer.go:280] ["region not replicated during scatter"] [region-id=128] [2024/05/06 22:07:49.872 +08:00] [WARN] [region_scatterer.go:280] ["region not replicated during scatter"] [region-id=130] [2024/05/06 22:07:49.973 +08:00] [WARN] [region_scatterer.go:280] ["region not replicated during scatter"] [region-id=132] [2024/05/06 22:07:50.074 +08:00] [WARN] [region_scatterer.go:280] ["region not replicated during scatter"] [region-id=134] [2024/05/06 22:07:50.175 +08:00] [WARN] [region_scatterer.go:280] ["region not replicated during scatter"] [region-id=136] [2024/05/06 22:07:50.316 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:PatchRegionLabelRules, Method:HTTP/1.1/PATCH:/pd/api/v1/config/region-label/rules, CallerID:tidb-info-syncer, IP:127.0.0.1, Port:41252, StartTime:2024-05-06 22:07:50 +0800 CST, URLParam:{}, BodyParam:{\"sets\":[],\"deletes\":[\"schema/collation_agg_func/t\",\"schema/collation_agg_func/tt\"]}}"] [2024/05/06 22:07:50.385 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=138] [peer-ids="[139]"] [2024/05/06 22:07:50.386 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF6C5F728000000000FF0000050000000000FA} -> {7480000000000000FF7100000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=66] [new-version=67] [2024/05/06 22:07:50.386 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:138 start_key:\"7480000000000000FF6C5F728000000000FF0000050000000000FA\" end_key:\"7480000000000000FF7100000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:50.408 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=140] [peer-ids="[141]"] [2024/05/06 22:07:50.409 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF7100000000000000F8} -> {7480000000000000FF7300000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=67] [new-version=68] [2024/05/06 22:07:50.408 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:140 start_key:\"7480000000000000FF7100000000000000F8\" end_key:\"7480000000000000FF7300000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:50.471 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=142] [peer-ids="[143]"] [2024/05/06 22:07:50.472 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:142 start_key:\"7480000000000000FF7300000000000000F8\" end_key:\"7480000000000000FF7600000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:50.472 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF7300000000000000F8} -> {7480000000000000FF7600000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=68] [new-version=69] [2024/05/06 22:07:50.528 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=144] [peer-ids="[145]"] [2024/05/06 22:07:50.529 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF7600000000000000F8} -> {7480000000000000FF7900000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=69] [new-version=70] [2024/05/06 22:07:50.529 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:144 start_key:\"7480000000000000FF7600000000000000F8\" end_key:\"7480000000000000FF7900000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:50.595 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=146] [peer-ids="[147]"] [2024/05/06 22:07:50.596 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF7900000000000000F8} -> {7480000000000000FF7C00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=70] [new-version=71] [2024/05/06 22:07:50.596 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:146 start_key:\"7480000000000000FF7900000000000000F8\" end_key:\"7480000000000000FF7C00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:50.650 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=148] [peer-ids="[149]"] [2024/05/06 22:07:50.651 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:148 start_key:\"7480000000000000FF7C00000000000000F8\" end_key:\"7480000000000000FF7F00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:50.651 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF7C00000000000000F8} -> {7480000000000000FF7F00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=71] [new-version=72] [2024/05/06 22:07:50.689 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=150] [peer-ids="[151]"] [2024/05/06 22:07:50.689 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:150 start_key:\"7480000000000000FF7F00000000000000F8\" end_key:\"7480000000000000FF8100000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:50.689 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF7F00000000000000F8} -> {7480000000000000FF8100000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=72] [new-version=73] [2024/05/06 22:07:50.748 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=152] [peer-ids="[153]"] [2024/05/06 22:07:50.749 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF8100000000000000F8} -> {7480000000000000FF8400000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=73] [new-version=74] [2024/05/06 22:07:50.749 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:152 start_key:\"7480000000000000FF8100000000000000F8\" end_key:\"7480000000000000FF8400000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:50.772 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=154] [peer-ids="[155]"] [2024/05/06 22:07:50.772 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:154 start_key:\"7480000000000000FF8400000000000000F8\" end_key:\"7480000000000000FF8600000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:50.772 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF8400000000000000F8} -> {7480000000000000FF8600000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=74] [new-version=75] [2024/05/06 22:07:50.863 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=156] [peer-ids="[157]"] [2024/05/06 22:07:50.864 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:156 start_key:\"7480000000000000FF8600000000000000F8\" end_key:\"7480000000000000FF8A00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:50.864 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF8600000000000000F8} -> {7480000000000000FF8A00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=75] [new-version=76] [2024/05/06 22:07:50.885 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=158] [peer-ids="[159]"] [2024/05/06 22:07:50.886 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF8A00000000000000F8} -> {7480000000000000FF8C00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=76] [new-version=77] [2024/05/06 22:07:50.886 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:158 start_key:\"7480000000000000FF8A00000000000000F8\" end_key:\"7480000000000000FF8C00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:50.944 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=160] [peer-ids="[161]"] [2024/05/06 22:07:50.944 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF8C00000000000000F8} -> {7480000000000000FF8F00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=77] [new-version=78] [2024/05/06 22:07:50.944 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:160 start_key:\"7480000000000000FF8C00000000000000F8\" end_key:\"7480000000000000FF8F00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:50.966 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=162] [peer-ids="[163]"] [2024/05/06 22:07:50.967 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF8F00000000000000F8} -> {7480000000000000FF9100000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=78] [new-version=79] [2024/05/06 22:07:50.967 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:162 start_key:\"7480000000000000FF8F00000000000000F8\" end_key:\"7480000000000000FF9100000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:50.988 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=164] [peer-ids="[165]"] [2024/05/06 22:07:50.988 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF9100000000000000F8} -> {7480000000000000FF9300000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=79] [new-version=80] [2024/05/06 22:07:50.988 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:164 start_key:\"7480000000000000FF9100000000000000F8\" end_key:\"7480000000000000FF9300000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:51.004 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:PatchRegionLabelRules, Method:HTTP/1.1/PATCH:/pd/api/v1/config/region-label/rules, CallerID:tidb-info-syncer, IP:127.0.0.1, Port:41252, StartTime:2024-05-06 22:07:51 +0800 CST, URLParam:{}, BodyParam:{\"sets\":[],\"deletes\":[\"schema/collation_check_use_collation/t\",\"schema/collation_check_use_collation/tbl_2\",\"schema/collation_check_use_collation/t2\",\"schema/collation_check_use_collation/t0\",\"schema/collation_check_use_collation/t1\",\"schema/collation_check_use_collation/v0\"]}}"] [2024/05/06 22:07:51.070 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=166] [peer-ids="[167]"] [2024/05/06 22:07:51.070 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:166 start_key:\"7480000000000000FF9300000000000000F8\" end_key:\"7480000000000000FF9800000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:51.070 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF9300000000000000F8} -> {7480000000000000FF9800000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=80] [new-version=81] [2024/05/06 22:07:51.130 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=168] [peer-ids="[169]"] [2024/05/06 22:07:51.131 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF9800000000000000F8} -> {7480000000000000FF9C00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=81] [new-version=82] [2024/05/06 22:07:51.131 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:168 start_key:\"7480000000000000FF9800000000000000F8\" end_key:\"7480000000000000FF9C00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:51.205 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=170] [peer-ids="[171]"] [2024/05/06 22:07:51.206 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FF9C00000000000000F8} -> {7480000000000000FFA000000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=82] [new-version=83] [2024/05/06 22:07:51.206 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:170 start_key:\"7480000000000000FF9C00000000000000F8\" end_key:\"7480000000000000FFA000000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:51.279 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=172] [peer-ids="[173]"] [2024/05/06 22:07:51.280 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FFA000000000000000F8} -> {7480000000000000FFA400000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=83] [new-version=84] [2024/05/06 22:07:51.280 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:172 start_key:\"7480000000000000FFA000000000000000F8\" end_key:\"7480000000000000FFA400000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:51.355 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=174] [peer-ids="[175]"] [2024/05/06 22:07:51.356 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FFA400000000000000F8} -> {7480000000000000FFA800000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=84] [new-version=85] [2024/05/06 22:07:51.356 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:174 start_key:\"7480000000000000FFA400000000000000F8\" end_key:\"7480000000000000FFA800000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:51.412 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=176] [peer-ids="[177]"] [2024/05/06 22:07:51.412 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FFA800000000000000F8} -> {7480000000000000FFAB00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=85] [new-version=86] [2024/05/06 22:07:51.412 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:176 start_key:\"7480000000000000FFA800000000000000F8\" end_key:\"7480000000000000FFAB00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:51.582 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=178] [peer-ids="[179]"] [2024/05/06 22:07:51.583 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:178 start_key:\"7480000000000000FFAB00000000000000F8\" end_key:\"7480000000000000FFB600000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:51.583 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FFAB00000000000000F8} -> {7480000000000000FFB600000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=86] [new-version=87] [2024/05/06 22:07:51.612 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=180] [peer-ids="[181]"] [2024/05/06 22:07:51.612 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FFB600000000000000F8} -> {7480000000000000FFB800000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=87] [new-version=88] [2024/05/06 22:07:51.612 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:180 start_key:\"7480000000000000FFB600000000000000F8\" end_key:\"7480000000000000FFB800000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:51.636 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=182] [peer-ids="[183]"] [2024/05/06 22:07:51.637 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FFB800000000000000F8} -> {7480000000000000FFBA00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=88] [new-version=89] [2024/05/06 22:07:51.637 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:182 start_key:\"7480000000000000FFB800000000000000F8\" end_key:\"7480000000000000FFBA00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:51.646 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:PatchRegionLabelRules, Method:HTTP/1.1/PATCH:/pd/api/v1/config/region-label/rules, CallerID:tidb-info-syncer, IP:127.0.0.1, Port:41252, StartTime:2024-05-06 22:07:51 +0800 CST, URLParam:{}, BodyParam:{\"sets\":[],\"deletes\":[\"schema/collation_misc/t1\",\"schema/collation_misc/t\"]}}"] [2024/05/06 22:07:51.741 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=184] [peer-ids="[185]"] [2024/05/06 22:07:51.742 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FFBA00000000000000F8} -> {7480000000000000FFC100000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=89] [new-version=90] [2024/05/06 22:07:51.742 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:184 start_key:\"7480000000000000FFBA00000000000000F8\" end_key:\"7480000000000000FFC100000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:51.758 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=186] [peer-ids="[187]"] [2024/05/06 22:07:51.758 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FFC100000000000000F8} -> {7480000000000000FFC300000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=90] [new-version=91] [2024/05/06 22:07:51.758 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:186 start_key:\"7480000000000000FFC100000000000000F8\" end_key:\"7480000000000000FFC300000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:51.829 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=188] [peer-ids="[189]"] [2024/05/06 22:07:51.829 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FFC300000000000000F8} -> {7480000000000000FFC600000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=91] [new-version=92] [2024/05/06 22:07:51.829 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:188 start_key:\"7480000000000000FFC300000000000000F8\" end_key:\"7480000000000000FFC600000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:51.897 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=190] [peer-ids="[191]"] [2024/05/06 22:07:51.898 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FFC600000000000000F8} -> {7480000000000000FFC900000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=92] [new-version=93] [2024/05/06 22:07:51.898 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:190 start_key:\"7480000000000000FFC600000000000000F8\" end_key:\"7480000000000000FFC900000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:51.913 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=192] [peer-ids="[193]"] [2024/05/06 22:07:51.914 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FFC900000000000000F8} -> {7480000000000000FFCB00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=93] [new-version=94] [2024/05/06 22:07:51.914 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:192 start_key:\"7480000000000000FFC900000000000000F8\" end_key:\"7480000000000000FFCB00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:51.995 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=194] [peer-ids="[195]"] [2024/05/06 22:07:51.996 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FFCB00000000000000F8} -> {7480000000000000FFCE00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=94] [new-version=95] [2024/05/06 22:07:51.996 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:194 start_key:\"7480000000000000FFCB00000000000000F8\" end_key:\"7480000000000000FFCE00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:52.060 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=196] [peer-ids="[197]"] [2024/05/06 22:07:52.061 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:196 start_key:\"7480000000000000FFCE00000000000000F8\" end_key:\"7480000000000000FFD100000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:52.061 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FFCE00000000000000F8} -> {7480000000000000FFD100000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=95] [new-version=96] [2024/05/06 22:07:52.130 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=198] [peer-ids="[199]"] [2024/05/06 22:07:52.131 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FFD100000000000000F8} -> {7480000000000000FFD400000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=96] [new-version=97] [2024/05/06 22:07:52.131 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:198 start_key:\"7480000000000000FFD100000000000000F8\" end_key:\"7480000000000000FFD400000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:52.147 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=200] [peer-ids="[201]"] [2024/05/06 22:07:52.148 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FFD400000000000000F8} -> {7480000000000000FFD600000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=97] [new-version=98] [2024/05/06 22:07:52.148 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:200 start_key:\"7480000000000000FFD400000000000000F8\" end_key:\"7480000000000000FFD600000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:52.226 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=202] [peer-ids="[203]"] [2024/05/06 22:07:52.227 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:202 start_key:\"7480000000000000FFD600000000000000F8\" end_key:\"7480000000000000FFD900000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:52.227 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FFD600000000000000F8} -> {7480000000000000FFD900000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=98] [new-version=99] [2024/05/06 22:07:52.295 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=204] [peer-ids="[205]"] [2024/05/06 22:07:52.296 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FFD900000000000000F8} -> {7480000000000000FFDC00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=99] [new-version=100] [2024/05/06 22:07:52.296 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:204 start_key:\"7480000000000000FFD900000000000000F8\" end_key:\"7480000000000000FFDC00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:52.311 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=206] [peer-ids="[207]"] [2024/05/06 22:07:52.311 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FFDC00000000000000F8} -> {7480000000000000FFDE00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=100] [new-version=101] [2024/05/06 22:07:52.311 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:206 start_key:\"7480000000000000FFDC00000000000000F8\" end_key:\"7480000000000000FFDE00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:52.384 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=208] [peer-ids="[209]"] [2024/05/06 22:07:52.385 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000000FFDE00000000000000F8} -> {7480000000000000FFE100000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=101] [new-version=102] [2024/05/06 22:07:52.385 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:208 start_key:\"7480000000000000FFDE00000000000000F8\" end_key:\"7480000000000000FFE100000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:07:52.432 +08:00] [WARN] [grpclog.go:46] ["[core][Server #9] grpc: Server.processUnaryRPC failed to write status: connection error: desc = \"transport is closing\""] [2024/05/06 22:07:52.432 +08:00] [WARN] [grpclog.go:46] ["[core][Server #9] grpc: Server.processUnaryRPC failed to write status: connection error: desc = \"transport is closing\""] ==> ./pd2.log <== [2024/05/06 22:07:41.425 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:07:41.425 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:07:41.425 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:07:41.425 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:07:41.425 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:07:41.425 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:07:41.425 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:07:41.425 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:07:41.425 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2389\",\"peer-urls\":\"http://127.0.0.1:2388\",\"advertise-client-urls\":\"http://127.0.0.1:2389\",\"advertise-peer-urls\":\"http://127.0.0.1:2388\",\"name\":\"pd2\",\"data-dir\":\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd2\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd2=http://127.0.0.1:2388\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd2\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:07:41.429 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:07:41.429 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:07:41.429 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:07:41.430 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:07:41.431 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:07:41.431 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:07:41.431 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd2] [service-name=MetaStorage] [2024/05/06 22:07:41.431 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:07:41.431 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd2] [service-name=ResourceManager] [2024/05/06 22:07:41.431 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:07:41.431 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2388]"] [2024/05/06 22:07:41.431 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:07:41.431 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2389]"] [2024/05/06 22:07:41.431 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:07:41.431 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=62] [max-cpu-available=62] [member-initialized=false] [name=pd2] [data-dir=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd2] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd2/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2388]"] [listen-peer-urls="[http://127.0.0.1:2388]"] [advertise-client-urls="[http://127.0.0.1:2389]"] [listen-client-urls="[http://127.0.0.1:2389]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd2=http://127.0.0.1:2388"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:07:41.431 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:07:41.432 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd2/member/snap/db] [took=270.521µs] [2024/05/06 22:07:41.432 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=6c13e5b5070c688e] [cluster-id=3dbfcd5d7ee94618] [2024/05/06 22:07:41.432 +08:00] [INFO] [raft.go:1523] ["6c13e5b5070c688e switched to configuration voters=()"] [2024/05/06 22:07:41.432 +08:00] [INFO] [raft.go:706] ["6c13e5b5070c688e became follower at term 0"] [2024/05/06 22:07:41.432 +08:00] [INFO] [raft.go:389] ["newRaft 6c13e5b5070c688e [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:07:41.432 +08:00] [INFO] [raft.go:706] ["6c13e5b5070c688e became follower at term 1"] [2024/05/06 22:07:41.433 +08:00] [INFO] [raft.go:1523] ["6c13e5b5070c688e switched to configuration voters=(7787820746323814542)"] [2024/05/06 22:07:41.433 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:07:41.433 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:07:41.433 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=6c13e5b5070c688e] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:07:41.433 +08:00] [INFO] [server.go:697] ["started as single-node; fast-forwarding election ticks"] [local-member-id=6c13e5b5070c688e] [forward-ticks=5] [forward-duration=2.5s] [election-ticks=6] [election-timeout=3s] [2024/05/06 22:07:41.433 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd2/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:07:41.433 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd2/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:07:41.433 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd2/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:07:41.434 +08:00] [INFO] [raft.go:1523] ["6c13e5b5070c688e switched to configuration voters=(7787820746323814542)"] [2024/05/06 22:07:41.434 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=3dbfcd5d7ee94618] [local-member-id=6c13e5b5070c688e] [added-peer-id=6c13e5b5070c688e] [added-peer-peer-urls="[http://127.0.0.1:2388]"] [2024/05/06 22:07:41.435 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2388] [2024/05/06 22:07:41.435 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=6c13e5b5070c688e] [initial-advertise-peer-urls="[http://127.0.0.1:2388]"] [listen-peer-urls="[http://127.0.0.1:2388]"] [advertise-client-urls="[http://127.0.0.1:2389]"] [listen-client-urls="[http://127.0.0.1:2389]"] [listen-metrics-urls="[]"] [2024/05/06 22:07:41.933 +08:00] [INFO] [raft.go:929] ["6c13e5b5070c688e is starting a new election at term 1"] [2024/05/06 22:07:41.933 +08:00] [INFO] [raft.go:735] ["6c13e5b5070c688e became pre-candidate at term 1"] [2024/05/06 22:07:41.933 +08:00] [INFO] [raft.go:830] ["6c13e5b5070c688e received MsgPreVoteResp from 6c13e5b5070c688e at term 1"] [2024/05/06 22:07:41.933 +08:00] [INFO] [raft.go:719] ["6c13e5b5070c688e became candidate at term 2"] [2024/05/06 22:07:41.933 +08:00] [INFO] [raft.go:830] ["6c13e5b5070c688e received MsgVoteResp from 6c13e5b5070c688e at term 2"] [2024/05/06 22:07:41.933 +08:00] [INFO] [raft.go:771] ["6c13e5b5070c688e became leader at term 2"] [2024/05/06 22:07:41.933 +08:00] [INFO] [node.go:327] ["raft.node: 6c13e5b5070c688e elected leader 6c13e5b5070c688e at term 2"] [2024/05/06 22:07:41.934 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=6c13e5b5070c688e] [local-member-attributes="{Name:pd2 ClientURLs:[http://127.0.0.1:2389]}"] [request-path=/0/members/6c13e5b5070c688e/attributes] [cluster-id=3dbfcd5d7ee94618] [publish-timeout=11s] [2024/05/06 22:07:41.934 +08:00] [INFO] [server.go:2639] ["setting up initial cluster version"] [cluster-version=3.4] [2024/05/06 22:07:41.934 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:07:41.934 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=3dbfcd5d7ee94618] [local-member-id=6c13e5b5070c688e] [cluster-version=3.4] [2024/05/06 22:07:41.934 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:07:41.934 +08:00] [INFO] [server.go:2671] ["cluster version is updated"] [cluster-version=3.4] [2024/05/06 22:07:41.935 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd2] [service-name=MetaStorage] [2024/05/06 22:07:41.935 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd2] [service-name=ResourceManager] [2024/05/06 22:07:41.935 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2389] [2024/05/06 22:07:41.938 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888074749049427] [2024/05/06 22:07:41.938 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd2\" member_id:7787820746323814542 peer_urls:\"http://127.0.0.1:2388\" client_urls:\"http://127.0.0.1:2389\" "] [root-path=/pd/7365888074749049427] [2024/05/06 22:07:41.941 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:07:41.941 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=7787820746323814542] [2024/05/06 22:07:41.942 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:07:41.943 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:07:41.943 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd2] [2024/05/06 22:07:41.943 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd2] [2024/05/06 22:07:41.943 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:07:41.943 +08:00] [INFO] [server.go:1703] ["start to campaign PD leader"] [campaign-leader-name=pd2] [2024/05/06 22:07:41.943 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:07:41.944 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:07:41.944 +08:00] [INFO] [lease.go:66] ["lease granted"] [lease-id=7534116792802834701] [lease-timeout=3] [purpose="leader election"] [2024/05/06 22:07:41.944 +08:00] [INFO] [leadership.go:181] ["check campaign resp"] [resp="{\"header\":{\"cluster_id\":4449500758310209048,\"member_id\":7787820746323814542,\"revision\":6,\"raft_term\":2},\"succeeded\":true,\"responses\":[{\"Response\":{\"ResponsePut\":{\"header\":{\"revision\":6}}}}]}"] [2024/05/06 22:07:41.944 +08:00] [INFO] [leadership.go:190] ["write leaderData to leaderPath ok"] [leader-key=/pd/7365888074749049427/leader] [purpose="leader election"] [2024/05/06 22:07:41.944 +08:00] [INFO] [server.go:1729] ["campaign PD leader ok"] [campaign-leader-name=pd2] [2024/05/06 22:07:41.944 +08:00] [INFO] [server.go:1737] ["initializing the global TSO allocator"] [2024/05/06 22:07:41.944 +08:00] [INFO] [tso.go:160] ["start to sync timestamp"] [] [2024/05/06 22:07:41.944 +08:00] [INFO] [lease.go:155] ["start lease keep alive worker"] [interval=1s] [purpose="leader election"] [2024/05/06 22:07:41.945 +08:00] [INFO] [tso.go:220] ["sync and save timestamp"] [] [last=0001/01/01 00:00:00.000 +00:00] [last-saved=0001/01/01 00:00:00.000 +00:00] [save=2024/05/06 22:07:44.945 +08:00] [next=2024/05/06 22:07:41.945 +08:00] [2024/05/06 22:07:41.946 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:07:41.946 +08:00] [INFO] [server.go:1769] ["triggering the leader callback functions"] [2024/05/06 22:07:41.947 +08:00] [ERROR] [manager.go:124] ["un-marshall controller config failed, fallback to default"] [error="unexpected end of JSON input"] [v=] [2024/05/06 22:07:41.948 +08:00] [INFO] [manager.go:185] ["resource group manager finishes initialization"] [2024/05/06 22:07:41.951 +08:00] [INFO] [id.go:174] ["idAllocator allocates a new id"] [new-end=1000] [new-base=0] [label=idalloc] [check-curr-end=true] [2024/05/06 22:07:41.951 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=0.0.0] [2024/05/06 22:07:41.951 +08:00] [INFO] [server.go:1803] ["PD leader is ready to serve"] [leader-name=pd2] [2024/05/06 22:07:42.247 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=12] [2024/05/06 22:07:42.345 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=13] [2024/05/06 22:07:42.345 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=13] [2024/05/06 22:07:42.353 +08:00] [INFO] [server.go:712] ["try to bootstrap raft cluster"] [cluster-id=7365888074749049427] [request="header: store: region: peers: > "] [2024/05/06 22:07:42.353 +08:00] [INFO] [server.go:773] ["bootstrap cluster ok"] [cluster-id=7365888074749049427] [2024/05/06 22:07:42.358 +08:00] [INFO] [cluster.go:643] ["load stores"] [count=1] [cost=692.292µs] [2024/05/06 22:07:42.358 +08:00] [INFO] [cluster.go:654] ["load regions"] [count=1] [cost=118.262µs] [2024/05/06 22:07:42.359 +08:00] [INFO] [scheduling_controller.go:102] ["scheduling service is started"] [2024/05/06 22:07:42.359 +08:00] [INFO] [coordinator.go:407] ["coordinator starts to collect cluster information"] [2024/05/06 22:07:42.359 +08:00] [INFO] [cluster.go:416] ["memory info"] [total-mem=34359738368] [2024/05/06 22:07:42.359 +08:00] [INFO] [tuner.go:117] ["new gctuner"] [threshold=20615843020] [2024/05/06 22:07:42.359 +08:00] [INFO] [cluster.go:429] ["update gc tuner"] [enable-gc-tuner=false] [gc-threshold-bytes=20615843020] [2024/05/06 22:07:42.359 +08:00] [INFO] [memory_limit_tuner.go:50] [debug.SetMemoryLimit] [limit=9223372036854775807] [ret=9223372036854775807] [2024/05/06 22:07:42.359 +08:00] [INFO] [cluster.go:436] ["update gc memory limit"] [memory-limit-bytes=0] [memory-limit-gc-trigger-ratio=0.7] [2024/05/06 22:07:42.359 +08:00] [INFO] [keyspace.go:378] ["[keyspace] added region label for keyspace"] [keyspace-id=0] [label-rule="{\"id\":\"keyspaces/0\",\"index\":0,\"labels\":[{\"key\":\"id\",\"value\":\"0\"}],\"rule_type\":\"key-range\",\"data\":[{\"start_key\":\"7200000000000000fb\",\"end_key\":\"7200000100000000fb\"},{\"start_key\":\"7800000000000000fb\",\"end_key\":\"7800000100000000fb\"}]}"] [takes=584.956µs] [2024/05/06 22:07:42.362 +08:00] [INFO] [cluster.go:2180] ["cluster version changed"] [old-cluster-version=0.0.0] [new-cluster-version=8.2.0-alpha] [2024/05/06 22:07:42.362 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=1] [2024/05/06 22:07:42.362 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:1 address:\"127.0.0.1:20170\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20170\" status_address:\"127.0.0.1:20175\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004462 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:07:42.362 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:07:42.945 +08:00] [INFO] [server.go:1317] ["PD server config is updated"] [new="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"http://127.0.0.1:2389\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [old="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [2024/05/06 22:07:44.130 +08:00] [INFO] [dbstore.go:33] ["Dashboard initializing local storage file"] [path=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd2/dashboard.sqlite.db] [2024/05/06 22:07:44.139 +08:00] [INFO] [version.go:33] ["TiDB Dashboard started"] [internal-version=8.0.0-9768844f] [standalone=No] [pd-version=v8.2.0-alpha-15-gf83febabe] [build-time="2024-05-06 08:48:58"] [build-git-hash=9768844ff5d7] [2024/05/06 22:07:44.140 +08:00] [INFO] [manager.go:201] ["dashboard server is started"] [2024/05/06 22:07:44.140 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:38689] [remotes="[]"] [2024/05/06 22:07:44.140 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:41929] [remotes="[]"] [2024/05/06 22:07:44.140 +08:00] [WARN] [dynamic_config_manager.go:165] ["Dynamic config does not exist in etcd"] [2024/05/06 22:07:44.143 +08:00] [INFO] [manager.go:74] ["Key visual service is started"] [2024/05/06 22:07:45.359 +08:00] [INFO] [prepare_checker.go:72] ["not loaded from storage region number is satisfied, finish prepare checker"] [not-from-storage-region=1] [total-region=1] [2024/05/06 22:07:45.359 +08:00] [INFO] [coordinator.go:410] ["coordinator has finished cluster information preparation"] [2024/05/06 22:07:45.359 +08:00] [INFO] [coordinator.go:420] ["coordinator starts to run schedulers"] [2024/05/06 22:07:45.360 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:07:45.360 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-leader-scheduler] [scheduler-args="[]"] [2024/05/06 22:07:45.361 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-hot-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:07:45.361 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=evict-slow-store-scheduler] [scheduler-args="[]"] [2024/05/06 22:07:45.365 +08:00] [INFO] [coordinator.go:536] ["scheduler config is updated"] [scheduler-config="[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}]"] [2024/05/06 22:07:45.365 +08:00] [INFO] [coordinator.go:276] ["coordinator begins to check suspect key ranges"] [2024/05/06 22:07:45.365 +08:00] [INFO] [coordinator.go:164] ["coordinator starts patrol regions"] [2024/05/06 22:07:45.365 +08:00] [INFO] [coordinator.go:340] ["coordinator begins to actively drive push operator"] [2024/05/06 22:07:45.376 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:07:45.376942831 +0800 CST m=+3.998595234, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:07:45.377 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:07:45.377 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=4] [peer-ids="[5]"] [2024/05/06 22:07:45.377 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=6] [peer-ids="[7]"] [2024/05/06 22:07:45.377 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=8] [peer-ids="[9]"] [2024/05/06 22:07:45.377 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=10] [peer-ids="[11]"] [2024/05/06 22:07:45.378 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=2] [detail="StartKey Changed:{} -> {7800000100000000FB}, EndKey:{}"] [old-version=1] [new-version=5] [2024/05/06 22:07:45.378 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=2] [takes=1.717918ms] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:07:45.376942831 +0800 CST m=+3.998595234, startAt:2024-05-06 22:07:45.377081604 +0800 CST m=+3.998734006, currentStep:1, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:07:45.378 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=2] [origin="id:4 end_key:\"7200000000000000FB\" region_epoch: peers: id:6 start_key:\"7200000000000000FB\" end_key:\"7200000100000000FB\" region_epoch: peers: id:8 start_key:\"7200000100000000FB\" end_key:\"7800000000000000FB\" region_epoch: peers: id:10 start_key:\"7800000000000000FB\" end_key:\"7800000100000000FB\" region_epoch: peers:"] [total=4] [2024/05/06 22:07:46.361 +08:00] [INFO] [hot_region_config.go:490] ["query supported changed"] [last-query-support=false] [cluster-version=8.2.0-alpha] [config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"query\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"query\",\"byte\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"forbid-rw-type\":\"none\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [valid-config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"key\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"byte\",\"key\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [2024/05/06 22:07:52.360 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=1] [store-address=127.0.0.1:20170] ==> ./pd3.log <== [2024/05/06 22:07:41.422 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:07:41.423 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:07:41.423 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:07:41.423 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:07:41.423 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:07:41.423 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:07:41.423 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:07:41.423 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:07:41.423 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2399\",\"peer-urls\":\"http://127.0.0.1:2398\",\"advertise-client-urls\":\"http://127.0.0.1:2399\",\"advertise-peer-urls\":\"http://127.0.0.1:2398\",\"name\":\"pd3\",\"data-dir\":\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd3\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd3=http://127.0.0.1:2398\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd3\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:07:41.427 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:07:41.427 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:07:41.427 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:07:41.427 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:07:41.428 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:07:41.428 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:07:41.428 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd3] [service-name=MetaStorage] [2024/05/06 22:07:41.428 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:07:41.428 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd3] [service-name=ResourceManager] [2024/05/06 22:07:41.428 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:07:41.428 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2398]"] [2024/05/06 22:07:41.428 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:07:41.428 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2399]"] [2024/05/06 22:07:41.429 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:07:41.429 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=62] [max-cpu-available=62] [member-initialized=false] [name=pd3] [data-dir=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd3] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd3/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2398]"] [listen-peer-urls="[http://127.0.0.1:2398]"] [advertise-client-urls="[http://127.0.0.1:2399]"] [listen-client-urls="[http://127.0.0.1:2399]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd3=http://127.0.0.1:2398"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:07:41.429 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:07:41.429 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd3/member/snap/db] [took=323.466µs] [2024/05/06 22:07:41.430 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=820b37984af3d5a4] [cluster-id=ead61e552c96788c] [2024/05/06 22:07:41.430 +08:00] [INFO] [raft.go:1523] ["820b37984af3d5a4 switched to configuration voters=()"] [2024/05/06 22:07:41.430 +08:00] [INFO] [raft.go:706] ["820b37984af3d5a4 became follower at term 0"] [2024/05/06 22:07:41.430 +08:00] [INFO] [raft.go:389] ["newRaft 820b37984af3d5a4 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:07:41.430 +08:00] [INFO] [raft.go:706] ["820b37984af3d5a4 became follower at term 1"] [2024/05/06 22:07:41.430 +08:00] [INFO] [raft.go:1523] ["820b37984af3d5a4 switched to configuration voters=(9370644576906499492)"] [2024/05/06 22:07:41.430 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:07:41.431 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:07:41.431 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=820b37984af3d5a4] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:07:41.431 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd3/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:07:41.431 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd3/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:07:41.431 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd3/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:07:41.431 +08:00] [INFO] [server.go:697] ["started as single-node; fast-forwarding election ticks"] [local-member-id=820b37984af3d5a4] [forward-ticks=5] [forward-duration=2.5s] [election-ticks=6] [election-timeout=3s] [2024/05/06 22:07:41.431 +08:00] [INFO] [raft.go:1523] ["820b37984af3d5a4 switched to configuration voters=(9370644576906499492)"] [2024/05/06 22:07:41.431 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=ead61e552c96788c] [local-member-id=820b37984af3d5a4] [added-peer-id=820b37984af3d5a4] [added-peer-peer-urls="[http://127.0.0.1:2398]"] [2024/05/06 22:07:41.432 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=820b37984af3d5a4] [initial-advertise-peer-urls="[http://127.0.0.1:2398]"] [listen-peer-urls="[http://127.0.0.1:2398]"] [advertise-client-urls="[http://127.0.0.1:2399]"] [listen-client-urls="[http://127.0.0.1:2399]"] [listen-metrics-urls="[]"] [2024/05/06 22:07:41.432 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2398] [2024/05/06 22:07:44.430 +08:00] [INFO] [raft.go:929] ["820b37984af3d5a4 is starting a new election at term 1"] [2024/05/06 22:07:44.430 +08:00] [INFO] [raft.go:735] ["820b37984af3d5a4 became pre-candidate at term 1"] [2024/05/06 22:07:44.430 +08:00] [INFO] [raft.go:830] ["820b37984af3d5a4 received MsgPreVoteResp from 820b37984af3d5a4 at term 1"] [2024/05/06 22:07:44.430 +08:00] [INFO] [raft.go:719] ["820b37984af3d5a4 became candidate at term 2"] [2024/05/06 22:07:44.430 +08:00] [INFO] [raft.go:830] ["820b37984af3d5a4 received MsgVoteResp from 820b37984af3d5a4 at term 2"] [2024/05/06 22:07:44.430 +08:00] [INFO] [raft.go:771] ["820b37984af3d5a4 became leader at term 2"] [2024/05/06 22:07:44.430 +08:00] [INFO] [node.go:327] ["raft.node: 820b37984af3d5a4 elected leader 820b37984af3d5a4 at term 2"] [2024/05/06 22:07:44.430 +08:00] [INFO] [server.go:2639] ["setting up initial cluster version"] [cluster-version=3.4] [2024/05/06 22:07:44.431 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=820b37984af3d5a4] [local-member-attributes="{Name:pd3 ClientURLs:[http://127.0.0.1:2399]}"] [request-path=/0/members/820b37984af3d5a4/attributes] [cluster-id=ead61e552c96788c] [publish-timeout=11s] [2024/05/06 22:07:44.431 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:07:44.431 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=ead61e552c96788c] [local-member-id=820b37984af3d5a4] [cluster-version=3.4] [2024/05/06 22:07:44.431 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:07:44.431 +08:00] [INFO] [server.go:2671] ["cluster version is updated"] [cluster-version=3.4] [2024/05/06 22:07:44.431 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd3] [service-name=MetaStorage] [2024/05/06 22:07:44.431 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd3] [service-name=ResourceManager] [2024/05/06 22:07:44.431 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2399] [2024/05/06 22:07:44.435 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888088605097797] [2024/05/06 22:07:44.435 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd3\" member_id:9370644576906499492 peer_urls:\"http://127.0.0.1:2398\" client_urls:\"http://127.0.0.1:2399\" "] [root-path=/pd/7365888088605097797] [2024/05/06 22:07:44.438 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:07:44.438 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=9370644576906499492] [2024/05/06 22:07:44.438 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:07:44.439 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:07:44.439 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd3] [2024/05/06 22:07:44.439 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd3] [2024/05/06 22:07:44.439 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:07:44.440 +08:00] [INFO] [server.go:1703] ["start to campaign PD leader"] [campaign-leader-name=pd3] [2024/05/06 22:07:44.440 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:07:44.440 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:07:44.440 +08:00] [INFO] [lease.go:66] ["lease granted"] [lease-id=6171214955569837581] [lease-timeout=3] [purpose="leader election"] [2024/05/06 22:07:44.441 +08:00] [INFO] [leadership.go:181] ["check campaign resp"] [resp="{\"header\":{\"cluster_id\":16921746001060329612,\"member_id\":9370644576906499492,\"revision\":6,\"raft_term\":2},\"succeeded\":true,\"responses\":[{\"Response\":{\"ResponsePut\":{\"header\":{\"revision\":6}}}}]}"] [2024/05/06 22:07:44.441 +08:00] [INFO] [leadership.go:190] ["write leaderData to leaderPath ok"] [leader-key=/pd/7365888088605097797/leader] [purpose="leader election"] [2024/05/06 22:07:44.441 +08:00] [INFO] [server.go:1729] ["campaign PD leader ok"] [campaign-leader-name=pd3] [2024/05/06 22:07:44.441 +08:00] [INFO] [server.go:1737] ["initializing the global TSO allocator"] [2024/05/06 22:07:44.441 +08:00] [INFO] [tso.go:160] ["start to sync timestamp"] [] [2024/05/06 22:07:44.441 +08:00] [INFO] [lease.go:155] ["start lease keep alive worker"] [interval=1s] [purpose="leader election"] [2024/05/06 22:07:44.442 +08:00] [INFO] [tso.go:220] ["sync and save timestamp"] [] [last=0001/01/01 00:00:00.000 +00:00] [last-saved=0001/01/01 00:00:00.000 +00:00] [save=2024/05/06 22:07:47.441 +08:00] [next=2024/05/06 22:07:44.441 +08:00] [2024/05/06 22:07:44.443 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:07:44.443 +08:00] [INFO] [server.go:1769] ["triggering the leader callback functions"] [2024/05/06 22:07:44.443 +08:00] [ERROR] [manager.go:124] ["un-marshall controller config failed, fallback to default"] [error="unexpected end of JSON input"] [v=] [2024/05/06 22:07:44.445 +08:00] [INFO] [manager.go:185] ["resource group manager finishes initialization"] [2024/05/06 22:07:44.448 +08:00] [INFO] [id.go:174] ["idAllocator allocates a new id"] [new-end=1000] [new-base=0] [label=idalloc] [check-curr-end=true] [2024/05/06 22:07:44.448 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=0.0.0] [2024/05/06 22:07:44.448 +08:00] [INFO] [server.go:1803] ["PD leader is ready to serve"] [leader-name=pd3] [2024/05/06 22:07:44.743 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=12] [2024/05/06 22:07:44.880 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=13] [2024/05/06 22:07:44.880 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=13] [2024/05/06 22:07:44.888 +08:00] [INFO] [server.go:712] ["try to bootstrap raft cluster"] [cluster-id=7365888088605097797] [request="header: store: region: peers: > "] [2024/05/06 22:07:44.889 +08:00] [INFO] [server.go:773] ["bootstrap cluster ok"] [cluster-id=7365888088605097797] [2024/05/06 22:07:44.895 +08:00] [INFO] [cluster.go:643] ["load stores"] [count=1] [cost=826.817µs] [2024/05/06 22:07:44.895 +08:00] [INFO] [cluster.go:654] ["load regions"] [count=1] [cost=237.761µs] [2024/05/06 22:07:44.896 +08:00] [INFO] [scheduling_controller.go:102] ["scheduling service is started"] [2024/05/06 22:07:44.896 +08:00] [INFO] [coordinator.go:407] ["coordinator starts to collect cluster information"] [2024/05/06 22:07:44.896 +08:00] [INFO] [cluster.go:416] ["memory info"] [total-mem=34359738368] [2024/05/06 22:07:44.896 +08:00] [INFO] [tuner.go:117] ["new gctuner"] [threshold=20615843020] [2024/05/06 22:07:44.896 +08:00] [INFO] [cluster.go:429] ["update gc tuner"] [enable-gc-tuner=false] [gc-threshold-bytes=20615843020] [2024/05/06 22:07:44.896 +08:00] [INFO] [memory_limit_tuner.go:50] [debug.SetMemoryLimit] [limit=9223372036854775807] [ret=9223372036854775807] [2024/05/06 22:07:44.896 +08:00] [INFO] [cluster.go:436] ["update gc memory limit"] [memory-limit-bytes=0] [memory-limit-gc-trigger-ratio=0.7] [2024/05/06 22:07:44.897 +08:00] [INFO] [keyspace.go:378] ["[keyspace] added region label for keyspace"] [keyspace-id=0] [label-rule="{\"id\":\"keyspaces/0\",\"index\":0,\"labels\":[{\"key\":\"id\",\"value\":\"0\"}],\"rule_type\":\"key-range\",\"data\":[{\"start_key\":\"7200000000000000fb\",\"end_key\":\"7200000100000000fb\"},{\"start_key\":\"7800000000000000fb\",\"end_key\":\"7800000100000000fb\"}]}"] [takes=710.361µs] [2024/05/06 22:07:44.899 +08:00] [INFO] [cluster.go:2180] ["cluster version changed"] [old-cluster-version=0.0.0] [new-cluster-version=8.2.0-alpha] [2024/05/06 22:07:44.900 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=1] [2024/05/06 22:07:44.900 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:1 address:\"127.0.0.1:20180\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20180\" status_address:\"127.0.0.1:20185\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004464 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:07:44.900 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:07:45.442 +08:00] [INFO] [server.go:1317] ["PD server config is updated"] [new="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"http://127.0.0.1:2399\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [old="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [2024/05/06 22:07:46.663 +08:00] [INFO] [dbstore.go:33] ["Dashboard initializing local storage file"] [path=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd3/dashboard.sqlite.db] [2024/05/06 22:07:46.673 +08:00] [INFO] [version.go:33] ["TiDB Dashboard started"] [internal-version=8.0.0-9768844f] [standalone=No] [pd-version=v8.2.0-alpha-15-gf83febabe] [build-time="2024-05-06 08:48:58"] [build-git-hash=9768844ff5d7] [2024/05/06 22:07:46.673 +08:00] [INFO] [manager.go:201] ["dashboard server is started"] [2024/05/06 22:07:46.673 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:35945] [remotes="[]"] [2024/05/06 22:07:46.673 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:38691] [remotes="[]"] [2024/05/06 22:07:46.673 +08:00] [WARN] [dynamic_config_manager.go:165] ["Dynamic config does not exist in etcd"] [2024/05/06 22:07:46.678 +08:00] [INFO] [manager.go:74] ["Key visual service is started"] [2024/05/06 22:07:47.896 +08:00] [INFO] [prepare_checker.go:72] ["not loaded from storage region number is satisfied, finish prepare checker"] [not-from-storage-region=1] [total-region=1] [2024/05/06 22:07:47.896 +08:00] [INFO] [coordinator.go:410] ["coordinator has finished cluster information preparation"] [2024/05/06 22:07:47.896 +08:00] [INFO] [coordinator.go:420] ["coordinator starts to run schedulers"] [2024/05/06 22:07:47.897 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:07:47.897 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-leader-scheduler] [scheduler-args="[]"] [2024/05/06 22:07:47.898 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-hot-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:07:47.898 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=evict-slow-store-scheduler] [scheduler-args="[]"] [2024/05/06 22:07:47.899 +08:00] [INFO] [coordinator.go:536] ["scheduler config is updated"] [scheduler-config="[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}]"] [2024/05/06 22:07:47.899 +08:00] [INFO] [coordinator.go:164] ["coordinator starts patrol regions"] [2024/05/06 22:07:47.900 +08:00] [INFO] [coordinator.go:276] ["coordinator begins to check suspect key ranges"] [2024/05/06 22:07:47.900 +08:00] [INFO] [coordinator.go:340] ["coordinator begins to actively drive push operator"] [2024/05/06 22:07:47.910 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:07:47.910438542 +0800 CST m=+6.532091005, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:07:47.910 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:07:47.910 +08:00] [ERROR] [heartbeat_streams.go:141] ["send heartbeat message fail"] [region-id=2] [error="[PD:grpc:ErrGRPCSend]send request error: EOF"] [2024/05/06 22:07:48.899 +08:00] [INFO] [hot_region_config.go:490] ["query supported changed"] [last-query-support=false] [cluster-version=8.2.0-alpha] [config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"query\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"query\",\"byte\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"forbid-rw-type\":\"none\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [valid-config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"key\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"byte\",\"key\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [2024/05/06 22:07:53.400 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:07:54.897 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=1] [store-address=127.0.0.1:20180] + find . -name 'tikv*.log' -type f -exec tail -n 500 '{}' + ==> ./tikv1.log <== [2024/05/06 22:07:51.206 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=171] [region_id=170] [thread_id=101] [2024/05/06 22:07:51.206 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {171} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=171] [region_id=170] [thread_id=101] [2024/05/06 22:07:51.206 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 171."] [id=171] [raft_id=171] [region_id=170] [thread_id=101] [2024/05/06 22:07:51.206 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=171] [region_id=170] [thread_id=101] [2024/05/06 22:07:51.206 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=171] [region_id=170] [thread_id=101] [2024/05/06 22:07:51.206 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=171] [region_id=170] [thread_id=101] [2024/05/06 22:07:51.206 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=171] [region_id=170] [thread_id=101] [2024/05/06 22:07:51.206 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803942] [region_id=170] [thread_id=101] [2024/05/06 22:07:51.206 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 170 start_key: 7480000000000000FF9C00000000000000F8 end_key: 7480000000000000FFA000000000000000F8 region_epoch { conf_ver: 1 version: 83 } peers { id: 171 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:51.206 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=108] [observe_id=ObserveId(160)] [region=14] [thread_id=68] [2024/05/06 22:07:51.206 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=170] [thread_id=31] [2024/05/06 22:07:51.206 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(161)] [region=170] [thread_id=68] [2024/05/06 22:07:51.208 +08:00] [INFO] [scheduler.rs:769] ["get snapshot failed"] [err="Error(Request(message: \"EpochNotMatch current epoch of region 14 is conf_ver: 1 version: 83, but you sent conf_ver: 1 version: 82\" epoch_not_match { current_regions { id: 14 start_key: 7480000000000000FFA000000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 83 } peers { id: 15 store_id: 1 } } current_regions { id: 170 start_key: 7480000000000000FF9C00000000000000F8 end_key: 7480000000000000FFA000000000000000F8 region_epoch { conf_ver: 1 version: 83 } peers { id: 171 store_id: 1 } } }))"] [cid=2599] [thread_id=45] [2024/05/06 22:07:51.279 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:36982] [split_keys="key 7480000000000000FFA400000000000000F8"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:07:51.279 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000000FFA000000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 83 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 172 new_peer_ids: 173]"] [region_id=14] [thread_id=31] [2024/05/06 22:07:51.279 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000000FFA400000000000000F8 new_region_id: 172 new_peer_ids: 173 } right_derive: true }"] [index=110] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:07:51.279 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000000FFA400000000000000F8"] [region="id: 14 start_key: 7480000000000000FFA000000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 83 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:07:51.279 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:07:51.279 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=101] [2024/05/06 22:07:51.279 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:07:51.279 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(160)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:07:51.279 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 172 start_key: 7480000000000000FFA000000000000000F8 end_key: 7480000000000000FFA400000000000000F8 region_epoch { conf_ver: 1 version: 84 } peers { id: 173 store_id: 1 }"] [region_id=172] [thread_id=101] [2024/05/06 22:07:51.280 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000000FFA400000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 84 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:51.280 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=173] [region_id=172] [thread_id=101] [2024/05/06 22:07:51.280 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {173} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=173] [region_id=172] [thread_id=101] [2024/05/06 22:07:51.280 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=173] [region_id=172] [thread_id=101] [2024/05/06 22:07:51.280 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {173} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=173] [region_id=172] [thread_id=101] [2024/05/06 22:07:51.280 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 173."] [id=173] [raft_id=173] [region_id=172] [thread_id=101] [2024/05/06 22:07:51.280 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=173] [region_id=172] [thread_id=101] [2024/05/06 22:07:51.280 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=173] [region_id=172] [thread_id=101] [2024/05/06 22:07:51.280 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=173] [region_id=172] [thread_id=101] [2024/05/06 22:07:51.280 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=173] [region_id=172] [thread_id=101] [2024/05/06 22:07:51.280 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803944] [region_id=172] [thread_id=102] [2024/05/06 22:07:51.280 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=110] [observe_id=ObserveId(162)] [region=14] [thread_id=68] [2024/05/06 22:07:51.280 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 172 start_key: 7480000000000000FFA000000000000000F8 end_key: 7480000000000000FFA400000000000000F8 region_epoch { conf_ver: 1 version: 84 } peers { id: 173 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:51.280 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=172] [thread_id=31] [2024/05/06 22:07:51.280 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(163)] [region=172] [thread_id=68] [2024/05/06 22:07:51.282 +08:00] [INFO] [scheduler.rs:769] ["get snapshot failed"] [err="Error(Request(message: \"EpochNotMatch current epoch of region 14 is conf_ver: 1 version: 84, but you sent conf_ver: 1 version: 83\" epoch_not_match { current_regions { id: 14 start_key: 7480000000000000FFA400000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 84 } peers { id: 15 store_id: 1 } } current_regions { id: 172 start_key: 7480000000000000FFA000000000000000F8 end_key: 7480000000000000FFA400000000000000F8 region_epoch { conf_ver: 1 version: 84 } peers { id: 173 store_id: 1 } } }))"] [cid=2702] [thread_id=47] [2024/05/06 22:07:51.355 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:36982] [split_keys="key 7480000000000000FFA800000000000000F8"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:07:51.355 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000000FFA400000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 84 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 174 new_peer_ids: 175]"] [region_id=14] [thread_id=31] [2024/05/06 22:07:51.355 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000000FFA800000000000000F8 new_region_id: 174 new_peer_ids: 175 } right_derive: true }"] [index=112] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:07:51.355 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000000FFA800000000000000F8"] [region="id: 14 start_key: 7480000000000000FFA400000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 84 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:07:51.356 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:07:51.356 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=101] [2024/05/06 22:07:51.356 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:07:51.356 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(162)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:07:51.356 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000000FFA800000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 85 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:51.356 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 174 start_key: 7480000000000000FFA400000000000000F8 end_key: 7480000000000000FFA800000000000000F8 region_epoch { conf_ver: 1 version: 85 } peers { id: 175 store_id: 1 }"] [region_id=174] [thread_id=101] [2024/05/06 22:07:51.356 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=175] [region_id=174] [thread_id=101] [2024/05/06 22:07:51.356 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {175} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=175] [region_id=174] [thread_id=101] [2024/05/06 22:07:51.356 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=175] [region_id=174] [thread_id=101] [2024/05/06 22:07:51.356 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {175} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=175] [region_id=174] [thread_id=101] [2024/05/06 22:07:51.356 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 175."] [id=175] [raft_id=175] [region_id=174] [thread_id=101] [2024/05/06 22:07:51.356 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=175] [region_id=174] [thread_id=101] [2024/05/06 22:07:51.356 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=175] [region_id=174] [thread_id=101] [2024/05/06 22:07:51.356 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=175] [region_id=174] [thread_id=101] [2024/05/06 22:07:51.356 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=175] [region_id=174] [thread_id=101] [2024/05/06 22:07:51.356 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803946] [region_id=174] [thread_id=101] [2024/05/06 22:07:51.356 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=112] [observe_id=ObserveId(164)] [region=14] [thread_id=68] [2024/05/06 22:07:51.356 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 174 start_key: 7480000000000000FFA400000000000000F8 end_key: 7480000000000000FFA800000000000000F8 region_epoch { conf_ver: 1 version: 85 } peers { id: 175 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:51.356 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=174] [thread_id=31] [2024/05/06 22:07:51.356 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(165)] [region=174] [thread_id=68] [2024/05/06 22:07:51.358 +08:00] [INFO] [scheduler.rs:769] ["get snapshot failed"] [err="Error(Request(message: \"EpochNotMatch current epoch of region 14 is conf_ver: 1 version: 85, but you sent conf_ver: 1 version: 84\" epoch_not_match { current_regions { id: 14 start_key: 7480000000000000FFA800000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 85 } peers { id: 15 store_id: 1 } } current_regions { id: 174 start_key: 7480000000000000FFA400000000000000F8 end_key: 7480000000000000FFA800000000000000F8 region_epoch { conf_ver: 1 version: 85 } peers { id: 175 store_id: 1 } } }))"] [cid=2805] [thread_id=44] [2024/05/06 22:07:51.412 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:36980] [split_keys="key 7480000000000000FFAB00000000000000F8"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:51.412 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000000FFA800000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 85 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 176 new_peer_ids: 177]"] [region_id=14] [thread_id=31] [2024/05/06 22:07:51.412 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000000FFAB00000000000000F8 new_region_id: 176 new_peer_ids: 177 } right_derive: true }"] [index=114] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:07:51.412 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000000FFAB00000000000000F8"] [region="id: 14 start_key: 7480000000000000FFA800000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 85 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:07:51.412 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:07:51.412 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=102] [2024/05/06 22:07:51.412 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(164)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:07:51.412 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:51.412 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000000FFAB00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 86 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:51.412 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 176 start_key: 7480000000000000FFA800000000000000F8 end_key: 7480000000000000FFAB00000000000000F8 region_epoch { conf_ver: 1 version: 86 } peers { id: 177 store_id: 1 }"] [region_id=176] [thread_id=102] [2024/05/06 22:07:51.412 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=177] [region_id=176] [thread_id=102] [2024/05/06 22:07:51.412 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {177} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=177] [region_id=176] [thread_id=102] [2024/05/06 22:07:51.412 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=177] [region_id=176] [thread_id=102] [2024/05/06 22:07:51.412 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {177} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=177] [region_id=176] [thread_id=102] [2024/05/06 22:07:51.412 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 177."] [id=177] [raft_id=177] [region_id=176] [thread_id=102] [2024/05/06 22:07:51.412 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=177] [region_id=176] [thread_id=102] [2024/05/06 22:07:51.412 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=177] [region_id=176] [thread_id=102] [2024/05/06 22:07:51.412 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=177] [region_id=176] [thread_id=102] [2024/05/06 22:07:51.412 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=177] [region_id=176] [thread_id=102] [2024/05/06 22:07:51.412 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803948] [region_id=176] [thread_id=102] [2024/05/06 22:07:51.412 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=114] [observe_id=ObserveId(166)] [region=14] [thread_id=68] [2024/05/06 22:07:51.412 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 176 start_key: 7480000000000000FFA800000000000000F8 end_key: 7480000000000000FFAB00000000000000F8 region_epoch { conf_ver: 1 version: 86 } peers { id: 177 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:51.412 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=176] [thread_id=31] [2024/05/06 22:07:51.413 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(167)] [region=176] [thread_id=68] [2024/05/06 22:07:51.414 +08:00] [INFO] [scheduler.rs:769] ["get snapshot failed"] [err="Error(Request(message: \"EpochNotMatch current epoch of region 14 is conf_ver: 1 version: 86, but you sent conf_ver: 1 version: 85\" epoch_not_match { current_regions { id: 14 start_key: 7480000000000000FFAB00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 86 } peers { id: 15 store_id: 1 } } current_regions { id: 176 start_key: 7480000000000000FFA800000000000000F8 end_key: 7480000000000000FFAB00000000000000F8 region_epoch { conf_ver: 1 version: 86 } peers { id: 177 store_id: 1 } } }))"] [cid=2879] [thread_id=46] [2024/05/06 22:07:51.581 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:36986] [split_keys="key 7480000000000000FFB600000000000000F8"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:51.582 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000000FFAB00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 86 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 178 new_peer_ids: 179]"] [region_id=14] [thread_id=31] [2024/05/06 22:07:51.582 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000000FFB600000000000000F8 new_region_id: 178 new_peer_ids: 179 } right_derive: true }"] [index=118] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:07:51.582 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000000FFB600000000000000F8"] [region="id: 14 start_key: 7480000000000000FFAB00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 86 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:07:51.583 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=102] [2024/05/06 22:07:51.583 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:07:51.583 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:51.583 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(166)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:07:51.583 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000000FFB600000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 87 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:51.583 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 178 start_key: 7480000000000000FFAB00000000000000F8 end_key: 7480000000000000FFB600000000000000F8 region_epoch { conf_ver: 1 version: 87 } peers { id: 179 store_id: 1 }"] [region_id=178] [thread_id=102] [2024/05/06 22:07:51.583 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=179] [region_id=178] [thread_id=102] [2024/05/06 22:07:51.583 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {179} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=179] [region_id=178] [thread_id=102] [2024/05/06 22:07:51.583 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=179] [region_id=178] [thread_id=102] [2024/05/06 22:07:51.583 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {179} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=179] [region_id=178] [thread_id=102] [2024/05/06 22:07:51.583 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 179."] [id=179] [raft_id=179] [region_id=178] [thread_id=102] [2024/05/06 22:07:51.583 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=179] [region_id=178] [thread_id=102] [2024/05/06 22:07:51.583 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=179] [region_id=178] [thread_id=102] [2024/05/06 22:07:51.583 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=179] [region_id=178] [thread_id=102] [2024/05/06 22:07:51.583 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=179] [region_id=178] [thread_id=102] [2024/05/06 22:07:51.583 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803950] [region_id=178] [thread_id=101] [2024/05/06 22:07:51.583 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 178 start_key: 7480000000000000FFAB00000000000000F8 end_key: 7480000000000000FFB600000000000000F8 region_epoch { conf_ver: 1 version: 87 } peers { id: 179 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:51.583 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=118] [observe_id=ObserveId(168)] [region=14] [thread_id=68] [2024/05/06 22:07:51.583 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=178] [thread_id=31] [2024/05/06 22:07:51.583 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(169)] [region=178] [thread_id=68] [2024/05/06 22:07:51.586 +08:00] [INFO] [scheduler.rs:769] ["get snapshot failed"] [err="Error(Request(message: \"EpochNotMatch current epoch of region 14 is conf_ver: 1 version: 87, but you sent conf_ver: 1 version: 86\" epoch_not_match { current_regions { id: 14 start_key: 7480000000000000FFB600000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 87 } peers { id: 15 store_id: 1 } } current_regions { id: 178 start_key: 7480000000000000FFAB00000000000000F8 end_key: 7480000000000000FFB600000000000000F8 region_epoch { conf_ver: 1 version: 87 } peers { id: 179 store_id: 1 } } }))"] [cid=3075] [thread_id=45] [2024/05/06 22:07:51.586 +08:00] [WARN] [prewrite.rs:832] ["commit_ts is too large, fallback to normal 2PC"] [lock="Lock { lock_type: Put, primary_key: 7480000000000000B65F698000000000000001016120202020000000FC016100000000000000F8013100000000000000F8, start_ts: TimeStamp(449578132199178241), ttl: 3000, short_value: 007D01, for_update_ts: TimeStamp(0), txn_size: 2, min_commit_ts: TimeStamp(449578132199178242), use_async_commit: true, secondaries: [7480000000000000B65F72013100000000000000F8], rollback_ts: [], last_change: Unknown, txn_source: 0, is_locked_with_conflict: false, generation: 0 }"] [max_commit_ts=449578132199178241] [min_commit_ts=449578132199178242] [start_ts=449578132199178241] [key=7480000000000000FFB65F698000000000FF0000010161202020FF20000000FC016100FF000000000000F801FF3100000000000000FFF800000000000000F8] [thread_id=46] [2024/05/06 22:07:51.612 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:36982] [split_keys="key 7480000000000000FFB800000000000000F8"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:51.612 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000000FFB600000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 87 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 180 new_peer_ids: 181]"] [region_id=14] [thread_id=31] [2024/05/06 22:07:51.612 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000000FFB800000000000000F8 new_region_id: 180 new_peer_ids: 181 } right_derive: true }"] [index=121] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:07:51.612 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000000FFB800000000000000F8"] [region="id: 14 start_key: 7480000000000000FFB600000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 87 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:07:51.612 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:07:51.612 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=102] [2024/05/06 22:07:51.612 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:51.612 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(168)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:07:51.612 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000000FFB800000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 88 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:51.612 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 180 start_key: 7480000000000000FFB600000000000000F8 end_key: 7480000000000000FFB800000000000000F8 region_epoch { conf_ver: 1 version: 88 } peers { id: 181 store_id: 1 }"] [region_id=180] [thread_id=102] [2024/05/06 22:07:51.612 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=181] [region_id=180] [thread_id=102] [2024/05/06 22:07:51.612 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {181} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=181] [region_id=180] [thread_id=102] [2024/05/06 22:07:51.612 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=181] [region_id=180] [thread_id=102] [2024/05/06 22:07:51.612 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {181} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=181] [region_id=180] [thread_id=102] [2024/05/06 22:07:51.612 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 181."] [id=181] [raft_id=181] [region_id=180] [thread_id=102] [2024/05/06 22:07:51.612 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=181] [region_id=180] [thread_id=102] [2024/05/06 22:07:51.612 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=181] [region_id=180] [thread_id=102] [2024/05/06 22:07:51.612 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=181] [region_id=180] [thread_id=102] [2024/05/06 22:07:51.612 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=181] [region_id=180] [thread_id=102] [2024/05/06 22:07:51.612 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803952] [region_id=180] [thread_id=101] [2024/05/06 22:07:51.613 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=121] [observe_id=ObserveId(170)] [region=14] [thread_id=68] [2024/05/06 22:07:51.613 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 180 start_key: 7480000000000000FFB600000000000000F8 end_key: 7480000000000000FFB800000000000000F8 region_epoch { conf_ver: 1 version: 88 } peers { id: 181 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:51.613 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=180] [thread_id=31] [2024/05/06 22:07:51.613 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(171)] [region=180] [thread_id=68] [2024/05/06 22:07:51.633 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:36986] [split_keys="key 7480000000000000FFBA00000000000000F8"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:51.633 +08:00] [INFO] [peer.rs:6158] ["invalid split request"] [source=ipv4:127.0.0.1:36986] [peer_id=15] [region_id=14] [err="EpochNotMatch(\"[region 14] 15 epoch changed conf_ver: 1 version: 88 != conf_ver: 1 version: 87, retry later\", [id: 14 start_key: 7480000000000000FFB800000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 88 } peers { id: 15 store_id: 1 }])"] [thread_id=102] [2024/05/06 22:07:51.636 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:36982] [split_keys="key 7480000000000000FFBA00000000000000F8"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:07:51.636 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000000FFB800000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 88 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 182 new_peer_ids: 183]"] [region_id=14] [thread_id=31] [2024/05/06 22:07:51.636 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000000FFBA00000000000000F8 new_region_id: 182 new_peer_ids: 183 } right_derive: true }"] [index=122] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:07:51.636 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000000FFBA00000000000000F8"] [region="id: 14 start_key: 7480000000000000FFB800000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 88 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:07:51.636 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:07:51.636 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=101] [2024/05/06 22:07:51.636 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(170)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:07:51.636 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:07:51.636 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000000FFBA00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 89 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:51.636 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 182 start_key: 7480000000000000FFB800000000000000F8 end_key: 7480000000000000FFBA00000000000000F8 region_epoch { conf_ver: 1 version: 89 } peers { id: 183 store_id: 1 }"] [region_id=182] [thread_id=101] [2024/05/06 22:07:51.637 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=183] [region_id=182] [thread_id=101] [2024/05/06 22:07:51.637 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {183} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=183] [region_id=182] [thread_id=101] [2024/05/06 22:07:51.637 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=183] [region_id=182] [thread_id=101] [2024/05/06 22:07:51.637 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {183} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=183] [region_id=182] [thread_id=101] [2024/05/06 22:07:51.637 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 183."] [id=183] [raft_id=183] [region_id=182] [thread_id=101] [2024/05/06 22:07:51.637 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=183] [region_id=182] [thread_id=101] [2024/05/06 22:07:51.637 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=183] [region_id=182] [thread_id=101] [2024/05/06 22:07:51.637 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=183] [region_id=182] [thread_id=101] [2024/05/06 22:07:51.637 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=183] [region_id=182] [thread_id=101] [2024/05/06 22:07:51.637 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803954] [region_id=182] [thread_id=102] [2024/05/06 22:07:51.637 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=122] [observe_id=ObserveId(172)] [region=14] [thread_id=68] [2024/05/06 22:07:51.637 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 182 start_key: 7480000000000000FFB800000000000000F8 end_key: 7480000000000000FFBA00000000000000F8 region_epoch { conf_ver: 1 version: 89 } peers { id: 183 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:51.637 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=182] [thread_id=31] [2024/05/06 22:07:51.637 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(173)] [region=182] [thread_id=68] [2024/05/06 22:07:51.739 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:36982] [split_keys="key 7480000000000000FFC100000000000000F8"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:51.739 +08:00] [INFO] [peer.rs:6158] ["invalid split request"] [source=ipv4:127.0.0.1:36982] [peer_id=15] [region_id=14] [err="EpochNotMatch(\"[region 14] 15 epoch changed conf_ver: 1 version: 89 != conf_ver: 1 version: 88, retry later\", [id: 14 start_key: 7480000000000000FFBA00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 89 } peers { id: 15 store_id: 1 }])"] [thread_id=102] [2024/05/06 22:07:51.741 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:36986] [split_keys="key 7480000000000000FFC100000000000000F8"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:51.742 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000000FFBA00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 89 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 184 new_peer_ids: 185]"] [region_id=14] [thread_id=31] [2024/05/06 22:07:51.742 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000000FFC100000000000000F8 new_region_id: 184 new_peer_ids: 185 } right_derive: true }"] [index=123] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:07:51.742 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000000FFC100000000000000F8"] [region="id: 14 start_key: 7480000000000000FFBA00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 89 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:07:51.742 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:07:51.742 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=102] [2024/05/06 22:07:51.742 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:51.742 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(172)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:07:51.742 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000000FFC100000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 90 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:51.742 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 184 start_key: 7480000000000000FFBA00000000000000F8 end_key: 7480000000000000FFC100000000000000F8 region_epoch { conf_ver: 1 version: 90 } peers { id: 185 store_id: 1 }"] [region_id=184] [thread_id=102] [2024/05/06 22:07:51.742 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=185] [region_id=184] [thread_id=102] [2024/05/06 22:07:51.742 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {185} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=185] [region_id=184] [thread_id=102] [2024/05/06 22:07:51.742 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=185] [region_id=184] [thread_id=102] [2024/05/06 22:07:51.742 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {185} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=185] [region_id=184] [thread_id=102] [2024/05/06 22:07:51.742 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 185."] [id=185] [raft_id=185] [region_id=184] [thread_id=102] [2024/05/06 22:07:51.742 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=185] [region_id=184] [thread_id=102] [2024/05/06 22:07:51.742 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=185] [region_id=184] [thread_id=102] [2024/05/06 22:07:51.742 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=185] [region_id=184] [thread_id=102] [2024/05/06 22:07:51.742 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=185] [region_id=184] [thread_id=102] [2024/05/06 22:07:51.742 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803956] [region_id=184] [thread_id=101] [2024/05/06 22:07:51.742 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=123] [observe_id=ObserveId(174)] [region=14] [thread_id=68] [2024/05/06 22:07:51.742 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 184 start_key: 7480000000000000FFBA00000000000000F8 end_key: 7480000000000000FFC100000000000000F8 region_epoch { conf_ver: 1 version: 90 } peers { id: 185 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:51.742 +08:00] [INFO] [scheduler.rs:769] ["get snapshot failed"] [err="Error(Request(message: \"EpochNotMatch current epoch of region 14 is conf_ver: 1 version: 90, but you sent conf_ver: 1 version: 89\" epoch_not_match { current_regions { id: 14 start_key: 7480000000000000FFC100000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 90 } peers { id: 15 store_id: 1 } } current_regions { id: 184 start_key: 7480000000000000FFBA00000000000000F8 end_key: 7480000000000000FFC100000000000000F8 region_epoch { conf_ver: 1 version: 90 } peers { id: 185 store_id: 1 } } }))"] [cid=3256] [thread_id=45] [2024/05/06 22:07:51.742 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=184] [thread_id=31] [2024/05/06 22:07:51.742 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(175)] [region=184] [thread_id=68] [2024/05/06 22:07:51.758 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:36980] [split_keys="key 7480000000000000FFC300000000000000F8"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:07:51.758 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000000FFC100000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 90 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 186 new_peer_ids: 187]"] [region_id=14] [thread_id=31] [2024/05/06 22:07:51.758 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000000FFC300000000000000F8 new_region_id: 186 new_peer_ids: 187 } right_derive: true }"] [index=125] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:07:51.758 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000000FFC300000000000000F8"] [region="id: 14 start_key: 7480000000000000FFC100000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 90 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:07:51.758 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:07:51.758 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=102] [2024/05/06 22:07:51.758 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:51.758 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(174)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:07:51.758 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000000FFC300000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 91 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:51.758 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 186 start_key: 7480000000000000FFC100000000000000F8 end_key: 7480000000000000FFC300000000000000F8 region_epoch { conf_ver: 1 version: 91 } peers { id: 187 store_id: 1 }"] [region_id=186] [thread_id=102] [2024/05/06 22:07:51.758 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=187] [region_id=186] [thread_id=102] [2024/05/06 22:07:51.758 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {187} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=187] [region_id=186] [thread_id=102] [2024/05/06 22:07:51.758 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=187] [region_id=186] [thread_id=102] [2024/05/06 22:07:51.758 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {187} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=187] [region_id=186] [thread_id=102] [2024/05/06 22:07:51.758 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 187."] [id=187] [raft_id=187] [region_id=186] [thread_id=102] [2024/05/06 22:07:51.758 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=187] [region_id=186] [thread_id=102] [2024/05/06 22:07:51.758 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=187] [region_id=186] [thread_id=102] [2024/05/06 22:07:51.758 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=187] [region_id=186] [thread_id=102] [2024/05/06 22:07:51.758 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=187] [region_id=186] [thread_id=102] [2024/05/06 22:07:51.758 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803958] [region_id=186] [thread_id=102] [2024/05/06 22:07:51.758 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=125] [observe_id=ObserveId(176)] [region=14] [thread_id=68] [2024/05/06 22:07:51.758 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 186 start_key: 7480000000000000FFC100000000000000F8 end_key: 7480000000000000FFC300000000000000F8 region_epoch { conf_ver: 1 version: 91 } peers { id: 187 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:51.758 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(177)] [region=186] [thread_id=68] [2024/05/06 22:07:51.759 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=186] [thread_id=31] [2024/05/06 22:07:51.772 +08:00] [INFO] [scheduler.rs:769] ["get snapshot failed"] [err="Error(Request(message: \"EpochNotMatch current epoch of region 14 is conf_ver: 1 version: 91, but you sent conf_ver: 1 version: 90\" epoch_not_match { current_regions { id: 14 start_key: 7480000000000000FFC300000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 91 } peers { id: 15 store_id: 1 } } current_regions { id: 186 start_key: 7480000000000000FFC100000000000000F8 end_key: 7480000000000000FFC300000000000000F8 region_epoch { conf_ver: 1 version: 91 } peers { id: 187 store_id: 1 } } }))"] [cid=3287] [thread_id=46] [2024/05/06 22:07:51.829 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:36986] [split_keys="key 7480000000000000FFC600000000000000F8"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:51.829 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000000FFC300000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 91 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 188 new_peer_ids: 189]"] [region_id=14] [thread_id=31] [2024/05/06 22:07:51.829 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000000FFC600000000000000F8 new_region_id: 188 new_peer_ids: 189 } right_derive: true }"] [index=127] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:07:51.829 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000000FFC600000000000000F8"] [region="id: 14 start_key: 7480000000000000FFC300000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 91 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:07:51.829 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:07:51.829 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=102] [2024/05/06 22:07:51.829 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:51.829 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(176)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:07:51.829 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000000FFC600000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 92 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:51.829 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 188 start_key: 7480000000000000FFC300000000000000F8 end_key: 7480000000000000FFC600000000000000F8 region_epoch { conf_ver: 1 version: 92 } peers { id: 189 store_id: 1 }"] [region_id=188] [thread_id=102] [2024/05/06 22:07:51.829 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=189] [region_id=188] [thread_id=102] [2024/05/06 22:07:51.829 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {189} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=189] [region_id=188] [thread_id=102] [2024/05/06 22:07:51.829 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=189] [region_id=188] [thread_id=102] [2024/05/06 22:07:51.829 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {189} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=189] [region_id=188] [thread_id=102] [2024/05/06 22:07:51.829 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 189."] [id=189] [raft_id=189] [region_id=188] [thread_id=102] [2024/05/06 22:07:51.829 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=189] [region_id=188] [thread_id=102] [2024/05/06 22:07:51.829 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=189] [region_id=188] [thread_id=102] [2024/05/06 22:07:51.829 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=189] [region_id=188] [thread_id=102] [2024/05/06 22:07:51.829 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=189] [region_id=188] [thread_id=102] [2024/05/06 22:07:51.829 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803960] [region_id=188] [thread_id=101] [2024/05/06 22:07:51.829 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=127] [observe_id=ObserveId(178)] [region=14] [thread_id=68] [2024/05/06 22:07:51.829 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 188 start_key: 7480000000000000FFC300000000000000F8 end_key: 7480000000000000FFC600000000000000F8 region_epoch { conf_ver: 1 version: 92 } peers { id: 189 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:51.829 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(179)] [region=188] [thread_id=68] [2024/05/06 22:07:51.830 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=188] [thread_id=31] [2024/05/06 22:07:51.832 +08:00] [INFO] [scheduler.rs:769] ["get snapshot failed"] [err="Error(Request(message: \"EpochNotMatch current epoch of region 14 is conf_ver: 1 version: 92, but you sent conf_ver: 1 version: 91\" epoch_not_match { current_regions { id: 14 start_key: 7480000000000000FFC600000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 92 } peers { id: 15 store_id: 1 } } current_regions { id: 188 start_key: 7480000000000000FFC300000000000000F8 end_key: 7480000000000000FFC600000000000000F8 region_epoch { conf_ver: 1 version: 92 } peers { id: 189 store_id: 1 } } }))"] [cid=3363] [thread_id=46] [2024/05/06 22:07:51.833 +08:00] [WARN] [prewrite.rs:832] ["commit_ts is too large, fallback to normal 2PC"] [lock="Lock { lock_type: Put, primary_key: 7480000000000000C65F698000000000000001016100000000000000F8038000000000000002, start_ts: TimeStamp(449578132251607106), ttl: 3000, short_value: 30, for_update_ts: TimeStamp(0), txn_size: 2, min_commit_ts: TimeStamp(449578132251607107), use_async_commit: true, secondaries: [7480000000000000C65F728000000000000002], rollback_ts: [], last_change: Unknown, txn_source: 0, is_locked_with_conflict: false, generation: 0 }"] [max_commit_ts=449578132251607106] [min_commit_ts=449578132251607107] [start_ts=449578132251607106] [key=7480000000000000FFC65F698000000000FF0000010161000000FF00000000F8038000FF0000000000020000FD] [thread_id=46] [2024/05/06 22:07:51.897 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:36984] [split_keys="key 7480000000000000FFC900000000000000F8"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:51.897 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000000FFC600000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 92 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 190 new_peer_ids: 191]"] [region_id=14] [thread_id=31] [2024/05/06 22:07:51.898 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000000FFC900000000000000F8 new_region_id: 190 new_peer_ids: 191 } right_derive: true }"] [index=131] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:07:51.898 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000000FFC900000000000000F8"] [region="id: 14 start_key: 7480000000000000FFC600000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 92 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:07:51.898 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:07:51.898 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=102] [2024/05/06 22:07:51.898 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:51.898 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(178)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:07:51.898 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000000FFC900000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 93 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:51.898 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 190 start_key: 7480000000000000FFC600000000000000F8 end_key: 7480000000000000FFC900000000000000F8 region_epoch { conf_ver: 1 version: 93 } peers { id: 191 store_id: 1 }"] [region_id=190] [thread_id=102] [2024/05/06 22:07:51.898 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=191] [region_id=190] [thread_id=102] [2024/05/06 22:07:51.898 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {191} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=191] [region_id=190] [thread_id=102] [2024/05/06 22:07:51.898 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=191] [region_id=190] [thread_id=102] [2024/05/06 22:07:51.898 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {191} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=191] [region_id=190] [thread_id=102] [2024/05/06 22:07:51.898 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 191."] [id=191] [raft_id=191] [region_id=190] [thread_id=102] [2024/05/06 22:07:51.898 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=191] [region_id=190] [thread_id=102] [2024/05/06 22:07:51.898 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=191] [region_id=190] [thread_id=102] [2024/05/06 22:07:51.898 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=191] [region_id=190] [thread_id=102] [2024/05/06 22:07:51.898 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=191] [region_id=190] [thread_id=102] [2024/05/06 22:07:51.898 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803962] [region_id=190] [thread_id=102] [2024/05/06 22:07:51.898 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=131] [observe_id=ObserveId(180)] [region=14] [thread_id=68] [2024/05/06 22:07:51.898 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 190 start_key: 7480000000000000FFC600000000000000F8 end_key: 7480000000000000FFC900000000000000F8 region_epoch { conf_ver: 1 version: 93 } peers { id: 191 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:51.898 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=190] [thread_id=31] [2024/05/06 22:07:51.898 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(181)] [region=190] [thread_id=68] [2024/05/06 22:07:51.901 +08:00] [INFO] [scheduler.rs:769] ["get snapshot failed"] [err="Error(Request(message: \"EpochNotMatch current epoch of region 14 is conf_ver: 1 version: 93, but you sent conf_ver: 1 version: 92\" epoch_not_match { current_regions { id: 14 start_key: 7480000000000000FFC900000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 93 } peers { id: 15 store_id: 1 } } current_regions { id: 190 start_key: 7480000000000000FFC600000000000000F8 end_key: 7480000000000000FFC900000000000000F8 region_epoch { conf_ver: 1 version: 93 } peers { id: 191 store_id: 1 } } }))"] [cid=3441] [thread_id=46] [2024/05/06 22:07:51.913 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:36980] [split_keys="key 7480000000000000FFCB00000000000000F8"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:07:51.913 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000000FFC900000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 93 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 192 new_peer_ids: 193]"] [region_id=14] [thread_id=31] [2024/05/06 22:07:51.913 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000000FFCB00000000000000F8 new_region_id: 192 new_peer_ids: 193 } right_derive: true }"] [index=133] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:07:51.913 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000000FFCB00000000000000F8"] [region="id: 14 start_key: 7480000000000000FFC900000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 93 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:07:51.914 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=102] [2024/05/06 22:07:51.914 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:07:51.914 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:51.914 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(180)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:07:51.914 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000000FFCB00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 94 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:51.914 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 192 start_key: 7480000000000000FFC900000000000000F8 end_key: 7480000000000000FFCB00000000000000F8 region_epoch { conf_ver: 1 version: 94 } peers { id: 193 store_id: 1 }"] [region_id=192] [thread_id=102] [2024/05/06 22:07:51.914 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=193] [region_id=192] [thread_id=102] [2024/05/06 22:07:51.914 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {193} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=193] [region_id=192] [thread_id=102] [2024/05/06 22:07:51.914 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=193] [region_id=192] [thread_id=102] [2024/05/06 22:07:51.914 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {193} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=193] [region_id=192] [thread_id=102] [2024/05/06 22:07:51.914 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 193."] [id=193] [raft_id=193] [region_id=192] [thread_id=102] [2024/05/06 22:07:51.914 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=193] [region_id=192] [thread_id=102] [2024/05/06 22:07:51.914 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=193] [region_id=192] [thread_id=102] [2024/05/06 22:07:51.914 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=193] [region_id=192] [thread_id=102] [2024/05/06 22:07:51.914 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=193] [region_id=192] [thread_id=102] [2024/05/06 22:07:51.914 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803964] [region_id=192] [thread_id=102] [2024/05/06 22:07:51.914 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 192 start_key: 7480000000000000FFC900000000000000F8 end_key: 7480000000000000FFCB00000000000000F8 region_epoch { conf_ver: 1 version: 94 } peers { id: 193 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:51.914 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=133] [observe_id=ObserveId(182)] [region=14] [thread_id=68] [2024/05/06 22:07:51.914 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=192] [thread_id=31] [2024/05/06 22:07:51.914 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(183)] [region=192] [thread_id=68] [2024/05/06 22:07:51.928 +08:00] [INFO] [scheduler.rs:769] ["get snapshot failed"] [err="Error(Request(message: \"EpochNotMatch current epoch of region 14 is conf_ver: 1 version: 94, but you sent conf_ver: 1 version: 93\" epoch_not_match { current_regions { id: 14 start_key: 7480000000000000FFCB00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 94 } peers { id: 15 store_id: 1 } } current_regions { id: 192 start_key: 7480000000000000FFC900000000000000F8 end_key: 7480000000000000FFCB00000000000000F8 region_epoch { conf_ver: 1 version: 94 } peers { id: 193 store_id: 1 } } }))"] [cid=3472] [thread_id=45] [2024/05/06 22:07:51.995 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:36986] [split_keys="key 7480000000000000FFCE00000000000000F8"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:51.995 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000000FFCB00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 94 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 194 new_peer_ids: 195]"] [region_id=14] [thread_id=31] [2024/05/06 22:07:51.995 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000000FFCE00000000000000F8 new_region_id: 194 new_peer_ids: 195 } right_derive: true }"] [index=135] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:07:51.995 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000000FFCE00000000000000F8"] [region="id: 14 start_key: 7480000000000000FFCB00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 94 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:07:51.996 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:07:51.996 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=102] [2024/05/06 22:07:51.996 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(182)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:07:51.996 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:51.996 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000000FFCE00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 95 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:51.996 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 194 start_key: 7480000000000000FFCB00000000000000F8 end_key: 7480000000000000FFCE00000000000000F8 region_epoch { conf_ver: 1 version: 95 } peers { id: 195 store_id: 1 }"] [region_id=194] [thread_id=102] [2024/05/06 22:07:51.996 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=195] [region_id=194] [thread_id=102] [2024/05/06 22:07:51.996 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {195} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=195] [region_id=194] [thread_id=102] [2024/05/06 22:07:51.996 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=195] [region_id=194] [thread_id=102] [2024/05/06 22:07:51.996 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {195} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=195] [region_id=194] [thread_id=102] [2024/05/06 22:07:51.996 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 195."] [id=195] [raft_id=195] [region_id=194] [thread_id=102] [2024/05/06 22:07:51.996 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=195] [region_id=194] [thread_id=102] [2024/05/06 22:07:51.996 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=195] [region_id=194] [thread_id=102] [2024/05/06 22:07:51.996 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=195] [region_id=194] [thread_id=102] [2024/05/06 22:07:51.996 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=195] [region_id=194] [thread_id=102] [2024/05/06 22:07:51.996 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803966] [region_id=194] [thread_id=101] [2024/05/06 22:07:51.996 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=135] [observe_id=ObserveId(184)] [region=14] [thread_id=68] [2024/05/06 22:07:51.996 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=194] [thread_id=31] [2024/05/06 22:07:51.996 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 194 start_key: 7480000000000000FFCB00000000000000F8 end_key: 7480000000000000FFCE00000000000000F8 region_epoch { conf_ver: 1 version: 95 } peers { id: 195 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:51.996 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(185)] [region=194] [thread_id=68] [2024/05/06 22:07:51.998 +08:00] [INFO] [scheduler.rs:769] ["get snapshot failed"] [err="Error(Request(message: \"EpochNotMatch current epoch of region 14 is conf_ver: 1 version: 95, but you sent conf_ver: 1 version: 94\" epoch_not_match { current_regions { id: 14 start_key: 7480000000000000FFCE00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 95 } peers { id: 15 store_id: 1 } } current_regions { id: 194 start_key: 7480000000000000FFCB00000000000000F8 end_key: 7480000000000000FFCE00000000000000F8 region_epoch { conf_ver: 1 version: 95 } peers { id: 195 store_id: 1 } } }))"] [cid=3548] [thread_id=45] [2024/05/06 22:07:51.999 +08:00] [WARN] [prewrite.rs:832] ["commit_ts is too large, fallback to normal 2PC"] [lock="Lock { lock_type: Put, primary_key: 7480000000000000CE5F698000000000000001016100000000000000F8, start_ts: TimeStamp(449578132304035858), ttl: 3000, short_value: 0000000000000002, for_update_ts: TimeStamp(0), txn_size: 2, min_commit_ts: TimeStamp(449578132304035859), use_async_commit: true, secondaries: [7480000000000000CE5F728000000000000002], rollback_ts: [], last_change: Unknown, txn_source: 0, is_locked_with_conflict: false, generation: 0 }"] [max_commit_ts=449578132304035858] [min_commit_ts=449578132304035859] [start_ts=449578132304035858] [key=7480000000000000FFCE5F698000000000FF0000010161000000FF00000000F8000000FC] [thread_id=45] [2024/05/06 22:07:52.060 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:36984] [split_keys="key 7480000000000000FFD100000000000000F8"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:52.060 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000000FFCE00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 95 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 196 new_peer_ids: 197]"] [region_id=14] [thread_id=31] [2024/05/06 22:07:52.060 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000000FFD100000000000000F8 new_region_id: 196 new_peer_ids: 197 } right_derive: true }"] [index=139] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:07:52.060 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000000FFD100000000000000F8"] [region="id: 14 start_key: 7480000000000000FFCE00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 95 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:07:52.060 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:07:52.060 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=102] [2024/05/06 22:07:52.061 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:52.061 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(184)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:07:52.061 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000000FFD100000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 96 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:52.061 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 196 start_key: 7480000000000000FFCE00000000000000F8 end_key: 7480000000000000FFD100000000000000F8 region_epoch { conf_ver: 1 version: 96 } peers { id: 197 store_id: 1 }"] [region_id=196] [thread_id=102] [2024/05/06 22:07:52.061 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=197] [region_id=196] [thread_id=102] [2024/05/06 22:07:52.061 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {197} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=197] [region_id=196] [thread_id=102] [2024/05/06 22:07:52.061 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=197] [region_id=196] [thread_id=102] [2024/05/06 22:07:52.061 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {197} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=197] [region_id=196] [thread_id=102] [2024/05/06 22:07:52.061 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 197."] [id=197] [raft_id=197] [region_id=196] [thread_id=102] [2024/05/06 22:07:52.061 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=197] [region_id=196] [thread_id=102] [2024/05/06 22:07:52.061 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=197] [region_id=196] [thread_id=102] [2024/05/06 22:07:52.061 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=197] [region_id=196] [thread_id=102] [2024/05/06 22:07:52.061 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=197] [region_id=196] [thread_id=102] [2024/05/06 22:07:52.061 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803968] [region_id=196] [thread_id=102] [2024/05/06 22:07:52.061 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=139] [observe_id=ObserveId(186)] [region=14] [thread_id=68] [2024/05/06 22:07:52.061 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 196 start_key: 7480000000000000FFCE00000000000000F8 end_key: 7480000000000000FFD100000000000000F8 region_epoch { conf_ver: 1 version: 96 } peers { id: 197 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:52.061 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=196] [thread_id=31] [2024/05/06 22:07:52.061 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(187)] [region=196] [thread_id=68] [2024/05/06 22:07:52.063 +08:00] [INFO] [scheduler.rs:769] ["get snapshot failed"] [err="Error(Request(message: \"EpochNotMatch current epoch of region 14 is conf_ver: 1 version: 96, but you sent conf_ver: 1 version: 95\" epoch_not_match { current_regions { id: 14 start_key: 7480000000000000FFD100000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 96 } peers { id: 15 store_id: 1 } } current_regions { id: 196 start_key: 7480000000000000FFCE00000000000000F8 end_key: 7480000000000000FFD100000000000000F8 region_epoch { conf_ver: 1 version: 96 } peers { id: 197 store_id: 1 } } }))"] [cid=3624] [thread_id=47] [2024/05/06 22:07:52.130 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:36982] [split_keys="key 7480000000000000FFD400000000000000F8"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:52.131 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000000FFD100000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 96 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 198 new_peer_ids: 199]"] [region_id=14] [thread_id=31] [2024/05/06 22:07:52.131 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000000FFD400000000000000F8 new_region_id: 198 new_peer_ids: 199 } right_derive: true }"] [index=141] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:07:52.131 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000000FFD400000000000000F8"] [region="id: 14 start_key: 7480000000000000FFD100000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 96 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:07:52.131 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:07:52.131 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=102] [2024/05/06 22:07:52.131 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:52.131 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(186)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:07:52.131 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000000FFD400000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 97 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:52.131 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 198 start_key: 7480000000000000FFD100000000000000F8 end_key: 7480000000000000FFD400000000000000F8 region_epoch { conf_ver: 1 version: 97 } peers { id: 199 store_id: 1 }"] [region_id=198] [thread_id=102] [2024/05/06 22:07:52.131 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=199] [region_id=198] [thread_id=102] [2024/05/06 22:07:52.131 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {199} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=199] [region_id=198] [thread_id=102] [2024/05/06 22:07:52.131 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=199] [region_id=198] [thread_id=102] [2024/05/06 22:07:52.131 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {199} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=199] [region_id=198] [thread_id=102] [2024/05/06 22:07:52.131 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 199."] [id=199] [raft_id=199] [region_id=198] [thread_id=102] [2024/05/06 22:07:52.131 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=199] [region_id=198] [thread_id=102] [2024/05/06 22:07:52.131 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=199] [region_id=198] [thread_id=102] [2024/05/06 22:07:52.131 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=199] [region_id=198] [thread_id=102] [2024/05/06 22:07:52.131 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=199] [region_id=198] [thread_id=102] [2024/05/06 22:07:52.131 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803970] [region_id=198] [thread_id=101] [2024/05/06 22:07:52.131 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=141] [observe_id=ObserveId(188)] [region=14] [thread_id=68] [2024/05/06 22:07:52.131 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 198 start_key: 7480000000000000FFD100000000000000F8 end_key: 7480000000000000FFD400000000000000F8 region_epoch { conf_ver: 1 version: 97 } peers { id: 199 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:52.131 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=198] [thread_id=31] [2024/05/06 22:07:52.131 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(189)] [region=198] [thread_id=68] [2024/05/06 22:07:52.134 +08:00] [INFO] [scheduler.rs:769] ["get snapshot failed"] [err="Error(Request(message: \"EpochNotMatch current epoch of region 14 is conf_ver: 1 version: 97, but you sent conf_ver: 1 version: 96\" epoch_not_match { current_regions { id: 14 start_key: 7480000000000000FFD400000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 97 } peers { id: 15 store_id: 1 } } current_regions { id: 198 start_key: 7480000000000000FFD100000000000000F8 end_key: 7480000000000000FFD400000000000000F8 region_epoch { conf_ver: 1 version: 97 } peers { id: 199 store_id: 1 } } }))"] [cid=3698] [thread_id=46] [2024/05/06 22:07:52.147 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:36986] [split_keys="key 7480000000000000FFD600000000000000F8"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:52.148 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000000FFD400000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 97 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 200 new_peer_ids: 201]"] [region_id=14] [thread_id=31] [2024/05/06 22:07:52.148 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000000FFD600000000000000F8 new_region_id: 200 new_peer_ids: 201 } right_derive: true }"] [index=143] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:07:52.148 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000000FFD600000000000000F8"] [region="id: 14 start_key: 7480000000000000FFD400000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 97 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:07:52.148 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:07:52.148 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=102] [2024/05/06 22:07:52.148 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(188)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:07:52.148 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:52.148 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000000FFD600000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 98 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:52.148 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 200 start_key: 7480000000000000FFD400000000000000F8 end_key: 7480000000000000FFD600000000000000F8 region_epoch { conf_ver: 1 version: 98 } peers { id: 201 store_id: 1 }"] [region_id=200] [thread_id=102] [2024/05/06 22:07:52.148 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=201] [region_id=200] [thread_id=102] [2024/05/06 22:07:52.148 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {201} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=201] [region_id=200] [thread_id=102] [2024/05/06 22:07:52.148 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=201] [region_id=200] [thread_id=102] [2024/05/06 22:07:52.148 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {201} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=201] [region_id=200] [thread_id=102] [2024/05/06 22:07:52.148 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 201."] [id=201] [raft_id=201] [region_id=200] [thread_id=102] [2024/05/06 22:07:52.148 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=201] [region_id=200] [thread_id=102] [2024/05/06 22:07:52.148 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=201] [region_id=200] [thread_id=102] [2024/05/06 22:07:52.148 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=201] [region_id=200] [thread_id=102] [2024/05/06 22:07:52.148 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=201] [region_id=200] [thread_id=102] [2024/05/06 22:07:52.148 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803972] [region_id=200] [thread_id=101] [2024/05/06 22:07:52.148 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=143] [observe_id=ObserveId(190)] [region=14] [thread_id=68] [2024/05/06 22:07:52.148 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 200 start_key: 7480000000000000FFD400000000000000F8 end_key: 7480000000000000FFD600000000000000F8 region_epoch { conf_ver: 1 version: 98 } peers { id: 201 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:52.148 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(191)] [region=200] [thread_id=68] [2024/05/06 22:07:52.148 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=200] [thread_id=31] [2024/05/06 22:07:52.162 +08:00] [INFO] [scheduler.rs:769] ["get snapshot failed"] [err="Error(Request(message: \"EpochNotMatch current epoch of region 14 is conf_ver: 1 version: 98, but you sent conf_ver: 1 version: 97\" epoch_not_match { current_regions { id: 14 start_key: 7480000000000000FFD600000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 98 } peers { id: 15 store_id: 1 } } current_regions { id: 200 start_key: 7480000000000000FFD400000000000000F8 end_key: 7480000000000000FFD600000000000000F8 region_epoch { conf_ver: 1 version: 98 } peers { id: 201 store_id: 1 } } }))"] [cid=3729] [thread_id=45] [2024/05/06 22:07:52.226 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:36984] [split_keys="key 7480000000000000FFD900000000000000F8"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:07:52.226 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000000FFD600000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 98 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 202 new_peer_ids: 203]"] [region_id=14] [thread_id=31] [2024/05/06 22:07:52.226 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000000FFD900000000000000F8 new_region_id: 202 new_peer_ids: 203 } right_derive: true }"] [index=145] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:07:52.226 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000000FFD900000000000000F8"] [region="id: 14 start_key: 7480000000000000FFD600000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 98 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:07:52.227 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:07:52.227 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=101] [2024/05/06 22:07:52.227 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:07:52.227 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(190)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:07:52.227 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000000FFD900000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 99 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:52.227 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 202 start_key: 7480000000000000FFD600000000000000F8 end_key: 7480000000000000FFD900000000000000F8 region_epoch { conf_ver: 1 version: 99 } peers { id: 203 store_id: 1 }"] [region_id=202] [thread_id=101] [2024/05/06 22:07:52.227 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=203] [region_id=202] [thread_id=101] [2024/05/06 22:07:52.227 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {203} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=203] [region_id=202] [thread_id=101] [2024/05/06 22:07:52.227 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=203] [region_id=202] [thread_id=101] [2024/05/06 22:07:52.227 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {203} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=203] [region_id=202] [thread_id=101] [2024/05/06 22:07:52.227 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 203."] [id=203] [raft_id=203] [region_id=202] [thread_id=101] [2024/05/06 22:07:52.227 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=203] [region_id=202] [thread_id=101] [2024/05/06 22:07:52.227 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=203] [region_id=202] [thread_id=101] [2024/05/06 22:07:52.227 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=203] [region_id=202] [thread_id=101] [2024/05/06 22:07:52.227 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=203] [region_id=202] [thread_id=101] [2024/05/06 22:07:52.227 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803974] [region_id=202] [thread_id=101] [2024/05/06 22:07:52.227 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=145] [observe_id=ObserveId(192)] [region=14] [thread_id=68] [2024/05/06 22:07:52.227 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 202 start_key: 7480000000000000FFD600000000000000F8 end_key: 7480000000000000FFD900000000000000F8 region_epoch { conf_ver: 1 version: 99 } peers { id: 203 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:52.227 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=202] [thread_id=31] [2024/05/06 22:07:52.227 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(193)] [region=202] [thread_id=68] [2024/05/06 22:07:52.230 +08:00] [INFO] [scheduler.rs:769] ["get snapshot failed"] [err="Error(Request(message: \"EpochNotMatch current epoch of region 14 is conf_ver: 1 version: 99, but you sent conf_ver: 1 version: 98\" epoch_not_match { current_regions { id: 14 start_key: 7480000000000000FFD900000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 99 } peers { id: 15 store_id: 1 } } current_regions { id: 202 start_key: 7480000000000000FFD600000000000000F8 end_key: 7480000000000000FFD900000000000000F8 region_epoch { conf_ver: 1 version: 99 } peers { id: 203 store_id: 1 } } }))"] [cid=3803] [thread_id=47] [2024/05/06 22:07:52.231 +08:00] [WARN] [prewrite.rs:832] ["commit_ts is too large, fallback to normal 2PC"] [lock="Lock { lock_type: Put, primary_key: 7480000000000000D95F698000000000000001016100000000000000F8, start_ts: TimeStamp(449578132356464697), ttl: 3000, short_value: 0000000000000002, for_update_ts: TimeStamp(0), txn_size: 2, min_commit_ts: TimeStamp(449578132356464698), use_async_commit: true, secondaries: [7480000000000000D95F728000000000000002], rollback_ts: [], last_change: Unknown, txn_source: 0, is_locked_with_conflict: false, generation: 0 }"] [max_commit_ts=449578132356464697] [min_commit_ts=449578132356464698] [start_ts=449578132356464697] [key=7480000000000000FFD95F698000000000FF0000010161000000FF00000000F8000000FC] [thread_id=47] [2024/05/06 22:07:52.295 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:36984] [split_keys="key 7480000000000000FFDC00000000000000F8"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:07:52.296 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000000FFD900000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 99 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 204 new_peer_ids: 205]"] [region_id=14] [thread_id=31] [2024/05/06 22:07:52.296 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000000FFDC00000000000000F8 new_region_id: 204 new_peer_ids: 205 } right_derive: true }"] [index=150] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:07:52.296 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000000FFDC00000000000000F8"] [region="id: 14 start_key: 7480000000000000FFD900000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 99 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:07:52.296 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=101] [2024/05/06 22:07:52.296 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:07:52.296 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:07:52.296 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 204 start_key: 7480000000000000FFD900000000000000F8 end_key: 7480000000000000FFDC00000000000000F8 region_epoch { conf_ver: 1 version: 100 } peers { id: 205 store_id: 1 }"] [region_id=204] [thread_id=101] [2024/05/06 22:07:52.296 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=205] [region_id=204] [thread_id=101] [2024/05/06 22:07:52.296 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(192)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:07:52.296 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000000FFDC00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 100 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:52.296 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {205} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=205] [region_id=204] [thread_id=101] [2024/05/06 22:07:52.296 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=205] [region_id=204] [thread_id=101] [2024/05/06 22:07:52.296 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {205} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=205] [region_id=204] [thread_id=101] [2024/05/06 22:07:52.296 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 205."] [id=205] [raft_id=205] [region_id=204] [thread_id=101] [2024/05/06 22:07:52.296 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=205] [region_id=204] [thread_id=101] [2024/05/06 22:07:52.296 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=205] [region_id=204] [thread_id=101] [2024/05/06 22:07:52.296 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=205] [region_id=204] [thread_id=101] [2024/05/06 22:07:52.296 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=205] [region_id=204] [thread_id=101] [2024/05/06 22:07:52.296 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803976] [region_id=204] [thread_id=102] [2024/05/06 22:07:52.296 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=150] [observe_id=ObserveId(194)] [region=14] [thread_id=68] [2024/05/06 22:07:52.296 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 204 start_key: 7480000000000000FFD900000000000000F8 end_key: 7480000000000000FFDC00000000000000F8 region_epoch { conf_ver: 1 version: 100 } peers { id: 205 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:52.296 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(195)] [region=204] [thread_id=68] [2024/05/06 22:07:52.296 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=204] [thread_id=31] [2024/05/06 22:07:52.299 +08:00] [INFO] [scheduler.rs:769] ["get snapshot failed"] [err="Error(Request(message: \"EpochNotMatch current epoch of region 14 is conf_ver: 1 version: 100, but you sent conf_ver: 1 version: 99\" epoch_not_match { current_regions { id: 14 start_key: 7480000000000000FFDC00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 100 } peers { id: 15 store_id: 1 } } current_regions { id: 204 start_key: 7480000000000000FFD900000000000000F8 end_key: 7480000000000000FFDC00000000000000F8 region_epoch { conf_ver: 1 version: 100 } peers { id: 205 store_id: 1 } } }))"] [cid=3881] [thread_id=47] [2024/05/06 22:07:52.311 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:36980] [split_keys="key 7480000000000000FFDE00000000000000F8"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:52.311 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000000FFDC00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 100 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 206 new_peer_ids: 207]"] [region_id=14] [thread_id=31] [2024/05/06 22:07:52.311 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000000FFDE00000000000000F8 new_region_id: 206 new_peer_ids: 207 } right_derive: true }"] [index=152] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:07:52.311 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000000FFDE00000000000000F8"] [region="id: 14 start_key: 7480000000000000FFDC00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 100 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:07:52.311 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:07:52.311 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=102] [2024/05/06 22:07:52.311 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:52.311 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(194)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:07:52.311 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000000FFDE00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 101 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:52.311 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 206 start_key: 7480000000000000FFDC00000000000000F8 end_key: 7480000000000000FFDE00000000000000F8 region_epoch { conf_ver: 1 version: 101 } peers { id: 207 store_id: 1 }"] [region_id=206] [thread_id=102] [2024/05/06 22:07:52.311 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=207] [region_id=206] [thread_id=102] [2024/05/06 22:07:52.311 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {207} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=207] [region_id=206] [thread_id=102] [2024/05/06 22:07:52.311 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=207] [region_id=206] [thread_id=102] [2024/05/06 22:07:52.311 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {207} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=207] [region_id=206] [thread_id=102] [2024/05/06 22:07:52.311 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 207."] [id=207] [raft_id=207] [region_id=206] [thread_id=102] [2024/05/06 22:07:52.311 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=207] [region_id=206] [thread_id=102] [2024/05/06 22:07:52.311 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=207] [region_id=206] [thread_id=102] [2024/05/06 22:07:52.311 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=207] [region_id=206] [thread_id=102] [2024/05/06 22:07:52.311 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=207] [region_id=206] [thread_id=102] [2024/05/06 22:07:52.311 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803978] [region_id=206] [thread_id=102] [2024/05/06 22:07:52.311 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=152] [observe_id=ObserveId(196)] [region=14] [thread_id=68] [2024/05/06 22:07:52.311 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 206 start_key: 7480000000000000FFDC00000000000000F8 end_key: 7480000000000000FFDE00000000000000F8 region_epoch { conf_ver: 1 version: 101 } peers { id: 207 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:52.311 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=206] [thread_id=31] [2024/05/06 22:07:52.311 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(197)] [region=206] [thread_id=68] [2024/05/06 22:07:52.326 +08:00] [INFO] [scheduler.rs:769] ["get snapshot failed"] [err="Error(Request(message: \"EpochNotMatch current epoch of region 14 is conf_ver: 1 version: 101, but you sent conf_ver: 1 version: 100\" epoch_not_match { current_regions { id: 14 start_key: 7480000000000000FFDE00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 101 } peers { id: 15 store_id: 1 } } current_regions { id: 206 start_key: 7480000000000000FFDC00000000000000F8 end_key: 7480000000000000FFDE00000000000000F8 region_epoch { conf_ver: 1 version: 101 } peers { id: 207 store_id: 1 } } }))"] [cid=3912] [thread_id=44] [2024/05/06 22:07:52.384 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:36986] [split_keys="key 7480000000000000FFE100000000000000F8"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:07:52.385 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000000FFDE00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 101 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 208 new_peer_ids: 209]"] [region_id=14] [thread_id=31] [2024/05/06 22:07:52.385 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000000FFE100000000000000F8 new_region_id: 208 new_peer_ids: 209 } right_derive: true }"] [index=154] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:07:52.385 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000000FFE100000000000000F8"] [region="id: 14 start_key: 7480000000000000FFDE00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 101 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:07:52.385 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:07:52.385 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=101] [2024/05/06 22:07:52.385 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:07:52.385 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(196)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:07:52.385 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000000FFE100000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 102 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:52.385 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 208 start_key: 7480000000000000FFDE00000000000000F8 end_key: 7480000000000000FFE100000000000000F8 region_epoch { conf_ver: 1 version: 102 } peers { id: 209 store_id: 1 }"] [region_id=208] [thread_id=101] [2024/05/06 22:07:52.385 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=209] [region_id=208] [thread_id=101] [2024/05/06 22:07:52.385 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {209} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=209] [region_id=208] [thread_id=101] [2024/05/06 22:07:52.385 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=209] [region_id=208] [thread_id=101] [2024/05/06 22:07:52.385 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {209} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=209] [region_id=208] [thread_id=101] [2024/05/06 22:07:52.385 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 209."] [id=209] [raft_id=209] [region_id=208] [thread_id=101] [2024/05/06 22:07:52.385 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=209] [region_id=208] [thread_id=101] [2024/05/06 22:07:52.385 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=209] [region_id=208] [thread_id=101] [2024/05/06 22:07:52.385 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=209] [region_id=208] [thread_id=101] [2024/05/06 22:07:52.385 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=209] [region_id=208] [thread_id=101] [2024/05/06 22:07:52.385 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803980] [region_id=208] [thread_id=102] [2024/05/06 22:07:52.385 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=154] [observe_id=ObserveId(198)] [region=14] [thread_id=68] [2024/05/06 22:07:52.385 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 208 start_key: 7480000000000000FFDE00000000000000F8 end_key: 7480000000000000FFE100000000000000F8 region_epoch { conf_ver: 1 version: 102 } peers { id: 209 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:52.385 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=208] [thread_id=31] [2024/05/06 22:07:52.385 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(199)] [region=208] [thread_id=68] [2024/05/06 22:07:52.388 +08:00] [INFO] [scheduler.rs:769] ["get snapshot failed"] [err="Error(Request(message: \"EpochNotMatch current epoch of region 14 is conf_ver: 1 version: 102, but you sent conf_ver: 1 version: 101\" epoch_not_match { current_regions { id: 14 start_key: 7480000000000000FFE100000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 102 } peers { id: 15 store_id: 1 } } current_regions { id: 208 start_key: 7480000000000000FFDE00000000000000F8 end_key: 7480000000000000FFE100000000000000F8 region_epoch { conf_ver: 1 version: 102 } peers { id: 209 store_id: 1 } } }))"] [cid=3988] [thread_id=44] [2024/05/06 22:07:52.389 +08:00] [WARN] [prewrite.rs:832] ["commit_ts is too large, fallback to normal 2PC"] [lock="Lock { lock_type: Put, primary_key: 7480000000000000E15F698000000000000001016120000000000000F9, start_ts: TimeStamp(449578132408893446), ttl: 3000, short_value: 0000000000000002, for_update_ts: TimeStamp(0), txn_size: 2, min_commit_ts: TimeStamp(449578132408893447), use_async_commit: true, secondaries: [7480000000000000E15F728000000000000002], rollback_ts: [], last_change: Unknown, txn_source: 0, is_locked_with_conflict: false, generation: 0 }"] [max_commit_ts=449578132408893446] [min_commit_ts=449578132408893447] [start_ts=449578132408893446] [key=7480000000000000FFE15F698000000000FF0000010161200000FF00000000F9000000FC] [thread_id=44] [2024/05/06 22:07:54.119 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:07:54.967 +08:00] [INFO] [kv.rs:1067] ["kv rpc failed"] [err=RemoteStopped] [request=batch_commands] [thread_id=7] [2024/05/06 22:07:54.967 +08:00] [INFO] [kv.rs:1067] ["kv rpc failed"] [err=RemoteStopped] [request=batch_commands] [thread_id=8] [2024/05/06 22:07:54.967 +08:00] [INFO] [kv.rs:1067] ["kv rpc failed"] [err=RemoteStopped] [request=batch_commands] [thread_id=9] [2024/05/06 22:07:54.967 +08:00] [INFO] [kv.rs:1067] ["kv rpc failed"] [err=RemoteStopped] [request=batch_commands] [thread_id=10] ==> ./tikv3.log <== [2024/05/06 22:07:41.384 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:07:41.384 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:07:41.384 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:07:41.384 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:07:41.384 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:07:41.384 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:07:41.384 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:07:41.384 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:07:41.384 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:07:41.384 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:07:41.384 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:07:41.384 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={49, 55, 66, 61, 22, 28, 7, 50, 23, 6, 45, 46, 63, 26, 57, 43, 56, 11, 17, 59, 69, 30, 65, 27, 9, 48, 44, 68, 58, 8, 62, 14, 35, 18, 13, 31, 54, 0, 21, 47, 52, 16, 20, 10, 53, 67, 15, 32, 34, 33, 24, 12, 64, 36, 42, 70, 19, 71, 51, 60, 29, 25}"] [thread_id=1] [2024/05/06 22:07:41.384 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:07:41.384 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 128, expect 32768"] [thread_id=1] [2024/05/06 22:07:41.384 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:07:41.384 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:07:41.386 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=127.0.0.1:2399] [thread_id=1] [2024/05/06 22:07:41.386 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:07:41.386 +08:00] [INFO] [] ["subchannel 0x7f8e10e4d800 {address=ipv4:127.0.0.1:2399, args=grpc.client_channel_factory=0x7f8e10eafb88, grpc.default_authority=127.0.0.1:2399, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f8e10e37ea0, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f8e10ed2f30, grpc.server_uri=dns:///127.0.0.1:2399}: connect failed: {\"created\":\"@1715004461.386594544\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2399\"}"] [thread_id=13] [2024/05/06 22:07:41.386 +08:00] [INFO] [] ["subchannel 0x7f8e10e4d800 {address=ipv4:127.0.0.1:2399, args=grpc.client_channel_factory=0x7f8e10eafb88, grpc.default_authority=127.0.0.1:2399, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f8e10e37ea0, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f8e10ed2f30, grpc.server_uri=dns:///127.0.0.1:2399}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:07:41.386 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=127.0.0.1:2399] [thread_id=1] [2024/05/06 22:07:41.386 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:07:41.688 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=127.0.0.1:2399] [thread_id=1] [2024/05/06 22:07:43.688 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=127.0.0.1:2399] [thread_id=1] [2024/05/06 22:07:43.989 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=127.0.0.1:2399] [thread_id=1] [2024/05/06 22:07:44.735 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=127.0.0.1:2399] [thread_id=1] [2024/05/06 22:07:44.736 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2399] [thread_id=1] [2024/05/06 22:07:44.737 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2399] [thread_id=1] [2024/05/06 22:07:44.738 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2399] [thread_id=1] [2024/05/06 22:07:44.738 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"127.0.0.1:2399\"]"] [thread_id=1] [2024/05/06 22:07:44.738 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888088605097797] [thread_id=1] [2024/05/06 22:07:44.739 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:07:44.739 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:07:44.741 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:07:44.741 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"ext4\", opts: \"rw,seclabel,relatime\", mnt_dir: \"/home/jenkins/agent\", fsname: \"/dev/nvme0n1\" }"] [data_path=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tikv3] [thread_id=1] [2024/05/06 22:07:44.742 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"ext4\", opts: \"rw,seclabel,relatime\", mnt_dir: \"/home/jenkins/agent\", fsname: \"/dev/nvme0n1\" }"] [data_path=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tikv3/raft] [thread_id=1] [2024/05/06 22:07:44.742 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv3.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"0.0.0.0:20180\",\"advertise-addr\":\"127.0.0.1:20180\",\"status-addr\":\"127.0.0.1:20180\",\"advertise-status-addr\":\"127.0.0.1:20185\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tikv3\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"127.0.0.1:2399\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tikv3/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":40960,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":40960,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tikv3/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tikv3/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:07:44.743 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:07:44.743 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=0ns] [thread_id=17] [2024/05/06 22:07:44.743 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=18] [2024/05/06 22:07:44.743 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=12] [path=resource_group/settings] [thread_id=18] [2024/05/06 22:07:44.743 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=17] [2024/05/06 22:07:44.743 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:07:44.773 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:07:44.773 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:07:44.774 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 191.947µs"] [thread_id=1] [2024/05/06 22:07:44.876 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:07:44.878 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:07:44.879 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:07:44.879 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tikv3/log-backup-temp] [thread_id=1] [2024/05/06 22:07:44.879 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=74] [2024/05/06 22:07:44.880 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:07:44.880 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:07:44.880 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=13] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:07:44.880 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=12] [thread_id=73] [2024/05/06 22:07:44.880 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=13] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:07:44.880 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=12] [thread_id=74] [2024/05/06 22:07:44.888 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 2 region_epoch { conf_ver: 1 version: 1 } peers { id: 3 store_id: 1 }"] [store_id=1] [thread_id=1] [2024/05/06 22:07:44.898 +08:00] [INFO] [raft_server.rs:404] ["bootstrap cluster ok"] [cluster_id=7365888088605097797] [thread_id=1] [2024/05/06 22:07:44.898 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 1 address: \"127.0.0.1:20180\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20180\" status_address: \"127.0.0.1:20185\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004464 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:07:44.900 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=1] [status=Some()] [thread_id=1] [2024/05/06 22:07:44.901 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:07:44.901 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=1] [thread_id=1] [2024/05/06 22:07:44.902 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:07:44.904 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:07:44.905 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:07:44.905 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {3} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:07:44.905 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:07:44.905 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {3} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:07:44.905 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 3."] [id=3] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:07:44.905 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:07:44.905 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:07:44.905 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:07:44.905 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:07:44.905 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=226.365µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=1] [store_id=1] [thread_id=1] [2024/05/06 22:07:44.905 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=6.768µs] [garbage_range_count=2] [store_id=1] [thread_id=1] [2024/05/06 22:07:44.906 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803778] [region_id=2] [thread_id=101] [2024/05/06 22:07:44.907 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:07:44.907 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:07:44.907 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:07:44.907 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=2] [thread_id=31] [2024/05/06 22:07:44.909 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 2 region_epoch { conf_ver: 1 version: 1 } peers { id: 3 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:44.910 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(0)] [region=2] [thread_id=68] [2024/05/06 22:07:44.911 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:07:44.911 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:07:44.911 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:07:44.911 +08:00] [INFO] [deadlock.rs:761] ["became the leader of deadlock detector!"] [self_id=1] [thread_id=127] [2024/05/06 22:07:44.960 +08:00] [ERROR] [] ["{\"created\":\"@1715004464.960010383\",\"description\":\"No address added out of total 1 resolved\",\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/ext/transport/chttp2/server/chttp2_server.cc\",\"file_line\":936,\"referenced_errors\":[{\"created\":\"@1715004464.960005946\",\"description\":\"Failed to add any wildcard listeners\",\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_server_posix.cc\",\"file_line\":349,\"referenced_errors\":[{\"created\":\"@1715004464.959991442\",\"description\":\"Unable to configure socket\",\"fd\":107,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_server_utils_posix_common.cc\",\"file_line\":218,\"referenced_errors\":[{\"created\":\"@1715004464.959986729\",\"description\":\"Address already in use\",\"errno\":98,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_server_utils_posix_common.cc\",\"file_line\":191,\"os_error\":\"Address already in use\",\"syscall\":\"bind\"}]},{\"created\":\"@1715004464.960005641\",\"description\":\"Unable to configure socket\",\"fd\":107,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_server_utils_posix_common.cc\",\"file_line\":218,\"referenced_errors\":[{\"created\":\"@1715004464.960000987\",\"description\":\"Address already in use\",\"errno\":98,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_server_utils_posix_common.cc\",\"file_line\":191,\"os_error\":\"Address already in use\",\"syscall\":\"bind\"}]}]}]}"] [thread_id=1] [2024/05/06 22:07:44.960 +08:00] [FATAL] [server.rs:1539] ["failed to build server: BindFail(\"0.0.0.0\", 20180)"] [thread_id=1] ==> ./tikv2.log <== [2024/05/06 22:07:41.384 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:07:41.384 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:07:41.384 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:07:41.384 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:07:41.384 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:07:41.384 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:07:41.384 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:07:41.384 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:07:41.384 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:07:41.384 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:07:41.384 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:07:41.384 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={17, 21, 22, 11, 19, 24, 29, 42, 56, 62, 7, 35, 9, 27, 13, 53, 69, 10, 31, 59, 33, 14, 0, 65, 16, 68, 64, 26, 57, 55, 6, 71, 70, 60, 28, 36, 50, 25, 8, 61, 51, 15, 46, 52, 63, 32, 67, 45, 54, 12, 18, 49, 44, 58, 30, 43, 47, 48, 23, 34, 20, 66}"] [thread_id=1] [2024/05/06 22:07:41.384 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:07:41.384 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 128, expect 32768"] [thread_id=1] [2024/05/06 22:07:41.384 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:07:41.384 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:07:41.386 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=127.0.0.1:2389] [thread_id=1] [2024/05/06 22:07:41.386 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:07:41.386 +08:00] [INFO] [] ["subchannel 0x7f002ce4d800 {address=ipv4:127.0.0.1:2389, args=grpc.client_channel_factory=0x7f002ceafb80, grpc.default_authority=127.0.0.1:2389, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f002ce37ea0, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f002ced2f30, grpc.server_uri=dns:///127.0.0.1:2389}: connect failed: {\"created\":\"@1715004461.386592027\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2389\"}"] [thread_id=13] [2024/05/06 22:07:41.386 +08:00] [INFO] [] ["subchannel 0x7f002ce4d800 {address=ipv4:127.0.0.1:2389, args=grpc.client_channel_factory=0x7f002ceafb80, grpc.default_authority=127.0.0.1:2389, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f002ce37ea0, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f002ced2f30, grpc.server_uri=dns:///127.0.0.1:2389}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:07:41.386 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=127.0.0.1:2389] [thread_id=1] [2024/05/06 22:07:41.386 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:07:41.688 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=127.0.0.1:2389] [thread_id=1] [2024/05/06 22:07:42.238 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=127.0.0.1:2389] [thread_id=1] [2024/05/06 22:07:42.239 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2389] [thread_id=1] [2024/05/06 22:07:42.240 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2389] [thread_id=1] [2024/05/06 22:07:42.241 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2389] [thread_id=1] [2024/05/06 22:07:42.241 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"127.0.0.1:2389\"]"] [thread_id=1] [2024/05/06 22:07:42.241 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888074749049427] [thread_id=1] [2024/05/06 22:07:42.242 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:07:42.242 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:07:42.244 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:07:42.244 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"ext4\", opts: \"rw,seclabel,relatime\", mnt_dir: \"/home/jenkins/agent\", fsname: \"/dev/nvme0n1\" }"] [data_path=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tikv2] [thread_id=1] [2024/05/06 22:07:42.245 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"ext4\", opts: \"rw,seclabel,relatime\", mnt_dir: \"/home/jenkins/agent\", fsname: \"/dev/nvme0n1\" }"] [data_path=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tikv2/raft] [thread_id=1] [2024/05/06 22:07:42.245 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv2.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"0.0.0.0:20170\",\"advertise-addr\":\"127.0.0.1:20170\",\"status-addr\":\"127.0.0.1:20180\",\"advertise-status-addr\":\"127.0.0.1:20175\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tikv2\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"127.0.0.1:2389\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tikv2/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":40960,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":40960,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tikv2/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tikv2/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:07:42.246 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:07:42.246 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=0ns] [thread_id=17] [2024/05/06 22:07:42.246 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=18] [2024/05/06 22:07:42.246 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=17] [2024/05/06 22:07:42.246 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=12] [path=resource_group/settings] [thread_id=18] [2024/05/06 22:07:42.247 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:07:42.282 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:07:42.282 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:07:42.282 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 183.562µs"] [thread_id=1] [2024/05/06 22:07:42.341 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:07:42.343 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:07:42.344 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:07:42.344 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tikv2/log-backup-temp] [thread_id=1] [2024/05/06 22:07:42.344 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=74] [2024/05/06 22:07:42.345 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:07:42.345 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:07:42.345 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=13] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:07:42.345 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=13] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:07:42.345 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=12] [thread_id=73] [2024/05/06 22:07:42.345 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=12] [thread_id=74] [2024/05/06 22:07:42.352 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 2 region_epoch { conf_ver: 1 version: 1 } peers { id: 3 store_id: 1 }"] [store_id=1] [thread_id=1] [2024/05/06 22:07:42.360 +08:00] [INFO] [raft_server.rs:404] ["bootstrap cluster ok"] [cluster_id=7365888074749049427] [thread_id=1] [2024/05/06 22:07:42.360 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 1 address: \"127.0.0.1:20170\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20170\" status_address: \"127.0.0.1:20175\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004462 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:07:42.363 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=1] [status=Some()] [thread_id=1] [2024/05/06 22:07:42.363 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:07:42.363 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=1] [thread_id=1] [2024/05/06 22:07:42.364 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:07:42.366 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:07:42.366 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:07:42.366 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {3} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:07:42.366 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:07:42.366 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {3} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:07:42.366 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 3."] [id=3] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:07:42.366 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:07:42.366 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:07:42.366 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:07:42.366 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:07:42.366 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=227.277µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=1] [store_id=1] [thread_id=1] [2024/05/06 22:07:42.367 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=7.08µs] [garbage_range_count=2] [store_id=1] [thread_id=1] [2024/05/06 22:07:42.368 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803778] [region_id=2] [thread_id=101] [2024/05/06 22:07:42.368 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:07:42.368 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:07:42.368 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:07:42.369 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=2] [thread_id=31] [2024/05/06 22:07:42.371 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 2 region_epoch { conf_ver: 1 version: 1 } peers { id: 3 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:42.371 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(0)] [region=2] [thread_id=68] [2024/05/06 22:07:42.372 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:07:42.372 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:07:42.373 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:07:42.373 +08:00] [INFO] [deadlock.rs:761] ["became the leader of deadlock detector!"] [self_id=1] [thread_id=127] [2024/05/06 22:07:42.374 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=0.0.0.0:20170] [thread_id=1] [2024/05/06 22:07:42.374 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=18] [2024/05/06 22:07:42.375 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=18] [2024/05/06 22:07:42.379 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:07:45.377 +08:00] [INFO] [pd.rs:1531] ["try to split"] [region_epoch="conf_ver: 1 version: 1"] [region_id=2] [thread_id=31] [2024/05/06 22:07:45.377 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=pd] [split_keys="4 keys range from 7200000000000000FB to 7800000100000000FB"] [peer_id=3] [region_id=2] [thread_id=102] [2024/05/06 22:07:45.377 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 2 region_epoch { conf_ver: 1 version: 1 } peers { id: 3 store_id: 1 }"] [new_region_ids="[new_region_id: 4 new_peer_ids: 5, new_region_id: 6 new_peer_ids: 7, new_region_id: 8 new_peer_ids: 9, new_region_id: 10 new_peer_ids: 11]"] [region_id=2] [thread_id=31] [2024/05/06 22:07:45.378 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7200000000000000FB new_region_id: 4 new_peer_ids: 5 } requests { split_key: 7200000100000000FB new_region_id: 6 new_peer_ids: 7 } requests { split_key: 7800000000000000FB new_region_id: 8 new_peer_ids: 9 } requests { split_key: 7800000100000000FB new_region_id: 10 new_peer_ids: 11 } right_derive: true }"] [index=7] [term=6] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:07:45.378 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="4 keys range from 7200000000000000FB to 7800000100000000FB"] [region="id: 2 region_epoch { conf_ver: 1 version: 1 } peers { id: 3 store_id: 1 }"] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:07:45.378 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=2] [thread_id=102] [2024/05/06 22:07:45.378 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:07:45.378 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=5] [peer_id=3] [region_id=2] [thread_id=102] [2024/05/06 22:07:45.378 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(0)] [region_id=2] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:07:45.378 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 4 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 5 store_id: 1 }"] [region_id=4] [thread_id=102] [2024/05/06 22:07:45.378 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=5] [region_id=4] [thread_id=102] [2024/05/06 22:07:45.378 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 3 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:45.378 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {5} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=5] [region_id=4] [thread_id=102] [2024/05/06 22:07:45.378 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=5] [region_id=4] [thread_id=102] [2024/05/06 22:07:45.378 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {5} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=5] [region_id=4] [thread_id=102] [2024/05/06 22:07:45.378 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 5."] [id=5] [raft_id=5] [region_id=4] [thread_id=102] [2024/05/06 22:07:45.378 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=5] [region_id=4] [thread_id=102] [2024/05/06 22:07:45.378 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=5] [region_id=4] [thread_id=102] [2024/05/06 22:07:45.378 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=5] [region_id=4] [thread_id=102] [2024/05/06 22:07:45.378 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=5] [region_id=4] [thread_id=102] [2024/05/06 22:07:45.378 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 6 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 7 store_id: 1 }"] [region_id=6] [thread_id=102] [2024/05/06 22:07:45.378 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:07:45.378 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {7} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:07:45.378 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:07:45.378 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {7} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:07:45.378 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 7."] [id=7] [raft_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:07:45.378 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:07:45.378 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:07:45.378 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:07:45.378 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:07:45.378 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 8 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 9 store_id: 1 }"] [region_id=8] [thread_id=102] [2024/05/06 22:07:45.378 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:07:45.378 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:07:45.378 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:07:45.378 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {9} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:07:45.378 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 9."] [id=9] [raft_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:07:45.379 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:07:45.379 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:07:45.379 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:07:45.379 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:07:45.379 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 10 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 1 }"] [region_id=10] [thread_id=102] [2024/05/06 22:07:45.379 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:45.379 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:45.379 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:45.379 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:45.379 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 11."] [id=11] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:45.379 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:45.379 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:45.379 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:45.379 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:45.379 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=4] [thread_id=101] [2024/05/06 22:07:45.379 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=6] [thread_id=102] [2024/05/06 22:07:45.379 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=10] [thread_id=101] [2024/05/06 22:07:45.379 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=8] [thread_id=102] [2024/05/06 22:07:45.379 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=4] [thread_id=31] [2024/05/06 22:07:45.379 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 4 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 5 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:45.379 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 6 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 7 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:45.379 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 8 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 9 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:45.379 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 10 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:45.379 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=7] [observe_id=ObserveId(1)] [region=2] [thread_id=68] [2024/05/06 22:07:45.379 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=6] [thread_id=31] [2024/05/06 22:07:45.379 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(3)] [region=6] [thread_id=68] [2024/05/06 22:07:45.379 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(5)] [region=10] [thread_id=68] [2024/05/06 22:07:45.379 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(4)] [region=8] [thread_id=68] [2024/05/06 22:07:45.379 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=10] [thread_id=31] [2024/05/06 22:07:45.379 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=8] [thread_id=31] [2024/05/06 22:07:45.379 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(2)] [region=4] [thread_id=68] [2024/05/06 22:07:52.370 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] + find . -name '*.out' -type f -exec tail -n 500 '{}' + [2024/05/06 22:07:51.480 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=173] [2024/05/06 22:07:51.480 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:07:51.481 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=123] [neededSchemaVersion=127] ["start time"=836.012µs] [gotSchemaVersion=127] [phyTblIDs="[171,171,171,171]"] [actionTypes="[12,12,12,12]"] [diffTypes="[\"modify column\",\"modify column\",\"modify column\",\"modify column\"]"] [2024/05/06 22:07:51.483 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4223664148] [schemaVersion=127] [cur_db=collation_misc] [sql="create database if not exists cd_test_utf8 CHARACTER SET utf8 COLLATE utf8_bin;"] [user=root@%] [2024/05/06 22:07:51.487 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:175, Type:create schema, State:queueing, SchemaState:none, SchemaID:174, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 22:07:51.435 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:07:51.487 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:175, Type:create schema, State:queueing, SchemaState:none, SchemaID:174, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 22:07:51.435 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database if not exists cd_test_utf8 CHARACTER SET utf8 COLLATE utf8_bin;"] [2024/05/06 22:07:51.491 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=175] [conn=4223664148] [category=ddl] [job="ID:175, Type:create schema, State:queueing, SchemaState:none, SchemaID:174, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.435 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.498 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=175] [conn=4223664148] [job="ID:175, Type:create schema, State:synced, SchemaState:public, SchemaID:174, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.435 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.500 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=175] [2024/05/06 22:07:51.501 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:07:51.501 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=127] [neededSchemaVersion=128] ["start time"=191.367µs] [gotSchemaVersion=128] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 22:07:51.502 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4223664148] [schemaVersion=128] [cur_db=collation_misc] [sql="create database if not exists cd_test_latin1 CHARACTER SET latin1 COLLATE latin1_swedish_ci;"] [user=root@%] [2024/05/06 22:07:51.506 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:177, Type:create schema, State:queueing, SchemaState:none, SchemaID:176, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 22:07:51.485 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:07:51.506 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:177, Type:create schema, State:queueing, SchemaState:none, SchemaID:176, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 22:07:51.485 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database if not exists cd_test_latin1 CHARACTER SET latin1 COLLATE latin1_swedish_ci;"] [2024/05/06 22:07:51.510 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=177] [conn=4223664148] [category=ddl] [job="ID:177, Type:create schema, State:queueing, SchemaState:none, SchemaID:176, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.485 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.516 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=177] [conn=4223664148] [job="ID:177, Type:create schema, State:synced, SchemaState:public, SchemaID:176, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.485 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.519 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=177] [2024/05/06 22:07:51.519 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:07:51.520 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=128] [neededSchemaVersion=129] ["start time"=183.474µs] [gotSchemaVersion=129] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 22:07:51.521 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4223664148] [schemaVersion=129] [cur_db=cd_test_latin1] [sql="create database if not exists test_db CHARACTER SET latin1 COLLATE latin1_swedish_ci;"] [user=root@%] [2024/05/06 22:07:51.525 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:179, Type:create schema, State:queueing, SchemaState:none, SchemaID:178, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 22:07:51.485 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:07:51.525 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:179, Type:create schema, State:queueing, SchemaState:none, SchemaID:178, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 22:07:51.485 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database if not exists test_db CHARACTER SET latin1 COLLATE latin1_swedish_ci;"] [2024/05/06 22:07:51.529 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=179] [conn=4223664148] [category=ddl] [job="ID:179, Type:create schema, State:queueing, SchemaState:none, SchemaID:178, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.485 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.536 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=179] [conn=4223664148] [job="ID:179, Type:create schema, State:synced, SchemaState:public, SchemaID:178, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.485 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.538 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=179] [2024/05/06 22:07:51.538 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:07:51.539 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=129] [neededSchemaVersion=130] ["start time"=181.261µs] [gotSchemaVersion=130] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 22:07:51.543 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4223664148] [schemaVersion=130] [cur_db=cd_test_latin1] [sql="create database if not exists cd_test_utf8mb4_0900_bin;"] [user=root@%] [2024/05/06 22:07:51.547 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:181, Type:create schema, State:queueing, SchemaState:none, SchemaID:180, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 22:07:51.535 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:07:51.547 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:181, Type:create schema, State:queueing, SchemaState:none, SchemaID:180, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 22:07:51.535 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database if not exists cd_test_utf8mb4_0900_bin;"] [2024/05/06 22:07:51.551 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=181] [conn=4223664148] [category=ddl] [job="ID:181, Type:create schema, State:queueing, SchemaState:none, SchemaID:180, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.535 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.557 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=181] [conn=4223664148] [job="ID:181, Type:create schema, State:synced, SchemaState:public, SchemaID:180, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.535 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.560 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=181] [2024/05/06 22:07:51.560 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:07:51.560 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=130] [neededSchemaVersion=131] ["start time"=171.363µs] [gotSchemaVersion=131] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 22:07:51.561 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4223664148] [schemaVersion=131] [cur_db=cd_test_utf8mb4_0900_bin] [sql="create table t (id varchar(255) primary key clustered, a varchar(255) collate utf8mb4_0900_bin, b varchar(255) collate utf8mb4_bin, key idx(a, b));"] [user=root@%] [2024/05/06 22:07:51.566 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:183, Type:create table, State:queueing, SchemaState:none, SchemaID:180, TableID:182, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:51.535 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:07:51.566 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:183, Type:create table, State:queueing, SchemaState:none, SchemaID:180, TableID:182, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:51.535 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t (id varchar(255) primary key clustered, a varchar(255) collate utf8mb4_0900_bin, b varchar(255) collate utf8mb4_bin, key idx(a, b));"] [2024/05/06 22:07:51.570 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=183] [conn=4223664148] [category=ddl] [job="ID:183, Type:create table, State:queueing, SchemaState:none, SchemaID:180, TableID:182, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.535 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.577 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=183] [conn=4223664148] [job="ID:183, Type:create table, State:synced, SchemaState:public, SchemaID:180, TableID:182, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.535 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.581 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=183] [2024/05/06 22:07:51.581 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:07:51.581 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=14] ["first split key"=7480000000000000b6] [2024/05/06 22:07:51.583 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=14] ["first at"=7480000000000000b6] ["first new region left"="{Id:178 StartKey:7480000000000000ffab00000000000000f8 EndKey:7480000000000000ffb600000000000000f8 RegionEpoch:{ConfVer:1 Version:87} Peers:[id:179 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 22:07:51.583 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[178]"] [2024/05/06 22:07:51.583 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=131] [neededSchemaVersion=132] ["start time"=673.603µs] [gotSchemaVersion=132] [phyTblIDs="[182]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 22:07:51.587 +08:00] [WARN] [prewrite.go:382] ["1pc failed and fallbacks to normal commit procedure"] [conn=4223664148] [session_alias=] [startTS=449578132199178241] [2024/05/06 22:07:51.588 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4223664148] [schemaVersion=132] [cur_db=cd_test_utf8mb4_0900_bin] [sql="drop table if exists t1;"] [user=root@%] [2024/05/06 22:07:51.589 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4223664148] [schemaVersion=132] [cur_db=cd_test_utf8mb4_0900_bin] [sql="drop table if exists t2;"] [user=root@%] [2024/05/06 22:07:51.589 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4223664148] [schemaVersion=132] [cur_db=cd_test_utf8mb4_0900_bin] [sql="create table t1(code varchar(32)) CHARSET=utf8 COLLATE=utf8_general_ci;"] [user=root@%] [2024/05/06 22:07:51.595 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:185, Type:create table, State:queueing, SchemaState:none, SchemaID:180, TableID:184, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:51.585 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:07:51.595 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:185, Type:create table, State:queueing, SchemaState:none, SchemaID:180, TableID:184, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:51.585 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t1(code varchar(32)) CHARSET=utf8 COLLATE=utf8_general_ci;"] [2024/05/06 22:07:51.600 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=185] [conn=4223664148] [category=ddl] [job="ID:185, Type:create table, State:queueing, SchemaState:none, SchemaID:180, TableID:184, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.585 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.608 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=185] [conn=4223664148] [job="ID:185, Type:create table, State:synced, SchemaState:public, SchemaID:180, TableID:184, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.585 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.611 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=185] [2024/05/06 22:07:51.611 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:07:51.611 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=14] ["first split key"=7480000000000000b8] [2024/05/06 22:07:51.612 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=14] ["first at"=7480000000000000b8] ["first new region left"="{Id:180 StartKey:7480000000000000ffb600000000000000f8 EndKey:7480000000000000ffb800000000000000f8 RegionEpoch:{ConfVer:1 Version:88} Peers:[id:181 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 22:07:51.612 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[180]"] [2024/05/06 22:07:51.613 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=132] [neededSchemaVersion=133] ["start time"=494.841µs] [gotSchemaVersion=133] [phyTblIDs="[184]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 22:07:51.614 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4223664148] [schemaVersion=133] [cur_db=cd_test_utf8mb4_0900_bin] [sql="create table t2(code varchar(32)) CHARSET=utf8 COLLATE=utf8_bin;"] [user=root@%] [2024/05/06 22:07:51.618 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:187, Type:create table, State:queueing, SchemaState:none, SchemaID:180, TableID:186, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:51.585 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:07:51.618 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:187, Type:create table, State:queueing, SchemaState:none, SchemaID:180, TableID:186, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:51.585 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t2(code varchar(32)) CHARSET=utf8 COLLATE=utf8_bin;"] [2024/05/06 22:07:51.623 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=187] [conn=4223664148] [category=ddl] [job="ID:187, Type:create table, State:queueing, SchemaState:none, SchemaID:180, TableID:186, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.585 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.630 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=187] [conn=4223664148] [job="ID:187, Type:create table, State:synced, SchemaState:public, SchemaID:180, TableID:186, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.585 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.633 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=187] [2024/05/06 22:07:51.633 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:07:51.633 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=14] ["first split key"=7480000000000000ba] [2024/05/06 22:07:51.634 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=133] [neededSchemaVersion=134] ["start time"=442.896µs] [gotSchemaVersion=134] [phyTblIDs="[186]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 22:07:51.637 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=14] ["first at"=7480000000000000ba] ["first new region left"="{Id:182 StartKey:7480000000000000ffb800000000000000f8 EndKey:7480000000000000ffba00000000000000f8 RegionEpoch:{ConfVer:1 Version:89} Peers:[id:183 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 22:07:51.637 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[182]"] [2024/05/06 22:07:51.637 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4223664152] [schemaVersion=134] [cur_db=test] [sql="drop database `collation_misc`"] [user=root@%] [2024/05/06 22:07:51.640 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:188, Type:drop schema, State:queueing, SchemaState:public, SchemaID:150, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 22:07:51.635 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:07:51.640 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:188, Type:drop schema, State:queueing, SchemaState:public, SchemaID:150, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 22:07:51.635 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop database `collation_misc`"] [2024/05/06 22:07:51.644 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=188] [conn=4223664152] [category=ddl] [job="ID:188, Type:drop schema, State:queueing, SchemaState:public, SchemaID:150, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.635 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.652 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=188] [conn=4223664152] [category=ddl] [job="ID:188, Type:drop schema, State:running, SchemaState:write only, SchemaID:150, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.635 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.658 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=188] [conn=4223664152] [category=ddl] [job="ID:188, Type:drop schema, State:running, SchemaState:delete only, SchemaID:150, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.635 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.666 +08:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=188] [tableIDs="[152,171]"] [comment="drop schema: table IDs"] [2024/05/06 22:07:51.668 +08:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=188] [jobType="drop schema"] [2024/05/06 22:07:51.668 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=188] [conn=4223664152] [job="ID:188, Type:drop schema, State:synced, SchemaState:none, SchemaID:150, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 22:07:51.635 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.671 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=188] [2024/05/06 22:07:51.671 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:07:51.672 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=134] [neededSchemaVersion=137] ["start time"=386.064µs] [gotSchemaVersion=137] [phyTblIDs="[152,171]"] [actionTypes="[2,2]"] [diffTypes="[\"drop schema\",\"drop schema\",\"drop schema\"]"] [2024/05/06 22:07:51.674 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4223664154] [schemaVersion=137] [cur_db=test] [sql="create database `collation_pointget`"] [user=root@%] [2024/05/06 22:07:51.678 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:190, Type:create schema, State:queueing, SchemaState:none, SchemaID:189, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 22:07:51.635 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:07:51.678 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:190, Type:create schema, State:queueing, SchemaState:none, SchemaID:189, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 22:07:51.635 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database `collation_pointget`"] [2024/05/06 22:07:51.683 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=190] [conn=4223664154] [category=ddl] [job="ID:190, Type:create schema, State:queueing, SchemaState:none, SchemaID:189, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.635 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.690 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=190] [conn=4223664154] [job="ID:190, Type:create schema, State:synced, SchemaState:public, SchemaID:189, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.635 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.693 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=190] [2024/05/06 22:07:51.693 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:07:51.694 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=137] [neededSchemaVersion=138] ["start time"=217.141µs] [gotSchemaVersion=138] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 22:07:51.697 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4223664156] [schemaVersion=138] [cur_db=collation_pointget] [sql="create database collation_point_get;"] [user=root@%] [2024/05/06 22:07:51.702 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:192, Type:create schema, State:queueing, SchemaState:none, SchemaID:191, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 22:07:51.685 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:07:51.702 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:192, Type:create schema, State:queueing, SchemaState:none, SchemaID:191, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 22:07:51.685 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database collation_point_get;"] [2024/05/06 22:07:51.706 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=192] [conn=4223664156] [category=ddl] [job="ID:192, Type:create schema, State:queueing, SchemaState:none, SchemaID:191, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.685 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.713 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=192] [conn=4223664156] [job="ID:192, Type:create schema, State:synced, SchemaState:public, SchemaID:191, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.685 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.716 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=192] [2024/05/06 22:07:51.716 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:07:51.717 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=138] [neededSchemaVersion=139] ["start time"=230.121µs] [gotSchemaVersion=139] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 22:07:51.718 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4223664156] [schemaVersion=139] [cur_db=collation_point_get] [sql="drop table if exists t;"] [user=root@%] [2024/05/06 22:07:51.719 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4223664156] [schemaVersion=139] [cur_db=collation_point_get] [sql="create table t(a char(2), b char(2), index idx_1(a));"] [user=root@%] [2024/05/06 22:07:51.723 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:194, Type:create table, State:queueing, SchemaState:none, SchemaID:191, TableID:193, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:51.685 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:07:51.723 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:194, Type:create table, State:queueing, SchemaState:none, SchemaID:191, TableID:193, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:51.685 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t(a char(2), b char(2), index idx_1(a));"] [2024/05/06 22:07:51.728 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=194] [conn=4223664156] [category=ddl] [job="ID:194, Type:create table, State:queueing, SchemaState:none, SchemaID:191, TableID:193, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.685 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.736 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=194] [conn=4223664156] [job="ID:194, Type:create table, State:synced, SchemaState:public, SchemaID:191, TableID:193, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.685 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.739 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=194] [2024/05/06 22:07:51.739 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:07:51.739 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=14] ["first split key"=7480000000000000c1] [2024/05/06 22:07:51.740 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=139] [neededSchemaVersion=140] ["start time"=530.073µs] [gotSchemaVersion=140] [phyTblIDs="[193]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 22:07:51.742 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=14] ["first at"=7480000000000000c1] ["first new region left"="{Id:184 StartKey:7480000000000000ffba00000000000000f8 EndKey:7480000000000000ffc100000000000000f8 RegionEpoch:{ConfVer:1 Version:90} Peers:[id:185 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 22:07:51.742 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[184]"] [2024/05/06 22:07:51.747 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4223664156] [schemaVersion=140] [cur_db=collation_point_get] [sql="truncate table t;"] [user=root@%] [2024/05/06 22:07:51.752 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:196, Type:truncate table, State:queueing, SchemaState:none, SchemaID:191, TableID:193, RowCount:0, ArgLen:3, start time: 2024-05-06 22:07:51.735 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:07:51.752 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:196, Type:truncate table, State:queueing, SchemaState:none, SchemaID:191, TableID:193, RowCount:0, ArgLen:3, start time: 2024-05-06 22:07:51.735 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="truncate table t;"] [2024/05/06 22:07:51.756 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=196] [conn=4223664156] [category=ddl] [job="ID:196, Type:truncate table, State:queueing, SchemaState:none, SchemaID:191, TableID:193, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.735 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.758 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=14] ["first split key"=7480000000000000c3] [2024/05/06 22:07:51.758 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=14] ["first at"=7480000000000000c3] ["first new region left"="{Id:186 StartKey:7480000000000000ffc100000000000000f8 EndKey:7480000000000000ffc300000000000000f8 RegionEpoch:{ConfVer:1 Version:91} Peers:[id:187 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 22:07:51.758 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[186]"] [2024/05/06 22:07:51.764 +08:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=196] [tableIDs="[193]"] [comment="drop table: table ID"] [2024/05/06 22:07:51.765 +08:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=196] [jobType="truncate table"] [2024/05/06 22:07:51.766 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=196] [conn=4223664156] [job="ID:196, Type:truncate table, State:synced, SchemaState:public, SchemaID:191, TableID:193, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:51.735 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.769 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=196] [2024/05/06 22:07:51.769 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:07:51.770 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=140] [neededSchemaVersion=141] ["start time"=446.019µs] [gotSchemaVersion=141] [phyTblIDs="[193,195]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 22:07:51.775 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4223664156] [schemaVersion=141] [cur_db=collation_point_get] [sql="drop table if exists t;"] [user=root@%] [2024/05/06 22:07:51.778 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:197, Type:drop table, State:queueing, SchemaState:public, SchemaID:191, TableID:195, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:51.735 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:07:51.778 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:197, Type:drop table, State:queueing, SchemaState:public, SchemaID:191, TableID:195, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:51.735 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 22:07:51.782 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=197] [conn=4223664156] [category=ddl] [job="ID:197, Type:drop table, State:queueing, SchemaState:public, SchemaID:191, TableID:195, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.735 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.789 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=197] [conn=4223664156] [category=ddl] [job="ID:197, Type:drop table, State:running, SchemaState:write only, SchemaID:191, TableID:195, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.735 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.795 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=197] [conn=4223664156] [category=ddl] [job="ID:197, Type:drop table, State:running, SchemaState:delete only, SchemaID:191, TableID:195, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.735 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.802 +08:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=197] [tableIDs="[195]"] [comment="drop table: table ID"] [2024/05/06 22:07:51.804 +08:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=197] [jobType="drop table"] [2024/05/06 22:07:51.804 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=197] [conn=4223664156] [job="ID:197, Type:drop table, State:synced, SchemaState:none, SchemaID:191, TableID:195, RowCount:0, ArgLen:3, start time: 2024-05-06 22:07:51.735 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.807 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=197] [2024/05/06 22:07:51.807 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:07:51.808 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=141] [neededSchemaVersion=144] ["start time"=397.219µs] [gotSchemaVersion=144] [phyTblIDs="[195]"] [actionTypes="[4]"] [diffTypes="[\"drop table\",\"drop table\",\"drop table\"]"] [2024/05/06 22:07:51.809 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4223664156] [schemaVersion=144] [cur_db=collation_point_get] [sql="create table t(a char(2) binary, b char(2), index idx_1(a));"] [user=root@%] [2024/05/06 22:07:51.814 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:199, Type:create table, State:queueing, SchemaState:none, SchemaID:191, TableID:198, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:51.785 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:07:51.814 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:199, Type:create table, State:queueing, SchemaState:none, SchemaID:191, TableID:198, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:51.785 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t(a char(2) binary, b char(2), index idx_1(a));"] [2024/05/06 22:07:51.818 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=199] [conn=4223664156] [category=ddl] [job="ID:199, Type:create table, State:queueing, SchemaState:none, SchemaID:191, TableID:198, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.785 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.825 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=199] [conn=4223664156] [job="ID:199, Type:create table, State:synced, SchemaState:public, SchemaID:191, TableID:198, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.785 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.828 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=199] [2024/05/06 22:07:51.828 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:07:51.828 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=14] ["first split key"=7480000000000000c6] [2024/05/06 22:07:51.829 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=14] ["first at"=7480000000000000c6] ["first new region left"="{Id:188 StartKey:7480000000000000ffc300000000000000f8 EndKey:7480000000000000ffc600000000000000f8 RegionEpoch:{ConfVer:1 Version:92} Peers:[id:189 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 22:07:51.829 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[188]"] [2024/05/06 22:07:51.829 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=144] [neededSchemaVersion=145] ["start time"=477.722µs] [gotSchemaVersion=145] [phyTblIDs="[198]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 22:07:51.833 +08:00] [WARN] [prewrite.go:382] ["1pc failed and fallbacks to normal commit procedure"] [conn=4223664156] [session_alias=] [startTS=449578132251607106] [2024/05/06 22:07:51.839 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4223664156] [schemaVersion=145] [cur_db=collation_point_get] [sql="drop table if exists t;"] [user=root@%] [2024/05/06 22:07:51.843 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:200, Type:drop table, State:queueing, SchemaState:public, SchemaID:191, TableID:198, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:51.835 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:07:51.843 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:200, Type:drop table, State:queueing, SchemaState:public, SchemaID:191, TableID:198, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:51.835 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 22:07:51.847 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=200] [conn=4223664156] [category=ddl] [job="ID:200, Type:drop table, State:queueing, SchemaState:public, SchemaID:191, TableID:198, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.835 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.853 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=200] [conn=4223664156] [category=ddl] [job="ID:200, Type:drop table, State:running, SchemaState:write only, SchemaID:191, TableID:198, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.835 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.862 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=200] [conn=4223664156] [category=ddl] [job="ID:200, Type:drop table, State:running, SchemaState:delete only, SchemaID:191, TableID:198, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.835 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.870 +08:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=200] [tableIDs="[198]"] [comment="drop table: table ID"] [2024/05/06 22:07:51.871 +08:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=200] [jobType="drop table"] [2024/05/06 22:07:51.871 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=200] [conn=4223664156] [job="ID:200, Type:drop table, State:synced, SchemaState:none, SchemaID:191, TableID:198, RowCount:0, ArgLen:3, start time: 2024-05-06 22:07:51.835 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.875 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=200] [2024/05/06 22:07:51.875 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:07:51.876 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=145] [neededSchemaVersion=148] ["start time"=377.272µs] [gotSchemaVersion=148] [phyTblIDs="[198]"] [actionTypes="[4]"] [diffTypes="[\"drop table\",\"drop table\",\"drop table\"]"] [2024/05/06 22:07:51.877 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4223664156] [schemaVersion=148] [cur_db=collation_point_get] [sql="create table t(a char(2) primary key, b char(2));"] [user=root@%] [2024/05/06 22:07:51.881 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:202, Type:create table, State:queueing, SchemaState:none, SchemaID:191, TableID:201, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:51.835 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:07:51.881 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:202, Type:create table, State:queueing, SchemaState:none, SchemaID:191, TableID:201, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:51.835 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t(a char(2) primary key, b char(2));"] [2024/05/06 22:07:51.886 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=202] [conn=4223664156] [category=ddl] [job="ID:202, Type:create table, State:queueing, SchemaState:none, SchemaID:191, TableID:201, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.835 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.894 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=202] [conn=4223664156] [job="ID:202, Type:create table, State:synced, SchemaState:public, SchemaID:191, TableID:201, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.835 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.897 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=202] [2024/05/06 22:07:51.897 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:07:51.897 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=14] ["first split key"=7480000000000000c9] [2024/05/06 22:07:51.898 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=14] ["first at"=7480000000000000c9] ["first new region left"="{Id:190 StartKey:7480000000000000ffc600000000000000f8 EndKey:7480000000000000ffc900000000000000f8 RegionEpoch:{ConfVer:1 Version:93} Peers:[id:191 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 22:07:51.898 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[190]"] [2024/05/06 22:07:51.898 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=148] [neededSchemaVersion=149] ["start time"=586.643µs] [gotSchemaVersion=149] [phyTblIDs="[201]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 22:07:51.902 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4223664156] [schemaVersion=149] [cur_db=collation_point_get] [sql="truncate table t;"] [user=root@%] [2024/05/06 22:07:51.907 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:204, Type:truncate table, State:queueing, SchemaState:none, SchemaID:191, TableID:201, RowCount:0, ArgLen:3, start time: 2024-05-06 22:07:51.885 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:07:51.907 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:204, Type:truncate table, State:queueing, SchemaState:none, SchemaID:191, TableID:201, RowCount:0, ArgLen:3, start time: 2024-05-06 22:07:51.885 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="truncate table t;"] [2024/05/06 22:07:51.911 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=204] [conn=4223664156] [category=ddl] [job="ID:204, Type:truncate table, State:queueing, SchemaState:none, SchemaID:191, TableID:201, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.885 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.913 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=14] ["first split key"=7480000000000000cb] [2024/05/06 22:07:51.914 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=14] ["first at"=7480000000000000cb] ["first new region left"="{Id:192 StartKey:7480000000000000ffc900000000000000f8 EndKey:7480000000000000ffcb00000000000000f8 RegionEpoch:{ConfVer:1 Version:94} Peers:[id:193 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 22:07:51.914 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[192]"] [2024/05/06 22:07:51.920 +08:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=204] [tableIDs="[201]"] [comment="drop table: table ID"] [2024/05/06 22:07:51.921 +08:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=204] [jobType="truncate table"] [2024/05/06 22:07:51.921 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=204] [conn=4223664156] [job="ID:204, Type:truncate table, State:synced, SchemaState:public, SchemaID:191, TableID:201, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:51.885 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.924 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=204] [2024/05/06 22:07:51.924 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:07:51.926 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=149] [neededSchemaVersion=150] ["start time"=456.834µs] [gotSchemaVersion=150] [phyTblIDs="[201,203]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 22:07:51.930 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4223664156] [schemaVersion=150] [cur_db=collation_point_get] [sql="drop table if exists t;"] [user=root@%] [2024/05/06 22:07:51.934 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:205, Type:drop table, State:queueing, SchemaState:public, SchemaID:191, TableID:203, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:51.885 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:07:51.934 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:205, Type:drop table, State:queueing, SchemaState:public, SchemaID:191, TableID:203, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:51.885 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 22:07:51.938 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=205] [conn=4223664156] [category=ddl] [job="ID:205, Type:drop table, State:queueing, SchemaState:public, SchemaID:191, TableID:203, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.885 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.947 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=205] [conn=4223664156] [category=ddl] [job="ID:205, Type:drop table, State:running, SchemaState:write only, SchemaID:191, TableID:203, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.885 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.956 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=205] [conn=4223664156] [category=ddl] [job="ID:205, Type:drop table, State:running, SchemaState:delete only, SchemaID:191, TableID:203, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.885 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.964 +08:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=205] [tableIDs="[203]"] [comment="drop table: table ID"] [2024/05/06 22:07:51.966 +08:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=205] [jobType="drop table"] [2024/05/06 22:07:51.966 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=205] [conn=4223664156] [job="ID:205, Type:drop table, State:synced, SchemaState:none, SchemaID:191, TableID:203, RowCount:0, ArgLen:3, start time: 2024-05-06 22:07:51.885 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.969 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=205] [2024/05/06 22:07:51.970 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:07:51.971 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=150] [neededSchemaVersion=153] ["start time"=408.762µs] [gotSchemaVersion=153] [phyTblIDs="[203]"] [actionTypes="[4]"] [diffTypes="[\"drop table\",\"drop table\",\"drop table\"]"] [2024/05/06 22:07:51.972 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4223664156] [schemaVersion=153] [cur_db=collation_point_get] [sql="create table t(a char(2) binary primary key, b char(2));"] [user=root@%] [2024/05/06 22:07:51.977 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:207, Type:create table, State:queueing, SchemaState:none, SchemaID:191, TableID:206, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:51.935 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:07:51.977 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:207, Type:create table, State:queueing, SchemaState:none, SchemaID:191, TableID:206, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:51.935 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t(a char(2) binary primary key, b char(2));"] [2024/05/06 22:07:51.983 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=207] [conn=4223664156] [category=ddl] [job="ID:207, Type:create table, State:queueing, SchemaState:none, SchemaID:191, TableID:206, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.935 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.991 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=207] [conn=4223664156] [job="ID:207, Type:create table, State:synced, SchemaState:public, SchemaID:191, TableID:206, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.935 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:51.995 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=207] [2024/05/06 22:07:51.995 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:07:51.995 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=14] ["first split key"=7480000000000000ce] [2024/05/06 22:07:51.996 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=14] ["first at"=7480000000000000ce] ["first new region left"="{Id:194 StartKey:7480000000000000ffcb00000000000000f8 EndKey:7480000000000000ffce00000000000000f8 RegionEpoch:{ConfVer:1 Version:95} Peers:[id:195 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 22:07:51.996 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[194]"] [2024/05/06 22:07:51.996 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=153] [neededSchemaVersion=154] ["start time"=577.666µs] [gotSchemaVersion=154] [phyTblIDs="[206]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 22:07:52.000 +08:00] [WARN] [prewrite.go:382] ["1pc failed and fallbacks to normal commit procedure"] [conn=4223664156] [session_alias=] [startTS=449578132304035858] [2024/05/06 22:07:52.003 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4223664156] [schemaVersion=154] [cur_db=collation_point_get] [sql="drop table if exists t;"] [user=root@%] [2024/05/06 22:07:52.007 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:208, Type:drop table, State:queueing, SchemaState:public, SchemaID:191, TableID:206, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:51.985 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:07:52.007 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:208, Type:drop table, State:queueing, SchemaState:public, SchemaID:191, TableID:206, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:51.985 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 22:07:52.011 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=208] [conn=4223664156] [category=ddl] [job="ID:208, Type:drop table, State:queueing, SchemaState:public, SchemaID:191, TableID:206, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.985 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.018 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=208] [conn=4223664156] [category=ddl] [job="ID:208, Type:drop table, State:running, SchemaState:write only, SchemaID:191, TableID:206, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.985 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.024 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=208] [conn=4223664156] [category=ddl] [job="ID:208, Type:drop table, State:running, SchemaState:delete only, SchemaID:191, TableID:206, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:51.985 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.032 +08:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=208] [tableIDs="[206]"] [comment="drop table: table ID"] [2024/05/06 22:07:52.034 +08:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=208] [jobType="drop table"] [2024/05/06 22:07:52.034 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=208] [conn=4223664156] [job="ID:208, Type:drop table, State:synced, SchemaState:none, SchemaID:191, TableID:206, RowCount:0, ArgLen:3, start time: 2024-05-06 22:07:51.985 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.037 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=208] [2024/05/06 22:07:52.037 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:07:52.039 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=154] [neededSchemaVersion=157] ["start time"=427.615µs] [gotSchemaVersion=157] [phyTblIDs="[206]"] [actionTypes="[4]"] [diffTypes="[\"drop table\",\"drop table\",\"drop table\"]"] [2024/05/06 22:07:52.040 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4223664156] [schemaVersion=157] [cur_db=collation_point_get] [sql="create table t(a char(2) primary key, b char(2));"] [user=root@%] [2024/05/06 22:07:52.044 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:210, Type:create table, State:queueing, SchemaState:none, SchemaID:191, TableID:209, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:52.035 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:07:52.044 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:210, Type:create table, State:queueing, SchemaState:none, SchemaID:191, TableID:209, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:52.035 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t(a char(2) primary key, b char(2));"] [2024/05/06 22:07:52.049 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=210] [conn=4223664156] [category=ddl] [job="ID:210, Type:create table, State:queueing, SchemaState:none, SchemaID:191, TableID:209, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:52.035 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.056 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=210] [conn=4223664156] [job="ID:210, Type:create table, State:synced, SchemaState:public, SchemaID:191, TableID:209, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:52.035 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.060 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=210] [2024/05/06 22:07:52.060 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:07:52.060 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=14] ["first split key"=7480000000000000d1] [2024/05/06 22:07:52.061 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=14] ["first at"=7480000000000000d1] ["first new region left"="{Id:196 StartKey:7480000000000000ffce00000000000000f8 EndKey:7480000000000000ffd100000000000000f8 RegionEpoch:{ConfVer:1 Version:96} Peers:[id:197 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 22:07:52.061 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[196]"] [2024/05/06 22:07:52.061 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=157] [neededSchemaVersion=158] ["start time"=462.141µs] [gotSchemaVersion=158] [phyTblIDs="[209]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 22:07:52.071 +08:00] [WARN] [session.go:2111] ["compile SQL failed"] [conn=4223664156] [session_alias=] [error="[planner:1054]Unknown column 'xxxxx.a' in 'where clause'"] [SQL="select a from t where xxxxx.a = \"aa\""] [2024/05/06 22:07:52.071 +08:00] [INFO] [conn.go:1151] ["command dispatched failed"] [conn=4223664156] [session_alias=] [connInfo="id:4223664156, addr:127.0.0.1:48134 status:10, collation:utf8mb4_general_ci, user:root"] [command=Query] [status="inTxn:0, autocommit:1"] [sql="select a from t where xxxxx.a = \"aa\";"] [txn_mode=PESSIMISTIC] [timestamp=0] [err="[planner:1054]Unknown column 'xxxxx.a' in 'where clause'\ngithub.com/pingcap/errors.AddStack\n\t/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\t/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/normalize.go:175\ngithub.com/pingcap/tidb/pkg/planner/core.(*expressionRewriter).toColumn\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/core/expression_rewriter.go:2446\ngithub.com/pingcap/tidb/pkg/planner/core.(*expressionRewriter).Leave\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/core/expression_rewriter.go:1462\ngithub.com/pingcap/tidb/pkg/parser/ast.(*ColumnName).Accept\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/parser/ast/expressions.go:534\ngithub.com/pingcap/tidb/pkg/parser/ast.(*ColumnNameExpr).Accept\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/parser/ast/expressions.go:607\ngithub.com/pingcap/tidb/pkg/parser/ast.(*BinaryOperationExpr).Accept\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/parser/ast/expressions.go:211\ngithub.com/pingcap/tidb/pkg/planner/core.rewriteExprNode\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/core/expression_rewriter.go:302\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).rewriteWithPreprocess\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/core/expression_rewriter.go:241\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).rewrite\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/core/expression_rewriter.go:208\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).buildSelection\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/core/logical_plan_builder.go:1298\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).buildSelect\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/core/logical_plan_builder.go:4184\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).Build\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/core/planbuilder.go:539\ngithub.com/pingcap/tidb/pkg/planner.buildLogicalPlan\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/optimize.go:549\ngithub.com/pingcap/tidb/pkg/planner.optimize\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/optimize.go:466\ngithub.com/pingcap/tidb/pkg/planner.Optimize\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/optimize.go:334\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/executor/compiler.go:102\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/session/session.go:2089\ngithub.com/pingcap/tidb/pkg/server.(*TiDBContext).ExecuteStmt\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/server/driver_tidb.go:294\ngithub.com/pingcap/tidb/pkg/server.(*clientConn).handleStmt\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/server/conn.go:2021\ngithub.com/pingcap/tidb/pkg/server.(*clientConn).handleQuery\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/server/conn.go:1774\ngithub.com/pingcap/tidb/pkg/server.(*clientConn).dispatch\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/server/conn.go:1348\ngithub.com/pingcap/tidb/pkg/server.(*clientConn).Run\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/server/conn.go:1114\ngithub.com/pingcap/tidb/pkg/server.(*Server).onConn\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/server/server.go:739\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1650"] [2024/05/06 22:07:52.071 +08:00] [WARN] [session.go:2111] ["compile SQL failed"] [conn=4223664156] [session_alias=] [error="[planner:1054]Unknown column 'xxxxx.a' in 'field list'"] [SQL="select xxxxx.a from t where a = \"aa\""] [2024/05/06 22:07:52.071 +08:00] [INFO] [conn.go:1151] ["command dispatched failed"] [conn=4223664156] [session_alias=] [connInfo="id:4223664156, addr:127.0.0.1:48134 status:10, collation:utf8mb4_general_ci, user:root"] [command=Query] [status="inTxn:0, autocommit:1"] [sql="select xxxxx.a from t where a = \"aa\";"] [txn_mode=PESSIMISTIC] [timestamp=0] [err="[planner:1054]Unknown column 'xxxxx.a' in 'field list'\ngithub.com/pingcap/errors.AddStack\n\t/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\t/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/normalize.go:175\ngithub.com/pingcap/tidb/pkg/planner/core.(*expressionRewriter).toColumn\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/core/expression_rewriter.go:2446\ngithub.com/pingcap/tidb/pkg/planner/core.(*expressionRewriter).Leave\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/core/expression_rewriter.go:1462\ngithub.com/pingcap/tidb/pkg/parser/ast.(*ColumnName).Accept\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/parser/ast/expressions.go:534\ngithub.com/pingcap/tidb/pkg/parser/ast.(*ColumnNameExpr).Accept\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/parser/ast/expressions.go:607\ngithub.com/pingcap/tidb/pkg/planner/core.rewriteExprNode\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/core/expression_rewriter.go:302\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).rewriteWithPreprocess\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/core/expression_rewriter.go:241\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).buildProjection\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/core/logical_plan_builder.go:1709\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).buildSelect\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/core/logical_plan_builder.go:4250\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).Build\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/core/planbuilder.go:539\ngithub.com/pingcap/tidb/pkg/planner.buildLogicalPlan\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/optimize.go:549\ngithub.com/pingcap/tidb/pkg/planner.optimize\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/optimize.go:466\ngithub.com/pingcap/tidb/pkg/planner.Optimize\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/optimize.go:334\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/executor/compiler.go:102\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/session/session.go:2089\ngithub.com/pingcap/tidb/pkg/server.(*TiDBContext).ExecuteStmt\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/server/driver_tidb.go:294\ngithub.com/pingcap/tidb/pkg/server.(*clientConn).handleStmt\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/server/conn.go:2021\ngithub.com/pingcap/tidb/pkg/server.(*clientConn).handleQuery\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/server/conn.go:1774\ngithub.com/pingcap/tidb/pkg/server.(*clientConn).dispatch\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/server/conn.go:1348\ngithub.com/pingcap/tidb/pkg/server.(*clientConn).Run\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/server/conn.go:1114\ngithub.com/pingcap/tidb/pkg/server.(*Server).onConn\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/server/server.go:739\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1650"] [2024/05/06 22:07:52.072 +08:00] [WARN] [session.go:2111] ["compile SQL failed"] [conn=4223664156] [session_alias=] [error="[planner:1054]Unknown column 't.a' in 'where clause'"] [SQL="select a from t tmp where t.a = \"aa\""] [2024/05/06 22:07:52.072 +08:00] [INFO] [conn.go:1151] ["command dispatched failed"] [conn=4223664156] [session_alias=] [connInfo="id:4223664156, addr:127.0.0.1:48134 status:10, collation:utf8mb4_general_ci, user:root"] [command=Query] [status="inTxn:0, autocommit:1"] [sql="select a from t tmp where t.a = \"aa\";"] [txn_mode=PESSIMISTIC] [timestamp=0] [err="[planner:1054]Unknown column 't.a' in 'where clause'\ngithub.com/pingcap/errors.AddStack\n\t/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\t/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/normalize.go:175\ngithub.com/pingcap/tidb/pkg/planner/core.(*expressionRewriter).toColumn\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/core/expression_rewriter.go:2446\ngithub.com/pingcap/tidb/pkg/planner/core.(*expressionRewriter).Leave\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/core/expression_rewriter.go:1462\ngithub.com/pingcap/tidb/pkg/parser/ast.(*ColumnName).Accept\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/parser/ast/expressions.go:534\ngithub.com/pingcap/tidb/pkg/parser/ast.(*ColumnNameExpr).Accept\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/parser/ast/expressions.go:607\ngithub.com/pingcap/tidb/pkg/parser/ast.(*BinaryOperationExpr).Accept\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/parser/ast/expressions.go:211\ngithub.com/pingcap/tidb/pkg/planner/core.rewriteExprNode\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/core/expression_rewriter.go:302\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).rewriteWithPreprocess\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/core/expression_rewriter.go:241\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).rewrite\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/core/expression_rewriter.go:208\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).buildSelection\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/core/logical_plan_builder.go:1298\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).buildSelect\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/core/logical_plan_builder.go:4184\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).Build\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/core/planbuilder.go:539\ngithub.com/pingcap/tidb/pkg/planner.buildLogicalPlan\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/optimize.go:549\ngithub.com/pingcap/tidb/pkg/planner.optimize\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/optimize.go:466\ngithub.com/pingcap/tidb/pkg/planner.Optimize\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/optimize.go:334\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/executor/compiler.go:102\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/session/session.go:2089\ngithub.com/pingcap/tidb/pkg/server.(*TiDBContext).ExecuteStmt\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/server/driver_tidb.go:294\ngithub.com/pingcap/tidb/pkg/server.(*clientConn).handleStmt\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/server/conn.go:2021\ngithub.com/pingcap/tidb/pkg/server.(*clientConn).handleQuery\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/server/conn.go:1774\ngithub.com/pingcap/tidb/pkg/server.(*clientConn).dispatch\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/server/conn.go:1348\ngithub.com/pingcap/tidb/pkg/server.(*clientConn).Run\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/server/conn.go:1114\ngithub.com/pingcap/tidb/pkg/server.(*Server).onConn\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/server/server.go:739\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1650"] [2024/05/06 22:07:52.072 +08:00] [WARN] [session.go:2111] ["compile SQL failed"] [conn=4223664156] [session_alias=] [error="[planner:1054]Unknown column 't.a' in 'field list'"] [SQL="select t.a from t tmp where a = \"aa\""] [2024/05/06 22:07:52.072 +08:00] [INFO] [conn.go:1151] ["command dispatched failed"] [conn=4223664156] [session_alias=] [connInfo="id:4223664156, addr:127.0.0.1:48134 status:10, collation:utf8mb4_general_ci, user:root"] [command=Query] [status="inTxn:0, autocommit:1"] [sql="select t.a from t tmp where a = \"aa\";"] [txn_mode=PESSIMISTIC] [timestamp=0] [err="[planner:1054]Unknown column 't.a' in 'field list'\ngithub.com/pingcap/errors.AddStack\n\t/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\t/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/normalize.go:175\ngithub.com/pingcap/tidb/pkg/planner/core.(*expressionRewriter).toColumn\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/core/expression_rewriter.go:2446\ngithub.com/pingcap/tidb/pkg/planner/core.(*expressionRewriter).Leave\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/core/expression_rewriter.go:1462\ngithub.com/pingcap/tidb/pkg/parser/ast.(*ColumnName).Accept\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/parser/ast/expressions.go:534\ngithub.com/pingcap/tidb/pkg/parser/ast.(*ColumnNameExpr).Accept\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/parser/ast/expressions.go:607\ngithub.com/pingcap/tidb/pkg/planner/core.rewriteExprNode\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/core/expression_rewriter.go:302\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).rewriteWithPreprocess\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/core/expression_rewriter.go:241\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).buildProjection\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/core/logical_plan_builder.go:1709\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).buildSelect\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/core/logical_plan_builder.go:4250\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).Build\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/core/planbuilder.go:539\ngithub.com/pingcap/tidb/pkg/planner.buildLogicalPlan\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/optimize.go:549\ngithub.com/pingcap/tidb/pkg/planner.optimize\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/optimize.go:466\ngithub.com/pingcap/tidb/pkg/planner.Optimize\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/optimize.go:334\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/executor/compiler.go:102\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/session/session.go:2089\ngithub.com/pingcap/tidb/pkg/server.(*TiDBContext).ExecuteStmt\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/server/driver_tidb.go:294\ngithub.com/pingcap/tidb/pkg/server.(*clientConn).handleStmt\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/server/conn.go:2021\ngithub.com/pingcap/tidb/pkg/server.(*clientConn).handleQuery\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/server/conn.go:1774\ngithub.com/pingcap/tidb/pkg/server.(*clientConn).dispatch\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/server/conn.go:1348\ngithub.com/pingcap/tidb/pkg/server.(*clientConn).Run\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/server/conn.go:1114\ngithub.com/pingcap/tidb/pkg/server.(*Server).onConn\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/server/server.go:739\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1650"] [2024/05/06 22:07:52.072 +08:00] [WARN] [session.go:2111] ["compile SQL failed"] [conn=4223664156] [session_alias=] [error="[planner:1051]Unknown table 't'"] [SQL="select t.* from t tmp where a = \"aa\""] [2024/05/06 22:07:52.072 +08:00] [INFO] [conn.go:1151] ["command dispatched failed"] [conn=4223664156] [session_alias=] [connInfo="id:4223664156, addr:127.0.0.1:48134 status:10, collation:utf8mb4_general_ci, user:root"] [command=Query] [status="inTxn:0, autocommit:1"] [sql="select t.* from t tmp where a = \"aa\";"] [txn_mode=PESSIMISTIC] [timestamp=0] [err="[planner:1051]Unknown table 't'\ngithub.com/pingcap/errors.AddStack\n\t/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\t/go/pkg/mod/github.com/pingcap/errors@v0.11.5-0.20240318064555-6bd07397691f/normalize.go:175\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).unfoldWildStar\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/core/logical_plan_builder.go:3872\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).buildSelect\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/core/logical_plan_builder.go:4116\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).Build\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/core/planbuilder.go:539\ngithub.com/pingcap/tidb/pkg/planner.buildLogicalPlan\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/optimize.go:549\ngithub.com/pingcap/tidb/pkg/planner.optimize\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/optimize.go:466\ngithub.com/pingcap/tidb/pkg/planner.Optimize\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/planner/optimize.go:334\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/executor/compiler.go:102\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/session/session.go:2089\ngithub.com/pingcap/tidb/pkg/server.(*TiDBContext).ExecuteStmt\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/server/driver_tidb.go:294\ngithub.com/pingcap/tidb/pkg/server.(*clientConn).handleStmt\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/server/conn.go:2021\ngithub.com/pingcap/tidb/pkg/server.(*clientConn).handleQuery\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/server/conn.go:1774\ngithub.com/pingcap/tidb/pkg/server.(*clientConn).dispatch\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/server/conn.go:1348\ngithub.com/pingcap/tidb/pkg/server.(*clientConn).Run\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/server/conn.go:1114\ngithub.com/pingcap/tidb/pkg/server.(*Server).onConn\n\t/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pkg/server/server.go:739\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1650"] [2024/05/06 22:07:52.072 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4223664156] [schemaVersion=158] [cur_db=collation_point_get] [sql="drop table if exists t;"] [user=root@%] [2024/05/06 22:07:52.076 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:211, Type:drop table, State:queueing, SchemaState:public, SchemaID:191, TableID:209, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:52.035 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:07:52.076 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:211, Type:drop table, State:queueing, SchemaState:public, SchemaID:191, TableID:209, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:52.035 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 22:07:52.080 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=211] [conn=4223664156] [category=ddl] [job="ID:211, Type:drop table, State:queueing, SchemaState:public, SchemaID:191, TableID:209, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:52.035 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.087 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=211] [conn=4223664156] [category=ddl] [job="ID:211, Type:drop table, State:running, SchemaState:write only, SchemaID:191, TableID:209, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:52.035 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.094 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=211] [conn=4223664156] [category=ddl] [job="ID:211, Type:drop table, State:running, SchemaState:delete only, SchemaID:191, TableID:209, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:52.035 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.101 +08:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=211] [tableIDs="[209]"] [comment="drop table: table ID"] [2024/05/06 22:07:52.103 +08:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=211] [jobType="drop table"] [2024/05/06 22:07:52.103 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=211] [conn=4223664156] [job="ID:211, Type:drop table, State:synced, SchemaState:none, SchemaID:191, TableID:209, RowCount:0, ArgLen:3, start time: 2024-05-06 22:07:52.035 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.106 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=211] [2024/05/06 22:07:52.106 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:07:52.107 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=158] [neededSchemaVersion=161] ["start time"=463.346µs] [gotSchemaVersion=161] [phyTblIDs="[209]"] [actionTypes="[4]"] [diffTypes="[\"drop table\",\"drop table\",\"drop table\"]"] [2024/05/06 22:07:52.108 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4223664156] [schemaVersion=161] [cur_db=collation_point_get] [sql="create table t(a char(4) primary key, b char(4));"] [user=root@%] [2024/05/06 22:07:52.113 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:213, Type:create table, State:queueing, SchemaState:none, SchemaID:191, TableID:212, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:52.085 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:07:52.113 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:213, Type:create table, State:queueing, SchemaState:none, SchemaID:191, TableID:212, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:52.085 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t(a char(4) primary key, b char(4));"] [2024/05/06 22:07:52.118 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=213] [conn=4223664156] [category=ddl] [job="ID:213, Type:create table, State:queueing, SchemaState:none, SchemaID:191, TableID:212, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:52.085 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.126 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=213] [conn=4223664156] [job="ID:213, Type:create table, State:synced, SchemaState:public, SchemaID:191, TableID:212, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:52.085 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.130 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=213] [2024/05/06 22:07:52.130 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:07:52.130 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=14] ["first split key"=7480000000000000d4] [2024/05/06 22:07:52.131 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=14] ["first at"=7480000000000000d4] ["first new region left"="{Id:198 StartKey:7480000000000000ffd100000000000000f8 EndKey:7480000000000000ffd400000000000000f8 RegionEpoch:{ConfVer:1 Version:97} Peers:[id:199 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 22:07:52.131 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[198]"] [2024/05/06 22:07:52.132 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=161] [neededSchemaVersion=162] ["start time"=563.077µs] [gotSchemaVersion=162] [phyTblIDs="[212]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 22:07:52.136 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4223664156] [schemaVersion=162] [cur_db=collation_point_get] [sql="truncate table t;"] [user=root@%] [2024/05/06 22:07:52.141 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:215, Type:truncate table, State:queueing, SchemaState:none, SchemaID:191, TableID:212, RowCount:0, ArgLen:3, start time: 2024-05-06 22:07:52.135 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:07:52.141 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:215, Type:truncate table, State:queueing, SchemaState:none, SchemaID:191, TableID:212, RowCount:0, ArgLen:3, start time: 2024-05-06 22:07:52.135 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="truncate table t;"] [2024/05/06 22:07:52.145 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=215] [conn=4223664156] [category=ddl] [job="ID:215, Type:truncate table, State:queueing, SchemaState:none, SchemaID:191, TableID:212, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:52.135 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.147 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=14] ["first split key"=7480000000000000d6] [2024/05/06 22:07:52.148 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=14] ["first at"=7480000000000000d6] ["first new region left"="{Id:200 StartKey:7480000000000000ffd400000000000000f8 EndKey:7480000000000000ffd600000000000000f8 RegionEpoch:{ConfVer:1 Version:98} Peers:[id:201 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 22:07:52.148 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[200]"] [2024/05/06 22:07:52.154 +08:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=215] [tableIDs="[212]"] [comment="drop table: table ID"] [2024/05/06 22:07:52.155 +08:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=215] [jobType="truncate table"] [2024/05/06 22:07:52.155 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=215] [conn=4223664156] [job="ID:215, Type:truncate table, State:synced, SchemaState:public, SchemaID:191, TableID:212, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:52.135 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.158 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=215] [2024/05/06 22:07:52.159 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:07:52.160 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=162] [neededSchemaVersion=163] ["start time"=473.58µs] [gotSchemaVersion=163] [phyTblIDs="[212,214]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 22:07:52.164 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4223664156] [schemaVersion=163] [cur_db=collation_point_get] [sql="drop table if exists t;"] [user=root@%] [2024/05/06 22:07:52.168 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:216, Type:drop table, State:queueing, SchemaState:public, SchemaID:191, TableID:214, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:52.135 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:07:52.168 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:216, Type:drop table, State:queueing, SchemaState:public, SchemaID:191, TableID:214, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:52.135 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 22:07:52.172 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=216] [conn=4223664156] [category=ddl] [job="ID:216, Type:drop table, State:queueing, SchemaState:public, SchemaID:191, TableID:214, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:52.135 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.179 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=216] [conn=4223664156] [category=ddl] [job="ID:216, Type:drop table, State:running, SchemaState:write only, SchemaID:191, TableID:214, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:52.135 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.189 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=216] [conn=4223664156] [category=ddl] [job="ID:216, Type:drop table, State:running, SchemaState:delete only, SchemaID:191, TableID:214, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:52.135 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.197 +08:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=216] [tableIDs="[214]"] [comment="drop table: table ID"] [2024/05/06 22:07:52.199 +08:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=216] [jobType="drop table"] [2024/05/06 22:07:52.199 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=216] [conn=4223664156] [job="ID:216, Type:drop table, State:synced, SchemaState:none, SchemaID:191, TableID:214, RowCount:0, ArgLen:3, start time: 2024-05-06 22:07:52.135 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.202 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=216] [2024/05/06 22:07:52.202 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:07:52.203 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=163] [neededSchemaVersion=166] ["start time"=347.304µs] [gotSchemaVersion=166] [phyTblIDs="[214]"] [actionTypes="[4]"] [diffTypes="[\"drop table\",\"drop table\",\"drop table\"]"] [2024/05/06 22:07:52.204 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4223664156] [schemaVersion=166] [cur_db=collation_point_get] [sql="create table t(a char(2) binary primary key, b char(2));"] [user=root@%] [2024/05/06 22:07:52.209 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:218, Type:create table, State:queueing, SchemaState:none, SchemaID:191, TableID:217, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:52.185 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:07:52.209 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:218, Type:create table, State:queueing, SchemaState:none, SchemaID:191, TableID:217, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:52.185 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t(a char(2) binary primary key, b char(2));"] [2024/05/06 22:07:52.213 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=218] [conn=4223664156] [category=ddl] [job="ID:218, Type:create table, State:queueing, SchemaState:none, SchemaID:191, TableID:217, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:52.185 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.222 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=218] [conn=4223664156] [job="ID:218, Type:create table, State:synced, SchemaState:public, SchemaID:191, TableID:217, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:52.185 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.226 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=218] [2024/05/06 22:07:52.226 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:07:52.226 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=14] ["first split key"=7480000000000000d9] [2024/05/06 22:07:52.227 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=14] ["first at"=7480000000000000d9] ["first new region left"="{Id:202 StartKey:7480000000000000ffd600000000000000f8 EndKey:7480000000000000ffd900000000000000f8 RegionEpoch:{ConfVer:1 Version:99} Peers:[id:203 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 22:07:52.227 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[202]"] [2024/05/06 22:07:52.227 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=166] [neededSchemaVersion=167] ["start time"=463.073µs] [gotSchemaVersion=167] [phyTblIDs="[217]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 22:07:52.231 +08:00] [WARN] [prewrite.go:382] ["1pc failed and fallbacks to normal commit procedure"] [conn=4223664156] [session_alias=] [startTS=449578132356464697] [2024/05/06 22:07:52.236 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4223664156] [schemaVersion=167] [cur_db=collation_point_get] [sql="drop table if exists t;"] [user=root@%] [2024/05/06 22:07:52.240 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:219, Type:drop table, State:queueing, SchemaState:public, SchemaID:191, TableID:217, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:52.235 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:07:52.240 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:219, Type:drop table, State:queueing, SchemaState:public, SchemaID:191, TableID:217, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:52.235 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 22:07:52.245 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=219] [conn=4223664156] [category=ddl] [job="ID:219, Type:drop table, State:queueing, SchemaState:public, SchemaID:191, TableID:217, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:52.235 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.252 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=219] [conn=4223664156] [category=ddl] [job="ID:219, Type:drop table, State:running, SchemaState:write only, SchemaID:191, TableID:217, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:52.235 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.260 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=219] [conn=4223664156] [category=ddl] [job="ID:219, Type:drop table, State:running, SchemaState:delete only, SchemaID:191, TableID:217, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:52.235 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.268 +08:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=219] [tableIDs="[217]"] [comment="drop table: table ID"] [2024/05/06 22:07:52.269 +08:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=219] [jobType="drop table"] [2024/05/06 22:07:52.270 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=219] [conn=4223664156] [job="ID:219, Type:drop table, State:synced, SchemaState:none, SchemaID:191, TableID:217, RowCount:0, ArgLen:3, start time: 2024-05-06 22:07:52.235 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.273 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=219] [2024/05/06 22:07:52.273 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:07:52.274 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=167] [neededSchemaVersion=170] ["start time"=373.301µs] [gotSchemaVersion=170] [phyTblIDs="[217]"] [actionTypes="[4]"] [diffTypes="[\"drop table\",\"drop table\",\"drop table\"]"] [2024/05/06 22:07:52.275 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4223664156] [schemaVersion=170] [cur_db=collation_point_get] [sql="create table t(a varchar(2) primary key, b varchar(2));"] [user=root@%] [2024/05/06 22:07:52.280 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:221, Type:create table, State:queueing, SchemaState:none, SchemaID:191, TableID:220, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:52.235 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:07:52.280 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:221, Type:create table, State:queueing, SchemaState:none, SchemaID:191, TableID:220, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:52.235 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t(a varchar(2) primary key, b varchar(2));"] [2024/05/06 22:07:52.284 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=221] [conn=4223664156] [category=ddl] [job="ID:221, Type:create table, State:queueing, SchemaState:none, SchemaID:191, TableID:220, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:52.235 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.292 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=221] [conn=4223664156] [job="ID:221, Type:create table, State:synced, SchemaState:public, SchemaID:191, TableID:220, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:52.235 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.295 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=221] [2024/05/06 22:07:52.295 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:07:52.295 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=14] ["first split key"=7480000000000000dc] [2024/05/06 22:07:52.296 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=14] ["first at"=7480000000000000dc] ["first new region left"="{Id:204 StartKey:7480000000000000ffd900000000000000f8 EndKey:7480000000000000ffdc00000000000000f8 RegionEpoch:{ConfVer:1 Version:100} Peers:[id:205 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 22:07:52.296 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[204]"] [2024/05/06 22:07:52.296 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=170] [neededSchemaVersion=171] ["start time"=477.617µs] [gotSchemaVersion=171] [phyTblIDs="[220]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 22:07:52.300 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4223664156] [schemaVersion=171] [cur_db=collation_point_get] [sql="truncate table t;"] [user=root@%] [2024/05/06 22:07:52.305 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:223, Type:truncate table, State:queueing, SchemaState:none, SchemaID:191, TableID:220, RowCount:0, ArgLen:3, start time: 2024-05-06 22:07:52.285 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:07:52.305 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:223, Type:truncate table, State:queueing, SchemaState:none, SchemaID:191, TableID:220, RowCount:0, ArgLen:3, start time: 2024-05-06 22:07:52.285 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="truncate table t;"] [2024/05/06 22:07:52.309 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=223] [conn=4223664156] [category=ddl] [job="ID:223, Type:truncate table, State:queueing, SchemaState:none, SchemaID:191, TableID:220, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:52.285 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.310 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=14] ["first split key"=7480000000000000de] [2024/05/06 22:07:52.311 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=14] ["first at"=7480000000000000de] ["first new region left"="{Id:206 StartKey:7480000000000000ffdc00000000000000f8 EndKey:7480000000000000ffde00000000000000f8 RegionEpoch:{ConfVer:1 Version:101} Peers:[id:207 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 22:07:52.311 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[206]"] [2024/05/06 22:07:52.317 +08:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=223] [tableIDs="[220]"] [comment="drop table: table ID"] [2024/05/06 22:07:52.318 +08:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=223] [jobType="truncate table"] [2024/05/06 22:07:52.319 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=223] [conn=4223664156] [job="ID:223, Type:truncate table, State:synced, SchemaState:public, SchemaID:191, TableID:220, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:52.285 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.322 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=223] [2024/05/06 22:07:52.322 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:07:52.323 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=171] [neededSchemaVersion=172] ["start time"=478.814µs] [gotSchemaVersion=172] [phyTblIDs="[220,222]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 22:07:52.328 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4223664156] [schemaVersion=172] [cur_db=collation_point_get] [sql="drop table if exists t;"] [user=root@%] [2024/05/06 22:07:52.331 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:224, Type:drop table, State:queueing, SchemaState:public, SchemaID:191, TableID:222, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:52.285 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:07:52.331 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:224, Type:drop table, State:queueing, SchemaState:public, SchemaID:191, TableID:222, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:52.285 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 22:07:52.336 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=224] [conn=4223664156] [category=ddl] [job="ID:224, Type:drop table, State:queueing, SchemaState:public, SchemaID:191, TableID:222, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:52.285 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.342 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=224] [conn=4223664156] [category=ddl] [job="ID:224, Type:drop table, State:running, SchemaState:write only, SchemaID:191, TableID:222, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:52.285 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.349 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=224] [conn=4223664156] [category=ddl] [job="ID:224, Type:drop table, State:running, SchemaState:delete only, SchemaID:191, TableID:222, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:52.285 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.357 +08:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=224] [tableIDs="[222]"] [comment="drop table: table ID"] [2024/05/06 22:07:52.358 +08:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=224] [jobType="drop table"] [2024/05/06 22:07:52.358 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=224] [conn=4223664156] [job="ID:224, Type:drop table, State:synced, SchemaState:none, SchemaID:191, TableID:222, RowCount:0, ArgLen:3, start time: 2024-05-06 22:07:52.285 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.361 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=224] [2024/05/06 22:07:52.361 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:07:52.362 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=172] [neededSchemaVersion=175] ["start time"=382.787µs] [gotSchemaVersion=175] [phyTblIDs="[222]"] [actionTypes="[4]"] [diffTypes="[\"drop table\",\"drop table\",\"drop table\"]"] [2024/05/06 22:07:52.363 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4223664156] [schemaVersion=175] [cur_db=collation_point_get] [sql="create table t(a varchar(2) binary primary key, b varchar(2));"] [user=root@%] [2024/05/06 22:07:52.368 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:226, Type:create table, State:queueing, SchemaState:none, SchemaID:191, TableID:225, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:52.335 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:07:52.368 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:226, Type:create table, State:queueing, SchemaState:none, SchemaID:191, TableID:225, RowCount:0, ArgLen:2, start time: 2024-05-06 22:07:52.335 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t(a varchar(2) binary primary key, b varchar(2));"] [2024/05/06 22:07:52.372 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=226] [conn=4223664156] [category=ddl] [job="ID:226, Type:create table, State:queueing, SchemaState:none, SchemaID:191, TableID:225, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:52.335 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.380 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=226] [conn=4223664156] [job="ID:226, Type:create table, State:synced, SchemaState:public, SchemaID:191, TableID:225, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:52.335 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.384 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=226] [2024/05/06 22:07:52.384 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:07:52.384 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=14] ["first split key"=7480000000000000e1] [2024/05/06 22:07:52.385 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=14] ["first at"=7480000000000000e1] ["first new region left"="{Id:208 StartKey:7480000000000000ffde00000000000000f8 EndKey:7480000000000000ffe100000000000000f8 RegionEpoch:{ConfVer:1 Version:102} Peers:[id:209 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 22:07:52.385 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[208]"] [2024/05/06 22:07:52.385 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=175] [neededSchemaVersion=176] ["start time"=457.213µs] [gotSchemaVersion=176] [phyTblIDs="[225]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 22:07:52.389 +08:00] [WARN] [prewrite.go:382] ["1pc failed and fallbacks to normal commit procedure"] [conn=4223664156] [session_alias=] [startTS=449578132408893446] [2024/05/06 22:07:52.394 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=4223664162] [schemaVersion=176] [cur_db=test] [sql="drop database `collation_pointget`"] [user=root@%] [2024/05/06 22:07:52.398 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:227, Type:drop schema, State:queueing, SchemaState:public, SchemaID:189, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 22:07:52.385 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:07:52.398 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:227, Type:drop schema, State:queueing, SchemaState:public, SchemaID:189, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 22:07:52.385 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop database `collation_pointget`"] [2024/05/06 22:07:52.402 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=227] [conn=4223664162] [category=ddl] [job="ID:227, Type:drop schema, State:queueing, SchemaState:public, SchemaID:189, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:52.385 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.409 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=227] [conn=4223664162] [category=ddl] [job="ID:227, Type:drop schema, State:running, SchemaState:write only, SchemaID:189, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:52.385 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.415 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=227] [conn=4223664162] [category=ddl] [job="ID:227, Type:drop schema, State:running, SchemaState:delete only, SchemaID:189, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:52.385 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.422 +08:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=227] [jobType="drop schema"] [2024/05/06 22:07:52.422 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=227] [conn=4223664162] [job="ID:227, Type:drop schema, State:synced, SchemaState:none, SchemaID:189, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 22:07:52.385 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:07:52.425 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=227] [2024/05/06 22:07:52.425 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:07:52.426 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=176] [neededSchemaVersion=179] ["start time"=435.074µs] [gotSchemaVersion=179] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\",\"drop schema\",\"drop schema\"]"] [2024/05/06 22:07:52.428 +08:00] [INFO] [signal_posix.go:54] ["got signal to exit"] [signal=terminated] [2024/05/06 22:07:52.428 +08:00] [INFO] [server.go:584] ["setting tidb-server to report unhealthy (shutting-down)"] [2024/05/06 22:07:52.428 +08:00] [ERROR] [http_status.go:531] ["start status/rpc server error"] [error="accept tcp 127.0.0.1:37073: use of closed network connection"] [2024/05/06 22:07:52.428 +08:00] [ERROR] [http_status.go:521] ["grpc server error"] [error="mux: server closed"] [2024/05/06 22:07:52.428 +08:00] [ERROR] [http_status.go:526] ["http server error"] [error="http: Server closed"] [2024/05/06 22:07:52.428 +08:00] [WARN] [manager.go:306] ["is not the owner"] ["owner info"="[autoid] tidb/autoid/leader ownerManager 127.0.0.1:37073"] [2024/05/06 22:07:52.428 +08:00] [INFO] [manager.go:273] ["break campaign loop, context is done"] ["owner info"="[autoid] tidb/autoid/leader ownerManager 127.0.0.1:37073"] [2024/05/06 22:07:52.429 +08:00] [INFO] [manager.go:317] ["revoke session"] ["owner info"="[autoid] tidb/autoid/leader ownerManager 127.0.0.1:37073"] [] [2024/05/06 22:07:52.429 +08:00] [INFO] [server.go:978] ["start drain clients"] [2024/05/06 22:07:52.429 +08:00] [INFO] [server.go:1007] ["all sessions quit in drain wait time"] [2024/05/06 22:07:52.429 +08:00] [INFO] [server.go:959] ["kill all connections."] [category=server] [2024/05/06 22:07:52.429 +08:00] [WARN] [manager.go:306] ["is not the owner"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager c5ea8bac-afc8-4dc7-baf9-66f8590cbbe9"] [2024/05/06 22:07:52.429 +08:00] [INFO] [manager.go:257] ["etcd session is done, creates a new one"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager c5ea8bac-afc8-4dc7-baf9-66f8590cbbe9"] [2024/05/06 22:07:52.429 +08:00] [INFO] [manager.go:261] ["break campaign loop, NewSession failed"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager c5ea8bac-afc8-4dc7-baf9-66f8590cbbe9"] [error="context canceled"] [2024/05/06 22:07:52.429 +08:00] [INFO] [manager.go:317] ["revoke session"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager c5ea8bac-afc8-4dc7-baf9-66f8590cbbe9"] [] [2024/05/06 22:07:52.429 +08:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 22:07:52.429 +08:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 5, tp add index"] [category=ddl] ["take time"=2.12µs] [2024/05/06 22:07:52.429 +08:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 6, tp add index"] [category=ddl] ["take time"=718ns] [2024/05/06 22:07:52.429 +08:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 22:07:52.429 +08:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 4, tp general"] [category=ddl] ["take time"=771ns] [2024/05/06 22:07:52.429 +08:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 22:07:52.429 +08:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/06 22:07:52.429 +08:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 22:07:52.430 +08:00] [INFO] [ddl.go:951] ["DDL closed"] [category=ddl] [ID=c5ea8bac-afc8-4dc7-baf9-66f8590cbbe9] ["take time"=1.823018ms] [2024/05/06 22:07:52.430 +08:00] [INFO] [ddl.go:769] ["stop DDL"] [category=ddl] [ID=c5ea8bac-afc8-4dc7-baf9-66f8590cbbe9] [2024/05/06 22:07:52.431 +08:00] [INFO] [domain.go:1026] ["stopping ttlJobManager"] [2024/05/06 22:07:52.431 +08:00] [INFO] [runtime.go:190] ["TimerGroupRuntime loop exit"] [groupID=ttl] [2024/05/06 22:07:52.431 +08:00] [INFO] [notifier.go:142] ["etcd watcher exited to watch timer events"] [EtcdKey=/tidb/timer/cluster/1/notify/34258bfa-6066-49f9-ad18-ea056e763a4f] [watcherID=8ed95db9-8a00-443d-abd2-472f03d5ca60] [2024/05/06 22:07:52.431 +08:00] [INFO] [notifier.go:227] ["etcd notify loop to watch timer events stopped"] [EtcdKey=/tidb/timer/cluster/1/notify/34258bfa-6066-49f9-ad18-ea056e763a4f] [2024/05/06 22:07:52.431 +08:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/06 22:07:52.431 +08:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 22:07:52.431 +08:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 22:07:52.431 +08:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 22:07:52.431 +08:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 22:07:52.431 +08:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/06 22:07:52.431 +08:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 22:07:52.431 +08:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 22:07:52.431 +08:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 22:07:52.431 +08:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 22:07:52.431 +08:00] [INFO] [job_manager.go:174] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [2024/05/06 22:07:52.431 +08:00] [INFO] [domain.go:1037] ["ttlJobManager exited."] [2024/05/06 22:07:52.432 +08:00] [INFO] [domain.go:2817] ["releaseServerID succeed"] [serverID=2014] [2024/05/06 22:07:52.432 +08:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 22:07:52.432 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 22:07:52.432 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 22:07:52.432 +08:00] [WARN] [manager.go:306] ["is not the owner"] ["owner info"="[stats] /tidb/stats/owner ownerManager c5ea8bac-afc8-4dc7-baf9-66f8590cbbe9"] [2024/05/06 22:07:52.432 +08:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 22:07:52.432 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 22:07:52.432 +08:00] [INFO] [manager.go:273] ["break campaign loop, context is done"] ["owner info"="[stats] /tidb/stats/owner ownerManager c5ea8bac-afc8-4dc7-baf9-66f8590cbbe9"] [2024/05/06 22:07:52.432 +08:00] [INFO] [domain.go:1542] ["stopping dist task scheduler manager because the current node is not DDL owner anymore"] [id=c5ea8bac-afc8-4dc7-baf9-66f8590cbbe9] [2024/05/06 22:07:52.432 +08:00] [WARN] [manager.go:306] ["is not the owner"] ["owner info"="[bindinfo] /tidb/bindinfo/owner ownerManager c5ea8bac-afc8-4dc7-baf9-66f8590cbbe9"] [2024/05/06 22:07:52.432 +08:00] [INFO] [domain.go:2074] ["dumpFileGcChecker exited."] [2024/05/06 22:07:52.432 +08:00] [INFO] [domain.go:2881] ["serverIDKeeper exited."] [2024/05/06 22:07:52.432 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 22:07:52.432 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 22:07:52.432 +08:00] [INFO] [manager.go:273] ["break campaign loop, context is done"] ["owner info"="[bindinfo] /tidb/bindinfo/owner ownerManager c5ea8bac-afc8-4dc7-baf9-66f8590cbbe9"] [2024/05/06 22:07:52.432 +08:00] [INFO] [domain.go:2105] ["HistoricalStatsWorker exited."] [2024/05/06 22:07:52.432 +08:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/06 22:07:52.432 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=HistoricalStatsWorker] [2024/05/06 22:07:52.432 +08:00] [INFO] [domain.go:2040] ["PlanReplayerTaskDumpHandle exited."] [2024/05/06 22:07:52.432 +08:00] [INFO] [scheduler_manager.go:318] ["subtask history table gc loop exits"] [2024/05/06 22:07:52.432 +08:00] [INFO] [manager.go:292] ["failed to campaign"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager c1093775-369e-4693-a3f1-1b3950f6c053"] [error="lost watcher waiting for delete"] [2024/05/06 22:07:52.432 +08:00] [INFO] [advancer.go:397] ["Meet task event"] [category="log backup advancer"] [event="Err(, err = EOF)"] [2024/05/06 22:07:52.432 +08:00] [INFO] [domain.go:1700] ["loadPrivilegeInLoop exited."] [2024/05/06 22:07:52.432 +08:00] [INFO] [plan_replayer.go:413] ["planReplayerTaskDumpWorker exited."] [2024/05/06 22:07:52.432 +08:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/06 22:07:52.432 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 22:07:52.432 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 22:07:52.432 +08:00] [INFO] [domain.go:2352] ["indexUsageWorker exited."] [2024/05/06 22:07:52.432 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=indexUsageWorker] [2024/05/06 22:07:52.432 +08:00] [ERROR] [advancer.go:400] ["listen task meet error, would reopen."] [error=EOF] [2024/05/06 22:07:52.432 +08:00] [INFO] [advancer.go:403] ["Task watcher exits due to some error."] [category="log backup advancer"] [error=EOF] [2024/05/06 22:07:52.432 +08:00] [INFO] [scheduler_manager.go:379] ["cleanup loop exits"] [2024/05/06 22:07:52.432 +08:00] [INFO] [domain.go:1750] ["LoadSysVarCacheLoop exited."] [2024/05/06 22:07:52.432 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 22:07:52.432 +08:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 22:07:52.432 +08:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 22:07:52.432 +08:00] [INFO] [domain.go:2323] ["loadStatsWorker exited."] [2024/05/06 22:07:52.432 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadStatsWorker] [2024/05/06 22:07:52.432 +08:00] [INFO] [scheduler_manager.go:206] ["schedule task loop exits"] [2024/05/06 22:07:52.432 +08:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 22:07:52.432 +08:00] [INFO] [scheduler_manager.go:459] ["collect loop exits"] [2024/05/06 22:07:52.432 +08:00] [INFO] [domain.go:1544] ["dist task scheduler manager stopped"] [id=c5ea8bac-afc8-4dc7-baf9-66f8590cbbe9] [2024/05/06 22:07:52.432 +08:00] [INFO] [domain.go:1527] ["stopping dist task executor manager"] [2024/05/06 22:07:52.432 +08:00] [INFO] [domain.go:2020] ["PlanReplayerTaskCollectHandle exited."] [2024/05/06 22:07:52.432 +08:00] [INFO] [manager.go:280] ["recoverMetaLoop done"] [2024/05/06 22:07:52.432 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=PlanReplayerTaskCollectHandle] [2024/05/06 22:07:52.432 +08:00] [INFO] [manager.go:179] ["handle tasks loop done"] [2024/05/06 22:07:52.432 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 22:07:52.432 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=PlanReplayerTaskDumpHandle] [2024/05/06 22:07:52.432 +08:00] [INFO] [domain.go:1529] ["dist task executor manager stopped"] [2024/05/06 22:07:52.432 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 22:07:52.432 +08:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/06 22:07:52.432 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 22:07:52.432 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 22:07:52.432 +08:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/06 22:07:52.432 +08:00] [INFO] [owner_daemon.go:87] ["daemon loop exits"] [id=c1093775-369e-4693-a3f1-1b3950f6c053] [daemon-id=LogBackup::Advancer] [2024/05/06 22:07:52.432 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=logBackupAdvancer] [2024/05/06 22:07:52.432 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 22:07:52.432 +08:00] [INFO] [manager.go:292] ["failed to campaign"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager c1093775-369e-4693-a3f1-1b3950f6c053"] [error="context canceled"] [2024/05/06 22:07:52.432 +08:00] [INFO] [manager.go:257] ["etcd session is done, creates a new one"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager c1093775-369e-4693-a3f1-1b3950f6c053"] [2024/05/06 22:07:52.432 +08:00] [INFO] [manager.go:261] ["break campaign loop, NewSession failed"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager c1093775-369e-4693-a3f1-1b3950f6c053"] [error="context canceled"] [2024/05/06 22:07:52.432 +08:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."] [2024/05/06 22:07:52.432 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 22:07:54.961 +08:00] [INFO] [manager.go:317] ["revoke session"] ["owner info"="[stats] /tidb/stats/owner ownerManager c5ea8bac-afc8-4dc7-baf9-66f8590cbbe9"] [error="rpc error: code = Canceled desc = grpc: the client connection is closing"] [2024/05/06 22:07:54.961 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=quitStatsOwner] [2024/05/06 22:07:54.963 +08:00] [INFO] [manager.go:317] ["revoke session"] ["owner info"="[bindinfo] /tidb/bindinfo/owner ownerManager c5ea8bac-afc8-4dc7-baf9-66f8590cbbe9"] [error="rpc error: code = Canceled desc = grpc: the client connection is closing"] [2024/05/06 22:07:54.964 +08:00] [INFO] [domain.go:1889] ["globalBindHandleWorkerLoop exited."] [2024/05/06 22:07:54.964 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 22:07:54.966 +08:00] [INFO] [domain.go:1074] ["domain closed"] ["take time"=2.537307127s] [2024/05/06 22:07:54.966 +08:00] [INFO] [gc_worker.go:223] [quit] [category="gc worker"] [uuid=63d38edb5a4000d] [2024/05/06 22:07:54.966 +08:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 22:07:54.966 +08:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 22:07:54.966 +08:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 22:07:54.966 +08:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 22:07:54.966 +08:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 22:07:54.966 +08:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 22:07:54.966 +08:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 22:07:54.966 +08:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 22:07:54.966 +08:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=1] [collected-request-count=0] [pending-request-count=0] [2024/05/06 22:07:54.966 +08:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 22:07:54.966 +08:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=1] [collected-request-count=0] [pending-request-count=0] [2024/05/06 22:07:54.966 +08:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 22:07:54.966 +08:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 22:07:54.966 +08:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=tikv-driver] [2024/05/06 22:07:54.967 +08:00] [INFO] [cpu.go:98] ["sql cpu collector stopped"] [2024/05/06 22:07:54.967 +08:00] [INFO] [cgmon.go:77] ["cgroup monitor stopped"] [2024/05/06 22:07:54.967 +08:00] [INFO] [cpuprofile.go:130] ["parallel cpu profiler stopped"] [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . [Pipeline] // dir [Pipeline] } diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... [Pipeline] // stage [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tools/bin GO111MODULE=on go install github.com/pingcap/failpoint/failpoint-ctl@2eaa328 go: downloading github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tools/bin GO111MODULE=on go install github.com/pingcap/failpoint/failpoint-ctl@2eaa328 go: downloading github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c go: downloading github.com/sergi/go-diff v1.1.0 + git status HEAD detached at b421b729c8 You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: Makefile.common Untracked files: (use "git add ..." to include in what will be committed) rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 no changes added to commit (use "git add" and/or "git commit -a") [Pipeline] sh + git status HEAD detached at b421b729c8 You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: Makefile.common Untracked files: (use "git add ..." to include in what will be committed) rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 no changes added to commit (use "git add" and/or "git commit -a") go: downloading github.com/sergi/go-diff v1.1.0 [Pipeline] sh + /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/integrationtest_with_tikv.sh y ~/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tests/integrationtest ~/agent/workspace/pingcap/tidb/periodics_integration_test/tidb extracting statistics: s skip building tidb-server, using existing binary: /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin/integration_test_tidb-server building portgenerator binary: ./portgenerator go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 go: downloading github.com/pingcap/log v1.1.1-0.20240314023424-862ccc32f18d go: downloading go.uber.org/zap v1.27.0 go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1 go: downloading go.uber.org/multierr v1.11.0 + git status HEAD detached at b421b729c8 You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: Makefile.common Untracked files: (use "git add ..." to include in what will be committed) rev-b421b729c8a7c43ad7250f38e655cdda03d0ca77 no changes added to commit (use "git add" and/or "git commit -a") [Pipeline] sh + /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_importintotest4 + /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_importintotest3 GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tools/bin GO111MODULE=on go install github.com/pingcap/failpoint/failpoint-ctl@2eaa328 go: downloading github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c building mysql-tester binary: ./mysql_tester go: downloading github.com/pingcap/mysql-tester v0.0.0-20231124064544-17b728effac3 go: downloading github.com/defined2014/mysql v0.0.0-20231121061906-fcfacaa39f49 go: downloading github.com/pingcap/errors v0.11.5-0.20221009092201-b66cddb77c32 go: downloading github.com/sirupsen/logrus v1.8.1 GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tools/bin GO111MODULE=on go install github.com/pingcap/failpoint/failpoint-ctl@2eaa328 go: downloading github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c go: downloading go.uber.org/atomic v1.11.0 go: downloading golang.org/x/sys v0.5.0 go: downloading github.com/sergi/go-diff v1.1.0 go: downloading github.com/sergi/go-diff v1.1.0 Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (192 packages loaded, 11272 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (179 packages loaded, 11279 targets configured) start tidb-server, log file: ./integration-test.out tidb-server(PID: 1652) started run all integration test cases (enabled new collation) GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tools/bin GO111MODULE=on go install github.com/pingcap/failpoint/failpoint-ctl@2eaa328 go: downloading github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c INFO: Analyzed target //:gazelle (270 packages loaded, 11965 targets configured). INFO: Found 1 target... [0 / 10] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... ( 1 action running) INFO: Analyzed target //:gazelle (270 packages loaded, 11965 targets configured).  checking cached actions INFO: Found 1 target... [0 / 10] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... ( 1 action running) go: downloading github.com/sergi/go-diff v1.1.0 [24 / 316] [Prepa] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool] ... (3 actions, 0 running) GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tools/bin GO111MODULE=on go install github.com/pingcap/failpoint/failpoint-ctl@2eaa328 go: downloading github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (175 packages loaded, 11258 targets configured) INFO: Analyzed target //:gazelle (270 packages loaded, 11965 targets configured).  checking cached actions INFO: Found 1 target... [0 / 10] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... ( 1 action running) GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tools/bin GO111MODULE=on go install github.com/pingcap/failpoint/failpoint-ctl@2eaa328 go: downloading github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle Extracting Bazel installation... Starting local Bazel server and connecting to it... [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 1.9 MiB / 10.3 MiB; 0s remote-cache ... (3 actions, 0 running) bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle Extracting Bazel installation... Starting local Bazel server and connecting to it... go: downloading github.com/sergi/go-diff v1.1.0 [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 16.0 MiB / 17.2 MiB; 1s remote-cache ... (3 actions, 0 running) ./t/show.test: ok! 3 test cases passed, take time 0.000438216 s ./t/access_path_selection.test: ok! 9 test cases passed, take time 0.026136553 s [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 6.0 MiB / 17.2 MiB; 1s remote-cache ... (3 actions, 0 running) ./t/agg_predicate_pushdown.test: ok! 7 test cases passed, take time 0.025521266 s [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net.a, 2.9 MiB / 3.6 MiB; 0s remote-cache ... (3 actions, 0 running) go: downloading github.com/sergi/go-diff v1.1.0 INFO: Invocation ID: 344f985e-44d5-466b-b60f-cf01b0f1769a INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_14_05_04.1990500776/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes Loading: INFO: Invocation ID: 01fd6532-848a-4c37-83c2-8b5b893dda6b INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_14_05_02.3060477189/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes Loading: [25 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 12.0 MiB / 17.2 MiB; 2s remote-cache ... (2 actions, 0 running) GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tools/bin GO111MODULE=on go install github.com/pingcap/failpoint/failpoint-ctl@2eaa328 go: downloading github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c go: downloading github.com/sergi/go-diff v1.1.0 GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tools/bin GO111MODULE=on go install github.com/pingcap/failpoint/failpoint-ctl@2eaa328 go: downloading github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c go: downloading github.com/sergi/go-diff v1.1.0 [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 11.0 MiB / 17.2 MiB; 1s remote-cache ... (3 actions, 0 running) [27 / 316] [Prepa] GoCompilePkg external/org_golang_x_tools/internal/aliases/aliases.a [for tool] ... (7 actions, 0 running) [287 / 316] GoCompilePkg external/org_golang_x_mod/internal/lazyregexp/lazyregexp.a [for tool]; 0s remote-cache ... (4 actions, 0 running) Loading: Loading: Loading: 0 packages loaded bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle Extracting Bazel installation... Starting local Bazel server and connecting to it... Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 27.491s, Critical Path: 3.73s INFO: 316 processes: 296 remote cache hit, 20 internal. INFO: Build completed successfully, 316 total actions INFO: Running command line: bazel-bin/gazelle Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) Loading: Loading: Loading: 0 packages loaded [25 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 2s remote-cache ... (2 actions, 0 running) bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle Extracting Bazel installation... Starting local Bazel server and connecting to it... Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 27.489s, Critical Path: 3.63s INFO: 316 processes: 296 remote cache hit, 20 internal. INFO: Build completed successfully, 316 total actions INFO: Running command line: bazel-bin/gazelle bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache \ --run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb && " \ //tools/tazel:tazel INFO: Invocation ID: 97af9f55-0174-4636-a484-9713272843a5 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_14_05_02.346935508/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes Loading: Loading: Loading: 0 packages loaded INFO: Build option --run_under has changed, discarding analysis cache. Analyzing: target //tools/tazel:tazel (1 packages loaded, 0 targets configured) bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache \ --run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb && " \ //tools/tazel:tazel INFO: Invocation ID: 7635c1f5-8e88-45b8-b25a-935ced612564 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_14_05_02.2999977757/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes Loading: Loading: Loading: 0 packages loaded INFO: Invocation ID: c9837623-eda9-4c11-a6db-3e9206e3f05c INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_14_04_58.3186151125/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes INFO: Build option --run_under has changed, discarding analysis cache. Analyzing: target //tools/tazel:tazel (1 packages loaded, 0 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Loading: [277 / 316] [Prepa] GoCompilePkg external/bazel_gazelle/flag/flag.a [for tool] ... (8 actions, 0 running) Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 28.574s, Critical Path: 3.63s INFO: 316 processes: 296 remote cache hit, 20 internal. INFO: Build completed successfully, 316 total actions INFO: Running command line: bazel-bin/gazelle ./t/bindinfo/bind.test: ok! 223 test cases passed, take time 2.820371757 s ./t/bindinfo/session_handle.test: ok! 21 test cases passed, take time 0.074887156 s ./t/bindinfo/temptable.test: ok! 38 test cases passed, take time 0.167219849 s ./t/black_list.test: ok! 55 test cases passed, take time 0.113744819 s INFO: Invocation ID: d5c728bf-af45-461a-8a44-0e6b39efe2d8 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_14_05_06.1789040247/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes Loading: Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //tools/tazel:tazel (7 packages loaded, 11907 targets configured) bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache \ --run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb && " \ //tools/tazel:tazel INFO: Invocation ID: 522cb51d-95f4-438d-a6f0-f7d34eb39262 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_14_05_02.3452809824/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes Analyzing: target //tools/tazel:tazel (7 packages loaded, 11910 targets configured) Loading: Loading: Loading: 0 packages loaded INFO: Build option --run_under has changed, discarding analysis cache. Analyzing: target //tools/tazel:tazel (1 packages loaded, 0 targets configured) Loading: Loading: Loading: Loading: 0 packages loaded Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle Extracting Bazel installation... Analyzing: target //tools/tazel:tazel (127 packages loaded, 12939 targets configured) Loading: Loading: 0 packages loaded Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Starting local Bazel server and connecting to it... Analyzing: target //tools/tazel:tazel (7 packages loaded, 11792 targets configured) Analyzing: target //tools/tazel:tazel (128 packages loaded, 13001 targets configured) GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tools/bin GO111MODULE=on go install github.com/pingcap/failpoint/failpoint-ctl@2eaa328 go: downloading github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c go: downloading github.com/sergi/go-diff v1.1.0 Analyzing: target //tools/tazel:tazel (299 packages loaded, 14076 targets configured) bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle Extracting Bazel installation... Starting local Bazel server and connecting to it... INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14292 targets configured). INFO: Found 1 target... [0 / 8] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running) GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tools/bin GO111MODULE=on go install github.com/pingcap/failpoint/failpoint-ctl@2eaa328 go: downloading github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c go: downloading github.com/sergi/go-diff v1.1.0 Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle Extracting Bazel installation... bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle Extracting Bazel installation... Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //tools/tazel:tazel (298 packages loaded, 14064 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Starting local Bazel server and connecting to it... Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) INFO: Invocation ID: c5813037-942b-4d85-a90b-9a9c35de5e60 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_14_05_09.1510902462/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes Loading: Analyzing: target //tools/tazel:tazel (83 packages loaded, 12797 targets configured) INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14292 targets configured). INFO: Found 1 target... [0 / 28] [Prepa] Creating source manifest for //tools/tazel:tazel bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle Extracting Bazel installation... Starting local Bazel server and connecting to it... Analyzing: target //:gazelle (74 packages loaded, 787 targets configured) INFO: Invocation ID: 16aacc64-bf1f-438a-a8aa-456ae493702a INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_14_05_12.2013045442/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes Loading: [273 / 607] [Prepa] GoCompilePkg external/org_uber_go_zap/internal/ztest/ztest.a ... (3 actions, 0 running) Analyzing: target //tools/tazel:tazel (284 packages loaded, 13827 targets configured) Analyzing: target //:gazelle (73 packages loaded, 703 targets configured) ./t/clustered_index.test: ok! 47 test cases passed, take time 3.320904346 s ./t/collation_agg_func.test: ok! 74 test cases passed, take time 0.712765486 s Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) INFO: Invocation ID: c96b3573-ec07-4e65-86a9-f6205d8f84a9 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_14_05_07.1486678521/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes Loading: Starting local Bazel server and connecting to it... Loading: Loading: Loading: 0 packages loaded INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14292 targets configured). INFO: Found 1 target... [0 / 18] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running) Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) [273 / 607] [Prepa] GoCompilePkg external/org_uber_go_zap/internal/ztest/ztest.a ... (6 actions, 0 running) [575 / 607] [Prepa] GoCompilePkg external/com_github_tikv_pd_client/tsoutil/tsoutil.a ... (3 actions, 0 running) Analyzing: target //:gazelle (100 packages loaded, 10448 targets configured) INFO: Invocation ID: 6a3fc554-4aef-4430-ad82-92333b7fab27 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_14_05_06.1015061225/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes Loading: ./t/collation_check_use_collation.test: ok! 93 test cases passed, take time 0.705743815 s Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10443 targets configured) Loading: Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 6.326s, Critical Path: 2.40s INFO: 339 processes: 336 remote cache hit, 3 internal. INFO: Build completed successfully, 339 total actions INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb && bazel-bin/tools/tazel/tazel_/tazel ' ./t/collation_misc.test: ok! 66 test cases passed, take time 0.611935336 s [562 / 607] GoCompilePkg external/com_github_pingcap_kvproto/pkg/kvrpcpb/kvrpcpb.a; Downloading external/com_github_pingcap_kvproto/pkg/kvrpcpb/kvrpcpb.a, 8.2 MiB / 9.9 MiB; 0s remote-cache ... (4 actions, 0 running) Loading: Loading: INFO: Invocation ID: 688ccac5-f4aa-4fe4-84f4-e73f19d8ae4e INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_14_05_08.2429809340/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes Loading: Loading: Loading: 0 packages loaded Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) Loading: 0 packages loaded Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) [273 / 607] [Prepa] GoCompilePkg external/org_uber_go_zap/internal/exit/exit.a ... (8 actions, 0 running) Analyzing: target //:gazelle (67 packages loaded, 585 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Loading: bazel --output_user_root=/home/jenkins/.tidb/tmp coverage --config=ci --repository_cache=/share/.cache/bazel-repository-cache --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... --test_arg=-with-real-tikv --define gotags=deadlock,intest \ --@io_bazel_rules_go//go/config:cover_format=go_cover \ -- //tests/realtikvtest/sessiontest/... INFO: Invocation ID: 598c9fb1-6d97-481d-9c0d-6a770341035c INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'coverage' from /data/..2024_05_06_14_05_02.346935508/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'coverage' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'test' options: --test_output=errors --test_summary=detailed INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=268435456 --test_timeout=150,300,900,3600 Analyzing: target //:gazelle (75 packages loaded, 1103 targets configured) ./t/collation_pointget.test: ok! 106 test cases passed, take time 0.73065662 s Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 6.884s, Critical Path: 2.84s INFO: 339 processes: 336 remote cache hit, 3 internal. INFO: Build completed successfully, 339 total actions INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb && bazel-bin/tools/tazel/tazel_/tazel ' Loading: Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Loading: Loading: 0 packages loaded Loading: ./t/common_collation.test: ok! 26 test cases passed, take time 0.194935782 s [575 / 607] [Prepa] GoCompilePkg external/com_github_pingcap_kvproto/pkg/keyspacepb/keyspacepb.a Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Loading: Loading: 0 packages loaded INFO: Build options --@io_bazel_rules_go//go/config:cover_format, --collect_code_coverage, --define, and 4 more have changed, discarding analysis cache. Loading: Loading: 0 packages loaded Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //tests/realtikvtest/sessiontest:sessiontest_test (1 packages loaded, 0 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (99 packages loaded, 8653 targets configured) Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 6.726s, Critical Path: 2.42s INFO: 339 processes: 336 remote cache hit, 3 internal. INFO: Build completed successfully, 339 total actions INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb && bazel-bin/tools/tazel/tazel_/tazel ' Analyzing: target //:gazelle (100 packages loaded, 10446 targets configured) bazel --output_user_root=/home/jenkins/.tidb/tmp coverage --config=ci --repository_cache=/share/.cache/bazel-repository-cache --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... --test_arg=-with-real-tikv --define gotags=deadlock,intest \ --@io_bazel_rules_go//go/config:cover_format=go_cover \ -- //tests/realtikvtest/statisticstest/... INFO: Invocation ID: f0718614-02a0-4fec-a0fc-237824c5bdf1 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'coverage' from /data/..2024_05_06_14_05_02.2999977757/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'coverage' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'test' options: --test_output=errors --test_summary=detailed INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=268435456 --test_timeout=150,300,900,3600 Loading: Loading: Loading: 0 packages loaded bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle Extracting Bazel installation... INFO: Build options --@io_bazel_rules_go//go/config:cover_format, --collect_code_coverage, --define, and 4 more have changed, discarding analysis cache. Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Starting local Bazel server and connecting to it... Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //tests/realtikvtest/statisticstest:statisticstest_test (1 packages loaded, 0 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) bazel --output_user_root=/home/jenkins/.tidb/tmp coverage --config=ci --repository_cache=/share/.cache/bazel-repository-cache --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... --test_arg=-with-real-tikv --define gotags=deadlock,intest \ --@io_bazel_rules_go//go/config:cover_format=go_cover \ -- //tests/realtikvtest/txntest/... INFO: Invocation ID: b2dec260-b7a9-4f56-b7c3-9958c3737567 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'coverage' from /data/..2024_05_06_14_05_02.3452809824/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'coverage' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'test' options: --test_output=errors --test_summary=detailed INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=268435456 --test_timeout=150,300,900,3600 Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //tests/realtikvtest/sessiontest:sessiontest_test (321 packages loaded, 1675 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Loading: Loading: Loading: 0 packages loaded INFO: Build options --@io_bazel_rules_go//go/config:cover_format, --collect_code_coverage, --define, and 4 more have changed, discarding analysis cache. bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle Extracting Bazel installation... Starting local Bazel server and connecting to it... Analyzing: target //tests/realtikvtest/txntest:txntest_test (1 packages loaded, 0 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) ./t/cte.test: ok! 189 test cases passed, take time 1.9831492389999998 s ./t/db_integration.test: ok! 11 test cases passed, take time 0.050347107 s Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //tests/realtikvtest/sessiontest:sessiontest_test (574 packages loaded, 6219 targets configured) INFO: Invocation ID: 7b7fc043-4c8e-40e6-979d-5af6faf9ae00 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_14_05_31.1706460609/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes Loading: ./t/ddl/attributes_sql.test: ok! 30 test cases passed, take time 0.511415881 s Analyzing: target //tests/realtikvtest/statisticstest:statisticstest_test (184 packages loaded, 11049 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //tests/realtikvtest/txntest:txntest_test (363 packages loaded, 1760 targets configured) INFO: Invocation ID: ea2596d5-35ff-401e-8652-0e232332368a INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_14_05_33.4185655657/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes Loading: Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //tests/realtikvtest/sessiontest:sessiontest_test (828 packages loaded, 13756 targets configured) Analyzing: target //tests/realtikvtest/statisticstest:statisticstest_test (594 packages loaded, 12072 targets configured) Analyzing: target //:gazelle (75 packages loaded, 799 targets configured) Loading: Loading: Loading: 0 packages loaded Analyzing: target //:gazelle (96 packages loaded, 1190 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Loading: Analyzing: target //tests/realtikvtest/txntest:txntest_test (634 packages loaded, 7095 targets configured) Analyzing: target //:gazelle (45 packages loaded, 418 targets configured) Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) Loading: Loading: 0 packages loaded Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) Analyzing: target //tests/realtikvtest/statisticstest:statisticstest_test (744 packages loaded, 12993 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10443 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10448 targets configured) Analyzing: target //tests/realtikvtest/sessiontest:sessiontest_test (926 packages loaded, 15580 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10443 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (99 packages loaded, 3289 targets configured) Analyzing: target //tests/realtikvtest/txntest:txntest_test (799 packages loaded, 13860 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //tests/realtikvtest/sessiontest:sessiontest_test (974 packages loaded, 15863 targets configured) Analyzing: target //tests/realtikvtest/statisticstest:statisticstest_test (826 packages loaded, 15184 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //tests/realtikvtest/txntest:txntest_test (960 packages loaded, 14987 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //tests/realtikvtest/sessiontest:sessiontest_test (1134 packages loaded, 17005 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (99 packages loaded, 2582 targets configured) Analyzing: target //:gazelle (99 packages loaded, 4846 targets configured) Analyzing: target //tests/realtikvtest/statisticstest:statisticstest_test (844 packages loaded, 15184 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //tests/realtikvtest/txntest:txntest_test (1027 packages loaded, 15959 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10453 targets configured) Analyzing: target //tests/realtikvtest/sessiontest:sessiontest_test (1197 packages loaded, 18001 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //tests/realtikvtest/statisticstest:statisticstest_test (1061 packages loaded, 16408 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //tests/realtikvtest/txntest:txntest_test (1084 packages loaded, 16542 targets configured) Analyzing: target //tests/realtikvtest/statisticstest:statisticstest_test (1181 packages loaded, 17569 targets configured) Analyzing: target //tests/realtikvtest/sessiontest:sessiontest_test (1237 packages loaded, 18232 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (75 packages loaded, 1199 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //tests/realtikvtest/txntest:txntest_test (1182 packages loaded, 17596 targets configured) Analyzing: target //tests/realtikvtest/statisticstest:statisticstest_test (1235 packages loaded, 18211 targets configured) Analyzing: target //:gazelle (194 packages loaded, 11276 targets configured) Analyzing: target //tests/realtikvtest/sessiontest:sessiontest_test (1346 packages loaded, 18856 targets configured) Analyzing: target //:gazelle (75 packages loaded, 955 targets configured) Analyzing: target //:gazelle (188 packages loaded, 11274 targets configured) Analyzing: target //tests/realtikvtest/txntest:txntest_test (1237 packages loaded, 18233 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) INFO: Analyzed target //:gazelle (270 packages loaded, 11965 targets configured).  checking cached actions INFO: Found 1 target... Analyzing: target //tests/realtikvtest/statisticstest:statisticstest_test (1296 packages loaded, 18448 targets configured) [0 / 10] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running) Analyzing: target //tests/realtikvtest/sessiontest:sessiontest_test (1402 packages loaded, 19398 targets configured) INFO: Analyzed target //:gazelle (270 packages loaded, 11965 targets configured).  checking cached actions INFO: Found 1 target... [0 / 10] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running) INFO: Analyzed target //tests/realtikvtest/sessiontest:sessiontest_test (1496 packages loaded, 20036 targets configured). INFO: Found 1 test target... [0 / 11] [Prepa] Writing file tests/realtikvtest/sessiontest/sessiontest_test/baseline_coverage.dat ... (3 actions, 0 running) Analyzing: target //tests/realtikvtest/txntest:txntest_test (1341 packages loaded, 18690 targets configured) Analyzing: target //tests/realtikvtest/statisticstest:statisticstest_test (1397 packages loaded, 19122 targets configured) [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/math.a, 358.9 KiB / 580.4 KiB; 0s remote-cache ... (3 actions, 0 running) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (178 packages loaded, 11267 targets configured) Analyzing: target //:gazelle (178 packages loaded, 11265 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //tests/realtikvtest/txntest:txntest_test (1401 packages loaded, 19377 targets configured) Analyzing: target //tests/realtikvtest/statisticstest:statisticstest_test (1471 packages loaded, 19831 targets configured) INFO: Analyzed target //tests/realtikvtest/statisticstest:statisticstest_test (1496 packages loaded, 20035 targets configured). INFO: Found 1 test target... [0 / 11] [Prepa] Writing file tests/realtikvtest/statisticstest/statisticstest_test/baseline_coverage.dat ... (3 actions, 0 running) [25 / 1,546] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64_race/bufio.a; 1s remote-cache ... (8 actions, 0 running) INFO: Analyzed target //:gazelle (270 packages loaded, 11965 targets configured).  checking cached actions INFO: Found 1 target... [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 1s remote-cache ... (3 actions, 0 running) [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 7.0 MiB / 17.2 MiB; 1s remote-cache ... (3 actions, 0 running) [0 / 10] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running) Analyzing: target //tests/realtikvtest/txntest:txntest_test (1402 packages loaded, 19399 targets configured) INFO: Analyzed target //:gazelle (270 packages loaded, 11965 targets configured).  checking cached actions INFO: Found 1 target... [0 / 10] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... ( 1 action running) INFO: Analyzed target //tests/realtikvtest/txntest:txntest_test (1496 packages loaded, 20037 targets configured). INFO: Found 1 test target... [0 / 11] [Prepa] Writing file tests/realtikvtest/txntest/txntest_test/baseline_coverage.dat ... (3 actions, 0 running) [25 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 2s remote-cache ... (2 actions, 0 running) [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 2s remote-cache ... (3 actions, 0 running) [37 / 1,546] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 2s remote-cache ... (8 actions, 0 running) [24 / 1,546] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 9.0 MiB / 17.2 MiB; 1s remote-cache ... (3 actions, 0 running) [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 3.9 MiB / 10.3 MiB; 0s remote-cache ... (3 actions, 0 running) [276 / 316] GoLink build/tidb_nogo_actual_/tidb_nogo_actual [for tool]; 0s remote-cache Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net/http.a, 3.5 MiB / 7.3 MiB; 0s remote-cache ... (3 actions, 0 running) [343 / 1,546] GoCompilePkg external/com_github_aws_aws_sdk_go/aws/endpoints/endpoints.a; 0s remote-cache ... (8 actions, 0 running) INFO: Elapsed time: 27.525s, Critical Path: 3.49s INFO: 316 processes: 296 remote cache hit, 20 internal. INFO: Build completed successfully, 316 total actions INFO: Running command line: bazel-bin/gazelle [24 / 1,546] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 7.0 MiB / 17.2 MiB; 0s remote-cache ... (3 actions, 0 running) [31 / 316] GoCompilePkg external/org_golang_x_tools/internal/versions/versions.a [for tool]; Downloading external/org_golang_x_tools/internal/versions/versions.a; 0s remote-cache ... (8 actions, 0 running) [25 / 1,546] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 9.6 MiB / 17.2 MiB; 2s remote-cache ... (8 actions, 0 running) bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache \ --run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb && " \ //tools/tazel:tazel INFO: Invocation ID: 2aa471ae-23b3-49a4-b8ca-2be46b12c943 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_14_05_04.1990500776/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes Loading: Loading: [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 9.0 MiB / 17.2 MiB; 1s remote-cache ... (3 actions, 0 running) [25 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 5.7 MiB / 17.2 MiB; 1s remote-cache ... (8 actions, 0 running) Loading: 0 packages loaded INFO: Build option --run_under has changed, discarding analysis cache. Analyzing: target //tools/tazel:tazel (1 packages loaded, 0 targets configured) [720 / 1,546] GoCompilePkg external/com_google_cloud_go_compute_metadata/metadata.a; 0s remote-cache ... (8 actions, 0 running) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) [305 / 316] GoCompilePkg external/bazel_gazelle/rule/rule.a [for tool]; 0s remote-cache Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 28.440s, Critical Path: 4.17s INFO: 316 processes: 296 remote cache hit, 20 internal. INFO: Build completed successfully, 316 total actions INFO: Running command line: bazel-bin/gazelle [329 / 1,546] GoCompilePkg external/com_github_gogo_protobuf/proto/proto.a; 0s remote-cache ... (8 actions, 0 running) [26 / 1,546] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 11.2 MiB / 17.2 MiB; 2s remote-cache ... (3 actions, 0 running) [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 2s remote-cache ... (3 actions, 0 running) bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache \ --run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb && " \ //tools/tazel:tazel INFO: Invocation ID: 22f8b10f-2aaf-4049-96ee-9a417f14eb74 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_14_05_02.3060477189/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes [82 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 2s remote-cache ... (8 actions, 0 running) [1,037 / 1,546] GoCompilePkg external/com_github_aws_aws_sdk_go/service/s3/s3.a; 0s remote-cache ... (8 actions, 0 running) Analyzing: target //:gazelle (166 packages loaded, 10763 targets configured) Loading: Loading: Loading: 0 packages loaded INFO: Build option --run_under has changed, discarding analysis cache. Analyzing: target //tools/tazel:tazel (1 packages loaded, 0 targets configured) Analyzing: target //tools/tazel:tazel (7 packages loaded, 11900 targets configured) [783 / 1,546] GoCompilePkg external/com_github_cheggaaa_pb_v3/pb.a; 0s remote-cache ... (8 actions, 0 running) [265 / 1,546] GoCompilePkg build/linter/staticcheck/S1023.a [for tool]; Downloading build/linter/staticcheck/S1023.x, 63.8 KiB / 65.8 KiB; 0s remote-cache ... (8 actions, 0 running) [284 / 316] GoCompilePkg external/org_golang_x_tools/cmd/goyacc/goyacc.a [for tool]; Downloading external/org_golang_x_tools/cmd/goyacc/goyacc.a, 255.8 KiB / 536.6 KiB; 0s remote-cache ... (8 actions, 0 running) Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 27.170s, Critical Path: 3.54s INFO: 316 processes: 296 remote cache hit, 20 internal. INFO: Build completed successfully, 316 total actions INFO: Running command line: bazel-bin/gazelle Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (176 packages loaded, 11261 targets configured) Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 27.518s, Critical Path: 3.63s INFO: 316 processes: 296 remote cache hit, 20 internal. INFO: Build completed successfully, 316 total actions INFO: Running command line: bazel-bin/gazelle [1,141 / 1,546] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 65.0 MiB / 75.3 MiB; 0s remote-cache ... (8 actions, 0 running) INFO: Analyzed target //:gazelle (270 packages loaded, 11965 targets configured).  checking cached actions INFO: Found 1 target... Analyzing: target //tools/tazel:tazel (93 packages loaded, 12928 targets configured) Analyzing: target //:gazelle (268 packages loaded, 11831 targets configured) INFO: Analyzed target //:gazelle (270 packages loaded, 11965 targets configured). INFO: Found 1 target... [0 / 10] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... ( 1 action running) bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache \ --run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb && " \ //tools/tazel:tazel INFO: Invocation ID: 2c319751-d0af-4d2b-9fef-9ec48277df95 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_14_05_06.1789040247/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes Loading: Loading: Loading: 0 packages loaded [0 / 10] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running) bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache \ --run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb && " \ //tools/tazel:tazel INFO: Invocation ID: 2a5e35e8-8a5c-4d25-968c-2ba134e6cc92 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_14_04_58.3186151125/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes Loading: Loading: Loading: 0 packages loaded INFO: Build option --run_under has changed, discarding analysis cache. Analyzing: target //tools/tazel:tazel (7 packages loaded, 11853 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) [578 / 1,546] GoCompilePkg external/com_github_pingcap_goleveldb/leveldb/leveldb.a; Downloading external/com_github_pingcap_goleveldb/leveldb/leveldb.a, 3.0 MiB / 3.1 MiB; 0s remote-cache ... (8 actions, 0 running) INFO: Build option --run_under has changed, discarding analysis cache. Analyzing: target //tools/tazel:tazel (1 packages loaded, 0 targets configured) Analyzing: target //tools/tazel:tazel (1 packages loaded, 0 targets configured) [1,119 / 1,546] GoCompilePkg external/org_golang_google_grpc/grpc.a; Downloading external/org_golang_google_grpc/grpc.a, 3.0 MiB / 3.3 MiB; 0s remote-cache ... (8 actions, 0 running) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) [1,234 / 1,546] [Prepa] GoCompilePkg pkg/store/pdtypes/pdtypes.a ... (4 actions, 0 running) Analyzing: target //tools/tazel:tazel (299 packages loaded, 14076 targets configured) Analyzing: target //tools/tazel:tazel (90 packages loaded, 12865 targets configured) INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14292 targets configured). INFO: Found 1 target... [0 / 25] [Prepa] BazelWorkspaceStatusAction stable-status.txt Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (166 packages loaded, 10787 targets configured) [809 / 1,546] GoCompilePkg pkg/parser/parser.a; Downloading pkg/parser/parser.a; 0s remote-cache ... (8 actions, 0 running) [1,210 / 1,546] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 62.9 MiB / 75.3 MiB; 0s remote-cache ... (6 actions, 0 running) [1,369 / 1,546] GoCompilePkg pkg/util/password-validation/password-validation.a; Downloading pkg/util/password-validation/password-validation.a, 287.8 KiB / 1.1 MiB; 0s remote-cache ... (8 actions, 0 running) Analyzing: target //tools/tazel:tazel (7 packages loaded, 11858 targets configured) Analyzing: target //:gazelle (248 packages loaded, 11637 targets configured) Analyzing: target //tools/tazel:tazel (7 packages loaded, 11901 targets configured) [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net/http.a, 2.0 MiB / 7.3 MiB; 0s remote-cache ... (3 actions, 0 running) Analyzing: target //tools/tazel:tazel (294 packages loaded, 13981 targets configured) [1,083 / 1,546] GoCompilePkg external/com_github_cockroachdb_pebble/pebble.a; 0s remote-cache ... (8 actions, 0 running) INFO: Analyzed target //:gazelle (270 packages loaded, 11965 targets configured). INFO: Found 1 target... [0 / 10] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running) INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14292 targets configured). INFO: Found 1 target... [0 / 10] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running) [1,351 / 1,546] GoCompilePkg pkg/tidb-binlog/pump_client/pump_client.a; Downloading pkg/tidb-binlog/pump_client/pump_client.a, 167.8 KiB / 661.8 KiB; 0s remote-cache ... (8 actions, 0 running) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) [273 / 607] [Prepa] GoCompilePkg external/com_github_cloudfoundry_gosigar/gosigar.a ... (8 actions, 0 running) Analyzing: target //tools/tazel:tazel (91 packages loaded, 12927 targets configured) Analyzing: target //:gazelle (171 packages loaded, 11243 targets configured) Analyzing: target //tools/tazel:tazel (93 packages loaded, 12931 targets configured) [24 / 316] 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 / 10.7 MiB; 1s remote-cache ... (3 actions, 0 running) [1,416 / 1,546] [Prepa] GoCompilePkg pkg/executor/internal/vecgroupchecker/vecgroupchecker.a ... (5 actions, 0 running) Analyzing: target //:gazelle (177 packages loaded, 11263 targets configured) [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/include/textflag.h; 0s remote-cache ... (3 actions, 0 running) [565 / 607] GoCompilePkg external/com_github_pingcap_kvproto/pkg/kvrpcpb/kvrpcpb.a; 0s remote-cache ... (2 actions, 0 running) [1,175 / 1,546] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 21.6 MiB / 75.3 MiB; 0s remote-cache ... (8 actions, 0 running) Analyzing: target //tools/tazel:tazel (293 packages loaded, 14012 targets configured) [273 / 607] [Prepa] GoCompilePkg external/org_uber_go_zap/internal/pool/pool.a ... (8 actions, 0 running) [1,416 / 1,546] [Prepa] GoCompilePkg pkg/session/types/types.a ... (5 actions, 0 running) Analyzing: target //tools/tazel:tazel (298 packages loaded, 14064 targets configured) Analyzing: target //:gazelle (270 packages loaded, 11965 targets configured) INFO: Analyzed target //:gazelle (270 packages loaded, 11965 targets configured). INFO: Found 1 target... [0 / 10] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... ( 1 action running) [84 / 316] GoCompilePkg external/com_github_golangci_misspell/misspell.a [for tool]; 0s remote-cache ... (8 actions, 0 running) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14292 targets configured). INFO: Found 1 target... [0 / 26] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running) INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14292 targets configured). INFO: Found 1 target... [0 / 7] [Prepa] BazelWorkspaceStatusAction stable-status.txt Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 6.0 MiB / 17.2 MiB; 1s remote-cache ... (3 actions, 0 running) INFO: Analyzed target //:gazelle (270 packages loaded, 11965 targets configured).  checking cached actions INFO: Found 1 target... [0 / 10] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... ( 1 action running) [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 8.0 MiB / 17.2 MiB; 3s remote-cache ... (3 actions, 0 running) [1,479 / 1,546] GoCompilePkg pkg/lightning/backend/kv/kv.a; Downloading pkg/lightning/backend/kv/kv.a, 2.5 MiB / 2.9 MiB; 0s remote-cache ... (4 actions, 0 running) Analyzing: target //:gazelle (102 packages loaded, 10483 targets configured) Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 7.075s, Critical Path: 2.69s INFO: 339 processes: 336 remote cache hit, 3 internal. INFO: Build completed successfully, 339 total actions INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb && bazel-bin/tools/tazel/tazel_/tazel ' [1,248 / 1,546] GoCompilePkg external/com_google_cloud_go_storage/storage.a; Downloading external/com_google_cloud_go_storage/storage.a, 3.4 MiB / 4.3 MiB; 0s remote-cache ... (5 actions, 0 running) [562 / 607] GoCompilePkg external/io_etcd_go_etcd_api_v3/etcdserverpb/etcdserverpb.a; 0s remote-cache ... (3 actions, 0 running) [1,493 / 1,546] [Prepa] GoCompilePkg br/pkg/metautil/metautil.a Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 29.532s, Critical Path: 3.65s INFO: 316 processes: 296 remote cache hit, 20 internal. INFO: Build completed successfully, 316 total actions INFO: Running command line: bazel-bin/gazelle Analyzing: target //:gazelle (199 packages loaded, 11339 targets configured) [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 2s remote-cache ... (3 actions, 0 running) [273 / 607] [Prepa] GoCompilePkg external/org_uber_go_zap/internal/ztest/ztest.a ... (8 actions, 0 running) [30 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net/http.a, 6.1 MiB / 7.3 MiB; 4s remote-cache ... (8 actions, 0 running) bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache \ --run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb && " \ //tools/tazel:tazel [1,504 / 1,546] GoCompilePkg pkg/extension/extensionimpl/extensionimpl.a; Downloading pkg/extension/extensionimpl/extensionimpl.a, 3.0 MiB / 6.9 MiB; 0s remote-cache ... (5 actions, 0 running) Analyzing: target //:gazelle (204 packages loaded, 11370 targets configured) [273 / 607] [Prepa] GoCompilePkg external/org_uber_go_multierr/multierr.a ... (2 actions, 0 running) [1,372 / 1,546] GoCompilePkg pkg/expression/context/context.a; Downloading pkg/expression/context/context.a; 0s remote-cache ... (5 actions, 0 running) bazel --output_user_root=/home/jenkins/.tidb/tmp coverage --config=ci --repository_cache=/share/.cache/bazel-repository-cache --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... --test_arg=-with-real-tikv --define gotags=deadlock,intest \ --@io_bazel_rules_go//go/config:cover_format=go_cover \ -- //tests/realtikvtest/addindextest1/... Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Invocation ID: 42502fb2-1a4b-4dea-92d7-f71007710b0d INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_14_05_09.1510902462/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes Loading: Loading: Loading: 0 packages loaded INFO: Build option --run_under has changed, discarding analysis cache. [1,519 / 1,546] GoCompilePkg pkg/planner/core/core.a; Downloading pkg/planner/core/core.a, 20.0 MiB / 47.0 MiB; 0s remote-cache ... (4 actions, 0 running) [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 8.0 MiB / 10.3 MiB; 0s remote-cache ... (3 actions, 0 running) INFO: Invocation ID: fa7934a8-02ae-4fc6-9f20-d8d4f620e6b7 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'coverage' from /data/..2024_05_06_14_05_04.1990500776/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'coverage' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'test' options: --test_output=errors --test_summary=detailed INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=268435456 --test_timeout=150,300,900,3600 Loading: INFO: Elapsed time: 7.088s, Critical Path: 2.89s INFO: 339 processes: 336 remote cache hit, 3 internal. INFO: Build completed successfully, 339 total actions INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb && bazel-bin/tools/tazel/tazel_/tazel ' ./t/ddl/bdr_mode.test: ok! 371 test cases passed, take time 19.874259419 s ./t/ddl/column.test: ok! 27 test cases passed, take time 0.289612721 s ./t/ddl/column_change.test: ok! 9 test cases passed, take time 0.073945202 s Analyzing: target //tools/tazel:tazel (1 packages loaded, 0 targets configured) Loading: Loading: 0 packages loaded INFO: Build options --@io_bazel_rules_go//go/config:cover_format, --collect_code_coverage, --define, and 4 more have changed, discarding analysis cache. INFO: Analyzed target //:gazelle (270 packages loaded, 11965 targets configured). INFO: Found 1 target... [164 / 316] GoCompilePkg build/linter/noloopclosure/noloopclosure.a [for tool]; Downloading build/linter/noloopclosure/noloopclosure.x; 0s remote-cache ... (8 actions, 0 running) Analyzing: target //tests/realtikvtest/addindextest1:addindextest1_test (1 packages loaded, 0 targets configured) [572 / 607] GoCompilePkg external/com_github_pingcap_kvproto/pkg/debugpb/debugpb.a; Downloading external/com_github_pingcap_kvproto/pkg/debugpb/debugpb.a, 271.8 KiB / 3.2 MiB; 0s remote-cache ... (3 actions, 0 running) [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/link, 4.7 MiB / 4.9 MiB; 1s remote-cache ... (3 actions, 0 running) [1,534 / 1,546] [Prepa] GoCompilePkg pkg/planner/cascades/cascades.a [0 / 10] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... ( 1 action running) INFO: Analyzed target //:gazelle (270 packages loaded, 11965 targets configured). INFO: Found 1 target... [559 / 607] GoCompilePkg external/io_etcd_go_etcd_api_v3/etcdserverpb/etcdserverpb.a; 0s remote-cache ... (3 actions, 0 running) [0 / 10] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... ( 1 action running) [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/asm, 3.0 MiB / 3.5 MiB; 1s remote-cache ... (3 actions, 0 running) [277 / 316] [Prepa] GoCompilePkg external/com_github_pmezard_go_difflib/difflib/difflib.a [for tool] ... (8 actions, 0 running) Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 30.444s, Critical Path: 5.52s INFO: 316 processes: 296 remote cache hit, 20 internal. INFO: Build completed successfully, 316 total actions INFO: Running command line: bazel-bin/gazelle bazel --output_user_root=/home/jenkins/.tidb/tmp coverage --config=ci --repository_cache=/share/.cache/bazel-repository-cache --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... --test_arg=-with-real-tikv --define gotags=deadlock,intest \ --@io_bazel_rules_go//go/config:cover_format=go_cover \ -- //tests/realtikvtest/brietest/... INFO: Invocation ID: 00bf3d91-a7ac-4d78-9641-7d3a8fd7aa52 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'coverage' from /data/..2024_05_06_14_05_02.3060477189/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'coverage' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'test' options: --test_output=errors --test_summary=detailed INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=268435456 --test_timeout=150,300,900,3600 [1,416 / 1,546] [Prepa] GoCompilePkg pkg/util/ranger/ranger.a ... (5 actions, 0 running) Analyzing: target //tools/tazel:tazel (7 packages loaded, 11909 targets configured) [1,537 / 1,546] [Prepa] GoCompilePkg pkg/session/session.a Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 28.893s, Critical Path: 3.77s INFO: 316 processes: 296 remote cache hit, 20 internal. INFO: Build completed successfully, 316 total actions INFO: Running command line: bazel-bin/gazelle Loading: Loading: Loading: 0 packages loaded INFO: Build options --@io_bazel_rules_go//go/config:cover_format, --collect_code_coverage, --define, and 4 more have changed, discarding analysis cache. [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 2s remote-cache ... (3 actions, 0 running) Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 6.856s, Critical Path: 2.61s INFO: 339 processes: 336 remote cache hit, 3 internal. INFO: Build completed successfully, 339 total actions INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb && bazel-bin/tools/tazel/tazel_/tazel ' bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache \ --run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb && " \ //tools/tazel:tazel INFO: Invocation ID: 3e7f3f45-c8a8-4e64-a15b-a17c3bd443bc INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_14_05_12.2013045442/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes [1,545 / 1,546] GoLink tests/realtikvtest/sessiontest/sessiontest_test_/sessiontest_test; 0s remote-cache Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 7.097s, Critical Path: 2.82s INFO: 339 processes: 336 remote cache hit, 3 internal. INFO: Build completed successfully, 339 total actions INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb && bazel-bin/tools/tazel/tazel_/tazel ' Loading: Loading: Loading: 0 packages loaded INFO: Build option --run_under has changed, discarding analysis cache. [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net.a, 2.1 MiB / 3.6 MiB; 0s remote-cache ... (3 actions, 0 running) [190 / 316] GoCompilePkg external/co_honnef_go_tools/unused/unused.a [for tool]; 0s remote-cache ... (4 actions, 0 running) Analyzing: target //tests/realtikvtest/addindextest1:addindextest1_test (366 packages loaded, 1197 targets configured) bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache \ --run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb && " \ //tools/tazel:tazel INFO: Invocation ID: 038e9dc4-7939-4dba-9c7a-20251997fe74 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_14_05_08.2429809340/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes Loading: Loading: Loading: 0 packages loaded INFO: Build option --run_under has changed, discarding analysis cache. Analyzing: target //tests/realtikvtest/brietest:brietest_test (1 packages loaded, 0 targets configured) Analyzing: target //tools/tazel:tazel (1 packages loaded, 0 targets configured) [1,467 / 1,546] GoCompilePkg pkg/lightning/backend/encode/encode.a; Downloading pkg/lightning/backend/encode/encode.a; 0s remote-cache ... (7 actions, 0 running) Analyzing: target //tools/tazel:tazel (1 packages loaded, 0 targets configured) [29 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 2s remote-cache ... (8 actions, 0 running) Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle bazel --output_user_root=/home/jenkins/.tidb/tmp coverage --config=ci --repository_cache=/share/.cache/bazel-repository-cache --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... --test_arg=-with-real-tikv --define gotags=deadlock,intest \ --@io_bazel_rules_go//go/config:cover_format=go_cover \ -- //tests/realtikvtest/addindextest2/... INFO: Invocation ID: 7c76d84c-4d6d-4492-b91e-7fd8c750fbc6 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'coverage' from /data/..2024_05_06_14_05_06.1789040247/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'coverage' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'test' options: --test_output=errors --test_summary=detailed INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=268435456 --test_timeout=150,300,900,3600 Loading: Analyzing: target //tools/tazel:tazel (126 packages loaded, 12902 targets configured) [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 9.1 MiB / 10.3 MiB; 0s remote-cache ... (3 actions, 0 running) INFO: Elapsed time: 31.564s, Critical Path: 3.57s INFO: 316 processes: 296 remote cache hit, 20 internal. INFO: Build completed successfully, 316 total actions INFO: Running command line: bazel-bin/gazelle Loading: Loading: 0 packages loaded INFO: Build options --@io_bazel_rules_go//go/config:cover_format, --collect_code_coverage, --define, and 4 more have changed, discarding analysis cache. ./t/ddl/column_modify.test: ok! 164 test cases passed, take time 3.763586266 s [1,545 / 1,546] GoLink tests/realtikvtest/statisticstest/statisticstest_test_/statisticstest_test; Downloading tests/realtikvtest/statisticstest/statisticstest_test_/statisticstest_test, 127.8 MiB / 211.3 MiB; 0s remote-cache Analyzing: target //tests/realtikvtest/addindextest1:addindextest1_test (561 packages loaded, 11928 targets configured) Analyzing: target //tests/realtikvtest/brietest:brietest_test (438 packages loaded, 1235 targets configured) Analyzing: target //tools/tazel:tazel (9 packages loaded, 11937 targets configured) bazel --output_user_root=/home/jenkins/.tidb/tmp coverage --config=ci --repository_cache=/share/.cache/bazel-repository-cache --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... --test_arg=-with-real-tikv --define gotags=deadlock,intest \ --@io_bazel_rules_go//go/config:cover_format=go_cover \ -- //tests/realtikvtest/pessimistictest/... INFO: Invocation ID: 227e3101-a51e-43ac-bcea-fcdeb241bd97 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'coverage' from /data/..2024_05_06_14_04_58.3186151125/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'coverage' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'test' options: --test_output=errors --test_summary=detailed INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=268435456 --test_timeout=150,300,900,3600 Loading: [1,504 / 1,546] [Prepa] GoCompilePkg pkg/extension/extensionimpl/extensionimpl.a ... (5 actions, 0 running) Analyzing: target //tools/tazel:tazel (9 packages loaded, 11937 targets configured) [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 1s remote-cache ... (3 actions, 0 running) bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache \ --run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb && " \ //tools/tazel:tazel INFO: Invocation ID: 5cc721d4-8b40-459c-9745-66e8b613f4c8 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_14_05_07.1486678521/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes Loading: Loading: Loading: 0 packages loaded INFO: Build option --run_under has changed, discarding analysis cache. Analyzing: target //tests/realtikvtest/addindextest2:addindextest2_test (1 packages loaded, 0 targets configured) Loading: Loading: 0 packages loaded INFO: Build options --@io_bazel_rules_go//go/config:cover_format, --collect_code_coverage, --define, and 4 more have changed, discarding analysis cache. INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14292 targets configured).  checking cached actions INFO: Found 1 target... [0 / 25] [Prepa] Creating source manifest for //tools/tazel:tazel [1,546 / 1,552] [Prepa] Expanding template external/remote_coverage_tools/Main [for tool] ... (2 actions, 0 running) [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 6.0 MiB / 17.2 MiB; 1s remote-cache ... (3 actions, 0 running) Analyzing: target //tools/tazel:tazel (1 packages loaded, 0 targets configured) Analyzing: target //tests/realtikvtest/pessimistictest:pessimistictest_test (1 packages loaded, 0 targets configured) [1,545 / 1,546] GoLink tests/realtikvtest/statisticstest/statisticstest_test_/statisticstest_test; 1s remote-cache [314 / 316] checking cached actions Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 31.872s, Critical Path: 4.15s INFO: 316 processes: 296 remote cache hit, 20 internal. INFO: Build completed successfully, 316 total actions INFO: Running command line: bazel-bin/gazelle Analyzing: target //tests/realtikvtest/addindextest1:addindextest1_test (823 packages loaded, 13699 targets configured) Analyzing: target //tests/realtikvtest/brietest:brietest_test (565 packages loaded, 7941 targets configured) [27 / 316] [Prepa] GoCompilePkg external/org_golang_x_tools/internal/versions/versions.a [for tool] ... (6 actions, 0 running) Analyzing: target //tests/realtikvtest/addindextest2:addindextest2_test (367 packages loaded, 10571 targets configured) bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache \ --run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb && " \ //tools/tazel:tazel INFO: Invocation ID: 442cd5f9-aea8-4ab6-95bd-11bb3d0c3b3e INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_14_05_06.1015061225/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes Loading: Loading: Loading: 0 packages loaded INFO: Build option --run_under has changed, discarding analysis cache. Analyzing: target //tools/tazel:tazel (130 packages loaded, 13014 targets configured) [1,551 / 1,554] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; 0s remote-cache [172 / 316] GoCompilePkg external/org_golang_x_tools/go/analysis/passes/testinggoroutine/testinggoroutine.a [for tool]; 0s remote-cache ... (8 actions, 0 running) [1,522 / 1,546] GoCompilePkg pkg/planner/core/core.a; Downloading pkg/planner/core/core.a, 45.9 MiB / 47.0 MiB; 0s remote-cache ... (2 actions, 0 running) Analyzing: target //tools/tazel:tazel (170 packages loaded, 13304 targets configured) Analyzing: target //tools/tazel:tazel (1 packages loaded, 0 targets configured) Analyzing: target //tests/realtikvtest/addindextest1:addindextest1_test (986 packages loaded, 15511 targets configured) Analyzing: target //tools/tazel:tazel (7 packages loaded, 11861 targets configured) Analyzing: target //tests/realtikvtest/pessimistictest:pessimistictest_test (451 packages loaded, 7975 targets configured) Target //tests/realtikvtest/sessiontest:sessiontest_test up-to-date: bazel-bin/tests/realtikvtest/sessiontest/sessiontest_test_/sessiontest_test INFO: Elapsed time: 29.695s, Critical Path: 12.58s INFO: 1551 processes: 1531 remote cache hit, 20 internal. INFO: Build completed successfully, 1551 total actions Test cases: finished with 11 passing and 0 failing out of 11 test cases Executed 0 out of 1 test: 1 test passes. ./build/jenkins_collect_coverage.sh root: /home/jenkins/.tidb/tmp/6fe290a12c1bd5bc697515c884fc0103/execroot/__main__/bazel-out/k8-fastbuild/testlogs Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 28.722s, Critical Path: 3.47s INFO: 316 processes: 296 remote cache hit, 20 internal. INFO: Build completed successfully, 316 total actions INFO: Running command line: bazel-bin/gazelle [1,552 / 1,554] [Prepa] Building external/remote_coverage_tools/Main.jar () [for tool] Analyzing: target //tests/realtikvtest/addindextest2:addindextest2_test (575 packages loaded, 11432 targets configured) Analyzing: target //tests/realtikvtest/brietest:brietest_test (766 packages loaded, 13745 targets configured) complete to collect bazel result. [Pipeline] } INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14292 targets configured).  checking cached actions INFO: Found 1 target... [0 / 23] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running) Target //tests/realtikvtest/statisticstest:statisticstest_test up-to-date: bazel-bin/tests/realtikvtest/statisticstest/statisticstest_test_/statisticstest_test INFO: Elapsed time: 28.929s, Critical Path: 11.86s INFO: 1551 processes: 1531 remote cache hit, 20 internal. INFO: Build completed successfully, 1551 total actions Test cases: finished with 1 passing and 0 failing out of 1 test cases Executed 0 out of 1 test: 1 test passes. ./build/jenkins_collect_coverage.sh root: /home/jenkins/.tidb/tmp/6fe290a12c1bd5bc697515c884fc0103/execroot/__main__/bazel-out/k8-fastbuild/testlogs [272 / 607] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/objdump, 1.6 MiB / 3.0 MiB; 1s remote-cache [Pipeline] // dir [1,538 / 1,546] [Prepa] GoCompilePkg pkg/store/gcworker/gcworker.a INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14292 targets configured).  checking cached actions INFO: Found 1 target... [0 / 25] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running) Post stage Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 28.711s, Critical Path: 3.55s INFO: 316 processes: 296 remote cache hit, 20 internal. INFO: Build completed successfully, 316 total actions INFO: Running command line: bazel-bin/gazelle [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb [Pipeline] { bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache \ --run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb && " \ //tools/tazel:tazel INFO: Invocation ID: 50fa268a-5337-4cf6-85d9-d1161ad71296 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_14_05_31.1706460609/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes complete to collect bazel result. [Pipeline] } [Pipeline] junit Recording test results [Pipeline] // dir Post stage bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache \ --run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb && " \ //tools/tazel:tazel INFO: Invocation ID: 618c42d9-b931-439e-83fe-b87fbdf025ae INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_14_05_33.4185655657/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb Loading: Loading: Loading: 0 packages loaded INFO: Build option --run_under has changed, discarding analysis cache. Analyzing: target //tools/tazel:tazel (1 packages loaded, 0 targets configured) [Pipeline] { Analyzing: target //tools/tazel:tazel (124 packages loaded, 12895 targets configured) Analyzing: target //tests/realtikvtest/pessimistictest:pessimistictest_test (690 packages loaded, 12362 targets configured) [Pipeline] junit Recording test results Analyzing: target //tools/tazel:tazel (7 packages loaded, 11861 targets configured) Loading: Loading: Loading: 0 packages loaded INFO: Build option --run_under has changed, discarding analysis cache. [Checks API] No suitable checks publisher found. [Pipeline] sh Analyzing: target //tests/realtikvtest/addindextest1:addindextest1_test (1040 packages loaded, 16034 targets configured) Analyzing: target //tests/realtikvtest/brietest:brietest_test (963 packages loaded, 14915 targets configured) [273 / 607] [Prepa] GoCompilePkg external/org_uber_go_zap/internal/pool/pool.a ... (4 actions, 0 running) [450 / 607] GoCompilePkg external/org_golang_google_protobuf/internal/impl/impl.a; 0s remote-cache ... (8 actions, 0 running) Analyzing: target //tools/tazel:tazel (1 packages loaded, 0 targets configured) [1,545 / 1,546] GoLink tests/realtikvtest/txntest/txntest_test_/txntest_test; Downloading tests/realtikvtest/txntest/txntest_test_/txntest_test, 132.2 MiB / 211.4 MiB; 0s remote-cache [Checks API] No suitable checks publisher found. Analyzing: target //tests/realtikvtest/addindextest2:addindextest2_test (737 packages loaded, 13421 targets configured) + find . -name 'pd*.log' -type f -exec tail -n 500 '{}' + ==> ./pd3.log <== [2024/05/06 22:07:45.956 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:07:45.956 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:07:45.956 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:07:45.956 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:07:45.956 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:07:45.956 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:07:45.956 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:07:45.956 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:07:45.956 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2384\",\"peer-urls\":\"http://127.0.0.1:2383\",\"advertise-client-urls\":\"http://127.0.0.1:2384\",\"advertise-peer-urls\":\"http://127.0.0.1:2383\",\"name\":\"pd-2\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-2/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-2\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:07:45.960 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:07:45.960 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:07:45.960 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:07:45.960 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:07:45.961 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:07:45.961 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:07:45.961 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-2] [service-name=MetaStorage] [2024/05/06 22:07:45.961 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:07:45.961 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-2] [service-name=ResourceManager] [2024/05/06 22:07:45.961 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:07:45.961 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:07:45.961 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:07:45.961 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2384]"] [2024/05/06 22:07:45.961 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:07:45.962 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=58] [max-cpu-available=58] [member-initialized=false] [name=pd-2] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2383]"] [listen-peer-urls="[http://127.0.0.1:2383]"] [advertise-client-urls="[http://127.0.0.1:2384]"] [listen-client-urls="[http://127.0.0.1:2384]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:07:45.962 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:07:45.962 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap/db] [took=396.634µs] [2024/05/06 22:07:47.964 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=385a3ea8295f6f18] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:07:47.964 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=()"] [2024/05/06 22:07:47.964 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 0"] [2024/05/06 22:07:47.964 +08:00] [INFO] [raft.go:389] ["newRaft 385a3ea8295f6f18 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:07:47.964 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 1"] [2024/05/06 22:07:47.964 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:07:47.964 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:07:47.964 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:47.966 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:07:47.966 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:07:47.966 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.966 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.967 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.968 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.968 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.968 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [remote-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:07:47.968 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.968 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.968 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.968 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.969 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.970 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.970 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.970 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.970 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.970 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [remote-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:07:47.970 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=385a3ea8295f6f18] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:07:47.970 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:07:47.970 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:07:47.970 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:07:47.970 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:07:47.971 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:47.971 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:07:47.971 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:47.971 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:07:47.971 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:47.971 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:07:47.971 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.971 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.971 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.971 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.971 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.971 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.972 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2383] [2024/05/06 22:07:47.972 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=385a3ea8295f6f18] [initial-advertise-peer-urls="[http://127.0.0.1:2383]"] [listen-peer-urls="[http://127.0.0.1:2383]"] [advertise-client-urls="[http://127.0.0.1:2384]"] [listen-client-urls="[http://127.0.0.1:2384]"] [listen-metrics-urls="[]"] [2024/05/06 22:07:47.972 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream Message"] [2024/05/06 22:07:47.972 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream Message"] [2024/05/06 22:07:47.972 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.972 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.972 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream MsgApp v2"] [2024/05/06 22:07:47.972 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.972 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream MsgApp v2"] [2024/05/06 22:07:47.972 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:48.021 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=385a3ea8295f6f18] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:07:50.465 +08:00] [INFO] [raft.go:929] ["385a3ea8295f6f18 is starting a new election at term 1"] [2024/05/06 22:07:50.466 +08:00] [INFO] [raft.go:735] ["385a3ea8295f6f18 became pre-candidate at term 1"] [2024/05/06 22:07:50.466 +08:00] [INFO] [raft.go:830] ["385a3ea8295f6f18 received MsgPreVoteResp from 385a3ea8295f6f18 at term 1"] [2024/05/06 22:07:50.466 +08:00] [INFO] [raft.go:817] ["385a3ea8295f6f18 [logterm: 1, index: 3] sent MsgPreVote request to 1f01bdf364b8beaa at term 1"] [2024/05/06 22:07:50.466 +08:00] [INFO] [raft.go:817] ["385a3ea8295f6f18 [logterm: 1, index: 3] sent MsgPreVote request to 3037d9ad26fb2231 at term 1"] [2024/05/06 22:07:50.466 +08:00] [INFO] [raft.go:830] ["385a3ea8295f6f18 received MsgPreVoteResp from 3037d9ad26fb2231 at term 1"] [2024/05/06 22:07:50.466 +08:00] [INFO] [raft.go:1295] ["385a3ea8295f6f18 has received 2 MsgPreVoteResp votes and 0 vote rejections"] [2024/05/06 22:07:50.466 +08:00] [INFO] [raft.go:719] ["385a3ea8295f6f18 became candidate at term 2"] [2024/05/06 22:07:50.466 +08:00] [INFO] [raft.go:830] ["385a3ea8295f6f18 received MsgVoteResp from 385a3ea8295f6f18 at term 2"] [2024/05/06 22:07:50.466 +08:00] [INFO] [raft.go:817] ["385a3ea8295f6f18 [logterm: 1, index: 3] sent MsgVote request to 1f01bdf364b8beaa at term 2"] [2024/05/06 22:07:50.466 +08:00] [INFO] [raft.go:817] ["385a3ea8295f6f18 [logterm: 1, index: 3] sent MsgVote request to 3037d9ad26fb2231 at term 2"] [2024/05/06 22:07:50.466 +08:00] [INFO] [raft.go:830] ["385a3ea8295f6f18 received MsgVoteResp from 1f01bdf364b8beaa at term 2"] [2024/05/06 22:07:50.466 +08:00] [INFO] [raft.go:1295] ["385a3ea8295f6f18 has received 2 MsgVoteResp votes and 0 vote rejections"] [2024/05/06 22:07:50.466 +08:00] [INFO] [raft.go:771] ["385a3ea8295f6f18 became leader at term 2"] [2024/05/06 22:07:50.466 +08:00] [INFO] [node.go:327] ["raft.node: 385a3ea8295f6f18 elected leader 385a3ea8295f6f18 at term 2"] [2024/05/06 22:07:50.467 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=385a3ea8295f6f18] [local-member-attributes="{Name:pd-2 ClientURLs:[http://127.0.0.1:2384]}"] [request-path=/0/members/385a3ea8295f6f18/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:07:50.467 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:07:50.468 +08:00] [INFO] [server.go:2639] ["setting up initial cluster version"] [cluster-version=3.4] [2024/05/06 22:07:50.468 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-2] [service-name=ResourceManager] [2024/05/06 22:07:50.468 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-2] [service-name=MetaStorage] [2024/05/06 22:07:50.468 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2384] [2024/05/06 22:07:50.468 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [cluster-version=3.4] [2024/05/06 22:07:50.468 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:07:50.468 +08:00] [INFO] [server.go:2671] ["cluster version is updated"] [cluster-version=3.4] [2024/05/06 22:07:50.473 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888113200288769] [2024/05/06 22:07:50.473 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-2\" member_id:4060626905997471512 peer_urls:\"http://127.0.0.1:2383\" client_urls:\"http://127.0.0.1:2384\" "] [root-path=/pd/7365888113200288769] [2024/05/06 22:07:50.477 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:07:50.477 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=4060626905997471512] [2024/05/06 22:07:50.478 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:07:50.479 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:07:50.479 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-2] [2024/05/06 22:07:50.479 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-2] [2024/05/06 22:07:50.479 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:07:50.480 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:07:50.480 +08:00] [INFO] [server.go:1703] ["start to campaign PD leader"] [campaign-leader-name=pd-2] [2024/05/06 22:07:50.480 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:07:50.480 +08:00] [INFO] [lease.go:66] ["lease granted"] [lease-id=8005305903818145037] [lease-timeout=3] [purpose="leader election"] [2024/05/06 22:07:50.481 +08:00] [INFO] [leadership.go:181] ["check campaign resp"] [resp="{\"header\":{\"cluster_id\":17849374191125529693,\"member_id\":4060626905997471512,\"revision\":12,\"raft_term\":2},\"succeeded\":true,\"responses\":[{\"Response\":{\"ResponsePut\":{\"header\":{\"revision\":12}}}}]}"] [2024/05/06 22:07:50.481 +08:00] [INFO] [leadership.go:190] ["write leaderData to leaderPath ok"] [leader-key=/pd/7365888113200288769/leader] [purpose="leader election"] [2024/05/06 22:07:50.481 +08:00] [INFO] [server.go:1729] ["campaign PD leader ok"] [campaign-leader-name=pd-2] [2024/05/06 22:07:50.481 +08:00] [INFO] [server.go:1737] ["initializing the global TSO allocator"] [2024/05/06 22:07:50.481 +08:00] [INFO] [tso.go:160] ["start to sync timestamp"] [] [2024/05/06 22:07:50.481 +08:00] [INFO] [lease.go:155] ["start lease keep alive worker"] [interval=1s] [purpose="leader election"] [2024/05/06 22:07:50.483 +08:00] [INFO] [tso.go:220] ["sync and save timestamp"] [] [last=0001/01/01 00:00:00.000 +00:00] [last-saved=0001/01/01 00:00:00.000 +00:00] [save=2024/05/06 22:07:53.482 +08:00] [next=2024/05/06 22:07:50.482 +08:00] [2024/05/06 22:07:50.483 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:07:50.484 +08:00] [INFO] [server.go:1769] ["triggering the leader callback functions"] [2024/05/06 22:07:50.484 +08:00] [ERROR] [manager.go:124] ["un-marshall controller config failed, fallback to default"] [error="unexpected end of JSON input"] [v=] [2024/05/06 22:07:50.487 +08:00] [INFO] [manager.go:185] ["resource group manager finishes initialization"] [2024/05/06 22:07:50.491 +08:00] [INFO] [id.go:174] ["idAllocator allocates a new id"] [new-end=1000] [new-base=0] [label=idalloc] [check-curr-end=true] [2024/05/06 22:07:50.491 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=0.0.0] [2024/05/06 22:07:50.491 +08:00] [INFO] [server.go:1803] ["PD leader is ready to serve"] [leader-name=pd-2] [2024/05/06 22:07:50.782 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:07:50.782 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:07:50.782 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:07:50.856 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:07:50.856 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:07:50.856 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:07:50.856 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:07:50.857 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:07:50.857 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:07:50.864 +08:00] [INFO] [server.go:712] ["try to bootstrap raft cluster"] [cluster-id=7365888113200288769] [request="header: store: region: peers: > "] [2024/05/06 22:07:50.864 +08:00] [INFO] [server.go:712] ["try to bootstrap raft cluster"] [cluster-id=7365888113200288769] [request="header: store: region: peers: > "] [2024/05/06 22:07:50.865 +08:00] [INFO] [server.go:773] ["bootstrap cluster ok"] [cluster-id=7365888113200288769] [2024/05/06 22:07:50.865 +08:00] [WARN] [server.go:769] ["cluster already bootstrapped"] [cluster-id=7365888113200288769] [2024/05/06 22:07:50.867 +08:00] [INFO] [cluster.go:643] ["load stores"] [count=1] [cost=855.267µs] [2024/05/06 22:07:50.867 +08:00] [INFO] [cluster.go:654] ["load regions"] [count=1] [cost=149.492µs] [2024/05/06 22:07:50.868 +08:00] [INFO] [scheduling_controller.go:102] ["scheduling service is started"] [2024/05/06 22:07:50.868 +08:00] [INFO] [coordinator.go:407] ["coordinator starts to collect cluster information"] [2024/05/06 22:07:50.869 +08:00] [INFO] [cluster.go:416] ["memory info"] [total-mem=34359738368] [2024/05/06 22:07:50.869 +08:00] [INFO] [tuner.go:117] ["new gctuner"] [threshold=20615843020] [2024/05/06 22:07:50.869 +08:00] [INFO] [cluster.go:429] ["update gc tuner"] [enable-gc-tuner=false] [gc-threshold-bytes=20615843020] [2024/05/06 22:07:50.869 +08:00] [INFO] [memory_limit_tuner.go:50] [debug.SetMemoryLimit] [limit=9223372036854775807] [ret=9223372036854775807] [2024/05/06 22:07:50.869 +08:00] [INFO] [cluster.go:436] ["update gc memory limit"] [memory-limit-bytes=0] [memory-limit-gc-trigger-ratio=0.7] [2024/05/06 22:07:50.869 +08:00] [INFO] [keyspace.go:378] ["[keyspace] added region label for keyspace"] [keyspace-id=0] [label-rule="{\"id\":\"keyspaces/0\",\"index\":0,\"labels\":[{\"key\":\"id\",\"value\":\"0\"}],\"rule_type\":\"key-range\",\"data\":[{\"start_key\":\"7200000000000000fb\",\"end_key\":\"7200000100000000fb\"},{\"start_key\":\"7800000000000000fb\",\"end_key\":\"7800000100000000fb\"}]}"] [takes=570.245µs] [2024/05/06 22:07:50.871 +08:00] [INFO] [cluster.go:2180] ["cluster version changed"] [old-cluster-version=0.0.0] [new-cluster-version=8.2.0-alpha] [2024/05/06 22:07:50.872 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=3] [2024/05/06 22:07:50.872 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:3 address:\"127.0.0.1:20161\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20161\" status_address:\"127.0.0.1:20181\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004470 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:07:50.872 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:07:50.872 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=2] [2024/05/06 22:07:50.872 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:2 address:\"127.0.0.1:20162\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20162\" status_address:\"127.0.0.1:20182\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004470 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:07:50.872 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:07:51.481 +08:00] [INFO] [server.go:1317] ["PD server config is updated"] [new="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"http://127.0.0.1:2382\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [old="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [2024/05/06 22:07:51.684 +08:00] [INFO] [server.go:211] ["establish sync region stream"] [requested-server=pd-0] [url=http://127.0.0.1:2379] [2024/05/06 22:07:51.685 +08:00] [INFO] [server.go:303] ["sync the history regions with server"] [server=pd-0] [from-index=0] [last-index=1] [records-length=1] [2024/05/06 22:07:51.685 +08:00] [INFO] [server.go:211] ["establish sync region stream"] [requested-server=pd-1] [url=http://127.0.0.1:2382] [2024/05/06 22:07:51.685 +08:00] [INFO] [server.go:303] ["sync the history regions with server"] [server=pd-1] [from-index=0] [last-index=1] [records-length=1] [2024/05/06 22:07:53.868 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=1] [2024/05/06 22:07:53.868 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:1 address:\"127.0.0.1:20160\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20160\" status_address:\"127.0.0.1:20180\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004470 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:07:53.868 +08:00] [INFO] [prepare_checker.go:72] ["not loaded from storage region number is satisfied, finish prepare checker"] [not-from-storage-region=1] [total-region=1] [2024/05/06 22:07:53.869 +08:00] [INFO] [coordinator.go:410] ["coordinator has finished cluster information preparation"] [2024/05/06 22:07:53.869 +08:00] [INFO] [coordinator.go:420] ["coordinator starts to run schedulers"] [2024/05/06 22:07:53.869 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:07:53.869 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:07:53.870 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-leader-scheduler] [scheduler-args="[]"] [2024/05/06 22:07:53.870 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-hot-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:07:53.871 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=evict-slow-store-scheduler] [scheduler-args="[]"] [2024/05/06 22:07:53.872 +08:00] [INFO] [coordinator.go:536] ["scheduler config is updated"] [scheduler-config="[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}]"] [2024/05/06 22:07:53.872 +08:00] [INFO] [coordinator.go:164] ["coordinator starts patrol regions"] [2024/05/06 22:07:53.872 +08:00] [INFO] [coordinator.go:276] ["coordinator begins to check suspect key ranges"] [2024/05/06 22:07:53.872 +08:00] [INFO] [coordinator.go:340] ["coordinator begins to actively drive push operator"] [2024/05/06 22:07:53.883 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=6] [operator="\"labeler-split-region {split: region 6 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:6(1, 1), createAt:2024-05-06 22:07:53.883402275 +0800 CST m=+7.966318281, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:07:53.883 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=6] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:07:53.883 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=10] [peer-ids="[11]"] [2024/05/06 22:07:53.883 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=12] [peer-ids="[13]"] [2024/05/06 22:07:53.883 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=14] [peer-ids="[15]"] [2024/05/06 22:07:53.883 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16] [peer-ids="[17]"] [2024/05/06 22:07:53.885 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=6] [detail="StartKey Changed:{} -> {7800000100000000FB}, EndKey:{}"] [old-version=1] [new-version=5] [2024/05/06 22:07:53.885 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=6] [takes=1.552553ms] [operator="\"labeler-split-region {split: region 6 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:6(1, 1), createAt:2024-05-06 22:07:53.883402275 +0800 CST m=+7.966318281, startAt:2024-05-06 22:07:53.883502461 +0800 CST m=+7.966418468, currentStep:1, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:07:53.885 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=6] [origin="id:10 end_key:\"7200000000000000FB\" region_epoch: peers: id:12 start_key:\"7200000000000000FB\" end_key:\"7200000100000000FB\" region_epoch: peers: id:14 start_key:\"7200000100000000FB\" end_key:\"7800000000000000FB\" region_epoch: peers: id:16 start_key:\"7800000000000000FB\" end_key:\"7800000100000000FB\" region_epoch: peers:"] [total=4] [2024/05/06 22:07:54.870 +08:00] [INFO] [hot_region_config.go:490] ["query supported changed"] [last-query-support=false] [cluster-version=8.2.0-alpha] [config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"query\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"query\",\"byte\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"forbid-rw-type\":\"none\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [valid-config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"key\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"byte\",\"key\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [2024/05/06 22:08:00.469 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2384]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2382,http://127.0.0.1:2379]"] [source=server-etcd-client] [2024/05/06 22:08:00.469 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2384]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2379,http://127.0.0.1:2382]"] [source=election-etcd-client] [2024/05/06 22:08:00.869 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=2] [store-address=127.0.0.1:20162] [2024/05/06 22:08:00.870 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=3] [store-address=127.0.0.1:20161] [2024/05/06 22:08:00.870 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=1] [store-address=127.0.0.1:20160] [2024/05/06 22:08:00.890 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:14(5, 1), createAt:2024-05-06 22:08:00.89029959 +0800 CST m=+14.973215595, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 18 on store 3}, 1:{promote learner peer 18 on store 3 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:00.890 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 18 on store 3"] [source=create] [2024/05/06 22:08:00.890 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=16] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:16(5, 1), createAt:2024-05-06 22:08:00.890512557 +0800 CST m=+14.973428558, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 19 on store 3}, 1:{promote learner peer 19 on store 3 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:00.890 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 19 on store 3"] [source=create] [2024/05/06 22:08:00.890 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=6] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:6(5, 1), createAt:2024-05-06 22:08:00.890634206 +0800 CST m=+14.973550207, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{add learner peer 20 on store 3}, 1:{promote learner peer 20 on store 3 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:00.890 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=6] [step="add learner peer 20 on store 3"] [source=create] [2024/05/06 22:08:00.890 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=10] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:10(5, 1), createAt:2024-05-06 22:08:00.890723987 +0800 CST m=+14.973639988, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 21 on store 3}, 1:{promote learner peer 21 on store 3 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:00.890 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 21 on store 3"] [source=create] [2024/05/06 22:08:00.890 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=12] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:12(5, 1), createAt:2024-05-06 22:08:00.890796803 +0800 CST m=+14.973712805, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 22 on store 3}, 1:{promote learner peer 22 on store 3 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:00.890 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 22 on store 3"] [source=create] [2024/05/06 22:08:00.891 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 19 on store 3"] [source=heartbeat] [2024/05/06 22:08:00.891 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Add peer:{id:19 store_id:3 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:00.891 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=6] [step="add learner peer 20 on store 3"] [source=heartbeat] [2024/05/06 22:08:00.891 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=6] [detail="Add peer:{id:20 store_id:3 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:00.892 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 21 on store 3"] [source=heartbeat] [2024/05/06 22:08:00.892 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Add peer:{id:21 store_id:3 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:00.892 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 18 on store 3"] [source=heartbeat] [2024/05/06 22:08:00.892 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 22 on store 3"] [source=heartbeat] [2024/05/06 22:08:00.892 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Add peer:{id:18 store_id:3 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:00.892 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Add peer:{id:22 store_id:3 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:00.900 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=6] [step="promote learner peer 20 on store 3 to voter"] [source=heartbeat] [2024/05/06 22:08:00.900 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="promote learner peer 22 on store 3 to voter"] [source=heartbeat] [2024/05/06 22:08:00.900 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="promote learner peer 19 on store 3 to voter"] [source=heartbeat] [2024/05/06 22:08:00.900 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="promote learner peer 21 on store 3 to voter"] [source=heartbeat] [2024/05/06 22:08:00.901 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=6] [takes=10.560752ms] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:6(5, 1), createAt:2024-05-06 22:08:00.890634206 +0800 CST m=+14.973550207, startAt:2024-05-06 22:08:00.890673015 +0800 CST m=+14.973589028, currentStep:2, size:0, steps:[0:{add learner peer 20 on store 3}, 1:{promote learner peer 20 on store 3 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:00.901 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=6] [detail="Remove peer:{id:20 store_id:3 role:Learner },Add peer:{id:20 store_id:3 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:00.901 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="promote learner peer 18 on store 3 to voter"] [source=heartbeat] [2024/05/06 22:08:00.901 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=12] [takes=10.591742ms] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:12(5, 1), createAt:2024-05-06 22:08:00.890796803 +0800 CST m=+14.973712805, startAt:2024-05-06 22:08:00.890820895 +0800 CST m=+14.973736897, currentStep:2, size:1, steps:[0:{add learner peer 22 on store 3}, 1:{promote learner peer 22 on store 3 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:00.901 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Remove peer:{id:22 store_id:3 role:Learner },Add peer:{id:22 store_id:3 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:00.901 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=16] [takes=10.975785ms] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:16(5, 1), createAt:2024-05-06 22:08:00.890512557 +0800 CST m=+14.973428558, startAt:2024-05-06 22:08:00.8905649 +0800 CST m=+14.973480918, currentStep:2, size:1, steps:[0:{add learner peer 19 on store 3}, 1:{promote learner peer 19 on store 3 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:00.901 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Remove peer:{id:19 store_id:3 role:Learner },Add peer:{id:19 store_id:3 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:00.901 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=10] [takes=10.849481ms] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:10(5, 1), createAt:2024-05-06 22:08:00.890723987 +0800 CST m=+14.973639988, startAt:2024-05-06 22:08:00.890750712 +0800 CST m=+14.973666713, currentStep:2, size:1, steps:[0:{add learner peer 21 on store 3}, 1:{promote learner peer 21 on store 3 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:00.901 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Remove peer:{id:21 store_id:3 role:Learner },Add peer:{id:21 store_id:3 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:00.901 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Remove peer:{id:18 store_id:3 role:Learner },Add peer:{id:18 store_id:3 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:00.901 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=11.471587ms] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:14(5, 1), createAt:2024-05-06 22:08:00.89029959 +0800 CST m=+14.973215595, startAt:2024-05-06 22:08:00.890417736 +0800 CST m=+14.973333742, currentStep:2, size:1, steps:[0:{add learner peer 18 on store 3}, 1:{promote learner peer 18 on store 3 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:03.881 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=10] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:10(5, 3), createAt:2024-05-06 22:08:03.88153483 +0800 CST m=+17.964450836, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 23 on store 1}, 1:{promote learner peer 23 on store 1 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:03.881 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 23 on store 1"] [source=create] [2024/05/06 22:08:03.881 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=12] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:12(5, 3), createAt:2024-05-06 22:08:03.881736124 +0800 CST m=+17.964652125, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 24 on store 1}, 1:{promote learner peer 24 on store 1 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:03.881 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 24 on store 1"] [source=create] [2024/05/06 22:08:03.881 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:14(5, 3), createAt:2024-05-06 22:08:03.881852563 +0800 CST m=+17.964768566, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 25 on store 1}, 1:{promote learner peer 25 on store 1 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:03.881 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 25 on store 1"] [source=create] [2024/05/06 22:08:03.881 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=16] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:16(5, 3), createAt:2024-05-06 22:08:03.881958657 +0800 CST m=+17.964874659, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 26 on store 1}, 1:{promote learner peer 26 on store 1 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:03.881 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 26 on store 1"] [source=create] [2024/05/06 22:08:03.882 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=6] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:6(5, 3), createAt:2024-05-06 22:08:03.882056829 +0800 CST m=+17.964972831, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 27 on store 1}, 1:{promote learner peer 27 on store 1 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:03.882 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=6] [step="add learner peer 27 on store 1"] [source=create] [2024/05/06 22:08:03.883 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 23 on store 1"] [source=heartbeat] [2024/05/06 22:08:03.883 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Add peer:{id:23 store_id:1 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:03.883 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 26 on store 1"] [source=heartbeat] [2024/05/06 22:08:03.883 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Add peer:{id:26 store_id:1 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:03.883 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Add peer:{id:25 store_id:1 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:03.883 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 25 on store 1"] [source=heartbeat] [2024/05/06 22:08:03.883 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 24 on store 1"] [source=heartbeat] [2024/05/06 22:08:03.883 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=6] [step="add learner peer 27 on store 1"] [source=heartbeat] [2024/05/06 22:08:03.883 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Add peer:{id:24 store_id:1 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:03.883 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=6] [detail="Add peer:{id:27 store_id:1 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:03.890 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="promote learner peer 24 on store 1 to voter"] [source=heartbeat] [2024/05/06 22:08:03.890 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="promote learner peer 23 on store 1 to voter"] [source=heartbeat] [2024/05/06 22:08:03.890 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="promote learner peer 26 on store 1 to voter"] [source=heartbeat] [2024/05/06 22:08:03.890 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="promote learner peer 25 on store 1 to voter"] [source=heartbeat] [2024/05/06 22:08:03.891 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=6] [step="promote learner peer 27 on store 1 to voter"] [source=heartbeat] [2024/05/06 22:08:03.891 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Remove peer:{id:24 store_id:1 role:Learner },Add peer:{id:24 store_id:1 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:03.891 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=12] [takes=9.601701ms] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:12(5, 3), createAt:2024-05-06 22:08:03.881736124 +0800 CST m=+17.964652125, startAt:2024-05-06 22:08:03.88178628 +0800 CST m=+17.964702285, currentStep:2, size:1, steps:[0:{add learner peer 24 on store 1}, 1:{promote learner peer 24 on store 1 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:03.891 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Remove peer:{id:23 store_id:1 role:Learner },Add peer:{id:23 store_id:1 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:03.891 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=10] [takes=9.907441ms] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:10(5, 3), createAt:2024-05-06 22:08:03.88153483 +0800 CST m=+17.964450836, startAt:2024-05-06 22:08:03.881650424 +0800 CST m=+17.964566440, currentStep:2, size:1, steps:[0:{add learner peer 23 on store 1}, 1:{promote learner peer 23 on store 1 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:03.891 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=16] [takes=9.668141ms] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:16(5, 3), createAt:2024-05-06 22:08:03.881958657 +0800 CST m=+17.964874659, startAt:2024-05-06 22:08:03.881994713 +0800 CST m=+17.964910725, currentStep:2, size:1, steps:[0:{add learner peer 26 on store 1}, 1:{promote learner peer 26 on store 1 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:03.891 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Remove peer:{id:26 store_id:1 role:Learner },Add peer:{id:26 store_id:1 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:03.891 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Remove peer:{id:25 store_id:1 role:Learner },Add peer:{id:25 store_id:1 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:03.891 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=9.858327ms] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:14(5, 3), createAt:2024-05-06 22:08:03.881852563 +0800 CST m=+17.964768566, startAt:2024-05-06 22:08:03.881888315 +0800 CST m=+17.964804325, currentStep:2, size:1, steps:[0:{add learner peer 25 on store 1}, 1:{promote learner peer 25 on store 1 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:03.891 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=6] [detail="Remove peer:{id:27 store_id:1 role:Learner },Add peer:{id:27 store_id:1 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:03.891 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=6] [takes=9.778917ms] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:6(5, 3), createAt:2024-05-06 22:08:03.882056829 +0800 CST m=+17.964972831, startAt:2024-05-06 22:08:03.882107848 +0800 CST m=+17.965023854, currentStep:2, size:1, steps:[0:{add learner peer 27 on store 1}, 1:{promote learner peer 27 on store 1 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:50.870 +08:00] [INFO] [cluster.go:570] ["sync the store config successful"] [store-address=127.0.0.1:20182] [store-config="{\n \"coprocessor\": {\n \"region-max-size\": \"144MiB\",\n \"region-split-size\": \"96MiB\",\n \"region-max-keys\": 1440000,\n \"region-split-keys\": 960000,\n \"enable-region-bucket\": false,\n \"region-bucket-size\": \"50MiB\"\n },\n \"storage\": {\n \"engine\": \"raft-kv\"\n }\n}"] [old-config="{\n \"coprocessor\": {\n \"region-max-size\": \"\",\n \"region-split-size\": \"\",\n \"region-max-keys\": 0,\n \"region-split-keys\": 0,\n \"enable-region-bucket\": false,\n \"region-bucket-size\": \"\"\n },\n \"storage\": {\n \"engine\": \"\"\n }\n}"] [2024/05/06 22:08:50.871 +08:00] [INFO] [cluster.go:506] ["store config is updated"] ==> ./pd1.log <== [2024/05/06 22:07:45.955 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:07:45.955 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:07:45.955 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:07:45.955 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:07:45.955 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:07:45.955 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:07:45.955 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:07:45.955 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:07:45.955 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2379\",\"peer-urls\":\"http://127.0.0.1:2380\",\"advertise-client-urls\":\"http://127.0.0.1:2379\",\"advertise-peer-urls\":\"http://127.0.0.1:2380\",\"name\":\"pd-0\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-0/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-0\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:07:45.959 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:07:45.959 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:07:45.959 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:07:45.959 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:07:45.962 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:07:45.962 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:07:45.962 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-0] [service-name=MetaStorage] [2024/05/06 22:07:45.962 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:07:45.962 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-0] [service-name=ResourceManager] [2024/05/06 22:07:45.962 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:07:45.962 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:07:45.962 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2379]"] [2024/05/06 22:07:45.962 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:07:45.962 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:07:45.962 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=58] [max-cpu-available=58] [member-initialized=false] [name=pd-0] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2380]"] [listen-peer-urls="[http://127.0.0.1:2380]"] [advertise-client-urls="[http://127.0.0.1:2379]"] [listen-client-urls="[http://127.0.0.1:2379]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:07:45.962 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:07:45.963 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap/db] [took=248.248µs] [2024/05/06 22:07:47.966 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=3037d9ad26fb2231] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:07:47.966 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=()"] [2024/05/06 22:07:47.966 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 0"] [2024/05/06 22:07:47.966 +08:00] [INFO] [raft.go:389] ["newRaft 3037d9ad26fb2231 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:07:47.966 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 1"] [2024/05/06 22:07:47.966 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:07:47.966 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:07:47.966 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:47.966 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:07:47.967 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:07:47.967 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.967 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.967 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.967 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.968 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.968 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.968 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.968 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [remote-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:07:47.968 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.968 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.968 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.969 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.969 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.969 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [remote-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:07:47.969 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=3037d9ad26fb2231] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:07:47.969 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.969 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:07:47.969 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.969 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:07:47.969 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:07:47.969 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:07:47.970 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:47.970 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:07:47.970 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:47.970 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:07:47.970 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:47.970 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:07:47.971 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2380] [2024/05/06 22:07:47.971 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=3037d9ad26fb2231] [initial-advertise-peer-urls="[http://127.0.0.1:2380]"] [listen-peer-urls="[http://127.0.0.1:2380]"] [advertise-client-urls="[http://127.0.0.1:2379]"] [listen-client-urls="[http://127.0.0.1:2379]"] [listen-metrics-urls="[]"] [2024/05/06 22:07:47.971 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream Message"] [2024/05/06 22:07:47.971 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream Message"] [2024/05/06 22:07:47.971 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.971 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.971 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.971 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream MsgApp v2"] [2024/05/06 22:07:47.971 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.971 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.971 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.971 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.972 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream MsgApp v2"] [2024/05/06 22:07:47.972 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.972 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.972 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:48.020 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=3037d9ad26fb2231] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:07:50.466 +08:00] [INFO] [raft.go:966] ["3037d9ad26fb2231 [logterm: 1, index: 3, vote: 0] cast MsgPreVote for 385a3ea8295f6f18 [logterm: 1, index: 3] at term 1"] [2024/05/06 22:07:50.466 +08:00] [INFO] [raft.go:865] ["3037d9ad26fb2231 [term: 1] received a MsgVote message with higher term from 385a3ea8295f6f18 [term: 2]"] [2024/05/06 22:07:50.466 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 2"] [2024/05/06 22:07:50.466 +08:00] [INFO] [raft.go:966] ["3037d9ad26fb2231 [logterm: 1, index: 3, vote: 0] cast MsgVote for 385a3ea8295f6f18 [logterm: 1, index: 3] at term 2"] [2024/05/06 22:07:50.467 +08:00] [INFO] [node.go:327] ["raft.node: 3037d9ad26fb2231 elected leader 385a3ea8295f6f18 at term 2"] [2024/05/06 22:07:50.467 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=3037d9ad26fb2231] [local-member-attributes="{Name:pd-0 ClientURLs:[http://127.0.0.1:2379]}"] [request-path=/0/members/3037d9ad26fb2231/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:07:50.467 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:07:50.468 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-0] [service-name=MetaStorage] [2024/05/06 22:07:50.468 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-0] [service-name=ResourceManager] [2024/05/06 22:07:50.468 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2379] [2024/05/06 22:07:50.468 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [cluster-version=3.4] [2024/05/06 22:07:50.468 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:07:50.472 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888113200288769] [2024/05/06 22:07:50.472 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-0\" member_id:3474484975246189105 peer_urls:\"http://127.0.0.1:2380\" client_urls:\"http://127.0.0.1:2379\" "] [root-path=/pd/7365888113200288769] [2024/05/06 22:07:50.476 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:07:50.477 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=3474484975246189105] [2024/05/06 22:07:50.478 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:07:50.480 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:07:50.480 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-0] [2024/05/06 22:07:50.480 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-0] [2024/05/06 22:07:50.480 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:07:50.480 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:07:50.481 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:07:50.481 +08:00] [INFO] [server.go:1691] ["skip campaigning of pd leader and check later"] [server-name=pd-0] [etcd-leader-id=4060626905997471512] [member-id=3474484975246189105] [2024/05/06 22:07:50.683 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:07:50.683 +08:00] [INFO] [server.go:1662] ["start to watch pd leader"] [pd-leader="name:\"pd-2\" member_id:4060626905997471512 peer_urls:\"http://127.0.0.1:2383\" client_urls:\"http://127.0.0.1:2384\" "] [2024/05/06 22:07:50.683 +08:00] [INFO] [client.go:104] ["region syncer start load region"] [2024/05/06 22:07:50.683 +08:00] [INFO] [client.go:107] ["region syncer finished load regions"] [time-cost=206.661µs] [2024/05/06 22:07:50.684 +08:00] [INFO] [leadership.go:317] ["watch channel is created"] [revision=12] [leader-key=/pd/7365888113200288769/leader] [purpose="leader election"] [2024/05/06 22:07:50.684 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-0] [leader=pd-2] [request-index=0] [2024/05/06 22:07:50.684 +08:00] [ERROR] [client.go:162] ["region sync with leader meet error"] [error="[PD:grpc:ErrGRPCRecv]receive response error: rpc error: code = Unavailable desc = server not started"] [2024/05/06 22:07:51.684 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-0] [leader=pd-2] [request-index=0] [2024/05/06 22:08:00.469 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2379]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2379,http://127.0.0.1:2382]"] [source=server-etcd-client] [2024/05/06 22:08:00.470 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2379]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2379,http://127.0.0.1:2382]"] [source=election-etcd-client] ==> ./pd2.log <== [2024/05/06 22:07:45.956 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:07:45.956 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:07:45.956 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:07:45.956 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:07:45.956 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:07:45.956 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:07:45.956 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:07:45.956 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:07:45.956 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2382\",\"peer-urls\":\"http://127.0.0.1:2381\",\"advertise-client-urls\":\"http://127.0.0.1:2382\",\"advertise-peer-urls\":\"http://127.0.0.1:2381\",\"name\":\"pd-1\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-1/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-1\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:07:45.960 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:07:45.960 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:07:45.960 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:07:45.960 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:07:45.961 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:07:45.961 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:07:45.961 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-1] [service-name=MetaStorage] [2024/05/06 22:07:45.961 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:07:45.961 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-1] [service-name=ResourceManager] [2024/05/06 22:07:45.961 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:07:45.961 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:07:45.961 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:07:45.962 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2382]"] [2024/05/06 22:07:45.962 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:07:45.962 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=58] [max-cpu-available=58] [member-initialized=false] [name=pd-1] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2381]"] [listen-peer-urls="[http://127.0.0.1:2381]"] [advertise-client-urls="[http://127.0.0.1:2382]"] [listen-client-urls="[http://127.0.0.1:2382]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:07:45.962 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:07:45.962 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap/db] [took=332.814µs] [2024/05/06 22:07:47.964 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=1f01bdf364b8beaa] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:07:47.964 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=()"] [2024/05/06 22:07:47.964 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 0"] [2024/05/06 22:07:47.965 +08:00] [INFO] [raft.go:389] ["newRaft 1f01bdf364b8beaa [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:07:47.965 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 1"] [2024/05/06 22:07:47.965 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:07:47.965 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:07:47.965 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:47.966 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:07:47.966 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:07:47.966 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.966 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.966 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.967 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.968 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.968 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [remote-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:07:47.968 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.968 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.968 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.968 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.969 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.969 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.969 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.969 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.969 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [remote-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:07:47.969 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.969 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=1f01bdf364b8beaa] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:07:47.969 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:07:47.969 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:07:47.969 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:07:47.970 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:07:47.970 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:47.970 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:07:47.970 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:47.970 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:07:47.970 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:47.970 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:07:47.971 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2381] [2024/05/06 22:07:47.971 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=1f01bdf364b8beaa] [initial-advertise-peer-urls="[http://127.0.0.1:2381]"] [listen-peer-urls="[http://127.0.0.1:2381]"] [advertise-client-urls="[http://127.0.0.1:2382]"] [listen-client-urls="[http://127.0.0.1:2382]"] [listen-metrics-urls="[]"] [2024/05/06 22:07:47.971 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.971 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.971 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream Message"] [2024/05/06 22:07:47.971 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.971 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream Message"] [2024/05/06 22:07:47.971 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.971 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.971 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.972 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream MsgApp v2"] [2024/05/06 22:07:47.972 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.972 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream MsgApp v2"] [2024/05/06 22:07:47.972 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.972 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.972 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:48.020 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=1f01bdf364b8beaa] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:07:50.466 +08:00] [INFO] [raft.go:966] ["1f01bdf364b8beaa [logterm: 1, index: 3, vote: 0] cast MsgPreVote for 385a3ea8295f6f18 [logterm: 1, index: 3] at term 1"] [2024/05/06 22:07:50.466 +08:00] [INFO] [raft.go:865] ["1f01bdf364b8beaa [term: 1] received a MsgVote message with higher term from 385a3ea8295f6f18 [term: 2]"] [2024/05/06 22:07:50.466 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 2"] [2024/05/06 22:07:50.466 +08:00] [INFO] [raft.go:966] ["1f01bdf364b8beaa [logterm: 1, index: 3, vote: 0] cast MsgVote for 385a3ea8295f6f18 [logterm: 1, index: 3] at term 2"] [2024/05/06 22:07:50.467 +08:00] [INFO] [node.go:327] ["raft.node: 1f01bdf364b8beaa elected leader 385a3ea8295f6f18 at term 2"] [2024/05/06 22:07:50.467 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=1f01bdf364b8beaa] [local-member-attributes="{Name:pd-1 ClientURLs:[http://127.0.0.1:2382]}"] [request-path=/0/members/1f01bdf364b8beaa/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:07:50.467 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:07:50.468 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-1] [service-name=MetaStorage] [2024/05/06 22:07:50.468 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-1] [service-name=ResourceManager] [2024/05/06 22:07:50.468 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [cluster-version=3.4] [2024/05/06 22:07:50.468 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2382] [2024/05/06 22:07:50.468 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:07:50.473 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888113200288769] [2024/05/06 22:07:50.473 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-1\" member_id:2234275743217008298 peer_urls:\"http://127.0.0.1:2381\" client_urls:\"http://127.0.0.1:2382\" "] [root-path=/pd/7365888113200288769] [2024/05/06 22:07:50.477 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:07:50.478 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=2234275743217008298] [2024/05/06 22:07:50.478 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:07:50.480 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:07:50.480 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-1] [2024/05/06 22:07:50.480 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-1] [2024/05/06 22:07:50.480 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:07:50.480 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:07:50.480 +08:00] [INFO] [server.go:1691] ["skip campaigning of pd leader and check later"] [server-name=pd-1] [etcd-leader-id=4060626905997471512] [member-id=2234275743217008298] [2024/05/06 22:07:50.481 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:07:50.683 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:07:50.683 +08:00] [INFO] [server.go:1662] ["start to watch pd leader"] [pd-leader="name:\"pd-2\" member_id:4060626905997471512 peer_urls:\"http://127.0.0.1:2383\" client_urls:\"http://127.0.0.1:2384\" "] [2024/05/06 22:07:50.683 +08:00] [INFO] [client.go:104] ["region syncer start load region"] [2024/05/06 22:07:50.683 +08:00] [INFO] [client.go:107] ["region syncer finished load regions"] [time-cost=211.585µs] [2024/05/06 22:07:50.684 +08:00] [INFO] [leadership.go:317] ["watch channel is created"] [revision=12] [leader-key=/pd/7365888113200288769/leader] [purpose="leader election"] [2024/05/06 22:07:50.684 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-1] [leader=pd-2] [request-index=0] [2024/05/06 22:07:50.684 +08:00] [ERROR] [client.go:162] ["region sync with leader meet error"] [error="[PD:grpc:ErrGRPCRecv]receive response error: rpc error: code = Unavailable desc = server not started"] [2024/05/06 22:07:51.645 +08:00] [INFO] [dbstore.go:33] ["Dashboard initializing local storage file"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/dashboard.sqlite.db] [2024/05/06 22:07:51.656 +08:00] [INFO] [version.go:33] ["TiDB Dashboard started"] [internal-version=8.0.0-9768844f] [standalone=No] [pd-version=v8.2.0-alpha-15-gf83febabe] [build-time="2024-05-06 08:48:58"] [build-git-hash=9768844ff5d7] [2024/05/06 22:07:51.656 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:45927] [remotes="[]"] [2024/05/06 22:07:51.656 +08:00] [INFO] [manager.go:201] ["dashboard server is started"] [2024/05/06 22:07:51.656 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:46857] [remotes="[]"] [2024/05/06 22:07:51.657 +08:00] [WARN] [dynamic_config_manager.go:165] ["Dynamic config does not exist in etcd"] [2024/05/06 22:07:51.661 +08:00] [INFO] [manager.go:74] ["Key visual service is started"] [2024/05/06 22:07:51.685 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-1] [leader=pd-2] [request-index=0] [2024/05/06 22:08:00.469 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2382]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2379,http://127.0.0.1:2382]"] [source=election-etcd-client] [2024/05/06 22:08:00.469 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2382]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2379,http://127.0.0.1:2382]"] [source=server-etcd-client] + find . -name 'tikv*.log' -type f -exec tail -n 500 '{}' + ==> ./tikv1.log <== [2024/05/06 22:07:45.923 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={13, 44, 65, 25, 10, 36, 66, 28, 22, 59, 9, 23, 53, 57, 11, 67, 58, 71, 0, 48, 33, 8, 56, 31, 32, 35, 27, 30, 18, 45, 52, 14, 51, 68, 64, 63, 69, 62, 17, 15, 26, 47, 19, 54, 55, 60, 20, 12, 24, 49, 46, 70, 16, 50, 61, 21, 29, 34}"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:07:45.924 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 128, expect 32768"] [thread_id=1] [2024/05/06 22:07:45.924 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:07:45.924 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:07:45.926 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:45.926 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:07:45.926 +08:00] [INFO] [] ["subchannel 0x7f56b5c4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f56b5cafb88, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f56b5c37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f56b5cd2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004465.926574050\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:07:45.926 +08:00] [INFO] [] ["subchannel 0x7f56b5c4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f56b5cafb88, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f56b5c37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f56b5cd2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:07:45.927 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:45.927 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:45.927 +08:00] [INFO] [] ["subchannel 0x7f56b5c4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f56b5cafb88, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f56b5c37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f56b5cd2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004465.927154296\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:07:45.927 +08:00] [INFO] [] ["subchannel 0x7f56b5c4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f56b5cafb88, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f56b5c37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f56b5cd2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:07:45.927 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:45.927 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:45.927 +08:00] [INFO] [] ["subchannel 0x7f56b5c4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f56b5cafb88, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f56b5c37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f56b5cd2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004465.927470628\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:07:45.927 +08:00] [INFO] [] ["subchannel 0x7f56b5c4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f56b5cafb88, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f56b5c37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f56b5cd2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:07:45.927 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:45.927 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:07:46.228 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:48.229 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:48.229 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:50.230 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:50.230 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:50.770 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:50.771 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:50.772 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:50.773 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:50.774 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:50.775 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:50.775 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:07:50.775 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888113200288769] [thread_id=1] [2024/05/06 22:07:50.776 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:07:50.776 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:07:50.778 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20180] [thread_id=1] [2024/05/06 22:07:50.779 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:07:50.779 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333513/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333512/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333511/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333510/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333509/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333508/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333505/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333504/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333503/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333030/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22500/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22499/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22498/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22497/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22496/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22495/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22494/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/634494/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/634494/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data] [thread_id=1] [2024/05/06 22:07:50.779 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data] [thread_id=1] [2024/05/06 22:07:50.780 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333513/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333512/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333511/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333510/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333509/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333508/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333505/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333504/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333503/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333030/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22500/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22499/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22498/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22497/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22496/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22495/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22494/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/634494/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/634494/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft] [thread_id=1] [2024/05/06 22:07:50.780 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft] [thread_id=1] [2024/05/06 22:07:50.780 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv1.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20160\",\"advertise-addr\":\"127.0.0.1:20160\",\"status-addr\":\"127.0.0.1:20180\",\"advertise-status-addr\":\"127.0.0.1:20180\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:07:50.781 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:07:50.781 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=1ms] [thread_id=17] [2024/05/06 22:07:50.782 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=18] [2024/05/06 22:07:50.782 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=18] [2024/05/06 22:07:50.782 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=17] [2024/05/06 22:07:50.782 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:07:50.789 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:07:50.789 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:07:50.789 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 203.962µs"] [thread_id=1] [2024/05/06 22:07:50.852 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:07:50.854 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:07:50.854 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:07:50.855 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/log-backup-temp] [thread_id=1] [2024/05/06 22:07:50.855 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=73] [2024/05/06 22:07:50.856 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:07:50.856 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:07:50.856 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:07:50.856 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=73] [2024/05/06 22:07:50.856 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:07:50.856 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=74] [2024/05/06 22:07:50.864 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 4 region_epoch { conf_ver: 1 version: 1 } peers { id: 5 store_id: 1 }"] [store_id=1] [thread_id=1] [2024/05/06 22:07:50.865 +08:00] [ERROR] [raft_server.rs:426] ["bootstrap cluster"] [err_code=KV:Pd:Unknown] [err="Other(\"[components/pd_client/src/util.rs:952]: [PD:etcd:ErrEtcdTxnConflict]etcd transaction failed, conflicted and rolled back\")"] [cluster_id=7365888113200288769] [thread_id=1] [2024/05/06 22:07:53.866 +08:00] [INFO] [raft_server.rs:416] ["cluster is already bootstrapped"] [cluster_id=7365888113200288769] [thread_id=1] [2024/05/06 22:07:53.866 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 1 address: \"127.0.0.1:20160\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20160\" status_address: \"127.0.0.1:20180\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004470 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:07:53.869 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=1] [status=Some()] [thread_id=1] [2024/05/06 22:07:53.869 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=2] [thread_id=1] [2024/05/06 22:07:53.869 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=3] [thread_id=1] [2024/05/06 22:07:53.869 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:07:53.869 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=1] [thread_id=1] [2024/05/06 22:07:53.870 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:07:53.873 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:07:53.873 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=45.178µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=0] [store_id=1] [thread_id=1] [2024/05/06 22:07:53.873 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=38.895µs] [garbage_range_count=1] [store_id=1] [thread_id=1] [2024/05/06 22:07:53.875 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:07:53.875 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:07:53.875 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:07:53.879 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:07:53.879 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:07:53.879 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:07:53.881 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20160] [thread_id=1] [2024/05/06 22:07:53.881 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=18] [2024/05/06 22:07:53.881 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=18] [2024/05/06 22:07:53.885 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:03.876 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:03.884 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(2)] [thread_id=7] [2024/05/06 22:08:03.884 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=11] [store_id=1] [peer_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:03.884 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:03.884 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:03.884 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:03.884 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 23."] [id=23] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:03.884 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=17] [store_id=1] [peer_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:03.884 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:03.884 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:03.884 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:03.884 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 26."] [id=26] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:03.884 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=15] [store_id=1] [peer_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:03.884 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:03.884 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:03.884 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 11"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=11] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:03.884 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:03.885 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 25."] [id=25] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:03.885 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:03.885 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=13] [store_id=1] [peer_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:03.885 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:03.885 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:03.885 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:03.885 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 24."] [id=24] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:03.885 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=7] [store_id=1] [peer_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:08:03.885 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:08:03.885 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:08:03.885 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:08:03.885 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 27."] [id=27] [raft_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:08:03.885 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 17"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=17] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:03.885 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:03.885 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 13"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=13] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:03.885 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 15"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=15] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:03.885 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:03.885 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:03.885 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 7"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=7] [raft_id=27] [region_id=6] [thread_id=101] [2024/05/06 22:08:03.885 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=27] [region_id=6] [thread_id=101] [2024/05/06 22:08:03.886 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20162] [store_id=2] [thread_id=71] [2024/05/06 22:08:03.886 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=2] [addr=127.0.0.1:20162] [thread_id=71] [2024/05/06 22:08:03.886 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=5] [cost=805.255µs] [addr=127.0.0.1:20162] [store_id=2] [thread_id=71] [2024/05/06 22:08:03.888 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=132] [2024/05/06 22:08:03.888 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=131] [2024/05/06 22:08:03.889 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=130] [2024/05/06 22:08:03.889 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/rev_10_6_9_(default|lock|write).sst] [snap_key=10_6_9] [thread_id=132] [2024/05/06 22:08:03.889 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/rev_12_6_9_(default|lock|write).sst] [snap_key=12_6_9] [thread_id=130] [2024/05/06 22:08:03.889 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/rev_16_6_9_(default|lock|write).sst] [snap_key=16_6_9] [thread_id=131] [2024/05/06 22:08:03.889 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=129] [2024/05/06 22:08:03.889 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/rev_14_6_9_(default|lock|write).sst] [snap_key=14_6_9] [thread_id=129] [2024/05/06 22:08:03.889 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=350.097µs] [snap_key=12_6_9] [thread_id=130] [2024/05/06 22:08:03.889 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=442.376µs] [snap_key=10_6_9] [thread_id=132] [2024/05/06 22:08:03.889 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:03.889 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=473.258µs] [snap_key=16_6_9] [thread_id=131] [2024/05/06 22:08:03.889 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=130] [2024/05/06 22:08:03.889 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:03.889 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 22} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:03.889 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/rev_6_6_10_(default|lock|write).sst] [snap_key=6_6_10] [thread_id=130] [2024/05/06 22:08:03.889 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=394.079µs] [snap_key=14_6_9] [thread_id=129] [2024/05/06 22:08:03.889 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:03.889 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:03.889 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {21, 11} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:03.889 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:03.889 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:03.889 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:03.889 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:03.889 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 24 store_id: 1 role: Learner }"] [peer_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:03.889 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 23 store_id: 1 role: Learner }"] [peer_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:03.889 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:03.889 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 19} }, outgoing: Configuration { voters: {} } }, learners: {26}, learners_next: {}, auto_leave: false }"] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:03.889 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:03.889 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:03.889 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {18, 15} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:03.889 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:03.889 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:03.889 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:03.889 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:03.889 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:03.889 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 25 store_id: 1 role: Learner }"] [peer_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:03.889 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 26 store_id: 1 role: Learner }"] [peer_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:03.889 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=374.692µs] [snap_key=6_6_10] [thread_id=130] [2024/05/06 22:08:03.889 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 10, term: 6]"] [snapshot_term=6] [snapshot_index=10] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=27] [region_id=6] [thread_id=101] [2024/05/06 22:08:03.889 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 7} }, outgoing: Configuration { voters: {} } }, learners: {27}, learners_next: {}, auto_leave: false }"] [raft_id=27] [region_id=6] [thread_id=101] [2024/05/06 22:08:03.889 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=10] [last_term=6] [last_index=10] [commit=10] [raft_id=27] [region_id=6] [thread_id=101] [2024/05/06 22:08:03.889 +08:00] [INFO] [raft.rs:2549] ["[commit: 10, term: 6] restored snapshot [index: 10, term: 6]"] [snapshot_term=6] [snapshot_index=10] [commit=10] [term=6] [raft_id=27] [region_id=6] [thread_id=101] [2024/05/06 22:08:03.889 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=27] [region_id=6] [thread_id=101] [2024/05/06 22:08:03.889 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 10 truncated_state { index: 10 term: 6 }"] [region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 7 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 27 store_id: 1 role: Learner }"] [peer_id=27] [region_id=6] [thread_id=101] [2024/05/06 22:08:03.889 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 24 store_id: 1 role: Learner }"] [peer_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:03.890 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 23 store_id: 1 role: Learner }"] [peer_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:03.890 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=24] [region_id=12] [thread_id=80] [2024/05/06 22:08:03.890 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 26 store_id: 1 role: Learner }"] [peer_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:03.890 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 25 store_id: 1 role: Learner }"] [peer_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:03.890 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:03.890 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=83.398µs] [region_id=12] [thread_id=80] [2024/05/06 22:08:03.890 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 7 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 27 store_id: 1 role: Learner }"] [peer_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:08:03.890 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=23] [region_id=10] [thread_id=80] [2024/05/06 22:08:03.890 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:03.890 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=31.328µs] [region_id=10] [thread_id=80] [2024/05/06 22:08:03.890 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=26] [region_id=16] [thread_id=80] [2024/05/06 22:08:03.890 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:03.890 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=16.293µs] [region_id=16] [thread_id=80] [2024/05/06 22:08:03.890 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=25] [region_id=14] [thread_id=80] [2024/05/06 22:08:03.890 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:03.890 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=20.175µs] [region_id=14] [thread_id=80] [2024/05/06 22:08:03.890 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=27] [region_id=6] [thread_id=80] [2024/05/06 22:08:03.890 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:03.890 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=19.454µs] [region_id=6] [thread_id=80] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 1 } } }"] [index=10] [term=6] [peer_id=24] [region_id=12] [thread_id=103] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=24] [region_id=12] [thread_id=103] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 1 } } }"] [index=10] [term=6] [peer_id=23] [region_id=10] [thread_id=104] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=23] [region_id=10] [thread_id=104] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 24 store_id: 1 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 24 store_id: 1 role: Learner }"] [changes="[peer { id: 24 store_id: 1 }]"] [peer_id=24] [region_id=12] [thread_id=103] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 23 store_id: 1 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 23 store_id: 1 role: Learner }"] [changes="[peer { id: 23 store_id: 1 }]"] [peer_id=23] [region_id=10] [thread_id=104] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 26 store_id: 1 } } }"] [index=10] [term=6] [peer_id=26] [region_id=16] [thread_id=103] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=26] [region_id=16] [thread_id=103] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 1 } } }"] [index=10] [term=6] [peer_id=25] [region_id=14] [thread_id=104] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=25] [region_id=14] [thread_id=104] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 26 store_id: 1 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 26 store_id: 1 role: Learner }"] [changes="[peer { id: 26 store_id: 1 }]"] [peer_id=26] [region_id=16] [thread_id=103] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 25 store_id: 1 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 25 store_id: 1 role: Learner }"] [changes="[peer { id: 25 store_id: 1 }]"] [peer_id=25] [region_id=14] [thread_id=104] [2024/05/06 22:08:03.891 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 26, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 27 store_id: 1 } } }"] [index=11] [term=6] [peer_id=27] [region_id=6] [thread_id=103] [2024/05/06 22:08:03.891 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {24, 13, 22} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=27] [region_id=6] [thread_id=103] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 7 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 27 store_id: 1 }"] [original_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 7 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 27 store_id: 1 role: Learner }"] [changes="[peer { id: 27 store_id: 1 }]"] [peer_id=27] [region_id=6] [thread_id=103] [2024/05/06 22:08:03.891 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {23, 21, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:03.891 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {25, 18, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:03.891 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 27, 7} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:08:53.875 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=6_6_10] [peer_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:08:53.875 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=10_6_9] [peer_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:53.875 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=12_6_9] [peer_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:53.875 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=14_6_9] [peer_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:53.875 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=16_6_9] [peer_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:53.875 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:08:53.876 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:08:53.876 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:08:53.876 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:08:53.876 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] ==> ./tikv3.log <== [2024/05/06 22:07:45.923 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={59, 24, 13, 45, 54, 26, 55, 62, 18, 49, 21, 47, 36, 28, 10, 9, 25, 53, 52, 67, 0, 48, 66, 34, 60, 11, 8, 50, 27, 64, 68, 17, 29, 61, 65, 16, 44, 14, 57, 23, 22, 15, 58, 63, 20, 71, 56, 32, 30, 69, 19, 31, 35, 70, 12, 33, 46, 51}"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:07:45.924 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 128, expect 32768"] [thread_id=1] [2024/05/06 22:07:45.924 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:07:45.924 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:07:45.925 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:45.926 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:07:45.926 +08:00] [INFO] [] ["subchannel 0x7f493644d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f49364afb88, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f4936437e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f49364d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004465.926381691\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:07:45.926 +08:00] [INFO] [] ["subchannel 0x7f493644d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f49364afb88, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f4936437e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f49364d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:07:45.926 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:45.926 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:45.926 +08:00] [INFO] [] ["subchannel 0x7f493644dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f49364afb88, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f4936437e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f49364d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004465.926914958\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:07:45.926 +08:00] [INFO] [] ["subchannel 0x7f493644dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f49364afb88, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f4936437e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f49364d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:07:45.927 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:45.927 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:45.927 +08:00] [INFO] [] ["subchannel 0x7f493644e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f49364afb88, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f4936437e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f49364d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004465.927182291\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:07:45.927 +08:00] [INFO] [] ["subchannel 0x7f493644e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f49364afb88, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f4936437e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f49364d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:07:45.927 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:45.927 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:07:46.228 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:48.229 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:48.229 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:50.230 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:50.230 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:50.770 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:50.771 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:50.772 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:50.773 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:50.774 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:50.774 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:50.775 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:07:50.775 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888113200288769] [thread_id=1] [2024/05/06 22:07:50.776 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:07:50.776 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:07:50.778 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20182] [thread_id=1] [2024/05/06 22:07:50.779 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:07:50.779 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333513/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333512/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333511/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333510/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333509/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333508/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333505/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333504/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333503/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333030/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22500/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22499/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22498/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22497/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22496/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22495/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22494/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/634494/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/634494/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data] [thread_id=1] [2024/05/06 22:07:50.779 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data] [thread_id=1] [2024/05/06 22:07:50.780 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333513/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333512/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333511/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333510/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333509/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333508/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333505/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333504/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333503/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333030/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22500/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22499/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22498/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22497/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22496/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22495/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22494/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/634494/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/634494/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft] [thread_id=1] [2024/05/06 22:07:50.780 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft] [thread_id=1] [2024/05/06 22:07:50.780 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv3.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20162\",\"advertise-addr\":\"127.0.0.1:20162\",\"status-addr\":\"127.0.0.1:20182\",\"advertise-status-addr\":\"127.0.0.1:20182\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:07:50.781 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:07:50.781 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=1ms] [thread_id=17] [2024/05/06 22:07:50.782 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=17] [2024/05/06 22:07:50.782 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=18] [2024/05/06 22:07:50.782 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=18] [2024/05/06 22:07:50.782 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:07:50.789 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:07:50.789 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:07:50.789 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 200.366µs"] [thread_id=1] [2024/05/06 22:07:50.852 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:07:50.854 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:07:50.854 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:07:50.855 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/log-backup-temp] [thread_id=1] [2024/05/06 22:07:50.855 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=74] [2024/05/06 22:07:50.856 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:07:50.856 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:07:50.856 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=74] [2024/05/06 22:07:50.856 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:07:50.856 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=73] [2024/05/06 22:07:50.856 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:07:50.864 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 6 region_epoch { conf_ver: 1 version: 1 } peers { id: 7 store_id: 2 }"] [store_id=2] [thread_id=1] [2024/05/06 22:07:50.870 +08:00] [INFO] [raft_server.rs:404] ["bootstrap cluster ok"] [cluster_id=7365888113200288769] [thread_id=1] [2024/05/06 22:07:50.870 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 2 address: \"127.0.0.1:20162\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20162\" status_address: \"127.0.0.1:20182\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004470 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:07:50.872 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=2] [status=Some()] [thread_id=1] [2024/05/06 22:07:50.873 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=2] [thread_id=1] [2024/05/06 22:07:50.873 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=3] [thread_id=1] [2024/05/06 22:07:50.873 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=2] [thread_id=1] [2024/05/06 22:07:50.873 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:07:50.876 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:07:50.876 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=7] [region_id=6] [thread_id=1] [2024/05/06 22:07:50.876 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {7} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=7] [region_id=6] [thread_id=1] [2024/05/06 22:07:50.876 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=7] [region_id=6] [thread_id=1] [2024/05/06 22:07:50.876 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {7} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=7] [region_id=6] [thread_id=1] [2024/05/06 22:07:50.876 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 7."] [id=7] [raft_id=7] [region_id=6] [thread_id=1] [2024/05/06 22:07:50.876 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=7] [region_id=6] [thread_id=1] [2024/05/06 22:07:50.876 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=7] [region_id=6] [thread_id=1] [2024/05/06 22:07:50.876 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=7] [region_id=6] [thread_id=1] [2024/05/06 22:07:50.876 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=7] [region_id=6] [thread_id=1] [2024/05/06 22:07:50.876 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=226.76µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=1] [store_id=2] [thread_id=1] [2024/05/06 22:07:50.876 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=7.295µs] [garbage_range_count=2] [store_id=2] [thread_id=1] [2024/05/06 22:07:50.877 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803778] [region_id=6] [thread_id=101] [2024/05/06 22:07:50.878 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:07:50.878 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:07:50.878 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:07:50.879 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=6] [thread_id=31] [2024/05/06 22:07:50.881 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 6 region_epoch { conf_ver: 1 version: 1 } peers { id: 7 store_id: 2 }"] [thread_id=68] [2024/05/06 22:07:50.881 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(0)] [region=6] [thread_id=68] [2024/05/06 22:07:50.882 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:07:50.882 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:07:50.883 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:07:50.883 +08:00] [INFO] [deadlock.rs:761] ["became the leader of deadlock detector!"] [self_id=2] [thread_id=127] [2024/05/06 22:07:50.884 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20162] [thread_id=1] [2024/05/06 22:07:50.885 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=18] [2024/05/06 22:07:50.885 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=18] [2024/05/06 22:07:50.889 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:07:53.883 +08:00] [INFO] [pd.rs:1531] ["try to split"] [region_epoch="conf_ver: 1 version: 1"] [region_id=6] [thread_id=31] [2024/05/06 22:07:53.883 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=pd] [split_keys="4 keys range from 7200000000000000FB to 7800000100000000FB"] [peer_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:07:53.884 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 6 region_epoch { conf_ver: 1 version: 1 } peers { id: 7 store_id: 2 }"] [new_region_ids="[new_region_id: 10 new_peer_ids: 11, new_region_id: 12 new_peer_ids: 13, new_region_id: 14 new_peer_ids: 15, new_region_id: 16 new_peer_ids: 17]"] [region_id=6] [thread_id=31] [2024/05/06 22:07:53.884 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7200000000000000FB new_region_id: 10 new_peer_ids: 11 } requests { split_key: 7200000100000000FB new_region_id: 12 new_peer_ids: 13 } requests { split_key: 7800000000000000FB new_region_id: 14 new_peer_ids: 15 } requests { split_key: 7800000100000000FB new_region_id: 16 new_peer_ids: 17 } right_derive: true }"] [index=7] [term=6] [peer_id=7] [region_id=6] [thread_id=103] [2024/05/06 22:07:53.884 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="4 keys range from 7200000000000000FB to 7800000100000000FB"] [region="id: 6 region_epoch { conf_ver: 1 version: 1 } peers { id: 7 store_id: 2 }"] [peer_id=7] [region_id=6] [thread_id=103] [2024/05/06 22:07:53.884 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=6] [thread_id=102] [2024/05/06 22:07:53.884 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:07:53.884 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=5] [peer_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:07:53.884 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(0)] [region_id=6] [store_id=Some(2)] [thread_id=68] [2024/05/06 22:07:53.884 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=2] [is_uninitialized_peer_exist=false] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 2 }"] [region_id=10] [thread_id=102] [2024/05/06 22:07:53.884 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:53.884 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 7 store_id: 2 }"] [thread_id=68] [2024/05/06 22:07:53.884 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:53.884 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 11."] [id=11] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=2] [is_uninitialized_peer_exist=false] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 2 }"] [region_id=12] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 13."] [id=13] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=2] [is_uninitialized_peer_exist=false] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 2 }"] [region_id=14] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 15."] [id=15] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=2] [is_uninitialized_peer_exist=false] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 17 store_id: 2 }"] [region_id=16] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 17."] [id=17] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=10] [thread_id=101] [2024/05/06 22:07:53.885 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=12] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=14] [thread_id=102] [2024/05/06 22:07:53.885 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=16] [thread_id=101] [2024/05/06 22:07:53.885 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=7] [observe_id=ObserveId(1)] [region=6] [thread_id=68] [2024/05/06 22:07:53.885 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=10] [thread_id=31] [2024/05/06 22:07:53.885 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=12] [thread_id=31] [2024/05/06 22:07:53.885 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=14] [thread_id=31] [2024/05/06 22:07:53.885 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=16] [thread_id=31] [2024/05/06 22:07:53.885 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 17 store_id: 2 }"] [thread_id=68] [2024/05/06 22:07:53.885 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 2 }"] [thread_id=68] [2024/05/06 22:07:53.885 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 2 }"] [thread_id=68] [2024/05/06 22:07:53.885 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 2 }"] [thread_id=68] [2024/05/06 22:07:53.885 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(3)] [region=14] [thread_id=68] [2024/05/06 22:07:53.885 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(4)] [region=10] [thread_id=68] [2024/05/06 22:07:53.885 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(5)] [region=12] [thread_id=68] [2024/05/06 22:07:53.885 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(2)] [region=16] [thread_id=68] [2024/05/06 22:08:00.880 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:00.890 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 18 store_id: 3 role: Learner } change_type: AddLearnerNode]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:00.890 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 19 store_id: 3 role: Learner } change_type: AddLearnerNode]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:00.890 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 19 store_id: 3 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:00.890 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 18 store_id: 3 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:00.890 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 20 store_id: 3 role: Learner } change_type: AddLearnerNode]"] [region_id=6] [thread_id=31] [2024/05/06 22:08:00.890 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 20 store_id: 3 role: Learner }]"] [peer_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:08:00.890 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 21 store_id: 3 role: Learner } change_type: AddLearnerNode]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:00.890 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 21 store_id: 3 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:00.890 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 19 store_id: 3 role: Learner } } }"] [index=7] [term=6] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:00.890 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:00.890 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 22 store_id: 3 role: Learner } change_type: AddLearnerNode]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:00.890 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 22 store_id: 3 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:00.890 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 2 } peers { id: 19 store_id: 3 role: Learner }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 17 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 19 store_id: 3 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:00.890 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 18 store_id: 3 role: Learner } } }"] [index=7] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:00.890 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:00.890 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 20 store_id: 3 role: Learner } } }"] [index=8] [term=6] [peer_id=7] [region_id=6] [thread_id=103] [2024/05/06 22:08:00.890 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=7] [region_id=6] [thread_id=103] [2024/05/06 22:08:00.890 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 7 store_id: 2 } peers { id: 20 store_id: 3 role: Learner }"] [original_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 7 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 20 store_id: 3 role: Learner }]"] [peer_id=7] [region_id=6] [thread_id=103] [2024/05/06 22:08:00.890 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 21 store_id: 3 role: Learner } } }"] [index=7] [term=6] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:00.890 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:00.890 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 2 } peers { id: 21 store_id: 3 role: Learner }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 21 store_id: 3 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:00.890 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 2 } peers { id: 18 store_id: 3 role: Learner }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 18 store_id: 3 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:00.891 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 22 store_id: 3 role: Learner } } }"] [index=7] [term=6] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:00.891 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:00.891 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 2 } peers { id: 22 store_id: 3 role: Learner }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 22 store_id: 3 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:00.891 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }, learners: {19}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:00.891 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {7} }, outgoing: Configuration { voters: {} } }, learners: {20}, learners_next: {}, auto_leave: false }"] [raft_id=7] [region_id=6] [thread_id=101] [2024/05/06 22:08:00.891 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 2 } peers { id: 19 store_id: 3 role: Learner }"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:00.891 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 7 store_id: 2 } peers { id: 20 store_id: 3 role: Learner }"] [peer_id=7] [region_id=6] [thread_id=101] [2024/05/06 22:08:00.892 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {21}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:00.892 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {18}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:00.892 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 2 } peers { id: 21 store_id: 3 role: Learner }"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:00.892 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 2 } peers { id: 18 store_id: 3 role: Learner }"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:00.892 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {22}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:00.892 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 2 } peers { id: 22 store_id: 3 role: Learner }"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:00.892 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20161] [store_id=3] [thread_id=71] [2024/05/06 22:08:00.892 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=3] [addr=127.0.0.1:20161] [thread_id=71] [2024/05/06 22:08:00.893 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=10] [cost=1.029898ms] [addr=127.0.0.1:20161] [store_id=3] [thread_id=71] [2024/05/06 22:08:00.895 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(3)] [thread_id=7] [2024/05/06 22:08:00.896 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=19] [request_index=0] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:00.896 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=20] [request_index=0] [peer_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:08:00.896 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=18] [request_index=0] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:00.896 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=22] [request_index=0] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:00.896 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=21] [request_index=0] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:00.897 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:00.897 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:00.897 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:00.897 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:00.897 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:00.897 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:00.897 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=502.162µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:00.897 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=552.528µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:00.897 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=22] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:00.897 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=19] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:00.897 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_6_6_8_(default|lock|write).sst] [region_id=6] [thread_id=83] [2024/05/06 22:08:00.897 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_6_6_8_(default|lock|write).sst] [region_id=6] [thread_id=83] [2024/05/06 22:08:00.897 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:00.897 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:00.897 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_6_6_8_(default|lock|write).sst] [region_id=6] [thread_id=83] [2024/05/06 22:08:00.897 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:00.897 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:00.897 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=395.192µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_6_6_8_(default|lock|write).sst] [region_id=6] [thread_id=83] [2024/05/06 22:08:00.898 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=487.921µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:00.898 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=20] [peer_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:08:00.898 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:00.898 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:00.898 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:00.898 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:00.898 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=21] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:00.898 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:00.898 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=316.791µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:00.898 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=18] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:00.898 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:00.898 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:00.899 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.563879ms] [size=0] [snap_key=6_6_8] [region_id=6] [thread_id=132] [2024/05/06 22:08:00.899 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 20 store_id: 3 role: Learner"] [peer_id=7] [region_id=6] [thread_id=101] [2024/05/06 22:08:00.899 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.883675ms] [size=0] [snap_key=12_6_7] [region_id=12] [thread_id=133] [2024/05/06 22:08:00.899 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 22 store_id: 3 role: Learner"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:00.899 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=2.240807ms] [size=0] [snap_key=16_6_7] [region_id=16] [thread_id=131] [2024/05/06 22:08:00.899 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 19 store_id: 3 role: Learner"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:00.900 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.629943ms] [size=0] [snap_key=10_6_7] [region_id=10] [thread_id=130] [2024/05/06 22:08:00.900 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 21 store_id: 3 role: Learner"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:00.900 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.787783ms] [size=0] [snap_key=14_6_7] [region_id=14] [thread_id=130] [2024/05/06 22:08:00.900 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 18 store_id: 3 role: Learner"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:00.900 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 20 store_id: 3 }]"] [region_id=6] [thread_id=31] [2024/05/06 22:08:00.900 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 20 store_id: 3 }]"] [peer_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:08:00.900 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 20 store_id: 3 } } }"] [index=9] [term=6] [peer_id=7] [region_id=6] [thread_id=104] [2024/05/06 22:08:00.900 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 22 store_id: 3 }]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:00.900 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=7] [region_id=6] [thread_id=104] [2024/05/06 22:08:00.900 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 7 store_id: 2 } peers { id: 20 store_id: 3 }"] [original_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 7 store_id: 2 } peers { id: 20 store_id: 3 role: Learner }"] [changes="[peer { id: 20 store_id: 3 }]"] [peer_id=7] [region_id=6] [thread_id=104] [2024/05/06 22:08:00.900 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 22 store_id: 3 }]"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:00.900 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 22 store_id: 3 } } }"] [index=8] [term=6] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:00.900 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:00.900 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 2 } peers { id: 22 store_id: 3 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 2 } peers { id: 22 store_id: 3 role: Learner }"] [changes="[peer { id: 22 store_id: 3 }]"] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:00.901 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 19 store_id: 3 }]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:00.901 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 19 store_id: 3 }]"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:00.901 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 7} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=7] [region_id=6] [thread_id=101] [2024/05/06 22:08:00.901 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 21 store_id: 3 }]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:00.901 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 21 store_id: 3 }]"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:00.901 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 7 store_id: 2 } peers { id: 20 store_id: 3 }"] [peer_id=7] [region_id=6] [thread_id=101] [2024/05/06 22:08:00.901 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 19 store_id: 3 } } }"] [index=8] [term=6] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:00.901 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:00.901 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 2 } peers { id: 19 store_id: 3 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 2 } peers { id: 19 store_id: 3 role: Learner }"] [changes="[peer { id: 19 store_id: 3 }]"] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:00.901 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 21 store_id: 3 } } }"] [index=8] [term=6] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:00.901 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:00.901 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 2 } peers { id: 21 store_id: 3 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 2 } peers { id: 21 store_id: 3 role: Learner }"] [changes="[peer { id: 21 store_id: 3 }]"] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:00.901 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 22} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:00.901 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 2 } peers { id: 22 store_id: 3 }"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:00.901 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:00.901 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {21, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:00.901 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 18 store_id: 3 }]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:00.901 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 2 } peers { id: 19 store_id: 3 }"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:00.901 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 2 } peers { id: 21 store_id: 3 }"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:00.901 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 18 store_id: 3 }]"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:00.901 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 18 store_id: 3 } } }"] [index=8] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:00.901 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:00.901 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 2 } peers { id: 18 store_id: 3 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 2 } peers { id: 18 store_id: 3 role: Learner }"] [changes="[peer { id: 18 store_id: 3 }]"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:00.901 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {18, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:00.901 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 2 } peers { id: 18 store_id: 3 }"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:03.881 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 23 store_id: 1 role: Learner } change_type: AddLearnerNode]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:03.881 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 1 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:03.881 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 24 store_id: 1 role: Learner } change_type: AddLearnerNode]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:03.881 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 25 store_id: 1 role: Learner } change_type: AddLearnerNode]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:03.881 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 1 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:03.882 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 1 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:03.882 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 26 store_id: 1 role: Learner } change_type: AddLearnerNode]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:03.882 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 26 store_id: 1 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:03.882 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 27 store_id: 1 role: Learner } change_type: AddLearnerNode]"] [region_id=6] [thread_id=31] [2024/05/06 22:08:03.882 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 27 store_id: 1 role: Learner }]"] [peer_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:08:03.882 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 23 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:03.882 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 25 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:03.882 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:03.882 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:03.882 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 23 store_id: 1 role: Learner }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 2 } peers { id: 21 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 1 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:03.882 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 25 store_id: 1 role: Learner }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 2 } peers { id: 18 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 1 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:03.882 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 24 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:03.882 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:03.882 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 26 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:03.882 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:03.882 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 24 store_id: 1 role: Learner }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 2 } peers { id: 22 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 1 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:03.882 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 26 store_id: 1 role: Learner }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 2 } peers { id: 19 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 26 store_id: 1 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:03.882 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 27 store_id: 1 role: Learner } } }"] [index=10] [term=6] [peer_id=7] [region_id=6] [thread_id=104] [2024/05/06 22:08:03.882 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=7] [region_id=6] [thread_id=104] [2024/05/06 22:08:03.882 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 7 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 27 store_id: 1 role: Learner }"] [original_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 7 store_id: 2 } peers { id: 20 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 27 store_id: 1 role: Learner }]"] [peer_id=7] [region_id=6] [thread_id=104] [2024/05/06 22:08:03.882 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {21, 11} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:03.882 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 19} }, outgoing: Configuration { voters: {} } }, learners: {26}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:03.882 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 23 store_id: 1 role: Learner }"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:03.882 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 26 store_id: 1 role: Learner }"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:03.883 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {18, 15} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:03.883 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 22} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:03.883 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 25 store_id: 1 role: Learner }"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:03.883 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 24 store_id: 1 role: Learner }"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:03.883 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 7} }, outgoing: Configuration { voters: {} } }, learners: {27}, learners_next: {}, auto_leave: false }"] [raft_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:08:03.883 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 7 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 27 store_id: 1 role: Learner }"] [peer_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:08:03.883 +08:00] [INFO] [replication_mode.rs:40] ["backup store labels"] [labels="[]"] [store_id=1] [thread_id=18] [2024/05/06 22:08:03.883 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20160] [store_id=1] [thread_id=71] [2024/05/06 22:08:03.883 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=1] [addr=127.0.0.1:20160] [thread_id=71] [2024/05/06 22:08:03.884 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=10] [cost=780.843µs] [addr=127.0.0.1:20160] [store_id=1] [thread_id=71] [2024/05/06 22:08:03.886 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(1)] [thread_id=8] [2024/05/06 22:08:03.886 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=23] [request_index=0] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:03.887 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=25] [request_index=0] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:03.887 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=24] [request_index=0] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:03.887 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=26] [request_index=0] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:03.887 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=27] [request_index=0] [peer_id=7] [region_id=6] [thread_id=101] [2024/05/06 22:08:03.887 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:03.887 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:03.887 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:03.887 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:03.887 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:03.887 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:03.887 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=455.453µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:03.887 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=497.256µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:03.888 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=23] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:03.888 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=26] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:03.888 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:03.888 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:03.888 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:03.888 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:03.888 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:03.888 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:03.888 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:03.888 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=333.67µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:03.888 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=361.469µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:03.888 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:03.888 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=24] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:03.888 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=25] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:03.888 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_6_6_10_(default|lock|write).sst] [region_id=6] [thread_id=83] [2024/05/06 22:08:03.888 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_6_6_10_(default|lock|write).sst] [region_id=6] [thread_id=83] [2024/05/06 22:08:03.888 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_6_6_10_(default|lock|write).sst] [region_id=6] [thread_id=83] [2024/05/06 22:08:03.888 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:03.888 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=306.443µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_6_6_10_(default|lock|write).sst] [region_id=6] [thread_id=83] [2024/05/06 22:08:03.888 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:03.888 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=27] [peer_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:08:03.888 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:03.889 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.525563ms] [size=0] [snap_key=10_6_9] [region_id=10] [thread_id=130] [2024/05/06 22:08:03.889 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.04536ms] [size=0] [snap_key=12_6_9] [region_id=12] [thread_id=131] [2024/05/06 22:08:03.889 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 23 store_id: 1 role: Learner"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:03.889 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 24 store_id: 1 role: Learner"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:03.889 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=986.922µs] [size=0] [snap_key=14_6_9] [region_id=14] [thread_id=132] [2024/05/06 22:08:03.889 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 25 store_id: 1 role: Learner"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:03.889 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.431745ms] [size=0] [snap_key=16_6_9] [region_id=16] [thread_id=133] [2024/05/06 22:08:03.889 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 26 store_id: 1 role: Learner"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:03.890 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.193337ms] [size=0] [snap_key=6_6_10] [region_id=6] [thread_id=133] [2024/05/06 22:08:03.890 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 27 store_id: 1 role: Learner"] [peer_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:08:03.890 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 24 store_id: 1 }]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:03.890 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 24 store_id: 1 }]"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:03.890 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 23 store_id: 1 }]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:03.890 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 23 store_id: 1 }]"] [peer_id=11] [region_id=10] [thread_id=102] [Pipeline] sh [2024/05/06 22:08:03.890 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 26 store_id: 1 }]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:03.890 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 26 store_id: 1 }]"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:03.890 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 25 store_id: 1 }]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:03.890 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 25 store_id: 1 }]"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:03.890 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 1 } } }"] [index=10] [term=6] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:03.890 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:03.890 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 24 store_id: 1 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 24 store_id: 1 role: Learner }"] [changes="[peer { id: 24 store_id: 1 }]"] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:03.890 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 1 } } }"] [index=10] [term=6] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:03.890 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:03.890 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 23 store_id: 1 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 23 store_id: 1 role: Learner }"] [changes="[peer { id: 23 store_id: 1 }]"] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:03.891 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 27 store_id: 1 }]"] [region_id=6] [thread_id=31] [2024/05/06 22:08:03.891 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 27 store_id: 1 }]"] [peer_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:08:03.891 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {24, 13, 22} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 26 store_id: 1 } } }"] [index=10] [term=6] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 26 store_id: 1 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 26 store_id: 1 role: Learner }"] [changes="[peer { id: 26 store_id: 1 }]"] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:03.891 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 24 store_id: 1 }"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 1 } } }"] [index=10] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 25 store_id: 1 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 25 store_id: 1 role: Learner }"] [changes="[peer { id: 25 store_id: 1 }]"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:03.891 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {23, 21, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:03.891 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 23 store_id: 1 }"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 27 store_id: 1 } } }"] [index=11] [term=6] [peer_id=7] [region_id=6] [thread_id=103] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=7] [region_id=6] [thread_id=103] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 7 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 27 store_id: 1 }"] [original_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 7 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 27 store_id: 1 role: Learner }"] [changes="[peer { id: 27 store_id: 1 }]"] [peer_id=7] [region_id=6] [thread_id=103] [2024/05/06 22:08:03.891 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 26, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:03.891 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {25, 18, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:03.891 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 26 store_id: 1 }"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:03.891 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 25 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:03.891 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 27, 7} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=7] [region_id=6] [thread_id=101] [2024/05/06 22:08:03.891 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 7 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 27 store_id: 1 }"] [peer_id=7] [region_id=6] [thread_id=101] ==> ./tikv2.log <== [2024/05/06 22:07:45.923 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={58, 29, 20, 24, 33, 60, 67, 45, 11, 54, 70, 16, 59, 21, 25, 62, 66, 44, 48, 61, 0, 34, 51, 68, 53, 17, 69, 47, 10, 27, 63, 8, 9, 56, 64, 36, 31, 46, 13, 26, 57, 71, 35, 32, 52, 12, 65, 30, 49, 18, 22, 14, 19, 55, 15, 28, 50, 23}"] [thread_id=1] [2024/05/06 22:07:45.923 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:07:45.924 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 128, expect 32768"] [thread_id=1] [2024/05/06 22:07:45.924 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:07:45.924 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:07:45.925 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:45.926 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:07:45.926 +08:00] [INFO] [] ["subchannel 0x7f87c804d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f87c80afb80, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f87c8037e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f87c80d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004465.926383131\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:07:45.926 +08:00] [INFO] [] ["subchannel 0x7f87c804d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f87c80afb80, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f87c8037e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f87c80d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:07:45.926 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:45.926 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:45.927 +08:00] [INFO] [] ["subchannel 0x7f87c804dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f87c80afb80, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f87c8037e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f87c80d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004465.926972765\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:07:45.927 +08:00] [INFO] [] ["subchannel 0x7f87c804dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f87c80afb80, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f87c8037e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f87c80d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:07:45.927 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:45.927 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:45.927 +08:00] [INFO] [] ["subchannel 0x7f87c804e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f87c80afb80, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f87c8037e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f87c80d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004465.927242444\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:07:45.927 +08:00] [INFO] [] ["subchannel 0x7f87c804e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f87c80afb80, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f87c8037e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f87c80d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:07:45.927 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:45.927 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:07:46.228 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:48.229 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:48.229 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:50.230 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:50.230 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:50.771 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:50.772 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:50.773 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:50.774 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:50.774 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:50.775 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:50.775 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:07:50.775 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888113200288769] [thread_id=1] [2024/05/06 22:07:50.776 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:07:50.776 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:07:50.778 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20181] [thread_id=1] [2024/05/06 22:07:50.779 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:07:50.779 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333513/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333512/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333511/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333510/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333509/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333508/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333505/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333504/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333503/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333030/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22500/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22499/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22498/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22497/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22496/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22495/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22494/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/634494/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/634494/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data] [thread_id=1] [2024/05/06 22:07:50.779 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data] [thread_id=1] [2024/05/06 22:07:50.780 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333513/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333512/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333511/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333510/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333509/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333508/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333505/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333504/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333503/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/333030/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22500/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22499/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22498/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22497/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22496/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22495/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/22494/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/634494/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/634494/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft] [thread_id=1] [2024/05/06 22:07:50.780 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft] [thread_id=1] [2024/05/06 22:07:50.780 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv2.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20161\",\"advertise-addr\":\"127.0.0.1:20161\",\"status-addr\":\"127.0.0.1:20181\",\"advertise-status-addr\":\"127.0.0.1:20181\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:07:50.781 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:07:50.781 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=1ms] [thread_id=17] [2024/05/06 22:07:50.782 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=18] [2024/05/06 22:07:50.782 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=17] [2024/05/06 22:07:50.782 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=18] [2024/05/06 22:07:50.782 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:07:50.789 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:07:50.789 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:07:50.789 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 213.116µs"] [thread_id=1] [2024/05/06 22:07:50.853 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:07:50.855 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:07:50.856 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:07:50.856 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/log-backup-temp] [thread_id=1] [2024/05/06 22:07:50.857 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=74] [2024/05/06 22:07:50.857 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:07:50.857 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:07:50.857 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=73] [2024/05/06 22:07:50.857 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:07:50.857 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=74] [2024/05/06 22:07:50.857 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:07:50.866 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 8 region_epoch { conf_ver: 1 version: 1 } peers { id: 9 store_id: 3 }"] [store_id=3] [thread_id=1] [2024/05/06 22:07:50.869 +08:00] [INFO] [raft_server.rs:416] ["cluster is already bootstrapped"] [cluster_id=7365888113200288769] [thread_id=1] [2024/05/06 22:07:50.869 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 3 address: \"127.0.0.1:20161\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20161\" status_address: \"127.0.0.1:20181\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004470 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:07:50.872 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=3] [status=Some()] [thread_id=1] [2024/05/06 22:07:50.872 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=2] [thread_id=1] [2024/05/06 22:07:50.872 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=3] [thread_id=1] [2024/05/06 22:07:50.872 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=3] [thread_id=1] [2024/05/06 22:07:50.873 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:07:50.876 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:07:50.877 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=43.606µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=0] [store_id=3] [thread_id=1] [2024/05/06 22:07:50.877 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=62.176µs] [garbage_range_count=1] [store_id=3] [thread_id=1] [2024/05/06 22:07:50.879 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:07:50.879 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:07:50.879 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:07:50.883 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:07:50.883 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:07:50.884 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:07:50.886 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20161] [thread_id=1] [2024/05/06 22:07:50.886 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=18] [2024/05/06 22:07:50.886 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=18] [2024/05/06 22:07:50.892 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:00.880 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:00.893 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(2)] [thread_id=7] [2024/05/06 22:08:00.893 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=17] [store_id=3] [peer_id=19] [region_id=16] [thread_id=102] [2024/05/06 22:08:00.894 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=16] [thread_id=102] [2024/05/06 22:08:00.894 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=19] [region_id=16] [thread_id=102] [2024/05/06 22:08:00.894 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=19] [region_id=16] [thread_id=102] [2024/05/06 22:08:00.894 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 19."] [id=19] [raft_id=19] [region_id=16] [thread_id=102] [2024/05/06 22:08:00.894 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=7] [store_id=3] [peer_id=20] [region_id=6] [thread_id=102] [2024/05/06 22:08:00.894 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=6] [thread_id=102] [2024/05/06 22:08:00.894 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=20] [region_id=6] [thread_id=102] [2024/05/06 22:08:00.894 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=20] [region_id=6] [thread_id=102] [2024/05/06 22:08:00.894 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 20."] [id=20] [raft_id=20] [region_id=6] [thread_id=102] [2024/05/06 22:08:00.894 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=11] [store_id=3] [peer_id=21] [region_id=10] [thread_id=102] [2024/05/06 22:08:00.894 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=10] [thread_id=102] [2024/05/06 22:08:00.894 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=21] [region_id=10] [thread_id=102] [2024/05/06 22:08:00.894 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=21] [region_id=10] [thread_id=102] [2024/05/06 22:08:00.894 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 21."] [id=21] [raft_id=21] [region_id=10] [thread_id=102] [2024/05/06 22:08:00.894 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 17"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=17] [raft_id=19] [region_id=16] [thread_id=101] [2024/05/06 22:08:00.894 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=19] [region_id=16] [thread_id=101] [2024/05/06 22:08:00.894 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=15] [store_id=3] [peer_id=18] [region_id=14] [thread_id=102] [2024/05/06 22:08:00.894 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=14] [thread_id=102] [2024/05/06 22:08:00.894 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=18] [region_id=14] [thread_id=102] [2024/05/06 22:08:00.894 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=18] [region_id=14] [thread_id=102] [2024/05/06 22:08:00.894 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 18."] [id=18] [raft_id=18] [region_id=14] [thread_id=102] [2024/05/06 22:08:00.894 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=13] [store_id=3] [peer_id=22] [region_id=12] [thread_id=102] [2024/05/06 22:08:00.894 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=12] [thread_id=102] [2024/05/06 22:08:00.894 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=22] [region_id=12] [thread_id=102] [2024/05/06 22:08:00.894 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=22] [region_id=12] [thread_id=102] [2024/05/06 22:08:00.894 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 22."] [id=22] [raft_id=22] [region_id=12] [thread_id=102] [2024/05/06 22:08:00.894 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 7"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=7] [raft_id=20] [region_id=6] [thread_id=102] [2024/05/06 22:08:00.894 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=20] [region_id=6] [thread_id=102] [2024/05/06 22:08:00.894 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 11"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=11] [raft_id=21] [region_id=10] [thread_id=102] [2024/05/06 22:08:00.894 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 15"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=15] [raft_id=18] [region_id=14] [thread_id=101] [2024/05/06 22:08:00.894 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=21] [region_id=10] [thread_id=102] [2024/05/06 22:08:00.894 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=18] [region_id=14] [thread_id=101] [2024/05/06 22:08:00.894 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 13"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=13] [raft_id=22] [region_id=12] [thread_id=102] [2024/05/06 22:08:00.894 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=22] [region_id=12] [thread_id=102] [2024/05/06 22:08:00.895 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20162] [store_id=2] [thread_id=71] [2024/05/06 22:08:00.895 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=2] [addr=127.0.0.1:20162] [thread_id=71] [2024/05/06 22:08:00.895 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=5] [cost=829.113µs] [addr=127.0.0.1:20162] [store_id=2] [thread_id=71] [2024/05/06 22:08:00.898 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=132] [2024/05/06 22:08:00.898 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=131] [2024/05/06 22:08:00.898 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=130] [2024/05/06 22:08:00.898 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_16_6_7_(default|lock|write).sst] [snap_key=16_6_7] [thread_id=132] [2024/05/06 22:08:00.898 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_12_6_7_(default|lock|write).sst] [snap_key=12_6_7] [thread_id=131] [2024/05/06 22:08:00.898 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_6_6_8_(default|lock|write).sst] [snap_key=6_6_8] [thread_id=130] [2024/05/06 22:08:00.898 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=129] [2024/05/06 22:08:00.898 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_10_6_7_(default|lock|write).sst] [snap_key=10_6_7] [thread_id=129] [2024/05/06 22:08:00.899 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=890.989µs] [snap_key=6_6_8] [thread_id=130] [2024/05/06 22:08:00.899 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 8, term: 6]"] [snapshot_term=6] [snapshot_index=8] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=20] [region_id=6] [thread_id=102] [2024/05/06 22:08:00.899 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {7} }, outgoing: Configuration { voters: {} } }, learners: {20}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=6] [thread_id=102] [2024/05/06 22:08:00.899 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=8] [last_term=6] [last_index=8] [commit=8] [raft_id=20] [region_id=6] [thread_id=102] [2024/05/06 22:08:00.899 +08:00] [INFO] [raft.rs:2549] ["[commit: 8, term: 6] restored snapshot [index: 8, term: 6]"] [snapshot_term=6] [snapshot_index=8] [commit=8] [term=6] [raft_id=20] [region_id=6] [thread_id=102] [2024/05/06 22:08:00.899 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=20] [region_id=6] [thread_id=102] [2024/05/06 22:08:00.899 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=1.032324ms] [snap_key=12_6_7] [thread_id=131] [2024/05/06 22:08:00.899 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=1.062764ms] [snap_key=16_6_7] [thread_id=132] [2024/05/06 22:08:00.899 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 8 truncated_state { index: 8 term: 6 }"] [region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 7 store_id: 2 } peers { id: 20 store_id: 3 role: Learner }"] [peer_id=20] [region_id=6] [thread_id=102] [2024/05/06 22:08:00.899 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=22] [region_id=12] [thread_id=101] [2024/05/06 22:08:00.899 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {22}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=12] [thread_id=101] [2024/05/06 22:08:00.899 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=22] [region_id=12] [thread_id=101] [2024/05/06 22:08:00.899 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=22] [region_id=12] [thread_id=101] [2024/05/06 22:08:00.899 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=22] [region_id=12] [thread_id=101] [2024/05/06 22:08:00.899 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=918.462µs] [snap_key=10_6_7] [thread_id=129] [2024/05/06 22:08:00.899 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=19] [region_id=16] [thread_id=102] [2024/05/06 22:08:00.899 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=130] [2024/05/06 22:08:00.899 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }, learners: {19}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=16] [thread_id=102] [2024/05/06 22:08:00.899 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=19] [region_id=16] [thread_id=102] [2024/05/06 22:08:00.899 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=19] [region_id=16] [thread_id=102] [2024/05/06 22:08:00.899 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=19] [region_id=16] [thread_id=102] [2024/05/06 22:08:00.899 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 2 } peers { id: 22 store_id: 3 role: Learner }"] [peer_id=22] [region_id=12] [thread_id=101] [2024/05/06 22:08:00.899 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 2 } peers { id: 19 store_id: 3 role: Learner }"] [peer_id=19] [region_id=16] [thread_id=102] [2024/05/06 22:08:00.899 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=21] [region_id=10] [thread_id=101] [2024/05/06 22:08:00.899 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {21}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=10] [thread_id=101] [2024/05/06 22:08:00.899 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=21] [region_id=10] [thread_id=101] [2024/05/06 22:08:00.899 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=21] [region_id=10] [thread_id=101] [2024/05/06 22:08:00.899 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_14_6_7_(default|lock|write).sst] [snap_key=14_6_7] [thread_id=130] [2024/05/06 22:08:00.899 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=21] [region_id=10] [thread_id=101] [2024/05/06 22:08:00.899 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 2 } peers { id: 21 store_id: 3 role: Learner }"] [peer_id=21] [region_id=10] [thread_id=101] [2024/05/06 22:08:00.900 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 7 store_id: 2 } peers { id: 20 store_id: 3 role: Learner }"] [peer_id=20] [region_id=6] [thread_id=102] [2024/05/06 22:08:00.900 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=20] [region_id=6] [thread_id=80] [2024/05/06 22:08:00.900 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=399.559µs] [snap_key=14_6_7] [thread_id=130] [2024/05/06 22:08:00.900 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=18] [region_id=14] [thread_id=101] [2024/05/06 22:08:00.900 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {18}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=14] [thread_id=101] [2024/05/06 22:08:00.900 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=18] [region_id=14] [thread_id=101] [2024/05/06 22:08:00.900 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=18] [region_id=14] [thread_id=101] [2024/05/06 22:08:00.900 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=18] [region_id=14] [thread_id=101] [2024/05/06 22:08:00.900 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 2 } peers { id: 18 store_id: 3 role: Learner }"] [peer_id=18] [region_id=14] [thread_id=101] [2024/05/06 22:08:00.900 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 2 } peers { id: 19 store_id: 3 role: Learner }"] [peer_id=19] [region_id=16] [thread_id=102] [2024/05/06 22:08:00.900 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 2 } peers { id: 22 store_id: 3 role: Learner }"] [peer_id=22] [region_id=12] [thread_id=101] [2024/05/06 22:08:00.900 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:00.900 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 2 } peers { id: 21 store_id: 3 role: Learner }"] [peer_id=21] [region_id=10] [thread_id=102] [2024/05/06 22:08:00.900 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=113.25µs] [region_id=6] [thread_id=80] [2024/05/06 22:08:00.900 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 2 } peers { id: 18 store_id: 3 role: Learner }"] [peer_id=18] [region_id=14] [thread_id=101] [2024/05/06 22:08:00.900 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=22] [region_id=12] [thread_id=80] [2024/05/06 22:08:00.900 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:00.900 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=34.728µs] [region_id=12] [thread_id=80] [2024/05/06 22:08:00.900 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=19] [region_id=16] [thread_id=80] [2024/05/06 22:08:00.900 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:00.900 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=26.765µs] [region_id=16] [thread_id=80] [2024/05/06 22:08:00.900 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=21] [region_id=10] [thread_id=80] [2024/05/06 22:08:00.900 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:00.900 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=26.735µs] [region_id=10] [thread_id=80] [2024/05/06 22:08:00.900 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=18] [region_id=14] [thread_id=80] [2024/05/06 22:08:00.900 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 20 store_id: 3 } } }"] [index=9] [term=6] [peer_id=20] [region_id=6] [thread_id=103] [2024/05/06 22:08:00.900 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:00.900 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=20] [region_id=6] [thread_id=103] [2024/05/06 22:08:00.901 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=30.414µs] [region_id=14] [thread_id=80] [2024/05/06 22:08:00.901 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 7 store_id: 2 } peers { id: 20 store_id: 3 }"] [original_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 7 store_id: 2 } peers { id: 20 store_id: 3 role: Learner }"] [changes="[peer { id: 20 store_id: 3 }]"] [peer_id=20] [region_id=6] [thread_id=103] [2024/05/06 22:08:00.901 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 22 store_id: 3 } } }"] [index=8] [term=6] [peer_id=22] [region_id=12] [thread_id=104] [2024/05/06 22:08:00.901 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=22] [region_id=12] [thread_id=104] [2024/05/06 22:08:00.901 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 2 } peers { id: 22 store_id: 3 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 2 } peers { id: 22 store_id: 3 role: Learner }"] [changes="[peer { id: 22 store_id: 3 }]"] [peer_id=22] [region_id=12] [thread_id=104] [2024/05/06 22:08:00.901 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 19 store_id: 3 } } }"] [index=8] [term=6] [peer_id=19] [region_id=16] [thread_id=103] [2024/05/06 22:08:00.901 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 7} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=6] [thread_id=102] [2024/05/06 22:08:00.901 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=19] [region_id=16] [thread_id=103] [2024/05/06 22:08:00.901 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 2 } peers { id: 19 store_id: 3 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 2 } peers { id: 19 store_id: 3 role: Learner }"] [changes="[peer { id: 19 store_id: 3 }]"] [peer_id=19] [region_id=16] [thread_id=103] [2024/05/06 22:08:00.901 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 21 store_id: 3 } } }"] [index=8] [term=6] [peer_id=21] [region_id=10] [thread_id=103] [2024/05/06 22:08:00.901 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=21] [region_id=10] [thread_id=103] [2024/05/06 22:08:00.901 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 2 } peers { id: 21 store_id: 3 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 2 } peers { id: 21 store_id: 3 role: Learner }"] [changes="[peer { id: 21 store_id: 3 }]"] [peer_id=21] [region_id=10] [thread_id=103] [2024/05/06 22:08:00.901 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 22} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=12] [thread_id=102] [2024/05/06 22:08:00.901 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {21, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=10] [thread_id=102] [2024/05/06 22:08:00.901 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=16] [thread_id=101] [2024/05/06 22:08:00.901 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 18 store_id: 3 } } }"] [index=8] [term=6] [peer_id=18] [region_id=14] [thread_id=103] [2024/05/06 22:08:00.901 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=18] [region_id=14] [thread_id=103] [2024/05/06 22:08:00.901 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 2 } peers { id: 18 store_id: 3 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 2 } peers { id: 18 store_id: 3 role: Learner }"] [changes="[peer { id: 18 store_id: 3 }]"] [peer_id=18] [region_id=14] [thread_id=103] [2024/05/06 22:08:00.901 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {18, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=14] [thread_id=102] [2024/05/06 22:08:03.882 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 23 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=21] [region_id=10] [thread_id=104] [2024/05/06 22:08:03.882 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 25 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=18] [region_id=14] [thread_id=103] [2024/05/06 22:08:03.882 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=21] [region_id=10] [thread_id=104] [2024/05/06 22:08:03.882 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 23 store_id: 1 role: Learner }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 2 } peers { id: 21 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 1 role: Learner }]"] [peer_id=21] [region_id=10] [thread_id=104] [2024/05/06 22:08:03.882 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=18] [region_id=14] [thread_id=103] [2024/05/06 22:08:03.882 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 25 store_id: 1 role: Learner }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 2 } peers { id: 18 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 1 role: Learner }]"] [peer_id=18] [region_id=14] [thread_id=103] [2024/05/06 22:08:03.882 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 24 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=22] [region_id=12] [thread_id=104] [2024/05/06 22:08:03.882 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=22] [region_id=12] [thread_id=104] [2024/05/06 22:08:03.882 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 24 store_id: 1 role: Learner }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 2 } peers { id: 22 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 1 role: Learner }]"] [peer_id=22] [region_id=12] [thread_id=104] [2024/05/06 22:08:03.882 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 26 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=19] [region_id=16] [thread_id=103] [2024/05/06 22:08:03.882 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 27 store_id: 1 role: Learner } } }"] [index=10] [term=6] [peer_id=20] [region_id=6] [thread_id=104] [2024/05/06 22:08:03.882 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=19] [region_id=16] [thread_id=103] [2024/05/06 22:08:03.882 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=20] [region_id=6] [thread_id=104] [2024/05/06 22:08:03.882 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 26 store_id: 1 role: Learner }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 2 } peers { id: 19 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 26 store_id: 1 role: Learner }]"] [peer_id=19] [region_id=16] [thread_id=103] [2024/05/06 22:08:03.882 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 7 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 27 store_id: 1 role: Learner }"] [original_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 7 store_id: 2 } peers { id: 20 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 27 store_id: 1 role: Learner }]"] [peer_id=20] [region_id=6] [thread_id=104] [2024/05/06 22:08:03.882 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {18, 15} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=14] [thread_id=102] [2024/05/06 22:08:03.882 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {21, 11} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=10] [thread_id=101] [2024/05/06 22:08:03.882 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 19} }, outgoing: Configuration { voters: {} } }, learners: {26}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=16] [thread_id=102] [2024/05/06 22:08:03.882 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 22} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=12] [thread_id=101] [2024/05/06 22:08:03.882 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 7} }, outgoing: Configuration { voters: {} } }, learners: {27}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=6] [thread_id=102] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 1 } } }"] [index=10] [term=6] [peer_id=22] [region_id=12] [thread_id=104] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=22] [region_id=12] [thread_id=104] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 24 store_id: 1 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 24 store_id: 1 role: Learner }"] [changes="[peer { id: 24 store_id: 1 }]"] [peer_id=22] [region_id=12] [thread_id=104] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 1 } } }"] [index=10] [term=6] [peer_id=21] [region_id=10] [thread_id=103] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=21] [region_id=10] [thread_id=103] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 23 store_id: 1 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 23 store_id: 1 role: Learner }"] [changes="[peer { id: 23 store_id: 1 }]"] [peer_id=21] [region_id=10] [thread_id=103] [2024/05/06 22:08:03.891 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {24, 13, 22} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=12] [thread_id=101] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 26 store_id: 1 } } }"] [index=10] [term=6] [peer_id=19] [region_id=16] [thread_id=104] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=19] [region_id=16] [thread_id=104] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 26 store_id: 1 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 26 store_id: 1 role: Learner }"] [changes="[peer { id: 26 store_id: 1 }]"] [peer_id=19] [region_id=16] [thread_id=104] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 1 } } }"] [index=10] [term=6] [peer_id=18] [region_id=14] [thread_id=104] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=18] [region_id=14] [thread_id=104] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 25 store_id: 1 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 25 store_id: 1 role: Learner }"] [changes="[peer { id: 25 store_id: 1 }]"] [peer_id=18] [region_id=14] [thread_id=104] [2024/05/06 22:08:03.891 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {23, 21, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=10] [thread_id=101] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 27 store_id: 1 } } }"] [index=11] [term=6] [peer_id=20] [region_id=6] [thread_id=103] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=20] [region_id=6] [thread_id=103] [2024/05/06 22:08:03.891 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 7 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 27 store_id: 1 }"] [original_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 7 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 27 store_id: 1 role: Learner }"] [changes="[peer { id: 27 store_id: 1 }]"] [peer_id=20] [region_id=6] [thread_id=103] [2024/05/06 22:08:03.891 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 26, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=16] [thread_id=102] [2024/05/06 22:08:03.891 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {25, 18, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=14] [thread_id=101] [2024/05/06 22:08:03.891 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 27, 7} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=6] [thread_id=102] [2024/05/06 22:08:50.879 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=6_6_8] [peer_id=20] [region_id=6] [thread_id=102] [2024/05/06 22:08:50.879 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=10_6_7] [peer_id=21] [region_id=10] [thread_id=101] [2024/05/06 22:08:50.879 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=12_6_7] [peer_id=22] [region_id=12] [thread_id=102] [2024/05/06 22:08:50.879 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=14_6_7] [peer_id=18] [region_id=14] [thread_id=101] [2024/05/06 22:08:50.879 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=16_6_7] [peer_id=19] [region_id=16] [thread_id=102] [2024/05/06 22:08:50.879 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:08:50.880 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:08:50.880 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:08:50.880 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:08:50.880 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] + find . -name '*.out' -type f -exec tail -n 500 '{}' + Analyzing: target //tools/tazel:tazel (296 packages loaded, 14035 targets configured) Analyzing: target //tests/realtikvtest/pessimistictest:pessimistictest_test (881 packages loaded, 14171 targets configured) [273 / 607] [Prepa] GoCompilePkg external/org_uber_go_zap/internal/ztest/ztest.a ... (2 actions, 0 running) Analyzing: target //tools/tazel:tazel (111 packages loaded, 12921 targets configured) INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14292 targets configured). INFO: Found 1 target... [0 / 26] [Prepa] BazelWorkspaceStatusAction stable-status.txt Analyzing: target //tests/realtikvtest/addindextest1:addindextest1_test (1140 packages loaded, 16926 targets configured) Analyzing: target //tools/tazel:tazel (7 packages loaded, 11895 targets configured) + find . -name 'pd*.log' -type f -exec tail -n 500 '{}' + ==> ./pd3.log <== [2024/05/06 22:07:46.251 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:07:46.251 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:07:46.251 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:07:46.251 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:07:46.251 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:07:46.251 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:07:46.251 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:07:46.251 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:07:46.251 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2384\",\"peer-urls\":\"http://127.0.0.1:2383\",\"advertise-client-urls\":\"http://127.0.0.1:2384\",\"advertise-peer-urls\":\"http://127.0.0.1:2383\",\"name\":\"pd-2\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-2/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-2\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:07:46.255 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:07:46.255 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:07:46.255 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:07:46.255 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:07:46.256 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:07:46.256 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:07:46.256 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-2] [service-name=MetaStorage] [2024/05/06 22:07:46.256 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:07:46.256 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-2] [service-name=ResourceManager] [2024/05/06 22:07:46.256 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:07:46.256 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:07:46.256 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:07:46.257 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2384]"] [2024/05/06 22:07:46.257 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:07:46.257 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=62] [max-cpu-available=62] [member-initialized=false] [name=pd-2] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2383]"] [listen-peer-urls="[http://127.0.0.1:2383]"] [advertise-client-urls="[http://127.0.0.1:2384]"] [listen-client-urls="[http://127.0.0.1:2384]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:07:46.257 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:07:46.257 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap/db] [took=308.167µs] [2024/05/06 22:07:48.259 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=385a3ea8295f6f18] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:07:48.259 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=()"] [2024/05/06 22:07:48.259 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 0"] [2024/05/06 22:07:48.259 +08:00] [INFO] [raft.go:389] ["newRaft 385a3ea8295f6f18 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:07:48.259 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 1"] [2024/05/06 22:07:48.259 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:07:48.259 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:07:48.259 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:48.260 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:07:48.260 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:07:48.260 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:48.260 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:48.260 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:48.261 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:48.261 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:48.261 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [remote-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:07:48.261 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:48.262 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:48.261 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:48.262 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:48.262 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:48.262 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:48.263 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:48.264 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:48.264 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [remote-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:07:48.264 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=385a3ea8295f6f18] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:07:48.264 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:48.264 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:07:48.264 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:07:48.264 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:07:48.264 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:07:48.264 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:48.264 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=3037d9ad26fb2231] [2024/05/06 22:07:48.264 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:07:48.264 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:48.264 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:48.264 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:48.264 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:07:48.264 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:48.264 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:07:48.265 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:48.265 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:48.265 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:48.265 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2383] [2024/05/06 22:07:48.265 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=385a3ea8295f6f18] [initial-advertise-peer-urls="[http://127.0.0.1:2383]"] [listen-peer-urls="[http://127.0.0.1:2383]"] [advertise-client-urls="[http://127.0.0.1:2384]"] [listen-client-urls="[http://127.0.0.1:2384]"] [listen-metrics-urls="[]"] [2024/05/06 22:07:48.266 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream Message"] [2024/05/06 22:07:48.266 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream Message"] [2024/05/06 22:07:48.266 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream MsgApp v2"] [2024/05/06 22:07:48.266 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:48.266 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:48.266 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:48.266 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream MsgApp v2"] [2024/05/06 22:07:48.266 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:48.314 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=385a3ea8295f6f18] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:07:49.259 +08:00] [INFO] [raft.go:966] ["385a3ea8295f6f18 [logterm: 1, index: 3, vote: 0] cast MsgPreVote for 1f01bdf364b8beaa [logterm: 1, index: 3] at term 1"] [2024/05/06 22:07:49.260 +08:00] [INFO] [raft.go:865] ["385a3ea8295f6f18 [term: 1] received a MsgVote message with higher term from 1f01bdf364b8beaa [term: 2]"] [2024/05/06 22:07:49.260 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 2"] [2024/05/06 22:07:49.260 +08:00] [INFO] [raft.go:966] ["385a3ea8295f6f18 [logterm: 1, index: 3, vote: 0] cast MsgVote for 1f01bdf364b8beaa [logterm: 1, index: 3] at term 2"] [2024/05/06 22:07:49.260 +08:00] [INFO] [node.go:327] ["raft.node: 385a3ea8295f6f18 elected leader 1f01bdf364b8beaa at term 2"] [2024/05/06 22:07:49.261 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=385a3ea8295f6f18] [local-member-attributes="{Name:pd-2 ClientURLs:[http://127.0.0.1:2384]}"] [request-path=/0/members/385a3ea8295f6f18/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:07:49.261 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:07:49.261 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [cluster-version=3.4] [2024/05/06 22:07:49.261 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:07:49.262 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-2] [service-name=MetaStorage] [2024/05/06 22:07:49.262 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-2] [service-name=ResourceManager] [2024/05/06 22:07:49.262 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2384] [2024/05/06 22:07:49.265 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888108955441387] [2024/05/06 22:07:49.265 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-2\" member_id:4060626905997471512 peer_urls:\"http://127.0.0.1:2383\" client_urls:\"http://127.0.0.1:2384\" "] [root-path=/pd/7365888108955441387] [2024/05/06 22:07:49.271 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:07:49.272 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=4060626905997471512] [2024/05/06 22:07:49.272 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:07:49.273 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:07:49.273 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-2] [2024/05/06 22:07:49.273 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-2] [2024/05/06 22:07:49.274 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:07:49.274 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:07:49.274 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:07:49.275 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:07:49.275 +08:00] [INFO] [server.go:1662] ["start to watch pd leader"] [pd-leader="name:\"pd-1\" member_id:2234275743217008298 peer_urls:\"http://127.0.0.1:2381\" client_urls:\"http://127.0.0.1:2382\" "] [2024/05/06 22:07:49.275 +08:00] [INFO] [client.go:104] ["region syncer start load region"] [2024/05/06 22:07:49.276 +08:00] [INFO] [client.go:107] ["region syncer finished load regions"] [time-cost=208.425µs] [2024/05/06 22:07:49.276 +08:00] [INFO] [leadership.go:317] ["watch channel is created"] [revision=12] [leader-key=/pd/7365888108955441387/leader] [purpose="leader election"] [2024/05/06 22:07:49.276 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-2] [leader=pd-1] [request-index=0] [2024/05/06 22:07:49.276 +08:00] [ERROR] [client.go:162] ["region sync with leader meet error"] [error="[PD:grpc:ErrGRPCRecv]receive response error: rpc error: code = Unavailable desc = server not started"] [2024/05/06 22:07:50.277 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-2] [leader=pd-1] [request-index=0] [2024/05/06 22:07:59.263 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2384]"] [endpoints="[http://127.0.0.1:2379,http://127.0.0.1:2382,http://127.0.0.1:2384]"] [source=server-etcd-client] [2024/05/06 22:07:59.263 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2384]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2379,http://127.0.0.1:2382]"] [source=election-etcd-client] ==> ./pd1.log <== [2024/05/06 22:07:46.249 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:07:46.249 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:07:46.249 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:07:46.249 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:07:46.249 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:07:46.249 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:07:46.249 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:07:46.249 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:07:46.249 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2379\",\"peer-urls\":\"http://127.0.0.1:2380\",\"advertise-client-urls\":\"http://127.0.0.1:2379\",\"advertise-peer-urls\":\"http://127.0.0.1:2380\",\"name\":\"pd-0\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-0/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-0\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:07:46.253 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:07:46.253 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:07:46.253 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:07:46.253 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:07:46.254 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:07:46.254 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:07:46.255 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:07:46.255 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-0] [service-name=ResourceManager] [2024/05/06 22:07:46.255 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-0] [service-name=MetaStorage] [2024/05/06 22:07:46.255 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:07:46.255 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:07:46.255 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:07:46.255 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2379]"] [2024/05/06 22:07:46.255 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:07:46.255 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=62] [max-cpu-available=62] [member-initialized=false] [name=pd-0] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2380]"] [listen-peer-urls="[http://127.0.0.1:2380]"] [advertise-client-urls="[http://127.0.0.1:2379]"] [listen-client-urls="[http://127.0.0.1:2379]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:07:46.255 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:07:46.256 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap/db] [took=316.292µs] [2024/05/06 22:07:48.258 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=3037d9ad26fb2231] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:07:48.258 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=()"] [2024/05/06 22:07:48.258 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 0"] [2024/05/06 22:07:48.258 +08:00] [INFO] [raft.go:389] ["newRaft 3037d9ad26fb2231 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:07:48.258 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 1"] [2024/05/06 22:07:48.258 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:07:48.258 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:07:48.258 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:48.258 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:07:48.260 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:07:48.260 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:48.260 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:48.261 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:48.261 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:48.261 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:48.261 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [remote-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:07:48.261 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:48.261 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:48.261 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:48.261 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:48.261 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:48.261 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:48.261 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:48.261 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [remote-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:07:48.261 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=3037d9ad26fb2231] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:07:48.262 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:48.262 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:07:48.262 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:07:48.262 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:07:48.262 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:07:48.262 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:48.262 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:48.262 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:07:48.262 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:48.262 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:07:48.262 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:48.262 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:07:48.263 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2380] [2024/05/06 22:07:48.263 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=3037d9ad26fb2231] [initial-advertise-peer-urls="[http://127.0.0.1:2380]"] [listen-peer-urls="[http://127.0.0.1:2380]"] [advertise-client-urls="[http://127.0.0.1:2379]"] [listen-client-urls="[http://127.0.0.1:2379]"] [listen-metrics-urls="[]"] [2024/05/06 22:07:48.263 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream Message"] [2024/05/06 22:07:48.263 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:48.263 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:48.264 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream MsgApp v2"] [2024/05/06 22:07:48.264 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:48.264 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream Message"] [2024/05/06 22:07:48.264 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=385a3ea8295f6f18] [2024/05/06 22:07:48.264 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:48.264 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream MsgApp v2"] [2024/05/06 22:07:48.264 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:48.265 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:48.265 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:48.266 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:48.266 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:48.312 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=3037d9ad26fb2231] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:07:49.259 +08:00] [INFO] [raft.go:966] ["3037d9ad26fb2231 [logterm: 1, index: 3, vote: 0] cast MsgPreVote for 1f01bdf364b8beaa [logterm: 1, index: 3] at term 1"] [2024/05/06 22:07:49.260 +08:00] [INFO] [raft.go:865] ["3037d9ad26fb2231 [term: 1] received a MsgVote message with higher term from 1f01bdf364b8beaa [term: 2]"] [2024/05/06 22:07:49.260 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 2"] [2024/05/06 22:07:49.260 +08:00] [INFO] [raft.go:966] ["3037d9ad26fb2231 [logterm: 1, index: 3, vote: 0] cast MsgVote for 1f01bdf364b8beaa [logterm: 1, index: 3] at term 2"] [2024/05/06 22:07:49.260 +08:00] [INFO] [node.go:327] ["raft.node: 3037d9ad26fb2231 elected leader 1f01bdf364b8beaa at term 2"] [2024/05/06 22:07:49.261 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=3037d9ad26fb2231] [local-member-attributes="{Name:pd-0 ClientURLs:[http://127.0.0.1:2379]}"] [request-path=/0/members/3037d9ad26fb2231/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:07:49.261 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:07:49.261 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [cluster-version=3.4] [2024/05/06 22:07:49.262 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:07:49.262 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-0] [service-name=MetaStorage] [2024/05/06 22:07:49.262 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-0] [service-name=ResourceManager] [2024/05/06 22:07:49.262 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2379] [2024/05/06 22:07:49.265 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888108955441387] [2024/05/06 22:07:49.265 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-0\" member_id:3474484975246189105 peer_urls:\"http://127.0.0.1:2380\" client_urls:\"http://127.0.0.1:2379\" "] [root-path=/pd/7365888108955441387] [2024/05/06 22:07:49.269 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:07:49.271 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=3474484975246189105] [2024/05/06 22:07:49.271 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:07:49.272 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:07:49.272 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-0] [2024/05/06 22:07:49.272 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-0] [2024/05/06 22:07:49.273 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:07:49.273 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:07:49.273 +08:00] [INFO] [server.go:1691] ["skip campaigning of pd leader and check later"] [server-name=pd-0] [etcd-leader-id=2234275743217008298] [member-id=3474484975246189105] [2024/05/06 22:07:49.273 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:07:49.475 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:07:49.475 +08:00] [INFO] [server.go:1662] ["start to watch pd leader"] [pd-leader="name:\"pd-1\" member_id:2234275743217008298 peer_urls:\"http://127.0.0.1:2381\" client_urls:\"http://127.0.0.1:2382\" "] [2024/05/06 22:07:49.475 +08:00] [INFO] [client.go:104] ["region syncer start load region"] [2024/05/06 22:07:49.475 +08:00] [INFO] [client.go:107] ["region syncer finished load regions"] [time-cost=42.154µs] [2024/05/06 22:07:49.476 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-0] [leader=pd-1] [request-index=0] [2024/05/06 22:07:49.476 +08:00] [INFO] [leadership.go:317] ["watch channel is created"] [revision=12] [leader-key=/pd/7365888108955441387/leader] [purpose="leader election"] [2024/05/06 22:07:49.476 +08:00] [ERROR] [client.go:162] ["region sync with leader meet error"] [error="[PD:grpc:ErrGRPCRecv]receive response error: rpc error: code = Unavailable desc = server not started"] [2024/05/06 22:07:50.476 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-0] [leader=pd-1] [request-index=0] [2024/05/06 22:07:59.263 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2379]"] [endpoints="[http://127.0.0.1:2379,http://127.0.0.1:2382,http://127.0.0.1:2384]"] [source=server-etcd-client] [2024/05/06 22:07:59.263 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2379]"] [endpoints="[http://127.0.0.1:2382,http://127.0.0.1:2379,http://127.0.0.1:2384]"] [source=election-etcd-client] ==> ./pd2.log <== [2024/05/06 22:07:46.248 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:07:46.248 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:07:46.248 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:07:46.248 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:07:46.248 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:07:46.248 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:07:46.248 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:07:46.248 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:07:46.248 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2382\",\"peer-urls\":\"http://127.0.0.1:2381\",\"advertise-client-urls\":\"http://127.0.0.1:2382\",\"advertise-peer-urls\":\"http://127.0.0.1:2381\",\"name\":\"pd-1\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-1/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-1\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:07:46.252 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:07:46.252 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:07:46.252 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:07:46.252 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:07:46.253 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:07:46.253 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:07:46.254 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-1] [service-name=MetaStorage] [2024/05/06 22:07:46.254 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:07:46.254 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-1] [service-name=ResourceManager] [2024/05/06 22:07:46.254 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:07:46.254 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:07:46.254 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:07:46.254 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2382]"] [2024/05/06 22:07:46.254 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:07:46.254 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=62] [max-cpu-available=62] [member-initialized=false] [name=pd-1] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2381]"] [listen-peer-urls="[http://127.0.0.1:2381]"] [advertise-client-urls="[http://127.0.0.1:2382]"] [listen-client-urls="[http://127.0.0.1:2382]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:07:46.254 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:07:46.255 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap/db] [took=517.901µs] [2024/05/06 22:07:48.258 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=1f01bdf364b8beaa] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:07:48.258 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=()"] [2024/05/06 22:07:48.258 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 0"] [2024/05/06 22:07:48.258 +08:00] [INFO] [raft.go:389] ["newRaft 1f01bdf364b8beaa [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:07:48.258 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 1"] [2024/05/06 22:07:48.258 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:07:48.258 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:07:48.258 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:48.258 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:07:48.259 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:07:48.259 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:48.259 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:48.259 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:48.259 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:48.260 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:48.260 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:48.260 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:48.260 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [remote-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:07:48.260 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:48.260 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:48.261 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:48.261 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:48.263 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:48.263 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:48.263 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [remote-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:07:48.263 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=1f01bdf364b8beaa] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:07:48.263 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:48.263 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:07:48.263 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:07:48.263 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:07:48.263 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:07:48.263 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:48.263 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:07:48.263 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:48.263 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:07:48.263 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:48.263 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:07:48.263 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=3037d9ad26fb2231] [2024/05/06 22:07:48.263 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:48.263 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:48.264 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=1f01bdf364b8beaa] [initial-advertise-peer-urls="[http://127.0.0.1:2381]"] [listen-peer-urls="[http://127.0.0.1:2381]"] [advertise-client-urls="[http://127.0.0.1:2382]"] [listen-client-urls="[http://127.0.0.1:2382]"] [listen-metrics-urls="[]"] [2024/05/06 22:07:48.265 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2381] [2024/05/06 22:07:48.265 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream Message"] [2024/05/06 22:07:48.265 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:48.265 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream MsgApp v2"] [2024/05/06 22:07:48.265 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=385a3ea8295f6f18] [2024/05/06 22:07:48.265 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:48.265 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream MsgApp v2"] [2024/05/06 22:07:48.265 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:48.265 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream Message"] [2024/05/06 22:07:48.265 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:48.266 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:48.266 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:48.314 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=1f01bdf364b8beaa] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:07:49.259 +08:00] [INFO] [raft.go:929] ["1f01bdf364b8beaa is starting a new election at term 1"] [2024/05/06 22:07:49.259 +08:00] [INFO] [raft.go:735] ["1f01bdf364b8beaa became pre-candidate at term 1"] [2024/05/06 22:07:49.259 +08:00] [INFO] [raft.go:830] ["1f01bdf364b8beaa received MsgPreVoteResp from 1f01bdf364b8beaa at term 1"] [2024/05/06 22:07:49.259 +08:00] [INFO] [raft.go:817] ["1f01bdf364b8beaa [logterm: 1, index: 3] sent MsgPreVote request to 3037d9ad26fb2231 at term 1"] [2024/05/06 22:07:49.259 +08:00] [INFO] [raft.go:817] ["1f01bdf364b8beaa [logterm: 1, index: 3] sent MsgPreVote request to 385a3ea8295f6f18 at term 1"] [2024/05/06 22:07:49.259 +08:00] [INFO] [raft.go:830] ["1f01bdf364b8beaa received MsgPreVoteResp from 3037d9ad26fb2231 at term 1"] [2024/05/06 22:07:49.260 +08:00] [INFO] [raft.go:1295] ["1f01bdf364b8beaa has received 2 MsgPreVoteResp votes and 0 vote rejections"] [2024/05/06 22:07:49.260 +08:00] [INFO] [raft.go:719] ["1f01bdf364b8beaa became candidate at term 2"] [2024/05/06 22:07:49.260 +08:00] [INFO] [raft.go:830] ["1f01bdf364b8beaa received MsgVoteResp from 1f01bdf364b8beaa at term 2"] [2024/05/06 22:07:49.260 +08:00] [INFO] [raft.go:817] ["1f01bdf364b8beaa [logterm: 1, index: 3] sent MsgVote request to 3037d9ad26fb2231 at term 2"] [2024/05/06 22:07:49.260 +08:00] [INFO] [raft.go:817] ["1f01bdf364b8beaa [logterm: 1, index: 3] sent MsgVote request to 385a3ea8295f6f18 at term 2"] [2024/05/06 22:07:49.260 +08:00] [INFO] [raft.go:830] ["1f01bdf364b8beaa received MsgVoteResp from 385a3ea8295f6f18 at term 2"] [2024/05/06 22:07:49.260 +08:00] [INFO] [raft.go:1295] ["1f01bdf364b8beaa has received 2 MsgVoteResp votes and 0 vote rejections"] [2024/05/06 22:07:49.260 +08:00] [INFO] [raft.go:771] ["1f01bdf364b8beaa became leader at term 2"] [2024/05/06 22:07:49.260 +08:00] [INFO] [node.go:327] ["raft.node: 1f01bdf364b8beaa elected leader 1f01bdf364b8beaa at term 2"] [2024/05/06 22:07:49.261 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=1f01bdf364b8beaa] [local-member-attributes="{Name:pd-1 ClientURLs:[http://127.0.0.1:2382]}"] [request-path=/0/members/1f01bdf364b8beaa/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:07:49.261 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:07:49.261 +08:00] [INFO] [server.go:2639] ["setting up initial cluster version"] [cluster-version=3.4] [2024/05/06 22:07:49.261 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [cluster-version=3.4] [2024/05/06 22:07:49.261 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:07:49.261 +08:00] [INFO] [server.go:2671] ["cluster version is updated"] [cluster-version=3.4] [2024/05/06 22:07:49.262 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-1] [service-name=ResourceManager] [2024/05/06 22:07:49.262 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-1] [service-name=MetaStorage] [2024/05/06 22:07:49.262 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2382] [2024/05/06 22:07:49.265 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888108955441387] [2024/05/06 22:07:49.265 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-1\" member_id:2234275743217008298 peer_urls:\"http://127.0.0.1:2381\" client_urls:\"http://127.0.0.1:2382\" "] [root-path=/pd/7365888108955441387] [2024/05/06 22:07:49.269 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:07:49.270 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=2234275743217008298] [2024/05/06 22:07:49.271 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:07:49.272 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:07:49.272 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-1] [2024/05/06 22:07:49.272 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-1] [2024/05/06 22:07:49.272 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:07:49.272 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:07:49.272 +08:00] [INFO] [server.go:1703] ["start to campaign PD leader"] [campaign-leader-name=pd-1] [2024/05/06 22:07:49.273 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:07:49.273 +08:00] [INFO] [lease.go:66] ["lease granted"] [lease-id=4515579142559506957] [lease-timeout=3] [purpose="leader election"] [2024/05/06 22:07:49.274 +08:00] [INFO] [leadership.go:181] ["check campaign resp"] [resp="{\"header\":{\"cluster_id\":17849374191125529693,\"member_id\":2234275743217008298,\"revision\":12,\"raft_term\":2},\"succeeded\":true,\"responses\":[{\"Response\":{\"ResponsePut\":{\"header\":{\"revision\":12}}}}]}"] [2024/05/06 22:07:49.274 +08:00] [INFO] [leadership.go:190] ["write leaderData to leaderPath ok"] [leader-key=/pd/7365888108955441387/leader] [purpose="leader election"] [2024/05/06 22:07:49.274 +08:00] [INFO] [server.go:1729] ["campaign PD leader ok"] [campaign-leader-name=pd-1] [2024/05/06 22:07:49.274 +08:00] [INFO] [server.go:1737] ["initializing the global TSO allocator"] [2024/05/06 22:07:49.274 +08:00] [INFO] [tso.go:160] ["start to sync timestamp"] [] [2024/05/06 22:07:49.274 +08:00] [INFO] [lease.go:155] ["start lease keep alive worker"] [interval=1s] [purpose="leader election"] [2024/05/06 22:07:49.275 +08:00] [INFO] [tso.go:220] ["sync and save timestamp"] [] [last=0001/01/01 00:00:00.000 +00:00] [last-saved=0001/01/01 00:00:00.000 +00:00] [save=2024/05/06 22:07:52.275 +08:00] [next=2024/05/06 22:07:49.275 +08:00] [2024/05/06 22:07:49.276 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:07:49.277 +08:00] [INFO] [server.go:1769] ["triggering the leader callback functions"] [2024/05/06 22:07:49.277 +08:00] [ERROR] [manager.go:124] ["un-marshall controller config failed, fallback to default"] [error="unexpected end of JSON input"] [v=] [2024/05/06 22:07:49.279 +08:00] [INFO] [manager.go:185] ["resource group manager finishes initialization"] [2024/05/06 22:07:49.283 +08:00] [INFO] [id.go:174] ["idAllocator allocates a new id"] [new-end=1000] [new-base=0] [label=idalloc] [check-curr-end=true] [2024/05/06 22:07:49.283 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=0.0.0] [2024/05/06 22:07:49.283 +08:00] [INFO] [server.go:1803] ["PD leader is ready to serve"] [leader-name=pd-1] [2024/05/06 22:07:49.576 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:07:49.576 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:07:49.576 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:07:49.653 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:07:49.653 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:07:49.653 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:07:49.653 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:07:49.653 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:07:49.653 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:07:49.660 +08:00] [INFO] [server.go:712] ["try to bootstrap raft cluster"] [cluster-id=7365888108955441387] [request="header: store: region: peers: > "] [2024/05/06 22:07:49.660 +08:00] [INFO] [server.go:712] ["try to bootstrap raft cluster"] [cluster-id=7365888108955441387] [request="header: store: region: peers: > "] [2024/05/06 22:07:49.661 +08:00] [INFO] [server.go:712] ["try to bootstrap raft cluster"] [cluster-id=7365888108955441387] [request="header: store: region: peers: > "] [2024/05/06 22:07:49.661 +08:00] [INFO] [server.go:773] ["bootstrap cluster ok"] [cluster-id=7365888108955441387] [2024/05/06 22:07:49.661 +08:00] [WARN] [server.go:769] ["cluster already bootstrapped"] [cluster-id=7365888108955441387] [2024/05/06 22:07:49.661 +08:00] [WARN] [server.go:769] ["cluster already bootstrapped"] [cluster-id=7365888108955441387] [2024/05/06 22:07:49.665 +08:00] [INFO] [cluster.go:643] ["load stores"] [count=1] [cost=883.21µs] [2024/05/06 22:07:49.665 +08:00] [INFO] [cluster.go:654] ["load regions"] [count=1] [cost=222.137µs] [2024/05/06 22:07:49.666 +08:00] [INFO] [scheduling_controller.go:102] ["scheduling service is started"] [2024/05/06 22:07:49.666 +08:00] [INFO] [coordinator.go:407] ["coordinator starts to collect cluster information"] [2024/05/06 22:07:49.666 +08:00] [INFO] [cluster.go:416] ["memory info"] [total-mem=34359738368] [2024/05/06 22:07:49.666 +08:00] [INFO] [tuner.go:117] ["new gctuner"] [threshold=20615843020] [2024/05/06 22:07:49.666 +08:00] [INFO] [cluster.go:429] ["update gc tuner"] [enable-gc-tuner=false] [gc-threshold-bytes=20615843020] [2024/05/06 22:07:49.666 +08:00] [INFO] [memory_limit_tuner.go:50] [debug.SetMemoryLimit] [limit=9223372036854775807] [ret=9223372036854775807] [2024/05/06 22:07:49.666 +08:00] [INFO] [cluster.go:436] ["update gc memory limit"] [memory-limit-bytes=0] [memory-limit-gc-trigger-ratio=0.7] [2024/05/06 22:07:49.667 +08:00] [INFO] [keyspace.go:378] ["[keyspace] added region label for keyspace"] [keyspace-id=0] [label-rule="{\"id\":\"keyspaces/0\",\"index\":0,\"labels\":[{\"key\":\"id\",\"value\":\"0\"}],\"rule_type\":\"key-range\",\"data\":[{\"start_key\":\"7200000000000000fb\",\"end_key\":\"7200000100000000fb\"},{\"start_key\":\"7800000000000000fb\",\"end_key\":\"7800000100000000fb\"}]}"] [takes=534.969µs] [2024/05/06 22:07:49.670 +08:00] [INFO] [cluster.go:2180] ["cluster version changed"] [old-cluster-version=0.0.0] [new-cluster-version=8.2.0-alpha] [2024/05/06 22:07:49.671 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=3] [2024/05/06 22:07:49.671 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:3 address:\"127.0.0.1:20161\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20161\" status_address:\"127.0.0.1:20181\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004469 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:07:49.671 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:07:50.274 +08:00] [INFO] [server.go:1317] ["PD server config is updated"] [new="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"http://127.0.0.1:2382\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [old="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [2024/05/06 22:07:50.277 +08:00] [INFO] [server.go:211] ["establish sync region stream"] [requested-server=pd-2] [url=http://127.0.0.1:2384] [2024/05/06 22:07:50.277 +08:00] [INFO] [server.go:303] ["sync the history regions with server"] [server=pd-2] [from-index=0] [last-index=1] [records-length=1] [2024/05/06 22:07:50.477 +08:00] [INFO] [server.go:211] ["establish sync region stream"] [requested-server=pd-0] [url=http://127.0.0.1:2379] [2024/05/06 22:07:50.477 +08:00] [INFO] [server.go:303] ["sync the history regions with server"] [server=pd-0] [from-index=0] [last-index=1] [records-length=1] [2024/05/06 22:07:51.531 +08:00] [INFO] [dbstore.go:33] ["Dashboard initializing local storage file"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/dashboard.sqlite.db] [2024/05/06 22:07:51.542 +08:00] [INFO] [version.go:33] ["TiDB Dashboard started"] [internal-version=8.0.0-9768844f] [standalone=No] [pd-version=v8.2.0-alpha-15-gf83febabe] [build-time="2024-05-06 08:48:58"] [build-git-hash=9768844ff5d7] [2024/05/06 22:07:51.542 +08:00] [INFO] [manager.go:201] ["dashboard server is started"] [2024/05/06 22:07:51.542 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:33447] [remotes="[]"] [2024/05/06 22:07:51.542 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:36641] [remotes="[]"] [2024/05/06 22:07:51.543 +08:00] [WARN] [dynamic_config_manager.go:165] ["Dynamic config does not exist in etcd"] [2024/05/06 22:07:51.547 +08:00] [INFO] [manager.go:74] ["Key visual service is started"] [2024/05/06 22:07:52.665 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=1] [2024/05/06 22:07:52.665 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:1 address:\"127.0.0.1:20162\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20162\" status_address:\"127.0.0.1:20182\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004469 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:07:52.665 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:07:52.665 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=2] [2024/05/06 22:07:52.665 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:2 address:\"127.0.0.1:20160\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20160\" status_address:\"127.0.0.1:20180\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004469 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:07:52.665 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:07:52.667 +08:00] [INFO] [prepare_checker.go:72] ["not loaded from storage region number is satisfied, finish prepare checker"] [not-from-storage-region=1] [total-region=1] [2024/05/06 22:07:52.667 +08:00] [INFO] [coordinator.go:410] ["coordinator has finished cluster information preparation"] [2024/05/06 22:07:52.667 +08:00] [INFO] [coordinator.go:420] ["coordinator starts to run schedulers"] [2024/05/06 22:07:52.667 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:07:52.668 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-leader-scheduler] [scheduler-args="[]"] [2024/05/06 22:07:52.668 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-hot-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:07:52.669 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=evict-slow-store-scheduler] [scheduler-args="[]"] [2024/05/06 22:07:52.670 +08:00] [INFO] [coordinator.go:536] ["scheduler config is updated"] [scheduler-config="[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}]"] [2024/05/06 22:07:52.670 +08:00] [INFO] [coordinator.go:164] ["coordinator starts patrol regions"] [2024/05/06 22:07:52.670 +08:00] [INFO] [coordinator.go:276] ["coordinator begins to check suspect key ranges"] [2024/05/06 22:07:52.670 +08:00] [INFO] [coordinator.go:340] ["coordinator begins to actively drive push operator"] [2024/05/06 22:07:52.681 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=5] [operator="\"labeler-split-region {split: region 5 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:5(1, 1), createAt:2024-05-06 22:07:52.681808522 +0800 CST m=+6.473824962, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:07:52.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=5] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:07:52.682 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=10] [peer-ids="[11]"] [2024/05/06 22:07:52.682 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=12] [peer-ids="[13]"] [2024/05/06 22:07:52.682 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=14] [peer-ids="[15]"] [2024/05/06 22:07:52.682 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16] [peer-ids="[17]"] [2024/05/06 22:07:52.683 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=5] [detail="StartKey Changed:{} -> {7800000100000000FB}, EndKey:{}"] [old-version=1] [new-version=5] [2024/05/06 22:07:52.683 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=5] [takes=1.612082ms] [operator="\"labeler-split-region {split: region 5 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:5(1, 1), createAt:2024-05-06 22:07:52.681808522 +0800 CST m=+6.473824962, startAt:2024-05-06 22:07:52.681929851 +0800 CST m=+6.473946291, currentStep:1, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:07:52.683 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=5] [origin="id:10 end_key:\"7200000000000000FB\" region_epoch: peers: id:12 start_key:\"7200000000000000FB\" end_key:\"7200000100000000FB\" region_epoch: peers: id:14 start_key:\"7200000100000000FB\" end_key:\"7800000000000000FB\" region_epoch: peers: id:16 start_key:\"7800000000000000FB\" end_key:\"7800000100000000FB\" region_epoch: peers:"] [total=4] [2024/05/06 22:07:53.669 +08:00] [INFO] [hot_region_config.go:490] ["query supported changed"] [last-query-support=false] [cluster-version=8.2.0-alpha] [config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"query\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"query\",\"byte\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"forbid-rw-type\":\"none\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [valid-config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"key\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"byte\",\"key\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [2024/05/06 22:07:59.263 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2382]"] [endpoints="[http://127.0.0.1:2382,http://127.0.0.1:2379,http://127.0.0.1:2384]"] [source=server-etcd-client] [2024/05/06 22:07:59.263 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2382]"] [endpoints="[http://127.0.0.1:2382,http://127.0.0.1:2379,http://127.0.0.1:2384]"] [source=election-etcd-client] [2024/05/06 22:07:59.667 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=3] [store-address=127.0.0.1:20161] [2024/05/06 22:07:59.668 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=1] [store-address=127.0.0.1:20162] [2024/05/06 22:07:59.669 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=2] [store-address=127.0.0.1:20160] [2024/05/06 22:08:02.678 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=12] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:12(5, 1), createAt:2024-05-06 22:08:02.677961305 +0800 CST m=+16.469977814, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 18 on store 1}, 1:{promote learner peer 18 on store 1 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:02.678 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 18 on store 1"] [source=create] [2024/05/06 22:08:02.678 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:14(5, 1), createAt:2024-05-06 22:08:02.678273054 +0800 CST m=+16.470289489, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 19 on store 1}, 1:{promote learner peer 19 on store 1 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:02.678 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 19 on store 1"] [source=create] [2024/05/06 22:08:02.678 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=16] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:16(5, 1), createAt:2024-05-06 22:08:02.678404274 +0800 CST m=+16.470420709, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 20 on store 1}, 1:{promote learner peer 20 on store 1 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:02.678 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 20 on store 1"] [source=create] [2024/05/06 22:08:02.678 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=5] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:5(5, 1), createAt:2024-05-06 22:08:02.678519927 +0800 CST m=+16.470536499, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{add learner peer 21 on store 1}, 1:{promote learner peer 21 on store 1 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:02.678 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=5] [step="add learner peer 21 on store 1"] [source=create] [2024/05/06 22:08:02.678 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=10] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:10(5, 1), createAt:2024-05-06 22:08:02.678626074 +0800 CST m=+16.470642511, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 22 on store 2}, 1:{promote learner peer 22 on store 2 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:02.678 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 22 on store 2"] [source=create] [2024/05/06 22:08:02.679 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 19 on store 1"] [source=heartbeat] [2024/05/06 22:08:02.679 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 20 on store 1"] [source=heartbeat] [2024/05/06 22:08:02.679 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Add peer:{id:19 store_id:1 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:02.679 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Add peer:{id:20 store_id:1 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:02.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 18 on store 1"] [source=heartbeat] [2024/05/06 22:08:02.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=5] [step="add learner peer 21 on store 1"] [source=heartbeat] [2024/05/06 22:08:02.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 22 on store 2"] [source=heartbeat] [2024/05/06 22:08:02.680 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Add peer:{id:18 store_id:1 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:02.680 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=5] [detail="Add peer:{id:21 store_id:1 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:02.680 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Add peer:{id:22 store_id:2 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:02.688 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=5] [step="promote learner peer 21 on store 1 to voter"] [source=heartbeat] [2024/05/06 22:08:02.688 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="promote learner peer 19 on store 1 to voter"] [source=heartbeat] [2024/05/06 22:08:02.688 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="promote learner peer 20 on store 1 to voter"] [source=heartbeat] [2024/05/06 22:08:02.688 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="promote learner peer 18 on store 1 to voter"] [source=heartbeat] [2024/05/06 22:08:02.689 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=5] [detail="Remove peer:{id:21 store_id:1 role:Learner },Add peer:{id:21 store_id:1 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:02.689 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=5] [takes=10.742941ms] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:5(5, 1), createAt:2024-05-06 22:08:02.678519927 +0800 CST m=+16.470536499, startAt:2024-05-06 22:08:02.678554348 +0800 CST m=+16.470570782, currentStep:2, size:0, steps:[0:{add learner peer 21 on store 1}, 1:{promote learner peer 21 on store 1 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:02.689 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="promote learner peer 22 on store 2 to voter"] [source=heartbeat] [2024/05/06 22:08:02.689 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=16] [takes=11.038183ms] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:16(5, 1), createAt:2024-05-06 22:08:02.678404274 +0800 CST m=+16.470420709, startAt:2024-05-06 22:08:02.678449811 +0800 CST m=+16.470466255, currentStep:2, size:1, steps:[0:{add learner peer 20 on store 1}, 1:{promote learner peer 20 on store 1 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:02.689 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Remove peer:{id:20 store_id:1 role:Learner },Add peer:{id:20 store_id:1 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:02.689 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=11.234528ms] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:14(5, 1), createAt:2024-05-06 22:08:02.678273054 +0800 CST m=+16.470289489, startAt:2024-05-06 22:08:02.678324084 +0800 CST m=+16.470340519, currentStep:2, size:1, steps:[0:{add learner peer 19 on store 1}, 1:{promote learner peer 19 on store 1 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:02.689 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Remove peer:{id:19 store_id:1 role:Learner },Add peer:{id:19 store_id:1 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:02.689 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=12] [takes=11.449461ms] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:12(5, 1), createAt:2024-05-06 22:08:02.677961305 +0800 CST m=+16.469977814, startAt:2024-05-06 22:08:02.678167174 +0800 CST m=+16.470183613, currentStep:2, size:1, steps:[0:{add learner peer 18 on store 1}, 1:{promote learner peer 18 on store 1 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:02.689 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Remove peer:{id:18 store_id:1 role:Learner },Add peer:{id:18 store_id:1 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:02.689 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=10] [takes=11.293814ms] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:10(5, 1), createAt:2024-05-06 22:08:02.678626074 +0800 CST m=+16.470642511, startAt:2024-05-06 22:08:02.67867273 +0800 CST m=+16.470689172, currentStep:2, size:1, steps:[0:{add learner peer 22 on store 2}, 1:{promote learner peer 22 on store 2 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:02.690 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Remove peer:{id:22 store_id:2 role:Learner },Add peer:{id:22 store_id:2 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:02.699 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=10] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:10(5, 3), createAt:2024-05-06 22:08:02.699190019 +0800 CST m=+16.491206457, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 23 on store 1}, 1:{promote learner peer 23 on store 1 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:02.699 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 23 on store 1"] [source=create] [2024/05/06 22:08:02.699 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=12] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:12(5, 3), createAt:2024-05-06 22:08:02.699329578 +0800 CST m=+16.491346013, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 24 on store 2}, 1:{promote learner peer 24 on store 2 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:02.699 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 24 on store 2"] [source=create] [2024/05/06 22:08:02.699 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:14(5, 3), createAt:2024-05-06 22:08:02.699408146 +0800 CST m=+16.491424580, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 25 on store 2}, 1:{promote learner peer 25 on store 2 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:02.699 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 25 on store 2"] [source=create] [2024/05/06 22:08:02.699 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=16] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:16(5, 3), createAt:2024-05-06 22:08:02.699498755 +0800 CST m=+16.491515189, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 26 on store 2}, 1:{promote learner peer 26 on store 2 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:02.699 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 26 on store 2"] [source=create] [2024/05/06 22:08:02.699 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=5] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:5(5, 3), createAt:2024-05-06 22:08:02.699588286 +0800 CST m=+16.491604720, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 27 on store 2}, 1:{promote learner peer 27 on store 2 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:02.699 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=5] [step="add learner peer 27 on store 2"] [source=create] [2024/05/06 22:08:02.700 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 23 on store 1"] [source=heartbeat] [2024/05/06 22:08:02.700 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Add peer:{id:23 store_id:1 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:02.700 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 24 on store 2"] [source=heartbeat] [2024/05/06 22:08:02.700 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Add peer:{id:24 store_id:2 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:02.700 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 26 on store 2"] [source=heartbeat] [2024/05/06 22:08:02.700 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Add peer:{id:26 store_id:2 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:02.700 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 25 on store 2"] [source=heartbeat] [2024/05/06 22:08:02.700 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=5] [step="add learner peer 27 on store 2"] [source=heartbeat] [2024/05/06 22:08:02.700 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Add peer:{id:25 store_id:2 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:02.700 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=5] [detail="Add peer:{id:27 store_id:2 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:02.702 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="promote learner peer 23 on store 1 to voter"] [source=heartbeat] [2024/05/06 22:08:02.703 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="promote learner peer 24 on store 2 to voter"] [source=heartbeat] [2024/05/06 22:08:02.703 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="promote learner peer 26 on store 2 to voter"] [source=heartbeat] [2024/05/06 22:08:02.703 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=5] [step="promote learner peer 27 on store 2 to voter"] [source=heartbeat] [2024/05/06 22:08:02.703 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=10] [takes=4.373559ms] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:10(5, 3), createAt:2024-05-06 22:08:02.699190019 +0800 CST m=+16.491206457, startAt:2024-05-06 22:08:02.699257809 +0800 CST m=+16.491274253, currentStep:2, size:1, steps:[0:{add learner peer 23 on store 1}, 1:{promote learner peer 23 on store 1 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:02.703 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Remove peer:{id:23 store_id:1 role:Learner },Add peer:{id:23 store_id:1 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:02.703 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="promote learner peer 25 on store 2 to voter"] [source=heartbeat] [2024/05/06 22:08:02.703 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=12] [takes=4.518091ms] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:12(5, 3), createAt:2024-05-06 22:08:02.699329578 +0800 CST m=+16.491346013, startAt:2024-05-06 22:08:02.699358466 +0800 CST m=+16.491374900, currentStep:2, size:1, steps:[0:{add learner peer 24 on store 2}, 1:{promote learner peer 24 on store 2 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:02.703 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Remove peer:{id:24 store_id:2 role:Learner },Add peer:{id:24 store_id:2 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:02.704 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=16] [takes=4.506924ms] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:16(5, 3), createAt:2024-05-06 22:08:02.699498755 +0800 CST m=+16.491515189, startAt:2024-05-06 22:08:02.699523122 +0800 CST m=+16.491539557, currentStep:2, size:1, steps:[0:{add learner peer 26 on store 2}, 1:{promote learner peer 26 on store 2 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:02.704 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Remove peer:{id:26 store_id:2 role:Learner },Add peer:{id:26 store_id:2 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:02.704 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=5] [detail="Remove peer:{id:27 store_id:2 role:Learner },Add peer:{id:27 store_id:2 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:02.704 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=5] [takes=4.54385ms] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:5(5, 3), createAt:2024-05-06 22:08:02.699588286 +0800 CST m=+16.491604720, startAt:2024-05-06 22:08:02.699629322 +0800 CST m=+16.491645758, currentStep:2, size:1, steps:[0:{add learner peer 27 on store 2}, 1:{promote learner peer 27 on store 2 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:02.704 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=4.983802ms] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:14(5, 3), createAt:2024-05-06 22:08:02.699408146 +0800 CST m=+16.491424580, startAt:2024-05-06 22:08:02.699447067 +0800 CST m=+16.491463506, currentStep:2, size:1, steps:[0:{add learner peer 25 on store 2}, 1:{promote learner peer 25 on store 2 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:02.704 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Remove peer:{id:25 store_id:2 role:Learner },Add peer:{id:25 store_id:2 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:44.665 +08:00] [WARN] [tso.go:334] ["clock offset"] [] [jet-lag=195.39452ms] [prev-physical=2024/05/06 22:08:44.469 +08:00] [now=2024/05/06 22:08:44.665 +08:00] [update-physical-interval=50ms] [2024/05/06 22:08:49.668 +08:00] [INFO] [cluster.go:570] ["sync the store config successful"] [store-address=127.0.0.1:20181] [store-config="{\n \"coprocessor\": {\n \"region-max-size\": \"144MiB\",\n \"region-split-size\": \"96MiB\",\n \"region-max-keys\": 1440000,\n \"region-split-keys\": 960000,\n \"enable-region-bucket\": false,\n \"region-bucket-size\": \"50MiB\"\n },\n \"storage\": {\n \"engine\": \"raft-kv\"\n }\n}"] [old-config="{\n \"coprocessor\": {\n \"region-max-size\": \"\",\n \"region-split-size\": \"\",\n \"region-max-keys\": 0,\n \"region-split-keys\": 0,\n \"enable-region-bucket\": false,\n \"region-bucket-size\": \"\"\n },\n \"storage\": {\n \"engine\": \"\"\n }\n}"] [2024/05/06 22:08:49.669 +08:00] [INFO] [cluster.go:506] ["store config is updated"] + find . -name 'tikv*.log' -type f -exec tail -n 500 '{}' + ==> ./tikv2.log <== [2024/05/06 22:07:46.214 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={7, 23, 52, 69, 18, 53, 19, 14, 21, 33, 35, 13, 32, 56, 71, 20, 24, 54, 66, 61, 59, 31, 6, 67, 11, 47, 51, 57, 49, 45, 62, 65, 17, 36, 9, 34, 50, 55, 58, 15, 42, 46, 64, 68, 16, 28, 10, 30, 22, 60, 70, 63, 48, 8, 0, 26, 29, 43, 44, 27, 12, 25}"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 128, expect 32768"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:07:46.216 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:46.216 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:07:46.216 +08:00] [INFO] [] ["subchannel 0x7f546e04d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f546e0afb88, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f546e037e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f546e0d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004466.216747521\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:07:46.216 +08:00] [INFO] [] ["subchannel 0x7f546e04d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f546e0afb88, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f546e037e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f546e0d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:07:46.217 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:46.217 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:46.217 +08:00] [INFO] [] ["subchannel 0x7f546e04dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f546e0afb88, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f546e037e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f546e0d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004466.217369790\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:07:46.217 +08:00] [INFO] [] ["subchannel 0x7f546e04dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f546e0afb88, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f546e037e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f546e0d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:07:46.217 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:46.217 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:46.217 +08:00] [INFO] [] ["subchannel 0x7f546e04e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f546e0afb88, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f546e037e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f546e0d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004466.217684923\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:07:46.217 +08:00] [INFO] [] ["subchannel 0x7f546e04e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f546e0afb88, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f546e037e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f546e0d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:07:46.217 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:46.217 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:07:46.519 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:48.520 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:48.520 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:49.263 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:49.565 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:49.566 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:49.567 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:49.568 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:49.568 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:49.569 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:49.569 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:07:49.569 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888108955441387] [thread_id=1] [2024/05/06 22:07:49.570 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:07:49.570 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:07:49.572 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20181] [thread_id=1] [2024/05/06 22:07:49.573 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:07:49.573 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345651/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345650/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345649/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345648/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345647/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345646/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345645/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345644/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345643/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/304369/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40429/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40428/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40427/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40426/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40425/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40424/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40423/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/673535/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/673535/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data] [thread_id=1] [2024/05/06 22:07:49.574 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data] [thread_id=1] [2024/05/06 22:07:49.574 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345651/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345650/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345649/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345648/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345647/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345646/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345645/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345644/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345643/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/304369/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40429/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40428/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40427/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40426/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40425/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40424/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40423/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/673535/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/673535/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft] [thread_id=1] [2024/05/06 22:07:49.574 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft] [thread_id=1] [2024/05/06 22:07:49.575 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv2.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20161\",\"advertise-addr\":\"127.0.0.1:20161\",\"status-addr\":\"127.0.0.1:20181\",\"advertise-status-addr\":\"127.0.0.1:20181\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:07:49.575 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:07:49.576 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=1ms] [thread_id=17] [2024/05/06 22:07:49.576 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=18] [2024/05/06 22:07:49.576 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=18] [2024/05/06 22:07:49.576 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:07:49.576 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=17] [2024/05/06 22:07:49.583 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:07:49.583 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:07:49.584 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 244.535µs"] [thread_id=1] [2024/05/06 22:07:49.648 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:07:49.651 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:07:49.651 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:07:49.651 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/log-backup-temp] [thread_id=1] [2024/05/06 22:07:49.652 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=74] [2024/05/06 22:07:49.652 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:07:49.652 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:07:49.652 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:07:49.652 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:07:49.652 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=74] [2024/05/06 22:07:49.652 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=73] [2024/05/06 22:07:49.660 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 5 region_epoch { conf_ver: 1 version: 1 } peers { id: 8 store_id: 3 }"] [store_id=3] [thread_id=1] [2024/05/06 22:07:49.668 +08:00] [INFO] [raft_server.rs:404] ["bootstrap cluster ok"] [cluster_id=7365888108955441387] [thread_id=1] [2024/05/06 22:07:49.668 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 3 address: \"127.0.0.1:20161\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20161\" status_address: \"127.0.0.1:20181\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004469 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:07:49.671 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=3] [status=Some()] [thread_id=1] [2024/05/06 22:07:49.671 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=3] [thread_id=1] [2024/05/06 22:07:49.671 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=3] [thread_id=1] [2024/05/06 22:07:49.672 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:07:49.675 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:07:49.675 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=8] [region_id=5] [thread_id=1] [2024/05/06 22:07:49.675 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {8} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=8] [region_id=5] [thread_id=1] [2024/05/06 22:07:49.675 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=8] [region_id=5] [thread_id=1] [2024/05/06 22:07:49.675 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {8} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=8] [region_id=5] [thread_id=1] [2024/05/06 22:07:49.675 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 8."] [id=8] [raft_id=8] [region_id=5] [thread_id=1] [2024/05/06 22:07:49.675 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=8] [region_id=5] [thread_id=1] [2024/05/06 22:07:49.675 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=8] [region_id=5] [thread_id=1] [2024/05/06 22:07:49.675 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=8] [region_id=5] [thread_id=1] [2024/05/06 22:07:49.675 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=8] [region_id=5] [thread_id=1] [2024/05/06 22:07:49.675 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=208.471µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=1] [store_id=3] [thread_id=1] [2024/05/06 22:07:49.675 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=5.812µs] [garbage_range_count=2] [store_id=3] [thread_id=1] [2024/05/06 22:07:49.676 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803778] [region_id=5] [thread_id=101] [2024/05/06 22:07:49.677 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:07:49.677 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:07:49.677 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:07:49.677 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=5] [thread_id=31] [2024/05/06 22:07:49.680 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 5 region_epoch { conf_ver: 1 version: 1 } peers { id: 8 store_id: 3 }"] [thread_id=68] [2024/05/06 22:07:49.680 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(0)] [region=5] [thread_id=68] [2024/05/06 22:07:49.681 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:07:49.681 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:07:49.682 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:07:49.682 +08:00] [INFO] [deadlock.rs:761] ["became the leader of deadlock detector!"] [self_id=3] [thread_id=127] [2024/05/06 22:07:49.683 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=17] [2024/05/06 22:07:49.683 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20161] [thread_id=1] [2024/05/06 22:07:49.684 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=17] [2024/05/06 22:07:49.688 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:07:52.682 +08:00] [INFO] [pd.rs:1531] ["try to split"] [region_epoch="conf_ver: 1 version: 1"] [region_id=5] [thread_id=31] [2024/05/06 22:07:52.682 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=pd] [split_keys="4 keys range from 7200000000000000FB to 7800000100000000FB"] [peer_id=8] [region_id=5] [thread_id=102] [2024/05/06 22:07:52.682 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 5 region_epoch { conf_ver: 1 version: 1 } peers { id: 8 store_id: 3 }"] [new_region_ids="[new_region_id: 10 new_peer_ids: 11, new_region_id: 12 new_peer_ids: 13, new_region_id: 14 new_peer_ids: 15, new_region_id: 16 new_peer_ids: 17]"] [region_id=5] [thread_id=31] [2024/05/06 22:07:52.682 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7200000000000000FB new_region_id: 10 new_peer_ids: 11 } requests { split_key: 7200000100000000FB new_region_id: 12 new_peer_ids: 13 } requests { split_key: 7800000000000000FB new_region_id: 14 new_peer_ids: 15 } requests { split_key: 7800000100000000FB new_region_id: 16 new_peer_ids: 17 } right_derive: true }"] [index=7] [term=6] [peer_id=8] [region_id=5] [thread_id=103] [2024/05/06 22:07:52.683 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="4 keys range from 7200000000000000FB to 7800000100000000FB"] [region="id: 5 region_epoch { conf_ver: 1 version: 1 } peers { id: 8 store_id: 3 }"] [peer_id=8] [region_id=5] [thread_id=103] [2024/05/06 22:07:52.683 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=5] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:07:52.683 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=5] [peer_id=8] [region_id=5] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(0)] [region_id=5] [store_id=Some(3)] [thread_id=68] [2024/05/06 22:07:52.683 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=3] [is_uninitialized_peer_exist=false] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 3 }"] [region_id=10] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 8 store_id: 3 }"] [thread_id=68] [2024/05/06 22:07:52.683 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 11."] [id=11] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=3] [is_uninitialized_peer_exist=false] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 3 }"] [region_id=12] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 13."] [id=13] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=3] [is_uninitialized_peer_exist=false] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 3 }"] [region_id=14] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 15."] [id=15] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=3] [is_uninitialized_peer_exist=false] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 17 store_id: 3 }"] [region_id=16] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 17."] [id=17] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=10] [thread_id=101] [2024/05/06 22:07:52.683 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=12] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=14] [thread_id=102] [2024/05/06 22:07:52.683 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=16] [thread_id=101] [2024/05/06 22:07:52.684 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 3 }"] [thread_id=68] [2024/05/06 22:07:52.684 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 3 }"] [thread_id=68] [2024/05/06 22:07:52.684 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 3 }"] [thread_id=68] [2024/05/06 22:07:52.684 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=10] [thread_id=31] [2024/05/06 22:07:52.684 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=12] [thread_id=31] [2024/05/06 22:07:52.684 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=7] [observe_id=ObserveId(1)] [region=5] [thread_id=68] [2024/05/06 22:07:52.684 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=14] [thread_id=31] [2024/05/06 22:07:52.684 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=16] [thread_id=31] [2024/05/06 22:07:52.684 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 17 store_id: 3 }"] [thread_id=68] [2024/05/06 22:07:52.684 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(2)] [region=12] [thread_id=68] [2024/05/06 22:07:52.684 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(4)] [region=14] [thread_id=68] [2024/05/06 22:07:52.684 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(3)] [region=10] [thread_id=68] [2024/05/06 22:07:52.684 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(5)] [region=16] [thread_id=68] [2024/05/06 22:07:59.679 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:02.678 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 18 store_id: 1 role: Learner } change_type: AddLearnerNode]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:02.678 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 18 store_id: 1 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:02.678 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 19 store_id: 1 role: Learner } change_type: AddLearnerNode]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:02.678 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 20 store_id: 1 role: Learner } change_type: AddLearnerNode]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:02.678 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 21 store_id: 1 role: Learner } change_type: AddLearnerNode]"] [region_id=5] [thread_id=31] [2024/05/06 22:08:02.678 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 19 store_id: 1 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:02.678 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 20 store_id: 1 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:02.678 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 21 store_id: 1 role: Learner }]"] [peer_id=8] [region_id=5] [thread_id=101] [2024/05/06 22:08:02.678 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 22 store_id: 2 role: Learner } change_type: AddLearnerNode]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:02.678 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 22 store_id: 2 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:02.678 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 18 store_id: 1 role: Learner } } }"] [index=7] [term=6] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:02.678 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:02.678 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 19 store_id: 1 role: Learner } } }"] [index=7] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:02.678 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:02.678 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 3 } peers { id: 19 store_id: 1 role: Learner }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 19 store_id: 1 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:02.678 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 3 } peers { id: 18 store_id: 1 role: Learner }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 18 store_id: 1 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:02.678 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 20 store_id: 1 role: Learner } } }"] [index=7] [term=6] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:02.678 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:02.678 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 21 store_id: 1 role: Learner } } }"] [index=8] [term=6] [peer_id=8] [region_id=5] [thread_id=104] [2024/05/06 22:08:02.678 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=8] [region_id=5] [thread_id=104] [2024/05/06 22:08:02.678 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 3 } peers { id: 20 store_id: 1 role: Learner }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 17 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 20 store_id: 1 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:02.678 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 8 store_id: 3 } peers { id: 21 store_id: 1 role: Learner }"] [original_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 8 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 21 store_id: 1 role: Learner }]"] [peer_id=8] [region_id=5] [thread_id=104] [2024/05/06 22:08:02.678 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 22 store_id: 2 role: Learner } } }"] [index=7] [term=6] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:02.678 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:02.678 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 3 } peers { id: 22 store_id: 2 role: Learner }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 22 store_id: 2 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:02.679 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {19}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:02.679 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }, learners: {20}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:02.679 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 3 } peers { id: 19 store_id: 1 role: Learner }"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:02.679 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 3 } peers { id: 20 store_id: 1 role: Learner }"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:02.680 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {18}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:02.680 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 3 } peers { id: 18 store_id: 1 role: Learner }"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:02.680 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {8} }, outgoing: Configuration { voters: {} } }, learners: {21}, learners_next: {}, auto_leave: false }"] [raft_id=8] [region_id=5] [thread_id=102] [2024/05/06 22:08:02.680 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {22}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:02.680 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 8 store_id: 3 } peers { id: 21 store_id: 1 role: Learner }"] [peer_id=8] [region_id=5] [thread_id=102] [2024/05/06 22:08:02.680 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 3 } peers { id: 22 store_id: 2 role: Learner }"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:02.680 +08:00] [INFO] [replication_mode.rs:40] ["backup store labels"] [labels="[]"] [store_id=1] [thread_id=18] [2024/05/06 22:08:02.680 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20162] [store_id=1] [thread_id=71] [2024/05/06 22:08:02.680 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=1] [addr=127.0.0.1:20162] [thread_id=71] [2024/05/06 22:08:02.681 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=8] [cost=1.109968ms] [addr=127.0.0.1:20162] [store_id=1] [thread_id=71] [2024/05/06 22:08:02.681 +08:00] [INFO] [replication_mode.rs:40] ["backup store labels"] [labels="[]"] [store_id=2] [thread_id=17] [2024/05/06 22:08:02.681 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20160] [store_id=2] [thread_id=71] [2024/05/06 22:08:02.681 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=2] [addr=127.0.0.1:20160] [thread_id=71] [2024/05/06 22:08:02.681 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=2] [cost=581.144µs] [addr=127.0.0.1:20160] [store_id=2] [thread_id=71] [2024/05/06 22:08:02.683 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(1)] [thread_id=7] [2024/05/06 22:08:02.683 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(2)] [thread_id=8] [2024/05/06 22:08:02.684 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=19] [request_index=0] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:02.684 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=18] [request_index=0] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:02.684 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=21] [request_index=0] [peer_id=8] [region_id=5] [thread_id=101] [2024/05/06 22:08:02.684 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=20] [request_index=0] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:02.684 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=22] [request_index=0] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:02.685 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_5_6_8_(default|lock|write).sst] [region_id=5] [thread_id=84] [2024/05/06 22:08:02.685 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=83] [598 / 607] [Prepa] GoCompilePkg external/com_github_tikv_client_go_v2/txnkv/transaction/transaction.a [2024/05/06 22:08:02.685 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_5_6_8_(default|lock|write).sst] [region_id=5] [thread_id=84] [2024/05/06 22:08:02.685 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:02.685 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_5_6_8_(default|lock|write).sst] [region_id=5] [thread_id=84] [2024/05/06 22:08:02.685 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:02.685 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=656.712µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_5_6_8_(default|lock|write).sst] [region_id=5] [thread_id=84] [2024/05/06 22:08:02.685 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=706.375µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:02.685 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=21] [peer_id=8] [region_id=5] [thread_id=101] [2024/05/06 22:08:02.685 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=19] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:02.685 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:02.685 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:02.685 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:02.685 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:02.685 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:02.685 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:02.685 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:02.686 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=357.648µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:02.686 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=386.539µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:02.686 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=18] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:02.686 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=20] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:02.686 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:02.686 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:02.686 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:02.686 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:02.686 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:02.686 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=338.191µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:02.686 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:02.686 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=22] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:02.686 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:02.687 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.703724ms] [size=0] [snap_key=14_6_7] [region_id=14] [thread_id=131] [2024/05/06 22:08:02.687 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 19 store_id: 1 role: Learner"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:02.687 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.471871ms] [size=0] [snap_key=5_6_8] [region_id=5] [thread_id=133] [2024/05/06 22:08:02.687 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 21 store_id: 1 role: Learner"] [peer_id=8] [region_id=5] [thread_id=102] [2024/05/06 22:08:02.687 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.244358ms] [size=0] [snap_key=16_6_7] [region_id=16] [thread_id=133] [2024/05/06 22:08:02.687 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 20 store_id: 1 role: Learner"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:02.688 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.61127ms] [size=0] [snap_key=12_6_7] [region_id=12] [thread_id=131] [2024/05/06 22:08:02.688 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 18 store_id: 1 role: Learner"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:02.688 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.721196ms] [size=0] [snap_key=10_6_7] [region_id=10] [thread_id=131] [2024/05/06 22:08:02.688 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 22 store_id: 2 role: Learner"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:02.688 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 21 store_id: 1 }]"] [region_id=5] [thread_id=31] [2024/05/06 22:08:02.688 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 21 store_id: 1 }]"] [peer_id=8] [region_id=5] [thread_id=101] [2024/05/06 22:08:02.688 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 19 store_id: 1 }]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:02.688 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 19 store_id: 1 }]"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:02.688 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 20 store_id: 1 }]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:02.688 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 20 store_id: 1 }]"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:02.688 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 21 store_id: 1 } } }"] [index=9] [term=6] [peer_id=8] [region_id=5] [thread_id=103] [2024/05/06 22:08:02.688 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=8] [region_id=5] [thread_id=103] [2024/05/06 22:08:02.688 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 8 store_id: 3 } peers { id: 21 store_id: 1 }"] [original_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 8 store_id: 3 } peers { id: 21 store_id: 1 role: Learner }"] [changes="[peer { id: 21 store_id: 1 }]"] [peer_id=8] [region_id=5] [thread_id=103] [2024/05/06 22:08:02.688 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 19 store_id: 1 } } }"] [index=8] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:02.688 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:02.688 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 3 } peers { id: 19 store_id: 1 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 3 } peers { id: 19 store_id: 1 role: Learner }"] [changes="[peer { id: 19 store_id: 1 }]"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:02.688 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 20 store_id: 1 } } }"] [index=8] [term=6] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:02.688 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:02.688 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 3 } peers { id: 20 store_id: 1 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 3 } peers { id: 20 store_id: 1 role: Learner }"] [changes="[peer { id: 20 store_id: 1 }]"] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:02.689 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 18 store_id: 1 }]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:02.689 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 18 store_id: 1 }]"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:02.689 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {8, 21} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=8] [region_id=5] [thread_id=101] [2024/05/06 22:08:02.689 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 8 store_id: 3 } peers { id: 21 store_id: 1 }"] [peer_id=8] [region_id=5] [thread_id=101] [2024/05/06 22:08:02.689 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 18 store_id: 1 } } }"] [index=8] [term=6] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:02.689 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:02.689 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 3 } peers { id: 18 store_id: 1 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 3 } peers { id: 18 store_id: 1 role: Learner }"] [changes="[peer { id: 18 store_id: 1 }]"] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:02.689 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:02.689 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 17} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:02.689 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 3 } peers { id: 20 store_id: 1 }"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:02.689 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 3 } peers { id: 19 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:02.689 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 18} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:02.689 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 3 } peers { id: 18 store_id: 1 }"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:02.689 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 22 store_id: 2 }]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:02.689 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 22 store_id: 2 }]"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:02.689 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 22 store_id: 2 } } }"] [index=8] [term=6] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:02.689 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:02.689 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 3 } peers { id: 22 store_id: 2 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 3 } peers { id: 22 store_id: 2 role: Learner }"] [changes="[peer { id: 22 store_id: 2 }]"] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:02.689 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {22, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:02.689 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 3 } peers { id: 22 store_id: 2 }"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:02.699 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 23 store_id: 1 role: Learner } change_type: AddLearnerNode]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:02.699 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 1 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:02.699 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 24 store_id: 2 role: Learner } change_type: AddLearnerNode]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:02.699 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 2 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:02.699 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 25 store_id: 2 role: Learner } change_type: AddLearnerNode]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:02.699 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 26 store_id: 2 role: Learner } change_type: AddLearnerNode]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:02.699 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 2 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:02.699 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 26 store_id: 2 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:02.699 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 23 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:02.699 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:02.699 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 3 } peers { id: 22 store_id: 2 } peers { id: 23 store_id: 1 role: Learner }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 3 } peers { id: 22 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 1 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:02.699 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 24 store_id: 2 role: Learner } } }"] [index=9] [term=6] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:02.699 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:02.699 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 27 store_id: 2 role: Learner } change_type: AddLearnerNode]"] [region_id=5] [thread_id=31] [2024/05/06 22:08:02.699 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 3 } peers { id: 18 store_id: 1 } peers { id: 24 store_id: 2 role: Learner }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 3 } peers { id: 18 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 2 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:02.699 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 27 store_id: 2 role: Learner }]"] [peer_id=8] [region_id=5] [thread_id=102] [2024/05/06 22:08:02.699 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 25 store_id: 2 role: Learner } } }"] [index=9] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:02.699 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:02.699 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {22, 11} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:02.699 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 3 } peers { id: 19 store_id: 1 } peers { id: 25 store_id: 2 role: Learner }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 3 } peers { id: 19 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 2 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:02.699 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 3 } peers { id: 22 store_id: 2 } peers { id: 23 store_id: 1 role: Learner }"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:02.699 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 26 store_id: 2 role: Learner } } }"] [index=9] [term=6] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:02.699 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:02.699 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 3 } peers { id: 20 store_id: 1 } peers { id: 26 store_id: 2 role: Learner }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 3 } peers { id: 20 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 26 store_id: 2 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:02.700 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 27 store_id: 2 role: Learner } } }"] [index=10] [term=6] [peer_id=8] [region_id=5] [thread_id=103] [2024/05/06 22:08:02.700 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=8] [region_id=5] [thread_id=103] [2024/05/06 22:08:02.700 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 8 store_id: 3 } peers { id: 21 store_id: 1 } peers { id: 27 store_id: 2 role: Learner }"] [original_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 8 store_id: 3 } peers { id: 21 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 27 store_id: 2 role: Learner }]"] [peer_id=8] [region_id=5] [thread_id=103] [2024/05/06 22:08:02.700 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 18} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:02.700 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 3 } peers { id: 18 store_id: 1 } peers { id: 24 store_id: 2 role: Learner }"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:02.700 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 17} }, outgoing: Configuration { voters: {} } }, learners: {26}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:02.700 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 15} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:02.700 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 3 } peers { id: 20 store_id: 1 } peers { id: 26 store_id: 2 role: Learner }"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:02.700 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {8, 21} }, outgoing: Configuration { voters: {} } }, learners: {27}, learners_next: {}, auto_leave: false }"] [raft_id=8] [region_id=5] [thread_id=101] [2024/05/06 22:08:02.700 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 3 } peers { id: 19 store_id: 1 } peers { id: 25 store_id: 2 role: Learner }"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:02.700 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 8 store_id: 3 } peers { id: 21 store_id: 1 } peers { id: 27 store_id: 2 role: Learner }"] [peer_id=8] [region_id=5] [thread_id=101] [2024/05/06 22:08:02.700 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=23] [request_index=0] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:02.700 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=24] [request_index=0] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:02.700 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=26] [request_index=0] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:02.700 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:02.700 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=25] [request_index=0] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:02.700 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=27] [request_index=0] [peer_id=8] [region_id=5] [thread_id=102] [2024/05/06 22:08:02.700 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:02.700 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:02.700 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:02.700 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:02.700 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:02.700 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=385.841µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:02.701 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=23] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:02.701 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=433.395µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:02.701 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:02.701 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:02.701 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:02.701 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=24] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:02.701 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:02.701 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_5_6_10_(default|lock|write).sst] [region_id=5] [thread_id=83] [2024/05/06 22:08:02.701 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:02.701 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_5_6_10_(default|lock|write).sst] [region_id=5] [thread_id=83] [2024/05/06 22:08:02.701 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=376.336µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:02.701 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_5_6_10_(default|lock|write).sst] [region_id=5] [thread_id=83] [2024/05/06 22:08:02.701 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=26] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:02.701 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:02.701 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:02.701 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=384.824µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_5_6_10_(default|lock|write).sst] [region_id=5] [thread_id=83] [2024/05/06 22:08:02.701 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:02.701 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:02.701 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=27] [peer_id=8] [region_id=5] [thread_id=101] [2024/05/06 22:08:02.701 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:02.701 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=378.769µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:02.701 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=25] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:02.702 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:02.702 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.342804ms] [size=0] [snap_key=10_6_9] [region_id=10] [thread_id=131] [2024/05/06 22:08:02.702 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 23 store_id: 1 role: Learner"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:02.702 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.345431ms] [size=0] [snap_key=12_6_9] [region_id=12] [thread_id=131] [2024/05/06 22:08:02.702 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 24 store_id: 2 role: Learner"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:02.702 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.263284ms] [size=0] [snap_key=16_6_9] [region_id=16] [thread_id=130] [2024/05/06 22:08:02.702 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 26 store_id: 2 role: Learner"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:02.702 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 23 store_id: 1 }]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:02.702 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 23 store_id: 1 }]"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:02.702 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.242132ms] [size=0] [snap_key=5_6_10] [region_id=5] [thread_id=133] [2024/05/06 22:08:02.703 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 27 store_id: 2 role: Learner"] [peer_id=8] [region_id=5] [thread_id=102] [2024/05/06 22:08:02.703 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.175006ms] [size=0] [snap_key=14_6_9] [region_id=14] [thread_id=130] [2024/05/06 22:08:02.703 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 25 store_id: 2 role: Learner"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:02.703 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 24 store_id: 2 }]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 1 } } }"] [index=10] [term=6] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 3 } peers { id: 22 store_id: 2 } peers { id: 23 store_id: 1 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 3 } peers { id: 22 store_id: 2 } peers { id: 23 store_id: 1 role: Learner }"] [changes="[peer { id: 23 store_id: 1 }]"] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:02.703 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 24 store_id: 2 }]"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:02.703 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 26 store_id: 2 }]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:02.703 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 26 store_id: 2 }]"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:02.703 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 27 store_id: 2 }]"] [region_id=5] [thread_id=31] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 2 } } }"] [index=10] [term=6] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:02.703 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {23, 22, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:02.703 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 27 store_id: 2 }]"] [peer_id=8] [region_id=5] [thread_id=102] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 3 } peers { id: 18 store_id: 1 } peers { id: 24 store_id: 2 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 3 } peers { id: 18 store_id: 1 } peers { id: 24 store_id: 2 role: Learner }"] [changes="[peer { id: 24 store_id: 2 }]"] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:02.703 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 3 } peers { id: 22 store_id: 2 } peers { id: 23 store_id: 1 }"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 26 store_id: 2 } } }"] [index=10] [term=6] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 3 } peers { id: 20 store_id: 1 } peers { id: 26 store_id: 2 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 3 } peers { id: 20 store_id: 1 } peers { id: 26 store_id: 2 role: Learner }"] [changes="[peer { id: 26 store_id: 2 }]"] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:02.703 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {24, 13, 18} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 27 store_id: 2 } } }"] [index=11] [term=6] [peer_id=8] [region_id=5] [thread_id=104] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=8] [region_id=5] [thread_id=104] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 8 store_id: 3 } peers { id: 21 store_id: 1 } peers { id: 27 store_id: 2 }"] [original_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 8 store_id: 3 } peers { id: 21 store_id: 1 } peers { id: 27 store_id: 2 role: Learner }"] [changes="[peer { id: 27 store_id: 2 }]"] [peer_id=8] [region_id=5] [thread_id=104] [2024/05/06 22:08:02.703 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 3 } peers { id: 18 store_id: 1 } peers { id: 24 store_id: 2 }"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:02.703 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 17, 26} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:02.703 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 3 } peers { id: 20 store_id: 1 } peers { id: 26 store_id: 2 }"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:02.703 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 25 store_id: 2 }]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:02.703 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 25 store_id: 2 }]"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:02.704 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {8, 21, 27} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=8] [region_id=5] [thread_id=101] [2024/05/06 22:08:02.704 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 8 store_id: 3 } peers { id: 21 store_id: 1 } peers { id: 27 store_id: 2 }"] [peer_id=8] [region_id=5] [thread_id=101] [2024/05/06 22:08:02.704 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 2 } } }"] [index=10] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:02.704 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:02.704 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 3 } peers { id: 19 store_id: 1 } peers { id: 25 store_id: 2 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 3 } peers { id: 19 store_id: 1 } peers { id: 25 store_id: 2 role: Learner }"] [changes="[peer { id: 25 store_id: 2 }]"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:02.704 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 25, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:02.704 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 3 } peers { id: 19 store_id: 1 } peers { id: 25 store_id: 2 }"] [peer_id=15] [region_id=14] [thread_id=101] ==> ./tikv1.log <== [2024/05/06 22:07:46.214 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={67, 27, 69, 35, 0, 48, 68, 54, 34, 14, 19, 28, 61, 11, 42, 23, 58, 29, 9, 12, 26, 57, 65, 8, 10, 17, 24, 46, 64, 18, 25, 21, 62, 13, 30, 53, 49, 52, 43, 51, 71, 36, 44, 59, 31, 66, 6, 20, 15, 47, 60, 70, 32, 22, 33, 63, 56, 55, 45, 50, 16, 7}"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 128, expect 32768"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:07:46.216 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:46.216 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:07:46.216 +08:00] [INFO] [] ["subchannel 0x7fad9324d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7fad932afb80, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fad93237e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fad932d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004466.216744743\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:07:46.216 +08:00] [INFO] [] ["subchannel 0x7fad9324d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7fad932afb80, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fad93237e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fad932d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:07:46.217 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:46.217 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:46.217 +08:00] [INFO] [] ["subchannel 0x7fad9324dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7fad932afb80, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fad93237e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fad932d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004466.217370177\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:07:46.217 +08:00] [INFO] [] ["subchannel 0x7fad9324dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7fad932afb80, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fad93237e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fad932d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:07:46.217 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:46.217 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:46.217 +08:00] [INFO] [] ["subchannel 0x7fad9324e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7fad932afb80, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fad93237e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fad932d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004466.217683087\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:07:46.217 +08:00] [INFO] [] ["subchannel 0x7fad9324e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7fad932afb80, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fad93237e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fad932d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:07:46.217 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:46.217 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:07:46.519 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:48.520 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:48.520 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:49.263 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:49.565 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:49.566 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:49.567 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:49.568 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:49.568 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:49.569 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:49.569 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:07:49.569 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888108955441387] [thread_id=1] [2024/05/06 22:07:49.570 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:07:49.570 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:07:49.572 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20180] [thread_id=1] [2024/05/06 22:07:49.573 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:07:49.573 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345651/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345650/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345649/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345648/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345647/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345646/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345645/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345644/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345643/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/304369/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40429/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40428/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40427/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40426/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40425/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40424/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40423/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/673535/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/673535/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data] [thread_id=1] [2024/05/06 22:07:49.574 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data] [thread_id=1] [2024/05/06 22:07:49.574 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345651/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345650/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345649/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345648/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345647/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345646/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345645/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345644/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345643/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/304369/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40429/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40428/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40427/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40426/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40425/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40424/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40423/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/673535/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/673535/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft] [thread_id=1] [2024/05/06 22:07:49.574 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft] [thread_id=1] [2024/05/06 22:07:49.575 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv1.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20160\",\"advertise-addr\":\"127.0.0.1:20160\",\"status-addr\":\"127.0.0.1:20180\",\"advertise-status-addr\":\"127.0.0.1:20180\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:07:49.575 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:07:49.576 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=1ms] [thread_id=18] [2024/05/06 22:07:49.576 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:07:49.576 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=18] [2024/05/06 22:07:49.576 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=18] [2024/05/06 22:07:49.576 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=17] [2024/05/06 22:07:49.583 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:07:49.583 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:07:49.584 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 240.11µs"] [thread_id=1] [2024/05/06 22:07:49.648 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:07:49.651 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:07:49.651 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:07:49.651 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/log-backup-temp] [thread_id=1] [2024/05/06 22:07:49.652 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=74] [2024/05/06 22:07:49.652 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:07:49.652 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:07:49.652 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:07:49.652 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:07:49.652 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=74] [2024/05/06 22:07:49.652 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=73] [2024/05/06 22:07:49.660 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 7 region_epoch { conf_ver: 1 version: 1 } peers { id: 9 store_id: 2 }"] [store_id=2] [thread_id=1] [2024/05/06 22:07:49.662 +08:00] [ERROR] [raft_server.rs:426] ["bootstrap cluster"] [err_code=KV:Pd:Unknown] [err="Other(\"[components/pd_client/src/util.rs:952]: [PD:etcd:ErrEtcdTxnConflict]etcd transaction failed, conflicted and rolled back\")"] [cluster_id=7365888108955441387] [thread_id=1] [2024/05/06 22:07:52.662 +08:00] [INFO] [raft_server.rs:416] ["cluster is already bootstrapped"] [cluster_id=7365888108955441387] [thread_id=1] [2024/05/06 22:07:52.663 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 2 address: \"127.0.0.1:20160\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20160\" status_address: \"127.0.0.1:20180\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004469 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:07:52.666 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=2] [status=Some()] [thread_id=1] [2024/05/06 22:07:52.666 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:07:52.666 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=2] [thread_id=1] [2024/05/06 22:07:52.666 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=3] [thread_id=1] [2024/05/06 22:07:52.666 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=2] [thread_id=1] [2024/05/06 22:07:52.667 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:07:52.669 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:07:52.670 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=52.342µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=0] [store_id=2] [thread_id=1] [2024/05/06 22:07:52.670 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=33.183µs] [garbage_range_count=1] [store_id=2] [thread_id=1] [2024/05/06 22:07:52.672 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:07:52.672 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:07:52.672 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:07:52.676 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:07:52.676 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:07:52.676 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:07:52.678 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20160] [thread_id=1] [2024/05/06 22:07:52.678 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=17] [2024/05/06 22:07:52.679 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=17] [2024/05/06 22:07:52.683 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:02.674 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:02.681 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(3)] [thread_id=7] [2024/05/06 22:08:02.682 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=3] [create_by_peer_id=11] [store_id=2] [peer_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:02.682 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:02.682 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:02.682 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:02.682 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 22."] [id=22] [raft_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:02.682 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 11"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=11] [raft_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:02.682 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:02.683 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20161] [store_id=3] [thread_id=71] [2024/05/06 22:08:02.683 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=3] [addr=127.0.0.1:20161] [thread_id=71] [2024/05/06 22:08:02.683 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=1] [cost=716.151µs] [addr=127.0.0.1:20161] [store_id=3] [thread_id=71] [2024/05/06 22:08:02.687 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=132] [2024/05/06 22:08:02.687 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/rev_10_6_7_(default|lock|write).sst] [snap_key=10_6_7] [thread_id=132] [2024/05/06 22:08:02.688 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=414.155µs] [snap_key=10_6_7] [thread_id=132] [2024/05/06 22:08:02.688 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=22] [region_id=10] [thread_id=101] [2024/05/06 22:08:02.688 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {22}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=10] [thread_id=101] [2024/05/06 22:08:02.688 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=22] [region_id=10] [thread_id=101] [2024/05/06 22:08:02.688 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=22] [region_id=10] [thread_id=101] [2024/05/06 22:08:02.688 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=22] [region_id=10] [thread_id=101] [2024/05/06 22:08:02.688 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 3 } peers { id: 22 store_id: 2 role: Learner }"] [peer_id=22] [region_id=10] [thread_id=101] [2024/05/06 22:08:02.688 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 3 } peers { id: 22 store_id: 2 role: Learner }"] [peer_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:02.688 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=22] [region_id=10] [thread_id=80] [2024/05/06 22:08:02.689 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:02.689 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=45.817µs] [region_id=10] [thread_id=80] [2024/05/06 22:08:02.689 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 22 store_id: 2 } } }"] [index=8] [term=6] [peer_id=22] [region_id=10] [thread_id=103] [2024/05/06 22:08:02.689 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=22] [region_id=10] [thread_id=103] [2024/05/06 22:08:02.689 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 3 } peers { id: 22 store_id: 2 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 3 } peers { id: 22 store_id: 2 role: Learner }"] [changes="[peer { id: 22 store_id: 2 }]"] [peer_id=22] [region_id=10] [thread_id=103] [2024/05/06 22:08:02.690 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {22, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:02.699 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 23 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=22] [region_id=10] [thread_id=104] [2024/05/06 22:08:02.699 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=22] [region_id=10] [thread_id=104] [2024/05/06 22:08:02.699 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 3 } peers { id: 22 store_id: 2 } peers { id: 23 store_id: 1 role: Learner }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 3 } peers { id: 22 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 1 role: Learner }]"] [peer_id=22] [region_id=10] [thread_id=104] [2024/05/06 22:08:02.700 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {22, 11} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:02.700 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=3] [create_by_peer_id=13] [store_id=2] [peer_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:02.700 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:02.700 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:02.700 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:02.700 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 24."] [id=24] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:02.700 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 13"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=13] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:02.700 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:02.700 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=3] [create_by_peer_id=17] [store_id=2] [peer_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:02.700 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:02.700 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:02.700 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:02.700 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 26."] [id=26] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:02.700 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=3] [create_by_peer_id=15] [store_id=2] [peer_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:02.700 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 17"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=17] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:02.700 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:02.700 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:02.700 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:02.700 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:02.700 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 25."] [id=25] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:02.700 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=3] [create_by_peer_id=8] [store_id=2] [peer_id=27] [region_id=5] [thread_id=102] [2024/05/06 22:08:02.700 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=27] [region_id=5] [thread_id=102] [2024/05/06 22:08:02.700 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=27] [region_id=5] [thread_id=102] [2024/05/06 22:08:02.700 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=27] [region_id=5] [thread_id=102] [2024/05/06 22:08:02.700 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 27."] [id=27] [raft_id=27] [region_id=5] [thread_id=102] [2024/05/06 22:08:02.700 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 15"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=15] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:02.700 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:02.700 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 8"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=8] [raft_id=27] [region_id=5] [thread_id=101] [2024/05/06 22:08:02.700 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=27] [region_id=5] [thread_id=101] [2024/05/06 22:08:02.701 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=132] [2024/05/06 22:08:02.701 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=131] [2024/05/06 22:08:02.702 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/rev_16_6_9_(default|lock|write).sst] [snap_key=16_6_9] [thread_id=132] [2024/05/06 22:08:02.702 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/rev_12_6_9_(default|lock|write).sst] [snap_key=12_6_9] [thread_id=131] [2024/05/06 22:08:02.702 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=130] [2024/05/06 22:08:02.702 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/rev_5_6_10_(default|lock|write).sst] [snap_key=5_6_10] [thread_id=130] [2024/05/06 22:08:02.702 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=129] [2024/05/06 22:08:02.702 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/rev_14_6_9_(default|lock|write).sst] [snap_key=14_6_9] [thread_id=129] [2024/05/06 22:08:02.702 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=423.755µs] [snap_key=12_6_9] [thread_id=131] [2024/05/06 22:08:02.702 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=487.613µs] [snap_key=16_6_9] [thread_id=132] [2024/05/06 22:08:02.702 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:02.702 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 18} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:02.702 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:02.702 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:02.702 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:02.702 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:02.702 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 3 } peers { id: 18 store_id: 1 } peers { id: 24 store_id: 2 role: Learner }"] [peer_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:02.702 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 17} }, outgoing: Configuration { voters: {} } }, learners: {26}, learners_next: {}, auto_leave: false }"] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:02.702 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:02.702 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:02.702 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:02.702 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 3 } peers { id: 20 store_id: 1 } peers { id: 26 store_id: 2 role: Learner }"] [peer_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:02.702 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=441.956µs] [snap_key=5_6_10] [thread_id=130] [2024/05/06 22:08:02.702 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 10, term: 6]"] [snapshot_term=6] [snapshot_index=10] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=27] [region_id=5] [thread_id=102] [2024/05/06 22:08:02.702 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {8, 21} }, outgoing: Configuration { voters: {} } }, learners: {27}, learners_next: {}, auto_leave: false }"] [raft_id=27] [region_id=5] [thread_id=102] [2024/05/06 22:08:02.702 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=10] [last_term=6] [last_index=10] [commit=10] [raft_id=27] [region_id=5] [thread_id=102] [2024/05/06 22:08:02.702 +08:00] [INFO] [raft.rs:2549] ["[commit: 10, term: 6] restored snapshot [index: 10, term: 6]"] [snapshot_term=6] [snapshot_index=10] [commit=10] [term=6] [raft_id=27] [region_id=5] [thread_id=102] [2024/05/06 22:08:02.702 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=27] [region_id=5] [thread_id=102] [2024/05/06 22:08:02.702 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 10 truncated_state { index: 10 term: 6 }"] [region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 8 store_id: 3 } peers { id: 21 store_id: 1 } peers { id: 27 store_id: 2 role: Learner }"] [peer_id=27] [region_id=5] [thread_id=102] [2024/05/06 22:08:02.702 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 3 } peers { id: 18 store_id: 1 } peers { id: 24 store_id: 2 role: Learner }"] [peer_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:02.702 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=24] [region_id=12] [thread_id=80] [2024/05/06 22:08:02.702 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=406.745µs] [snap_key=14_6_9] [thread_id=129] [2024/05/06 22:08:02.702 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:02.702 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 15} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:02.702 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:02.702 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:02.702 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:02.702 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 3 } peers { id: 19 store_id: 1 } peers { id: 25 store_id: 2 role: Learner }"] [peer_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:02.702 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:02.702 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=38.374µs] [region_id=12] [thread_id=80] [2024/05/06 22:08:02.702 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 3 } peers { id: 20 store_id: 1 } peers { id: 26 store_id: 2 role: Learner }"] [peer_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:02.702 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 8 store_id: 3 } peers { id: 21 store_id: 1 } peers { id: 27 store_id: 2 role: Learner }"] [peer_id=27] [region_id=5] [thread_id=102] [2024/05/06 22:08:02.702 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=26] [region_id=16] [thread_id=80] [2024/05/06 22:08:02.703 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:02.703 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=32.133µs] [region_id=16] [thread_id=80] [2024/05/06 22:08:02.703 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=27] [region_id=5] [thread_id=80] [2024/05/06 22:08:02.703 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 3 } peers { id: 19 store_id: 1 } peers { id: 25 store_id: 2 role: Learner }"] [peer_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:02.703 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:02.703 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=18.704µs] [region_id=5] [thread_id=80] [2024/05/06 22:08:02.703 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=25] [region_id=14] [thread_id=80] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 1 } } }"] [index=10] [term=6] [peer_id=22] [region_id=10] [thread_id=103] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=22] [region_id=10] [thread_id=103] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 3 } peers { id: 22 store_id: 2 } peers { id: 23 store_id: 1 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 3 } peers { id: 22 store_id: 2 } peers { id: 23 store_id: 1 role: Learner }"] [changes="[peer { id: 23 store_id: 1 }]"] [peer_id=22] [region_id=10] [thread_id=103] [2024/05/06 22:08:02.703 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:02.703 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=110.711µs] [region_id=14] [thread_id=80] [2024/05/06 22:08:02.703 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {23, 22, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 2 } } }"] [index=10] [term=6] [peer_id=24] [region_id=12] [thread_id=104] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=24] [region_id=12] [thread_id=104] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 3 } peers { id: 18 store_id: 1 } peers { id: 24 store_id: 2 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 3 } peers { id: 18 store_id: 1 } peers { id: 24 store_id: 2 role: Learner }"] [changes="[peer { id: 24 store_id: 2 }]"] [peer_id=24] [region_id=12] [thread_id=104] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 26 store_id: 2 } } }"] [index=10] [term=6] [peer_id=26] [region_id=16] [thread_id=103] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=26] [region_id=16] [thread_id=103] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 3 } peers { id: 20 store_id: 1 } peers { id: 26 store_id: 2 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 3 } peers { id: 20 store_id: 1 } peers { id: 26 store_id: 2 role: Learner }"] [changes="[peer { id: 26 store_id: 2 }]"] [peer_id=26] [region_id=16] [thread_id=103] [2024/05/06 22:08:02.703 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {24, 13, 18} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 27 store_id: 2 } } }"] [index=11] [term=6] [peer_id=27] [region_id=5] [thread_id=104] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=27] [region_id=5] [thread_id=104] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 8 store_id: 3 } peers { id: 21 store_id: 1 } peers { id: 27 store_id: 2 }"] [original_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 8 store_id: 3 } peers { id: 21 store_id: 1 } peers { id: 27 store_id: 2 role: Learner }"] [changes="[peer { id: 27 store_id: 2 }]"] [peer_id=27] [region_id=5] [thread_id=104] [2024/05/06 22:08:02.703 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 17, 26} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:02.704 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {8, 21, 27} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=27] [region_id=5] [thread_id=101] [2024/05/06 22:08:02.704 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 2 } } }"] [index=10] [term=6] [peer_id=25] [region_id=14] [thread_id=103] [2024/05/06 22:08:02.704 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=25] [region_id=14] [thread_id=103] [2024/05/06 22:08:02.704 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 3 } peers { id: 19 store_id: 1 } peers { id: 25 store_id: 2 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 3 } peers { id: 19 store_id: 1 } peers { id: 25 store_id: 2 role: Learner }"] [changes="[peer { id: 25 store_id: 2 }]"] [peer_id=25] [region_id=14] [thread_id=103] [2024/05/06 22:08:02.704 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 25, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:52.673 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=5_6_10] [peer_id=27] [region_id=5] [thread_id=101] [2024/05/06 22:08:52.673 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=10_6_7] [peer_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:52.673 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=12_6_9] [peer_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:52.673 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=14_6_9] [peer_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:52.673 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=16_6_9] [peer_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:52.673 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:08:52.673 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:08:52.673 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:08:52.673 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:08:52.673 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] ==> ./tikv3.log <== [2024/05/06 22:07:46.214 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={35, 53, 65, 47, 36, 12, 46, 64, 16, 10, 32, 30, 22, 60, 33, 11, 6, 19, 43, 18, 0, 31, 66, 25, 28, 67, 52, 54, 34, 15, 51, 20, 50, 58, 48, 45, 17, 21, 59, 69, 29, 24, 61, 23, 42, 62, 57, 9, 27, 13, 44, 7, 63, 26, 55, 8, 68, 49, 56, 14, 71, 70}"] [thread_id=1] [2024/05/06 22:07:46.214 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:07:46.215 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 128, expect 32768"] [thread_id=1] [2024/05/06 22:07:46.215 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:07:46.215 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:07:46.216 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:46.217 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:07:46.217 +08:00] [INFO] [] ["subchannel 0x7fcd8804d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7fcd880afb80, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fcd88037e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fcd880d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004466.217508244\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:07:46.217 +08:00] [INFO] [] ["subchannel 0x7fcd8804d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7fcd880afb80, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fcd88037e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fcd880d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:07:46.217 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:46.217 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:46.218 +08:00] [INFO] [] ["subchannel 0x7fcd8804dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7fcd880afb80, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fcd88037e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fcd880d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004466.218103549\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:07:46.218 +08:00] [INFO] [] ["subchannel 0x7fcd8804dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7fcd880afb80, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fcd88037e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fcd880d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:07:46.218 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:46.218 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:46.218 +08:00] [INFO] [] ["subchannel 0x7fcd8804e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7fcd880afb80, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fcd88037e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fcd880d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004466.218435838\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:07:46.218 +08:00] [INFO] [] ["subchannel 0x7fcd8804e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7fcd880afb80, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fcd88037e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fcd880d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:07:46.218 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:46.218 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:07:46.519 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:48.520 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:48.520 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:49.263 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:49.565 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:49.566 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:49.567 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:49.568 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:49.569 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:49.569 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:49.569 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:07:49.570 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888108955441387] [thread_id=1] [2024/05/06 22:07:49.570 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:07:49.570 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:07:49.572 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20182] [thread_id=1] [2024/05/06 22:07:49.573 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:07:49.573 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345651/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345650/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345649/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345648/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345647/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345646/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345645/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345644/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345643/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/304369/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40429/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40428/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40427/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40426/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40425/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40424/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40423/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/673535/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/673535/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data] [thread_id=1] [2024/05/06 22:07:49.574 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data] [thread_id=1] [2024/05/06 22:07:49.574 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345651/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345650/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345649/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345648/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345647/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345646/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345645/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345644/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/345643/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/304369/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40429/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40428/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40427/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40426/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40425/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40424/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/40423/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/673535/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/673535/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft] [thread_id=1] [2024/05/06 22:07:49.574 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft] [thread_id=1] [2024/05/06 22:07:49.575 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv3.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20162\",\"advertise-addr\":\"127.0.0.1:20162\",\"status-addr\":\"127.0.0.1:20182\",\"advertise-status-addr\":\"127.0.0.1:20182\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:07:49.575 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:07:49.575 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=0ns] [thread_id=17] [2024/05/06 22:07:49.576 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:07:49.576 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=17] [2024/05/06 22:07:49.576 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=17] [2024/05/06 22:07:49.576 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=18] [2024/05/06 22:07:49.583 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:07:49.583 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:07:49.584 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 240.372µs"] [thread_id=1] [2024/05/06 22:07:49.649 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:07:49.651 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:07:49.651 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:07:49.651 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/log-backup-temp] [thread_id=1] [2024/05/06 22:07:49.652 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=73] [2024/05/06 22:07:49.652 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:07:49.652 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=73] [2024/05/06 22:07:49.652 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=74] [2024/05/06 22:07:49.652 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=74] [2024/05/06 22:07:49.652 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=73] [2024/05/06 22:07:49.652 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=73] [2024/05/06 22:07:49.660 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 4 region_epoch { conf_ver: 1 version: 1 } peers { id: 6 store_id: 1 }"] [store_id=1] [thread_id=1] [2024/05/06 22:07:49.662 +08:00] [ERROR] [raft_server.rs:426] ["bootstrap cluster"] [err_code=KV:Pd:Unknown] [err="Other(\"[components/pd_client/src/util.rs:952]: [PD:etcd:ErrEtcdTxnConflict]etcd transaction failed, conflicted and rolled back\")"] [cluster_id=7365888108955441387] [thread_id=1] [2024/05/06 22:07:52.662 +08:00] [INFO] [raft_server.rs:416] ["cluster is already bootstrapped"] [cluster_id=7365888108955441387] [thread_id=1] [2024/05/06 22:07:52.663 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 1 address: \"127.0.0.1:20162\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20162\" status_address: \"127.0.0.1:20182\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004469 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:07:52.665 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=1] [status=Some()] [thread_id=1] [2024/05/06 22:07:52.665 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=3] [thread_id=1] [2024/05/06 22:07:52.665 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:07:52.665 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=2] [thread_id=1] [2024/05/06 22:07:52.665 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=1] [thread_id=1] [2024/05/06 22:07:52.666 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:07:52.669 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:07:52.670 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=73.02µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=0] [store_id=1] [thread_id=1] [2024/05/06 22:07:52.670 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=35.197µs] [garbage_range_count=1] [store_id=1] [thread_id=1] [2024/05/06 22:07:52.672 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:07:52.672 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:07:52.672 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:07:52.676 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:07:52.676 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:07:52.677 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:07:52.678 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20162] [thread_id=1] [2024/05/06 22:07:52.678 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=18] [2024/05/06 22:07:52.679 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=18] [2024/05/06 22:07:52.683 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:02.673 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:02.681 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(3)] [thread_id=7] [2024/05/06 22:08:02.681 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=3] [create_by_peer_id=15] [store_id=1] [peer_id=19] [region_id=14] [thread_id=102] [2024/05/06 22:08:02.681 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=14] [thread_id=102] [2024/05/06 22:08:02.681 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=19] [region_id=14] [thread_id=102] [2024/05/06 22:08:02.681 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=19] [region_id=14] [thread_id=102] [2024/05/06 22:08:02.681 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 19."] [id=19] [raft_id=19] [region_id=14] [thread_id=102] [2024/05/06 22:08:02.681 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=3] [create_by_peer_id=17] [store_id=1] [peer_id=20] [region_id=16] [thread_id=102] [2024/05/06 22:08:02.681 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=16] [thread_id=102] [2024/05/06 22:08:02.681 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=20] [region_id=16] [thread_id=102] [2024/05/06 22:08:02.681 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=20] [region_id=16] [thread_id=102] [2024/05/06 22:08:02.681 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 20."] [id=20] [raft_id=20] [region_id=16] [thread_id=102] [2024/05/06 22:08:02.681 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=3] [create_by_peer_id=13] [store_id=1] [peer_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:02.681 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 15"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=15] [raft_id=19] [region_id=14] [thread_id=101] [2024/05/06 22:08:02.681 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=19] [region_id=14] [thread_id=101] [2024/05/06 22:08:02.681 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:02.681 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:02.681 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:02.681 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 18."] [id=18] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:02.682 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=3] [create_by_peer_id=8] [store_id=1] [peer_id=21] [region_id=5] [thread_id=102] [2024/05/06 22:08:02.682 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=5] [thread_id=102] [2024/05/06 22:08:02.682 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=21] [region_id=5] [thread_id=102] [2024/05/06 22:08:02.682 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=21] [region_id=5] [thread_id=102] [2024/05/06 22:08:02.682 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 21."] [id=21] [raft_id=21] [region_id=5] [thread_id=102] [2024/05/06 22:08:02.682 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 17"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=17] [raft_id=20] [region_id=16] [thread_id=102] [2024/05/06 22:08:02.682 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=20] [region_id=16] [thread_id=102] [2024/05/06 22:08:02.682 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 13"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=13] [raft_id=18] [region_id=12] [thread_id=101] [2024/05/06 22:08:02.682 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 8"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=8] [raft_id=21] [region_id=5] [thread_id=102] [2024/05/06 22:08:02.682 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=18] [region_id=12] [thread_id=101] [2024/05/06 22:08:02.682 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=21] [region_id=5] [thread_id=102] [2024/05/06 22:08:02.683 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20161] [store_id=3] [thread_id=71] [2024/05/06 22:08:02.683 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=3] [addr=127.0.0.1:20161] [thread_id=71] [2024/05/06 22:08:02.683 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=4] [cost=752.5µs] [addr=127.0.0.1:20161] [store_id=3] [thread_id=71] [2024/05/06 22:08:02.686 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=130] [2024/05/06 22:08:02.686 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=132] [2024/05/06 22:08:02.686 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_5_6_8_(default|lock|write).sst] [snap_key=5_6_8] [thread_id=130] [2024/05/06 22:08:02.686 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=131] [2024/05/06 22:08:02.686 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_14_6_7_(default|lock|write).sst] [snap_key=14_6_7] [thread_id=132] [2024/05/06 22:08:02.686 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_12_6_7_(default|lock|write).sst] [snap_key=12_6_7] [thread_id=131] [2024/05/06 22:08:02.686 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=129] [2024/05/06 22:08:02.686 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_16_6_7_(default|lock|write).sst] [snap_key=16_6_7] [thread_id=129] [2024/05/06 22:08:02.687 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=432.417µs] [snap_key=5_6_8] [thread_id=130] [2024/05/06 22:08:02.687 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 8, term: 6]"] [snapshot_term=6] [snapshot_index=8] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=21] [region_id=5] [thread_id=102] [2024/05/06 22:08:02.687 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=490.76µs] [snap_key=14_6_7] [thread_id=132] [2024/05/06 22:08:02.687 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {8} }, outgoing: Configuration { voters: {} } }, learners: {21}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=5] [thread_id=102] [2024/05/06 22:08:02.687 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=8] [last_term=6] [last_index=8] [commit=8] [raft_id=21] [region_id=5] [thread_id=102] [2024/05/06 22:08:02.687 +08:00] [INFO] [raft.rs:2549] ["[commit: 8, term: 6] restored snapshot [index: 8, term: 6]"] [snapshot_term=6] [snapshot_index=8] [commit=8] [term=6] [raft_id=21] [region_id=5] [thread_id=102] [2024/05/06 22:08:02.687 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=21] [region_id=5] [thread_id=102] [2024/05/06 22:08:02.687 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=19] [region_id=14] [thread_id=101] [2024/05/06 22:08:02.687 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {19}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=14] [thread_id=101] [2024/05/06 22:08:02.687 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=19] [region_id=14] [thread_id=101] [2024/05/06 22:08:02.687 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=19] [region_id=14] [thread_id=101] [2024/05/06 22:08:02.687 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=19] [region_id=14] [thread_id=101] [2024/05/06 22:08:02.687 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 8 truncated_state { index: 8 term: 6 }"] [region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 8 store_id: 3 } peers { id: 21 store_id: 1 role: Learner }"] [peer_id=21] [region_id=5] [thread_id=102] [2024/05/06 22:08:02.687 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 3 } peers { id: 19 store_id: 1 role: Learner }"] [peer_id=19] [region_id=14] [thread_id=101] [2024/05/06 22:08:02.687 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=548.881µs] [snap_key=16_6_7] [thread_id=129] [2024/05/06 22:08:02.687 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=672.562µs] [snap_key=12_6_7] [thread_id=131] [2024/05/06 22:08:02.687 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=20] [region_id=16] [thread_id=101] [2024/05/06 22:08:02.687 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }, learners: {20}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=16] [thread_id=101] [2024/05/06 22:08:02.687 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=20] [region_id=16] [thread_id=101] [2024/05/06 22:08:02.687 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=20] [region_id=16] [thread_id=101] [2024/05/06 22:08:02.687 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=20] [region_id=16] [thread_id=101] [2024/05/06 22:08:02.687 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:02.687 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 3 } peers { id: 20 store_id: 1 role: Learner }"] [peer_id=20] [region_id=16] [thread_id=101] [2024/05/06 22:08:02.687 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {18}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:02.687 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:02.687 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:02.687 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:02.687 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 3 } peers { id: 18 store_id: 1 role: Learner }"] [peer_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:02.687 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 8 store_id: 3 } peers { id: 21 store_id: 1 role: Learner }"] [peer_id=21] [region_id=5] [thread_id=101] [2024/05/06 22:08:02.687 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 3 } peers { id: 19 store_id: 1 role: Learner }"] [peer_id=19] [region_id=14] [thread_id=102] [2024/05/06 22:08:02.687 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=21] [region_id=5] [thread_id=80] [2024/05/06 22:08:02.688 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 3 } peers { id: 20 store_id: 1 role: Learner }"] [peer_id=20] [region_id=16] [thread_id=101] [2024/05/06 22:08:02.688 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 3 } peers { id: 18 store_id: 1 role: Learner }"] [peer_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:02.688 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:02.688 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=60.231µs] [region_id=5] [thread_id=80] [2024/05/06 22:08:02.688 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=19] [region_id=14] [thread_id=80] [2024/05/06 22:08:02.688 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:02.688 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=25.984µs] [region_id=14] [thread_id=80] [2024/05/06 22:08:02.688 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=20] [region_id=16] [thread_id=80] [2024/05/06 22:08:02.688 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:02.688 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=33.985µs] [region_id=16] [thread_id=80] [2024/05/06 22:08:02.688 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=18] [region_id=12] [thread_id=80] [2024/05/06 22:08:02.688 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:02.688 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=29.606µs] [region_id=12] [thread_id=80] [2024/05/06 22:08:02.689 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 21 store_id: 1 } } }"] [index=9] [term=6] [peer_id=21] [region_id=5] [thread_id=103] [2024/05/06 22:08:02.689 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=21] [region_id=5] [thread_id=103] [2024/05/06 22:08:02.689 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 19 store_id: 1 } } }"] [index=8] [term=6] [peer_id=19] [region_id=14] [thread_id=104] [2024/05/06 22:08:02.689 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=19] [region_id=14] [thread_id=104] [2024/05/06 22:08:02.689 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 8 store_id: 3 } peers { id: 21 store_id: 1 }"] [original_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 8 store_id: 3 } peers { id: 21 store_id: 1 role: Learner }"] [changes="[peer { id: 21 store_id: 1 }]"] [peer_id=21] [region_id=5] [thread_id=103] [2024/05/06 22:08:02.689 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 3 } peers { id: 19 store_id: 1 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 3 } peers { id: 19 store_id: 1 role: Learner }"] [changes="[peer { id: 19 store_id: 1 }]"] [peer_id=19] [region_id=14] [thread_id=104] [2024/05/06 22:08:02.689 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 20 store_id: 1 } } }"] [index=8] [term=6] [peer_id=20] [region_id=16] [thread_id=103] [2024/05/06 22:08:02.689 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=20] [region_id=16] [thread_id=103] [2024/05/06 22:08:02.689 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 3 } peers { id: 20 store_id: 1 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 3 } peers { id: 20 store_id: 1 role: Learner }"] [changes="[peer { id: 20 store_id: 1 }]"] [peer_id=20] [region_id=16] [thread_id=103] [2024/05/06 22:08:02.689 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=14] [thread_id=102] [2024/05/06 22:08:02.689 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 18 store_id: 1 } } }"] [index=8] [term=6] [peer_id=18] [region_id=12] [thread_id=104] [2024/05/06 22:08:02.689 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=18] [region_id=12] [thread_id=104] [2024/05/06 22:08:02.689 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 3 } peers { id: 18 store_id: 1 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 3 } peers { id: 18 store_id: 1 role: Learner }"] [changes="[peer { id: 18 store_id: 1 }]"] [peer_id=18] [region_id=12] [thread_id=104] [2024/05/06 22:08:02.689 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {8, 21} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=5] [thread_id=101] [2024/05/06 22:08:02.689 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 17} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=16] [thread_id=102] [2024/05/06 22:08:02.689 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 18} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=12] [thread_id=101] [2024/05/06 22:08:02.699 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 24 store_id: 2 role: Learner } } }"] [index=9] [term=6] [peer_id=18] [region_id=12] [thread_id=103] [2024/05/06 22:08:02.699 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=18] [region_id=12] [thread_id=103] [2024/05/06 22:08:02.699 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 3 } peers { id: 18 store_id: 1 } peers { id: 24 store_id: 2 role: Learner }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 3 } peers { id: 18 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 2 role: Learner }]"] [peer_id=18] [region_id=12] [thread_id=103] [2024/05/06 22:08:02.699 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 25 store_id: 2 role: Learner } } }"] [index=9] [term=6] [peer_id=19] [region_id=14] [thread_id=104] [2024/05/06 22:08:02.699 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=19] [region_id=14] [thread_id=104] [2024/05/06 22:08:02.699 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 3 } peers { id: 19 store_id: 1 } peers { id: 25 store_id: 2 role: Learner }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 3 } peers { id: 19 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 2 role: Learner }]"] [peer_id=19] [region_id=14] [thread_id=104] [2024/05/06 22:08:02.699 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 26 store_id: 2 role: Learner } } }"] [index=9] [term=6] [peer_id=20] [region_id=16] [thread_id=104] [2024/05/06 22:08:02.699 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=20] [region_id=16] [thread_id=104] [2024/05/06 22:08:02.699 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 3 } peers { id: 20 store_id: 1 } peers { id: 26 store_id: 2 role: Learner }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 3 } peers { id: 20 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 26 store_id: 2 role: Learner }]"] [peer_id=20] [region_id=16] [thread_id=104] [2024/05/06 22:08:02.699 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 18} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:02.700 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 27 store_id: 2 role: Learner } } }"] [index=10] [term=6] [peer_id=21] [region_id=5] [thread_id=103] [2024/05/06 22:08:02.700 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=21] [region_id=5] [thread_id=103] [2024/05/06 22:08:02.700 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 8 store_id: 3 } peers { id: 21 store_id: 1 } peers { id: 27 store_id: 2 role: Learner }"] [original_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 8 store_id: 3 } peers { id: 21 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 27 store_id: 2 role: Learner }]"] [peer_id=21] [region_id=5] [thread_id=103] [2024/05/06 22:08:02.700 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=3] [create_by_peer_id=11] [store_id=1] [peer_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:02.700 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:02.700 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:02.700 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:02.700 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 23."] [id=23] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:02.700 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 11"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=11] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:02.700 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:02.700 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 15} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=14] [thread_id=102] [2024/05/06 22:08:02.700 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 17} }, outgoing: Configuration { voters: {} } }, learners: {26}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=16] [thread_id=101] [2024/05/06 22:08:02.700 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {8, 21} }, outgoing: Configuration { voters: {} } }, learners: {27}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=5] [thread_id=102] [2024/05/06 22:08:02.701 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=129] [2024/05/06 22:08:02.701 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_10_6_9_(default|lock|write).sst] [snap_key=10_6_9] [thread_id=129] [2024/05/06 22:08:02.702 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=340.16µs] [snap_key=10_6_9] [thread_id=129] [2024/05/06 22:08:02.702 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:02.702 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {22, 11} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:02.702 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:02.702 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:02.702 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:02.702 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 3 } peers { id: 22 store_id: 2 } peers { id: 23 store_id: 1 role: Learner }"] [peer_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:02.702 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 3 } peers { id: 22 store_id: 2 } peers { id: 23 store_id: 1 role: Learner }"] [peer_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:02.702 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=23] [region_id=10] [thread_id=80] [2024/05/06 22:08:02.702 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:02.702 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=28.75µs] [region_id=10] [thread_id=80] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 1 } } }"] [index=10] [term=6] [peer_id=23] [region_id=10] [thread_id=104] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=23] [region_id=10] [thread_id=104] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 3 } peers { id: 22 store_id: 2 } peers { id: 23 store_id: 1 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 3 } peers { id: 22 store_id: 2 } peers { id: 23 store_id: 1 role: Learner }"] [changes="[peer { id: 23 store_id: 1 }]"] [peer_id=23] [region_id=10] [thread_id=104] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 2 } } }"] [index=10] [term=6] [peer_id=18] [region_id=12] [thread_id=103] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=18] [region_id=12] [thread_id=103] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 3 } peers { id: 18 store_id: 1 } peers { id: 24 store_id: 2 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 3 } peers { id: 18 store_id: 1 } peers { id: 24 store_id: 2 role: Learner }"] [changes="[peer { id: 24 store_id: 2 }]"] [peer_id=18] [region_id=12] [thread_id=103] [2024/05/06 22:08:02.703 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {23, 22, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 26 store_id: 2 } } }"] [index=10] [term=6] [peer_id=20] [region_id=16] [thread_id=104] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=20] [region_id=16] [thread_id=104] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 3 } peers { id: 20 store_id: 1 } peers { id: 26 store_id: 2 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 3 } peers { id: 20 store_id: 1 } peers { id: 26 store_id: 2 role: Learner }"] [changes="[peer { id: 26 store_id: 2 }]"] [peer_id=20] [region_id=16] [thread_id=104] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 27 store_id: 2 } } }"] [index=11] [term=6] [peer_id=21] [region_id=5] [thread_id=103] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=21] [region_id=5] [thread_id=103] [2024/05/06 22:08:02.703 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 8 store_id: 3 } peers { id: 21 store_id: 1 } peers { id: 27 store_id: 2 }"] [original_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 8 store_id: 3 } peers { id: 21 store_id: 1 } peers { id: 27 store_id: 2 role: Learner }"] [changes="[peer { id: 27 store_id: 2 }]"] [peer_id=21] [region_id=5] [thread_id=103] [2024/05/06 22:08:02.703 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {24, 13, 18} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:02.703 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 17, 26} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=16] [thread_id=101] [2024/05/06 22:08:02.704 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {8, 21, 27} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=5] [thread_id=101] [2024/05/06 22:08:02.704 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 2 } } }"] [index=10] [term=6] [peer_id=19] [region_id=14] [thread_id=104] [2024/05/06 22:08:02.704 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=19] [region_id=14] [thread_id=104] [2024/05/06 22:08:02.704 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 3 } peers { id: 19 store_id: 1 } peers { id: 25 store_id: 2 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 3 } peers { id: 19 store_id: 1 } peers { id: 25 store_id: 2 role: Learner }"] [changes="[peer { id: 25 store_id: 2 }]"] [peer_id=19] [region_id=14] [thread_id=104] [2024/05/06 22:08:02.704 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 25, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=14] [thread_id=102] [2024/05/06 22:08:52.673 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=5_6_8] [peer_id=21] [region_id=5] [thread_id=102] [2024/05/06 22:08:52.673 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=10_6_9] [peer_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:52.673 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=12_6_7] [peer_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:52.673 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=14_6_7] [peer_id=19] [region_id=14] [thread_id=101] [2024/05/06 22:08:52.673 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=16_6_7] [peer_id=20] [region_id=16] [thread_id=102] [2024/05/06 22:08:52.673 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:08:52.673 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:08:52.673 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:08:52.673 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:08:52.673 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] + find . -name '*.out' -type f -exec tail -n 500 '{}' + Analyzing: target //tools/tazel:tazel (9 packages loaded, 11928 targets configured) Analyzing: target //tests/realtikvtest/addindextest2:addindextest2_test (847 packages loaded, 14520 targets configured) Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 7.550s, Critical Path: 3.51s INFO: 339 processes: 336 remote cache hit, 3 internal. INFO: Build completed successfully, 339 total actions INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb && bazel-bin/tools/tazel/tazel_/tazel ' Analyzing: target //tests/realtikvtest/brietest:brietest_test (992 packages loaded, 16139 targets configured) [575 / 607] [Prepa] GoCompilePkg external/com_github_pingcap_kvproto/pkg/tsopb/tsopb.a ... (3 actions, 0 running) [565 / 607] GoCompilePkg external/com_github_pingcap_kvproto/pkg/kvrpcpb/kvrpcpb.a; 0s remote-cache ... (2 actions, 0 running) Analyzing: target //tests/realtikvtest/pessimistictest:pessimistictest_test (1056 packages loaded, 16022 targets configured) [1,546 / 1,552] [Prepa] Writing file tests/realtikvtest/txntest/txntest_test.instrumented_files [Pipeline] archiveArtifacts Archiving artifacts Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 6.224s, Critical Path: 2.40s INFO: 339 processes: 336 remote cache hit, 3 internal. INFO: Build completed successfully, 339 total actions INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb && bazel-bin/tools/tazel/tazel_/tazel ' Analyzing: target //tests/realtikvtest/addindextest1:addindextest1_test (1193 packages loaded, 17543 targets configured) Analyzing: target //tools/tazel:tazel (126 packages loaded, 12954 targets configured) Analyzing: target //tools/tazel:tazel (127 packages loaded, 12954 targets configured) [Pipeline] } [Pipeline] archiveArtifacts Archiving artifacts INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14292 targets configured).  checking cached actions INFO: Found 1 target... [0 / 9] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running) [273 / 607] [Prepa] GoCompilePkg external/org_golang_x_exp/constraints/constraints.a ... (3 actions, 0 running) [Pipeline] // dir bazel --output_user_root=/home/jenkins/.tidb/tmp coverage --config=ci --repository_cache=/share/.cache/bazel-repository-cache --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... --test_output=all --test_arg=-with-real-tikv --define gotags=deadlock,intest \ --@io_bazel_rules_go//go/config:cover_format=go_cover \ -- //tests/realtikvtest/importintotest2/... INFO: Invocation ID: 5f9282ea-201a-49c7-a7e7-6e0f7d99c77b INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'coverage' from /data/..2024_05_06_14_05_09.1510902462/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'coverage' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'test' options: --test_output=errors --test_summary=detailed INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=268435456 --test_timeout=150,300,900,3600 [Pipeline] } Analyzing: target //tests/realtikvtest/brietest:brietest_test (1109 packages loaded, 16626 targets configured) [Pipeline] // dir [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] } Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 6.697s, Critical Path: 2.76s INFO: 339 processes: 336 remote cache hit, 3 internal. INFO: Build completed successfully, 339 total actions INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb && bazel-bin/tools/tazel/tazel_/tazel ' Analyzing: target //tests/realtikvtest/pessimistictest:pessimistictest_test (1075 packages loaded, 16268 targets configured) Loading: [Pipeline] // stage [Pipeline] } Analyzing: target //tests/realtikvtest/addindextest2:addindextest2_test (999 packages loaded, 15468 targets configured) [Pipeline] // container Loading: Loading: 0 packages loaded INFO: Build options --@io_bazel_rules_go//go/config:cover_format, --collect_code_coverage, --define, and 4 more have changed, discarding analysis cache. [Pipeline] } Analyzing: target //tests/realtikvtest/addindextest1:addindextest1_test (1342 packages loaded, 18329 targets configured) [Pipeline] // container [Pipeline] } [1,552 / 1,554] [Prepa] Building external/remote_coverage_tools/Main.jar () [for tool] Target //tests/realtikvtest/txntest:txntest_test up-to-date: bazel-bin/tests/realtikvtest/txntest/txntest_test_/txntest_test INFO: Elapsed time: 31.884s, Critical Path: 13.74s INFO: 1551 processes: 1531 remote cache hit, 20 internal. INFO: Build completed successfully, 1551 total actions Test cases: finished with 32 passing and 0 failing out of 32 test cases Executed 0 out of 1 test: 1 test passes. ./build/jenkins_collect_coverage.sh root: /home/jenkins/.tidb/tmp/6fe290a12c1bd5bc697515c884fc0103/execroot/__main__/bazel-out/k8-fastbuild/testlogs [Pipeline] // withEnv [Pipeline] } Analyzing: target //tests/realtikvtest/importintotest2:importintotest2_test (1 packages loaded, 0 targets configured) [Pipeline] // withEnv [273 / 607] [Prepa] GoCompilePkg external/org_uber_go_zap/internal/exit/exit.a ... (3 actions, 0 running) bazel --output_user_root=/home/jenkins/.tidb/tmp coverage --config=ci --repository_cache=/share/.cache/bazel-repository-cache --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... --test_arg=-with-real-tikv --define gotags=deadlock,intest \ --@io_bazel_rules_go//go/config:cover_format=go_cover \ -- //tests/realtikvtest/addindextest/... INFO: Invocation ID: 58f1ae5f-5cd1-43a2-937f-92f8494d38e7 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'coverage' from /data/..2024_05_06_14_05_12.2013045442/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'coverage' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'test' options: --test_output=errors --test_summary=detailed INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=268435456 --test_timeout=150,300,900,3600 Loading: Loading: Loading: 0 packages loaded INFO: Build options --@io_bazel_rules_go//go/config:cover_format, --collect_code_coverage, --define, and 4 more have changed, discarding analysis cache. [Pipeline] } [567 / 607] [Prepa] GoCompilePkg external/com_github_pingcap_kvproto/pkg/raft_serverpb/raft_serverpb.a [Pipeline] // node complete to collect bazel result. [Pipeline] } Analyzing: target //tests/realtikvtest/brietest:brietest_test (1199 packages loaded, 17514 targets configured) [Pipeline] // node Analyzing: target //tools/tazel:tazel (285 packages loaded, 13871 targets configured) [Pipeline] } INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14292 targets configured).  checking cached actions INFO: Found 1 target... [0 / 28] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running) [Pipeline] // podTemplate [Pipeline] } [Pipeline] } Analyzing: target //tests/realtikvtest/addindextest2:addindextest2_test (1166 packages loaded, 16917 targets configured) Analyzing: target //tests/realtikvtest/addindextest:addindextest_test (1 packages loaded, 0 targets configured) [Pipeline] // podTemplate [Pipeline] } [Pipeline] // withEnv Analyzing: target //tests/realtikvtest/pessimistictest:pessimistictest_test (1192 packages loaded, 17484 targets configured) [575 / 607] [Prepa] GoCompilePkg external/com_github_pingcap_kvproto/pkg/tsopb/tsopb.a ... (3 actions, 0 running) Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel Analyzing: target //tests/realtikvtest/brietest:brietest_test (1238 packages loaded, 18237 targets configured) Analyzing: target //tests/realtikvtest/addindextest1:addindextest1_test (1395 packages loaded, 18620 targets configured) INFO: Elapsed time: 6.813s, Critical Path: 2.63s INFO: 339 processes: 336 remote cache hit, 3 internal. INFO: Build completed successfully, 339 total actions bazel --output_user_root=/home/jenkins/.tidb/tmp coverage --config=ci --repository_cache=/share/.cache/bazel-repository-cache --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... --test_output=all --test_arg=-with-real-tikv --define gotags=deadlock,intest \ --@io_bazel_rules_go//go/config:cover_format=go_cover \ -- //tests/realtikvtest/importintotest/... INFO: Invocation ID: faa3f937-12e0-496d-8c2c-2e6a41ddb48f INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'coverage' from /data/..2024_05_06_14_05_08.2429809340/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'coverage' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'test' options: --test_output=errors --test_summary=detailed INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=268435456 --test_timeout=150,300,900,3600 Loading: Loading: Loading: 0 packages loaded INFO: Build options --@io_bazel_rules_go//go/config:cover_format, --collect_code_coverage, --define, and 4 more have changed, discarding analysis cache. Analyzing: target //tests/realtikvtest/importintotest2:importintotest2_test (458 packages loaded, 2686 targets configured) [Pipeline] // dir [Pipeline] } Post stage Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 6.463s, Critical Path: 2.39s INFO: 339 processes: 336 remote cache hit, 3 internal. INFO: Build completed successfully, 339 total actions INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb && bazel-bin/tools/tazel/tazel_/tazel ' [Pipeline] // withEnv Analyzing: target //tests/realtikvtest/addindextest:addindextest_test (445 packages loaded, 10696 targets configured) [Pipeline] } Analyzing: target //tests/realtikvtest/addindextest2:addindextest2_test (1205 packages loaded, 17643 targets configured) INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb && bazel-bin/tools/tazel/tazel_/tazel ' Analyzing: target //tools/tazel:tazel (320 packages loaded, 14197 targets configured) INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14292 targets configured). INFO: Found 1 target... [0 / 24] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running) [273 / 607] [Prepa] GoCompilePkg external/in_gopkg_natefinch_lumberjack_v2/lumberjack_v2.a ... (4 actions, 0 running) [Pipeline] // stage [Pipeline] } Analyzing: target //tests/realtikvtest/pessimistictest:pessimistictest_test (1238 packages loaded, 17872 targets configured) [Pipeline] // stage [Pipeline] } Analyzing: target //tests/realtikvtest/importintotest:importintotest_test (1 packages loaded, 0 targets configured) [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb [Pipeline] { [Pipeline] junit Recording test results Analyzing: target //tests/realtikvtest/addindextest1:addindextest1_test (1398 packages loaded, 18759 targets configured) Analyzing: target //tests/realtikvtest/brietest:brietest_test (1275 packages loaded, 18375 targets configured) Analyzing: target //tests/realtikvtest/importintotest2:importintotest2_test (664 packages loaded, 12031 targets configured) bazel --output_user_root=/home/jenkins/.tidb/tmp coverage --config=ci --repository_cache=/share/.cache/bazel-repository-cache --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... --test_arg=-with-real-tikv --define gotags=deadlock,intest \ --@io_bazel_rules_go//go/config:cover_format=go_cover \ -- //tests/realtikvtest/addindextest4/... Analyzing: target //tests/realtikvtest/addindextest:addindextest_test (616 packages loaded, 12213 targets configured) [Checks API] No suitable checks publisher found. Analyzing: target //tests/realtikvtest/addindextest2:addindextest2_test (1362 packages loaded, 18467 targets configured) INFO: Analyzed target //tests/realtikvtest/addindextest1:addindextest1_test (1497 packages loaded, 19673 targets configured). [Pipeline] sh INFO: Invocation ID: ad7bd34c-ff35-42e3-b5f7-e6b526181567 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'coverage' from /data/..2024_05_06_14_05_07.1486678521/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'coverage' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'test' options: --test_output=errors --test_summary=detailed INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=268435456 --test_timeout=150,300,900,3600 Loading: [575 / 607] [Prepa] GoCompilePkg external/com_github_tikv_pd_client/tsoutil/tsoutil.a ... (3 actions, 0 running) Analyzing: target //tests/realtikvtest/pessimistictest:pessimistictest_test (1238 packages loaded, 17872 targets configured) INFO: Found 1 test target... [0 / 7] [Prepa] Writing file tests/realtikvtest/addindextest1/addindextest1_test/baseline_coverage.dat ... (3 actions, 0 running) Analyzing: target //tests/realtikvtest/importintotest:importintotest_test (511 packages loaded, 1376 targets configured) Loading: Loading: 0 packages loaded INFO: Build options --@io_bazel_rules_go//go/config:cover_format, --collect_code_coverage, --define, and 4 more have changed, discarding analysis cache. bazel --output_user_root=/home/jenkins/.tidb/tmp coverage --config=ci --repository_cache=/share/.cache/bazel-repository-cache --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... --test_arg=-with-real-tikv --define gotags=deadlock,intest \ --@io_bazel_rules_go//go/config:cover_format=go_cover \ -- //tests/realtikvtest/addindextest3/... INFO: Invocation ID: 3e0f3e9a-34d9-45ea-b130-743d386b3053 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'coverage' from /data/..2024_05_06_14_05_06.1015061225/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'coverage' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'test' options: --test_output=errors --test_summary=detailed INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=268435456 --test_timeout=150,300,900,3600 Loading: Loading: Loading: 0 packages loaded INFO: Build options --@io_bazel_rules_go//go/config:cover_format, --collect_code_coverage, --define, and 4 more have changed, discarding analysis cache. [273 / 607] [Prepa] GoCompilePkg external/org_uber_go_zap/internal/exit/exit.a ... (8 actions, 0 running) + find . -name 'pd*.log' -type f -exec tail -n 500 '{}' + ==> ./pd2.log <== [2024/05/06 22:07:45.437 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:07:45.437 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:07:45.437 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:07:45.437 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:07:45.437 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:07:45.437 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:07:45.437 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:07:45.437 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:07:45.437 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2382\",\"peer-urls\":\"http://127.0.0.1:2381\",\"advertise-client-urls\":\"http://127.0.0.1:2382\",\"advertise-peer-urls\":\"http://127.0.0.1:2381\",\"name\":\"pd-1\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-1/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-1\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:07:45.441 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:07:45.441 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:07:45.441 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:07:45.441 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:07:45.442 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:07:45.442 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:07:45.442 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-1] [service-name=MetaStorage] [2024/05/06 22:07:45.442 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:07:45.442 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-1] [service-name=ResourceManager] [2024/05/06 22:07:45.442 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:07:45.442 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:07:45.442 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:07:45.443 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2382]"] [2024/05/06 22:07:45.443 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:07:45.443 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=72] [max-cpu-available=72] [member-initialized=false] [name=pd-1] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2381]"] [listen-peer-urls="[http://127.0.0.1:2381]"] [advertise-client-urls="[http://127.0.0.1:2382]"] [listen-client-urls="[http://127.0.0.1:2382]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:07:45.443 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:07:45.444 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap/db] [took=570.714µs] [2024/05/06 22:07:47.446 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=1f01bdf364b8beaa] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:07:47.446 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=()"] [2024/05/06 22:07:47.446 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 0"] [2024/05/06 22:07:47.446 +08:00] [INFO] [raft.go:389] ["newRaft 1f01bdf364b8beaa [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:07:47.446 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 1"] [2024/05/06 22:07:47.446 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:07:47.446 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:07:47.446 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:47.447 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:07:47.449 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:07:47.449 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.449 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.449 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.449 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.449 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.449 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [remote-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:07:47.449 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.449 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.450 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.450 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.450 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.450 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.450 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.450 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.450 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.450 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [remote-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:07:47.450 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=1f01bdf364b8beaa] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:07:47.450 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:07:47.450 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:07:47.450 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:07:47.450 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:07:47.450 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:47.450 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:07:47.450 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:47.450 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:07:47.451 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:47.451 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:07:47.452 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=1f01bdf364b8beaa] [initial-advertise-peer-urls="[http://127.0.0.1:2381]"] [listen-peer-urls="[http://127.0.0.1:2381]"] [advertise-client-urls="[http://127.0.0.1:2382]"] [listen-client-urls="[http://127.0.0.1:2382]"] [listen-metrics-urls="[]"] [2024/05/06 22:07:47.452 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2381] [2024/05/06 22:07:47.452 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream MsgApp v2"] [2024/05/06 22:07:47.452 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream MsgApp v2"] [2024/05/06 22:07:47.452 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.452 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.452 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.452 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream Message"] [2024/05/06 22:07:47.452 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.452 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream Message"] [2024/05/06 22:07:47.452 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.452 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.452 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.452 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.453 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.454 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.500 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=1f01bdf364b8beaa] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:07:49.447 +08:00] [INFO] [raft.go:966] ["1f01bdf364b8beaa [logterm: 1, index: 3, vote: 0] cast MsgPreVote for 385a3ea8295f6f18 [logterm: 1, index: 3] at term 1"] [2024/05/06 22:07:49.447 +08:00] [INFO] [raft.go:865] ["1f01bdf364b8beaa [term: 1] received a MsgVote message with higher term from 385a3ea8295f6f18 [term: 2]"] [2024/05/06 22:07:49.447 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 2"] [2024/05/06 22:07:49.448 +08:00] [INFO] [raft.go:966] ["1f01bdf364b8beaa [logterm: 1, index: 3, vote: 0] cast MsgVote for 385a3ea8295f6f18 [logterm: 1, index: 3] at term 2"] [2024/05/06 22:07:49.448 +08:00] [INFO] [node.go:327] ["raft.node: 1f01bdf364b8beaa elected leader 385a3ea8295f6f18 at term 2"] [2024/05/06 22:07:49.449 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=1f01bdf364b8beaa] [local-member-attributes="{Name:pd-1 ClientURLs:[http://127.0.0.1:2382]}"] [request-path=/0/members/1f01bdf364b8beaa/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:07:49.449 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:07:49.449 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-1] [service-name=MetaStorage] [2024/05/06 22:07:49.449 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [cluster-version=3.4] [2024/05/06 22:07:49.449 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-1] [service-name=ResourceManager] [2024/05/06 22:07:49.449 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:07:49.449 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2382] [2024/05/06 22:07:49.453 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888110972879353] [2024/05/06 22:07:49.453 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-1\" member_id:2234275743217008298 peer_urls:\"http://127.0.0.1:2381\" client_urls:\"http://127.0.0.1:2382\" "] [root-path=/pd/7365888110972879353] [2024/05/06 22:07:49.457 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:07:49.458 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=2234275743217008298] [2024/05/06 22:07:49.459 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:07:49.460 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:07:49.460 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-1] [2024/05/06 22:07:49.460 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-1] [2024/05/06 22:07:49.460 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:07:49.461 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:07:49.461 +08:00] [INFO] [server.go:1691] ["skip campaigning of pd leader and check later"] [server-name=pd-1] [etcd-leader-id=4060626905997471512] [member-id=2234275743217008298] [2024/05/06 22:07:49.461 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:07:49.663 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:07:49.663 +08:00] [INFO] [server.go:1662] ["start to watch pd leader"] [pd-leader="name:\"pd-2\" member_id:4060626905997471512 peer_urls:\"http://127.0.0.1:2383\" client_urls:\"http://127.0.0.1:2384\" "] [2024/05/06 22:07:49.663 +08:00] [INFO] [client.go:104] ["region syncer start load region"] [2024/05/06 22:07:49.663 +08:00] [INFO] [client.go:107] ["region syncer finished load regions"] [time-cost=38.621µs] [2024/05/06 22:07:49.663 +08:00] [INFO] [leadership.go:317] ["watch channel is created"] [revision=12] [leader-key=/pd/7365888110972879353/leader] [purpose="leader election"] [2024/05/06 22:07:49.663 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-1] [leader=pd-2] [request-index=0] [2024/05/06 22:07:49.663 +08:00] [ERROR] [client.go:162] ["region sync with leader meet error"] [error="[PD:grpc:ErrGRPCRecv]receive response error: rpc error: code = Unavailable desc = server not started"] [2024/05/06 22:07:50.664 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-1] [leader=pd-2] [request-index=0] [2024/05/06 22:07:51.635 +08:00] [INFO] [dbstore.go:33] ["Dashboard initializing local storage file"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/dashboard.sqlite.db] [2024/05/06 22:07:51.646 +08:00] [INFO] [version.go:33] ["TiDB Dashboard started"] [internal-version=8.0.0-9768844f] [standalone=No] [pd-version=v8.2.0-alpha-15-gf83febabe] [build-time="2024-05-06 08:48:58"] [build-git-hash=9768844ff5d7] [2024/05/06 22:07:51.646 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:37601] [remotes="[]"] [2024/05/06 22:07:51.646 +08:00] [INFO] [manager.go:201] ["dashboard server is started"] [2024/05/06 22:07:51.646 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:45543] [remotes="[]"] [2024/05/06 22:07:51.647 +08:00] [WARN] [dynamic_config_manager.go:165] ["Dynamic config does not exist in etcd"] [2024/05/06 22:07:51.651 +08:00] [INFO] [manager.go:74] ["Key visual service is started"] [2024/05/06 22:07:59.450 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2382]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2379,http://127.0.0.1:2382]"] [source=server-etcd-client] [2024/05/06 22:07:59.451 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2382]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2382,http://127.0.0.1:2379]"] [source=election-etcd-client] ==> ./pd1.log <== [2024/05/06 22:07:45.437 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:07:45.437 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:07:45.437 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:07:45.437 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:07:45.437 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:07:45.437 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:07:45.437 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:07:45.437 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:07:45.437 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2379\",\"peer-urls\":\"http://127.0.0.1:2380\",\"advertise-client-urls\":\"http://127.0.0.1:2379\",\"advertise-peer-urls\":\"http://127.0.0.1:2380\",\"name\":\"pd-0\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-0/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-0\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:07:45.441 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:07:45.441 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:07:45.441 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:07:45.441 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:07:45.442 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:07:45.442 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:07:45.442 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-0] [service-name=MetaStorage] [2024/05/06 22:07:45.442 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:07:45.442 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-0] [service-name=ResourceManager] [2024/05/06 22:07:45.443 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:07:45.443 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:07:45.443 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:07:45.443 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2379]"] [2024/05/06 22:07:45.443 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:07:45.443 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=72] [max-cpu-available=72] [member-initialized=false] [name=pd-0] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2380]"] [listen-peer-urls="[http://127.0.0.1:2380]"] [advertise-client-urls="[http://127.0.0.1:2379]"] [listen-client-urls="[http://127.0.0.1:2379]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:07:45.443 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:07:45.444 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap/db] [took=477.446µs] [2024/05/06 22:07:47.446 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=3037d9ad26fb2231] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:07:47.446 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=()"] [2024/05/06 22:07:47.446 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 0"] [2024/05/06 22:07:47.446 +08:00] [INFO] [raft.go:389] ["newRaft 3037d9ad26fb2231 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:07:47.446 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 1"] [2024/05/06 22:07:47.446 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:07:47.446 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:07:47.446 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:47.446 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:07:47.447 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:07:47.447 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.447 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.447 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.447 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.448 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.448 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.449 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [remote-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:07:47.448 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.449 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.449 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.449 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.450 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.450 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.450 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.450 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [remote-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:07:47.450 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=3037d9ad26fb2231] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:07:47.450 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.451 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:07:47.451 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:07:47.451 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:07:47.451 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:07:47.451 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:47.451 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:07:47.451 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:47.451 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:07:47.451 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:47.451 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:07:47.452 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.452 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.452 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.452 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2380] [2024/05/06 22:07:47.452 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=3037d9ad26fb2231] [initial-advertise-peer-urls="[http://127.0.0.1:2380]"] [listen-peer-urls="[http://127.0.0.1:2380]"] [advertise-client-urls="[http://127.0.0.1:2379]"] [listen-client-urls="[http://127.0.0.1:2379]"] [listen-metrics-urls="[]"] [2024/05/06 22:07:47.452 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream Message"] [2024/05/06 22:07:47.452 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.452 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream MsgApp v2"] [2024/05/06 22:07:47.452 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.452 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream Message"] [2024/05/06 22:07:47.452 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.452 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.452 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream MsgApp v2"] [2024/05/06 22:07:47.452 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.453 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.453 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:07:47.501 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=3037d9ad26fb2231] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:07:49.447 +08:00] [INFO] [raft.go:966] ["3037d9ad26fb2231 [logterm: 1, index: 3, vote: 0] cast MsgPreVote for 385a3ea8295f6f18 [logterm: 1, index: 3] at term 1"] [2024/05/06 22:07:49.447 +08:00] [INFO] [raft.go:865] ["3037d9ad26fb2231 [term: 1] received a MsgVote message with higher term from 385a3ea8295f6f18 [term: 2]"] [2024/05/06 22:07:49.447 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 2"] [2024/05/06 22:07:49.447 +08:00] [INFO] [raft.go:966] ["3037d9ad26fb2231 [logterm: 1, index: 3, vote: 0] cast MsgVote for 385a3ea8295f6f18 [logterm: 1, index: 3] at term 2"] [2024/05/06 22:07:49.448 +08:00] [INFO] [node.go:327] ["raft.node: 3037d9ad26fb2231 elected leader 385a3ea8295f6f18 at term 2"] [2024/05/06 22:07:49.449 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=3037d9ad26fb2231] [local-member-attributes="{Name:pd-0 ClientURLs:[http://127.0.0.1:2379]}"] [request-path=/0/members/3037d9ad26fb2231/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:07:49.449 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:07:49.449 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-0] [service-name=MetaStorage] [2024/05/06 22:07:49.449 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-0] [service-name=ResourceManager] [2024/05/06 22:07:49.449 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [cluster-version=3.4] [2024/05/06 22:07:49.449 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2379] [2024/05/06 22:07:49.449 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:07:49.452 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888110972879353] [2024/05/06 22:07:49.452 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-0\" member_id:3474484975246189105 peer_urls:\"http://127.0.0.1:2380\" client_urls:\"http://127.0.0.1:2379\" "] [root-path=/pd/7365888110972879353] [2024/05/06 22:07:49.457 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:07:49.459 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=3474484975246189105] [2024/05/06 22:07:49.459 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:07:49.460 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:07:49.460 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-0] [2024/05/06 22:07:49.460 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-0] [2024/05/06 22:07:49.461 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:07:49.461 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:07:49.461 +08:00] [INFO] [server.go:1691] ["skip campaigning of pd leader and check later"] [server-name=pd-0] [etcd-leader-id=4060626905997471512] [member-id=3474484975246189105] [2024/05/06 22:07:49.461 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:07:49.663 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:07:49.663 +08:00] [INFO] [server.go:1662] ["start to watch pd leader"] [pd-leader="name:\"pd-2\" member_id:4060626905997471512 peer_urls:\"http://127.0.0.1:2383\" client_urls:\"http://127.0.0.1:2384\" "] [2024/05/06 22:07:49.663 +08:00] [INFO] [client.go:104] ["region syncer start load region"] [2024/05/06 22:07:49.663 +08:00] [INFO] [client.go:107] ["region syncer finished load regions"] [time-cost=231.032µs] [2024/05/06 22:07:49.664 +08:00] [INFO] [leadership.go:317] ["watch channel is created"] [revision=12] [leader-key=/pd/7365888110972879353/leader] [purpose="leader election"] [2024/05/06 22:07:49.664 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-0] [leader=pd-2] [request-index=0] [2024/05/06 22:07:49.664 +08:00] [ERROR] [client.go:162] ["region sync with leader meet error"] [error="[PD:grpc:ErrGRPCRecv]receive response error: rpc error: code = Unavailable desc = server not started"] [2024/05/06 22:07:50.664 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-0] [leader=pd-2] [request-index=0] [2024/05/06 22:07:59.451 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2379]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2379,http://127.0.0.1:2382]"] [source=server-etcd-client] [2024/05/06 22:07:59.451 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2379]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2379,http://127.0.0.1:2382]"] [source=election-etcd-client] ==> ./pd3.log <== [2024/05/06 22:07:45.437 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:07:45.438 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:07:45.438 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:07:45.438 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:07:45.438 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:07:45.438 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:07:45.438 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:07:45.438 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:07:45.438 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2384\",\"peer-urls\":\"http://127.0.0.1:2383\",\"advertise-client-urls\":\"http://127.0.0.1:2384\",\"advertise-peer-urls\":\"http://127.0.0.1:2383\",\"name\":\"pd-2\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-2/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-2\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:07:45.441 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:07:45.441 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:07:45.441 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:07:45.441 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:07:45.443 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:07:45.443 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:07:45.443 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-2] [service-name=MetaStorage] [2024/05/06 22:07:45.443 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:07:45.443 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-2] [service-name=ResourceManager] [2024/05/06 22:07:45.443 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:07:45.443 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:07:45.443 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:07:45.443 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2384]"] [2024/05/06 22:07:45.443 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:07:45.443 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=72] [max-cpu-available=72] [member-initialized=false] [name=pd-2] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2383]"] [listen-peer-urls="[http://127.0.0.1:2383]"] [advertise-client-urls="[http://127.0.0.1:2384]"] [listen-client-urls="[http://127.0.0.1:2384]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:07:45.443 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:07:45.444 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap/db] [took=293.571µs] [2024/05/06 22:07:47.446 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=385a3ea8295f6f18] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:07:47.446 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=()"] [2024/05/06 22:07:47.446 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 0"] [2024/05/06 22:07:47.446 +08:00] [INFO] [raft.go:389] ["newRaft 385a3ea8295f6f18 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:07:47.446 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 1"] [2024/05/06 22:07:47.446 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:07:47.446 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:07:47.446 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:47.446 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:07:47.447 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:07:47.447 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.447 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.449 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.447 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.449 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.448 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.449 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.449 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [remote-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:07:47.449 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.449 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.450 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.450 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.451 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.451 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.451 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [remote-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:07:47.451 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=385a3ea8295f6f18] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:07:47.451 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.451 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:07:47.451 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:07:47.451 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:07:47.451 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:07:47.451 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:47.451 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:07:47.451 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:47.451 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:07:47.451 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:07:47.451 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:07:47.452 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.452 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.452 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.452 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.452 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.452 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.453 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=385a3ea8295f6f18] [initial-advertise-peer-urls="[http://127.0.0.1:2383]"] [listen-peer-urls="[http://127.0.0.1:2383]"] [advertise-client-urls="[http://127.0.0.1:2384]"] [listen-client-urls="[http://127.0.0.1:2384]"] [listen-metrics-urls="[]"] [2024/05/06 22:07:47.453 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2383] [2024/05/06 22:07:47.453 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream MsgApp v2"] [2024/05/06 22:07:47.453 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream Message"] [2024/05/06 22:07:47.453 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.453 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:07:47.453 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream Message"] [2024/05/06 22:07:47.453 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.453 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream MsgApp v2"] [2024/05/06 22:07:47.453 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:07:47.502 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=385a3ea8295f6f18] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:07:49.447 +08:00] [INFO] [raft.go:929] ["385a3ea8295f6f18 is starting a new election at term 1"] [2024/05/06 22:07:49.447 +08:00] [INFO] [raft.go:735] ["385a3ea8295f6f18 became pre-candidate at term 1"] [2024/05/06 22:07:49.447 +08:00] [INFO] [raft.go:830] ["385a3ea8295f6f18 received MsgPreVoteResp from 385a3ea8295f6f18 at term 1"] [2024/05/06 22:07:49.447 +08:00] [INFO] [raft.go:817] ["385a3ea8295f6f18 [logterm: 1, index: 3] sent MsgPreVote request to 1f01bdf364b8beaa at term 1"] [2024/05/06 22:07:49.447 +08:00] [INFO] [raft.go:817] ["385a3ea8295f6f18 [logterm: 1, index: 3] sent MsgPreVote request to 3037d9ad26fb2231 at term 1"] [2024/05/06 22:07:49.447 +08:00] [INFO] [raft.go:830] ["385a3ea8295f6f18 received MsgPreVoteResp from 1f01bdf364b8beaa at term 1"] [2024/05/06 22:07:49.447 +08:00] [INFO] [raft.go:1295] ["385a3ea8295f6f18 has received 2 MsgPreVoteResp votes and 0 vote rejections"] [2024/05/06 22:07:49.447 +08:00] [INFO] [raft.go:719] ["385a3ea8295f6f18 became candidate at term 2"] [2024/05/06 22:07:49.447 +08:00] [INFO] [raft.go:830] ["385a3ea8295f6f18 received MsgVoteResp from 385a3ea8295f6f18 at term 2"] [2024/05/06 22:07:49.447 +08:00] [INFO] [raft.go:817] ["385a3ea8295f6f18 [logterm: 1, index: 3] sent MsgVote request to 1f01bdf364b8beaa at term 2"] [2024/05/06 22:07:49.447 +08:00] [INFO] [raft.go:817] ["385a3ea8295f6f18 [logterm: 1, index: 3] sent MsgVote request to 3037d9ad26fb2231 at term 2"] [2024/05/06 22:07:49.448 +08:00] [INFO] [raft.go:830] ["385a3ea8295f6f18 received MsgVoteResp from 3037d9ad26fb2231 at term 2"] [2024/05/06 22:07:49.448 +08:00] [INFO] [raft.go:1295] ["385a3ea8295f6f18 has received 2 MsgVoteResp votes and 0 vote rejections"] [2024/05/06 22:07:49.448 +08:00] [INFO] [raft.go:771] ["385a3ea8295f6f18 became leader at term 2"] [2024/05/06 22:07:49.448 +08:00] [INFO] [node.go:327] ["raft.node: 385a3ea8295f6f18 elected leader 385a3ea8295f6f18 at term 2"] [2024/05/06 22:07:49.448 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=385a3ea8295f6f18] [local-member-attributes="{Name:pd-2 ClientURLs:[http://127.0.0.1:2384]}"] [request-path=/0/members/385a3ea8295f6f18/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:07:49.448 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:07:49.449 +08:00] [INFO] [server.go:2639] ["setting up initial cluster version"] [cluster-version=3.4] [2024/05/06 22:07:49.449 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-2] [service-name=MetaStorage] [2024/05/06 22:07:49.449 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-2] [service-name=ResourceManager] [2024/05/06 22:07:49.449 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [cluster-version=3.4] [2024/05/06 22:07:49.449 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2384] [2024/05/06 22:07:49.449 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:07:49.449 +08:00] [INFO] [server.go:2671] ["cluster version is updated"] [cluster-version=3.4] [2024/05/06 22:07:49.452 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888110972879353] [2024/05/06 22:07:49.452 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-2\" member_id:4060626905997471512 peer_urls:\"http://127.0.0.1:2383\" client_urls:\"http://127.0.0.1:2384\" "] [root-path=/pd/7365888110972879353] [2024/05/06 22:07:49.456 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:07:49.458 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=4060626905997471512] [2024/05/06 22:07:49.459 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:07:49.460 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:07:49.460 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-2] [2024/05/06 22:07:49.460 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-2] [2024/05/06 22:07:49.460 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:07:49.461 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:07:49.461 +08:00] [INFO] [server.go:1703] ["start to campaign PD leader"] [campaign-leader-name=pd-2] [2024/05/06 22:07:49.461 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:07:49.461 +08:00] [INFO] [lease.go:66] ["lease granted"] [lease-id=8005305903818012173] [lease-timeout=3] [purpose="leader election"] [2024/05/06 22:07:49.462 +08:00] [INFO] [leadership.go:181] ["check campaign resp"] [resp="{\"header\":{\"cluster_id\":17849374191125529693,\"member_id\":4060626905997471512,\"revision\":12,\"raft_term\":2},\"succeeded\":true,\"responses\":[{\"Response\":{\"ResponsePut\":{\"header\":{\"revision\":12}}}}]}"] [2024/05/06 22:07:49.462 +08:00] [INFO] [leadership.go:190] ["write leaderData to leaderPath ok"] [leader-key=/pd/7365888110972879353/leader] [purpose="leader election"] [2024/05/06 22:07:49.462 +08:00] [INFO] [server.go:1729] ["campaign PD leader ok"] [campaign-leader-name=pd-2] [2024/05/06 22:07:49.462 +08:00] [INFO] [server.go:1737] ["initializing the global TSO allocator"] [2024/05/06 22:07:49.462 +08:00] [INFO] [tso.go:160] ["start to sync timestamp"] [] [2024/05/06 22:07:49.462 +08:00] [INFO] [lease.go:155] ["start lease keep alive worker"] [interval=1s] [purpose="leader election"] [2024/05/06 22:07:49.463 +08:00] [INFO] [tso.go:220] ["sync and save timestamp"] [] [last=0001/01/01 00:00:00.000 +00:00] [last-saved=0001/01/01 00:00:00.000 +00:00] [save=2024/05/06 22:07:52.463 +08:00] [next=2024/05/06 22:07:49.463 +08:00] [2024/05/06 22:07:49.464 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:07:49.465 +08:00] [INFO] [server.go:1769] ["triggering the leader callback functions"] [2024/05/06 22:07:49.465 +08:00] [ERROR] [manager.go:124] ["un-marshall controller config failed, fallback to default"] [error="unexpected end of JSON input"] [v=] [2024/05/06 22:07:49.467 +08:00] [INFO] [manager.go:185] ["resource group manager finishes initialization"] [2024/05/06 22:07:49.471 +08:00] [INFO] [id.go:174] ["idAllocator allocates a new id"] [new-end=1000] [new-base=0] [label=idalloc] [check-curr-end=true] [2024/05/06 22:07:49.471 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=0.0.0] [2024/05/06 22:07:49.471 +08:00] [INFO] [server.go:1803] ["PD leader is ready to serve"] [leader-name=pd-2] [2024/05/06 22:07:49.764 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:07:49.764 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:07:49.764 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:07:49.840 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:07:49.840 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:07:49.842 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:07:49.842 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:07:49.844 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:07:49.844 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:07:49.847 +08:00] [INFO] [server.go:712] ["try to bootstrap raft cluster"] [cluster-id=7365888110972879353] [request="header: store: region: peers: > "] [2024/05/06 22:07:49.848 +08:00] [INFO] [server.go:773] ["bootstrap cluster ok"] [cluster-id=7365888110972879353] [2024/05/06 22:07:49.851 +08:00] [INFO] [cluster.go:643] ["load stores"] [count=1] [cost=1.029151ms] [2024/05/06 22:07:49.852 +08:00] [INFO] [cluster.go:654] ["load regions"] [count=1] [cost=226.379µs] [2024/05/06 22:07:49.853 +08:00] [INFO] [scheduling_controller.go:102] ["scheduling service is started"] [2024/05/06 22:07:49.853 +08:00] [INFO] [coordinator.go:407] ["coordinator starts to collect cluster information"] [2024/05/06 22:07:49.853 +08:00] [INFO] [cluster.go:416] ["memory info"] [total-mem=34359738368] [2024/05/06 22:07:49.853 +08:00] [INFO] [tuner.go:117] ["new gctuner"] [threshold=20615843020] [2024/05/06 22:07:49.853 +08:00] [INFO] [cluster.go:429] ["update gc tuner"] [enable-gc-tuner=false] [gc-threshold-bytes=20615843020] [2024/05/06 22:07:49.853 +08:00] [INFO] [memory_limit_tuner.go:50] [debug.SetMemoryLimit] [limit=9223372036854775807] [ret=9223372036854775807] [2024/05/06 22:07:49.853 +08:00] [INFO] [cluster.go:436] ["update gc memory limit"] [memory-limit-bytes=0] [memory-limit-gc-trigger-ratio=0.7] [2024/05/06 22:07:49.853 +08:00] [INFO] [keyspace.go:378] ["[keyspace] added region label for keyspace"] [keyspace-id=0] [label-rule="{\"id\":\"keyspaces/0\",\"index\":0,\"labels\":[{\"key\":\"id\",\"value\":\"0\"}],\"rule_type\":\"key-range\",\"data\":[{\"start_key\":\"7200000000000000fb\",\"end_key\":\"7200000100000000fb\"},{\"start_key\":\"7800000000000000fb\",\"end_key\":\"7800000100000000fb\"}]}"] [takes=644.437µs] [2024/05/06 22:07:49.856 +08:00] [INFO] [cluster.go:2180] ["cluster version changed"] [old-cluster-version=0.0.0] [new-cluster-version=8.2.0-alpha] [2024/05/06 22:07:49.857 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=5] [2024/05/06 22:07:49.857 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:5 address:\"127.0.0.1:20161\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20161\" status_address:\"127.0.0.1:20181\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004469 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:07:49.857 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:07:49.857 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=2] [2024/05/06 22:07:49.857 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:2 address:\"127.0.0.1:20162\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20162\" status_address:\"127.0.0.1:20182\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004469 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:07:49.857 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:07:49.859 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=1] [2024/05/06 22:07:49.859 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:1 address:\"127.0.0.1:20160\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20160\" status_address:\"127.0.0.1:20180\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004469 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:07:49.859 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:07:50.462 +08:00] [INFO] [server.go:1317] ["PD server config is updated"] [new="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"http://127.0.0.1:2382\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [old="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [2024/05/06 22:07:50.664 +08:00] [INFO] [server.go:211] ["establish sync region stream"] [requested-server=pd-1] [url=http://127.0.0.1:2382] [2024/05/06 22:07:50.664 +08:00] [INFO] [server.go:303] ["sync the history regions with server"] [server=pd-1] [from-index=0] [last-index=1] [records-length=1] [2024/05/06 22:07:50.664 +08:00] [INFO] [server.go:211] ["establish sync region stream"] [requested-server=pd-0] [url=http://127.0.0.1:2379] [2024/05/06 22:07:50.664 +08:00] [INFO] [server.go:303] ["sync the history regions with server"] [server=pd-0] [from-index=0] [last-index=1] [records-length=1] [2024/05/06 22:07:52.853 +08:00] [INFO] [prepare_checker.go:72] ["not loaded from storage region number is satisfied, finish prepare checker"] [not-from-storage-region=1] [total-region=1] [2024/05/06 22:07:52.853 +08:00] [INFO] [coordinator.go:410] ["coordinator has finished cluster information preparation"] [2024/05/06 22:07:52.853 +08:00] [INFO] [coordinator.go:420] ["coordinator starts to run schedulers"] [2024/05/06 22:07:52.854 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:07:52.855 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-leader-scheduler] [scheduler-args="[]"] [2024/05/06 22:07:52.855 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-hot-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:07:52.856 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=evict-slow-store-scheduler] [scheduler-args="[]"] [2024/05/06 22:07:52.857 +08:00] [INFO] [coordinator.go:536] ["scheduler config is updated"] [scheduler-config="[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}]"] [2024/05/06 22:07:52.857 +08:00] [INFO] [coordinator.go:340] ["coordinator begins to actively drive push operator"] [2024/05/06 22:07:52.857 +08:00] [INFO] [coordinator.go:276] ["coordinator begins to check suspect key ranges"] [2024/05/06 22:07:52.857 +08:00] [INFO] [coordinator.go:164] ["coordinator starts patrol regions"] [2024/05/06 22:07:52.868 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=3] [operator="\"labeler-split-region {split: region 3 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:3(1, 1), createAt:2024-05-06 22:07:52.868271094 +0800 CST m=+7.470570082, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:07:52.868 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=3] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:07:52.868 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=10] [peer-ids="[11]"] [2024/05/06 22:07:52.868 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=12] [peer-ids="[13]"] [2024/05/06 22:07:52.868 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=14] [peer-ids="[15]"] [2024/05/06 22:07:52.868 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16] [peer-ids="[17]"] [2024/05/06 22:07:52.869 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=3] [takes=1.514884ms] [operator="\"labeler-split-region {split: region 3 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:3(1, 1), createAt:2024-05-06 22:07:52.868271094 +0800 CST m=+7.470570082, startAt:2024-05-06 22:07:52.868401839 +0800 CST m=+7.470700826, currentStep:1, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:07:52.869 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=3] [detail="StartKey Changed:{} -> {7800000100000000FB}, EndKey:{}"] [old-version=1] [new-version=5] [2024/05/06 22:07:52.869 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=3] [origin="id:10 end_key:\"7200000000000000FB\" region_epoch: peers: id:12 start_key:\"7200000000000000FB\" end_key:\"7200000100000000FB\" region_epoch: peers: id:14 start_key:\"7200000100000000FB\" end_key:\"7800000000000000FB\" region_epoch: peers: id:16 start_key:\"7800000000000000FB\" end_key:\"7800000100000000FB\" region_epoch: peers:"] [total=4] [2024/05/06 22:07:53.856 +08:00] [INFO] [hot_region_config.go:490] ["query supported changed"] [last-query-support=false] [cluster-version=8.2.0-alpha] [config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"query\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"query\",\"byte\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"forbid-rw-type\":\"none\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [valid-config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"key\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"byte\",\"key\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [2024/05/06 22:07:59.450 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2384]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2379,http://127.0.0.1:2382]"] [source=server-etcd-client] [2024/05/06 22:07:59.451 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2384]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2379,http://127.0.0.1:2382]"] [source=election-etcd-client] [2024/05/06 22:07:59.853 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=5] [store-address=127.0.0.1:20161] [2024/05/06 22:07:59.854 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=2] [store-address=127.0.0.1:20162] [2024/05/06 22:07:59.855 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=1] [store-address=127.0.0.1:20160] [2024/05/06 22:07:59.867 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=10] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:10(5, 1), createAt:2024-05-06 22:07:59.867287514 +0800 CST m=+14.469586499, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 18 on store 5}, 1:{promote learner peer 18 on store 5 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:07:59.867 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 18 on store 5"] [source=create] [2024/05/06 22:07:59.867 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=12] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:12(5, 1), createAt:2024-05-06 22:07:59.867503133 +0800 CST m=+14.469802116, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 19 on store 5}, 1:{promote learner peer 19 on store 5 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:07:59.867 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 19 on store 5"] [source=create] [2024/05/06 22:07:59.867 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:14(5, 1), createAt:2024-05-06 22:07:59.867596199 +0800 CST m=+14.469895182, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 20 on store 5}, 1:{promote learner peer 20 on store 5 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:07:59.867 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 20 on store 5"] [source=create] [2024/05/06 22:07:59.867 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=16] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:16(5, 1), createAt:2024-05-06 22:07:59.867676177 +0800 CST m=+14.469975160, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 21 on store 5}, 1:{promote learner peer 21 on store 5 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:07:59.867 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 21 on store 5"] [source=create] [2024/05/06 22:07:59.867 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=3] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:3(5, 1), createAt:2024-05-06 22:07:59.867748646 +0800 CST m=+14.470047629, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{add learner peer 22 on store 5}, 1:{promote learner peer 22 on store 5 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:07:59.867 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=3] [step="add learner peer 22 on store 5"] [source=create] [2024/05/06 22:07:59.868 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 18 on store 5"] [source=heartbeat] [2024/05/06 22:07:59.868 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 19 on store 5"] [source=heartbeat] [2024/05/06 22:07:59.868 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Add peer:{id:18 store_id:5 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:07:59.868 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Add peer:{id:19 store_id:5 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:07:59.869 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 20 on store 5"] [source=heartbeat] [2024/05/06 22:07:59.869 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Add peer:{id:20 store_id:5 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:07:59.869 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 21 on store 5"] [source=heartbeat] [2024/05/06 22:07:59.869 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=3] [step="add learner peer 22 on store 5"] [source=heartbeat] [2024/05/06 22:07:59.869 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Add peer:{id:21 store_id:5 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:07:59.869 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=3] [detail="Add peer:{id:22 store_id:5 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:07:59.877 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="promote learner peer 18 on store 5 to voter"] [source=heartbeat] [2024/05/06 22:07:59.877 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="promote learner peer 19 on store 5 to voter"] [source=heartbeat] [2024/05/06 22:07:59.877 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="promote learner peer 20 on store 5 to voter"] [source=heartbeat] [2024/05/06 22:07:59.877 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=3] [step="promote learner peer 22 on store 5 to voter"] [source=heartbeat] [2024/05/06 22:07:59.877 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="promote learner peer 21 on store 5 to voter"] [source=heartbeat] [2024/05/06 22:07:59.878 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Remove peer:{id:18 store_id:5 role:Learner },Add peer:{id:18 store_id:5 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:07:59.878 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=10] [takes=10.833954ms] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:10(5, 1), createAt:2024-05-06 22:07:59.867287514 +0800 CST m=+14.469586499, startAt:2024-05-06 22:07:59.867413597 +0800 CST m=+14.469712584, currentStep:2, size:1, steps:[0:{add learner peer 18 on store 5}, 1:{promote learner peer 18 on store 5 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:07:59.878 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Remove peer:{id:20 store_id:5 role:Learner },Add peer:{id:20 store_id:5 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:07:59.878 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=10.809125ms] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:14(5, 1), createAt:2024-05-06 22:07:59.867596199 +0800 CST m=+14.469895182, startAt:2024-05-06 22:07:59.867622953 +0800 CST m=+14.469921935, currentStep:2, size:1, steps:[0:{add learner peer 20 on store 5}, 1:{promote learner peer 20 on store 5 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:07:59.878 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=12] [takes=10.987706ms] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:12(5, 1), createAt:2024-05-06 22:07:59.867503133 +0800 CST m=+14.469802116, startAt:2024-05-06 22:07:59.867544588 +0800 CST m=+14.469843571, currentStep:2, size:1, steps:[0:{add learner peer 19 on store 5}, 1:{promote learner peer 19 on store 5 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:07:59.878 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Remove peer:{id:19 store_id:5 role:Learner },Add peer:{id:19 store_id:5 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:07:59.878 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=3] [takes=10.837512ms] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:3(5, 1), createAt:2024-05-06 22:07:59.867748646 +0800 CST m=+14.470047629, startAt:2024-05-06 22:07:59.867776802 +0800 CST m=+14.470075786, currentStep:2, size:0, steps:[0:{add learner peer 22 on store 5}, 1:{promote learner peer 22 on store 5 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:07:59.878 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=16] [takes=10.980489ms] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:16(5, 1), createAt:2024-05-06 22:07:59.867676177 +0800 CST m=+14.469975160, startAt:2024-05-06 22:07:59.867700042 +0800 CST m=+14.469999024, currentStep:2, size:1, steps:[0:{add learner peer 21 on store 5}, 1:{promote learner peer 21 on store 5 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:07:59.878 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=3] [detail="Remove peer:{id:22 store_id:5 role:Learner },Add peer:{id:22 store_id:5 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:07:59.878 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Remove peer:{id:21 store_id:5 role:Learner },Add peer:{id:21 store_id:5 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:07:59.888 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=10] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:10(5, 3), createAt:2024-05-06 22:07:59.888127065 +0800 CST m=+14.490426051, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 23 on store 2}, 1:{promote learner peer 23 on store 2 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:07:59.888 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 23 on store 2"] [source=create] [2024/05/06 22:07:59.888 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=12] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:12(5, 3), createAt:2024-05-06 22:07:59.888266035 +0800 CST m=+14.490565021, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 24 on store 2}, 1:{promote learner peer 24 on store 2 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:07:59.888 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 24 on store 2"] [source=create] [2024/05/06 22:07:59.888 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:14(5, 3), createAt:2024-05-06 22:07:59.888357515 +0800 CST m=+14.490656498, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 25 on store 2}, 1:{promote learner peer 25 on store 2 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:07:59.888 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 25 on store 2"] [source=create] [2024/05/06 22:07:59.888 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=16] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:16(5, 3), createAt:2024-05-06 22:07:59.888443982 +0800 CST m=+14.490743022, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 26 on store 2}, 1:{promote learner peer 26 on store 2 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:07:59.888 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 26 on store 2"] [source=create] [2024/05/06 22:07:59.888 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=3] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:3(5, 3), createAt:2024-05-06 22:07:59.888569813 +0800 CST m=+14.490868795, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 27 on store 2}, 1:{promote learner peer 27 on store 2 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:07:59.888 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=3] [step="add learner peer 27 on store 2"] [source=create] [2024/05/06 22:07:59.889 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 23 on store 2"] [source=heartbeat] [2024/05/06 22:07:59.889 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Add peer:{id:23 store_id:2 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:07:59.889 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 24 on store 2"] [source=heartbeat] [2024/05/06 22:07:59.889 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Add peer:{id:24 store_id:2 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:07:59.889 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=3] [step="add learner peer 27 on store 2"] [source=heartbeat] [2024/05/06 22:07:59.889 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 25 on store 2"] [source=heartbeat] [2024/05/06 22:07:59.890 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=3] [detail="Add peer:{id:27 store_id:2 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:07:59.890 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 26 on store 2"] [source=heartbeat] [2024/05/06 22:07:59.890 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Add peer:{id:25 store_id:2 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:07:59.890 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Add peer:{id:26 store_id:2 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:07:59.896 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="promote learner peer 25 on store 2 to voter"] [source=heartbeat] [2024/05/06 22:07:59.896 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="promote learner peer 26 on store 2 to voter"] [source=heartbeat] [2024/05/06 22:07:59.896 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="promote learner peer 24 on store 2 to voter"] [source=heartbeat] [2024/05/06 22:07:59.897 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="promote learner peer 23 on store 2 to voter"] [source=heartbeat] [2024/05/06 22:07:59.897 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=3] [step="promote learner peer 27 on store 2 to voter"] [source=heartbeat] [2024/05/06 22:07:59.897 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Remove peer:{id:25 store_id:2 role:Learner },Add peer:{id:25 store_id:2 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:07:59.897 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=9.225562ms] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:14(5, 3), createAt:2024-05-06 22:07:59.888357515 +0800 CST m=+14.490656498, startAt:2024-05-06 22:07:59.888383901 +0800 CST m=+14.490682883, currentStep:2, size:1, steps:[0:{add learner peer 25 on store 2}, 1:{promote learner peer 25 on store 2 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:07:59.897 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Remove peer:{id:26 store_id:2 role:Learner },Add peer:{id:26 store_id:2 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:07:59.897 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=16] [takes=9.273559ms] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:16(5, 3), createAt:2024-05-06 22:07:59.888443982 +0800 CST m=+14.490743022, startAt:2024-05-06 22:07:59.888485301 +0800 CST m=+14.490784283, currentStep:2, size:1, steps:[0:{add learner peer 26 on store 2}, 1:{promote learner peer 26 on store 2 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:07:59.897 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=12] [takes=9.557548ms] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:12(5, 3), createAt:2024-05-06 22:07:59.888266035 +0800 CST m=+14.490565021, startAt:2024-05-06 22:07:59.888298727 +0800 CST m=+14.490597710, currentStep:2, size:1, steps:[0:{add learner peer 24 on store 2}, 1:{promote learner peer 24 on store 2 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:07:59.897 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Remove peer:{id:24 store_id:2 role:Learner },Add peer:{id:24 store_id:2 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:07:59.897 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=3] [detail="Remove peer:{id:27 store_id:2 role:Learner },Add peer:{id:27 store_id:2 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:07:59.897 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=3] [takes=9.379605ms] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:3(5, 3), createAt:2024-05-06 22:07:59.888569813 +0800 CST m=+14.490868795, startAt:2024-05-06 22:07:59.888610062 +0800 CST m=+14.490909049, currentStep:2, size:1, steps:[0:{add learner peer 27 on store 2}, 1:{promote learner peer 27 on store 2 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:07:59.898 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Remove peer:{id:23 store_id:2 role:Learner },Add peer:{id:23 store_id:2 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:07:59.898 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=10] [takes=9.877492ms] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:10(5, 3), createAt:2024-05-06 22:07:59.888127065 +0800 CST m=+14.490426051, startAt:2024-05-06 22:07:59.88819948 +0800 CST m=+14.490498467, currentStep:2, size:1, steps:[0:{add learner peer 23 on store 2}, 1:{promote learner peer 23 on store 2 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:49.859 +08:00] [INFO] [cluster.go:570] ["sync the store config successful"] [store-address=127.0.0.1:20180] [store-config="{\n \"coprocessor\": {\n \"region-max-size\": \"144MiB\",\n \"region-split-size\": \"96MiB\",\n \"region-max-keys\": 1440000,\n \"region-split-keys\": 960000,\n \"enable-region-bucket\": false,\n \"region-bucket-size\": \"50MiB\"\n },\n \"storage\": {\n \"engine\": \"raft-kv\"\n }\n}"] [old-config="{\n \"coprocessor\": {\n \"region-max-size\": \"\",\n \"region-split-size\": \"\",\n \"region-max-keys\": 0,\n \"region-split-keys\": 0,\n \"enable-region-bucket\": false,\n \"region-bucket-size\": \"\"\n },\n \"storage\": {\n \"engine\": \"\"\n }\n}"] [2024/05/06 22:08:49.860 +08:00] [INFO] [cluster.go:506] ["store config is updated"] + find . -name 'tikv*.log' -type f -exec tail -n 500 '{}' + ==> ./tikv2.log <== [2024/05/06 22:07:45.403 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:07:45.403 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:07:45.403 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:07:45.403 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:07:45.404 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:07:45.404 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:07:45.404 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:07:45.404 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:07:45.404 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:07:45.404 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:07:45.404 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:07:45.404 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={22, 66, 67, 68, 9, 14, 38, 19, 25, 4, 17, 34, 45, 6, 23, 2, 0, 39, 48, 64, 7, 30, 51, 55, 44, 50, 59, 49, 36, 57, 8, 1, 27, 53, 18, 61, 71, 41, 20, 63, 56, 33, 10, 13, 15, 69, 32, 47, 12, 46, 11, 60, 52, 65, 43, 26, 35, 16, 37, 40, 42, 58, 70, 29, 24, 28, 62, 54, 3, 21, 31, 5}"] [thread_id=1] [2024/05/06 22:07:45.404 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:07:45.404 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 128, expect 32768"] [thread_id=1] [2024/05/06 22:07:45.404 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:07:45.404 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:07:45.406 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:45.406 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:07:45.406 +08:00] [INFO] [] ["subchannel 0x7faf2584d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7faf258afb80, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7faf25837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7faf258d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004465.406406188\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:07:45.406 +08:00] [INFO] [] ["subchannel 0x7faf2584d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7faf258afb80, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7faf25837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7faf258d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:07:45.406 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:45.406 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:45.406 +08:00] [INFO] [] ["subchannel 0x7faf2584dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7faf258afb80, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7faf25837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7faf258d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004465.406904459\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:07:45.406 +08:00] [INFO] [] ["subchannel 0x7faf2584dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7faf258afb80, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7faf25837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7faf258d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:07:45.407 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:45.407 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:45.407 +08:00] [INFO] [] ["subchannel 0x7faf2584e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7faf258afb80, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7faf25837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7faf258d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004465.407146296\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:07:45.407 +08:00] [INFO] [] ["subchannel 0x7faf2584e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7faf258afb80, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7faf25837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7faf258d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:07:45.407 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:45.407 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:07:45.708 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:47.709 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:47.709 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:49.451 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:49.753 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:49.754 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:49.755 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:49.756 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:49.756 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:49.757 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:49.757 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:07:49.757 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888110972879353] [thread_id=1] [2024/05/06 22:07:49.758 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:07:49.758 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:07:49.760 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20181] [thread_id=1] [2024/05/06 22:07:49.761 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:07:49.761 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819979/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819978/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819977/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819976/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819975/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819974/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819973/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819972/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819971/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819970/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819969/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819968/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819967/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819966/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819965/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819964/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819963/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/824587/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/824587/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data] [thread_id=1] [2024/05/06 22:07:49.761 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data] [thread_id=1] [2024/05/06 22:07:49.762 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819979/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819978/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819977/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819976/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819975/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819974/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819973/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819972/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819971/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819970/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819969/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819968/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819967/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819966/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819965/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819964/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819963/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/824587/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/824587/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft] [thread_id=1] [2024/05/06 22:07:49.762 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft] [thread_id=1] [2024/05/06 22:07:49.762 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv2.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20161\",\"advertise-addr\":\"127.0.0.1:20161\",\"status-addr\":\"127.0.0.1:20181\",\"advertise-status-addr\":\"127.0.0.1:20181\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:07:49.763 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:07:49.763 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=0ns] [thread_id=17] [2024/05/06 22:07:49.764 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:07:49.764 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=18] [2024/05/06 22:07:49.764 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=18] [2024/05/06 22:07:49.764 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=17] [2024/05/06 22:07:49.771 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:07:49.771 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:07:49.772 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 230.752µs"] [thread_id=1] [2024/05/06 22:07:49.840 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:07:49.842 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:07:49.842 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:07:49.843 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/log-backup-temp] [thread_id=1] [2024/05/06 22:07:49.843 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=73] [2024/05/06 22:07:49.844 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:07:49.844 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:07:49.844 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:07:49.844 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=73] [2024/05/06 22:07:49.844 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:07:49.844 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=74] [2024/05/06 22:07:49.851 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 8 region_epoch { conf_ver: 1 version: 1 } peers { id: 9 store_id: 5 }"] [store_id=5] [thread_id=1] [2024/05/06 22:07:49.853 +08:00] [INFO] [raft_server.rs:416] ["cluster is already bootstrapped"] [cluster_id=7365888110972879353] [thread_id=1] [2024/05/06 22:07:49.854 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 5 address: \"127.0.0.1:20161\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20161\" status_address: \"127.0.0.1:20181\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004469 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:07:49.857 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=5] [status=Some()] [thread_id=1] [2024/05/06 22:07:49.857 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=5] [thread_id=1] [2024/05/06 22:07:49.857 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=2] [thread_id=1] [2024/05/06 22:07:49.857 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:07:49.857 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=5] [thread_id=1] [2024/05/06 22:07:49.858 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:07:49.861 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:07:49.861 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=32.304µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=0] [store_id=5] [thread_id=1] [2024/05/06 22:07:49.861 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=27.36µs] [garbage_range_count=1] [store_id=5] [thread_id=1] [2024/05/06 22:07:49.863 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:07:49.863 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:07:49.863 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:07:49.867 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:07:49.868 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:07:49.868 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:07:49.870 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20161] [thread_id=1] [2024/05/06 22:07:49.871 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=18] [2024/05/06 22:07:49.872 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=18] [2024/05/06 22:07:49.878 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:07:59.865 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:07:59.870 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(1)] [thread_id=7] [2024/05/06 22:07:59.871 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=11] [store_id=5] [peer_id=18] [region_id=10] [thread_id=101] [2024/05/06 22:07:59.871 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=10] [thread_id=101] [2024/05/06 22:07:59.871 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=18] [region_id=10] [thread_id=101] [2024/05/06 22:07:59.871 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=18] [region_id=10] [thread_id=101] [2024/05/06 22:07:59.871 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 18."] [id=18] [raft_id=18] [region_id=10] [thread_id=101] [2024/05/06 22:07:59.871 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=13] [store_id=5] [peer_id=19] [region_id=12] [thread_id=101] [2024/05/06 22:07:59.871 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=12] [thread_id=101] [2024/05/06 22:07:59.871 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=19] [region_id=12] [thread_id=101] [2024/05/06 22:07:59.871 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=19] [region_id=12] [thread_id=101] [2024/05/06 22:07:59.871 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 19."] [id=19] [raft_id=19] [region_id=12] [thread_id=101] [2024/05/06 22:07:59.871 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=15] [store_id=5] [peer_id=20] [region_id=14] [thread_id=101] [2024/05/06 22:07:59.871 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=14] [thread_id=101] [2024/05/06 22:07:59.871 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=20] [region_id=14] [thread_id=101] [2024/05/06 22:07:59.871 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=20] [region_id=14] [thread_id=101] [2024/05/06 22:07:59.871 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 20."] [id=20] [raft_id=20] [region_id=14] [thread_id=101] [2024/05/06 22:07:59.871 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 11"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=11] [raft_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:07:59.871 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:07:59.871 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=17] [store_id=5] [peer_id=21] [region_id=16] [thread_id=101] [2024/05/06 22:07:59.871 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=16] [thread_id=101] [2024/05/06 22:07:59.871 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=21] [region_id=16] [thread_id=101] [2024/05/06 22:07:59.871 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=21] [region_id=16] [thread_id=101] [2024/05/06 22:07:59.871 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 21."] [id=21] [raft_id=21] [region_id=16] [thread_id=101] [2024/05/06 22:07:59.871 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=4] [store_id=5] [peer_id=22] [region_id=3] [thread_id=101] [2024/05/06 22:07:59.871 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=3] [thread_id=101] [2024/05/06 22:07:59.871 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=22] [region_id=3] [thread_id=101] [2024/05/06 22:07:59.871 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=22] [region_id=3] [thread_id=101] [2024/05/06 22:07:59.871 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 22."] [id=22] [raft_id=22] [region_id=3] [thread_id=101] [2024/05/06 22:07:59.871 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 13"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=13] [raft_id=19] [region_id=12] [thread_id=101] [2024/05/06 22:07:59.871 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=19] [region_id=12] [thread_id=101] [2024/05/06 22:07:59.872 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 15"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=15] [raft_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:07:59.872 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 17"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=17] [raft_id=21] [region_id=16] [thread_id=101] [2024/05/06 22:07:59.872 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=21] [region_id=16] [thread_id=101] [2024/05/06 22:07:59.872 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:07:59.872 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 4"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=4] [raft_id=22] [region_id=3] [thread_id=101] [2024/05/06 22:07:59.872 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=22] [region_id=3] [thread_id=101] [2024/05/06 22:07:59.872 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20160] [store_id=1] [thread_id=71] [2024/05/06 22:07:59.872 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=1] [addr=127.0.0.1:20160] [thread_id=71] [2024/05/06 22:07:59.872 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=5] [cost=800.995µs] [addr=127.0.0.1:20160] [store_id=1] [thread_id=71] [2024/05/06 22:07:59.875 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=132] [2024/05/06 22:07:59.875 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=131] [2024/05/06 22:07:59.875 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_10_6_7_(default|lock|write).sst] [snap_key=10_6_7] [thread_id=132] [2024/05/06 22:07:59.875 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=129] [2024/05/06 22:07:59.876 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_14_6_7_(default|lock|write).sst] [snap_key=14_6_7] [thread_id=131] [2024/05/06 22:07:59.876 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=130] [2024/05/06 22:07:59.876 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_3_6_8_(default|lock|write).sst] [snap_key=3_6_8] [thread_id=129] [2024/05/06 22:07:59.876 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_12_6_7_(default|lock|write).sst] [snap_key=12_6_7] [thread_id=130] [2024/05/06 22:07:59.876 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=475.129µs] [snap_key=10_6_7] [thread_id=132] [2024/05/06 22:07:59.876 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=18] [region_id=10] [thread_id=101] [2024/05/06 22:07:59.876 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {18}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=10] [thread_id=101] [2024/05/06 22:07:59.876 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=18] [region_id=10] [thread_id=101] [2024/05/06 22:07:59.876 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=18] [region_id=10] [thread_id=101] [2024/05/06 22:07:59.876 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=18] [region_id=10] [thread_id=101] [2024/05/06 22:07:59.876 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=562.632µs] [snap_key=14_6_7] [thread_id=131] [2024/05/06 22:07:59.876 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=132] [2024/05/06 22:07:59.876 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 5 role: Learner }"] [peer_id=18] [region_id=10] [thread_id=101] [2024/05/06 22:07:59.876 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:07:59.876 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_16_6_7_(default|lock|write).sst] [snap_key=16_6_7] [thread_id=132] [2024/05/06 22:07:59.876 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=462.163µs] [snap_key=12_6_7] [thread_id=130] [2024/05/06 22:07:59.876 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {20}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:07:59.876 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=548.722µs] [snap_key=3_6_8] [thread_id=129] [2024/05/06 22:07:59.876 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:07:59.876 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:07:59.876 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:07:59.876 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=19] [region_id=12] [thread_id=101] [2024/05/06 22:07:59.876 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {19}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=12] [thread_id=101] [2024/05/06 22:07:59.876 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=19] [region_id=12] [thread_id=101] [2024/05/06 22:07:59.876 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 5 role: Learner }"] [peer_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:07:59.876 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=19] [region_id=12] [thread_id=101] [2024/05/06 22:07:59.876 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=19] [region_id=12] [thread_id=101] [2024/05/06 22:07:59.876 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 role: Learner }"] [peer_id=19] [region_id=12] [thread_id=101] [2024/05/06 22:07:59.876 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 8, term: 6]"] [snapshot_term=6] [snapshot_index=8] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=22] [region_id=3] [thread_id=102] [2024/05/06 22:07:59.876 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4} }, outgoing: Configuration { voters: {} } }, learners: {22}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=3] [thread_id=102] [2024/05/06 22:07:59.876 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=8] [last_term=6] [last_index=8] [commit=8] [raft_id=22] [region_id=3] [thread_id=102] [2024/05/06 22:07:59.876 +08:00] [INFO] [raft.rs:2549] ["[commit: 8, term: 6] restored snapshot [index: 8, term: 6]"] [snapshot_term=6] [snapshot_index=8] [commit=8] [term=6] [raft_id=22] [region_id=3] [thread_id=102] [2024/05/06 22:07:59.876 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=22] [region_id=3] [thread_id=102] [2024/05/06 22:07:59.876 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 8 truncated_state { index: 8 term: 6 }"] [region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 5 role: Learner }"] [peer_id=22] [region_id=3] [thread_id=102] [2024/05/06 22:07:59.876 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=398.815µs] [snap_key=16_6_7] [thread_id=132] [2024/05/06 22:07:59.876 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:07:59.876 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }, learners: {21}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:07:59.876 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:07:59.876 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:07:59.877 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:07:59.877 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 5 role: Learner }"] [peer_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:07:59.877 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 5 role: Learner }"] [peer_id=18] [region_id=10] [thread_id=101] [2024/05/06 22:07:59.877 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=18] [region_id=10] [thread_id=80] [2024/05/06 22:07:59.877 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 role: Learner }"] [peer_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:07:59.877 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 5 role: Learner }"] [peer_id=20] [region_id=14] [thread_id=101] [2024/05/06 22:07:59.877 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 5 role: Learner }"] [peer_id=22] [region_id=3] [thread_id=102] [2024/05/06 22:07:59.877 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:07:59.877 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=113.279µs] [region_id=10] [thread_id=80] [2024/05/06 22:07:59.877 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 5 role: Learner }"] [peer_id=21] [region_id=16] [thread_id=101] [2024/05/06 22:07:59.877 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=19] [region_id=12] [thread_id=80] [2024/05/06 22:07:59.877 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:07:59.877 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=29.743µs] [region_id=12] [thread_id=80] [2024/05/06 22:07:59.877 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=20] [region_id=14] [thread_id=80] [2024/05/06 22:07:59.877 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:07:59.877 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=16.776µs] [region_id=14] [thread_id=80] [2024/05/06 22:07:59.877 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=22] [region_id=3] [thread_id=80] [2024/05/06 22:07:59.877 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:07:59.877 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=14.471µs] [region_id=3] [thread_id=80] [2024/05/06 22:07:59.877 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=21] [region_id=16] [thread_id=80] [2024/05/06 22:07:59.877 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:07:59.877 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=15.09µs] [region_id=16] [thread_id=80] [2024/05/06 22:07:59.878 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 18 store_id: 5 } } }"] [index=8] [term=6] [peer_id=18] [region_id=10] [thread_id=103] [2024/05/06 22:07:59.878 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=18] [region_id=10] [thread_id=103] [2024/05/06 22:07:59.878 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 19 store_id: 5 } } }"] [index=8] [term=6] [peer_id=19] [region_id=12] [thread_id=104] [2024/05/06 22:07:59.878 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=19] [region_id=12] [thread_id=104] [2024/05/06 22:07:59.878 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 5 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 5 role: Learner }"] [changes="[peer { id: 18 store_id: 5 }]"] [peer_id=18] [region_id=10] [thread_id=103] [2024/05/06 22:07:59.878 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 role: Learner }"] [changes="[peer { id: 19 store_id: 5 }]"] [peer_id=19] [region_id=12] [thread_id=104] [2024/05/06 22:07:59.878 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 20 store_id: 5 } } }"] [index=8] [term=6] [peer_id=20] [region_id=14] [thread_id=103] [2024/05/06 22:07:59.878 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=20] [region_id=14] [thread_id=103] [2024/05/06 22:07:59.878 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 5 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 5 role: Learner }"] [changes="[peer { id: 20 store_id: 5 }]"] [peer_id=20] [region_id=14] [thread_id=103] [2024/05/06 22:07:59.878 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 22 store_id: 5 } } }"] [index=9] [term=6] [peer_id=22] [region_id=3] [thread_id=104] [2024/05/06 22:07:59.878 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=22] [region_id=3] [thread_id=104] [2024/05/06 22:07:59.878 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 5 }"] [original_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 5 role: Learner }"] [changes="[peer { id: 22 store_id: 5 }]"] [peer_id=22] [region_id=3] [thread_id=104] [2024/05/06 22:07:59.878 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {18, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=10] [thread_id=101] [2024/05/06 22:07:59.878 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 21 store_id: 5 } } }"] [index=8] [term=6] [peer_id=21] [region_id=16] [thread_id=103] [2024/05/06 22:07:59.878 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:07:59.878 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=21] [region_id=16] [thread_id=103] [2024/05/06 22:07:59.878 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 5 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 5 role: Learner }"] [changes="[peer { id: 21 store_id: 5 }]"] [peer_id=21] [region_id=16] [thread_id=103] [2024/05/06 22:07:59.878 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:07:59.878 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4, 22} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=3] [thread_id=101] [2024/05/06 22:07:59.878 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 21} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=16] [thread_id=101] [2024/05/06 22:07:59.888 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 24 store_id: 2 role: Learner } } }"] [index=9] [term=6] [peer_id=19] [region_id=12] [thread_id=103] [2024/05/06 22:07:59.888 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 23 store_id: 2 role: Learner } } }"] [index=9] [term=6] [peer_id=18] [region_id=10] [thread_id=104] [2024/05/06 22:07:59.888 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=19] [region_id=12] [thread_id=103] [2024/05/06 22:07:59.888 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=18] [region_id=10] [thread_id=104] [2024/05/06 22:07:59.888 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 24 store_id: 2 role: Learner }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 }"] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 2 role: Learner }]"] [peer_id=19] [region_id=12] [thread_id=103] [2024/05/06 22:07:59.888 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 5 } peers { id: 23 store_id: 2 role: Learner }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 5 }"] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 2 role: Learner }]"] [peer_id=18] [region_id=10] [thread_id=104] [2024/05/06 22:07:59.888 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 25 store_id: 2 role: Learner } } }"] [index=9] [term=6] [peer_id=20] [region_id=14] [thread_id=103] [2024/05/06 22:07:59.888 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=20] [region_id=14] [thread_id=103] [2024/05/06 22:07:59.888 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 5 } peers { id: 25 store_id: 2 role: Learner }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 5 }"] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 2 role: Learner }]"] [peer_id=20] [region_id=14] [thread_id=103] [2024/05/06 22:07:59.889 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 27 store_id: 2 role: Learner } } }"] [index=10] [term=6] [peer_id=22] [region_id=3] [thread_id=104] [2024/05/06 22:07:59.889 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {18, 11} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:07:59.889 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=22] [region_id=3] [thread_id=104] [2024/05/06 22:07:59.889 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 5 } peers { id: 27 store_id: 2 role: Learner }"] [original_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 5 }"] [changes="[change_type: AddLearnerNode peer { id: 27 store_id: 2 role: Learner }]"] [peer_id=22] [region_id=3] [thread_id=104] [2024/05/06 22:07:59.889 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 26 store_id: 2 role: Learner } } }"] [index=9] [term=6] [peer_id=21] [region_id=16] [thread_id=104] [2024/05/06 22:07:59.889 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=21] [region_id=16] [thread_id=104] [2024/05/06 22:07:59.889 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 5 } peers { id: 26 store_id: 2 role: Learner }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 5 }"] [changes="[change_type: AddLearnerNode peer { id: 26 store_id: 2 role: Learner }]"] [peer_id=21] [region_id=16] [thread_id=104] [2024/05/06 22:07:59.889 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 19} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=12] [thread_id=101] [2024/05/06 22:07:59.889 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 15} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:07:59.889 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4, 22} }, outgoing: Configuration { voters: {} } }, learners: {27}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=3] [thread_id=101] [2024/05/06 22:07:59.889 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 21} }, outgoing: Configuration { voters: {} } }, learners: {26}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 2 } } }"] [index=10] [term=6] [peer_id=20] [region_id=14] [thread_id=103] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=20] [region_id=14] [thread_id=103] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 5 } peers { id: 25 store_id: 2 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 5 } peers { id: 25 store_id: 2 role: Learner }"] [changes="[peer { id: 25 store_id: 2 }]"] [peer_id=20] [region_id=14] [thread_id=103] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 26 store_id: 2 } } }"] [index=10] [term=6] [peer_id=21] [region_id=16] [thread_id=104] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=21] [region_id=16] [thread_id=104] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 5 } peers { id: 26 store_id: 2 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 5 } peers { id: 26 store_id: 2 role: Learner }"] [changes="[peer { id: 26 store_id: 2 }]"] [peer_id=21] [region_id=16] [thread_id=104] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 2 } } }"] [index=10] [term=6] [peer_id=19] [region_id=12] [thread_id=103] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=19] [region_id=12] [thread_id=103] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 24 store_id: 2 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 24 store_id: 2 role: Learner }"] [changes="[peer { id: 24 store_id: 2 }]"] [peer_id=19] [region_id=12] [thread_id=103] [2024/05/06 22:07:59.897 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 25, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:07:59.897 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 21, 26} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 27 store_id: 2 } } }"] [index=11] [term=6] [peer_id=22] [region_id=3] [thread_id=104] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=22] [region_id=3] [thread_id=104] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 5 } peers { id: 27 store_id: 2 }"] [original_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 5 } peers { id: 27 store_id: 2 role: Learner }"] [changes="[peer { id: 27 store_id: 2 }]"] [peer_id=22] [region_id=3] [thread_id=104] [2024/05/06 22:07:59.897 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {24, 13, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 2 } } }"] [index=10] [term=6] [peer_id=18] [region_id=10] [thread_id=103] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=18] [region_id=10] [thread_id=103] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 5 } peers { id: 23 store_id: 2 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 5 } peers { id: 23 store_id: 2 role: Learner }"] [changes="[peer { id: 23 store_id: 2 }]"] [peer_id=18] [region_id=10] [thread_id=103] [2024/05/06 22:07:59.897 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4, 22, 27} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=3] [thread_id=101] [2024/05/06 22:07:59.898 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {23, 18, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=10] [thread_id=101] [2024/05/06 22:08:49.863 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=3_6_8] [peer_id=22] [region_id=3] [thread_id=102] [2024/05/06 22:08:49.863 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=10_6_7] [peer_id=18] [region_id=10] [thread_id=101] [2024/05/06 22:08:49.863 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=12_6_7] [peer_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:49.863 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=14_6_7] [peer_id=20] [region_id=14] [thread_id=101] [2024/05/06 22:08:49.863 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=16_6_7] [peer_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:08:49.863 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:08:49.863 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:08:49.863 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:08:49.863 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:08:49.864 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] ==> ./tikv1.log <== [2024/05/06 22:07:45.403 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:07:45.403 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:07:45.403 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:07:45.403 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:07:45.403 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:07:45.403 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:07:45.403 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:07:45.403 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:07:45.403 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:07:45.403 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:07:45.403 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:07:45.403 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={55, 5, 2, 24, 38, 67, 62, 31, 4, 9, 23, 54, 10, 3, 66, 17, 49, 68, 71, 53, 37, 70, 20, 36, 25, 8, 26, 27, 39, 1, 34, 30, 64, 45, 42, 61, 12, 51, 6, 56, 7, 44, 50, 58, 41, 63, 33, 28, 16, 57, 32, 0, 19, 13, 29, 21, 43, 60, 14, 15, 11, 18, 46, 47, 52, 65, 35, 40, 22, 48, 59, 69}"] [thread_id=1] [2024/05/06 22:07:45.403 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:07:45.403 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 128, expect 32768"] [thread_id=1] [2024/05/06 22:07:45.403 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:07:45.403 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:07:45.405 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:45.405 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:07:45.406 +08:00] [INFO] [] ["subchannel 0x7f646104d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f64610afb88, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f6461037e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f64610d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004465.406012816\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:07:45.406 +08:00] [INFO] [] ["subchannel 0x7f646104d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f64610afb88, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f6461037e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f64610d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:07:45.406 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:45.406 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:45.406 +08:00] [INFO] [] ["subchannel 0x7f646104dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f64610afb88, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f6461037e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f64610d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004465.406544806\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:07:45.406 +08:00] [INFO] [] ["subchannel 0x7f646104dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f64610afb88, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f6461037e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f64610d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:07:45.406 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:45.406 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:45.406 +08:00] [INFO] [] ["subchannel 0x7f646104e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f64610afb88, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f6461037e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f64610d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004465.406810897\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:07:45.406 +08:00] [INFO] [] ["subchannel 0x7f646104e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f64610afb88, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f6461037e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f64610d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:07:45.406 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:45.406 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:07:45.708 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:47.709 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:47.709 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:49.451 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:49.753 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:49.754 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:49.755 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:49.755 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:49.756 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:49.757 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:49.757 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:07:49.757 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888110972879353] [thread_id=1] [2024/05/06 22:07:49.758 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:07:49.758 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:07:49.760 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20180] [thread_id=1] [2024/05/06 22:07:49.761 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:07:49.761 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819979/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819978/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819977/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819976/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819975/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819974/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819973/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819972/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819971/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819970/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819969/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819968/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819967/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819966/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819965/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819964/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819963/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/824587/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/824587/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data] [thread_id=1] [2024/05/06 22:07:49.761 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data] [thread_id=1] [2024/05/06 22:07:49.762 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819979/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819978/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819977/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819976/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819975/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819974/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819973/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819972/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819971/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819970/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819969/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819968/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819967/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819966/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819965/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819964/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819963/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/824587/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/824587/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft] [thread_id=1] [2024/05/06 22:07:49.762 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft] [thread_id=1] [2024/05/06 22:07:49.762 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv1.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20160\",\"advertise-addr\":\"127.0.0.1:20160\",\"status-addr\":\"127.0.0.1:20180\",\"advertise-status-addr\":\"127.0.0.1:20180\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:07:49.763 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:07:49.764 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=0ns] [thread_id=17] [2024/05/06 22:07:49.764 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:07:49.764 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=18] [2024/05/06 22:07:49.764 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=17] [2024/05/06 22:07:49.764 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=17] [2024/05/06 22:07:49.771 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:07:49.771 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:07:49.772 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 229.628µs"] [thread_id=1] [2024/05/06 22:07:49.836 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:07:49.838 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:07:49.838 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:07:49.838 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/log-backup-temp] [thread_id=1] [2024/05/06 22:07:49.839 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=74] [2024/05/06 22:07:49.839 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:07:49.839 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:07:49.839 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:07:49.839 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=73] [2024/05/06 22:07:49.839 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:07:49.839 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=74] [2024/05/06 22:07:49.847 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 3 region_epoch { conf_ver: 1 version: 1 } peers { id: 4 store_id: 1 }"] [store_id=1] [thread_id=1] [2024/05/06 22:07:49.855 +08:00] [INFO] [raft_server.rs:404] ["bootstrap cluster ok"] [cluster_id=7365888110972879353] [thread_id=1] [2024/05/06 22:07:49.855 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 1 address: \"127.0.0.1:20160\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20160\" status_address: \"127.0.0.1:20180\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004469 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:07:49.859 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=1] [status=Some()] [thread_id=1] [2024/05/06 22:07:49.859 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:07:49.859 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=5] [thread_id=1] [2024/05/06 22:07:49.859 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=2] [thread_id=1] [2024/05/06 22:07:49.859 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=1] [thread_id=1] [2024/05/06 22:07:49.860 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:07:49.863 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:07:49.863 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=4] [region_id=3] [thread_id=1] [2024/05/06 22:07:49.863 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=4] [region_id=3] [thread_id=1] [2024/05/06 22:07:49.863 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=4] [region_id=3] [thread_id=1] [2024/05/06 22:07:49.863 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {4} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=4] [region_id=3] [thread_id=1] [2024/05/06 22:07:49.863 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 4."] [id=4] [raft_id=4] [region_id=3] [thread_id=1] [2024/05/06 22:07:49.863 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=4] [region_id=3] [thread_id=1] [2024/05/06 22:07:49.863 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=4] [region_id=3] [thread_id=1] [2024/05/06 22:07:49.863 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=4] [region_id=3] [thread_id=1] [2024/05/06 22:07:49.863 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=4] [region_id=3] [thread_id=1] [2024/05/06 22:07:49.863 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=228.959µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=1] [store_id=1] [thread_id=1] [2024/05/06 22:07:49.863 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=5.811µs] [garbage_range_count=2] [store_id=1] [thread_id=1] [2024/05/06 22:07:49.864 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803778] [region_id=3] [thread_id=101] [2024/05/06 22:07:49.865 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:07:49.865 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:07:49.865 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:07:49.865 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=3] [thread_id=31] [2024/05/06 22:07:49.868 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 3 region_epoch { conf_ver: 1 version: 1 } peers { id: 4 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:49.868 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(0)] [region=3] [thread_id=68] [2024/05/06 22:07:49.870 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:07:49.870 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:07:49.870 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:07:49.871 +08:00] [INFO] [deadlock.rs:761] ["became the leader of deadlock detector!"] [self_id=1] [thread_id=127] [2024/05/06 22:07:49.872 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20160] [thread_id=1] [2024/05/06 22:07:49.873 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=18] [2024/05/06 22:07:49.873 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=18] [2024/05/06 22:07:49.879 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:07:52.868 +08:00] [INFO] [pd.rs:1531] ["try to split"] [region_epoch="conf_ver: 1 version: 1"] [region_id=3] [thread_id=31] [2024/05/06 22:07:52.868 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=pd] [split_keys="4 keys range from 7200000000000000FB to 7800000100000000FB"] [peer_id=4] [region_id=3] [thread_id=101] [2024/05/06 22:07:52.869 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 3 region_epoch { conf_ver: 1 version: 1 } peers { id: 4 store_id: 1 }"] [new_region_ids="[new_region_id: 10 new_peer_ids: 11, new_region_id: 12 new_peer_ids: 13, new_region_id: 14 new_peer_ids: 15, new_region_id: 16 new_peer_ids: 17]"] [region_id=3] [thread_id=31] [2024/05/06 22:07:52.869 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7200000000000000FB new_region_id: 10 new_peer_ids: 11 } requests { split_key: 7200000100000000FB new_region_id: 12 new_peer_ids: 13 } requests { split_key: 7800000000000000FB new_region_id: 14 new_peer_ids: 15 } requests { split_key: 7800000100000000FB new_region_id: 16 new_peer_ids: 17 } right_derive: true }"] [index=7] [term=6] [peer_id=4] [region_id=3] [thread_id=103] [2024/05/06 22:07:52.869 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="4 keys range from 7200000000000000FB to 7800000100000000FB"] [region="id: 3 region_epoch { conf_ver: 1 version: 1 } peers { id: 4 store_id: 1 }"] [peer_id=4] [region_id=3] [thread_id=103] [2024/05/06 22:07:52.869 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=3] [thread_id=101] [2024/05/06 22:07:52.869 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:07:52.869 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=5] [peer_id=4] [region_id=3] [thread_id=101] [2024/05/06 22:07:52.869 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(0)] [region_id=3] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:07:52.869 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 1 }"] [region_id=10] [thread_id=101] [2024/05/06 22:07:52.869 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:07:52.869 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 4 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:52.869 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:07:52.869 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:07:52.869 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:07:52.869 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 11."] [id=11] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:07:52.869 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:07:52.869 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:07:52.869 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:07:52.869 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:07:52.870 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 1 }"] [region_id=12] [thread_id=101] [2024/05/06 22:07:52.870 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:07:52.870 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:07:52.870 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:07:52.870 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:07:52.870 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 13."] [id=13] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:07:52.870 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:07:52.870 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:07:52.870 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:07:52.870 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:07:52.870 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 1 }"] [region_id=14] [thread_id=101] [2024/05/06 22:07:52.870 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:07:52.870 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:07:52.870 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:07:52.870 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:07:52.870 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 15."] [id=15] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:07:52.870 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:07:52.870 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:07:52.870 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:07:52.870 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:07:52.870 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 17 store_id: 1 }"] [region_id=16] [thread_id=101] [2024/05/06 22:07:52.870 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:07:52.870 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:07:52.870 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:07:52.870 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:07:52.870 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 17."] [id=17] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:07:52.870 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:07:52.870 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:07:52.870 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:07:52.870 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:07:52.870 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=10] [thread_id=102] [2024/05/06 22:07:52.870 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=12] [thread_id=101] [2024/05/06 22:07:52.870 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=14] [thread_id=101] [2024/05/06 22:07:52.870 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=16] [thread_id=102] [2024/05/06 22:07:52.870 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=12] [thread_id=31] [2024/05/06 22:07:52.870 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=10] [thread_id=31] [2024/05/06 22:07:52.870 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:52.870 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=14] [thread_id=31] [2024/05/06 22:07:52.870 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 17 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:52.870 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:52.870 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=7] [observe_id=ObserveId(1)] [region=3] [thread_id=68] [2024/05/06 22:07:52.870 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:07:52.870 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=16] [thread_id=31] [2024/05/06 22:07:52.870 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(3)] [region=16] [thread_id=68] [2024/05/06 22:07:52.870 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(2)] [region=12] [thread_id=68] [2024/05/06 22:07:52.870 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(5)] [region=14] [thread_id=68] [2024/05/06 22:07:52.870 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(4)] [region=10] [thread_id=68] [2024/05/06 22:07:59.866 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:07:59.867 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 18 store_id: 5 role: Learner } change_type: AddLearnerNode]"] [region_id=10] [thread_id=31] [2024/05/06 22:07:59.867 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 18 store_id: 5 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:07:59.867 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 19 store_id: 5 role: Learner } change_type: AddLearnerNode]"] [region_id=12] [thread_id=31] [2024/05/06 22:07:59.867 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 20 store_id: 5 role: Learner } change_type: AddLearnerNode]"] [region_id=14] [thread_id=31] [2024/05/06 22:07:59.867 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 19 store_id: 5 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:07:59.867 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 20 store_id: 5 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:59.867 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 18 store_id: 5 role: Learner } } }"] [index=7] [term=6] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:07:59.867 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:07:59.867 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 5 role: Learner }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 18 store_id: 5 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:07:59.867 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 20 store_id: 5 role: Learner } } }"] [index=7] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:07:59.867 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 19 store_id: 5 role: Learner } } }"] [index=7] [term=6] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:07:59.867 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:07:59.867 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 21 store_id: 5 role: Learner } change_type: AddLearnerNode]"] [region_id=16] [thread_id=31] [2024/05/06 22:07:59.867 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 22 store_id: 5 role: Learner } change_type: AddLearnerNode]"] [region_id=3] [thread_id=31] [2024/05/06 22:07:59.867 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 role: Learner }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 19 store_id: 5 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:07:59.867 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:07:59.867 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 21 store_id: 5 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:07:59.867 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 22 store_id: 5 role: Learner }]"] [peer_id=4] [region_id=3] [thread_id=101] [2024/05/06 22:07:59.867 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 5 role: Learner }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 20 store_id: 5 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:07:59.868 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {18}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:59.868 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {19}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:07:59.868 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 21 store_id: 5 role: Learner } } }"] [index=7] [term=6] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:07:59.868 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:07:59.868 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 5 role: Learner }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 17 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 21 store_id: 5 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:07:59.868 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 22 store_id: 5 role: Learner } } }"] [index=8] [term=6] [peer_id=4] [region_id=3] [thread_id=103] [2024/05/06 22:07:59.868 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=4] [region_id=3] [thread_id=103] [2024/05/06 22:07:59.868 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 5 role: Learner }"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:59.868 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 5 role: Learner }"] [original_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 4 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 22 store_id: 5 role: Learner }]"] [peer_id=4] [region_id=3] [thread_id=103] [2024/05/06 22:07:59.868 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 role: Learner }"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:07:59.868 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {20}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:59.868 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }, learners: {21}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:07:59.868 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 5 role: Learner }"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:59.868 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 5 role: Learner }"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:07:59.868 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4} }, outgoing: Configuration { voters: {} } }, learners: {22}, learners_next: {}, auto_leave: false }"] [raft_id=4] [region_id=3] [thread_id=102] [2024/05/06 22:07:59.868 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 5 role: Learner }"] [peer_id=4] [region_id=3] [thread_id=102] [2024/05/06 22:07:59.869 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20161] [store_id=5] [thread_id=71] [2024/05/06 22:07:59.869 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=5] [addr=127.0.0.1:20161] [thread_id=71] [2024/05/06 22:07:59.870 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=10] [cost=1.064932ms] [addr=127.0.0.1:20161] [store_id=5] [thread_id=71] [2024/05/06 22:07:59.873 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(5)] [thread_id=7] [2024/05/06 22:07:59.873 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=19] [request_index=0] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:07:59.873 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=18] [request_index=0] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:59.873 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=21] [request_index=0] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:07:59.873 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=20] [request_index=0] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:59.873 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=22] [request_index=0] [peer_id=4] [region_id=3] [thread_id=101] [2024/05/06 22:07:59.874 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:07:59.874 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:07:59.874 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:07:59.874 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:07:59.874 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:07:59.874 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:07:59.874 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=660.12µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:07:59.874 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=615.756µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:07:59.874 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=18] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:07:59.874 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=20] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:59.874 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_3_6_8_(default|lock|write).sst] [region_id=3] [thread_id=84] [2024/05/06 22:07:59.874 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:07:59.874 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_3_6_8_(default|lock|write).sst] [region_id=3] [thread_id=84] [2024/05/06 22:07:59.874 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:07:59.874 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_3_6_8_(default|lock|write).sst] [region_id=3] [thread_id=84] [2024/05/06 22:07:59.874 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:07:59.874 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:07:59.875 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=332.624µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:07:59.875 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=360.818µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_3_6_8_(default|lock|write).sst] [region_id=3] [thread_id=84] [2024/05/06 22:07:59.875 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=22] [peer_id=4] [region_id=3] [thread_id=102] [2024/05/06 22:07:59.875 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=19] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:07:59.875 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:07:59.875 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:07:59.875 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:07:59.875 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:07:59.875 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:07:59.875 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=385.422µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:07:59.875 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:07:59.875 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=21] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:07:59.875 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:07:59.876 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.72868ms] [size=0] [snap_key=10_6_7] [region_id=10] [thread_id=133] [2024/05/06 22:07:59.876 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 18 store_id: 5 role: Learner"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:59.876 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.549783ms] [size=0] [snap_key=14_6_7] [region_id=14] [thread_id=132] [2024/05/06 22:07:59.876 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 20 store_id: 5 role: Learner"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:07:59.876 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.481397ms] [size=0] [snap_key=3_6_8] [region_id=3] [thread_id=130] [2024/05/06 22:07:59.876 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 22 store_id: 5 role: Learner"] [peer_id=4] [region_id=3] [thread_id=102] [2024/05/06 22:07:59.876 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.367561ms] [size=0] [snap_key=12_6_7] [region_id=12] [thread_id=131] [2024/05/06 22:07:59.876 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 19 store_id: 5 role: Learner"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:07:59.877 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.40051ms] [size=0] [snap_key=16_6_7] [region_id=16] [thread_id=131] [2024/05/06 22:07:59.877 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 21 store_id: 5 role: Learner"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:07:59.877 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 18 store_id: 5 }]"] [region_id=10] [thread_id=31] [2024/05/06 22:07:59.877 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 18 store_id: 5 }]"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:59.877 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 19 store_id: 5 }]"] [region_id=12] [thread_id=31] [2024/05/06 22:07:59.877 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 19 store_id: 5 }]"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:07:59.877 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 20 store_id: 5 }]"] [region_id=14] [thread_id=31] [2024/05/06 22:07:59.877 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 18 store_id: 5 } } }"] [index=8] [term=6] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:07:59.877 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:07:59.877 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 5 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 5 role: Learner }"] [changes="[peer { id: 18 store_id: 5 }]"] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:07:59.877 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 20 store_id: 5 }]"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:59.877 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 22 store_id: 5 }]"] [region_id=3] [thread_id=31] [2024/05/06 22:07:59.877 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 19 store_id: 5 } } }"] [index=8] [term=6] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:07:59.877 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:07:59.877 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 22 store_id: 5 }]"] [peer_id=4] [region_id=3] [thread_id=102] [2024/05/06 22:07:59.877 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 role: Learner }"] [changes="[peer { id: 19 store_id: 5 }]"] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:07:59.877 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 20 store_id: 5 } } }"] [index=8] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:07:59.877 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:07:59.877 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 5 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 5 role: Learner }"] [changes="[peer { id: 20 store_id: 5 }]"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:07:59.878 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 21 store_id: 5 }]"] [region_id=16] [thread_id=31] [2024/05/06 22:07:59.878 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {18, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:59.878 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 22 store_id: 5 } } }"] [index=9] [term=6] [peer_id=4] [region_id=3] [thread_id=104] [2024/05/06 22:07:59.878 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 21 store_id: 5 }]"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:07:59.878 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=4] [region_id=3] [thread_id=104] [2024/05/06 22:07:59.878 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 5 }"] [original_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 5 role: Learner }"] [changes="[peer { id: 22 store_id: 5 }]"] [peer_id=4] [region_id=3] [thread_id=104] [2024/05/06 22:07:59.878 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 5 }"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:59.878 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:59.878 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:07:59.878 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 21 store_id: 5 } } }"] [index=8] [term=6] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:07:59.878 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:07:59.878 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 5 }"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:59.878 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 5 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 5 role: Learner }"] [changes="[peer { id: 21 store_id: 5 }]"] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:07:59.878 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 }"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:07:59.878 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4, 22} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=4] [region_id=3] [thread_id=101] [2024/05/06 22:07:59.878 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 5 }"] [peer_id=4] [region_id=3] [thread_id=101] [2024/05/06 22:07:59.878 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 21} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:07:59.878 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 5 }"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:07:59.888 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 23 store_id: 2 role: Learner } change_type: AddLearnerNode]"] [region_id=10] [thread_id=31] [2024/05/06 22:07:59.888 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 24 store_id: 2 role: Learner } change_type: AddLearnerNode]"] [region_id=12] [thread_id=31] [2024/05/06 22:07:59.888 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 2 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:07:59.888 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 2 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:07:59.888 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 25 store_id: 2 role: Learner } change_type: AddLearnerNode]"] [region_id=14] [thread_id=31] [2024/05/06 22:07:59.888 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 2 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:07:59.888 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 26 store_id: 2 role: Learner } change_type: AddLearnerNode]"] [region_id=16] [thread_id=31] [2024/05/06 22:07:59.888 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 26 store_id: 2 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:07:59.888 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 24 store_id: 2 role: Learner } } }"] [index=9] [term=6] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:07:59.888 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 23 store_id: 2 role: Learner } } }"] [index=9] [term=6] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:07:59.888 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:07:59.888 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:07:59.888 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 24 store_id: 2 role: Learner }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 }"] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 2 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:07:59.888 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 5 } peers { id: 23 store_id: 2 role: Learner }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 5 }"] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 2 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:07:59.888 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 27 store_id: 2 role: Learner } change_type: AddLearnerNode]"] [region_id=3] [thread_id=31] [2024/05/06 22:07:59.888 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 25 store_id: 2 role: Learner } } }"] [index=9] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:07:59.888 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:07:59.888 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 27 store_id: 2 role: Learner }]"] [peer_id=4] [region_id=3] [thread_id=102] [2024/05/06 22:07:59.888 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 5 } peers { id: 25 store_id: 2 role: Learner }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 5 }"] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 2 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:07:59.888 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 27 store_id: 2 role: Learner } } }"] [index=10] [term=6] [peer_id=4] [region_id=3] [thread_id=103] [2024/05/06 22:07:59.888 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {18, 11} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:07:59.888 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=4] [region_id=3] [thread_id=103] [2024/05/06 22:07:59.888 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 5 } peers { id: 27 store_id: 2 role: Learner }"] [original_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 5 }"] [changes="[change_type: AddLearnerNode peer { id: 27 store_id: 2 role: Learner }]"] [peer_id=4] [region_id=3] [thread_id=103] [2024/05/06 22:07:59.888 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 5 } peers { id: 23 store_id: 2 role: Learner }"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:07:59.889 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 26 store_id: 2 role: Learner } } }"] [index=9] [term=6] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:07:59.889 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:07:59.889 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 5 } peers { id: 26 store_id: 2 role: Learner }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 5 }"] [changes="[change_type: AddLearnerNode peer { id: 26 store_id: 2 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:07:59.889 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 19} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:07:59.889 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 24 store_id: 2 role: Learner }"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:07:59.889 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4, 22} }, outgoing: Configuration { voters: {} } }, learners: {27}, learners_next: {}, auto_leave: false }"] [raft_id=4] [region_id=3] [thread_id=102] [2024/05/06 22:07:59.889 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 15} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:07:59.889 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 5 } peers { id: 27 store_id: 2 role: Learner }"] [peer_id=4] [region_id=3] [thread_id=102] [2024/05/06 22:07:59.889 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 21} }, outgoing: Configuration { voters: {} } }, learners: {26}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:07:59.889 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 5 } peers { id: 25 store_id: 2 role: Learner }"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:07:59.889 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 5 } peers { id: 26 store_id: 2 role: Learner }"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:07:59.890 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20162] [store_id=2] [thread_id=71] [2024/05/06 22:07:59.890 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=2] [addr=127.0.0.1:20162] [thread_id=71] [2024/05/06 22:07:59.890 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=10] [cost=657.633µs] [addr=127.0.0.1:20162] [store_id=2] [thread_id=71] [2024/05/06 22:07:59.892 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(2)] [thread_id=8] [2024/05/06 22:07:59.893 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=24] [request_index=0] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:07:59.893 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=25] [request_index=0] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:07:59.893 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=23] [request_index=0] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:59.893 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=26] [request_index=0] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:07:59.893 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=27] [request_index=0] [peer_id=4] [region_id=3] [thread_id=101] [2024/05/06 22:07:59.893 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:07:59.893 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:07:59.893 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:07:59.893 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:07:59.893 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:07:59.893 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:07:59.894 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=400.077µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:07:59.894 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=433.168µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:07:59.894 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=26] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:07:59.894 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=24] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:07:59.894 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:07:59.894 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:07:59.894 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:07:59.894 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:07:59.894 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:07:59.894 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:07:59.894 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:07:59.894 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=360.685µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:07:59.894 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=358.549µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:07:59.894 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:07:59.894 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=25] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:07:59.894 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_3_6_10_(default|lock|write).sst] [region_id=3] [thread_id=83] [2024/05/06 22:07:59.894 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=23] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:07:59.894 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:07:59.894 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_3_6_10_(default|lock|write).sst] [region_id=3] [thread_id=83] [2024/05/06 22:07:59.894 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_3_6_10_(default|lock|write).sst] [region_id=3] [thread_id=83] [2024/05/06 22:07:59.894 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:07:59.894 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=359.614µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_3_6_10_(default|lock|write).sst] [region_id=3] [thread_id=83] [2024/05/06 22:07:59.895 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=27] [peer_id=4] [region_id=3] [thread_id=102] [2024/05/06 22:07:59.895 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:07:59.896 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.577898ms] [size=0] [snap_key=16_6_9] [region_id=16] [thread_id=130] [2024/05/06 22:07:59.896 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 26 store_id: 2 role: Learner"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:07:59.896 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.553241ms] [size=0] [snap_key=14_6_9] [region_id=14] [thread_id=131] [2024/05/06 22:07:59.896 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.390737ms] [size=0] [snap_key=10_6_9] [region_id=10] [thread_id=132] [2024/05/06 22:07:59.896 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=2.013209ms] [size=0] [snap_key=12_6_9] [region_id=12] [thread_id=133] [2024/05/06 22:07:59.896 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 25 store_id: 2 role: Learner"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:59.896 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 23 store_id: 2 role: Learner"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:59.896 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 24 store_id: 2 role: Learner"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:07:59.896 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.457153ms] [size=0] [snap_key=3_6_10] [region_id=3] [thread_id=133] [2024/05/06 22:07:59.896 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 27 store_id: 2 role: Learner"] [peer_id=4] [region_id=3] [thread_id=102] [2024/05/06 22:07:59.896 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 25 store_id: 2 }]"] [region_id=14] [thread_id=31] [2024/05/06 22:07:59.896 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 25 store_id: 2 }]"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:07:59.897 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 26 store_id: 2 }]"] [region_id=16] [thread_id=31] [2024/05/06 22:07:59.897 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 26 store_id: 2 }]"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:07:59.897 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 24 store_id: 2 }]"] [region_id=12] [thread_id=31] [2024/05/06 22:07:59.897 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 24 store_id: 2 }]"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 2 } } }"] [index=10] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 5 } peers { id: 25 store_id: 2 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 5 } peers { id: 25 store_id: 2 role: Learner }"] [changes="[peer { id: 25 store_id: 2 }]"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 26 store_id: 2 } } }"] [index=10] [term=6] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 5 } peers { id: 26 store_id: 2 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 5 } peers { id: 26 store_id: 2 role: Learner }"] [changes="[peer { id: 26 store_id: 2 }]"] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:07:59.897 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 23 store_id: 2 }]"] [region_id=10] [thread_id=31] [2024/05/06 22:07:59.897 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 23 store_id: 2 }]"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:07:59.897 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 27 store_id: 2 }]"] [region_id=3] [thread_id=31] [2024/05/06 22:07:59.897 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 27 store_id: 2 }]"] [peer_id=4] [region_id=3] [thread_id=102] [2024/05/06 22:07:59.897 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 25, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 2 } } }"] [index=10] [term=6] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:07:59.897 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 5 } peers { id: 25 store_id: 2 }"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 24 store_id: 2 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 24 store_id: 2 role: Learner }"] [changes="[peer { id: 24 store_id: 2 }]"] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:07:59.897 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 21, 26} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:07:59.897 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 5 } peers { id: 26 store_id: 2 }"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 27 store_id: 2 } } }"] [index=11] [term=6] [peer_id=4] [region_id=3] [thread_id=104] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=4] [region_id=3] [thread_id=104] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 5 } peers { id: 27 store_id: 2 }"] [original_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 5 } peers { id: 27 store_id: 2 role: Learner }"] [changes="[peer { id: 27 store_id: 2 }]"] [peer_id=4] [region_id=3] [thread_id=104] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 2 } } }"] [index=10] [term=6] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 5 } peers { id: 23 store_id: 2 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 5 } peers { id: 23 store_id: 2 role: Learner }"] [changes="[peer { id: 23 store_id: 2 }]"] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:07:59.897 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {24, 13, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:07:59.897 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 24 store_id: 2 }"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:07:59.897 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4, 22, 27} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=4] [region_id=3] [thread_id=102] [2024/05/06 22:07:59.897 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {23, 18, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:07:59.897 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 5 } peers { id: 27 store_id: 2 }"] [peer_id=4] [region_id=3] [thread_id=102] [2024/05/06 22:07:59.897 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 5 } peers { id: 23 store_id: 2 }"] [peer_id=11] [region_id=10] [thread_id=101] ==> ./tikv3.log <== [2024/05/06 22:07:45.403 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:07:45.403 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:07:45.403 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:07:45.403 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:07:45.404 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:07:45.404 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:07:45.404 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:07:45.404 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:07:45.404 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:07:45.404 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:07:45.404 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:07:45.404 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={63, 64, 65, 70, 60, 14, 71, 16, 15, 13, 50, 52, 26, 29, 4, 36, 44, 27, 49, 33, 69, 32, 67, 54, 51, 31, 58, 3, 62, 20, 9, 6, 7, 18, 53, 35, 8, 24, 10, 66, 28, 34, 30, 41, 48, 5, 19, 56, 61, 1, 37, 45, 68, 21, 12, 40, 43, 46, 22, 17, 55, 38, 39, 47, 11, 25, 23, 57, 59, 42, 0, 2}"] [thread_id=1] [2024/05/06 22:07:45.404 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:07:45.404 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 128, expect 32768"] [thread_id=1] [2024/05/06 22:07:45.404 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:07:45.404 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:07:45.406 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:45.406 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:07:45.406 +08:00] [INFO] [] ["subchannel 0x7f9ac544d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f9ac54afb88, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f9ac5437e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f9ac54d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004465.406494801\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:07:45.406 +08:00] [INFO] [] ["subchannel 0x7f9ac544d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f9ac54afb88, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f9ac5437e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f9ac54d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:07:45.406 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:45.406 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:45.407 +08:00] [INFO] [] ["subchannel 0x7f9ac544dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f9ac54afb88, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f9ac5437e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f9ac54d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004465.406984305\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:07:45.407 +08:00] [INFO] [] ["subchannel 0x7f9ac544dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f9ac54afb88, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f9ac5437e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f9ac54d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:07:45.407 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:45.407 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:45.407 +08:00] [INFO] [] ["subchannel 0x7f9ac544e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f9ac54afb88, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f9ac5437e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f9ac54d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004465.407301072\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:07:45.407 +08:00] [INFO] [] ["subchannel 0x7f9ac544e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f9ac54afb88, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f9ac5437e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f9ac54d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:07:45.407 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:45.407 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:07:45.708 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:47.709 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:47.709 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:49.451 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:49.753 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:07:49.754 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:49.755 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:49.756 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:07:49.756 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:49.757 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:07:49.757 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:07:49.757 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888110972879353] [thread_id=1] [2024/05/06 22:07:49.758 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:07:49.758 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:07:49.760 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20182] [thread_id=1] [2024/05/06 22:07:49.761 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:07:49.761 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819979/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819978/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819977/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819976/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819975/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819974/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819973/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819972/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819971/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819970/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819969/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819968/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819967/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819966/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819965/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819964/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819963/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/824587/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/824587/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data] [thread_id=1] [2024/05/06 22:07:49.761 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data] [thread_id=1] [2024/05/06 22:07:49.762 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819979/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819978/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819977/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819976/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819975/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819974/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819973/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819972/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819971/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819970/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819969/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819968/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819967/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819966/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819965/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819964/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/819963/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/824587/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/824587/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft] [thread_id=1] [2024/05/06 22:07:49.762 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft] [thread_id=1] [2024/05/06 22:07:49.762 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv3.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20162\",\"advertise-addr\":\"127.0.0.1:20162\",\"status-addr\":\"127.0.0.1:20182\",\"advertise-status-addr\":\"127.0.0.1:20182\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:07:49.763 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:07:49.763 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=0ns] [thread_id=18] [2024/05/06 22:07:49.764 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=17] [2024/05/06 22:07:49.764 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:07:49.764 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=18] [2024/05/06 22:07:49.764 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=18] [2024/05/06 22:07:49.771 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:07:49.771 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:07:49.772 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 233.484µs"] [thread_id=1] [2024/05/06 22:07:49.838 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:07:49.840 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:07:49.840 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:07:49.841 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/log-backup-temp] [thread_id=1] [2024/05/06 22:07:49.841 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=74] [2024/05/06 22:07:49.841 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:07:49.842 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:07:49.842 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:07:49.842 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=73] [2024/05/06 22:07:49.842 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:07:49.842 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=74] [2024/05/06 22:07:49.849 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 6 region_epoch { conf_ver: 1 version: 1 } peers { id: 7 store_id: 2 }"] [store_id=2] [thread_id=1] [2024/05/06 22:07:49.853 +08:00] [INFO] [raft_server.rs:416] ["cluster is already bootstrapped"] [cluster_id=7365888110972879353] [thread_id=1] [2024/05/06 22:07:49.854 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 2 address: \"127.0.0.1:20162\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20162\" status_address: \"127.0.0.1:20182\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004469 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:07:49.857 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=2] [status=Some()] [thread_id=1] [2024/05/06 22:07:49.858 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:07:49.858 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=5] [thread_id=1] [2024/05/06 22:07:49.858 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=2] [thread_id=1] [2024/05/06 22:07:49.858 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=2] [thread_id=1] [2024/05/06 22:07:49.859 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:07:49.862 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:07:49.862 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=66.367µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=0] [store_id=2] [thread_id=1] [2024/05/06 22:07:49.862 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=55.104µs] [garbage_range_count=1] [store_id=2] [thread_id=1] [2024/05/06 22:07:49.864 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:07:49.864 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:07:49.864 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:07:49.868 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:07:49.868 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:07:49.869 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:07:49.871 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=18] [2024/05/06 22:07:49.872 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=18] [2024/05/06 22:07:49.872 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20162] [thread_id=1] [2024/05/06 22:07:49.879 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:07:59.866 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:07:59.890 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(1)] [thread_id=7] [2024/05/06 22:07:59.891 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=11] [store_id=2] [peer_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:07:59.891 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:07:59.891 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:07:59.891 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:07:59.891 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 23."] [id=23] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:07:59.891 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=13] [store_id=2] [peer_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:07:59.891 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:07:59.891 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:07:59.891 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:07:59.891 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 24."] [id=24] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:07:59.891 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=4] [store_id=2] [peer_id=27] [region_id=3] [thread_id=102] [2024/05/06 22:07:59.891 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=27] [region_id=3] [thread_id=102] [2024/05/06 22:07:59.891 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=27] [region_id=3] [thread_id=102] [2024/05/06 22:07:59.891 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=27] [region_id=3] [thread_id=102] [2024/05/06 22:07:59.891 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 11"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=11] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:07:59.891 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 27."] [id=27] [raft_id=27] [region_id=3] [thread_id=102] [2024/05/06 22:07:59.891 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:07:59.891 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=15] [store_id=2] [peer_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:07:59.891 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:07:59.891 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:07:59.891 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:07:59.891 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 25."] [id=25] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:07:59.891 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=17] [store_id=2] [peer_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:07:59.891 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:07:59.891 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:07:59.891 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:07:59.891 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 26."] [id=26] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:07:59.891 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 13"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=13] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:07:59.891 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:07:59.892 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 4"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=4] [raft_id=27] [region_id=3] [thread_id=102] [2024/05/06 22:07:59.892 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=27] [region_id=3] [thread_id=102] [2024/05/06 22:07:59.892 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 15"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=15] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:07:59.892 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:07:59.892 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 17"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=17] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:07:59.892 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:07:59.892 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20160] [store_id=1] [thread_id=71] [2024/05/06 22:07:59.892 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=1] [addr=127.0.0.1:20160] [thread_id=71] [2024/05/06 22:07:59.892 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=5] [cost=762.001µs] [addr=127.0.0.1:20160] [store_id=1] [thread_id=71] [2024/05/06 22:07:59.895 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=133] [2024/05/06 22:07:59.895 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=130] [2024/05/06 22:07:59.895 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=131] [2024/05/06 22:07:59.895 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_16_6_9_(default|lock|write).sst] [snap_key=16_6_9] [thread_id=133] [2024/05/06 22:07:59.895 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_14_6_9_(default|lock|write).sst] [snap_key=14_6_9] [thread_id=130] [2024/05/06 22:07:59.895 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=129] [2024/05/06 22:07:59.895 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_10_6_9_(default|lock|write).sst] [snap_key=10_6_9] [thread_id=131] [2024/05/06 22:07:59.895 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_12_6_9_(default|lock|write).sst] [snap_key=12_6_9] [thread_id=129] [2024/05/06 22:07:59.895 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=572.229µs] [snap_key=14_6_9] [thread_id=130] [2024/05/06 22:07:59.895 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=649.011µs] [snap_key=16_6_9] [thread_id=133] [2024/05/06 22:07:59.895 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:07:59.895 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=589.644µs] [snap_key=10_6_9] [thread_id=131] [2024/05/06 22:07:59.895 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 15} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:07:59.895 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:07:59.895 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:07:59.895 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:07:59.895 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 21} }, outgoing: Configuration { voters: {} } }, learners: {26}, learners_next: {}, auto_leave: false }"] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:07:59.895 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:07:59.895 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:07:59.895 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:07:59.895 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:07:59.895 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=133] [2024/05/06 22:07:59.895 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 5 } peers { id: 25 store_id: 2 role: Learner }"] [peer_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:07:59.895 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=521.569µs] [snap_key=12_6_9] [thread_id=129] [2024/05/06 22:07:59.895 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 5 } peers { id: 26 store_id: 2 role: Learner }"] [peer_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:07:59.895 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:07:59.895 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_3_6_10_(default|lock|write).sst] [snap_key=3_6_10] [thread_id=133] [2024/05/06 22:07:59.895 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {18, 11} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:07:59.895 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:07:59.895 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:07:59.896 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:07:59.896 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:07:59.896 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 19} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:07:59.896 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:07:59.896 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:07:59.896 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 5 } peers { id: 23 store_id: 2 role: Learner }"] [peer_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:07:59.896 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:07:59.896 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 24 store_id: 2 role: Learner }"] [peer_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:07:59.896 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 5 } peers { id: 25 store_id: 2 role: Learner }"] [peer_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:07:59.896 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=390.967µs] [snap_key=3_6_10] [thread_id=133] [2024/05/06 22:07:59.896 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=25] [region_id=14] [thread_id=80] [2024/05/06 22:07:59.896 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 10, term: 6]"] [snapshot_term=6] [snapshot_index=10] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=27] [region_id=3] [thread_id=101] [2024/05/06 22:07:59.896 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4, 22} }, outgoing: Configuration { voters: {} } }, learners: {27}, learners_next: {}, auto_leave: false }"] [raft_id=27] [region_id=3] [thread_id=101] [2024/05/06 22:07:59.896 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=10] [last_term=6] [last_index=10] [commit=10] [raft_id=27] [region_id=3] [thread_id=101] [2024/05/06 22:07:59.896 +08:00] [INFO] [raft.rs:2549] ["[commit: 10, term: 6] restored snapshot [index: 10, term: 6]"] [snapshot_term=6] [snapshot_index=10] [commit=10] [term=6] [raft_id=27] [region_id=3] [thread_id=101] [2024/05/06 22:07:59.896 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=27] [region_id=3] [thread_id=101] [2024/05/06 22:07:59.896 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 10 truncated_state { index: 10 term: 6 }"] [region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 5 } peers { id: 27 store_id: 2 role: Learner }"] [peer_id=27] [region_id=3] [thread_id=101] [2024/05/06 22:07:59.896 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:07:59.896 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 5 } peers { id: 26 store_id: 2 role: Learner }"] [peer_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:07:59.896 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 24 store_id: 2 role: Learner }"] [peer_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:07:59.896 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 5 } peers { id: 23 store_id: 2 role: Learner }"] [peer_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:07:59.896 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=129.123µs] [region_id=14] [thread_id=80] [2024/05/06 22:07:59.896 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 5 } peers { id: 27 store_id: 2 role: Learner }"] [peer_id=27] [region_id=3] [thread_id=101] [2024/05/06 22:07:59.896 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=26] [region_id=16] [thread_id=80] [2024/05/06 22:07:59.896 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:07:59.896 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=19.375µs] [region_id=16] [thread_id=80] [2024/05/06 22:07:59.896 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=24] [region_id=12] [thread_id=80] [2024/05/06 22:07:59.896 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:07:59.896 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=19.347µs] [region_id=12] [thread_id=80] [2024/05/06 22:07:59.896 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=23] [region_id=10] [thread_id=80] [2024/05/06 22:07:59.896 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:07:59.896 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=16.116µs] [region_id=10] [thread_id=80] [2024/05/06 22:07:59.897 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=27] [region_id=3] [thread_id=80] [2024/05/06 22:07:59.897 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:07:59.897 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=18.325µs] [region_id=3] [thread_id=80] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 2 } } }"] [index=10] [term=6] [peer_id=25] [region_id=14] [thread_id=103] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=25] [region_id=14] [thread_id=103] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 26 store_id: 2 } } }"] [index=10] [term=6] [peer_id=26] [region_id=16] [thread_id=104] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=26] [region_id=16] [thread_id=104] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 5 } peers { id: 25 store_id: 2 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 5 } peers { id: 25 store_id: 2 role: Learner }"] [changes="[peer { id: 25 store_id: 2 }]"] [peer_id=25] [region_id=14] [thread_id=103] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 5 } peers { id: 26 store_id: 2 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 5 } peers { id: 26 store_id: 2 role: Learner }"] [changes="[peer { id: 26 store_id: 2 }]"] [peer_id=26] [region_id=16] [thread_id=104] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 2 } } }"] [index=10] [term=6] [peer_id=24] [region_id=12] [thread_id=103] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=24] [region_id=12] [thread_id=103] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 24 store_id: 2 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 24 store_id: 2 role: Learner }"] [changes="[peer { id: 24 store_id: 2 }]"] [peer_id=24] [region_id=12] [thread_id=103] [2024/05/06 22:07:59.897 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 21, 26} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 27 store_id: 2 } } }"] [index=11] [term=6] [peer_id=27] [region_id=3] [thread_id=104] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=27] [region_id=3] [thread_id=104] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 5 } peers { id: 27 store_id: 2 }"] [original_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 5 } peers { id: 27 store_id: 2 role: Learner }"] [changes="[peer { id: 27 store_id: 2 }]"] [peer_id=27] [region_id=3] [thread_id=104] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 2 } } }"] [index=10] [term=6] [peer_id=23] [region_id=10] [thread_id=104] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=23] [region_id=10] [thread_id=104] [2024/05/06 22:07:59.897 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 5 } peers { id: 23 store_id: 2 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 5 } peers { id: 23 store_id: 2 role: Learner }"] [changes="[peer { id: 23 store_id: 2 }]"] [peer_id=23] [region_id=10] [thread_id=104] [2024/05/06 22:07:59.897 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 25, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:07:59.897 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {24, 13, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:07:59.897 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4, 22, 27} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=27] [region_id=3] [thread_id=101] [2024/05/06 22:07:59.897 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {23, 18, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:49.864 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=3_6_10] [peer_id=27] [region_id=3] [thread_id=101] [2024/05/06 22:08:49.864 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=10_6_9] [peer_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:49.864 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=12_6_9] [peer_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:49.864 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=14_6_9] [peer_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:49.864 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=16_6_9] [peer_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:49.864 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:08:49.864 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:08:49.864 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:08:49.864 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:08:49.864 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] + find . -name '*.out' -type f -exec tail -n 500 '{}' + [Pipeline] archiveArtifacts Analyzing: target //tests/realtikvtest/addindextest4:addindextest4_test (1 packages loaded, 0 targets configured) Archiving artifacts Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 6.528s, Critical Path: 2.56s INFO: 339 processes: 336 remote cache hit, 3 internal. INFO: Build completed successfully, 339 total actions INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb && bazel-bin/tools/tazel/tazel_/tazel ' [Pipeline] } Analyzing: target //tests/realtikvtest/importintotest2:importintotest2_test (790 packages loaded, 13425 targets configured) [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } Analyzing: target //tests/realtikvtest/addindextest3:addindextest3_test (1 packages loaded, 0 targets configured) [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } Analyzing: target //tests/realtikvtest/brietest:brietest_test (1398 packages loaded, 19128 targets configured) [Pipeline] // node [Pipeline] } Analyzing: target //tests/realtikvtest/importintotest:importintotest_test (716 packages loaded, 12717 targets configured) [Pipeline] // podTemplate Analyzing: target //tests/realtikvtest/addindextest:addindextest_test (856 packages loaded, 13940 targets configured) Analyzing: target //tests/realtikvtest/addindextest2:addindextest2_test (1413 packages loaded, 18734 targets configured) [Pipeline] } [575 / 607] [Prepa] GoCompilePkg external/com_github_tikv_pd_client/tsoutil/tsoutil.a ... (3 actions, 0 running) [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Analyzing: target //tests/realtikvtest/pessimistictest:pessimistictest_test (1398 packages loaded, 18759 targets configured) [Pipeline] } [19 / 1,542] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 11.0 MiB / 17.2 MiB; 1s remote-cache ... (3 actions, 0 running) Analyzing: target //tests/realtikvtest/importintotest2:importintotest2_test (960 packages loaded, 15439 targets configured) Analyzing: target //tests/realtikvtest/addindextest3:addindextest3_test (416 packages loaded, 3813 targets configured) Analyzing: target //tests/realtikvtest/addindextest4:addindextest4_test (471 packages loaded, 1483 targets configured) Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 8.150s, Critical Path: 2.52s INFO: 339 processes: 336 remote cache hit, 3 internal. INFO: Build completed successfully, 339 total actions INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb && bazel-bin/tools/tazel/tazel_/tazel ' Analyzing: target //tests/realtikvtest/brietest:brietest_test (1403 packages loaded, 19403 targets configured) bazel --output_user_root=/home/jenkins/.tidb/tmp coverage --config=ci --repository_cache=/share/.cache/bazel-repository-cache --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... --test_output=all --test_arg=-with-real-tikv --define gotags=deadlock,intest \ --@io_bazel_rules_go//go/config:cover_format=go_cover \ -- //tests/realtikvtest/importintotest4/... Analyzing: target //tests/realtikvtest/addindextest:addindextest_test (999 packages loaded, 15375 targets configured) [22 / 1,542] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 2s remote-cache ... (2 actions, 0 running) Analyzing: target //tests/realtikvtest/importintotest2:importintotest2_test (1063 packages loaded, 16369 targets configured) Analyzing: target //tests/realtikvtest/importintotest:importintotest_test (859 packages loaded, 14198 targets configured) INFO: Analyzed target //tests/realtikvtest/brietest:brietest_test (1497 packages loaded, 20042 targets configured). INFO: Found 1 test target... [0 / 11] [Prepa] Writing file tests/realtikvtest/brietest/brietest_test/baseline_coverage.dat ... (3 actions, 0 running) INFO: Analyzed target //tests/realtikvtest/addindextest2:addindextest2_test (1515 packages loaded, 19787 targets configured).  checking cached actions INFO: Found 1 test target... [0 / 13] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (3 actions, 0 running) Analyzing: target //tests/realtikvtest/addindextest3:addindextest3_test (697 packages loaded, 11794 targets configured) Analyzing: target //tests/realtikvtest/addindextest4:addindextest4_test (685 packages loaded, 11997 targets configured) Analyzing: target //tests/realtikvtest/pessimistictest:pessimistictest_test (1462 packages loaded, 19371 targets configured) INFO: Analyzed target //tests/realtikvtest/pessimistictest:pessimistictest_test (1497 packages loaded, 19673 targets configured). INFO: Found 1 test target... [0 / 13] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (3 actions, 0 running) bazel --output_user_root=/home/jenkins/.tidb/tmp coverage --config=ci --repository_cache=/share/.cache/bazel-repository-cache --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... --test_output=all --test_arg=-with-real-tikv --define gotags=deadlock,intest \ --@io_bazel_rules_go//go/config:cover_format=go_cover \ -- //tests/realtikvtest/importintotest3/... INFO: Invocation ID: a7354216-4d80-4f40-a07d-098d8a1845e0 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'coverage' from /data/..2024_05_06_14_05_31.1706460609/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'coverage' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'test' options: --test_output=errors --test_summary=detailed INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=268435456 --test_timeout=150,300,900,3600 Loading: Loading: Loading: 0 packages loaded INFO: Build options --@io_bazel_rules_go//go/config:cover_format, --collect_code_coverage, --define, and 4 more have changed, discarding analysis cache. [346 / 1,542] GoCompilePkg external/com_sourcegraph_sourcegraph_appdash/appdash.a; Downloading external/com_sourcegraph_sourcegraph_appdash/appdash.a, 239.8 KiB / 1.2 MiB; 0s remote-cache ... (8 actions, 0 running) Analyzing: target //tests/realtikvtest/importintotest:importintotest_test (957 packages loaded, 15091 targets configured) Analyzing: target //tests/realtikvtest/addindextest:addindextest_test (1076 packages loaded, 16165 targets configured) Analyzing: target //tests/realtikvtest/addindextest3:addindextest3_test (844 packages loaded, 13955 targets configured) Analyzing: target //tests/realtikvtest/addindextest4:addindextest4_test (798 packages loaded, 13839 targets configured) Analyzing: target //tests/realtikvtest/importintotest3:importintotest3_test (1 packages loaded, 0 targets configured) INFO: Invocation ID: fceeb1a4-d1c3-4e7b-bb6b-7d2e8cc6d4b9 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'coverage' from /data/..2024_05_06_14_05_33.4185655657/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'coverage' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: Inherited 'test' options: --test_output=errors --test_summary=detailed INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=268435456 --test_timeout=150,300,900,3600 Loading: Analyzing: target //tests/realtikvtest/importintotest2:importintotest2_test (1150 packages loaded, 17247 targets configured) [24 / 1,547] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64_race/net/http.a, 4.0 MiB / 8.3 MiB; 0s remote-cache ... (3 actions, 0 running) [19 / 1,560] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 10.5 MiB / 17.2 MiB; 1s remote-cache ... (3 actions, 0 running) Loading: Loading: 0 packages loaded INFO: Build options --@io_bazel_rules_go//go/config:cover_format, --collect_code_coverage, --define, and 4 more have changed, discarding analysis cache. [19 / 1,542] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 9.0 MiB / 17.2 MiB; 0s remote-cache ... (3 actions, 0 running) Analyzing: target //tests/realtikvtest/importintotest4:importintotest4_test (1 packages loaded, 0 targets configured) Analyzing: target //tests/realtikvtest/importintotest:importintotest_test (1045 packages loaded, 16198 targets configured) Analyzing: target //tests/realtikvtest/addindextest:addindextest_test (1123 packages loaded, 16550 targets configured) Analyzing: target //tests/realtikvtest/addindextest4:addindextest4_test (945 packages loaded, 15275 targets configured) Analyzing: target //tests/realtikvtest/importintotest3:importintotest3_test (55 packages loaded, 488 targets configured) [791 / 1,542] GoCompilePkg external/com_github_golang_jwt_jwt_v5/jwt.a; Downloading external/com_github_golang_jwt_jwt_v5/jwt.a, 607.8 KiB / 814.3 KiB; 0s remote-cache ... (8 actions, 0 running) Analyzing: target //tests/realtikvtest/importintotest2:importintotest2_test (1173 packages loaded, 17384 targets configured) [24 / 1,547] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 16.0 MiB / 17.2 MiB; 1s remote-cache ... (3 actions, 0 running) [21 / 1,560] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net/http.a, 7.2 MiB / 7.3 MiB; 2s remote-cache ... (3 actions, 0 running) Analyzing: target //tests/realtikvtest/addindextest3:addindextest3_test (979 packages loaded, 15214 targets configured) [20 / 1,542] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 15.1 MiB / 17.2 MiB; 1s remote-cache ... (3 actions, 0 running) Analyzing: target //tests/realtikvtest/addindextest:addindextest_test (1251 packages loaded, 17771 targets configured) Analyzing: target //tests/realtikvtest/addindextest4:addindextest4_test (1071 packages loaded, 16033 targets configured) [1,102 / 1,542] GoCompilePkg external/com_google_cloud_go_storage/internal/apiv2/storagepb/storagepb.a; Downloading external/com_google_cloud_go_storage/internal/apiv2/storagepb/storagepb.a, 2.0 MiB / 3.1 MiB; 0s remote-cache ... (8 actions, 0 running) Analyzing: target //tests/realtikvtest/importintotest:importintotest_test (1125 packages loaded, 16897 targets configured) Analyzing: target //tests/realtikvtest/importintotest4:importintotest4_test (374 packages loaded, 10888 targets configured) [67 / 1,547] GoCompilePkg external/org_golang_x_tools/internal/gcimporter/gcimporter.a [for tool]; 0s remote-cache ... (7 actions, 0 running) [209 / 1,560] [Prepa] GoCompilePkg build/linter/staticcheck/SA6005.a [for tool] Analyzing: target //tests/realtikvtest/addindextest3:addindextest3_test (1108 packages loaded, 16528 targets configured) Analyzing: target //tests/realtikvtest/importintotest3:importintotest3_test (432 packages loaded, 2554 targets configured) Analyzing: target //tests/realtikvtest/importintotest2:importintotest2_test (1293 packages loaded, 17948 targets configured) [314 / 1,542] GoCompilePkg external/org_uber_go_zap/zapcore/zapcore.a; 0s remote-cache ... (8 actions, 0 running) [1,218 / 1,542] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 44.0 MiB / 69.8 MiB; 0s remote-cache ... (6 actions, 0 running) Analyzing: target //tests/realtikvtest/importintotest:importintotest_test (1244 packages loaded, 17515 targets configured) Analyzing: target //tests/realtikvtest/importintotest4:importintotest4_test (639 packages loaded, 12061 targets configured) [536 / 1,547] GoCompilePkg external/io_opencensus_go/plugin/ochttp/ochttp.a; 0s remote-cache ... (7 actions, 0 running) Analyzing: target //tests/realtikvtest/addindextest4:addindextest4_test (1122 packages loaded, 16745 targets configured) Analyzing: target //tests/realtikvtest/importintotest3:importintotest3_test (726 packages loaded, 12301 targets configured) Analyzing: target //tests/realtikvtest/importintotest2:importintotest2_test (1358 packages loaded, 18688 targets configured) [571 / 1,560] GoCompilePkg external/com_github_spf13_pflag/pflag.a; 0s remote-cache ... (8 actions, 0 running) Analyzing: target //tests/realtikvtest/addindextest3:addindextest3_test (1150 packages loaded, 16992 targets configured) [830 / 1,542] GoCompilePkg pkg/parser/ast/ast.a; Downloading pkg/parser/ast/ast.a, 1.4 MiB / 8.1 MiB; 0s remote-cache ... (8 actions, 0 running) [1,315 / 1,542] [Prepa] GoCompilePkg pkg/util/codec/codec.a Analyzing: target //tests/realtikvtest/importintotest4:importintotest4_test (790 packages loaded, 13462 targets configured) Analyzing: target //tests/realtikvtest/importintotest:importintotest_test (1417 packages loaded, 18978 targets configured) [880 / 1,547] GoCompilePkg external/com_github_aws_aws_sdk_go/private/protocol/query/query.a; 0s remote-cache ... (8 actions, 0 running) Analyzing: target //tests/realtikvtest/addindextest:addindextest_test (1395 packages loaded, 18626 targets configured) Analyzing: target //tests/realtikvtest/importintotest3:importintotest3_test (889 packages loaded, 14697 targets configured) Analyzing: target //tests/realtikvtest/importintotest2:importintotest2_test (1415 packages loaded, 19109 targets configured) [970 / 1,560] GoCompilePkg pkg/parser/ast/ast.a; Downloading pkg/parser/ast/ast.a, 2.5 MiB / 8.1 MiB; 0s remote-cache ... (8 actions, 0 running) Analyzing: target //tests/realtikvtest/addindextest3:addindextest3_test (1189 packages loaded, 17556 targets configured) Analyzing: target //tests/realtikvtest/addindextest4:addindextest4_test (1220 packages loaded, 17456 targets configured) Analyzing: target //tests/realtikvtest/addindextest:addindextest_test (1492 packages loaded, 19403 targets configured) [1,131 / 1,542] GoCompilePkg external/com_github_aws_aws_sdk_go/service/s3/s3.a; Downloading external/com_github_aws_aws_sdk_go/service/s3/s3.a, 4.1 MiB / 13.9 MiB; 0s remote-cache ... (8 actions, 0 running) Analyzing: target //tests/realtikvtest/importintotest4:importintotest4_test (954 packages loaded, 15473 targets configured) [1,118 / 1,547] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 65.7 MiB / 75.3 MiB; 0s remote-cache ... (8 actions, 0 running) INFO: Analyzed target //tests/realtikvtest/addindextest:addindextest_test (1497 packages loaded, 19679 targets configured). INFO: Found 1 test target... [0 / 10] [Prepa] Writing file tests/realtikvtest/addindextest/addindextest_test/baseline_coverage.dat ... (3 actions, 0 running) Analyzing: target //tests/realtikvtest/importintotest3:importintotest3_test (985 packages loaded, 15918 targets configured) [1,402 / 1,542] GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 43.0 MiB / 78.6 MiB; 0s remote-cache ... (4 actions, 0 running) Analyzing: target //tests/realtikvtest/importintotest:importintotest_test (1461 packages loaded, 19308 targets configured) Analyzing: target //tests/realtikvtest/importintotest2:importintotest2_test (1512 packages loaded, 19845 targets configured) Analyzing: target //tests/realtikvtest/addindextest3:addindextest3_test (1341 packages loaded, 18334 targets configured) [1,139 / 1,560] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 23.5 MiB / 69.8 MiB; 0s remote-cache ... (8 actions, 0 running) INFO: Analyzed target //tests/realtikvtest/importintotest2:importintotest2_test (1517 packages loaded, 20166 targets configured). INFO: Found 1 test target... [0 / 12] [Prepa] Writing file tests/realtikvtest/importintotest2/importintotest2_test/baseline_coverage.dat ... (3 actions, 0 running) Analyzing: target //tests/realtikvtest/addindextest4:addindextest4_test (1324 packages loaded, 18136 targets configured) [1,254 / 1,542] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 62.8 MiB / 69.8 MiB; 0s remote-cache ... (5 actions, 0 running) Analyzing: target //tests/realtikvtest/importintotest:importintotest_test (1547 packages loaded, 19904 targets configured) Analyzing: target //tests/realtikvtest/importintotest4:importintotest4_test (1075 packages loaded, 16369 targets configured) [1,438 / 1,542] GoCompilePkg pkg/util/admin/admin.a; 0s remote-cache ... (3 actions, 0 running) [1,261 / 1,547] GoCompilePkg external/com_github_tikv_client_go_v2/internal/locate/locate.a; Downloading external/com_github_tikv_client_go_v2/internal/locate/locate.a, 4.4 MiB / 4.4 MiB; 0s remote-cache ... (2 actions, 0 running) [1,217 / 1,560] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; 1s remote-cache ... (8 actions, 0 running) Analyzing: target //tests/realtikvtest/importintotest3:importintotest3_test (1128 packages loaded, 17126 targets configured) [1,390 / 1,542] GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 17.3 MiB / 78.6 MiB; 0s remote-cache ... (5 actions, 0 running) Analyzing: target //tests/realtikvtest/addindextest3:addindextest3_test (1486 packages loaded, 19155 targets configured) [19 / 1,542] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 14.0 MiB / 17.2 MiB; 1s remote-cache ... (3 actions, 0 running) Analyzing: target //tests/realtikvtest/addindextest4:addindextest4_test (1396 packages loaded, 18621 targets configured) Analyzing: target //tests/realtikvtest/importintotest4:importintotest4_test (1148 packages loaded, 17232 targets configured) [1,496 / 1,542] [Prepa] GoCompilePkg pkg/ddl/util/callback/callback.a INFO: Analyzed target //tests/realtikvtest/importintotest:importintotest_test (1555 packages loaded, 20323 targets configured).  checking cached actions INFO: Found 1 test target... [0 / 11] [Prepa] Writing file tests/realtikvtest/importintotest/importintotest_test/baseline_coverage.dat [1,393 / 1,547] GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 15.3 MiB / 80.2 MiB; 0s remote-cache ... (8 actions, 0 running) [1,314 / 1,560] GoCompilePkg pkg/ttl/metrics/metrics.a; Downloading pkg/ttl/metrics/metrics.x; 0s remote-cache ... (8 actions, 0 running) Analyzing: target //tests/realtikvtest/importintotest3:importintotest3_test (1165 packages loaded, 17497 targets configured) [24 / 1,567] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 1s remote-cache ... (3 actions, 0 running) [1,432 / 1,542] GoCompilePkg pkg/executor/internal/builder/builder.a; 0s remote-cache ... (5 actions, 0 running) Analyzing: target //tests/realtikvtest/addindextest3:addindextest3_test (1491 packages loaded, 19396 targets configured) [24 / 1,542] [Prepa] GoCompilePkg external/org_golang_x_tools/internal/pkgbits/pkgbits.a [for tool] ... (7 actions, 0 running) Analyzing: target //tests/realtikvtest/addindextest4:addindextest4_test (1494 packages loaded, 19416 targets configured) Analyzing: target //tests/realtikvtest/importintotest4:importintotest4_test (1167 packages loaded, 17278 targets configured) [1,425 / 1,547] GoCompilePkg pkg/statistics/handle/cache/internal/internal.a; 0s remote-cache ... (6 actions, 0 running) [1,405 / 1,560] GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 15.0 MiB / 78.6 MiB; 0s remote-cache ... (8 actions, 0 running) INFO: Analyzed target //tests/realtikvtest/addindextest3:addindextest3_test (1496 packages loaded, 19672 targets configured). INFO: Found 1 test target... Analyzing: target //tests/realtikvtest/importintotest3:importintotest3_test (1319 packages loaded, 18453 targets configured) INFO: Analyzed target //tests/realtikvtest/addindextest4:addindextest4_test (1498 packages loaded, 19675 targets configured). INFO: Found 1 test target... [0 / 11] [Prepa] Writing file tests/realtikvtest/addindextest4/addindextest4_test/baseline_coverage.dat ... (3 actions, 0 running) [1,519 / 1,542] GoCompilePkg pkg/planner/core/core.a; 0s remote-cache ... (2 actions, 0 running) [135 / 1,567] GoCompilePkg external/org_uber_go_zap/zapcore/zapcore.a [for tool]; Downloading external/org_uber_go_zap/zapcore/zapcore.a, 575.8 KiB / 1.8 MiB; 0s remote-cache ... (8 actions, 0 running) [0 / 11] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (3 actions, 0 running) [360 / 1,542] GoCompilePkg external/com_github_uber_jaeger_client_go/jaeger-client-go.a; 0s remote-cache ... (8 actions, 0 running) [1,496 / 1,542] [Prepa] GoCompilePkg pkg/ddl/schematracker/schematracker.a [24 / 1,605] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 8.0 MiB / 17.2 MiB; 1s remote-cache ... (3 actions, 0 running) [1,497 / 1,547] GoCompilePkg br/pkg/checkpoint/checkpoint.a; 0s remote-cache ... (2 actions, 0 running) [19 / 1,543] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 6.0 MiB / 17.2 MiB; 0s remote-cache ... (3 actions, 0 running) Analyzing: target //tests/realtikvtest/importintotest4:importintotest4_test (1333 packages loaded, 18269 targets configured) [1,537 / 1,542] [Prepa] GoCompilePkg tests/realtikvtest/realtikvtest.a [482 / 1,567] GoCompilePkg external/com_github_stretchr_testify/assert/assert.a; Downloading external/com_github_stretchr_testify/assert/assert.a, 903.8 KiB / 1.6 MiB; 0s remote-cache ... (8 actions, 0 running) [19 / 1,541] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 8.0 MiB / 10.3 MiB; 0s remote-cache ... (3 actions, 0 running) [1,433 / 1,560] GoCompilePkg pkg/session/types/types.a; Downloading pkg/session/types/types.a, 383.8 KiB / 1.2 MiB; 0s remote-cache ... (3 actions, 0 running) [1,525 / 1,542] GoCompilePkg pkg/sessiontxn/isolation/isolation.a; Downloading pkg/sessiontxn/isolation/isolation.a, 6.3 MiB / 7.1 MiB; 0s remote-cache ... (3 actions, 0 running) [36 / 1,605] GoCompilePkg external/org_golang_x_tools/internal/stdlib/stdlib.a [for tool]; Downloading external/org_golang_x_tools/internal/stdlib/stdlib.a; 0s remote-cache ... (8 actions, 0 running) [1,519 / 1,547] GoCompilePkg pkg/planner/core/core.a; Downloading pkg/planner/core/core.a, 20.0 MiB / 47.0 MiB; 0s remote-cache ... (4 actions, 0 running) [697 / 1,542] GoCompilePkg pkg/parser/ast/ast.a; 0s remote-cache ... (8 actions, 0 running) Analyzing: target //tests/realtikvtest/importintotest4:importintotest4_test (1415 packages loaded, 19109 targets configured) [844 / 1,567] GoCompilePkg external/com_github_aws_aws_sdk_go/aws/endpoints/endpoints.a; 0s remote-cache ... (8 actions, 0 running) [19 / 1,543] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 1s remote-cache ... (3 actions, 0 running) [20 / 1,541] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 12.0 MiB / 17.2 MiB; 1s remote-cache ... (3 actions, 0 running) [1,486 / 1,560] GoCompilePkg br/pkg/restore/split/split.a; 0s remote-cache ... (4 actions, 0 running) [1,541 / 1,542] GoLink tests/realtikvtest/addindextest1/addindextest1_test_/addindextest1_test; 1s remote-cache [1,539 / 1,542] [Prepa] GoCompilePkg tests/realtikvtest/pessimistictest/pessimistictest_test_test.external.a [455 / 1,605] GoCompilePkg external/com_github_cockroachdb_pebble/internal/fastrand/fastrand.a; Downloading external/com_github_cockroachdb_pebble/internal/fastrand/fastrand.a; 0s remote-cache ... (8 actions, 0 running) Analyzing: target //tests/realtikvtest/importintotest3:importintotest3_test (1415 packages loaded, 19109 targets configured) [1,149 / 1,567] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 26.3 MiB / 75.3 MiB; 0s remote-cache ... (5 actions, 0 running) [274 / 1,543] [Prepa] GoLink build/tidb_nogo_actual_/tidb_nogo_actual [for tool] [1,538 / 1,547] [Prepa] GoCompilePkg pkg/session/session.a Analyzing: target //tests/realtikvtest/importintotest3:importintotest3_test (1512 packages loaded, 19890 targets configured) [986 / 1,542] GoCompilePkg external/io_k8s_api/core/v1/core.a; 0s remote-cache ... (8 actions, 0 running) Analyzing: target //tests/realtikvtest/importintotest4:importintotest4_test (1509 packages loaded, 19747 targets configured) [275 / 1,541] [Prepa] GoCompilePkg external/org_golang_x_sync/errgroup/errgroup.a [1,170 / 1,542] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 35.5 MiB / 69.8 MiB; 0s remote-cache ... (8 actions, 0 running) [1,519 / 1,560] GoCompilePkg pkg/extension/extensionimpl/extensionimpl.a; 0s remote-cache ... (5 actions, 0 running) INFO: Analyzed target //tests/realtikvtest/importintotest3:importintotest3_test (1517 packages loaded, 20166 targets configured). INFO: Found 1 test target... [0 / 11] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (3 actions, 0 running) [1,548 / 1,550] [Prepa] Building external/remote_coverage_tools/Main.jar () [for tool] [844 / 1,605] GoCompilePkg external/com_github_prometheus_client_golang/prometheus/prometheus.a; Downloading external/com_github_prometheus_client_golang/prometheus/prometheus.a, 2.5 MiB / 2.9 MiB; 0s remote-cache ... (8 actions, 0 running) Target //tests/realtikvtest/addindextest1:addindextest1_test up-to-date: bazel-bin/tests/realtikvtest/addindextest1/addindextest1_test_/addindextest1_test INFO: Elapsed time: 27.950s, Critical Path: 11.98s INFO: 1538 processes: 1528 remote cache hit, 10 internal. INFO: Build completed successfully, 1538 total actions Test cases: finished with 6 passing and 0 failing out of 6 test cases Executed 0 out of 1 test: 1 test passes. ./build/jenkins_collect_coverage.sh root: /home/jenkins/.tidb/tmp/6fe290a12c1bd5bc697515c884fc0103/execroot/__main__/bazel-out/k8-fastbuild/testlogs [1,257 / 1,567] GoCompilePkg external/com_github_tikv_client_go_v2/oracle/oracles/oracles.a; Downloading external/com_github_tikv_client_go_v2/oracle/oracles/oracles.facts; 0s remote-cache ... (8 actions, 0 running) [666 / 1,543] GoCompilePkg external/com_github_prometheus_common/model/model.a; 0s remote-cache ... (8 actions, 0 running) complete to collect bazel result. [Pipeline] } [719 / 1,541] GoCompilePkg external/com_github_azure_azure_sdk_for_go_sdk_storage_azblob/internal/generated/generated.a; 0s remote-cache ... (8 actions, 0 running) [1,542 / 1,548] [Prepa] Writing file tests/realtikvtest/pessimistictest/pessimistictest_test.instrumented_files ... (2 actions, 0 running) [Pipeline] // dir Post stage [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb [Pipeline] { [1,544 / 1,560] GoCompilePkg pkg/sessiontxn/isolation/isolation.a; Downloading pkg/sessiontxn/isolation/isolation.a, 5.9 MiB / 7.1 MiB; 0s remote-cache ... (3 actions, 0 running) [Pipeline] junit Recording test results [1,082 / 1,605] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 54.0 MiB / 75.3 MiB; 0s remote-cache ... (8 actions, 0 running) [1,256 / 1,542] GoCompilePkg external/com_github_tikv_client_go_v2/internal/locate/locate.a; Downloading external/com_github_tikv_client_go_v2/internal/locate/locate.a, 1.2 MiB / 4.2 MiB; 0s remote-cache ... (2 actions, 0 running) [1,546 / 1,547] GoLink tests/realtikvtest/brietest/brietest_test_/brietest_test; Downloading tests/realtikvtest/brietest/brietest_test_/brietest_test, 200.9 MiB / 211.7 MiB; 1s remote-cache [Checks API] No suitable checks publisher found. [Pipeline] sh [24 / 1,567] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 10.0 MiB / 17.2 MiB; 1s remote-cache ... (3 actions, 0 running) Analyzing: target //tests/realtikvtest/importintotest4:importintotest4_test (1517 packages loaded, 20166 targets configured) INFO: Analyzed target //tests/realtikvtest/importintotest4:importintotest4_test (1517 packages loaded, 20166 targets configured). INFO: Found 1 test target... [0 / 11] [Prepa] Writing file tests/realtikvtest/importintotest4/importintotest4_test/baseline_coverage.dat ... (3 actions, 0 running) [1,400 / 1,567] GoCompilePkg pkg/planner/util/debugtrace/debugtrace.a; Downloading pkg/planner/util/debugtrace/debugtrace.a, 56.0 KiB / 1.1 MiB; 0s remote-cache ... (3 actions, 0 running) [1,063 / 1,543] GoCompilePkg external/com_github_json_iterator_go/go.a; Downloading external/com_github_json_iterator_go/go.a, 2.4 MiB / 3.5 MiB; 0s remote-cache ... (8 actions, 0 running) [1,113 / 1,541] GoCompilePkg external/io_k8s_api/core/v1/core.a; Downloading external/io_k8s_api/core/v1/core.a, 6.2 MiB / 20.4 MiB; 0s remote-cache ... (8 actions, 0 running) [1,547 / 1,550] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; 0s remote-cache [1,556 / 1,560] [Prepa] GoCompilePkg tests/realtikvtest/addindextest2/addindextest2_test.internal.a + find . -name 'pd*.log' -type f -exec tail -n 500 '{}' + ==> ./pd3.log <== [2024/05/06 22:08:12.176 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:08:12.176 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:08:12.176 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:08:12.176 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:08:12.176 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:08:12.176 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:08:12.176 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:08:12.176 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:08:12.176 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2384\",\"peer-urls\":\"http://127.0.0.1:2383\",\"advertise-client-urls\":\"http://127.0.0.1:2384\",\"advertise-peer-urls\":\"http://127.0.0.1:2383\",\"name\":\"pd-2\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-2/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-2\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:08:12.180 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:08:12.180 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:08:12.180 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:08:12.180 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:08:12.182 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:08:12.182 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:08:12.182 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-2] [service-name=MetaStorage] [2024/05/06 22:08:12.182 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:08:12.182 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-2] [service-name=ResourceManager] [2024/05/06 22:08:12.182 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:08:12.182 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:12.182 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:08:12.182 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2384]"] [2024/05/06 22:08:12.182 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:08:12.182 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=58] [max-cpu-available=58] [member-initialized=false] [name=pd-2] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2383]"] [listen-peer-urls="[http://127.0.0.1:2383]"] [advertise-client-urls="[http://127.0.0.1:2384]"] [listen-client-urls="[http://127.0.0.1:2384]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:08:12.182 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:08:12.183 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap/db] [took=499.882µs] [2024/05/06 22:08:13.185 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=385a3ea8295f6f18] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:08:13.185 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=()"] [2024/05/06 22:08:13.185 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 0"] [2024/05/06 22:08:13.185 +08:00] [INFO] [raft.go:389] ["newRaft 385a3ea8295f6f18 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:08:13.185 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 1"] [2024/05/06 22:08:13.185 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:08:13.185 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:08:13.185 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:13.186 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:08:13.186 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:08:13.186 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:13.186 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:13.186 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:13.187 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:13.187 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:13.187 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:13.187 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:13.187 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [remote-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:13.187 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:13.187 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:13.188 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:13.188 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:13.189 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:13.189 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:13.189 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [remote-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:13.189 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=385a3ea8295f6f18] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:08:13.189 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:13.189 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:08:13.189 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:08:13.190 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:08:13.190 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:08:13.190 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:13.190 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:13.190 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:13.190 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:13.190 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:13.190 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:13.191 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=385a3ea8295f6f18] [initial-advertise-peer-urls="[http://127.0.0.1:2383]"] [listen-peer-urls="[http://127.0.0.1:2383]"] [advertise-client-urls="[http://127.0.0.1:2384]"] [listen-client-urls="[http://127.0.0.1:2384]"] [listen-metrics-urls="[]"] [2024/05/06 22:08:13.191 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2383] [2024/05/06 22:08:13.191 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream Message"] [2024/05/06 22:08:13.191 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:13.191 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:13.192 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:13.192 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:13.193 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:13.193 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:13.195 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream Message"] [2024/05/06 22:08:13.195 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=3037d9ad26fb2231] [2024/05/06 22:08:13.195 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:13.195 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:13.195 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:13.198 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:13.199 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:13.240 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=385a3ea8295f6f18] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:08:14.686 +08:00] [INFO] [raft.go:929] ["385a3ea8295f6f18 is starting a new election at term 1"] [2024/05/06 22:08:14.686 +08:00] [INFO] [raft.go:735] ["385a3ea8295f6f18 became pre-candidate at term 1"] [2024/05/06 22:08:14.686 +08:00] [INFO] [raft.go:830] ["385a3ea8295f6f18 received MsgPreVoteResp from 385a3ea8295f6f18 at term 1"] [2024/05/06 22:08:14.686 +08:00] [INFO] [raft.go:817] ["385a3ea8295f6f18 [logterm: 1, index: 3] sent MsgPreVote request to 1f01bdf364b8beaa at term 1"] [2024/05/06 22:08:14.686 +08:00] [INFO] [raft.go:817] ["385a3ea8295f6f18 [logterm: 1, index: 3] sent MsgPreVote request to 3037d9ad26fb2231 at term 1"] [2024/05/06 22:08:14.687 +08:00] [INFO] [raft.go:830] ["385a3ea8295f6f18 received MsgPreVoteResp from 1f01bdf364b8beaa at term 1"] [2024/05/06 22:08:14.687 +08:00] [INFO] [raft.go:1295] ["385a3ea8295f6f18 has received 2 MsgPreVoteResp votes and 0 vote rejections"] [2024/05/06 22:08:14.687 +08:00] [INFO] [raft.go:719] ["385a3ea8295f6f18 became candidate at term 2"] [2024/05/06 22:08:14.687 +08:00] [INFO] [raft.go:830] ["385a3ea8295f6f18 received MsgVoteResp from 385a3ea8295f6f18 at term 2"] [2024/05/06 22:08:14.687 +08:00] [INFO] [raft.go:817] ["385a3ea8295f6f18 [logterm: 1, index: 3] sent MsgVote request to 1f01bdf364b8beaa at term 2"] [2024/05/06 22:08:14.687 +08:00] [INFO] [raft.go:817] ["385a3ea8295f6f18 [logterm: 1, index: 3] sent MsgVote request to 3037d9ad26fb2231 at term 2"] [2024/05/06 22:08:14.687 +08:00] [INFO] [raft.go:830] ["385a3ea8295f6f18 received MsgVoteResp from 3037d9ad26fb2231 at term 2"] [2024/05/06 22:08:14.687 +08:00] [INFO] [raft.go:1295] ["385a3ea8295f6f18 has received 2 MsgVoteResp votes and 0 vote rejections"] [2024/05/06 22:08:14.687 +08:00] [INFO] [raft.go:771] ["385a3ea8295f6f18 became leader at term 2"] [2024/05/06 22:08:14.687 +08:00] [INFO] [node.go:327] ["raft.node: 385a3ea8295f6f18 elected leader 385a3ea8295f6f18 at term 2"] [2024/05/06 22:08:14.688 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=385a3ea8295f6f18] [local-member-attributes="{Name:pd-2 ClientURLs:[http://127.0.0.1:2384]}"] [request-path=/0/members/385a3ea8295f6f18/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:08:14.688 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:08:14.688 +08:00] [INFO] [server.go:2639] ["setting up initial cluster version"] [cluster-version=3.4] [2024/05/06 22:08:14.689 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-2] [service-name=ResourceManager] [2024/05/06 22:08:14.689 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-2] [service-name=MetaStorage] [2024/05/06 22:08:14.689 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [cluster-version=3.4] [2024/05/06 22:08:14.689 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2384] [2024/05/06 22:08:14.689 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:08:14.689 +08:00] [INFO] [server.go:2671] ["cluster version is updated"] [cluster-version=3.4] [2024/05/06 22:08:14.691 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888217047498345] [2024/05/06 22:08:14.691 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-2\" member_id:4060626905997471512 peer_urls:\"http://127.0.0.1:2383\" client_urls:\"http://127.0.0.1:2384\" "] [root-path=/pd/7365888217047498345] [2024/05/06 22:08:14.695 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:08:14.697 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=4060626905997471512] [2024/05/06 22:08:14.697 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:08:14.698 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:08:14.698 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-2] [2024/05/06 22:08:14.698 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-2] [2024/05/06 22:08:14.698 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:08:14.699 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:08:14.699 +08:00] [INFO] [server.go:1703] ["start to campaign PD leader"] [campaign-leader-name=pd-2] [2024/05/06 22:08:14.699 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:08:14.700 +08:00] [INFO] [lease.go:66] ["lease granted"] [lease-id=8005305903824601357] [lease-timeout=3] [purpose="leader election"] [2024/05/06 22:08:14.700 +08:00] [INFO] [leadership.go:181] ["check campaign resp"] [resp="{\"header\":{\"cluster_id\":17849374191125529693,\"member_id\":4060626905997471512,\"revision\":12,\"raft_term\":2},\"succeeded\":true,\"responses\":[{\"Response\":{\"ResponsePut\":{\"header\":{\"revision\":12}}}}]}"] [2024/05/06 22:08:14.700 +08:00] [INFO] [leadership.go:190] ["write leaderData to leaderPath ok"] [leader-key=/pd/7365888217047498345/leader] [purpose="leader election"] [2024/05/06 22:08:14.700 +08:00] [INFO] [server.go:1729] ["campaign PD leader ok"] [campaign-leader-name=pd-2] [2024/05/06 22:08:14.700 +08:00] [INFO] [server.go:1737] ["initializing the global TSO allocator"] [2024/05/06 22:08:14.700 +08:00] [INFO] [tso.go:160] ["start to sync timestamp"] [] [2024/05/06 22:08:14.700 +08:00] [INFO] [lease.go:155] ["start lease keep alive worker"] [interval=1s] [purpose="leader election"] [2024/05/06 22:08:14.702 +08:00] [INFO] [tso.go:220] ["sync and save timestamp"] [] [last=0001/01/01 00:00:00.000 +00:00] [last-saved=0001/01/01 00:00:00.000 +00:00] [save=2024/05/06 22:08:17.701 +08:00] [next=2024/05/06 22:08:14.701 +08:00] [2024/05/06 22:08:14.702 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:08:14.703 +08:00] [INFO] [server.go:1769] ["triggering the leader callback functions"] [2024/05/06 22:08:14.703 +08:00] [ERROR] [manager.go:124] ["un-marshall controller config failed, fallback to default"] [error="unexpected end of JSON input"] [v=] [2024/05/06 22:08:14.705 +08:00] [INFO] [manager.go:185] ["resource group manager finishes initialization"] [2024/05/06 22:08:14.709 +08:00] [INFO] [id.go:174] ["idAllocator allocates a new id"] [new-end=1000] [new-base=0] [label=idalloc] [check-curr-end=true] [2024/05/06 22:08:14.709 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=0.0.0] [2024/05/06 22:08:14.709 +08:00] [INFO] [server.go:1803] ["PD leader is ready to serve"] [leader-name=pd-2] [2024/05/06 22:08:15.005 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:08:15.005 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:08:15.005 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:08:15.079 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:08:15.079 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:08:15.079 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:08:15.079 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:08:15.079 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:08:15.079 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:08:15.086 +08:00] [INFO] [server.go:712] ["try to bootstrap raft cluster"] [cluster-id=7365888217047498345] [request="header: store: region: peers: > "] [2024/05/06 22:08:15.086 +08:00] [INFO] [server.go:712] ["try to bootstrap raft cluster"] [cluster-id=7365888217047498345] [request="header: store: region: peers: > "] [2024/05/06 22:08:15.087 +08:00] [INFO] [server.go:712] ["try to bootstrap raft cluster"] [cluster-id=7365888217047498345] [request="header: store: region: peers: > "] [2024/05/06 22:08:15.087 +08:00] [INFO] [server.go:773] ["bootstrap cluster ok"] [cluster-id=7365888217047498345] [2024/05/06 22:08:15.087 +08:00] [WARN] [server.go:769] ["cluster already bootstrapped"] [cluster-id=7365888217047498345] [2024/05/06 22:08:15.087 +08:00] [WARN] [server.go:769] ["cluster already bootstrapped"] [cluster-id=7365888217047498345] [2024/05/06 22:08:15.090 +08:00] [INFO] [cluster.go:643] ["load stores"] [count=1] [cost=811.789µs] [2024/05/06 22:08:15.090 +08:00] [INFO] [cluster.go:654] ["load regions"] [count=1] [cost=48.907µs] [2024/05/06 22:08:15.090 +08:00] [INFO] [scheduling_controller.go:102] ["scheduling service is started"] [2024/05/06 22:08:15.090 +08:00] [INFO] [coordinator.go:407] ["coordinator starts to collect cluster information"] [2024/05/06 22:08:15.090 +08:00] [INFO] [cluster.go:416] ["memory info"] [total-mem=34359738368] [2024/05/06 22:08:15.091 +08:00] [INFO] [tuner.go:117] ["new gctuner"] [threshold=20615843020] [2024/05/06 22:08:15.091 +08:00] [INFO] [cluster.go:429] ["update gc tuner"] [enable-gc-tuner=false] [gc-threshold-bytes=20615843020] [2024/05/06 22:08:15.091 +08:00] [INFO] [memory_limit_tuner.go:50] [debug.SetMemoryLimit] [limit=9223372036854775807] [ret=9223372036854775807] [2024/05/06 22:08:15.091 +08:00] [INFO] [cluster.go:436] ["update gc memory limit"] [memory-limit-bytes=0] [memory-limit-gc-trigger-ratio=0.7] [2024/05/06 22:08:15.091 +08:00] [INFO] [keyspace.go:378] ["[keyspace] added region label for keyspace"] [keyspace-id=0] [label-rule="{\"id\":\"keyspaces/0\",\"index\":0,\"labels\":[{\"key\":\"id\",\"value\":\"0\"}],\"rule_type\":\"key-range\",\"data\":[{\"start_key\":\"7200000000000000fb\",\"end_key\":\"7200000100000000fb\"},{\"start_key\":\"7800000000000000fb\",\"end_key\":\"7800000100000000fb\"}]}"] [takes=613.648µs] [2024/05/06 22:08:15.095 +08:00] [INFO] [cluster.go:2180] ["cluster version changed"] [old-cluster-version=0.0.0] [new-cluster-version=8.2.0-alpha] [2024/05/06 22:08:15.095 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=2] [2024/05/06 22:08:15.095 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:2 address:\"127.0.0.1:20162\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20162\" status_address:\"127.0.0.1:20182\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004495 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:08:15.095 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:08:15.700 +08:00] [INFO] [server.go:1317] ["PD server config is updated"] [new="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"http://127.0.0.1:2382\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [old="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [2024/05/06 22:08:15.902 +08:00] [INFO] [server.go:211] ["establish sync region stream"] [requested-server=pd-1] [url=http://127.0.0.1:2382] [2024/05/06 22:08:15.902 +08:00] [INFO] [server.go:303] ["sync the history regions with server"] [server=pd-1] [from-index=0] [last-index=1] [records-length=1] [2024/05/06 22:08:15.902 +08:00] [INFO] [server.go:211] ["establish sync region stream"] [requested-server=pd-0] [url=http://127.0.0.1:2379] [2024/05/06 22:08:15.902 +08:00] [INFO] [server.go:303] ["sync the history regions with server"] [server=pd-0] [from-index=0] [last-index=1] [records-length=1] [2024/05/06 22:08:18.090 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=3] [2024/05/06 22:08:18.090 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:3 address:\"127.0.0.1:20161\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20161\" status_address:\"127.0.0.1:20181\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004495 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:08:18.090 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:08:18.090 +08:00] [INFO] [prepare_checker.go:72] ["not loaded from storage region number is satisfied, finish prepare checker"] [not-from-storage-region=1] [total-region=1] [2024/05/06 22:08:18.090 +08:00] [INFO] [coordinator.go:410] ["coordinator has finished cluster information preparation"] [2024/05/06 22:08:18.091 +08:00] [INFO] [coordinator.go:420] ["coordinator starts to run schedulers"] [2024/05/06 22:08:18.091 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=1] [2024/05/06 22:08:18.091 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:1 address:\"127.0.0.1:20160\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20160\" status_address:\"127.0.0.1:20180\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004495 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:08:18.091 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:08:18.091 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:18.091 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-leader-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:18.092 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-hot-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:18.093 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=evict-slow-store-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:18.094 +08:00] [INFO] [coordinator.go:536] ["scheduler config is updated"] [scheduler-config="[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}]"] [2024/05/06 22:08:18.094 +08:00] [INFO] [coordinator.go:340] ["coordinator begins to actively drive push operator"] [2024/05/06 22:08:18.094 +08:00] [INFO] [coordinator.go:276] ["coordinator begins to check suspect key ranges"] [2024/05/06 22:08:18.094 +08:00] [INFO] [coordinator.go:164] ["coordinator starts patrol regions"] [2024/05/06 22:08:18.105 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=6] [operator="\"labeler-split-region {split: region 6 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:6(1, 1), createAt:2024-05-06 22:08:18.105128843 +0800 CST m=+5.968757307, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:08:18.105 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=6] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:08:18.105 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=10] [peer-ids="[11]"] [2024/05/06 22:08:18.105 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=12] [peer-ids="[13]"] [2024/05/06 22:08:18.105 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=14] [peer-ids="[15]"] [2024/05/06 22:08:18.105 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16] [peer-ids="[17]"] [2024/05/06 22:08:18.106 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=6] [detail="StartKey Changed:{} -> {7800000100000000FB}, EndKey:{}"] [old-version=1] [new-version=5] [2024/05/06 22:08:18.106 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=6] [takes=1.57683ms] [operator="\"labeler-split-region {split: region 6 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:6(1, 1), createAt:2024-05-06 22:08:18.105128843 +0800 CST m=+5.968757307, startAt:2024-05-06 22:08:18.10523707 +0800 CST m=+5.968865534, currentStep:1, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:08:18.106 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=6] [origin="id:10 end_key:\"7200000000000000FB\" region_epoch: peers: id:12 start_key:\"7200000000000000FB\" end_key:\"7200000100000000FB\" region_epoch: peers: id:14 start_key:\"7200000100000000FB\" end_key:\"7800000000000000FB\" region_epoch: peers: id:16 start_key:\"7800000000000000FB\" end_key:\"7800000100000000FB\" region_epoch: peers:"] [total=4] [2024/05/06 22:08:19.093 +08:00] [INFO] [hot_region_config.go:490] ["query supported changed"] [last-query-support=false] [cluster-version=8.2.0-alpha] [config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"query\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"query\",\"byte\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"forbid-rw-type\":\"none\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [valid-config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"key\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"byte\",\"key\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [2024/05/06 22:08:24.691 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2384]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2382,http://127.0.0.1:2379]"] [source=election-etcd-client] [2024/05/06 22:08:24.691 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2384]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2379,http://127.0.0.1:2382]"] [source=server-etcd-client] [2024/05/06 22:08:25.091 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=2] [store-address=127.0.0.1:20162] [2024/05/06 22:08:25.092 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=3] [store-address=127.0.0.1:20161] [2024/05/06 22:08:25.093 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=1] [store-address=127.0.0.1:20160] [2024/05/06 22:08:28.101 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=16] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:16(5, 1), createAt:2024-05-06 22:08:28.101677708 +0800 CST m=+15.965306171, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 18 on store 3}, 1:{promote learner peer 18 on store 3 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:28.101 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 18 on store 3"] [source=create] [2024/05/06 22:08:28.101 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=6] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:6(5, 1), createAt:2024-05-06 22:08:28.101905407 +0800 CST m=+15.965533870, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{add learner peer 19 on store 3}, 1:{promote learner peer 19 on store 3 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:28.101 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=6] [step="add learner peer 19 on store 3"] [source=create] [2024/05/06 22:08:28.102 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=10] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:10(5, 1), createAt:2024-05-06 22:08:28.101990301 +0800 CST m=+15.965618764, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 20 on store 3}, 1:{promote learner peer 20 on store 3 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:28.102 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 20 on store 3"] [source=create] [2024/05/06 22:08:28.102 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=12] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:12(5, 1), createAt:2024-05-06 22:08:28.102065017 +0800 CST m=+15.965693476, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 21 on store 3}, 1:{promote learner peer 21 on store 3 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:28.102 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 21 on store 3"] [source=create] [2024/05/06 22:08:28.102 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:14(5, 1), createAt:2024-05-06 22:08:28.102141253 +0800 CST m=+15.965769712, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 22 on store 3}, 1:{promote learner peer 22 on store 3 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:28.102 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 22 on store 3"] [source=create] [2024/05/06 22:08:28.102 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 18 on store 3"] [source=heartbeat] [2024/05/06 22:08:28.102 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Add peer:{id:18 store_id:3 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:28.102 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=6] [step="add learner peer 19 on store 3"] [source=heartbeat] [2024/05/06 22:08:28.102 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=6] [detail="Add peer:{id:19 store_id:3 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:28.103 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 20 on store 3"] [source=heartbeat] [2024/05/06 22:08:28.103 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 21 on store 3"] [source=heartbeat] [2024/05/06 22:08:28.103 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Add peer:{id:20 store_id:3 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:28.103 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 22 on store 3"] [source=heartbeat] [2024/05/06 22:08:28.103 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Add peer:{id:21 store_id:3 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:28.103 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Add peer:{id:22 store_id:3 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:28.111 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="promote learner peer 22 on store 3 to voter"] [source=heartbeat] [2024/05/06 22:08:28.111 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="promote learner peer 18 on store 3 to voter"] [source=heartbeat] [2024/05/06 22:08:28.111 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="promote learner peer 21 on store 3 to voter"] [source=heartbeat] [2024/05/06 22:08:28.111 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=6] [step="promote learner peer 19 on store 3 to voter"] [source=heartbeat] [2024/05/06 22:08:28.111 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="promote learner peer 20 on store 3 to voter"] [source=heartbeat] [2024/05/06 22:08:28.111 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Remove peer:{id:22 store_id:3 role:Learner },Add peer:{id:22 store_id:3 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:28.111 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=9.632238ms] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:14(5, 1), createAt:2024-05-06 22:08:28.102141253 +0800 CST m=+15.965769712, startAt:2024-05-06 22:08:28.102165452 +0800 CST m=+15.965793911, currentStep:2, size:1, steps:[0:{add learner peer 22 on store 3}, 1:{promote learner peer 22 on store 3 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:28.111 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Remove peer:{id:18 store_id:3 role:Learner },Add peer:{id:18 store_id:3 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:28.111 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=16] [takes=10.069648ms] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:16(5, 1), createAt:2024-05-06 22:08:28.101677708 +0800 CST m=+15.965306171, startAt:2024-05-06 22:08:28.101829541 +0800 CST m=+15.965458004, currentStep:2, size:1, steps:[0:{add learner peer 18 on store 3}, 1:{promote learner peer 18 on store 3 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:28.112 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Remove peer:{id:21 store_id:3 role:Learner },Add peer:{id:21 store_id:3 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:28.112 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=12] [takes=9.955363ms] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:12(5, 1), createAt:2024-05-06 22:08:28.102065017 +0800 CST m=+15.965693476, startAt:2024-05-06 22:08:28.102090521 +0800 CST m=+15.965718981, currentStep:2, size:1, steps:[0:{add learner peer 21 on store 3}, 1:{promote learner peer 21 on store 3 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:28.112 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=10] [takes=10.170589ms] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:10(5, 1), createAt:2024-05-06 22:08:28.101990301 +0800 CST m=+15.965618764, startAt:2024-05-06 22:08:28.102018116 +0800 CST m=+15.965646576, currentStep:2, size:1, steps:[0:{add learner peer 20 on store 3}, 1:{promote learner peer 20 on store 3 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:28.112 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Remove peer:{id:20 store_id:3 role:Learner },Add peer:{id:20 store_id:3 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:28.112 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=6] [takes=10.326896ms] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:6(5, 1), createAt:2024-05-06 22:08:28.101905407 +0800 CST m=+15.965533870, startAt:2024-05-06 22:08:28.101943444 +0800 CST m=+15.965571908, currentStep:2, size:0, steps:[0:{add learner peer 19 on store 3}, 1:{promote learner peer 19 on store 3 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:28.112 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=6] [detail="Remove peer:{id:19 store_id:3 role:Learner },Add peer:{id:19 store_id:3 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:28.122 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=10] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:10(5, 3), createAt:2024-05-06 22:08:28.122254676 +0800 CST m=+15.985883139, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 23 on store 1}, 1:{promote learner peer 23 on store 1 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:28.122 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 23 on store 1"] [source=create] [2024/05/06 22:08:28.122 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=12] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:12(5, 3), createAt:2024-05-06 22:08:28.12237285 +0800 CST m=+15.986001313, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 24 on store 1}, 1:{promote learner peer 24 on store 1 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:28.122 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 24 on store 1"] [source=create] [2024/05/06 22:08:28.122 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:14(5, 3), createAt:2024-05-06 22:08:28.122458383 +0800 CST m=+15.986086843, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 25 on store 1}, 1:{promote learner peer 25 on store 1 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:28.122 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 25 on store 1"] [source=create] [2024/05/06 22:08:28.122 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=16] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:16(5, 3), createAt:2024-05-06 22:08:28.122537371 +0800 CST m=+15.986165867, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 26 on store 1}, 1:{promote learner peer 26 on store 1 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:28.122 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 26 on store 1"] [source=create] [2024/05/06 22:08:28.122 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=6] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:6(5, 3), createAt:2024-05-06 22:08:28.122642288 +0800 CST m=+15.986270747, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 27 on store 1}, 1:{promote learner peer 27 on store 1 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:28.122 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=6] [step="add learner peer 27 on store 1"] [source=create] [2024/05/06 22:08:28.123 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 23 on store 1"] [source=heartbeat] [2024/05/06 22:08:28.123 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Add peer:{id:23 store_id:1 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:28.123 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 24 on store 1"] [source=heartbeat] [2024/05/06 22:08:28.123 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Add peer:{id:24 store_id:1 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:28.124 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 26 on store 1"] [source=heartbeat] [2024/05/06 22:08:28.124 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 25 on store 1"] [source=heartbeat] [2024/05/06 22:08:28.124 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Add peer:{id:26 store_id:1 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:28.124 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=6] [step="add learner peer 27 on store 1"] [source=heartbeat] [2024/05/06 22:08:28.124 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Add peer:{id:25 store_id:1 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:28.124 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=6] [detail="Add peer:{id:27 store_id:1 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:28.130 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="promote learner peer 23 on store 1 to voter"] [source=heartbeat] [2024/05/06 22:08:28.130 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="promote learner peer 24 on store 1 to voter"] [source=heartbeat] [2024/05/06 22:08:28.130 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=6] [step="promote learner peer 27 on store 1 to voter"] [source=heartbeat] [2024/05/06 22:08:28.130 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="promote learner peer 26 on store 1 to voter"] [source=heartbeat] [2024/05/06 22:08:28.130 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="promote learner peer 25 on store 1 to voter"] [source=heartbeat] [2024/05/06 22:08:28.131 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Remove peer:{id:23 store_id:1 role:Learner },Add peer:{id:23 store_id:1 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:28.131 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=10] [takes=8.762946ms] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:10(5, 3), createAt:2024-05-06 22:08:28.122254676 +0800 CST m=+15.985883139, startAt:2024-05-06 22:08:28.122309753 +0800 CST m=+15.985938217, currentStep:2, size:1, steps:[0:{add learner peer 23 on store 1}, 1:{promote learner peer 23 on store 1 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:28.131 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=12] [takes=8.806401ms] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:12(5, 3), createAt:2024-05-06 22:08:28.12237285 +0800 CST m=+15.986001313, startAt:2024-05-06 22:08:28.122407347 +0800 CST m=+15.986035810, currentStep:2, size:1, steps:[0:{add learner peer 24 on store 1}, 1:{promote learner peer 24 on store 1 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:28.131 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Remove peer:{id:24 store_id:1 role:Learner },Add peer:{id:24 store_id:1 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:28.131 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=6] [takes=8.668ms] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:6(5, 3), createAt:2024-05-06 22:08:28.122642288 +0800 CST m=+15.986270747, startAt:2024-05-06 22:08:28.12267048 +0800 CST m=+15.986298940, currentStep:2, size:1, steps:[0:{add learner peer 27 on store 1}, 1:{promote learner peer 27 on store 1 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:28.131 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=6] [detail="Remove peer:{id:27 store_id:1 role:Learner },Add peer:{id:27 store_id:1 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:28.131 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=16] [takes=8.896103ms] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:16(5, 3), createAt:2024-05-06 22:08:28.122537371 +0800 CST m=+15.986165867, startAt:2024-05-06 22:08:28.122577606 +0800 CST m=+15.986206066, currentStep:2, size:1, steps:[0:{add learner peer 26 on store 1}, 1:{promote learner peer 26 on store 1 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:28.131 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Remove peer:{id:26 store_id:1 role:Learner },Add peer:{id:26 store_id:1 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:28.131 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Remove peer:{id:25 store_id:1 role:Learner },Add peer:{id:25 store_id:1 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:28.131 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=9.125533ms] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:14(5, 3), createAt:2024-05-06 22:08:28.122458383 +0800 CST m=+15.986086843, startAt:2024-05-06 22:08:28.122483841 +0800 CST m=+15.986112301, currentStep:2, size:1, steps:[0:{add learner peer 25 on store 1}, 1:{promote learner peer 25 on store 1 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:09:15.092 +08:00] [INFO] [cluster.go:570] ["sync the store config successful"] [store-address=127.0.0.1:20182] [store-config="{\n \"coprocessor\": {\n \"region-max-size\": \"144MiB\",\n \"region-split-size\": \"96MiB\",\n \"region-max-keys\": 1440000,\n \"region-split-keys\": 960000,\n \"enable-region-bucket\": false,\n \"region-bucket-size\": \"50MiB\"\n },\n \"storage\": {\n \"engine\": \"raft-kv\"\n }\n}"] [old-config="{\n \"coprocessor\": {\n \"region-max-size\": \"\",\n \"region-split-size\": \"\",\n \"region-max-keys\": 0,\n \"region-split-keys\": 0,\n \"enable-region-bucket\": false,\n \"region-bucket-size\": \"\"\n },\n \"storage\": {\n \"engine\": \"\"\n }\n}"] [2024/05/06 22:09:15.093 +08:00] [INFO] [cluster.go:506] ["store config is updated"] ==> ./pd1.log <== [2024/05/06 22:08:12.178 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:08:12.178 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:08:12.178 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:08:12.178 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:08:12.179 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:08:12.179 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:08:12.179 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:08:12.179 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:08:12.179 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2379\",\"peer-urls\":\"http://127.0.0.1:2380\",\"advertise-client-urls\":\"http://127.0.0.1:2379\",\"advertise-peer-urls\":\"http://127.0.0.1:2380\",\"name\":\"pd-0\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-0/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-0\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:08:12.182 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:08:12.182 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:08:12.182 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:08:12.182 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:08:12.184 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:08:12.184 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:08:12.184 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-0] [service-name=MetaStorage] [2024/05/06 22:08:12.184 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:08:12.184 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-0] [service-name=ResourceManager] [2024/05/06 22:08:12.184 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:08:12.184 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:12.184 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:08:12.184 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2379]"] [2024/05/06 22:08:12.184 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:08:12.184 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=58] [max-cpu-available=58] [member-initialized=false] [name=pd-0] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2380]"] [listen-peer-urls="[http://127.0.0.1:2380]"] [advertise-client-urls="[http://127.0.0.1:2379]"] [listen-client-urls="[http://127.0.0.1:2379]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:08:12.184 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:08:12.185 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap/db] [took=310.75µs] [2024/05/06 22:08:13.192 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=3037d9ad26fb2231] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:08:13.192 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=()"] [2024/05/06 22:08:13.192 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 0"] [2024/05/06 22:08:13.192 +08:00] [INFO] [raft.go:389] ["newRaft 3037d9ad26fb2231 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:08:13.192 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 1"] [2024/05/06 22:08:13.192 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:08:13.192 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:08:13.192 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:13.193 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:08:13.194 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:08:13.194 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:13.194 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:13.194 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:13.195 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:13.195 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:13.195 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:13.195 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [remote-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:13.195 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:13.195 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:13.195 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:13.195 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:13.195 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:13.195 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:13.195 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [remote-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:13.195 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:13.195 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:13.195 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:13.195 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:13.195 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:13.195 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=3037d9ad26fb2231] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:08:13.195 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:08:13.195 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:08:13.195 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:08:13.195 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:08:13.195 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=385a3ea8295f6f18] [2024/05/06 22:08:13.195 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:13.195 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:13.195 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:13.196 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:13.196 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:13.196 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:13.196 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:13.197 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:13.198 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=3037d9ad26fb2231] [initial-advertise-peer-urls="[http://127.0.0.1:2380]"] [listen-peer-urls="[http://127.0.0.1:2380]"] [advertise-client-urls="[http://127.0.0.1:2379]"] [listen-client-urls="[http://127.0.0.1:2379]"] [listen-metrics-urls="[]"] [2024/05/06 22:08:13.198 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2380] [2024/05/06 22:08:13.198 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:13.198 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:13.198 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream Message"] [2024/05/06 22:08:13.199 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream Message"] [2024/05/06 22:08:13.199 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:13.199 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:13.199 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:13.199 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:13.245 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=3037d9ad26fb2231] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:08:14.687 +08:00] [INFO] [raft.go:966] ["3037d9ad26fb2231 [logterm: 1, index: 3, vote: 0] cast MsgPreVote for 385a3ea8295f6f18 [logterm: 1, index: 3] at term 1"] [2024/05/06 22:08:14.687 +08:00] [INFO] [raft.go:865] ["3037d9ad26fb2231 [term: 1] received a MsgVote message with higher term from 385a3ea8295f6f18 [term: 2]"] [2024/05/06 22:08:14.687 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 2"] [2024/05/06 22:08:14.687 +08:00] [INFO] [raft.go:966] ["3037d9ad26fb2231 [logterm: 1, index: 3, vote: 0] cast MsgVote for 385a3ea8295f6f18 [logterm: 1, index: 3] at term 2"] [2024/05/06 22:08:14.687 +08:00] [INFO] [node.go:327] ["raft.node: 3037d9ad26fb2231 elected leader 385a3ea8295f6f18 at term 2"] [2024/05/06 22:08:14.688 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=3037d9ad26fb2231] [local-member-attributes="{Name:pd-0 ClientURLs:[http://127.0.0.1:2379]}"] [request-path=/0/members/3037d9ad26fb2231/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:08:14.688 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:08:14.689 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-0] [service-name=ResourceManager] [2024/05/06 22:08:14.689 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-0] [service-name=MetaStorage] [2024/05/06 22:08:14.689 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [cluster-version=3.4] [2024/05/06 22:08:14.689 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2379] [2024/05/06 22:08:14.689 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:08:14.692 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888217047498345] [2024/05/06 22:08:14.692 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-0\" member_id:3474484975246189105 peer_urls:\"http://127.0.0.1:2380\" client_urls:\"http://127.0.0.1:2379\" "] [root-path=/pd/7365888217047498345] [2024/05/06 22:08:14.696 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:08:14.697 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=3474484975246189105] [2024/05/06 22:08:14.697 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:08:14.698 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:08:14.698 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-0] [2024/05/06 22:08:14.698 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-0] [2024/05/06 22:08:14.699 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:08:14.699 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:08:14.699 +08:00] [INFO] [server.go:1691] ["skip campaigning of pd leader and check later"] [server-name=pd-0] [etcd-leader-id=4060626905997471512] [member-id=3474484975246189105] [2024/05/06 22:08:14.699 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:08:14.901 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:08:14.901 +08:00] [INFO] [server.go:1662] ["start to watch pd leader"] [pd-leader="name:\"pd-2\" member_id:4060626905997471512 peer_urls:\"http://127.0.0.1:2383\" client_urls:\"http://127.0.0.1:2384\" "] [2024/05/06 22:08:14.901 +08:00] [INFO] [client.go:104] ["region syncer start load region"] [2024/05/06 22:08:14.901 +08:00] [INFO] [client.go:107] ["region syncer finished load regions"] [time-cost=38.472µs] [2024/05/06 22:08:14.902 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-0] [leader=pd-2] [request-index=0] [2024/05/06 22:08:14.902 +08:00] [INFO] [leadership.go:317] ["watch channel is created"] [revision=12] [leader-key=/pd/7365888217047498345/leader] [purpose="leader election"] [2024/05/06 22:08:14.902 +08:00] [ERROR] [client.go:162] ["region sync with leader meet error"] [error="[PD:grpc:ErrGRPCRecv]receive response error: rpc error: code = Unavailable desc = server not started"] [2024/05/06 22:08:15.902 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-0] [leader=pd-2] [request-index=0] [2024/05/06 22:08:24.690 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2379]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2379,http://127.0.0.1:2382]"] [source=server-etcd-client] [2024/05/06 22:08:24.691 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2379]"] [endpoints="[http://127.0.0.1:2382,http://127.0.0.1:2384,http://127.0.0.1:2379]"] [source=election-etcd-client] ==> ./pd2.log <== [2024/05/06 22:08:12.177 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:08:12.177 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:08:12.177 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:08:12.177 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:08:12.177 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:08:12.177 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:08:12.177 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:08:12.177 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:08:12.177 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2382\",\"peer-urls\":\"http://127.0.0.1:2381\",\"advertise-client-urls\":\"http://127.0.0.1:2382\",\"advertise-peer-urls\":\"http://127.0.0.1:2381\",\"name\":\"pd-1\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-1/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-1\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:08:12.181 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:08:12.181 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:08:12.181 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:08:12.181 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:08:12.183 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:08:12.183 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:08:12.183 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-1] [service-name=MetaStorage] [2024/05/06 22:08:12.183 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:08:12.183 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-1] [service-name=ResourceManager] [2024/05/06 22:08:12.183 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:08:12.183 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:12.183 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:08:12.183 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2382]"] [2024/05/06 22:08:12.183 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:08:12.183 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=58] [max-cpu-available=58] [member-initialized=false] [name=pd-1] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2381]"] [listen-peer-urls="[http://127.0.0.1:2381]"] [advertise-client-urls="[http://127.0.0.1:2382]"] [listen-client-urls="[http://127.0.0.1:2382]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:08:12.183 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:08:12.184 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap/db] [took=315.427µs] [2024/05/06 22:08:13.186 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=1f01bdf364b8beaa] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:08:13.187 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=()"] [2024/05/06 22:08:13.187 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 0"] [2024/05/06 22:08:13.187 +08:00] [INFO] [raft.go:389] ["newRaft 1f01bdf364b8beaa [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:08:13.187 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 1"] [2024/05/06 22:08:13.187 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:08:13.187 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:08:13.187 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:13.188 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:08:13.189 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:08:13.189 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:13.189 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:13.189 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:13.189 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:13.189 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:13.189 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:13.189 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [remote-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:13.189 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:13.189 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:13.189 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:13.189 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:13.189 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:13.189 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:13.189 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [remote-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:13.189 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=1f01bdf364b8beaa] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:08:13.190 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:08:13.190 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:08:13.190 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:08:13.190 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:08:13.190 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:13.190 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:13.190 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:13.190 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:13.190 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:13.190 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:13.190 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:13.190 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:13.191 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=385a3ea8295f6f18] [2024/05/06 22:08:13.191 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:13.191 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:13.192 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2381] [2024/05/06 22:08:13.192 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=1f01bdf364b8beaa] [initial-advertise-peer-urls="[http://127.0.0.1:2381]"] [listen-peer-urls="[http://127.0.0.1:2381]"] [advertise-client-urls="[http://127.0.0.1:2382]"] [listen-client-urls="[http://127.0.0.1:2382]"] [listen-metrics-urls="[]"] [2024/05/06 22:08:13.193 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream Message"] [2024/05/06 22:08:13.193 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:13.193 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:13.193 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:13.195 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:13.195 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=3037d9ad26fb2231] [2024/05/06 22:08:13.195 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:13.195 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream Message"] [2024/05/06 22:08:13.195 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:13.199 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:13.199 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:13.240 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=1f01bdf364b8beaa] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:08:14.687 +08:00] [INFO] [raft.go:966] ["1f01bdf364b8beaa [logterm: 1, index: 3, vote: 0] cast MsgPreVote for 385a3ea8295f6f18 [logterm: 1, index: 3] at term 1"] [2024/05/06 22:08:14.687 +08:00] [INFO] [raft.go:865] ["1f01bdf364b8beaa [term: 1] received a MsgVote message with higher term from 385a3ea8295f6f18 [term: 2]"] [2024/05/06 22:08:14.687 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 2"] [2024/05/06 22:08:14.687 +08:00] [INFO] [raft.go:966] ["1f01bdf364b8beaa [logterm: 1, index: 3, vote: 0] cast MsgVote for 385a3ea8295f6f18 [logterm: 1, index: 3] at term 2"] [2024/05/06 22:08:14.687 +08:00] [INFO] [node.go:327] ["raft.node: 1f01bdf364b8beaa elected leader 385a3ea8295f6f18 at term 2"] [2024/05/06 22:08:14.688 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=1f01bdf364b8beaa] [local-member-attributes="{Name:pd-1 ClientURLs:[http://127.0.0.1:2382]}"] [request-path=/0/members/1f01bdf364b8beaa/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:08:14.688 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:08:14.689 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-1] [service-name=MetaStorage] [2024/05/06 22:08:14.689 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-1] [service-name=ResourceManager] [2024/05/06 22:08:14.689 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2382] [2024/05/06 22:08:14.689 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [cluster-version=3.4] [2024/05/06 22:08:14.689 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:08:14.692 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888217047498345] [2024/05/06 22:08:14.692 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-1\" member_id:2234275743217008298 peer_urls:\"http://127.0.0.1:2381\" client_urls:\"http://127.0.0.1:2382\" "] [root-path=/pd/7365888217047498345] [2024/05/06 22:08:14.696 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:08:14.697 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=2234275743217008298] [2024/05/06 22:08:14.697 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:08:14.698 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:08:14.698 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-1] [2024/05/06 22:08:14.698 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-1] [2024/05/06 22:08:14.698 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:08:14.699 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:08:14.699 +08:00] [INFO] [server.go:1691] ["skip campaigning of pd leader and check later"] [server-name=pd-1] [etcd-leader-id=4060626905997471512] [member-id=2234275743217008298] [2024/05/06 22:08:14.699 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:08:14.901 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:08:14.901 +08:00] [INFO] [server.go:1662] ["start to watch pd leader"] [pd-leader="name:\"pd-2\" member_id:4060626905997471512 peer_urls:\"http://127.0.0.1:2383\" client_urls:\"http://127.0.0.1:2384\" "] [2024/05/06 22:08:14.901 +08:00] [INFO] [client.go:104] ["region syncer start load region"] [2024/05/06 22:08:14.901 +08:00] [INFO] [client.go:107] ["region syncer finished load regions"] [time-cost=54.063µs] [2024/05/06 22:08:14.902 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-1] [leader=pd-2] [request-index=0] [2024/05/06 22:08:14.902 +08:00] [INFO] [leadership.go:317] ["watch channel is created"] [revision=12] [leader-key=/pd/7365888217047498345/leader] [purpose="leader election"] [2024/05/06 22:08:14.902 +08:00] [ERROR] [client.go:162] ["region sync with leader meet error"] [error="[PD:grpc:ErrGRPCRecv]receive response error: rpc error: code = Unavailable desc = server not started"] [2024/05/06 22:08:15.743 +08:00] [INFO] [dbstore.go:33] ["Dashboard initializing local storage file"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/dashboard.sqlite.db] [2024/05/06 22:08:15.754 +08:00] [INFO] [version.go:33] ["TiDB Dashboard started"] [internal-version=8.0.0-9768844f] [standalone=No] [pd-version=v8.2.0-alpha-15-gf83febabe] [build-time="2024-05-06 08:48:58"] [build-git-hash=9768844ff5d7] [2024/05/06 22:08:15.754 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:42987] [remotes="[]"] [2024/05/06 22:08:15.754 +08:00] [INFO] [manager.go:201] ["dashboard server is started"] [2024/05/06 22:08:15.754 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:45685] [remotes="[]"] [2024/05/06 22:08:15.754 +08:00] [WARN] [dynamic_config_manager.go:165] ["Dynamic config does not exist in etcd"] [2024/05/06 22:08:15.758 +08:00] [INFO] [manager.go:74] ["Key visual service is started"] [2024/05/06 22:08:15.902 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-1] [leader=pd-2] [request-index=0] [2024/05/06 22:08:24.691 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2382]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2379,http://127.0.0.1:2382]"] [source=server-etcd-client] [2024/05/06 22:08:24.691 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2382]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2382,http://127.0.0.1:2379]"] [source=election-etcd-client] + find . -name 'tikv*.log' -type f -exec tail -n 500 '{}' + ==> ./tikv1.log <== [2024/05/06 22:08:12.142 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:08:12.142 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:08:12.142 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:08:12.142 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:08:12.142 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:08:12.142 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:08:12.142 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:08:12.142 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:08:12.142 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:08:12.142 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:08:12.142 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:08:12.142 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={0, 13, 18, 26, 34, 46, 35, 16, 10, 50, 62, 65, 61, 68, 33, 6, 71, 22, 64, 54, 69, 60, 63, 66, 52, 17, 36, 23, 24, 25, 47, 32, 57, 15, 28, 29, 27, 30, 55, 67, 59, 19, 56, 11, 31, 42, 43, 49, 51, 20, 53, 70, 14, 58, 7, 21, 48, 12}"] [thread_id=1] [2024/05/06 22:08:12.142 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:08:12.142 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 128, expect 32768"] [thread_id=1] [2024/05/06 22:08:12.142 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:08:12.142 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:08:12.144 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:12.144 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:08:12.144 +08:00] [INFO] [] ["subchannel 0x7f3f90e4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f3f90eafb88, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f3f90e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f3f90ed2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004492.144672793\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:08:12.144 +08:00] [INFO] [] ["subchannel 0x7f3f90e4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f3f90eafb88, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f3f90e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f3f90ed2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:12.145 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:12.145 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:12.145 +08:00] [INFO] [] ["subchannel 0x7f3f90e4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f3f90eafb88, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f3f90e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f3f90ed2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004492.145219776\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:08:12.145 +08:00] [INFO] [] ["subchannel 0x7f3f90e4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f3f90eafb88, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f3f90e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f3f90ed2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:12.145 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:12.145 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:12.145 +08:00] [INFO] [] ["subchannel 0x7f3f90e4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f3f90eafb88, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f3f90e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f3f90ed2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004492.145520518\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:08:12.145 +08:00] [INFO] [] ["subchannel 0x7f3f90e4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f3f90eafb88, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f3f90e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f3f90ed2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:12.145 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:12.145 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:08:12.446 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:14.447 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:14.447 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:14.690 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:14.992 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:14.993 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:14.996 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:14.997 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:14.998 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:14.998 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:14.999 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:08:14.999 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888217047498345] [thread_id=1] [2024/05/06 22:08:14.999 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:14.999 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:15.001 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20180] [thread_id=1] [2024/05/06 22:08:15.002 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:08:15.002 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382958/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382957/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382956/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382955/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382954/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382953/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382951/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382950/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382948/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/300097/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27726/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27725/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27724/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27723/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27722/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27721/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27720/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/759379/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/759379/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data] [thread_id=1] [2024/05/06 22:08:15.002 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data] [thread_id=1] [2024/05/06 22:08:15.002 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382958/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382957/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382956/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382955/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382954/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382953/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382951/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382950/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382948/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/300097/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27726/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27725/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27724/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27723/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27722/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27721/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27720/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/759379/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/759379/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft] [thread_id=1] [2024/05/06 22:08:15.002 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft] [thread_id=1] [2024/05/06 22:08:15.003 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv1.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20160\",\"advertise-addr\":\"127.0.0.1:20160\",\"status-addr\":\"127.0.0.1:20180\",\"advertise-status-addr\":\"127.0.0.1:20180\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:08:15.003 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:08:15.004 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:08:15.004 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=17] [2024/05/06 22:08:15.004 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=17] [2024/05/06 22:08:15.004 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=1ms] [thread_id=18] [2024/05/06 22:08:15.005 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=18] [2024/05/06 22:08:15.011 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:08:15.011 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:08:15.012 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 181.653µs"] [thread_id=1] [2024/05/06 22:08:15.075 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:08:15.077 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:08:15.077 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:08:15.077 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/log-backup-temp] [thread_id=1] [2024/05/06 22:08:15.078 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=73] [2024/05/06 22:08:15.078 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:08:15.079 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=73] [2024/05/06 22:08:15.079 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=74] [2024/05/06 22:08:15.079 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=73] [2024/05/06 22:08:15.079 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=73] [2024/05/06 22:08:15.079 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=74] [2024/05/06 22:08:15.086 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 4 region_epoch { conf_ver: 1 version: 1 } peers { id: 7 store_id: 1 }"] [store_id=1] [thread_id=1] [2024/05/06 22:08:15.087 +08:00] [ERROR] [raft_server.rs:426] ["bootstrap cluster"] [err_code=KV:Pd:Unknown] [err="Other(\"[components/pd_client/src/util.rs:952]: [PD:etcd:ErrEtcdTxnConflict]etcd transaction failed, conflicted and rolled back\")"] [cluster_id=7365888217047498345] [thread_id=1] [2024/05/06 22:08:18.088 +08:00] [INFO] [raft_server.rs:416] ["cluster is already bootstrapped"] [cluster_id=7365888217047498345] [thread_id=1] [2024/05/06 22:08:18.088 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 1 address: \"127.0.0.1:20160\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20160\" status_address: \"127.0.0.1:20180\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004495 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:08:18.091 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=1] [status=Some()] [thread_id=1] [2024/05/06 22:08:18.091 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=2] [thread_id=1] [2024/05/06 22:08:18.091 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=3] [thread_id=1] [2024/05/06 22:08:18.091 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:08:18.091 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=1] [thread_id=1] [2024/05/06 22:08:18.092 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:08:18.095 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:08:18.095 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=37.638µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=0] [store_id=1] [thread_id=1] [2024/05/06 22:08:18.095 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=43.638µs] [garbage_range_count=1] [store_id=1] [thread_id=1] [2024/05/06 22:08:18.097 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:08:18.097 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:08:18.097 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:08:18.100 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:08:18.100 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:08:18.101 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:08:18.102 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=18] [2024/05/06 22:08:18.102 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=18] [2024/05/06 22:08:18.102 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20160] [thread_id=1] [2024/05/06 22:08:18.107 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:28.099 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:28.124 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(2)] [thread_id=7] [2024/05/06 22:08:28.124 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=11] [store_id=1] [peer_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.125 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.125 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.125 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.125 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 23."] [id=23] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.125 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=13] [store_id=1] [peer_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.125 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.125 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.125 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.125 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 24."] [id=24] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.125 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=17] [store_id=1] [peer_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.125 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.125 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.125 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 11"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=11] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.125 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.125 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.125 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 26."] [id=26] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.125 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=15] [store_id=1] [peer_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.125 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.125 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.125 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.125 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 25."] [id=25] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.125 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=9] [store_id=1] [peer_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:08:28.125 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:08:28.125 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:08:28.125 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:08:28.125 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 27."] [id=27] [raft_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:08:28.125 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 13"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=13] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.125 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.125 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 17"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=17] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.125 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.125 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 15"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=15] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:28.125 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:28.125 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 9"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=9] [raft_id=27] [region_id=6] [thread_id=101] [2024/05/06 22:08:28.125 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=27] [region_id=6] [thread_id=101] [2024/05/06 22:08:28.126 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20162] [store_id=2] [thread_id=71] [2024/05/06 22:08:28.126 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=2] [addr=127.0.0.1:20162] [thread_id=71] [2024/05/06 22:08:28.126 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=5] [cost=784.36µs] [addr=127.0.0.1:20162] [store_id=2] [thread_id=71] [2024/05/06 22:08:28.128 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=131] [2024/05/06 22:08:28.128 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=133] [2024/05/06 22:08:28.128 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/rev_12_6_9_(default|lock|write).sst] [snap_key=12_6_9] [thread_id=131] [2024/05/06 22:08:28.128 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/rev_10_6_9_(default|lock|write).sst] [snap_key=10_6_9] [thread_id=133] [2024/05/06 22:08:28.128 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=130] [2024/05/06 22:08:28.129 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/rev_6_6_10_(default|lock|write).sst] [snap_key=6_6_10] [thread_id=130] [2024/05/06 22:08:28.129 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=129] [2024/05/06 22:08:28.129 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/rev_16_6_9_(default|lock|write).sst] [snap_key=16_6_9] [thread_id=129] [2024/05/06 22:08:28.129 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=433.461µs] [snap_key=12_6_9] [thread_id=131] [2024/05/06 22:08:28.129 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=416.202µs] [snap_key=10_6_9] [thread_id=133] [2024/05/06 22:08:28.129 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.129 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.129 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 21} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.129 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.129 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.129 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 11} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.129 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.129 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.129 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.129 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.129 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 23 store_id: 1 role: Learner }"] [peer_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.129 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=133] [2024/05/06 22:08:28.129 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 24 store_id: 1 role: Learner }"] [peer_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.129 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/rev_14_6_9_(default|lock|write).sst] [snap_key=14_6_9] [thread_id=133] [2024/05/06 22:08:28.129 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=413.554µs] [snap_key=6_6_10] [thread_id=130] [2024/05/06 22:08:28.129 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 10, term: 6]"] [snapshot_term=6] [snapshot_index=10] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:08:28.129 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9, 19} }, outgoing: Configuration { voters: {} } }, learners: {27}, learners_next: {}, auto_leave: false }"] [raft_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:08:28.129 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=10] [last_term=6] [last_index=10] [commit=10] [raft_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:08:28.129 +08:00] [INFO] [raft.rs:2549] ["[commit: 10, term: 6] restored snapshot [index: 10, term: 6]"] [snapshot_term=6] [snapshot_index=10] [commit=10] [term=6] [raft_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:08:28.129 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:08:28.129 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 10 truncated_state { index: 10 term: 6 }"] [region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 27 store_id: 1 role: Learner }"] [peer_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:08:28.129 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=485.38µs] [snap_key=16_6_9] [thread_id=129] [2024/05/06 22:08:28.129 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.129 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 18} }, outgoing: Configuration { voters: {} } }, learners: {26}, learners_next: {}, auto_leave: false }"] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.129 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.129 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.129 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.129 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 23 store_id: 1 role: Learner }"] [peer_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.129 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 26 store_id: 1 role: Learner }"] [peer_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.129 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=426.055µs] [snap_key=14_6_9] [thread_id=133] [2024/05/06 22:08:28.129 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.129 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {22, 15} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.129 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.129 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.129 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=23] [region_id=10] [thread_id=80] [2024/05/06 22:08:28.129 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.129 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 25 store_id: 1 role: Learner }"] [peer_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.129 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 27 store_id: 1 role: Learner }"] [peer_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:08:28.129 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 24 store_id: 1 role: Learner }"] [peer_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.130 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:28.130 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=60.082µs] [region_id=10] [thread_id=80] [2024/05/06 22:08:28.130 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 25 store_id: 1 role: Learner }"] [peer_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:28.130 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 26 store_id: 1 role: Learner }"] [peer_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.130 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=24] [region_id=12] [thread_id=80] [2024/05/06 22:08:28.130 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:28.130 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=26.91µs] [region_id=12] [thread_id=80] [2024/05/06 22:08:28.130 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=27] [region_id=6] [thread_id=80] [2024/05/06 22:08:28.130 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:28.130 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=16.524µs] [region_id=6] [thread_id=80] [2024/05/06 22:08:28.130 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=26] [region_id=16] [thread_id=80] [2024/05/06 22:08:28.130 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:28.130 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=20.639µs] [region_id=16] [thread_id=80] [2024/05/06 22:08:28.130 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=25] [region_id=14] [thread_id=80] [2024/05/06 22:08:28.130 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:28.130 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=25.815µs] [region_id=14] [thread_id=80] [2024/05/06 22:08:28.130 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 1 } } }"] [index=10] [term=6] [peer_id=23] [region_id=10] [thread_id=103] [2024/05/06 22:08:28.130 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=23] [region_id=10] [thread_id=103] [2024/05/06 22:08:28.130 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 23 store_id: 1 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 23 store_id: 1 role: Learner }"] [changes="[peer { id: 23 store_id: 1 }]"] [peer_id=23] [region_id=10] [thread_id=103] [2024/05/06 22:08:28.130 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 1 } } }"] [index=10] [term=6] [peer_id=24] [region_id=12] [thread_id=104] [2024/05/06 22:08:28.130 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=24] [region_id=12] [thread_id=104] [2024/05/06 22:08:28.131 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 24 store_id: 1 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 24 store_id: 1 role: Learner }"] [changes="[peer { id: 24 store_id: 1 }]"] [peer_id=24] [region_id=12] [thread_id=104] [2024/05/06 22:08:28.131 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 27 store_id: 1 } } }"] [index=11] [term=6] [peer_id=27] [region_id=6] [thread_id=104] [2024/05/06 22:08:28.131 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=27] [region_id=6] [thread_id=104] [2024/05/06 22:08:28.131 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 9 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 27 store_id: 1 }"] [original_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 27 store_id: 1 role: Learner }"] [changes="[peer { id: 27 store_id: 1 }]"] [peer_id=27] [region_id=6] [thread_id=104] [2024/05/06 22:08:28.131 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 23, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.131 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 26 store_id: 1 } } }"] [index=10] [term=6] [peer_id=26] [region_id=16] [thread_id=103] [2024/05/06 22:08:28.131 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=26] [region_id=16] [thread_id=103] [2024/05/06 22:08:28.131 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 26 store_id: 1 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 26 store_id: 1 role: Learner }"] [changes="[peer { id: 26 store_id: 1 }]"] [peer_id=26] [region_id=16] [thread_id=103] [2024/05/06 22:08:28.131 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {27, 9, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:08:28.131 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {24, 13, 21} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.131 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 1 } } }"] [index=10] [term=6] [peer_id=25] [region_id=14] [thread_id=104] [2024/05/06 22:08:28.131 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=25] [region_id=14] [thread_id=104] [2024/05/06 22:08:28.131 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 25 store_id: 1 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 25 store_id: 1 role: Learner }"] [changes="[peer { id: 25 store_id: 1 }]"] [peer_id=25] [region_id=14] [thread_id=104] [2024/05/06 22:08:28.131 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 18, 26} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.131 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {25, 22, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:09:18.098 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=10_6_9] [peer_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:09:18.098 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=6_6_10] [peer_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:09:18.098 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=12_6_9] [peer_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:09:18.098 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=14_6_9] [peer_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:09:18.098 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=16_6_9] [peer_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:09:18.098 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:18.098 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:18.098 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:18.098 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:18.098 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] ==> ./tikv3.log <== [2024/05/06 22:08:12.141 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:08:12.141 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:08:12.141 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:08:12.141 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:08:12.141 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:08:12.141 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:08:12.141 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:08:12.141 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:08:12.141 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:08:12.141 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:08:12.141 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:08:12.141 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={55, 68, 17, 22, 21, 28, 35, 58, 64, 67, 14, 29, 26, 0, 16, 60, 48, 33, 63, 47, 59, 49, 25, 27, 46, 53, 10, 15, 23, 54, 62, 7, 13, 24, 36, 52, 57, 70, 32, 61, 6, 43, 50, 30, 20, 69, 19, 71, 65, 11, 56, 31, 66, 12, 18, 42, 34, 51}"] [thread_id=1] [2024/05/06 22:08:12.142 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:08:12.142 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 128, expect 32768"] [thread_id=1] [2024/05/06 22:08:12.142 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:08:12.142 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:08:12.144 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:12.144 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:08:12.144 +08:00] [INFO] [] ["subchannel 0x7fc66164d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7fc6616afb80, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fc661637e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fc6616d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004492.144467685\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:08:12.144 +08:00] [INFO] [] ["subchannel 0x7fc66164d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7fc6616afb80, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fc661637e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fc6616d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:12.144 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:12.144 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:12.145 +08:00] [INFO] [] ["subchannel 0x7fc66164dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7fc6616afb80, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fc661637e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fc6616d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004492.145021112\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:08:12.145 +08:00] [INFO] [] ["subchannel 0x7fc66164dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7fc6616afb80, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fc661637e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fc6616d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:12.145 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:12.145 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:12.145 +08:00] [INFO] [] ["subchannel 0x7fc66164e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7fc6616afb80, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fc661637e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fc6616d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004492.145289813\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:08:12.145 +08:00] [INFO] [] ["subchannel 0x7fc66164e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7fc6616afb80, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fc661637e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fc6616d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:12.145 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:12.145 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:08:12.446 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:14.447 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:14.447 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:14.690 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:14.992 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:14.993 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:14.995 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:14.996 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:14.997 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:14.997 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:14.998 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:08:14.998 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888217047498345] [thread_id=1] [2024/05/06 22:08:14.998 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:14.998 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:15.000 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20182] [thread_id=1] [2024/05/06 22:08:15.001 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:08:15.001 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382958/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382957/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382956/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382955/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382954/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382953/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382951/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382950/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382948/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/300097/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27726/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27725/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27724/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27723/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27722/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27721/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27720/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/759379/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/759379/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data] [thread_id=1] [2024/05/06 22:08:15.002 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data] [thread_id=1] [2024/05/06 22:08:15.002 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382958/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382957/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382956/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382955/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382954/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382953/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382951/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382950/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382948/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/300097/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27726/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27725/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27724/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27723/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27722/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27721/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27720/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/759379/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/759379/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft] [thread_id=1] [2024/05/06 22:08:15.002 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft] [thread_id=1] [2024/05/06 22:08:15.003 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv3.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20162\",\"advertise-addr\":\"127.0.0.1:20162\",\"status-addr\":\"127.0.0.1:20182\",\"advertise-status-addr\":\"127.0.0.1:20182\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:08:15.003 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:08:15.004 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=0ns] [thread_id=17] [2024/05/06 22:08:15.004 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:08:15.005 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=18] [2024/05/06 22:08:15.005 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=18] [2024/05/06 22:08:15.005 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=17] [2024/05/06 22:08:15.011 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:08:15.011 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:08:15.012 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 229.318µs"] [thread_id=1] [2024/05/06 22:08:15.075 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:08:15.077 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:08:15.077 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:08:15.077 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/log-backup-temp] [thread_id=1] [2024/05/06 22:08:15.078 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=74] [2024/05/06 22:08:15.078 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:08:15.079 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:08:15.079 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:08:15.079 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=73] [2024/05/06 22:08:15.079 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:08:15.079 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=74] [2024/05/06 22:08:15.086 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 6 region_epoch { conf_ver: 1 version: 1 } peers { id: 9 store_id: 2 }"] [store_id=2] [thread_id=1] [2024/05/06 22:08:15.092 +08:00] [INFO] [raft_server.rs:404] ["bootstrap cluster ok"] [cluster_id=7365888217047498345] [thread_id=1] [2024/05/06 22:08:15.092 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 2 address: \"127.0.0.1:20162\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20162\" status_address: \"127.0.0.1:20182\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004495 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:08:15.096 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=2] [status=Some()] [thread_id=1] [2024/05/06 22:08:15.096 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=2] [thread_id=1] [2024/05/06 22:08:15.096 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=2] [thread_id=1] [2024/05/06 22:08:15.097 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:08:15.099 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:08:15.100 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=9] [region_id=6] [thread_id=1] [2024/05/06 22:08:15.100 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=9] [region_id=6] [thread_id=1] [2024/05/06 22:08:15.100 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=9] [region_id=6] [thread_id=1] [2024/05/06 22:08:15.100 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {9} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=9] [region_id=6] [thread_id=1] [2024/05/06 22:08:15.100 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 9."] [id=9] [raft_id=9] [region_id=6] [thread_id=1] [2024/05/06 22:08:15.100 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=9] [region_id=6] [thread_id=1] [2024/05/06 22:08:15.100 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=9] [region_id=6] [thread_id=1] [2024/05/06 22:08:15.100 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=9] [region_id=6] [thread_id=1] [2024/05/06 22:08:15.100 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=9] [region_id=6] [thread_id=1] [2024/05/06 22:08:15.100 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=188.401µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=1] [store_id=2] [thread_id=1] [2024/05/06 22:08:15.100 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=6.607µs] [garbage_range_count=2] [store_id=2] [thread_id=1] [2024/05/06 22:08:15.101 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803778] [region_id=6] [thread_id=101] [2024/05/06 22:08:15.101 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:08:15.101 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:08:15.101 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:08:15.102 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=6] [thread_id=31] [2024/05/06 22:08:15.104 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 6 region_epoch { conf_ver: 1 version: 1 } peers { id: 9 store_id: 2 }"] [thread_id=68] [2024/05/06 22:08:15.104 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(0)] [region=6] [thread_id=68] [2024/05/06 22:08:15.105 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:08:15.105 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:08:15.106 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:08:15.106 +08:00] [INFO] [deadlock.rs:761] ["became the leader of deadlock detector!"] [self_id=2] [thread_id=127] [2024/05/06 22:08:15.107 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=17] [2024/05/06 22:08:15.107 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20162] [thread_id=1] [2024/05/06 22:08:15.107 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=17] [2024/05/06 22:08:15.111 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:18.105 +08:00] [INFO] [pd.rs:1531] ["try to split"] [region_epoch="conf_ver: 1 version: 1"] [region_id=6] [thread_id=31] [2024/05/06 22:08:18.105 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=pd] [split_keys="4 keys range from 7200000000000000FB to 7800000100000000FB"] [peer_id=9] [region_id=6] [thread_id=101] [2024/05/06 22:08:18.105 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 6 region_epoch { conf_ver: 1 version: 1 } peers { id: 9 store_id: 2 }"] [new_region_ids="[new_region_id: 10 new_peer_ids: 11, new_region_id: 12 new_peer_ids: 13, new_region_id: 14 new_peer_ids: 15, new_region_id: 16 new_peer_ids: 17]"] [region_id=6] [thread_id=31] [2024/05/06 22:08:18.106 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7200000000000000FB new_region_id: 10 new_peer_ids: 11 } requests { split_key: 7200000100000000FB new_region_id: 12 new_peer_ids: 13 } requests { split_key: 7800000000000000FB new_region_id: 14 new_peer_ids: 15 } requests { split_key: 7800000100000000FB new_region_id: 16 new_peer_ids: 17 } right_derive: true }"] [index=7] [term=6] [peer_id=9] [region_id=6] [thread_id=103] [2024/05/06 22:08:18.106 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="4 keys range from 7200000000000000FB to 7800000100000000FB"] [region="id: 6 region_epoch { conf_ver: 1 version: 1 } peers { id: 9 store_id: 2 }"] [peer_id=9] [region_id=6] [thread_id=103] [2024/05/06 22:08:18.106 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=6] [thread_id=101] [2024/05/06 22:08:18.106 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:08:18.106 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=5] [peer_id=9] [region_id=6] [thread_id=101] [2024/05/06 22:08:18.106 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(0)] [region_id=6] [store_id=Some(2)] [thread_id=68] [2024/05/06 22:08:18.106 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=2] [is_uninitialized_peer_exist=false] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 2 }"] [region_id=10] [thread_id=101] [2024/05/06 22:08:18.106 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:18.106 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 9 store_id: 2 }"] [thread_id=68] [2024/05/06 22:08:18.106 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:18.106 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:18.106 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:18.106 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 11."] [id=11] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:18.106 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:18.106 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:18.106 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:18.106 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:18.106 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=2] [is_uninitialized_peer_exist=false] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 2 }"] [region_id=12] [thread_id=101] [2024/05/06 22:08:18.106 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:18.106 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:18.106 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:18.106 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:18.106 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 13."] [id=13] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:18.106 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:18.106 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:18.106 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:18.106 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:18.106 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=2] [is_uninitialized_peer_exist=false] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 2 }"] [region_id=14] [thread_id=101] [2024/05/06 22:08:18.106 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:18.106 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:18.106 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:18.106 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:18.106 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 15."] [id=15] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:18.106 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:18.107 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:18.107 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:18.107 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:18.107 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=2] [is_uninitialized_peer_exist=false] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 17 store_id: 2 }"] [region_id=16] [thread_id=101] [2024/05/06 22:08:18.107 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:18.107 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:18.107 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:18.107 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:18.107 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 17."] [id=17] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:18.107 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:18.107 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:18.107 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:18.107 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:18.107 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=10] [thread_id=102] [2024/05/06 22:08:18.107 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=12] [thread_id=101] [2024/05/06 22:08:18.107 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=14] [thread_id=101] [2024/05/06 22:08:18.107 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=16] [thread_id=102] [2024/05/06 22:08:18.107 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=7] [observe_id=ObserveId(1)] [region=6] [thread_id=68] [2024/05/06 22:08:18.107 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=12] [thread_id=31] [2024/05/06 22:08:18.107 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 2 }"] [thread_id=68] [2024/05/06 22:08:18.107 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=10] [thread_id=31] [2024/05/06 22:08:18.107 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=14] [thread_id=31] [2024/05/06 22:08:18.107 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=16] [thread_id=31] [2024/05/06 22:08:18.107 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 2 }"] [thread_id=68] [2024/05/06 22:08:18.107 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 17 store_id: 2 }"] [thread_id=68] [2024/05/06 22:08:18.107 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 2 }"] [thread_id=68] [2024/05/06 22:08:18.107 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(2)] [region=12] [thread_id=68] [2024/05/06 22:08:18.107 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(4)] [region=16] [thread_id=68] [2024/05/06 22:08:18.107 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(5)] [region=14] [thread_id=68] [2024/05/06 22:08:18.107 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(3)] [region=10] [thread_id=68] [2024/05/06 22:08:25.103 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:28.102 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 18 store_id: 3 role: Learner } change_type: AddLearnerNode]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:28.102 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 19 store_id: 3 role: Learner } change_type: AddLearnerNode]"] [region_id=6] [thread_id=31] [2024/05/06 22:08:28.102 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 20 store_id: 3 role: Learner } change_type: AddLearnerNode]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:28.102 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 18 store_id: 3 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.102 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 19 store_id: 3 role: Learner }]"] [peer_id=9] [region_id=6] [thread_id=101] [2024/05/06 22:08:28.102 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 20 store_id: 3 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.102 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 21 store_id: 3 role: Learner } change_type: AddLearnerNode]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:28.102 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 22 store_id: 3 role: Learner } change_type: AddLearnerNode]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:28.102 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 21 store_id: 3 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.102 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 22 store_id: 3 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:28.102 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 19 store_id: 3 role: Learner } } }"] [index=8] [term=6] [peer_id=9] [region_id=6] [thread_id=103] [2024/05/06 22:08:28.102 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=9] [region_id=6] [thread_id=103] [2024/05/06 22:08:28.102 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 18 store_id: 3 role: Learner } } }"] [index=7] [term=6] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:28.102 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:28.102 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 2 } peers { id: 19 store_id: 3 role: Learner }"] [original_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 9 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 19 store_id: 3 role: Learner }]"] [peer_id=9] [region_id=6] [thread_id=103] [2024/05/06 22:08:28.102 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 2 } peers { id: 18 store_id: 3 role: Learner }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 17 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 18 store_id: 3 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:28.102 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 20 store_id: 3 role: Learner } } }"] [index=7] [term=6] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:28.102 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:28.102 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 2 } peers { id: 20 store_id: 3 role: Learner }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 20 store_id: 3 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:28.102 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 21 store_id: 3 role: Learner } } }"] [index=7] [term=6] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:28.102 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:28.102 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 2 } peers { id: 21 store_id: 3 role: Learner }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 21 store_id: 3 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:28.102 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 22 store_id: 3 role: Learner } } }"] [index=7] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:28.102 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }, learners: {18}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.102 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:28.102 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 2 } peers { id: 22 store_id: 3 role: Learner }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 22 store_id: 3 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:28.102 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 2 } peers { id: 18 store_id: 3 role: Learner }"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.102 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9} }, outgoing: Configuration { voters: {} } }, learners: {19}, learners_next: {}, auto_leave: false }"] [raft_id=9] [region_id=6] [thread_id=101] [2024/05/06 22:08:28.102 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 2 } peers { id: 19 store_id: 3 role: Learner }"] [peer_id=9] [region_id=6] [thread_id=101] [2024/05/06 22:08:28.103 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {20}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.103 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {21}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.103 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 2 } peers { id: 20 store_id: 3 role: Learner }"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.103 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 2 } peers { id: 21 store_id: 3 role: Learner }"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.103 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {22}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.103 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 2 } peers { id: 22 store_id: 3 role: Learner }"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.104 +08:00] [INFO] [replication_mode.rs:40] ["backup store labels"] [labels="[]"] [store_id=3] [thread_id=17] [2024/05/06 22:08:28.104 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20161] [store_id=3] [thread_id=71] [2024/05/06 22:08:28.104 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=3] [addr=127.0.0.1:20161] [thread_id=71] [2024/05/06 22:08:28.104 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=10] [cost=1.030983ms] [addr=127.0.0.1:20161] [store_id=3] [thread_id=71] [2024/05/06 22:08:28.107 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(3)] [thread_id=7] [2024/05/06 22:08:28.107 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=19] [request_index=0] [peer_id=9] [region_id=6] [thread_id=101] [2024/05/06 22:08:28.107 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=18] [request_index=0] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.107 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=20] [request_index=0] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.107 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=21] [request_index=0] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.107 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=22] [request_index=0] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:28.108 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:28.108 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:28.108 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:28.108 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:28.108 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:28.108 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:28.108 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=577.345µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:28.108 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=526.358µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:28.108 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=21] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.108 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=18] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.108 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:28.108 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_6_6_8_(default|lock|write).sst] [region_id=6] [thread_id=83] [2024/05/06 22:08:28.108 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:28.108 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_6_6_8_(default|lock|write).sst] [region_id=6] [thread_id=83] [2024/05/06 22:08:28.108 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:28.108 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_6_6_8_(default|lock|write).sst] [region_id=6] [thread_id=83] [2024/05/06 22:08:28.109 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:28.109 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=369.26µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:28.109 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=360.349µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_6_6_8_(default|lock|write).sst] [region_id=6] [thread_id=83] [2024/05/06 22:08:28.109 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=22] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:28.109 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=19] [peer_id=9] [region_id=6] [thread_id=102] [2024/05/06 22:08:28.109 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:28.109 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:28.109 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:28.109 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:28.109 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:28.109 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=338.543µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:28.109 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:28.109 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=20] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.109 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:28.110 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.084577ms] [size=0] [snap_key=14_6_7] [region_id=14] [thread_id=132] [2024/05/06 22:08:28.110 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 22 store_id: 3 role: Learner"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:28.110 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.714545ms] [size=0] [snap_key=16_6_7] [region_id=16] [thread_id=131] [2024/05/06 22:08:28.110 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 18 store_id: 3 role: Learner"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.110 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.433675ms] [size=0] [snap_key=12_6_7] [region_id=12] [thread_id=133] [2024/05/06 22:08:28.110 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 21 store_id: 3 role: Learner"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.110 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.189381ms] [size=0] [snap_key=6_6_8] [region_id=6] [thread_id=130] [2024/05/06 22:08:28.110 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 19 store_id: 3 role: Learner"] [peer_id=9] [region_id=6] [thread_id=102] [2024/05/06 22:08:28.111 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.308177ms] [size=0] [snap_key=10_6_7] [region_id=10] [thread_id=130] [2024/05/06 22:08:28.111 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 20 store_id: 3 role: Learner"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.111 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 22 store_id: 3 }]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:28.111 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 22 store_id: 3 }]"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:28.111 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 18 store_id: 3 }]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:28.111 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 18 store_id: 3 }]"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.111 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 22 store_id: 3 } } }"] [index=8] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:28.111 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:28.111 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 2 } peers { id: 22 store_id: 3 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 2 } peers { id: 22 store_id: 3 role: Learner }"] [changes="[peer { id: 22 store_id: 3 }]"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:28.111 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 21 store_id: 3 }]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:28.111 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 18 store_id: 3 } } }"] [index=8] [term=6] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:28.111 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 21 store_id: 3 }]"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.111 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:28.111 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 2 } peers { id: 18 store_id: 3 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 2 } peers { id: 18 store_id: 3 role: Learner }"] [changes="[peer { id: 18 store_id: 3 }]"] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:28.111 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 19 store_id: 3 }]"] [region_id=6] [thread_id=31] [2024/05/06 22:08:28.111 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 19 store_id: 3 }]"] [peer_id=9] [region_id=6] [thread_id=102] [2024/05/06 22:08:28.111 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 20 store_id: 3 }]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:28.111 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 20 store_id: 3 }]"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.111 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 21 store_id: 3 } } }"] [index=8] [term=6] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:28.111 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:28.111 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 2 } peers { id: 21 store_id: 3 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 2 } peers { id: 21 store_id: 3 role: Learner }"] [changes="[peer { id: 21 store_id: 3 }]"] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:28.111 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {22, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.111 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 2 } peers { id: 22 store_id: 3 }"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.111 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 18} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.111 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 19 store_id: 3 } } }"] [index=9] [term=6] [peer_id=9] [region_id=6] [thread_id=103] [2024/05/06 22:08:28.111 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=9] [region_id=6] [thread_id=103] [2024/05/06 22:08:28.111 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 9 store_id: 2 } peers { id: 19 store_id: 3 }"] [original_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 2 } peers { id: 19 store_id: 3 role: Learner }"] [changes="[peer { id: 19 store_id: 3 }]"] [peer_id=9] [region_id=6] [thread_id=103] [2024/05/06 22:08:28.111 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 2 } peers { id: 18 store_id: 3 }"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.111 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 20 store_id: 3 } } }"] [index=8] [term=6] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:28.111 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:28.111 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 2 } peers { id: 20 store_id: 3 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 2 } peers { id: 20 store_id: 3 role: Learner }"] [changes="[peer { id: 20 store_id: 3 }]"] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:28.111 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 21} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.111 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 2 } peers { id: 21 store_id: 3 }"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.112 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.112 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=9] [region_id=6] [thread_id=102] [2024/05/06 22:08:28.112 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 2 } peers { id: 20 store_id: 3 }"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.112 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 9 store_id: 2 } peers { id: 19 store_id: 3 }"] [peer_id=9] [region_id=6] [thread_id=102] [2024/05/06 22:08:28.122 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 23 store_id: 1 role: Learner } change_type: AddLearnerNode]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:28.122 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 1 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.122 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 24 store_id: 1 role: Learner } change_type: AddLearnerNode]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:28.122 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 25 store_id: 1 role: Learner } change_type: AddLearnerNode]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:28.122 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 1 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.122 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 1 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.122 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 23 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:28.122 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:28.122 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 26 store_id: 1 role: Learner } change_type: AddLearnerNode]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:28.122 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 23 store_id: 1 role: Learner }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 2 } peers { id: 20 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 1 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:28.122 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 27 store_id: 1 role: Learner } change_type: AddLearnerNode]"] [region_id=6] [thread_id=31] [2024/05/06 22:08:28.122 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 26 store_id: 1 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.122 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 24 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:28.122 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 27 store_id: 1 role: Learner }]"] [peer_id=9] [region_id=6] [thread_id=101] [2024/05/06 22:08:28.122 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:28.122 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 24 store_id: 1 role: Learner }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 2 } peers { id: 21 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 1 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:28.122 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 25 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:28.122 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:28.122 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 25 store_id: 1 role: Learner }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 2 } peers { id: 22 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 1 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:28.122 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 11} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.123 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 23 store_id: 1 role: Learner }"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.123 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 26 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:28.123 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:28.123 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 26 store_id: 1 role: Learner }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 2 } peers { id: 18 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 26 store_id: 1 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:28.123 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 27 store_id: 1 role: Learner } } }"] [index=10] [term=6] [peer_id=9] [region_id=6] [thread_id=104] [2024/05/06 22:08:28.123 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=9] [region_id=6] [thread_id=104] [2024/05/06 22:08:28.123 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 27 store_id: 1 role: Learner }"] [original_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 9 store_id: 2 } peers { id: 19 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 27 store_id: 1 role: Learner }]"] [peer_id=9] [region_id=6] [thread_id=104] [2024/05/06 22:08:28.123 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 21} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.123 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 24 store_id: 1 role: Learner }"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.123 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 18} }, outgoing: Configuration { voters: {} } }, learners: {26}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.123 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {22, 15} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:28.123 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 26 store_id: 1 role: Learner }"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.123 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 25 store_id: 1 role: Learner }"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:28.123 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9, 19} }, outgoing: Configuration { voters: {} } }, learners: {27}, learners_next: {}, auto_leave: false }"] [raft_id=9] [region_id=6] [thread_id=102] [2024/05/06 22:08:28.123 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 27 store_id: 1 role: Learner }"] [peer_id=9] [region_id=6] [thread_id=102] [2024/05/06 22:08:28.124 +08:00] [INFO] [replication_mode.rs:40] ["backup store labels"] [labels="[]"] [store_id=1] [thread_id=18] [2024/05/06 22:08:28.124 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20160] [store_id=1] [thread_id=71] [2024/05/06 22:08:28.124 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=1] [addr=127.0.0.1:20160] [thread_id=71] [2024/05/06 22:08:28.124 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=10] [cost=646.044µs] [addr=127.0.0.1:20160] [store_id=1] [thread_id=71] [2024/05/06 22:08:28.126 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(1)] [thread_id=8] [2024/05/06 22:08:28.127 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=23] [request_index=0] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.127 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=24] [request_index=0] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.127 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=27] [request_index=0] [peer_id=9] [region_id=6] [thread_id=101] [2024/05/06 22:08:28.127 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=26] [request_index=0] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.127 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=25] [request_index=0] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.127 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:28.127 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:28.127 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:28.127 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:28.127 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:28.127 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:28.127 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=382.588µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:28.127 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=471.597µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:28.127 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=24] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.128 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_6_6_10_(default|lock|write).sst] [region_id=6] [thread_id=84] [2024/05/06 22:08:28.128 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_6_6_10_(default|lock|write).sst] [region_id=6] [thread_id=84] [2024/05/06 22:08:28.128 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:28.128 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=23] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.128 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:28.128 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_6_6_10_(default|lock|write).sst] [region_id=6] [thread_id=84] [2024/05/06 22:08:28.128 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:28.128 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:28.128 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:28.128 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=397.585µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_6_6_10_(default|lock|write).sst] [region_id=6] [thread_id=84] [2024/05/06 22:08:28.128 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=27] [peer_id=9] [region_id=6] [thread_id=101] [2024/05/06 22:08:28.128 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=434.655µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:28.128 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:28.128 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:28.128 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:28.128 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:28.128 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=26] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.128 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:28.128 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=325.275µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:28.128 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=25] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:28.129 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:28.129 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.440998ms] [size=0] [snap_key=12_6_9] [region_id=12] [thread_id=133] [2024/05/06 22:08:28.129 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 24 store_id: 1 role: Learner"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.129 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.304465ms] [size=0] [snap_key=10_6_9] [region_id=10] [thread_id=130] [2024/05/06 22:08:28.129 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 23 store_id: 1 role: Learner"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.129 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.155578ms] [size=0] [snap_key=6_6_10] [region_id=6] [thread_id=131] [2024/05/06 22:08:28.129 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 27 store_id: 1 role: Learner"] [peer_id=9] [region_id=6] [thread_id=102] [2024/05/06 22:08:28.129 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.179017ms] [size=0] [snap_key=16_6_9] [region_id=16] [thread_id=131] [2024/05/06 22:08:28.129 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 26 store_id: 1 role: Learner"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.130 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.045623ms] [size=0] [snap_key=14_6_9] [region_id=14] [thread_id=131] [2024/05/06 22:08:28.130 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 25 store_id: 1 role: Learner"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.130 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 23 store_id: 1 }]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:28.130 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 23 store_id: 1 }]"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.130 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 24 store_id: 1 }]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:28.130 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 24 store_id: 1 }]"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.130 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 27 store_id: 1 }]"] [region_id=6] [thread_id=31] [2024/05/06 22:08:28.130 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 27 store_id: 1 }]"] [peer_id=9] [region_id=6] [thread_id=101] [2024/05/06 22:08:28.130 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 1 } } }"] [index=10] [term=6] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:28.130 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:28.130 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 23 store_id: 1 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 23 store_id: 1 role: Learner }"] [changes="[peer { id: 23 store_id: 1 }]"] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:28.130 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 26 store_id: 1 }]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:28.130 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 26 store_id: 1 }]"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.130 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 1 } } }"] [index=10] [term=6] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:28.130 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:28.130 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 24 store_id: 1 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 24 store_id: 1 role: Learner }"] [changes="[peer { id: 24 store_id: 1 }]"] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:28.130 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 23, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.130 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 27 store_id: 1 } } }"] [index=11] [term=6] [peer_id=9] [region_id=6] [thread_id=104] [2024/05/06 22:08:28.130 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=9] [region_id=6] [thread_id=104] [2024/05/06 22:08:28.130 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 9 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 27 store_id: 1 }"] [original_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 27 store_id: 1 role: Learner }"] [changes="[peer { id: 27 store_id: 1 }]"] [peer_id=9] [region_id=6] [thread_id=104] [2024/05/06 22:08:28.130 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 25 store_id: 1 }]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:28.130 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 23 store_id: 1 }"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.130 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 25 store_id: 1 }]"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.131 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 26 store_id: 1 } } }"] [index=10] [term=6] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:28.131 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {24, 13, 21} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.131 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:28.131 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 26 store_id: 1 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 26 store_id: 1 role: Learner }"] [changes="[peer { id: 26 store_id: 1 }]"] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:28.131 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 24 store_id: 1 }"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.131 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {27, 9, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=9] [region_id=6] [thread_id=102] [2024/05/06 22:08:28.131 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 1 } } }"] [index=10] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:28.131 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:28.131 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 25 store_id: 1 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 25 store_id: 1 role: Learner }"] [changes="[peer { id: 25 store_id: 1 }]"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:28.131 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 9 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 27 store_id: 1 }"] [peer_id=9] [region_id=6] [thread_id=102] [2024/05/06 22:08:28.131 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 18, 26} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.131 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 26 store_id: 1 }"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.131 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {25, 22, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.131 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 25 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=102] ==> ./tikv2.log <== [2024/05/06 22:08:12.142 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:08:12.142 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:08:12.142 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:08:12.142 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:08:12.142 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:08:12.142 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:08:12.142 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:08:12.142 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:08:12.142 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:08:12.142 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:08:12.142 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:08:12.142 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={34, 14, 53, 42, 16, 66, 52, 31, 51, 57, 23, 22, 18, 28, 43, 26, 58, 68, 30, 59, 33, 29, 6, 21, 64, 11, 19, 65, 69, 71, 67, 32, 70, 54, 47, 36, 49, 10, 63, 17, 12, 27, 20, 46, 50, 24, 13, 55, 25, 15, 7, 61, 35, 62, 56, 48, 60, 0}"] [thread_id=1] [2024/05/06 22:08:12.142 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:08:12.142 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 128, expect 32768"] [thread_id=1] [2024/05/06 22:08:12.142 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:08:12.142 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:08:12.144 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:12.144 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:08:12.144 +08:00] [INFO] [] ["subchannel 0x7f065da4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f065daafb88, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f065da37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f065dad2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004492.144475300\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:08:12.144 +08:00] [INFO] [] ["subchannel 0x7f065da4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f065daafb88, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f065da37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f065dad2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:12.144 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:12.144 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:12.145 +08:00] [INFO] [] ["subchannel 0x7f065da4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f065daafb88, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f065da37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f065dad2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004492.145050212\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:08:12.145 +08:00] [INFO] [] ["subchannel 0x7f065da4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f065daafb88, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f065da37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f065dad2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:12.145 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:12.145 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:12.145 +08:00] [INFO] [] ["subchannel 0x7f065da4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f065daafb88, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f065da37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f065dad2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004492.145317428\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:08:12.145 +08:00] [INFO] [] ["subchannel 0x7f065da4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f065daafb88, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f065da37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f065dad2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:12.145 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:12.145 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:08:12.446 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:14.447 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:14.447 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:14.690 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:14.992 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:14.993 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:14.995 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:14.996 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:14.997 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:14.997 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:14.997 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:08:14.998 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888217047498345] [thread_id=1] [2024/05/06 22:08:14.998 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:14.998 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:15.000 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20181] [thread_id=1] [2024/05/06 22:08:15.001 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:08:15.001 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382958/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382957/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382956/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382955/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382954/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382953/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382951/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382950/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382948/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/300097/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27726/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27725/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27724/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27723/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27722/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27721/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27720/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/759379/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/759379/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data] [thread_id=1] [2024/05/06 22:08:15.002 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data] [thread_id=1] [2024/05/06 22:08:15.002 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382958/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382957/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382956/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382955/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382954/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382953/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382951/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382950/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/382948/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/300097/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27726/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27725/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27724/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27723/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27722/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27721/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27720/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/759379/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/759379/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft] [thread_id=1] [2024/05/06 22:08:15.002 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft] [thread_id=1] [2024/05/06 22:08:15.003 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv2.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20161\",\"advertise-addr\":\"127.0.0.1:20161\",\"status-addr\":\"127.0.0.1:20181\",\"advertise-status-addr\":\"127.0.0.1:20181\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:08:15.003 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:08:15.004 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=0ns] [thread_id=18] [2024/05/06 22:08:15.004 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=17] [2024/05/06 22:08:15.004 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=17] [2024/05/06 22:08:15.004 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:08:15.005 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=18] [2024/05/06 22:08:15.011 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:08:15.011 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:08:15.012 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 228.859µs"] [thread_id=1] [2024/05/06 22:08:15.075 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:08:15.077 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:08:15.077 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:08:15.077 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/log-backup-temp] [thread_id=1] [2024/05/06 22:08:15.078 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=74] [2024/05/06 22:08:15.078 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:08:15.078 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:08:15.078 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:08:15.078 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:08:15.078 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=74] [2024/05/06 22:08:15.078 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=73] [2024/05/06 22:08:15.086 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 5 region_epoch { conf_ver: 1 version: 1 } peers { id: 8 store_id: 3 }"] [store_id=3] [thread_id=1] [2024/05/06 22:08:15.087 +08:00] [ERROR] [raft_server.rs:426] ["bootstrap cluster"] [err_code=KV:Pd:Unknown] [err="Other(\"[components/pd_client/src/util.rs:952]: [PD:etcd:ErrEtcdTxnConflict]etcd transaction failed, conflicted and rolled back\")"] [cluster_id=7365888217047498345] [thread_id=1] [2024/05/06 22:08:18.088 +08:00] [INFO] [raft_server.rs:416] ["cluster is already bootstrapped"] [cluster_id=7365888217047498345] [thread_id=1] [2024/05/06 22:08:18.088 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 3 address: \"127.0.0.1:20161\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20161\" status_address: \"127.0.0.1:20181\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004495 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:08:18.090 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=3] [status=Some()] [thread_id=1] [2024/05/06 22:08:18.091 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=2] [thread_id=1] [2024/05/06 22:08:18.091 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=3] [thread_id=1] [2024/05/06 22:08:18.091 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:08:18.091 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=3] [thread_id=1] [2024/05/06 22:08:18.092 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:08:18.095 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:08:18.095 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=46.119µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=0] [store_id=3] [thread_id=1] [2024/05/06 22:08:18.095 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=49.186µs] [garbage_range_count=1] [store_id=3] [thread_id=1] [2024/05/06 22:08:18.097 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:08:18.097 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:08:18.097 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:08:18.100 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:08:18.101 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:08:18.101 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:08:18.102 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20161] [thread_id=1] [2024/05/06 22:08:18.103 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=17] [2024/05/06 22:08:18.103 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=17] [2024/05/06 22:08:18.107 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:28.098 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:28.104 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(2)] [thread_id=7] [2024/05/06 22:08:28.105 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=17] [store_id=3] [peer_id=18] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.105 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.105 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=18] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.105 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=18] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.105 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 18."] [id=18] [raft_id=18] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.105 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=9] [store_id=3] [peer_id=19] [region_id=6] [thread_id=101] [2024/05/06 22:08:28.105 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=6] [thread_id=101] [2024/05/06 22:08:28.105 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=19] [region_id=6] [thread_id=101] [2024/05/06 22:08:28.105 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=19] [region_id=6] [thread_id=101] [2024/05/06 22:08:28.105 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 19."] [id=19] [raft_id=19] [region_id=6] [thread_id=101] [2024/05/06 22:08:28.105 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=11] [store_id=3] [peer_id=20] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.105 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.105 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=20] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.105 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=20] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.105 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 20."] [id=20] [raft_id=20] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.105 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 17"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=17] [raft_id=18] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.105 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=13] [store_id=3] [peer_id=21] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.105 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=18] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.105 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.105 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=21] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.105 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=21] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.105 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 21."] [id=21] [raft_id=21] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.105 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=15] [store_id=3] [peer_id=22] [region_id=14] [thread_id=101] [2024/05/06 22:08:28.105 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=14] [thread_id=101] [2024/05/06 22:08:28.105 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=22] [region_id=14] [thread_id=101] [2024/05/06 22:08:28.105 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=22] [region_id=14] [thread_id=101] [2024/05/06 22:08:28.105 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 22."] [id=22] [raft_id=22] [region_id=14] [thread_id=101] [2024/05/06 22:08:28.105 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 9"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=9] [raft_id=19] [region_id=6] [thread_id=101] [2024/05/06 22:08:28.105 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=19] [region_id=6] [thread_id=101] [2024/05/06 22:08:28.106 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 11"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=11] [raft_id=20] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.106 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 13"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=13] [raft_id=21] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.106 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=20] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.106 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=21] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.106 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 15"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=15] [raft_id=22] [region_id=14] [thread_id=101] [2024/05/06 22:08:28.106 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=22] [region_id=14] [thread_id=101] [2024/05/06 22:08:28.106 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20162] [store_id=2] [thread_id=71] [2024/05/06 22:08:28.106 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=2] [addr=127.0.0.1:20162] [thread_id=71] [2024/05/06 22:08:28.106 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=5] [cost=740.813µs] [addr=127.0.0.1:20162] [store_id=2] [thread_id=71] [2024/05/06 22:08:28.109 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=132] [2024/05/06 22:08:28.109 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=131] [2024/05/06 22:08:28.109 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=130] [2024/05/06 22:08:28.109 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_16_6_7_(default|lock|write).sst] [snap_key=16_6_7] [thread_id=132] [2024/05/06 22:08:28.109 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_14_6_7_(default|lock|write).sst] [snap_key=14_6_7] [thread_id=131] [2024/05/06 22:08:28.109 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_12_6_7_(default|lock|write).sst] [snap_key=12_6_7] [thread_id=130] [2024/05/06 22:08:28.109 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=129] [2024/05/06 22:08:28.109 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_6_6_8_(default|lock|write).sst] [snap_key=6_6_8] [thread_id=129] [2024/05/06 22:08:28.110 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=400.029µs] [snap_key=14_6_7] [thread_id=131] [2024/05/06 22:08:28.110 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=460.28µs] [snap_key=16_6_7] [thread_id=132] [2024/05/06 22:08:28.110 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=22] [region_id=14] [thread_id=101] [2024/05/06 22:08:28.110 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=427.49µs] [snap_key=12_6_7] [thread_id=130] [2024/05/06 22:08:28.110 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {22}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=14] [thread_id=101] [2024/05/06 22:08:28.110 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=22] [region_id=14] [thread_id=101] [2024/05/06 22:08:28.110 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=22] [region_id=14] [thread_id=101] [2024/05/06 22:08:28.110 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=18] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.110 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=22] [region_id=14] [thread_id=101] [2024/05/06 22:08:28.110 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }, learners: {18}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.110 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=18] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.110 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=18] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.110 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=18] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.110 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 2 } peers { id: 22 store_id: 3 role: Learner }"] [peer_id=22] [region_id=14] [thread_id=101] [2024/05/06 22:08:28.110 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=392.01µs] [snap_key=6_6_8] [thread_id=129] [2024/05/06 22:08:28.110 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 2 } peers { id: 18 store_id: 3 role: Learner }"] [peer_id=18] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.110 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=131] [2024/05/06 22:08:28.110 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_10_6_7_(default|lock|write).sst] [snap_key=10_6_7] [thread_id=131] [2024/05/06 22:08:28.110 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 8, term: 6]"] [snapshot_term=6] [snapshot_index=8] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=19] [region_id=6] [thread_id=102] [2024/05/06 22:08:28.110 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=21] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.110 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9} }, outgoing: Configuration { voters: {} } }, learners: {19}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=6] [thread_id=102] [2024/05/06 22:08:28.110 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=8] [last_term=6] [last_index=8] [commit=8] [raft_id=19] [region_id=6] [thread_id=102] [2024/05/06 22:08:28.110 +08:00] [INFO] [raft.rs:2549] ["[commit: 8, term: 6] restored snapshot [index: 8, term: 6]"] [snapshot_term=6] [snapshot_index=8] [commit=8] [term=6] [raft_id=19] [region_id=6] [thread_id=102] [2024/05/06 22:08:28.110 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=19] [region_id=6] [thread_id=102] [2024/05/06 22:08:28.110 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {21}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.110 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=21] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.110 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=21] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.110 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 8 truncated_state { index: 8 term: 6 }"] [region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 2 } peers { id: 19 store_id: 3 role: Learner }"] [peer_id=19] [region_id=6] [thread_id=102] [2024/05/06 22:08:28.110 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=21] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.110 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 2 } peers { id: 21 store_id: 3 role: Learner }"] [peer_id=21] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.110 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 2 } peers { id: 22 store_id: 3 role: Learner }"] [peer_id=22] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.110 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=22] [region_id=14] [thread_id=80] [2024/05/06 22:08:28.110 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:28.110 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 2 } peers { id: 21 store_id: 3 role: Learner }"] [peer_id=21] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.110 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 2 } peers { id: 18 store_id: 3 role: Learner }"] [peer_id=18] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.110 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=467.539µs] [snap_key=10_6_7] [thread_id=131] [2024/05/06 22:08:28.110 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 2 } peers { id: 19 store_id: 3 role: Learner }"] [peer_id=19] [region_id=6] [thread_id=102] [2024/05/06 22:08:28.110 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=20] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.110 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {20}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.110 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=20] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.110 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=20] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.110 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=20] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.110 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=39.447µs] [region_id=14] [thread_id=80] [2024/05/06 22:08:28.110 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 2 } peers { id: 20 store_id: 3 role: Learner }"] [peer_id=20] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.110 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=18] [region_id=16] [thread_id=80] [2024/05/06 22:08:28.111 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:28.111 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=26.611µs] [region_id=16] [thread_id=80] [2024/05/06 22:08:28.111 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=21] [region_id=12] [thread_id=80] [2024/05/06 22:08:28.111 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 2 } peers { id: 20 store_id: 3 role: Learner }"] [peer_id=20] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.111 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:28.111 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=15.683µs] [region_id=12] [thread_id=80] [2024/05/06 22:08:28.111 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=19] [region_id=6] [thread_id=80] [2024/05/06 22:08:28.111 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:28.111 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=14.166µs] [region_id=6] [thread_id=80] [2024/05/06 22:08:28.111 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=20] [region_id=10] [thread_id=80] [2024/05/06 22:08:28.111 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:28.111 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=13.89µs] [region_id=10] [thread_id=80] [2024/05/06 22:08:28.111 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 22 store_id: 3 } } }"] [index=8] [term=6] [peer_id=22] [region_id=14] [thread_id=103] [2024/05/06 22:08:28.111 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=22] [region_id=14] [thread_id=103] [2024/05/06 22:08:28.111 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 2 } peers { id: 22 store_id: 3 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 2 } peers { id: 22 store_id: 3 role: Learner }"] [changes="[peer { id: 22 store_id: 3 }]"] [peer_id=22] [region_id=14] [thread_id=103] [2024/05/06 22:08:28.111 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 18 store_id: 3 } } }"] [index=8] [term=6] [peer_id=18] [region_id=16] [thread_id=104] [2024/05/06 22:08:28.111 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=18] [region_id=16] [thread_id=104] [2024/05/06 22:08:28.111 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 2 } peers { id: 18 store_id: 3 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 2 } peers { id: 18 store_id: 3 role: Learner }"] [changes="[peer { id: 18 store_id: 3 }]"] [peer_id=18] [region_id=16] [thread_id=104] [2024/05/06 22:08:28.111 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 21 store_id: 3 } } }"] [index=8] [term=6] [peer_id=21] [region_id=12] [thread_id=104] [2024/05/06 22:08:28.111 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=21] [region_id=12] [thread_id=104] [2024/05/06 22:08:28.111 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 2 } peers { id: 21 store_id: 3 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 2 } peers { id: 21 store_id: 3 role: Learner }"] [changes="[peer { id: 21 store_id: 3 }]"] [peer_id=21] [region_id=12] [thread_id=104] [2024/05/06 22:08:28.111 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {22, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=14] [thread_id=101] [2024/05/06 22:08:28.111 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 19 store_id: 3 } } }"] [index=9] [term=6] [peer_id=19] [region_id=6] [thread_id=103] [2024/05/06 22:08:28.111 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=19] [region_id=6] [thread_id=103] [2024/05/06 22:08:28.111 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 9 store_id: 2 } peers { id: 19 store_id: 3 }"] [original_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 2 } peers { id: 19 store_id: 3 role: Learner }"] [changes="[peer { id: 19 store_id: 3 }]"] [peer_id=19] [region_id=6] [thread_id=103] [2024/05/06 22:08:28.111 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 20 store_id: 3 } } }"] [index=8] [term=6] [peer_id=20] [region_id=10] [thread_id=103] [2024/05/06 22:08:28.111 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=20] [region_id=10] [thread_id=103] [2024/05/06 22:08:28.111 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 2 } peers { id: 20 store_id: 3 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 2 } peers { id: 20 store_id: 3 role: Learner }"] [changes="[peer { id: 20 store_id: 3 }]"] [peer_id=20] [region_id=10] [thread_id=103] [2024/05/06 22:08:28.111 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 18} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.111 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 21} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.112 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=6] [thread_id=102] [2024/05/06 22:08:28.112 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.122 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 23 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=20] [region_id=10] [thread_id=104] [2024/05/06 22:08:28.122 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 24 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=21] [region_id=12] [thread_id=103] [2024/05/06 22:08:28.122 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=20] [region_id=10] [thread_id=104] [2024/05/06 22:08:28.122 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=21] [region_id=12] [thread_id=103] [2024/05/06 22:08:28.122 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 24 store_id: 1 role: Learner }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 2 } peers { id: 21 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 1 role: Learner }]"] [peer_id=21] [region_id=12] [thread_id=103] [2024/05/06 22:08:28.122 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 23 store_id: 1 role: Learner }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 2 } peers { id: 20 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 1 role: Learner }]"] [peer_id=20] [region_id=10] [thread_id=104] [2024/05/06 22:08:28.122 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 25 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=22] [region_id=14] [thread_id=103] [2024/05/06 22:08:28.122 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=22] [region_id=14] [thread_id=103] [2024/05/06 22:08:28.122 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 25 store_id: 1 role: Learner }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 2 } peers { id: 22 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 1 role: Learner }]"] [peer_id=22] [region_id=14] [thread_id=103] [2024/05/06 22:08:28.123 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 26 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=18] [region_id=16] [thread_id=104] [2024/05/06 22:08:28.123 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 11} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.123 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=18] [region_id=16] [thread_id=104] [2024/05/06 22:08:28.123 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 26 store_id: 1 role: Learner }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 2 } peers { id: 18 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 26 store_id: 1 role: Learner }]"] [peer_id=18] [region_id=16] [thread_id=104] [2024/05/06 22:08:28.123 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 27 store_id: 1 role: Learner } } }"] [index=10] [term=6] [peer_id=19] [region_id=6] [thread_id=104] [2024/05/06 22:08:28.123 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=19] [region_id=6] [thread_id=104] [2024/05/06 22:08:28.123 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 27 store_id: 1 role: Learner }"] [original_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 9 store_id: 2 } peers { id: 19 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 27 store_id: 1 role: Learner }]"] [peer_id=19] [region_id=6] [thread_id=104] [2024/05/06 22:08:28.123 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {22, 15} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=14] [thread_id=101] [2024/05/06 22:08:28.123 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 21} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.123 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 18} }, outgoing: Configuration { voters: {} } }, learners: {26}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.123 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9, 19} }, outgoing: Configuration { voters: {} } }, learners: {27}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=6] [thread_id=102] [2024/05/06 22:08:28.130 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 1 } } }"] [index=10] [term=6] [peer_id=20] [region_id=10] [thread_id=103] [2024/05/06 22:08:28.130 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=20] [region_id=10] [thread_id=103] [2024/05/06 22:08:28.130 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 23 store_id: 1 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 23 store_id: 1 role: Learner }"] [changes="[peer { id: 23 store_id: 1 }]"] [peer_id=20] [region_id=10] [thread_id=103] [2024/05/06 22:08:28.130 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 1 } } }"] [index=10] [term=6] [peer_id=21] [region_id=12] [thread_id=104] [2024/05/06 22:08:28.130 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=21] [region_id=12] [thread_id=104] [2024/05/06 22:08:28.130 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 24 store_id: 1 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 24 store_id: 1 role: Learner }"] [changes="[peer { id: 24 store_id: 1 }]"] [peer_id=21] [region_id=12] [thread_id=104] [2024/05/06 22:08:28.130 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 23, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.130 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 27 store_id: 1 } } }"] [index=11] [term=6] [peer_id=19] [region_id=6] [thread_id=103] [2024/05/06 22:08:28.130 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=19] [region_id=6] [thread_id=103] [2024/05/06 22:08:28.131 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 9 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 27 store_id: 1 }"] [original_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 27 store_id: 1 role: Learner }"] [changes="[peer { id: 27 store_id: 1 }]"] [peer_id=19] [region_id=6] [thread_id=103] [2024/05/06 22:08:28.131 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {24, 13, 21} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.131 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 26 store_id: 1 } } }"] [index=10] [term=6] [peer_id=18] [region_id=16] [thread_id=104] [2024/05/06 22:08:28.131 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=18] [region_id=16] [thread_id=104] [2024/05/06 22:08:28.131 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 26 store_id: 1 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 26 store_id: 1 role: Learner }"] [changes="[peer { id: 26 store_id: 1 }]"] [peer_id=18] [region_id=16] [thread_id=104] [2024/05/06 22:08:28.131 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {27, 9, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=6] [thread_id=102] [2024/05/06 22:08:28.131 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 1 } } }"] [index=10] [term=6] [peer_id=22] [region_id=14] [thread_id=103] [2024/05/06 22:08:28.131 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=22] [region_id=14] [thread_id=103] [2024/05/06 22:08:28.131 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 25 store_id: 1 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 25 store_id: 1 role: Learner }"] [changes="[peer { id: 25 store_id: 1 }]"] [peer_id=22] [region_id=14] [thread_id=103] [2024/05/06 22:08:28.131 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 18, 26} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.131 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {25, 22, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=14] [thread_id=101] [2024/05/06 22:09:18.098 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=10_6_7] [peer_id=20] [region_id=10] [thread_id=102] [2024/05/06 22:09:18.098 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=6_6_8] [peer_id=19] [region_id=6] [thread_id=101] [2024/05/06 22:09:18.098 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=12_6_7] [peer_id=21] [region_id=12] [thread_id=101] [2024/05/06 22:09:18.098 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=14_6_7] [peer_id=22] [region_id=14] [thread_id=102] [2024/05/06 22:09:18.098 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=16_6_7] [peer_id=18] [region_id=16] [thread_id=101] [2024/05/06 22:09:18.098 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:18.098 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:18.098 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:18.098 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:18.098 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] + find . -name '*.out' -type f -exec tail -n 500 '{}' + Target //tests/realtikvtest/pessimistictest:pessimistictest_test up-to-date: bazel-bin/tests/realtikvtest/pessimistictest/pessimistictest_test_/pessimistictest_test INFO: Elapsed time: 26.621s, Critical Path: 10.98s INFO: 1538 processes: 1528 remote cache hit, 10 internal. INFO: Build completed successfully, 1538 total actions Test cases: finished with 78 passing and 0 failing out of 78 test cases Executed 0 out of 1 test: 1 test passes. ./build/jenkins_collect_coverage.sh root: /home/jenkins/.tidb/tmp/6fe290a12c1bd5bc697515c884fc0103/execroot/__main__/bazel-out/k8-fastbuild/testlogs [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // dir [1,246 / 1,605] GoCompilePkg external/com_github_pingcap_tipb/go-tipb/go-tipb.a; Downloading external/com_github_pingcap_tipb/go-tipb/go-tipb.a, 7.8 MiB / 8.1 MiB; 0s remote-cache ... (8 actions, 0 running) [1,379 / 1,542] GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 6.0 MiB / 78.6 MiB; 0s remote-cache ... (8 actions, 0 running) [Pipeline] } [1,551 / 1,555] [Prepa] JavaToolchainCompileClasses external/bazel_tools/tools/jdk/platformclasspath_classes [for tool] complete to collect bazel result. [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // container [Pipeline] // dir [Pipeline] } Post stage [Pipeline] // withEnv [Pipeline] } [1,436 / 1,567] [Prepa] GoCompilePkg pkg/table/table.a ... (4 actions, 0 running) [Pipeline] // node [Pipeline] } [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb [Pipeline] { [1,214 / 1,543] 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.0 MiB / 69.8 MiB; 0s remote-cache ... (8 actions, 0 running) [1,210 / 1,541] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 68.0 MiB / 69.8 MiB; 0s remote-cache ... (6 actions, 0 running) [Pipeline] // podTemplate [Pipeline] } [Pipeline] junit Recording test results [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [41 / 1,567] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 2s remote-cache ... (8 actions, 0 running) [Checks API] No suitable checks publisher found. [Pipeline] sh [1,383 / 1,605] GoCompilePkg pkg/sessionctx/stmtctx/stmtctx.a; Downloading pkg/sessionctx/stmtctx/stmtctx.a, 1.6 MiB / 1.9 MiB; 0s remote-cache ... (6 actions, 0 running) [1,411 / 1,542] [Prepa] GoCompilePkg pkg/executor/internal/vecgroupchecker/vecgroupchecker.a ... (4 actions, 0 running) [1,554 / 1,555] 1 / 1 tests; Testing //tests/realtikvtest/brietest:brietest_test; 0s remote-cache Target //tests/realtikvtest/brietest:brietest_test up-to-date: bazel-bin/tests/realtikvtest/brietest/brietest_test_/brietest_test [1,559 / 1,560] GoLink tests/realtikvtest/addindextest2/addindextest2_test_/addindextest2_test; 1s remote-cache INFO: Elapsed time: 29.480s, Critical Path: 12.34s INFO: 1552 processes: 1532 remote cache hit, 20 internal. INFO: Build completed successfully, 1552 total actions Test cases: finished with 8 passing and 0 failing out of 8 test cases Executed 0 out of 1 test: 1 test passes. ./build/jenkins_collect_coverage.sh root: /home/jenkins/.tidb/tmp/6fe290a12c1bd5bc697515c884fc0103/execroot/__main__/bazel-out/k8-fastbuild/testlogs complete to collect bazel result. [Pipeline] } [24 / 1,567] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 1s remote-cache ... (3 actions, 0 running) [1,319 / 1,543] GoCompilePkg pkg/kv/kv.a; Downloading pkg/kv/kv.a, 351.8 KiB / 2.5 MiB; 0s remote-cache ... (2 actions, 0 running) [Pipeline] // dir [1,346 / 1,541] GoCompilePkg pkg/statistics/handle/initstats/initstats.a; Downloading pkg/statistics/handle/initstats/initstats.a; 0s remote-cache ... (8 actions, 0 running) + find . -name 'pd*.log' -type f -exec tail -n 500 '{}' + ==> ./pd3.log <== [2024/05/06 22:08:14.929 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:08:14.929 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:08:14.929 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:08:14.929 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:08:14.929 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:08:14.929 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:08:14.929 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:08:14.929 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:08:14.929 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2384\",\"peer-urls\":\"http://127.0.0.1:2383\",\"advertise-client-urls\":\"http://127.0.0.1:2384\",\"advertise-peer-urls\":\"http://127.0.0.1:2383\",\"name\":\"pd-2\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-2/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-2\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:08:14.933 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:08:14.933 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:08:14.933 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:08:14.933 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:08:14.934 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:08:14.934 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:08:14.935 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-2] [service-name=MetaStorage] [2024/05/06 22:08:14.935 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:08:14.935 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-2] [service-name=ResourceManager] [2024/05/06 22:08:14.935 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:08:14.935 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:14.935 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:08:14.935 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2384]"] [2024/05/06 22:08:14.935 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:08:14.935 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=62] [max-cpu-available=62] [member-initialized=false] [name=pd-2] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2383]"] [listen-peer-urls="[http://127.0.0.1:2383]"] [advertise-client-urls="[http://127.0.0.1:2384]"] [listen-client-urls="[http://127.0.0.1:2384]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:08:14.935 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:08:14.936 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap/db] [took=439.522µs] [2024/05/06 22:08:16.938 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=385a3ea8295f6f18] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:08:16.938 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=()"] [2024/05/06 22:08:16.938 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 0"] [2024/05/06 22:08:16.938 +08:00] [INFO] [raft.go:389] ["newRaft 385a3ea8295f6f18 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:08:16.938 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 1"] [2024/05/06 22:08:16.939 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:08:16.939 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:08:16.939 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:16.939 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:08:16.940 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:08:16.940 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:16.940 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:16.940 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:16.940 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:16.941 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:16.942 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:16.942 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [remote-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:16.942 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:16.942 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:16.942 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:16.943 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:16.943 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:16.943 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:16.943 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:16.943 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [remote-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:16.943 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=385a3ea8295f6f18] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:08:16.943 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:08:16.943 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:16.943 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:08:16.944 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:08:16.944 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:08:16.944 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:16.944 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:16.944 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:16.944 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:16.944 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:16.944 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:16.944 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=3037d9ad26fb2231] [2024/05/06 22:08:16.945 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:16.945 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:16.945 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:16.945 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:16.945 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:16.945 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=385a3ea8295f6f18] [initial-advertise-peer-urls="[http://127.0.0.1:2383]"] [listen-peer-urls="[http://127.0.0.1:2383]"] [advertise-client-urls="[http://127.0.0.1:2384]"] [listen-client-urls="[http://127.0.0.1:2384]"] [listen-metrics-urls="[]"] [2024/05/06 22:08:16.945 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2383] [2024/05/06 22:08:16.945 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream Message"] [2024/05/06 22:08:16.945 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:16.945 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream Message"] [2024/05/06 22:08:16.945 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:16.945 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:16.945 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:16.945 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:16.945 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:16.994 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=385a3ea8295f6f18] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:08:17.940 +08:00] [INFO] [raft.go:966] ["385a3ea8295f6f18 [logterm: 1, index: 3, vote: 0] cast MsgPreVote for 3037d9ad26fb2231 [logterm: 1, index: 3] at term 1"] [2024/05/06 22:08:17.941 +08:00] [INFO] [raft.go:865] ["385a3ea8295f6f18 [term: 1] received a MsgVote message with higher term from 3037d9ad26fb2231 [term: 2]"] [2024/05/06 22:08:17.941 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 2"] [2024/05/06 22:08:17.941 +08:00] [INFO] [raft.go:966] ["385a3ea8295f6f18 [logterm: 1, index: 3, vote: 0] cast MsgVote for 3037d9ad26fb2231 [logterm: 1, index: 3] at term 2"] [2024/05/06 22:08:17.941 +08:00] [INFO] [node.go:327] ["raft.node: 385a3ea8295f6f18 elected leader 3037d9ad26fb2231 at term 2"] [2024/05/06 22:08:17.942 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=385a3ea8295f6f18] [local-member-attributes="{Name:pd-2 ClientURLs:[http://127.0.0.1:2384]}"] [request-path=/0/members/385a3ea8295f6f18/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:08:17.942 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:08:17.943 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [cluster-version=3.4] [2024/05/06 22:08:17.943 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-2] [service-name=MetaStorage] [2024/05/06 22:08:17.943 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-2] [service-name=ResourceManager] [2024/05/06 22:08:17.943 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:08:17.943 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2384] [2024/05/06 22:08:17.948 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888231208156932] [2024/05/06 22:08:17.948 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-2\" member_id:4060626905997471512 peer_urls:\"http://127.0.0.1:2383\" client_urls:\"http://127.0.0.1:2384\" "] [root-path=/pd/7365888231208156932] [2024/05/06 22:08:17.952 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:08:17.953 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=4060626905997471512] [2024/05/06 22:08:17.953 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:08:17.954 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:08:17.954 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-2] [2024/05/06 22:08:17.954 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-2] [2024/05/06 22:08:17.954 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:08:17.955 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:08:17.955 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:08:17.956 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:08:17.956 +08:00] [INFO] [server.go:1662] ["start to watch pd leader"] [pd-leader="name:\"pd-0\" member_id:3474484975246189105 peer_urls:\"http://127.0.0.1:2380\" client_urls:\"http://127.0.0.1:2379\" "] [2024/05/06 22:08:17.956 +08:00] [INFO] [client.go:104] ["region syncer start load region"] [2024/05/06 22:08:17.956 +08:00] [INFO] [client.go:107] ["region syncer finished load regions"] [time-cost=232.698µs] [2024/05/06 22:08:17.957 +08:00] [INFO] [leadership.go:317] ["watch channel is created"] [revision=12] [leader-key=/pd/7365888231208156932/leader] [purpose="leader election"] [2024/05/06 22:08:17.957 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-2] [leader=pd-0] [request-index=0] [2024/05/06 22:08:17.957 +08:00] [ERROR] [client.go:162] ["region sync with leader meet error"] [error="[PD:grpc:ErrGRPCRecv]receive response error: rpc error: code = Unavailable desc = server not started"] [2024/05/06 22:08:18.958 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-2] [leader=pd-0] [request-index=0] [2024/05/06 22:08:27.944 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2384]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2379,http://127.0.0.1:2382]"] [source=server-etcd-client] [2024/05/06 22:08:27.944 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2384]"] [endpoints="[http://127.0.0.1:2379,http://127.0.0.1:2384,http://127.0.0.1:2382]"] [source=election-etcd-client] ==> ./pd2.log <== [2024/05/06 22:08:14.929 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:08:14.929 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:08:14.929 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:08:14.929 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:08:14.929 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:08:14.929 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:08:14.929 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:08:14.929 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:08:14.929 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2382\",\"peer-urls\":\"http://127.0.0.1:2381\",\"advertise-client-urls\":\"http://127.0.0.1:2382\",\"advertise-peer-urls\":\"http://127.0.0.1:2381\",\"name\":\"pd-1\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-1/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-1\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:08:14.933 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:08:14.933 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:08:14.933 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:08:14.933 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:08:14.934 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:08:14.934 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:08:14.935 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:08:14.935 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-1] [service-name=ResourceManager] [2024/05/06 22:08:14.935 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-1] [service-name=MetaStorage] [2024/05/06 22:08:14.935 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:08:14.935 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:14.935 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2382]"] [2024/05/06 22:08:14.935 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:08:14.935 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:08:14.935 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=62] [max-cpu-available=62] [member-initialized=false] [name=pd-1] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2381]"] [listen-peer-urls="[http://127.0.0.1:2381]"] [advertise-client-urls="[http://127.0.0.1:2382]"] [listen-client-urls="[http://127.0.0.1:2382]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:08:14.935 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:08:14.936 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap/db] [took=549.671µs] [2024/05/06 22:08:16.938 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=1f01bdf364b8beaa] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:08:16.938 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=()"] [2024/05/06 22:08:16.938 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 0"] [2024/05/06 22:08:16.938 +08:00] [INFO] [raft.go:389] ["newRaft 1f01bdf364b8beaa [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:08:16.938 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 1"] [2024/05/06 22:08:16.938 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:08:16.938 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:08:16.938 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:16.938 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:08:16.939 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:08:16.939 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:16.939 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:16.939 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:16.939 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:16.940 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:16.940 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:16.940 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:16.941 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [remote-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:16.941 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:16.941 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:16.941 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:16.942 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:16.943 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:16.943 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:16.943 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [remote-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:16.943 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=1f01bdf364b8beaa] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:08:16.943 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:16.943 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:08:16.943 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:08:16.943 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:08:16.943 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:08:16.943 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:16.943 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:16.943 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:16.943 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:16.943 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:16.943 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:16.944 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=1f01bdf364b8beaa] [initial-advertise-peer-urls="[http://127.0.0.1:2381]"] [listen-peer-urls="[http://127.0.0.1:2381]"] [advertise-client-urls="[http://127.0.0.1:2382]"] [listen-client-urls="[http://127.0.0.1:2382]"] [listen-metrics-urls="[]"] [2024/05/06 22:08:16.944 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2381] [2024/05/06 22:08:16.944 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=3037d9ad26fb2231] [2024/05/06 22:08:16.944 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:16.945 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:16.945 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream Message"] [2024/05/06 22:08:16.945 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=385a3ea8295f6f18] [2024/05/06 22:08:16.945 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream Message"] [2024/05/06 22:08:16.945 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:16.945 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:16.945 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:16.945 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:16.945 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:16.945 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:16.945 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:16.945 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:16.993 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=1f01bdf364b8beaa] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:08:17.940 +08:00] [INFO] [raft.go:966] ["1f01bdf364b8beaa [logterm: 1, index: 3, vote: 0] cast MsgPreVote for 3037d9ad26fb2231 [logterm: 1, index: 3] at term 1"] [2024/05/06 22:08:17.941 +08:00] [INFO] [raft.go:865] ["1f01bdf364b8beaa [term: 1] received a MsgVote message with higher term from 3037d9ad26fb2231 [term: 2]"] [2024/05/06 22:08:17.941 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 2"] [2024/05/06 22:08:17.941 +08:00] [INFO] [raft.go:966] ["1f01bdf364b8beaa [logterm: 1, index: 3, vote: 0] cast MsgVote for 3037d9ad26fb2231 [logterm: 1, index: 3] at term 2"] [2024/05/06 22:08:17.941 +08:00] [INFO] [node.go:327] ["raft.node: 1f01bdf364b8beaa elected leader 3037d9ad26fb2231 at term 2"] [2024/05/06 22:08:17.942 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=1f01bdf364b8beaa] [local-member-attributes="{Name:pd-1 ClientURLs:[http://127.0.0.1:2382]}"] [request-path=/0/members/1f01bdf364b8beaa/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:08:17.942 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:08:17.943 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [cluster-version=3.4] [2024/05/06 22:08:17.943 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-1] [service-name=MetaStorage] [2024/05/06 22:08:17.943 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-1] [service-name=ResourceManager] [2024/05/06 22:08:17.943 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:08:17.943 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2382] [2024/05/06 22:08:17.945 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888231208156932] [2024/05/06 22:08:17.945 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-1\" member_id:2234275743217008298 peer_urls:\"http://127.0.0.1:2381\" client_urls:\"http://127.0.0.1:2382\" "] [root-path=/pd/7365888231208156932] [2024/05/06 22:08:17.950 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:08:17.952 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=2234275743217008298] [2024/05/06 22:08:17.952 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:08:17.953 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:08:17.953 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-1] [2024/05/06 22:08:17.953 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-1] [2024/05/06 22:08:17.953 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:08:17.954 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:08:17.954 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:08:17.955 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:08:17.955 +08:00] [INFO] [server.go:1662] ["start to watch pd leader"] [pd-leader="name:\"pd-0\" member_id:3474484975246189105 peer_urls:\"http://127.0.0.1:2380\" client_urls:\"http://127.0.0.1:2379\" "] [2024/05/06 22:08:17.955 +08:00] [INFO] [client.go:104] ["region syncer start load region"] [2024/05/06 22:08:17.956 +08:00] [INFO] [client.go:107] ["region syncer finished load regions"] [time-cost=191.265µs] [2024/05/06 22:08:17.956 +08:00] [INFO] [leadership.go:317] ["watch channel is created"] [revision=12] [leader-key=/pd/7365888231208156932/leader] [purpose="leader election"] [2024/05/06 22:08:17.956 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-1] [leader=pd-0] [request-index=0] [2024/05/06 22:08:17.956 +08:00] [ERROR] [client.go:162] ["region sync with leader meet error"] [error="[PD:grpc:ErrGRPCRecv]receive response error: rpc error: code = Unavailable desc = server not started"] [2024/05/06 22:08:18.958 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-1] [leader=pd-0] [request-index=0] [2024/05/06 22:08:19.191 +08:00] [INFO] [dbstore.go:33] ["Dashboard initializing local storage file"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/dashboard.sqlite.db] [2024/05/06 22:08:19.201 +08:00] [INFO] [version.go:33] ["TiDB Dashboard started"] [internal-version=8.0.0-9768844f] [standalone=No] [pd-version=v8.2.0-alpha-15-gf83febabe] [build-time="2024-05-06 08:48:58"] [build-git-hash=9768844ff5d7] [2024/05/06 22:08:19.201 +08:00] [INFO] [manager.go:201] ["dashboard server is started"] [2024/05/06 22:08:19.201 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:36083] [remotes="[]"] [2024/05/06 22:08:19.201 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:34627] [remotes="[]"] [2024/05/06 22:08:19.202 +08:00] [WARN] [dynamic_config_manager.go:165] ["Dynamic config does not exist in etcd"] [2024/05/06 22:08:19.207 +08:00] [INFO] [manager.go:74] ["Key visual service is started"] [2024/05/06 22:08:27.944 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2382]"] [endpoints="[http://127.0.0.1:2379,http://127.0.0.1:2384,http://127.0.0.1:2382]"] [source=server-etcd-client] [2024/05/06 22:08:27.944 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2382]"] [endpoints="[http://127.0.0.1:2379,http://127.0.0.1:2382,http://127.0.0.1:2384]"] [source=election-etcd-client] ==> ./pd1.log <== [2024/05/06 22:08:14.929 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:08:14.929 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:08:14.929 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:08:14.929 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:08:14.929 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:08:14.929 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:08:14.929 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:08:14.929 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:08:14.929 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2379\",\"peer-urls\":\"http://127.0.0.1:2380\",\"advertise-client-urls\":\"http://127.0.0.1:2379\",\"advertise-peer-urls\":\"http://127.0.0.1:2380\",\"name\":\"pd-0\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-0/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-0\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:08:14.933 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:08:14.933 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:08:14.933 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:08:14.933 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:08:14.934 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:08:14.934 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:08:14.935 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-0] [service-name=MetaStorage] [2024/05/06 22:08:14.935 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:08:14.935 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-0] [service-name=ResourceManager] [2024/05/06 22:08:14.935 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:08:14.935 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:14.935 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:08:14.935 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2379]"] [2024/05/06 22:08:14.935 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:08:14.935 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=62] [max-cpu-available=62] [member-initialized=false] [name=pd-0] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2380]"] [listen-peer-urls="[http://127.0.0.1:2380]"] [advertise-client-urls="[http://127.0.0.1:2379]"] [listen-client-urls="[http://127.0.0.1:2379]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:08:14.935 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:08:14.936 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap/db] [took=483.537µs] [2024/05/06 22:08:16.939 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=3037d9ad26fb2231] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:08:16.939 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=()"] [2024/05/06 22:08:16.939 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 0"] [2024/05/06 22:08:16.939 +08:00] [INFO] [raft.go:389] ["newRaft 3037d9ad26fb2231 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:08:16.939 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 1"] [2024/05/06 22:08:16.939 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:08:16.940 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:08:16.940 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:16.940 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:08:16.941 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:08:16.942 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:16.942 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:16.942 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:16.942 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:16.942 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:16.942 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:16.942 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [remote-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:16.942 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:16.942 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:16.942 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:16.942 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:16.942 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:16.942 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:16.942 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:16.942 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:16.942 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [remote-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:16.943 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=3037d9ad26fb2231] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:08:16.943 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:08:16.943 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:08:16.943 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:08:16.943 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:08:16.943 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:16.943 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:16.943 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:16.943 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:16.943 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:16.943 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:16.944 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2380] [2024/05/06 22:08:16.944 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=3037d9ad26fb2231] [initial-advertise-peer-urls="[http://127.0.0.1:2380]"] [listen-peer-urls="[http://127.0.0.1:2380]"] [advertise-client-urls="[http://127.0.0.1:2379]"] [listen-client-urls="[http://127.0.0.1:2379]"] [listen-metrics-urls="[]"] [2024/05/06 22:08:16.945 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream Message"] [2024/05/06 22:08:16.945 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:16.945 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream Message"] [2024/05/06 22:08:16.945 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=385a3ea8295f6f18] [2024/05/06 22:08:16.945 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:16.945 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:16.945 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:16.945 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:16.945 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:16.945 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:16.945 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:16.946 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:16.946 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:16.946 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:16.993 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=3037d9ad26fb2231] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:08:17.940 +08:00] [INFO] [raft.go:929] ["3037d9ad26fb2231 is starting a new election at term 1"] [2024/05/06 22:08:17.940 +08:00] [INFO] [raft.go:735] ["3037d9ad26fb2231 became pre-candidate at term 1"] [2024/05/06 22:08:17.940 +08:00] [INFO] [raft.go:830] ["3037d9ad26fb2231 received MsgPreVoteResp from 3037d9ad26fb2231 at term 1"] [2024/05/06 22:08:17.940 +08:00] [INFO] [raft.go:817] ["3037d9ad26fb2231 [logterm: 1, index: 3] sent MsgPreVote request to 1f01bdf364b8beaa at term 1"] [2024/05/06 22:08:17.940 +08:00] [INFO] [raft.go:817] ["3037d9ad26fb2231 [logterm: 1, index: 3] sent MsgPreVote request to 385a3ea8295f6f18 at term 1"] [2024/05/06 22:08:17.941 +08:00] [INFO] [raft.go:830] ["3037d9ad26fb2231 received MsgPreVoteResp from 1f01bdf364b8beaa at term 1"] [2024/05/06 22:08:17.941 +08:00] [INFO] [raft.go:1295] ["3037d9ad26fb2231 has received 2 MsgPreVoteResp votes and 0 vote rejections"] [2024/05/06 22:08:17.941 +08:00] [INFO] [raft.go:719] ["3037d9ad26fb2231 became candidate at term 2"] [2024/05/06 22:08:17.941 +08:00] [INFO] [raft.go:830] ["3037d9ad26fb2231 received MsgVoteResp from 3037d9ad26fb2231 at term 2"] [2024/05/06 22:08:17.941 +08:00] [INFO] [raft.go:817] ["3037d9ad26fb2231 [logterm: 1, index: 3] sent MsgVote request to 1f01bdf364b8beaa at term 2"] [2024/05/06 22:08:17.941 +08:00] [INFO] [raft.go:817] ["3037d9ad26fb2231 [logterm: 1, index: 3] sent MsgVote request to 385a3ea8295f6f18 at term 2"] [2024/05/06 22:08:17.941 +08:00] [INFO] [raft.go:830] ["3037d9ad26fb2231 received MsgVoteResp from 1f01bdf364b8beaa at term 2"] [2024/05/06 22:08:17.941 +08:00] [INFO] [raft.go:1295] ["3037d9ad26fb2231 has received 2 MsgVoteResp votes and 0 vote rejections"] [2024/05/06 22:08:17.941 +08:00] [INFO] [raft.go:771] ["3037d9ad26fb2231 became leader at term 2"] [2024/05/06 22:08:17.941 +08:00] [INFO] [node.go:327] ["raft.node: 3037d9ad26fb2231 elected leader 3037d9ad26fb2231 at term 2"] [2024/05/06 22:08:17.942 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=3037d9ad26fb2231] [local-member-attributes="{Name:pd-0 ClientURLs:[http://127.0.0.1:2379]}"] [request-path=/0/members/3037d9ad26fb2231/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:08:17.942 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:08:17.942 +08:00] [INFO] [server.go:2639] ["setting up initial cluster version"] [cluster-version=3.4] [2024/05/06 22:08:17.943 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [cluster-version=3.4] [2024/05/06 22:08:17.943 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-0] [service-name=MetaStorage] [2024/05/06 22:08:17.943 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:08:17.943 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-0] [service-name=ResourceManager] [2024/05/06 22:08:17.943 +08:00] [INFO] [server.go:2671] ["cluster version is updated"] [cluster-version=3.4] [2024/05/06 22:08:17.943 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2379] [2024/05/06 22:08:17.945 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888231208156932] [2024/05/06 22:08:17.945 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-0\" member_id:3474484975246189105 peer_urls:\"http://127.0.0.1:2380\" client_urls:\"http://127.0.0.1:2379\" "] [root-path=/pd/7365888231208156932] [2024/05/06 22:08:17.949 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:08:17.950 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=3474484975246189105] [2024/05/06 22:08:17.950 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:08:17.952 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:08:17.952 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-0] [2024/05/06 22:08:17.952 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-0] [2024/05/06 22:08:17.952 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:08:17.952 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:08:17.952 +08:00] [INFO] [server.go:1703] ["start to campaign PD leader"] [campaign-leader-name=pd-0] [2024/05/06 22:08:17.953 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:08:17.953 +08:00] [INFO] [lease.go:66] ["lease granted"] [lease-id=2463908037322877965] [lease-timeout=3] [purpose="leader election"] [2024/05/06 22:08:17.953 +08:00] [INFO] [leadership.go:181] ["check campaign resp"] [resp="{\"header\":{\"cluster_id\":17849374191125529693,\"member_id\":3474484975246189105,\"revision\":12,\"raft_term\":2},\"succeeded\":true,\"responses\":[{\"Response\":{\"ResponsePut\":{\"header\":{\"revision\":12}}}}]}"] [2024/05/06 22:08:17.954 +08:00] [INFO] [leadership.go:190] ["write leaderData to leaderPath ok"] [leader-key=/pd/7365888231208156932/leader] [purpose="leader election"] [2024/05/06 22:08:17.954 +08:00] [INFO] [server.go:1729] ["campaign PD leader ok"] [campaign-leader-name=pd-0] [2024/05/06 22:08:17.954 +08:00] [INFO] [server.go:1737] ["initializing the global TSO allocator"] [2024/05/06 22:08:17.954 +08:00] [INFO] [tso.go:160] ["start to sync timestamp"] [] [2024/05/06 22:08:17.954 +08:00] [INFO] [lease.go:155] ["start lease keep alive worker"] [interval=1s] [purpose="leader election"] [2024/05/06 22:08:17.955 +08:00] [INFO] [tso.go:220] ["sync and save timestamp"] [] [last=0001/01/01 00:00:00.000 +00:00] [last-saved=0001/01/01 00:00:00.000 +00:00] [save=2024/05/06 22:08:20.954 +08:00] [next=2024/05/06 22:08:17.954 +08:00] [2024/05/06 22:08:17.956 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:08:17.957 +08:00] [INFO] [server.go:1769] ["triggering the leader callback functions"] [2024/05/06 22:08:17.957 +08:00] [ERROR] [manager.go:124] ["un-marshall controller config failed, fallback to default"] [error="unexpected end of JSON input"] [v=] [2024/05/06 22:08:17.959 +08:00] [INFO] [manager.go:185] ["resource group manager finishes initialization"] [2024/05/06 22:08:17.962 +08:00] [INFO] [id.go:174] ["idAllocator allocates a new id"] [new-end=1000] [new-base=0] [label=idalloc] [check-curr-end=true] [2024/05/06 22:08:17.962 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=0.0.0] [2024/05/06 22:08:17.962 +08:00] [INFO] [server.go:1803] ["PD leader is ready to serve"] [leader-name=pd-0] [2024/05/06 22:08:18.259 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:08:18.260 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:08:18.260 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:08:18.334 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:08:18.334 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:08:18.334 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:08:18.334 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:08:18.335 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:08:18.335 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:08:18.342 +08:00] [INFO] [server.go:712] ["try to bootstrap raft cluster"] [cluster-id=7365888231208156932] [request="header: store: region: peers: > "] [2024/05/06 22:08:18.342 +08:00] [INFO] [server.go:712] ["try to bootstrap raft cluster"] [cluster-id=7365888231208156932] [request="header: store: region: peers: > "] [2024/05/06 22:08:18.343 +08:00] [INFO] [server.go:773] ["bootstrap cluster ok"] [cluster-id=7365888231208156932] [2024/05/06 22:08:18.343 +08:00] [WARN] [server.go:769] ["cluster already bootstrapped"] [cluster-id=7365888231208156932] [2024/05/06 22:08:18.347 +08:00] [INFO] [cluster.go:643] ["load stores"] [count=1] [cost=968.088µs] [2024/05/06 22:08:18.347 +08:00] [INFO] [cluster.go:654] ["load regions"] [count=1] [cost=146.666µs] [2024/05/06 22:08:18.349 +08:00] [INFO] [scheduling_controller.go:102] ["scheduling service is started"] [2024/05/06 22:08:18.349 +08:00] [INFO] [coordinator.go:407] ["coordinator starts to collect cluster information"] [2024/05/06 22:08:18.349 +08:00] [INFO] [cluster.go:416] ["memory info"] [total-mem=34359738368] [2024/05/06 22:08:18.349 +08:00] [INFO] [tuner.go:117] ["new gctuner"] [threshold=20615843020] [2024/05/06 22:08:18.349 +08:00] [INFO] [cluster.go:429] ["update gc tuner"] [enable-gc-tuner=false] [gc-threshold-bytes=20615843020] [2024/05/06 22:08:18.349 +08:00] [INFO] [memory_limit_tuner.go:50] [debug.SetMemoryLimit] [limit=9223372036854775807] [ret=9223372036854775807] [2024/05/06 22:08:18.349 +08:00] [INFO] [cluster.go:436] ["update gc memory limit"] [memory-limit-bytes=0] [memory-limit-gc-trigger-ratio=0.7] [2024/05/06 22:08:18.350 +08:00] [INFO] [keyspace.go:378] ["[keyspace] added region label for keyspace"] [keyspace-id=0] [label-rule="{\"id\":\"keyspaces/0\",\"index\":0,\"labels\":[{\"key\":\"id\",\"value\":\"0\"}],\"rule_type\":\"key-range\",\"data\":[{\"start_key\":\"7200000000000000fb\",\"end_key\":\"7200000100000000fb\"},{\"start_key\":\"7800000000000000fb\",\"end_key\":\"7800000100000000fb\"}]}"] [takes=685.799µs] [2024/05/06 22:08:18.352 +08:00] [INFO] [cluster.go:2180] ["cluster version changed"] [old-cluster-version=0.0.0] [new-cluster-version=8.2.0-alpha] [2024/05/06 22:08:18.353 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=3] [2024/05/06 22:08:18.353 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:3 address:\"127.0.0.1:20161\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20161\" status_address:\"127.0.0.1:20181\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004498 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:08:18.353 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:08:18.353 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=2] [2024/05/06 22:08:18.353 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:2 address:\"127.0.0.1:20160\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20160\" status_address:\"127.0.0.1:20180\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004498 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:08:18.353 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:08:18.953 +08:00] [INFO] [server.go:1317] ["PD server config is updated"] [new="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"http://127.0.0.1:2382\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [old="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [2024/05/06 22:08:18.958 +08:00] [INFO] [server.go:211] ["establish sync region stream"] [requested-server=pd-1] [url=http://127.0.0.1:2382] [2024/05/06 22:08:18.958 +08:00] [INFO] [server.go:303] ["sync the history regions with server"] [server=pd-1] [from-index=0] [last-index=1] [records-length=1] [2024/05/06 22:08:18.958 +08:00] [INFO] [server.go:211] ["establish sync region stream"] [requested-server=pd-2] [url=http://127.0.0.1:2384] [2024/05/06 22:08:18.958 +08:00] [INFO] [server.go:303] ["sync the history regions with server"] [server=pd-2] [from-index=0] [last-index=1] [records-length=1] [2024/05/06 22:08:21.346 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=1] [2024/05/06 22:08:21.346 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:1 address:\"127.0.0.1:20162\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20162\" status_address:\"127.0.0.1:20182\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004498 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:08:21.346 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:08:21.349 +08:00] [INFO] [prepare_checker.go:72] ["not loaded from storage region number is satisfied, finish prepare checker"] [not-from-storage-region=1] [total-region=1] [2024/05/06 22:08:21.349 +08:00] [INFO] [coordinator.go:410] ["coordinator has finished cluster information preparation"] [2024/05/06 22:08:21.349 +08:00] [INFO] [coordinator.go:420] ["coordinator starts to run schedulers"] [2024/05/06 22:08:21.350 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:21.350 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-leader-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:21.351 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-hot-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:21.352 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=evict-slow-store-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:21.353 +08:00] [INFO] [coordinator.go:536] ["scheduler config is updated"] [scheduler-config="[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}]"] [2024/05/06 22:08:21.353 +08:00] [INFO] [coordinator.go:164] ["coordinator starts patrol regions"] [2024/05/06 22:08:21.353 +08:00] [INFO] [coordinator.go:340] ["coordinator begins to actively drive push operator"] [2024/05/06 22:08:21.353 +08:00] [INFO] [coordinator.go:276] ["coordinator begins to check suspect key ranges"] [2024/05/06 22:08:21.364 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=5] [operator="\"labeler-split-region {split: region 5 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:5(1, 1), createAt:2024-05-06 22:08:21.364191818 +0800 CST m=+6.473676429, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:08:21.364 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=5] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:08:21.364 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=10] [peer-ids="[11]"] [2024/05/06 22:08:21.364 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=12] [peer-ids="[13]"] [2024/05/06 22:08:21.364 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=14] [peer-ids="[15]"] [2024/05/06 22:08:21.364 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16] [peer-ids="[17]"] [2024/05/06 22:08:21.365 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=5] [detail="StartKey Changed:{} -> {7800000100000000FB}, EndKey:{}"] [old-version=1] [new-version=5] [2024/05/06 22:08:21.365 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=5] [takes=1.442948ms] [operator="\"labeler-split-region {split: region 5 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:5(1, 1), createAt:2024-05-06 22:08:21.364191818 +0800 CST m=+6.473676429, startAt:2024-05-06 22:08:21.364306784 +0800 CST m=+6.473791395, currentStep:1, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:08:21.365 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=5] [origin="id:10 end_key:\"7200000000000000FB\" region_epoch: peers: id:12 start_key:\"7200000000000000FB\" end_key:\"7200000100000000FB\" region_epoch: peers: id:14 start_key:\"7200000100000000FB\" end_key:\"7800000000000000FB\" region_epoch: peers: id:16 start_key:\"7800000000000000FB\" end_key:\"7800000100000000FB\" region_epoch: peers:"] [total=4] [2024/05/06 22:08:22.352 +08:00] [INFO] [hot_region_config.go:490] ["query supported changed"] [last-query-support=false] [cluster-version=8.2.0-alpha] [config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"query\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"query\",\"byte\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"forbid-rw-type\":\"none\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [valid-config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"key\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"byte\",\"key\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [2024/05/06 22:08:27.944 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2379]"] [endpoints="[http://127.0.0.1:2379,http://127.0.0.1:2384,http://127.0.0.1:2382]"] [source=election-etcd-client] [2024/05/06 22:08:27.944 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2379]"] [endpoints="[http://127.0.0.1:2379,http://127.0.0.1:2384,http://127.0.0.1:2382]"] [source=server-etcd-client] [2024/05/06 22:08:28.349 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=2] [store-address=127.0.0.1:20160] [2024/05/06 22:08:28.350 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=3] [store-address=127.0.0.1:20161] [2024/05/06 22:08:28.351 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=1] [store-address=127.0.0.1:20162] [2024/05/06 22:08:28.370 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=12] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:12(5, 1), createAt:2024-05-06 22:08:28.370285052 +0800 CST m=+13.479769664, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 18 on store 3}, 1:{promote learner peer 18 on store 3 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:28.370 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 18 on store 3"] [source=create] [2024/05/06 22:08:28.370 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:14(5, 1), createAt:2024-05-06 22:08:28.370480801 +0800 CST m=+13.479965412, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 19 on store 3}, 1:{promote learner peer 19 on store 3 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:28.370 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 19 on store 3"] [source=create] [2024/05/06 22:08:28.370 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=16] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:16(5, 1), createAt:2024-05-06 22:08:28.370563049 +0800 CST m=+13.480047661, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 20 on store 3}, 1:{promote learner peer 20 on store 3 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:28.370 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 20 on store 3"] [source=create] [2024/05/06 22:08:28.370 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=5] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:5(5, 1), createAt:2024-05-06 22:08:28.370637102 +0800 CST m=+13.480121713, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{add learner peer 21 on store 3}, 1:{promote learner peer 21 on store 3 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:28.370 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=5] [step="add learner peer 21 on store 3"] [source=create] [2024/05/06 22:08:28.370 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=10] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:10(5, 1), createAt:2024-05-06 22:08:28.370706686 +0800 CST m=+13.480191299, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 22 on store 3}, 1:{promote learner peer 22 on store 3 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:28.370 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 22 on store 3"] [source=create] [2024/05/06 22:08:28.371 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 19 on store 3"] [source=heartbeat] [2024/05/06 22:08:28.371 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 20 on store 3"] [source=heartbeat] [2024/05/06 22:08:28.371 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Add peer:{id:19 store_id:3 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:28.371 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Add peer:{id:20 store_id:3 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:28.372 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 18 on store 3"] [source=heartbeat] [2024/05/06 22:08:28.372 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Add peer:{id:18 store_id:3 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:28.372 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=5] [step="add learner peer 21 on store 3"] [source=heartbeat] [2024/05/06 22:08:28.372 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=5] [detail="Add peer:{id:21 store_id:3 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:28.372 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Add peer:{id:22 store_id:3 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:28.372 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 22 on store 3"] [source=heartbeat] [2024/05/06 22:08:28.379 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="promote learner peer 22 on store 3 to voter"] [source=heartbeat] [2024/05/06 22:08:28.379 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="promote learner peer 18 on store 3 to voter"] [source=heartbeat] [2024/05/06 22:08:28.379 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="promote learner peer 20 on store 3 to voter"] [source=heartbeat] [2024/05/06 22:08:28.379 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="promote learner peer 19 on store 3 to voter"] [source=heartbeat] [2024/05/06 22:08:28.379 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=5] [step="promote learner peer 21 on store 3 to voter"] [source=heartbeat] [2024/05/06 22:08:28.380 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Remove peer:{id:18 store_id:3 role:Learner },Add peer:{id:18 store_id:3 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:28.380 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=12] [takes=9.659776ms] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:12(5, 1), createAt:2024-05-06 22:08:28.370285052 +0800 CST m=+13.479769664, startAt:2024-05-06 22:08:28.370403018 +0800 CST m=+13.479887629, currentStep:2, size:1, steps:[0:{add learner peer 18 on store 3}, 1:{promote learner peer 18 on store 3 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:28.380 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Remove peer:{id:22 store_id:3 role:Learner },Add peer:{id:22 store_id:3 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:28.380 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=10] [takes=9.543729ms] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:10(5, 1), createAt:2024-05-06 22:08:28.370706686 +0800 CST m=+13.480191299, startAt:2024-05-06 22:08:28.370731823 +0800 CST m=+13.480216435, currentStep:2, size:1, steps:[0:{add learner peer 22 on store 3}, 1:{promote learner peer 22 on store 3 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:28.380 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=16] [takes=9.776478ms] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:16(5, 1), createAt:2024-05-06 22:08:28.370563049 +0800 CST m=+13.480047661, startAt:2024-05-06 22:08:28.370590709 +0800 CST m=+13.480075321, currentStep:2, size:1, steps:[0:{add learner peer 20 on store 3}, 1:{promote learner peer 20 on store 3 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:28.380 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=9.909793ms] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:14(5, 1), createAt:2024-05-06 22:08:28.370480801 +0800 CST m=+13.479965412, startAt:2024-05-06 22:08:28.370510655 +0800 CST m=+13.479995262, currentStep:2, size:1, steps:[0:{add learner peer 19 on store 3}, 1:{promote learner peer 19 on store 3 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:28.380 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=5] [takes=9.826983ms] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:5(5, 1), createAt:2024-05-06 22:08:28.370637102 +0800 CST m=+13.480121713, startAt:2024-05-06 22:08:28.370660901 +0800 CST m=+13.480145513, currentStep:2, size:0, steps:[0:{add learner peer 21 on store 3}, 1:{promote learner peer 21 on store 3 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:28.380 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Remove peer:{id:20 store_id:3 role:Learner },Add peer:{id:20 store_id:3 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:28.380 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Remove peer:{id:19 store_id:3 role:Learner },Add peer:{id:19 store_id:3 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:28.380 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=5] [detail="Remove peer:{id:21 store_id:3 role:Learner },Add peer:{id:21 store_id:3 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:31.361 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=10] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:10(5, 3), createAt:2024-05-06 22:08:31.361885866 +0800 CST m=+16.471370474, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 23 on store 1}, 1:{promote learner peer 23 on store 1 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:31.361 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 23 on store 1"] [source=create] [2024/05/06 22:08:31.362 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=12] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:12(5, 3), createAt:2024-05-06 22:08:31.362040934 +0800 CST m=+16.471525546, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 24 on store 1}, 1:{promote learner peer 24 on store 1 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:31.362 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 24 on store 1"] [source=create] [2024/05/06 22:08:31.362 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:14(5, 3), createAt:2024-05-06 22:08:31.362122127 +0800 CST m=+16.471606735, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 25 on store 1}, 1:{promote learner peer 25 on store 1 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:31.362 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 25 on store 1"] [source=create] [2024/05/06 22:08:31.362 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=16] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:16(5, 3), createAt:2024-05-06 22:08:31.362210568 +0800 CST m=+16.471695176, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 26 on store 1}, 1:{promote learner peer 26 on store 1 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:31.362 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 26 on store 1"] [source=create] [2024/05/06 22:08:31.362 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=5] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:5(5, 3), createAt:2024-05-06 22:08:31.362282935 +0800 CST m=+16.471767542, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 27 on store 1}, 1:{promote learner peer 27 on store 1 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:31.362 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=5] [step="add learner peer 27 on store 1"] [source=create] [2024/05/06 22:08:31.363 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 25 on store 1"] [source=heartbeat] [2024/05/06 22:08:31.363 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Add peer:{id:25 store_id:1 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:31.363 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 24 on store 1"] [source=heartbeat] [2024/05/06 22:08:31.363 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Add peer:{id:24 store_id:1 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:31.364 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 26 on store 1"] [source=heartbeat] [2024/05/06 22:08:31.364 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Add peer:{id:26 store_id:1 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:31.364 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 23 on store 1"] [source=heartbeat] [2024/05/06 22:08:31.364 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Add peer:{id:23 store_id:1 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:31.364 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=5] [step="add learner peer 27 on store 1"] [source=heartbeat] [2024/05/06 22:08:31.364 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=5] [detail="Add peer:{id:27 store_id:1 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:31.370 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="promote learner peer 26 on store 1 to voter"] [source=heartbeat] [2024/05/06 22:08:31.370 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="promote learner peer 25 on store 1 to voter"] [source=heartbeat] [2024/05/06 22:08:31.371 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="promote learner peer 24 on store 1 to voter"] [source=heartbeat] [2024/05/06 22:08:31.371 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="promote learner peer 23 on store 1 to voter"] [source=heartbeat] [2024/05/06 22:08:31.371 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=5] [step="promote learner peer 27 on store 1 to voter"] [source=heartbeat] [2024/05/06 22:08:31.371 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Remove peer:{id:26 store_id:1 role:Learner },Add peer:{id:26 store_id:1 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:31.371 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=16] [takes=9.459395ms] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:16(5, 3), createAt:2024-05-06 22:08:31.362210568 +0800 CST m=+16.471695176, startAt:2024-05-06 22:08:31.362234898 +0800 CST m=+16.471719511, currentStep:2, size:1, steps:[0:{add learner peer 26 on store 1}, 1:{promote learner peer 26 on store 1 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:31.371 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=9.626783ms] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:14(5, 3), createAt:2024-05-06 22:08:31.362122127 +0800 CST m=+16.471606735, startAt:2024-05-06 22:08:31.362165411 +0800 CST m=+16.471650023, currentStep:2, size:1, steps:[0:{add learner peer 25 on store 1}, 1:{promote learner peer 25 on store 1 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:31.371 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=12] [takes=9.802154ms] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:12(5, 3), createAt:2024-05-06 22:08:31.362040934 +0800 CST m=+16.471525546, startAt:2024-05-06 22:08:31.362071168 +0800 CST m=+16.471555780, currentStep:2, size:1, steps:[0:{add learner peer 24 on store 1}, 1:{promote learner peer 24 on store 1 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:31.371 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Remove peer:{id:25 store_id:1 role:Learner },Add peer:{id:25 store_id:1 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:31.371 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Remove peer:{id:24 store_id:1 role:Learner },Add peer:{id:24 store_id:1 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:31.372 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=5] [takes=9.730748ms] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:5(5, 3), createAt:2024-05-06 22:08:31.362282935 +0800 CST m=+16.471767542, startAt:2024-05-06 22:08:31.362313606 +0800 CST m=+16.471798214, currentStep:2, size:1, steps:[0:{add learner peer 27 on store 1}, 1:{promote learner peer 27 on store 1 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:31.372 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=5] [detail="Remove peer:{id:27 store_id:1 role:Learner },Add peer:{id:27 store_id:1 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:31.372 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=10] [takes=10.207384ms] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:10(5, 3), createAt:2024-05-06 22:08:31.361885866 +0800 CST m=+16.471370474, startAt:2024-05-06 22:08:31.361963822 +0800 CST m=+16.471448434, currentStep:2, size:1, steps:[0:{add learner peer 23 on store 1}, 1:{promote learner peer 23 on store 1 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:31.372 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Remove peer:{id:23 store_id:1 role:Learner },Add peer:{id:23 store_id:1 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:09:18.351 +08:00] [INFO] [cluster.go:570] ["sync the store config successful"] [store-address=127.0.0.1:20180] [store-config="{\n \"coprocessor\": {\n \"region-max-size\": \"144MiB\",\n \"region-split-size\": \"96MiB\",\n \"region-max-keys\": 1440000,\n \"region-split-keys\": 960000,\n \"enable-region-bucket\": false,\n \"region-bucket-size\": \"50MiB\"\n },\n \"storage\": {\n \"engine\": \"raft-kv\"\n }\n}"] [old-config="{\n \"coprocessor\": {\n \"region-max-size\": \"\",\n \"region-split-size\": \"\",\n \"region-max-keys\": 0,\n \"region-split-keys\": 0,\n \"enable-region-bucket\": false,\n \"region-bucket-size\": \"\"\n },\n \"storage\": {\n \"engine\": \"\"\n }\n}"] [2024/05/06 22:09:18.352 +08:00] [INFO] [cluster.go:506] ["store config is updated"] + find . -name 'tikv*.log' -type f -exec tail -n 500 '{}' + ==> ./tikv2.log <== [2024/05/06 22:08:14.896 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:08:14.896 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:08:14.896 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:08:14.896 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:08:14.896 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:08:14.896 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:08:14.896 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:08:14.896 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:08:14.896 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:08:14.896 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:08:14.896 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:08:14.896 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={56, 0, 42, 6, 14, 16, 19, 17, 9, 10, 68, 36, 64, 66, 69, 15, 71, 11, 70, 12, 44, 31, 52, 62, 30, 22, 20, 26, 43, 27, 8, 65, 57, 45, 55, 67, 23, 49, 60, 28, 63, 21, 25, 33, 53, 13, 54, 59, 35, 7, 32, 51, 29, 50, 34, 48, 18, 47, 61, 58, 46, 24}"] [thread_id=1] [2024/05/06 22:08:14.897 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:08:14.897 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 128, expect 32768"] [thread_id=1] [2024/05/06 22:08:14.897 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:08:14.897 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:08:14.899 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:14.899 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:08:14.899 +08:00] [INFO] [] ["subchannel 0x7ffbe9a4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7ffbe9aafb80, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7ffbe9a37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7ffbe9ad2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004494.899429697\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:08:14.899 +08:00] [INFO] [] ["subchannel 0x7ffbe9a4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7ffbe9aafb80, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7ffbe9a37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7ffbe9ad2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:14.899 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:14.899 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:14.900 +08:00] [INFO] [] ["subchannel 0x7ffbe9a4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7ffbe9aafb80, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7ffbe9a37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7ffbe9ad2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004494.899960163\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:08:14.900 +08:00] [INFO] [] ["subchannel 0x7ffbe9a4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7ffbe9aafb80, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7ffbe9a37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7ffbe9ad2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:14.900 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:14.900 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:14.900 +08:00] [INFO] [] ["subchannel 0x7ffbe9a4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7ffbe9aafb80, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7ffbe9a37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7ffbe9ad2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004494.900214952\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:08:14.900 +08:00] [INFO] [] ["subchannel 0x7ffbe9a4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7ffbe9aafb80, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7ffbe9a37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7ffbe9ad2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:14.900 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:14.900 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:08:15.201 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:17.202 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:17.202 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:17.944 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:18.248 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:18.249 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:18.250 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:18.251 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:18.252 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:18.252 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:18.253 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:08:18.253 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888231208156932] [thread_id=1] [2024/05/06 22:08:18.253 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:18.253 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:18.255 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20181] [thread_id=1] [2024/05/06 22:08:18.256 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:08:18.256 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372718/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372717/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372716/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372715/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372714/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372713/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372712/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372711/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372710/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/322144/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35660/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35659/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35658/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35657/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35656/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35655/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35654/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/739735/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/739735/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data] [thread_id=1] [2024/05/06 22:08:18.257 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data] [thread_id=1] [2024/05/06 22:08:18.257 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372718/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372717/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372716/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372715/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372714/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372713/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372712/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372711/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372710/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/322144/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35660/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35659/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35658/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35657/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35656/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35655/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35654/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/739735/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/739735/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft] [thread_id=1] [2024/05/06 22:08:18.257 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft] [thread_id=1] Post stage [2024/05/06 22:08:18.258 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv2.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20161\",\"advertise-addr\":\"127.0.0.1:20161\",\"status-addr\":\"127.0.0.1:20181\",\"advertise-status-addr\":\"127.0.0.1:20181\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:08:18.258 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:08:18.259 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:08:18.259 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=1ms] [thread_id=18] [2024/05/06 22:08:18.259 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=17] [2024/05/06 22:08:18.259 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=18] [2024/05/06 22:08:18.259 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=18] [2024/05/06 22:08:18.266 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:08:18.266 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:08:18.267 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 221.166µs"] [thread_id=1] [2024/05/06 22:08:18.331 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:08:18.333 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:08:18.333 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:08:18.334 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/log-backup-temp] [thread_id=1] [2024/05/06 22:08:18.334 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=74] [2024/05/06 22:08:18.335 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=73] [2024/05/06 22:08:18.335 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=74] [2024/05/06 22:08:18.335 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=74] [2024/05/06 22:08:18.335 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=73] [2024/05/06 22:08:18.335 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=73] [2024/05/06 22:08:18.335 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:08:18.343 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 8 region_epoch { conf_ver: 1 version: 1 } peers { id: 9 store_id: 3 }"] [store_id=3] [thread_id=1] [2024/05/06 22:08:18.349 +08:00] [INFO] [raft_server.rs:416] ["cluster is already bootstrapped"] [cluster_id=7365888231208156932] [thread_id=1] [2024/05/06 22:08:18.350 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 3 address: \"127.0.0.1:20161\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20161\" status_address: \"127.0.0.1:20181\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004498 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:08:18.353 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=3] [status=Some()] [thread_id=1] [2024/05/06 22:08:18.353 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=2] [thread_id=1] [2024/05/06 22:08:18.353 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=3] [thread_id=1] [2024/05/06 22:08:18.353 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=3] [thread_id=1] [2024/05/06 22:08:18.354 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:08:18.357 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:08:18.358 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=45.092µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=0] [store_id=3] [thread_id=1] [2024/05/06 22:08:18.358 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=38.661µs] [garbage_range_count=1] [store_id=3] [thread_id=1] [2024/05/06 22:08:18.360 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:08:18.360 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:08:18.360 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:08:18.364 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:08:18.364 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:08:18.364 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:08:18.366 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=18] [2024/05/06 22:08:18.366 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20161] [thread_id=1] [2024/05/06 22:08:18.366 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=18] [2024/05/06 22:08:18.372 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:28.361 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:28.373 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(2)] [thread_id=7] [2024/05/06 22:08:28.373 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=15] [store_id=3] [peer_id=19] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.373 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.373 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=19] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.373 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=19] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.373 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 19."] [id=19] [raft_id=19] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.373 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=17] [store_id=3] [peer_id=20] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.373 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.373 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=20] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.373 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=20] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.373 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 20."] [id=20] [raft_id=20] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.373 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=13] [store_id=3] [peer_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.373 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.373 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.373 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.373 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 18."] [id=18] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.373 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 15"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=15] [raft_id=19] [region_id=14] [thread_id=101] [2024/05/06 22:08:28.373 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=19] [region_id=14] [thread_id=101] [2024/05/06 22:08:28.373 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=7] [store_id=3] [peer_id=21] [region_id=5] [thread_id=102] [2024/05/06 22:08:28.373 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=5] [thread_id=102] [2024/05/06 22:08:28.373 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=21] [region_id=5] [thread_id=102] [2024/05/06 22:08:28.373 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=21] [region_id=5] [thread_id=102] [2024/05/06 22:08:28.373 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 21."] [id=21] [raft_id=21] [region_id=5] [thread_id=102] [2024/05/06 22:08:28.373 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=11] [store_id=3] [peer_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.373 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.373 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.373 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.373 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 22."] [id=22] [raft_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.373 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 17"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=17] [raft_id=20] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.373 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=20] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.374 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 13"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=13] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.374 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 7"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=7] [raft_id=21] [region_id=5] [thread_id=101] [2024/05/06 22:08:28.374 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=21] [region_id=5] [thread_id=101] [2024/05/06 22:08:28.374 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.374 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 11"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=11] [raft_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.374 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.374 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20160] [store_id=2] [thread_id=71] [2024/05/06 22:08:28.374 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=2] [addr=127.0.0.1:20160] [thread_id=71] [2024/05/06 22:08:28.375 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=5] [cost=706.184µs] [addr=127.0.0.1:20160] [store_id=2] [thread_id=71] [2024/05/06 22:08:28.377 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=132] [2024/05/06 22:08:28.377 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=131] [2024/05/06 22:08:28.377 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=130] [2024/05/06 22:08:28.378 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_12_6_7_(default|lock|write).sst] [snap_key=12_6_7] [thread_id=132] [2024/05/06 22:08:28.378 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_10_6_7_(default|lock|write).sst] [snap_key=10_6_7] [thread_id=131] [2024/05/06 22:08:28.378 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_14_6_7_(default|lock|write).sst] [snap_key=14_6_7] [thread_id=130] [2024/05/06 22:08:28.378 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=129] [2024/05/06 22:08:28.378 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_16_6_7_(default|lock|write).sst] [snap_key=16_6_7] [thread_id=129] [2024/05/06 22:08:28.378 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=390.079µs] [snap_key=10_6_7] [thread_id=131] [2024/05/06 22:08:28.378 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.378 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=400.631µs] [snap_key=14_6_7] [thread_id=130] [2024/05/06 22:08:28.378 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {22}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.378 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=487.296µs] [snap_key=12_6_7] [thread_id=132] [2024/05/06 22:08:28.378 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.378 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.378 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.378 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=19] [region_id=14] [thread_id=101] [2024/05/06 22:08:28.378 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 2 } peers { id: 22 store_id: 3 role: Learner }"] [peer_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.378 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {19}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=14] [thread_id=101] [2024/05/06 22:08:28.378 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=19] [region_id=14] [thread_id=101] [2024/05/06 22:08:28.378 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=19] [region_id=14] [thread_id=101] [2024/05/06 22:08:28.378 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=19] [region_id=14] [thread_id=101] [2024/05/06 22:08:28.378 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=348.895µs] [snap_key=16_6_7] [thread_id=129] [2024/05/06 22:08:28.378 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=131] [2024/05/06 22:08:28.378 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.378 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {18}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.378 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 2 } peers { id: 19 store_id: 3 role: Learner }"] [peer_id=19] [region_id=14] [thread_id=101] [2024/05/06 22:08:28.378 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.378 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.378 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.378 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_5_6_8_(default|lock|write).sst] [snap_key=5_6_8] [thread_id=131] [2024/05/06 22:08:28.378 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 2 } peers { id: 18 store_id: 3 role: Learner }"] [peer_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.378 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=20] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.378 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }, learners: {20}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.378 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=20] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.378 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=20] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.378 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=20] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.378 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 2 } peers { id: 20 store_id: 3 role: Learner }"] [peer_id=20] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.378 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 2 } peers { id: 22 store_id: 3 role: Learner }"] [peer_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.378 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=344.761µs] [snap_key=5_6_8] [thread_id=131] [2024/05/06 22:08:28.378 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=22] [region_id=10] [thread_id=80] [2024/05/06 22:08:28.378 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 8, term: 6]"] [snapshot_term=6] [snapshot_index=8] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=21] [region_id=5] [thread_id=101] [2024/05/06 22:08:28.378 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {7} }, outgoing: Configuration { voters: {} } }, learners: {21}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=5] [thread_id=101] [2024/05/06 22:08:28.378 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=8] [last_term=6] [last_index=8] [commit=8] [raft_id=21] [region_id=5] [thread_id=101] [2024/05/06 22:08:28.378 +08:00] [INFO] [raft.rs:2549] ["[commit: 8, term: 6] restored snapshot [index: 8, term: 6]"] [snapshot_term=6] [snapshot_index=8] [commit=8] [term=6] [raft_id=21] [region_id=5] [thread_id=101] [2024/05/06 22:08:28.378 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=21] [region_id=5] [thread_id=101] [2024/05/06 22:08:28.378 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 8 truncated_state { index: 8 term: 6 }"] [region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 7 store_id: 2 } peers { id: 21 store_id: 3 role: Learner }"] [peer_id=21] [region_id=5] [thread_id=101] [2024/05/06 22:08:28.379 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:28.379 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 2 } peers { id: 18 store_id: 3 role: Learner }"] [peer_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.379 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 2 } peers { id: 20 store_id: 3 role: Learner }"] [peer_id=20] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.379 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 2 } peers { id: 19 store_id: 3 role: Learner }"] [peer_id=19] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.379 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=101.206µs] [region_id=10] [thread_id=80] [2024/05/06 22:08:28.379 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 7 store_id: 2 } peers { id: 21 store_id: 3 role: Learner }"] [peer_id=21] [region_id=5] [thread_id=101] [2024/05/06 22:08:28.379 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=18] [region_id=12] [thread_id=80] [2024/05/06 22:08:28.379 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:28.379 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=25.42µs] [region_id=12] [thread_id=80] [2024/05/06 22:08:28.379 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=20] [region_id=16] [thread_id=80] [2024/05/06 22:08:28.379 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:28.379 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=15.751µs] [region_id=16] [thread_id=80] [2024/05/06 22:08:28.379 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=19] [region_id=14] [thread_id=80] [2024/05/06 22:08:28.379 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:28.379 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=26.143µs] [region_id=14] [thread_id=80] [2024/05/06 22:08:28.379 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=21] [region_id=5] [thread_id=80] [2024/05/06 22:08:28.379 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:28.379 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=16.679µs] [region_id=5] [thread_id=80] [2024/05/06 22:08:28.379 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 18 store_id: 3 } } }"] [index=8] [term=6] [peer_id=18] [region_id=12] [thread_id=103] [2024/05/06 22:08:28.379 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=18] [region_id=12] [thread_id=103] [2024/05/06 22:08:28.379 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 22 store_id: 3 } } }"] [index=8] [term=6] [peer_id=22] [region_id=10] [thread_id=104] [2024/05/06 22:08:28.379 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=22] [region_id=10] [thread_id=104] [2024/05/06 22:08:28.379 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 2 } peers { id: 18 store_id: 3 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 2 } peers { id: 18 store_id: 3 role: Learner }"] [changes="[peer { id: 18 store_id: 3 }]"] [peer_id=18] [region_id=12] [thread_id=103] [2024/05/06 22:08:28.379 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 2 } peers { id: 22 store_id: 3 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 2 } peers { id: 22 store_id: 3 role: Learner }"] [changes="[peer { id: 22 store_id: 3 }]"] [peer_id=22] [region_id=10] [thread_id=104] [2024/05/06 22:08:28.380 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 20 store_id: 3 } } }"] [index=8] [term=6] [peer_id=20] [region_id=16] [thread_id=103] [2024/05/06 22:08:28.380 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=20] [region_id=16] [thread_id=103] [2024/05/06 22:08:28.380 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 19 store_id: 3 } } }"] [index=8] [term=6] [peer_id=19] [region_id=14] [thread_id=104] [2024/05/06 22:08:28.380 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=19] [region_id=14] [thread_id=104] [2024/05/06 22:08:28.380 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 2 } peers { id: 20 store_id: 3 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 2 } peers { id: 20 store_id: 3 role: Learner }"] [changes="[peer { id: 20 store_id: 3 }]"] [peer_id=20] [region_id=16] [thread_id=103] [2024/05/06 22:08:28.380 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 2 } peers { id: 19 store_id: 3 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 2 } peers { id: 19 store_id: 3 role: Learner }"] [changes="[peer { id: 19 store_id: 3 }]"] [peer_id=19] [region_id=14] [thread_id=104] [2024/05/06 22:08:28.380 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 21 store_id: 3 } } }"] [index=9] [term=6] [peer_id=21] [region_id=5] [thread_id=103] [2024/05/06 22:08:28.380 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=21] [region_id=5] [thread_id=103] [2024/05/06 22:08:28.380 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 7 store_id: 2 } peers { id: 21 store_id: 3 }"] [original_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 7 store_id: 2 } peers { id: 21 store_id: 3 role: Learner }"] [changes="[peer { id: 21 store_id: 3 }]"] [peer_id=21] [region_id=5] [thread_id=103] [2024/05/06 22:08:28.380 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {22, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.380 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.380 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 18} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.380 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 17} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.380 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {21, 7} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=5] [thread_id=101] [2024/05/06 22:08:31.362 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 25 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=19] [region_id=14] [thread_id=103] [2024/05/06 22:08:31.362 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 23 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=22] [region_id=10] [thread_id=104] [2024/05/06 22:08:31.362 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=19] [region_id=14] [thread_id=103] [2024/05/06 22:08:31.362 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=22] [region_id=10] [thread_id=104] [2024/05/06 22:08:31.362 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 25 store_id: 1 role: Learner }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 2 } peers { id: 19 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 1 role: Learner }]"] [peer_id=19] [region_id=14] [thread_id=103] [2024/05/06 22:08:31.362 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 23 store_id: 1 role: Learner }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 2 } peers { id: 22 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 1 role: Learner }]"] [peer_id=22] [region_id=10] [thread_id=104] [2024/05/06 22:08:31.362 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 24 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=18] [region_id=12] [thread_id=103] [2024/05/06 22:08:31.362 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=18] [region_id=12] [thread_id=103] [2024/05/06 22:08:31.362 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 26 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=20] [region_id=16] [thread_id=104] [2024/05/06 22:08:31.362 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=20] [region_id=16] [thread_id=104] [2024/05/06 22:08:31.362 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 24 store_id: 1 role: Learner }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 2 } peers { id: 18 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 1 role: Learner }]"] [peer_id=18] [region_id=12] [thread_id=103] [2024/05/06 22:08:31.362 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 26 store_id: 1 role: Learner }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 2 } peers { id: 20 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 26 store_id: 1 role: Learner }]"] [peer_id=20] [region_id=16] [thread_id=104] [2024/05/06 22:08:31.362 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 27 store_id: 1 role: Learner } } }"] [index=10] [term=6] [peer_id=21] [region_id=5] [thread_id=103] [2024/05/06 22:08:31.362 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=21] [region_id=5] [thread_id=103] [2024/05/06 22:08:31.362 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 7 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 27 store_id: 1 role: Learner }"] [original_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 7 store_id: 2 } peers { id: 21 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 27 store_id: 1 role: Learner }]"] [peer_id=21] [region_id=5] [thread_id=103] [2024/05/06 22:08:31.363 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {22, 11} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.363 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 17} }, outgoing: Configuration { voters: {} } }, learners: {26}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.363 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 15} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.363 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 18} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.363 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {21, 7} }, outgoing: Configuration { voters: {} } }, learners: {27}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=5] [thread_id=101] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 26 store_id: 1 } } }"] [index=10] [term=6] [peer_id=20] [region_id=16] [thread_id=104] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=20] [region_id=16] [thread_id=104] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 26 store_id: 1 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 26 store_id: 1 role: Learner }"] [changes="[peer { id: 26 store_id: 1 }]"] [peer_id=20] [region_id=16] [thread_id=104] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 1 } } }"] [index=10] [term=6] [peer_id=19] [region_id=14] [thread_id=103] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=19] [region_id=14] [thread_id=103] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 25 store_id: 1 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 25 store_id: 1 role: Learner }"] [changes="[peer { id: 25 store_id: 1 }]"] [peer_id=19] [region_id=14] [thread_id=103] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 1 } } }"] [index=10] [term=6] [peer_id=18] [region_id=12] [thread_id=104] [2024/05/06 22:08:31.371 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 17, 26} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=18] [region_id=12] [thread_id=104] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 24 store_id: 1 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 24 store_id: 1 role: Learner }"] [changes="[peer { id: 24 store_id: 1 }]"] [peer_id=18] [region_id=12] [thread_id=104] [2024/05/06 22:08:31.371 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 25, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 27 store_id: 1 } } }"] [index=11] [term=6] [peer_id=21] [region_id=5] [thread_id=103] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=21] [region_id=5] [thread_id=103] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 7 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 27 store_id: 1 }"] [original_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 7 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 27 store_id: 1 role: Learner }"] [changes="[peer { id: 27 store_id: 1 }]"] [peer_id=21] [region_id=5] [thread_id=103] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 1 } } }"] [index=10] [term=6] [peer_id=22] [region_id=10] [thread_id=103] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=22] [region_id=10] [thread_id=103] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 23 store_id: 1 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 23 store_id: 1 role: Learner }"] [changes="[peer { id: 23 store_id: 1 }]"] [peer_id=22] [region_id=10] [thread_id=103] [2024/05/06 22:08:31.371 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {24, 13, 18} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.371 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {23, 22, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.371 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {27, 21, 7} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=5] [thread_id=101] [2024/05/06 22:09:18.361 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=5_6_8] [peer_id=21] [region_id=5] [thread_id=102] [2024/05/06 22:09:18.361 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=10_6_7] [peer_id=22] [region_id=10] [thread_id=101] [2024/05/06 22:09:18.361 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=12_6_7] [peer_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:09:18.361 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=14_6_7] [peer_id=19] [region_id=14] [thread_id=101] [2024/05/06 22:09:18.361 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=16_6_7] [peer_id=20] [region_id=16] [thread_id=102] [2024/05/06 22:09:18.361 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:18.361 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:18.361 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:18.361 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:18.362 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] ==> ./tikv3.log <== [2024/05/06 22:08:14.896 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:08:14.896 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:08:14.896 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:08:14.896 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:08:14.896 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:08:14.896 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:08:14.896 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:08:14.896 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:08:14.896 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:08:14.896 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:08:14.896 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:08:14.896 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={29, 65, 53, 18, 57, 19, 56, 25, 55, 15, 59, 35, 48, 63, 11, 47, 21, 61, 17, 36, 49, 54, 23, 28, 42, 14, 16, 69, 34, 66, 8, 20, 67, 45, 27, 10, 7, 26, 44, 43, 70, 9, 46, 58, 71, 33, 60, 64, 52, 13, 31, 62, 30, 6, 0, 22, 68, 12, 51, 32, 24, 50}"] [thread_id=1] [2024/05/06 22:08:14.897 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:08:14.897 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 128, expect 32768"] [thread_id=1] [2024/05/06 22:08:14.897 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:08:14.897 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:08:14.899 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:14.899 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:08:14.899 +08:00] [INFO] [] ["subchannel 0x7f2d92e4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f2d92eafb88, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2d92e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f2d92ed2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004494.899434399\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:08:14.899 +08:00] [INFO] [] ["subchannel 0x7f2d92e4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f2d92eafb88, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2d92e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f2d92ed2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:14.899 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:14.899 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:14.900 +08:00] [INFO] [] ["subchannel 0x7f2d92e4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f2d92eafb88, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2d92e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f2d92ed2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004494.899974404\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:08:14.900 +08:00] [INFO] [] ["subchannel 0x7f2d92e4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f2d92eafb88, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2d92e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f2d92ed2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:14.900 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:14.900 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:14.900 +08:00] [INFO] [] ["subchannel 0x7f2d92e4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f2d92eafb88, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2d92e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f2d92ed2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004494.900235367\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:08:14.900 +08:00] [INFO] [] ["subchannel 0x7f2d92e4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f2d92eafb88, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2d92e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f2d92ed2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:14.900 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:14.900 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:08:15.201 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:17.202 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:17.202 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:17.944 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:18.248 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:18.249 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:18.250 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:18.251 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:18.252 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:18.252 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:18.252 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:08:18.253 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888231208156932] [thread_id=1] [2024/05/06 22:08:18.253 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:18.253 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:18.255 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20182] [thread_id=1] [2024/05/06 22:08:18.256 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:08:18.256 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372718/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372717/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372716/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372715/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372714/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372713/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372712/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372711/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372710/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/322144/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35660/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35659/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35658/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35657/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35656/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35655/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35654/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/739735/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/739735/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data] [thread_id=1] [2024/05/06 22:08:18.257 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data] [thread_id=1] [2024/05/06 22:08:18.257 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372718/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372717/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372716/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372715/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372714/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372713/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372712/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372711/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372710/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/322144/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35660/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35659/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35658/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35657/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35656/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35655/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35654/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/739735/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/739735/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft] [thread_id=1] [2024/05/06 22:08:18.257 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft] [thread_id=1] [2024/05/06 22:08:18.258 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv3.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20162\",\"advertise-addr\":\"127.0.0.1:20162\",\"status-addr\":\"127.0.0.1:20182\",\"advertise-status-addr\":\"127.0.0.1:20182\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:08:18.258 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:08:18.259 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=1ms] [thread_id=17] [2024/05/06 22:08:18.259 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:08:18.259 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=18] [2024/05/06 22:08:18.259 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=17] [2024/05/06 22:08:18.259 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=17] [2024/05/06 22:08:18.266 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:08:18.266 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:08:18.267 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 227.916µs"] [thread_id=1] [2024/05/06 22:08:18.330 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:08:18.332 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:08:18.332 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:08:18.333 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/log-backup-temp] [thread_id=1] [2024/05/06 22:08:18.333 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=74] [2024/05/06 22:08:18.334 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:08:18.334 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:08:18.334 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:08:18.334 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=73] [2024/05/06 22:08:18.334 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:08:18.334 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=74] [2024/05/06 22:08:18.341 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 4 region_epoch { conf_ver: 1 version: 1 } peers { id: 6 store_id: 1 }"] [store_id=1] [thread_id=1] [2024/05/06 22:08:18.343 +08:00] [ERROR] [raft_server.rs:426] ["bootstrap cluster"] [err_code=KV:Pd:Unknown] [err="Other(\"[components/pd_client/src/util.rs:952]: [PD:etcd:ErrEtcdTxnConflict]etcd transaction failed, conflicted and rolled back\")"] [cluster_id=7365888231208156932] [thread_id=1] [2024/05/06 22:08:21.344 +08:00] [INFO] [raft_server.rs:416] ["cluster is already bootstrapped"] [cluster_id=7365888231208156932] [thread_id=1] [2024/05/06 22:08:21.344 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 1 address: \"127.0.0.1:20162\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20162\" status_address: \"127.0.0.1:20182\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004498 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:08:21.346 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=1] [status=Some()] [thread_id=1] [2024/05/06 22:08:21.346 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:08:21.346 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=2] [thread_id=1] [2024/05/06 22:08:21.346 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=3] [thread_id=1] [2024/05/06 22:08:21.346 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=1] [thread_id=1] [2024/05/06 22:08:21.347 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:08:21.350 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:08:21.350 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=57.583µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=0] [store_id=1] [thread_id=1] [2024/05/06 22:08:21.350 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=42.32µs] [garbage_range_count=1] [store_id=1] [thread_id=1] [2024/05/06 22:08:21.352 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:08:21.352 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:08:21.352 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:08:21.356 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:08:21.356 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:08:21.357 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:08:21.358 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20162] [thread_id=1] [2024/05/06 22:08:21.359 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=17] [2024/05/06 22:08:21.359 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=17] [2024/05/06 22:08:21.363 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:31.353 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:31.364 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(2)] [thread_id=7] [2024/05/06 22:08:31.365 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=15] [store_id=1] [peer_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:31.365 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:31.365 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:31.365 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:31.365 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 25."] [id=25] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:31.365 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=13] [store_id=1] [peer_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.365 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.365 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.365 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.365 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 24."] [id=24] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.365 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=17] [store_id=1] [peer_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.365 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.365 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.365 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.365 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 26."] [id=26] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.365 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 15"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=15] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.365 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.365 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=11] [store_id=1] [peer_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.365 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.365 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.365 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.365 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 23."] [id=23] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.365 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=7] [store_id=1] [peer_id=27] [region_id=5] [thread_id=102] [2024/05/06 22:08:31.365 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=27] [region_id=5] [thread_id=102] [2024/05/06 22:08:31.365 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=27] [region_id=5] [thread_id=102] [2024/05/06 22:08:31.365 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=27] [region_id=5] [thread_id=102] [2024/05/06 22:08:31.365 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 27."] [id=27] [raft_id=27] [region_id=5] [thread_id=102] [2024/05/06 22:08:31.365 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 13"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=13] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.365 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.366 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 11"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=11] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.366 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 17"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=17] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:31.366 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.366 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:31.366 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 7"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=7] [raft_id=27] [region_id=5] [thread_id=102] [2024/05/06 22:08:31.366 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=27] [region_id=5] [thread_id=102] [2024/05/06 22:08:31.366 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20160] [store_id=2] [thread_id=71] [2024/05/06 22:08:31.366 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=2] [addr=127.0.0.1:20160] [thread_id=71] [2024/05/06 22:08:31.366 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=5] [cost=789.635µs] [addr=127.0.0.1:20160] [store_id=2] [thread_id=71] [2024/05/06 22:08:31.369 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=131] [2024/05/06 22:08:31.369 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=132] [2024/05/06 22:08:31.369 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=130] [2024/05/06 22:08:31.369 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_14_6_9_(default|lock|write).sst] [snap_key=14_6_9] [thread_id=131] [2024/05/06 22:08:31.369 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_16_6_9_(default|lock|write).sst] [snap_key=16_6_9] [thread_id=132] [2024/05/06 22:08:31.369 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_12_6_9_(default|lock|write).sst] [snap_key=12_6_9] [thread_id=130] [2024/05/06 22:08:31.369 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=129] [2024/05/06 22:08:31.369 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_10_6_9_(default|lock|write).sst] [snap_key=10_6_9] [thread_id=129] [2024/05/06 22:08:31.369 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=524.233µs] [snap_key=14_6_9] [thread_id=131] [2024/05/06 22:08:31.369 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=502.741µs] [snap_key=16_6_9] [thread_id=132] [2024/05/06 22:08:31.369 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=497.974µs] [snap_key=12_6_9] [thread_id=130] [2024/05/06 22:08:31.369 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.369 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.369 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=131] [2024/05/06 22:08:31.369 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 15} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.369 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.369 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.369 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.369 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 17} }, outgoing: Configuration { voters: {} } }, learners: {26}, learners_next: {}, auto_leave: false }"] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.369 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.369 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_5_6_10_(default|lock|write).sst] [snap_key=5_6_10] [thread_id=131] [2024/05/06 22:08:31.369 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.369 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=363.501µs] [snap_key=10_6_9] [thread_id=129] [2024/05/06 22:08:31.369 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.369 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 25 store_id: 1 role: Learner }"] [peer_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.370 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 26 store_id: 1 role: Learner }"] [peer_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.370 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.370 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.370 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 18} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.370 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {22, 11} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.370 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.370 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.370 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.370 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.370 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.370 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.370 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 24 store_id: 1 role: Learner }"] [peer_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.370 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 23 store_id: 1 role: Learner }"] [peer_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.370 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=383.163µs] [snap_key=5_6_10] [thread_id=131] [2024/05/06 22:08:31.370 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 26 store_id: 1 role: Learner }"] [peer_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.370 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 10, term: 6]"] [snapshot_term=6] [snapshot_index=10] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=27] [region_id=5] [thread_id=101] [2024/05/06 22:08:31.370 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 25 store_id: 1 role: Learner }"] [peer_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:31.370 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {21, 7} }, outgoing: Configuration { voters: {} } }, learners: {27}, learners_next: {}, auto_leave: false }"] [raft_id=27] [region_id=5] [thread_id=101] [2024/05/06 22:08:31.370 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=10] [last_term=6] [last_index=10] [commit=10] [raft_id=27] [region_id=5] [thread_id=101] [2024/05/06 22:08:31.370 +08:00] [INFO] [raft.rs:2549] ["[commit: 10, term: 6] restored snapshot [index: 10, term: 6]"] [snapshot_term=6] [snapshot_index=10] [commit=10] [term=6] [raft_id=27] [region_id=5] [thread_id=101] [2024/05/06 22:08:31.370 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=27] [region_id=5] [thread_id=101] [2024/05/06 22:08:31.370 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 10 truncated_state { index: 10 term: 6 }"] [region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 7 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 27 store_id: 1 role: Learner }"] [peer_id=27] [region_id=5] [thread_id=101] [2024/05/06 22:08:31.370 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=26] [region_id=16] [thread_id=80] [2024/05/06 22:08:31.370 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 24 store_id: 1 role: Learner }"] [peer_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.370 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:31.370 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 23 store_id: 1 role: Learner }"] [peer_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.370 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=106.74µs] [region_id=16] [thread_id=80] [2024/05/06 22:08:31.370 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 7 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 27 store_id: 1 role: Learner }"] [peer_id=27] [region_id=5] [thread_id=102] [2024/05/06 22:08:31.370 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=25] [region_id=14] [thread_id=80] [2024/05/06 22:08:31.370 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:31.370 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=20.509µs] [region_id=14] [thread_id=80] [2024/05/06 22:08:31.370 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=24] [region_id=12] [thread_id=80] [2024/05/06 22:08:31.370 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:31.370 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=17.012µs] [region_id=12] [thread_id=80] [2024/05/06 22:08:31.370 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=23] [region_id=10] [thread_id=80] [2024/05/06 22:08:31.371 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:31.371 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=21.831µs] [region_id=10] [thread_id=80] [2024/05/06 22:08:31.371 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=27] [region_id=5] [thread_id=80] [2024/05/06 22:08:31.371 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:31.371 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=14.686µs] [region_id=5] [thread_id=80] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 26 store_id: 1 } } }"] [index=10] [term=6] [peer_id=26] [region_id=16] [thread_id=103] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=26] [region_id=16] [thread_id=103] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 1 } } }"] [index=10] [term=6] [peer_id=25] [region_id=14] [thread_id=104] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=25] [region_id=14] [thread_id=104] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 26 store_id: 1 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 26 store_id: 1 role: Learner }"] [changes="[peer { id: 26 store_id: 1 }]"] [peer_id=26] [region_id=16] [thread_id=103] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 25 store_id: 1 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 25 store_id: 1 role: Learner }"] [changes="[peer { id: 25 store_id: 1 }]"] [peer_id=25] [region_id=14] [thread_id=104] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 1 } } }"] [index=10] [term=6] [peer_id=24] [region_id=12] [thread_id=103] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=24] [region_id=12] [thread_id=103] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 24 store_id: 1 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 24 store_id: 1 role: Learner }"] [changes="[peer { id: 24 store_id: 1 }]"] [peer_id=24] [region_id=12] [thread_id=103] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 27 store_id: 1 } } }"] [index=11] [term=6] [peer_id=27] [region_id=5] [thread_id=104] [2024/05/06 22:08:31.371 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 25, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=27] [region_id=5] [thread_id=104] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 7 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 27 store_id: 1 }"] [original_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 7 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 27 store_id: 1 role: Learner }"] [changes="[peer { id: 27 store_id: 1 }]"] [peer_id=27] [region_id=5] [thread_id=104] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 1 } } }"] [index=10] [term=6] [peer_id=23] [region_id=10] [thread_id=104] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=23] [region_id=10] [thread_id=104] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 23 store_id: 1 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 23 store_id: 1 role: Learner }"] [changes="[peer { id: 23 store_id: 1 }]"] [peer_id=23] [region_id=10] [thread_id=104] [2024/05/06 22:08:31.371 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {24, 13, 18} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.372 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 17, 26} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:31.372 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {27, 21, 7} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=27] [region_id=5] [thread_id=102] [2024/05/06 22:08:31.372 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {23, 22, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:09:21.354 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=5_6_10] [peer_id=27] [region_id=5] [thread_id=102] [2024/05/06 22:09:21.354 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=10_6_9] [peer_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:09:21.354 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=12_6_9] [peer_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:09:21.354 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=14_6_9] [peer_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:09:21.354 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=16_6_9] [peer_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:09:21.354 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:21.354 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:21.354 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:21.354 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:21.354 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] ==> ./tikv1.log <== [2024/05/06 22:08:14.896 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:08:14.896 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:08:14.896 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:08:14.896 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:08:14.896 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:08:14.896 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:08:14.896 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:08:14.896 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:08:14.896 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:08:14.896 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:08:14.896 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:08:14.896 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={24, 62, 57, 17, 68, 45, 69, 55, 60, 32, 10, 20, 21, 13, 61, 58, 53, 15, 59, 0, 6, 70, 31, 49, 71, 54, 64, 18, 52, 36, 19, 9, 42, 28, 67, 50, 56, 16, 22, 65, 29, 14, 66, 44, 63, 7, 12, 51, 48, 30, 35, 33, 43, 8, 26, 46, 27, 25, 34, 47, 23, 11}"] [thread_id=1] [2024/05/06 22:08:14.897 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:08:14.897 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 128, expect 32768"] [thread_id=1] [2024/05/06 22:08:14.897 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:08:14.897 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:08:14.899 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:14.899 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:08:14.899 +08:00] [INFO] [] ["subchannel 0x7ff15624d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7ff1562afb88, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7ff156237e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7ff1562d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004494.899428451\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:08:14.899 +08:00] [INFO] [] ["subchannel 0x7ff15624d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7ff1562afb88, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7ff156237e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7ff1562d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:14.899 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:14.899 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:14.900 +08:00] [INFO] [] ["subchannel 0x7ff15624dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7ff1562afb88, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7ff156237e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7ff1562d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004494.900038657\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:08:14.900 +08:00] [INFO] [] ["subchannel 0x7ff15624dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7ff1562afb88, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7ff156237e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7ff1562d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:14.900 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:14.900 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:14.900 +08:00] [INFO] [] ["subchannel 0x7ff15624e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7ff1562afb88, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7ff156237e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7ff1562d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004494.900323866\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:08:14.900 +08:00] [INFO] [] ["subchannel 0x7ff15624e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7ff1562afb88, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7ff156237e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7ff1562d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:14.900 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:14.900 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:08:15.201 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:17.202 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:17.202 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:17.944 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:18.248 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:18.249 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:18.250 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:18.251 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:18.252 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:18.252 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:18.253 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:08:18.253 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888231208156932] [thread_id=1] [2024/05/06 22:08:18.253 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:18.253 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:18.255 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20180] [thread_id=1] [2024/05/06 22:08:18.256 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:08:18.256 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372718/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372717/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372716/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372715/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372714/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372713/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372712/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372711/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372710/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/322144/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35660/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35659/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35658/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35657/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35656/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35655/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35654/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/739735/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/739735/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data] [thread_id=1] [2024/05/06 22:08:18.257 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data] [thread_id=1] [2024/05/06 22:08:18.257 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372718/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372717/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372716/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372715/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372714/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372713/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372712/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372711/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/372710/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/322144/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35660/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35659/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35658/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35657/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35656/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35655/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35654/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/739735/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/739735/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft] [thread_id=1] [2024/05/06 22:08:18.257 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft] [thread_id=1] [2024/05/06 22:08:18.258 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv1.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20160\",\"advertise-addr\":\"127.0.0.1:20160\",\"status-addr\":\"127.0.0.1:20180\",\"advertise-status-addr\":\"127.0.0.1:20180\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:08:18.258 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:08:18.259 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:08:18.259 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=1ms] [thread_id=17] [2024/05/06 22:08:18.259 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=18] [2024/05/06 22:08:18.259 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=17] [2024/05/06 22:08:18.259 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=18] [2024/05/06 22:08:18.266 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:08:18.266 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:08:18.267 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 224.304µs"] [thread_id=1] [2024/05/06 22:08:18.331 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:08:18.332 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:08:18.333 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:08:18.333 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/log-backup-temp] [thread_id=1] [2024/05/06 22:08:18.333 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=74] [2024/05/06 22:08:18.334 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:08:18.334 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:08:18.334 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:08:18.334 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:08:18.334 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=74] [2024/05/06 22:08:18.334 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=73] [2024/05/06 22:08:18.341 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 5 region_epoch { conf_ver: 1 version: 1 } peers { id: 7 store_id: 2 }"] [store_id=2] [thread_id=1] [2024/05/06 22:08:18.351 +08:00] [INFO] [raft_server.rs:404] ["bootstrap cluster ok"] [cluster_id=7365888231208156932] [thread_id=1] [2024/05/06 22:08:18.351 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 2 address: \"127.0.0.1:20160\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20160\" status_address: \"127.0.0.1:20180\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004498 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:08:18.353 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=2] [status=Some()] [thread_id=1] [2024/05/06 22:08:18.353 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=2] [thread_id=1] [2024/05/06 22:08:18.353 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=3] [thread_id=1] [2024/05/06 22:08:18.353 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=2] [thread_id=1] [2024/05/06 22:08:18.354 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:08:18.357 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:08:18.357 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=7] [region_id=5] [thread_id=1] [2024/05/06 22:08:18.357 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {7} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=7] [region_id=5] [thread_id=1] [2024/05/06 22:08:18.357 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=7] [region_id=5] [thread_id=1] [2024/05/06 22:08:18.357 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {7} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=7] [region_id=5] [thread_id=1] [2024/05/06 22:08:18.357 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 7."] [id=7] [raft_id=7] [region_id=5] [thread_id=1] [2024/05/06 22:08:18.357 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=7] [region_id=5] [thread_id=1] [2024/05/06 22:08:18.357 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=7] [region_id=5] [thread_id=1] [2024/05/06 22:08:18.357 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=7] [region_id=5] [thread_id=1] [2024/05/06 22:08:18.357 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=7] [region_id=5] [thread_id=1] [2024/05/06 22:08:18.357 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=189.487µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=1] [store_id=2] [thread_id=1] [2024/05/06 22:08:18.357 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=5.751µs] [garbage_range_count=2] [store_id=2] [thread_id=1] [2024/05/06 22:08:18.358 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803778] [region_id=5] [thread_id=101] [2024/05/06 22:08:18.359 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:08:18.359 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:08:18.359 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:08:18.359 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=5] [thread_id=31] [2024/05/06 22:08:18.362 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 5 region_epoch { conf_ver: 1 version: 1 } peers { id: 7 store_id: 2 }"] [thread_id=68] [2024/05/06 22:08:18.362 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(0)] [region=5] [thread_id=68] [2024/05/06 22:08:18.363 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:08:18.363 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:08:18.363 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:08:18.364 +08:00] [INFO] [deadlock.rs:761] ["became the leader of deadlock detector!"] [self_id=2] [thread_id=127] [2024/05/06 22:08:18.365 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=18] [2024/05/06 22:08:18.365 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20160] [thread_id=1] [2024/05/06 22:08:18.365 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=18] [2024/05/06 22:08:18.369 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:21.364 +08:00] [INFO] [pd.rs:1531] ["try to split"] [region_epoch="conf_ver: 1 version: 1"] [region_id=5] [thread_id=31] [2024/05/06 22:08:21.364 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=pd] [split_keys="4 keys range from 7200000000000000FB to 7800000100000000FB"] [peer_id=7] [region_id=5] [thread_id=102] [2024/05/06 22:08:21.364 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 5 region_epoch { conf_ver: 1 version: 1 } peers { id: 7 store_id: 2 }"] [new_region_ids="[new_region_id: 10 new_peer_ids: 11, new_region_id: 12 new_peer_ids: 13, new_region_id: 14 new_peer_ids: 15, new_region_id: 16 new_peer_ids: 17]"] [region_id=5] [thread_id=31] [2024/05/06 22:08:21.365 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7200000000000000FB new_region_id: 10 new_peer_ids: 11 } requests { split_key: 7200000100000000FB new_region_id: 12 new_peer_ids: 13 } requests { split_key: 7800000000000000FB new_region_id: 14 new_peer_ids: 15 } requests { split_key: 7800000100000000FB new_region_id: 16 new_peer_ids: 17 } right_derive: true }"] [index=7] [term=6] [peer_id=7] [region_id=5] [thread_id=103] [2024/05/06 22:08:21.365 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="4 keys range from 7200000000000000FB to 7800000100000000FB"] [region="id: 5 region_epoch { conf_ver: 1 version: 1 } peers { id: 7 store_id: 2 }"] [peer_id=7] [region_id=5] [thread_id=103] [2024/05/06 22:08:21.365 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=5] [thread_id=102] [2024/05/06 22:08:21.365 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:08:21.365 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=5] [peer_id=7] [region_id=5] [thread_id=102] [2024/05/06 22:08:21.365 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(0)] [region_id=5] [store_id=Some(2)] [thread_id=68] [2024/05/06 22:08:21.365 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=2] [is_uninitialized_peer_exist=false] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 2 }"] [region_id=10] [thread_id=102] [2024/05/06 22:08:21.365 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:21.365 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 7 store_id: 2 }"] [thread_id=68] [2024/05/06 22:08:21.365 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:21.365 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:21.365 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:21.365 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 11."] [id=11] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:21.365 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:21.365 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:21.365 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:21.365 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:21.365 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=2] [is_uninitialized_peer_exist=false] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 2 }"] [region_id=12] [thread_id=102] [2024/05/06 22:08:21.365 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:21.365 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:21.365 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:21.365 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:21.365 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 13."] [id=13] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:21.365 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:21.365 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:21.365 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:21.365 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:21.365 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=2] [is_uninitialized_peer_exist=false] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 2 }"] [region_id=14] [thread_id=102] [2024/05/06 22:08:21.365 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:21.365 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:21.365 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:21.365 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:21.365 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 15."] [id=15] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:21.365 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:21.365 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:21.365 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:21.365 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:21.365 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=2] [is_uninitialized_peer_exist=false] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 17 store_id: 2 }"] [region_id=16] [thread_id=102] [2024/05/06 22:08:21.365 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:21.366 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:21.366 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:21.366 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:21.366 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 17."] [id=17] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:21.366 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:21.366 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:21.366 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:21.366 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:21.366 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=10] [thread_id=101] [2024/05/06 22:08:21.366 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=12] [thread_id=102] [2024/05/06 22:08:21.366 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=14] [thread_id=102] [2024/05/06 22:08:21.366 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=16] [thread_id=101] [2024/05/06 22:08:21.366 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=10] [thread_id=31] [2024/05/06 22:08:21.366 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 2 }"] [thread_id=68] [2024/05/06 22:08:21.366 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=12] [thread_id=31] [2024/05/06 22:08:21.366 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 2 }"] [thread_id=68] [2024/05/06 22:08:21.366 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 2 }"] [thread_id=68] [2024/05/06 22:08:21.366 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=7] [observe_id=ObserveId(1)] [region=5] [thread_id=68] [2024/05/06 22:08:21.366 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(3)] [region=10] [thread_id=68] [2024/05/06 22:08:21.366 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=14] [thread_id=31] [2024/05/06 22:08:21.366 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(4)] [region=14] [thread_id=68] [2024/05/06 22:08:21.366 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(2)] [region=12] [thread_id=68] [2024/05/06 22:08:21.366 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 17 store_id: 2 }"] [thread_id=68] [2024/05/06 22:08:21.366 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=16] [thread_id=31] [2024/05/06 22:08:21.366 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(5)] [region=16] [thread_id=68] [2024/05/06 22:08:28.361 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:28.370 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 18 store_id: 3 role: Learner } change_type: AddLearnerNode]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:28.370 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 19 store_id: 3 role: Learner } change_type: AddLearnerNode]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:28.370 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 18 store_id: 3 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.370 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 19 store_id: 3 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.370 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 20 store_id: 3 role: Learner } change_type: AddLearnerNode]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:28.370 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 21 store_id: 3 role: Learner } change_type: AddLearnerNode]"] [region_id=5] [thread_id=31] [2024/05/06 22:08:28.370 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 20 store_id: 3 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.370 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 21 store_id: 3 role: Learner }]"] [peer_id=7] [region_id=5] [thread_id=102] [2024/05/06 22:08:28.370 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 19 store_id: 3 role: Learner } } }"] [index=7] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:28.370 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 22 store_id: 3 role: Learner } change_type: AddLearnerNode]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:28.370 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:28.370 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 18 store_id: 3 role: Learner } } }"] [index=7] [term=6] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:28.370 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 22 store_id: 3 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.370 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:28.370 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 2 } peers { id: 19 store_id: 3 role: Learner }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 19 store_id: 3 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:28.370 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 20 store_id: 3 role: Learner } } }"] [index=7] [term=6] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:28.370 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:28.370 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 2 } peers { id: 20 store_id: 3 role: Learner }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 17 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 20 store_id: 3 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:28.370 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 2 } peers { id: 18 store_id: 3 role: Learner }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 18 store_id: 3 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:28.370 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 21 store_id: 3 role: Learner } } }"] [index=8] [term=6] [peer_id=7] [region_id=5] [thread_id=103] [2024/05/06 22:08:28.370 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=7] [region_id=5] [thread_id=103] [2024/05/06 22:08:28.370 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 7 store_id: 2 } peers { id: 21 store_id: 3 role: Learner }"] [original_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 7 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 21 store_id: 3 role: Learner }]"] [peer_id=7] [region_id=5] [thread_id=103] [2024/05/06 22:08:28.371 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {19}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.371 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 22 store_id: 3 role: Learner } } }"] [index=7] [term=6] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:28.371 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }, learners: {20}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.371 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:28.371 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 2 } peers { id: 22 store_id: 3 role: Learner }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 22 store_id: 3 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:28.371 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 2 } peers { id: 19 store_id: 3 role: Learner }"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.371 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 2 } peers { id: 20 store_id: 3 role: Learner }"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.371 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {18}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.371 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {7} }, outgoing: Configuration { voters: {} } }, learners: {21}, learners_next: {}, auto_leave: false }"] [raft_id=7] [region_id=5] [thread_id=102] [2024/05/06 22:08:28.371 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 2 } peers { id: 18 store_id: 3 role: Learner }"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.371 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 7 store_id: 2 } peers { id: 21 store_id: 3 role: Learner }"] [peer_id=7] [region_id=5] [thread_id=102] [2024/05/06 22:08:28.371 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {22}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.372 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 2 } peers { id: 22 store_id: 3 role: Learner }"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.372 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20161] [store_id=3] [thread_id=71] [2024/05/06 22:08:28.372 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=3] [addr=127.0.0.1:20161] [thread_id=71] [2024/05/06 22:08:28.372 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=10] [cost=974.435µs] [addr=127.0.0.1:20161] [store_id=3] [thread_id=71] [2024/05/06 22:08:28.375 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(3)] [thread_id=7] [2024/05/06 22:08:28.375 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=19] [request_index=0] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.375 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=18] [request_index=0] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.375 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=21] [request_index=0] [peer_id=7] [region_id=5] [thread_id=102] [2024/05/06 22:08:28.375 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=22] [request_index=0] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.375 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=20] [request_index=0] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.376 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:28.376 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:28.376 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:28.376 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:28.376 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:28.376 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:28.376 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=591.41µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:28.376 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=695.425µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:28.376 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=18] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.376 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=22] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.377 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:28.377 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:28.377 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:28.377 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:28.377 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:28.377 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:28.377 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:28.377 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=425.693µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:28.377 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:28.377 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=471.744µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:28.377 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=20] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.377 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=19] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.377 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:28.377 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_5_6_8_(default|lock|write).sst] [region_id=5] [thread_id=83] [2024/05/06 22:08:28.377 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_5_6_8_(default|lock|write).sst] [region_id=5] [thread_id=83] [2024/05/06 22:08:28.377 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:28.377 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_5_6_8_(default|lock|write).sst] [region_id=5] [thread_id=83] [2024/05/06 22:08:28.377 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=426.835µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_5_6_8_(default|lock|write).sst] [region_id=5] [thread_id=83] [2024/05/06 22:08:28.378 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=21] [peer_id=7] [region_id=5] [thread_id=102] [2024/05/06 22:08:28.378 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:28.378 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.234536ms] [size=0] [snap_key=10_6_7] [region_id=10] [thread_id=132] [2024/05/06 22:08:28.378 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 22 store_id: 3 role: Learner"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.378 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=986.296µs] [size=0] [snap_key=16_6_7] [region_id=16] [thread_id=131] [2024/05/06 22:08:28.378 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.153419ms] [size=0] [snap_key=14_6_7] [region_id=14] [thread_id=133] [2024/05/06 22:08:28.378 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 20 store_id: 3 role: Learner"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.378 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.70448ms] [size=0] [snap_key=12_6_7] [region_id=12] [thread_id=130] [2024/05/06 22:08:28.378 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 19 store_id: 3 role: Learner"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.378 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 18 store_id: 3 role: Learner"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.379 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=982.527µs] [size=0] [snap_key=5_6_8] [region_id=5] [thread_id=130] [2024/05/06 22:08:28.379 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 21 store_id: 3 role: Learner"] [peer_id=7] [region_id=5] [thread_id=101] [2024/05/06 22:08:28.379 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 22 store_id: 3 }]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:28.379 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 18 store_id: 3 }]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:28.379 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 22 store_id: 3 }]"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:28.379 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 18 store_id: 3 }]"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:28.379 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 20 store_id: 3 }]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:28.379 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 20 store_id: 3 }]"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:28.379 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 18 store_id: 3 } } }"] [index=8] [term=6] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:28.379 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:28.379 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 22 store_id: 3 } } }"] [index=8] [term=6] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:28.379 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 2 } peers { id: 18 store_id: 3 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 2 } peers { id: 18 store_id: 3 role: Learner }"] [changes="[peer { id: 18 store_id: 3 }]"] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:28.379 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:28.379 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 2 } peers { id: 22 store_id: 3 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 2 } peers { id: 22 store_id: 3 role: Learner }"] [changes="[peer { id: 22 store_id: 3 }]"] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:28.379 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 19 store_id: 3 }]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:28.379 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 19 store_id: 3 }]"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:28.379 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 21 store_id: 3 }]"] [region_id=5] [thread_id=31] [2024/05/06 22:08:28.379 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 21 store_id: 3 }]"] [peer_id=7] [region_id=5] [thread_id=101] [2024/05/06 22:08:28.379 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 20 store_id: 3 } } }"] [index=8] [term=6] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:28.379 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 18} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.379 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:28.379 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 2 } peers { id: 20 store_id: 3 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 2 } peers { id: 20 store_id: 3 role: Learner }"] [changes="[peer { id: 20 store_id: 3 }]"] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:28.379 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 19 store_id: 3 } } }"] [index=8] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:28.379 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 2 } peers { id: 18 store_id: 3 }"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:28.379 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:28.379 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 2 } peers { id: 19 store_id: 3 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 2 } peers { id: 19 store_id: 3 role: Learner }"] [changes="[peer { id: 19 store_id: 3 }]"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:28.379 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 21 store_id: 3 } } }"] [index=9] [term=6] [peer_id=7] [region_id=5] [thread_id=103] [2024/05/06 22:08:28.379 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=7] [region_id=5] [thread_id=103] [2024/05/06 22:08:28.379 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 7 store_id: 2 } peers { id: 21 store_id: 3 }"] [original_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 7 store_id: 2 } peers { id: 21 store_id: 3 role: Learner }"] [changes="[peer { id: 21 store_id: 3 }]"] [peer_id=7] [region_id=5] [thread_id=103] [2024/05/06 22:08:28.380 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {22, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.380 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 2 } peers { id: 22 store_id: 3 }"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:28.380 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 17} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.380 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.380 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 2 } peers { id: 20 store_id: 3 }"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:28.380 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 2 } peers { id: 19 store_id: 3 }"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:28.380 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {21, 7} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=7] [region_id=5] [thread_id=101] [2024/05/06 22:08:28.380 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 7 store_id: 2 } peers { id: 21 store_id: 3 }"] [peer_id=7] [region_id=5] [thread_id=101] [2024/05/06 22:08:31.362 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 23 store_id: 1 role: Learner } change_type: AddLearnerNode]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:31.362 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 24 store_id: 1 role: Learner } change_type: AddLearnerNode]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:31.362 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 1 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.362 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 25 store_id: 1 role: Learner } change_type: AddLearnerNode]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:31.362 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 1 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:31.362 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 1 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.362 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 26 store_id: 1 role: Learner } change_type: AddLearnerNode]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:31.362 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 27 store_id: 1 role: Learner } change_type: AddLearnerNode]"] [region_id=5] [thread_id=31] [2024/05/06 22:08:31.362 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 26 store_id: 1 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:31.362 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 27 store_id: 1 role: Learner }]"] [peer_id=7] [region_id=5] [thread_id=102] [2024/05/06 22:08:31.362 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 25 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:31.362 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 23 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:31.362 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:31.362 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:31.362 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 25 store_id: 1 role: Learner }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 2 } peers { id: 19 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 1 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:31.362 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 23 store_id: 1 role: Learner }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 2 } peers { id: 22 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 1 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:31.362 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 24 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:31.362 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 26 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:31.362 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:31.362 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:31.362 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 24 store_id: 1 role: Learner }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 2 } peers { id: 18 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 1 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:31.362 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 26 store_id: 1 role: Learner }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 2 } peers { id: 20 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 26 store_id: 1 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:31.362 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 27 store_id: 1 role: Learner } } }"] [index=10] [term=6] [peer_id=7] [region_id=5] [thread_id=103] [2024/05/06 22:08:31.362 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=7] [region_id=5] [thread_id=103] [2024/05/06 22:08:31.362 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 7 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 27 store_id: 1 role: Learner }"] [original_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 7 store_id: 2 } peers { id: 21 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 27 store_id: 1 role: Learner }]"] [peer_id=7] [region_id=5] [thread_id=103] [2024/05/06 22:08:31.363 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 15} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.363 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 18} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.363 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 25 store_id: 1 role: Learner }"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.363 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 24 store_id: 1 role: Learner }"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.363 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {22, 11} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.363 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 17} }, outgoing: Configuration { voters: {} } }, learners: {26}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.363 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 26 store_id: 1 role: Learner }"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.363 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {21, 7} }, outgoing: Configuration { voters: {} } }, learners: {27}, learners_next: {}, auto_leave: false }"] [raft_id=7] [region_id=5] [thread_id=102] [2024/05/06 22:08:31.364 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 23 store_id: 1 role: Learner }"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.364 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 7 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 27 store_id: 1 role: Learner }"] [peer_id=7] [region_id=5] [thread_id=102] [2024/05/06 22:08:31.364 +08:00] [INFO] [replication_mode.rs:40] ["backup store labels"] [labels="[]"] [store_id=1] [thread_id=17] [2024/05/06 22:08:31.364 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20162] [store_id=1] [thread_id=71] [2024/05/06 22:08:31.364 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=1] [addr=127.0.0.1:20162] [thread_id=71] [2024/05/06 22:08:31.364 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=10] [cost=778.546µs] [addr=127.0.0.1:20162] [store_id=1] [thread_id=71] [2024/05/06 22:08:31.367 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(1)] [thread_id=8] [2024/05/06 22:08:31.367 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=25] [request_index=0] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.367 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=24] [request_index=0] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.367 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=26] [request_index=0] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:31.367 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=27] [request_index=0] [peer_id=7] [region_id=5] [thread_id=102] [2024/05/06 22:08:31.367 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=23] [request_index=0] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.367 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:31.367 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:31.367 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:31.367 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:31.368 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:31.368 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:31.368 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=500.039µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:31.368 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=563.808µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:31.368 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=25] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.368 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=26] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.368 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:31.368 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:31.368 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:31.368 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:31.368 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:31.368 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:31.368 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:31.368 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:31.368 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=437.167µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:31.368 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=540.631µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:31.368 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=24] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.368 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_5_6_10_(default|lock|write).sst] [region_id=5] [thread_id=84] [2024/05/06 22:08:31.369 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:31.369 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_5_6_10_(default|lock|write).sst] [region_id=5] [thread_id=84] [2024/05/06 22:08:31.369 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=23] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.369 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_5_6_10_(default|lock|write).sst] [region_id=5] [thread_id=84] [2024/05/06 22:08:31.369 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:31.369 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=375.829µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_5_6_10_(default|lock|write).sst] [region_id=5] [thread_id=84] [2024/05/06 22:08:31.369 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=27] [peer_id=7] [region_id=5] [thread_id=101] [2024/05/06 22:08:31.369 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:31.370 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.335037ms] [size=0] [snap_key=14_6_9] [region_id=14] [thread_id=130] [2024/05/06 22:08:31.370 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.631526ms] [size=0] [snap_key=16_6_9] [region_id=16] [thread_id=131] [2024/05/06 22:08:31.370 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 25 store_id: 1 role: Learner"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:31.370 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 26 store_id: 1 role: Learner"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.370 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.224224ms] [size=0] [snap_key=12_6_9] [region_id=12] [thread_id=133] [2024/05/06 22:08:31.370 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 24 store_id: 1 role: Learner"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.370 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.073469ms] [size=0] [snap_key=10_6_9] [region_id=10] [thread_id=132] [2024/05/06 22:08:31.370 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 23 store_id: 1 role: Learner"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.370 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.116942ms] [size=0] [snap_key=5_6_10] [region_id=5] [thread_id=132] [2024/05/06 22:08:31.370 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 27 store_id: 1 role: Learner"] [peer_id=7] [region_id=5] [thread_id=101] [2024/05/06 22:08:31.370 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 26 store_id: 1 }]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:31.371 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 26 store_id: 1 }]"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:31.371 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 25 store_id: 1 }]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:31.371 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 25 store_id: 1 }]"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:31.371 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 24 store_id: 1 }]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:31.371 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 24 store_id: 1 }]"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 26 store_id: 1 } } }"] [index=10] [term=6] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 26 store_id: 1 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 26 store_id: 1 role: Learner }"] [changes="[peer { id: 26 store_id: 1 }]"] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 1 } } }"] [index=10] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 25 store_id: 1 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 25 store_id: 1 role: Learner }"] [changes="[peer { id: 25 store_id: 1 }]"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 1 } } }"] [index=10] [term=6] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:31.371 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 23 store_id: 1 }]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 24 store_id: 1 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 24 store_id: 1 role: Learner }"] [changes="[peer { id: 24 store_id: 1 }]"] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:31.371 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 27 store_id: 1 }]"] [region_id=5] [thread_id=31] [2024/05/06 22:08:31.371 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 23 store_id: 1 }]"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.371 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 27 store_id: 1 }]"] [peer_id=7] [region_id=5] [thread_id=101] [2024/05/06 22:08:31.371 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 17, 26} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.371 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 25, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.371 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 26 store_id: 1 }"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.371 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 25 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 27 store_id: 1 } } }"] [index=11] [term=6] [peer_id=7] [region_id=5] [thread_id=103] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=7] [region_id=5] [thread_id=103] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 7 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 27 store_id: 1 }"] [original_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 7 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 27 store_id: 1 role: Learner }"] [changes="[peer { id: 27 store_id: 1 }]"] [peer_id=7] [region_id=5] [thread_id=103] [2024/05/06 22:08:31.371 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {24, 13, 18} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 1 } } }"] [index=10] [term=6] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:31.371 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 24 store_id: 1 }"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.371 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 23 store_id: 1 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 23 store_id: 1 role: Learner }"] [changes="[peer { id: 23 store_id: 1 }]"] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:31.371 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {27, 21, 7} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=7] [region_id=5] [thread_id=102] [2024/05/06 22:08:31.371 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 7 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 27 store_id: 1 }"] [peer_id=7] [region_id=5] [thread_id=102] [2024/05/06 22:08:31.372 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {23, 22, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.372 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 23 store_id: 1 }"] [peer_id=11] [region_id=10] [thread_id=101] + find . -name '*.out' -type f -exec tail -n 500 '{}' + [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb [Pipeline] { [Pipeline] junit Recording test results [420 / 1,567] GoCompilePkg external/org_golang_google_protobuf/internal/filedesc/filedesc.a; Downloading external/org_golang_google_protobuf/internal/filedesc/filedesc.a, 172.8 KiB / 2.4 MiB; 0s remote-cache ... (8 actions, 0 running) [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // container [Pipeline] } [1,467 / 1,542] GoCompilePkg pkg/ttl/sqlbuilder/sqlbuilder.a; Downloading pkg/ttl/sqlbuilder/sqlbuilder.a, 1023.8 KiB / 1.6 MiB; 0s remote-cache ... (6 actions, 0 running) [Pipeline] // withEnv [Pipeline] } [Checks API] No suitable checks publisher found. [1,565 / 1,568] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 65.7 MiB / 96.2 MiB; 0s remote-cache [Pipeline] // node [Pipeline] } [Pipeline] sh [1,407 / 1,543] GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 57.2 MiB / 78.6 MiB; 0s remote-cache ... (3 actions, 0 running) [1,446 / 1,567] GoCompilePkg pkg/planner/property/property.a; 0s remote-cache ... (7 actions, 0 running) [1,465 / 1,605] [Prepa] GoCompilePkg pkg/executor/internal/vecgroupchecker/vecgroupchecker.a ... (5 actions, 0 running) [204 / 1,567] GoCompilePkg external/co_honnef_go_tools/go/ir/irutil/irutil.a [for tool]; 0s remote-cache ... (2 actions, 0 running) [Pipeline] // podTemplate [798 / 1,567] GoCompilePkg pkg/parser/ast/ast.a; Downloading pkg/parser/ast/ast.a, 3.5 MiB / 8.9 MiB; 0s remote-cache ... (8 actions, 0 running) [Pipeline] } + find . -name 'pd*.log' -type f -exec tail -n 500 '{}' + ==> ./pd2.log <== [2024/05/06 22:08:12.456 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:08:12.456 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:08:12.456 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:08:12.456 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:08:12.456 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:08:12.456 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:08:12.456 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:08:12.456 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:08:12.456 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2382\",\"peer-urls\":\"http://127.0.0.1:2381\",\"advertise-client-urls\":\"http://127.0.0.1:2382\",\"advertise-peer-urls\":\"http://127.0.0.1:2381\",\"name\":\"pd-1\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-1/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-1\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:08:12.460 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:08:12.460 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:08:12.460 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:08:12.460 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:08:12.461 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:08:12.461 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:08:12.461 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-1] [service-name=MetaStorage] [2024/05/06 22:08:12.461 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:08:12.462 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-1] [service-name=ResourceManager] [2024/05/06 22:08:12.462 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:08:12.462 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:12.462 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:08:12.462 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2382]"] [2024/05/06 22:08:12.462 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:08:12.462 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=60] [max-cpu-available=60] [member-initialized=false] [name=pd-1] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2381]"] [listen-peer-urls="[http://127.0.0.1:2381]"] [advertise-client-urls="[http://127.0.0.1:2382]"] [listen-client-urls="[http://127.0.0.1:2382]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:08:12.462 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:08:12.463 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap/db] [took=491.452µs] [2024/05/06 22:08:12.464 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=1f01bdf364b8beaa] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:08:12.464 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=()"] [2024/05/06 22:08:12.464 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 0"] [2024/05/06 22:08:12.464 +08:00] [INFO] [raft.go:389] ["newRaft 1f01bdf364b8beaa [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:08:12.464 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 1"] [2024/05/06 22:08:12.464 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:08:12.464 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:08:12.464 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:12.465 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:08:12.465 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:08:12.465 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:12.465 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:12.466 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:12.466 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:12.467 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:12.467 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:12.467 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [remote-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:12.467 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:12.467 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:12.467 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:12.468 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:12.468 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:12.468 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:12.468 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:12.468 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:12.468 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [remote-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:12.468 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=1f01bdf364b8beaa] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:08:12.468 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:08:12.468 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:08:12.468 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:08:12.468 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:08:12.469 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:12.469 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:12.469 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:12.469 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:12.469 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:12.469 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:12.470 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2381] [2024/05/06 22:08:12.470 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=1f01bdf364b8beaa] [initial-advertise-peer-urls="[http://127.0.0.1:2381]"] [listen-peer-urls="[http://127.0.0.1:2381]"] [advertise-client-urls="[http://127.0.0.1:2382]"] [listen-client-urls="[http://127.0.0.1:2382]"] [listen-metrics-urls="[]"] [2024/05/06 22:08:12.474 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:12.474 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=3037d9ad26fb2231] [2024/05/06 22:08:12.474 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:12.474 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream Message"] [2024/05/06 22:08:12.474 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:12.477 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:12.477 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:12.481 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream Message"] [2024/05/06 22:08:12.481 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=385a3ea8295f6f18] [2024/05/06 22:08:12.481 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:12.481 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:12.481 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:12.483 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:12.483 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:12.519 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=1f01bdf364b8beaa] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:08:13.473 +08:00] [INFO] [raft.go:966] ["1f01bdf364b8beaa [logterm: 1, index: 3, vote: 0] cast MsgPreVote for 3037d9ad26fb2231 [logterm: 1, index: 3] at term 1"] [2024/05/06 22:08:13.473 +08:00] [INFO] [raft.go:865] ["1f01bdf364b8beaa [term: 1] received a MsgVote message with higher term from 3037d9ad26fb2231 [term: 2]"] [2024/05/06 22:08:13.473 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 2"] [2024/05/06 22:08:13.473 +08:00] [INFO] [raft.go:966] ["1f01bdf364b8beaa [logterm: 1, index: 3, vote: 0] cast MsgVote for 3037d9ad26fb2231 [logterm: 1, index: 3] at term 2"] [2024/05/06 22:08:13.473 +08:00] [INFO] [node.go:327] ["raft.node: 1f01bdf364b8beaa elected leader 3037d9ad26fb2231 at term 2"] [2024/05/06 22:08:13.474 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=1f01bdf364b8beaa] [local-member-attributes="{Name:pd-1 ClientURLs:[http://127.0.0.1:2382]}"] [request-path=/0/members/1f01bdf364b8beaa/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:08:13.474 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:08:13.475 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [cluster-version=3.4] [2024/05/06 22:08:13.475 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:08:13.475 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-1] [service-name=MetaStorage] [2024/05/06 22:08:13.475 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-1] [service-name=ResourceManager] [2024/05/06 22:08:13.475 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2382] [2024/05/06 22:08:13.480 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888213331813667] [2024/05/06 22:08:13.481 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-1\" member_id:2234275743217008298 peer_urls:\"http://127.0.0.1:2381\" client_urls:\"http://127.0.0.1:2382\" "] [root-path=/pd/7365888213331813667] [2024/05/06 22:08:13.484 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:08:13.486 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=2234275743217008298] [2024/05/06 22:08:13.487 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:08:13.488 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:08:13.488 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-1] [2024/05/06 22:08:13.488 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-1] [2024/05/06 22:08:13.488 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:08:13.488 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:08:13.489 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:08:13.490 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:08:13.490 +08:00] [INFO] [server.go:1662] ["start to watch pd leader"] [pd-leader="name:\"pd-0\" member_id:3474484975246189105 peer_urls:\"http://127.0.0.1:2380\" client_urls:\"http://127.0.0.1:2379\" "] [2024/05/06 22:08:13.490 +08:00] [INFO] [client.go:104] ["region syncer start load region"] [2024/05/06 22:08:13.490 +08:00] [INFO] [client.go:107] ["region syncer finished load regions"] [time-cost=212.949µs] [2024/05/06 22:08:13.491 +08:00] [INFO] [leadership.go:317] ["watch channel is created"] [revision=12] [leader-key=/pd/7365888213331813667/leader] [purpose="leader election"] [2024/05/06 22:08:13.491 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-1] [leader=pd-0] [request-index=0] [2024/05/06 22:08:13.491 +08:00] [ERROR] [client.go:162] ["region sync with leader meet error"] [error="[PD:grpc:ErrGRPCRecv]receive response error: rpc error: code = Unavailable desc = server not started"] [2024/05/06 22:08:14.491 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-1] [leader=pd-0] [request-index=0] [2024/05/06 22:08:14.897 +08:00] [INFO] [dbstore.go:33] ["Dashboard initializing local storage file"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/dashboard.sqlite.db] [2024/05/06 22:08:14.908 +08:00] [INFO] [version.go:33] ["TiDB Dashboard started"] [internal-version=8.0.0-9768844f] [standalone=No] [pd-version=v8.2.0-alpha-15-gf83febabe] [build-time="2024-05-06 08:48:58"] [build-git-hash=9768844ff5d7] [2024/05/06 22:08:14.908 +08:00] [INFO] [manager.go:201] ["dashboard server is started"] [2024/05/06 22:08:14.908 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:42149] [remotes="[]"] [2024/05/06 22:08:14.908 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:46787] [remotes="[]"] [2024/05/06 22:08:14.909 +08:00] [WARN] [dynamic_config_manager.go:165] ["Dynamic config does not exist in etcd"] [2024/05/06 22:08:14.913 +08:00] [INFO] [manager.go:74] ["Key visual service is started"] [2024/05/06 22:08:23.476 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2382]"] [endpoints="[http://127.0.0.1:2379,http://127.0.0.1:2384,http://127.0.0.1:2382]"] [source=server-etcd-client] [2024/05/06 22:08:23.476 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2382]"] [endpoints="[http://127.0.0.1:2379,http://127.0.0.1:2384,http://127.0.0.1:2382]"] [source=election-etcd-client] ==> ./pd1.log <== [2024/05/06 22:08:12.456 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:08:12.456 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:08:12.456 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:08:12.456 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:08:12.456 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:08:12.456 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:08:12.456 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:08:12.457 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:08:12.457 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2379\",\"peer-urls\":\"http://127.0.0.1:2380\",\"advertise-client-urls\":\"http://127.0.0.1:2379\",\"advertise-peer-urls\":\"http://127.0.0.1:2380\",\"name\":\"pd-0\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-0/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-0\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:08:12.461 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:08:12.461 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:08:12.461 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:08:12.461 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:08:12.464 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:08:12.464 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:08:12.464 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-0] [service-name=MetaStorage] [2024/05/06 22:08:12.464 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:08:12.464 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-0] [service-name=ResourceManager] [2024/05/06 22:08:12.464 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:08:12.464 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:12.464 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:08:12.464 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2379]"] [2024/05/06 22:08:12.464 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:08:12.464 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=60] [max-cpu-available=60] [member-initialized=false] [name=pd-0] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2380]"] [listen-peer-urls="[http://127.0.0.1:2380]"] [advertise-client-urls="[http://127.0.0.1:2379]"] [listen-client-urls="[http://127.0.0.1:2379]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:08:12.464 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:08:12.465 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap/db] [took=276.626µs] [2024/05/06 22:08:12.471 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=3037d9ad26fb2231] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:08:12.471 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=()"] [2024/05/06 22:08:12.471 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 0"] [2024/05/06 22:08:12.471 +08:00] [INFO] [raft.go:389] ["newRaft 3037d9ad26fb2231 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:08:12.471 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 1"] [2024/05/06 22:08:12.471 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:08:12.471 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:08:12.471 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:12.472 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:08:12.473 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:08:12.473 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:12.473 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:12.473 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:12.473 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:12.473 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:12.473 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [remote-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:12.473 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:12.473 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:12.473 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:12.473 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:12.474 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:12.474 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:12.474 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:12.475 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:12.475 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:12.475 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:12.475 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:12.475 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [remote-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:12.475 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=3037d9ad26fb2231] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:08:12.475 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:12.475 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:08:12.475 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:08:12.475 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:08:12.475 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:08:12.476 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:12.476 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:12.476 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:12.476 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:12.476 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:12.476 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:12.477 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=3037d9ad26fb2231] [initial-advertise-peer-urls="[http://127.0.0.1:2380]"] [listen-peer-urls="[http://127.0.0.1:2380]"] [advertise-client-urls="[http://127.0.0.1:2379]"] [listen-client-urls="[http://127.0.0.1:2379]"] [listen-metrics-urls="[]"] [2024/05/06 22:08:12.477 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2380] [2024/05/06 22:08:12.477 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream Message"] [2024/05/06 22:08:12.477 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:12.477 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:12.477 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:12.482 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream Message"] [2024/05/06 22:08:12.482 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=385a3ea8295f6f18] [2024/05/06 22:08:12.482 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:12.482 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:12.482 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:12.483 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:12.483 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:12.525 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=3037d9ad26fb2231] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:08:13.472 +08:00] [INFO] [raft.go:929] ["3037d9ad26fb2231 is starting a new election at term 1"] [2024/05/06 22:08:13.472 +08:00] [INFO] [raft.go:735] ["3037d9ad26fb2231 became pre-candidate at term 1"] [2024/05/06 22:08:13.473 +08:00] [INFO] [raft.go:830] ["3037d9ad26fb2231 received MsgPreVoteResp from 3037d9ad26fb2231 at term 1"] [2024/05/06 22:08:13.473 +08:00] [INFO] [raft.go:817] ["3037d9ad26fb2231 [logterm: 1, index: 3] sent MsgPreVote request to 1f01bdf364b8beaa at term 1"] [2024/05/06 22:08:13.473 +08:00] [INFO] [raft.go:817] ["3037d9ad26fb2231 [logterm: 1, index: 3] sent MsgPreVote request to 385a3ea8295f6f18 at term 1"] [2024/05/06 22:08:13.473 +08:00] [INFO] [raft.go:830] ["3037d9ad26fb2231 received MsgPreVoteResp from 1f01bdf364b8beaa at term 1"] [2024/05/06 22:08:13.473 +08:00] [INFO] [raft.go:1295] ["3037d9ad26fb2231 has received 2 MsgPreVoteResp votes and 0 vote rejections"] [2024/05/06 22:08:13.473 +08:00] [INFO] [raft.go:719] ["3037d9ad26fb2231 became candidate at term 2"] [2024/05/06 22:08:13.473 +08:00] [INFO] [raft.go:830] ["3037d9ad26fb2231 received MsgVoteResp from 3037d9ad26fb2231 at term 2"] [2024/05/06 22:08:13.473 +08:00] [INFO] [raft.go:817] ["3037d9ad26fb2231 [logterm: 1, index: 3] sent MsgVote request to 1f01bdf364b8beaa at term 2"] [2024/05/06 22:08:13.473 +08:00] [INFO] [raft.go:817] ["3037d9ad26fb2231 [logterm: 1, index: 3] sent MsgVote request to 385a3ea8295f6f18 at term 2"] [2024/05/06 22:08:13.473 +08:00] [INFO] [raft.go:830] ["3037d9ad26fb2231 received MsgVoteResp from 385a3ea8295f6f18 at term 2"] [2024/05/06 22:08:13.473 +08:00] [INFO] [raft.go:1295] ["3037d9ad26fb2231 has received 2 MsgVoteResp votes and 0 vote rejections"] [2024/05/06 22:08:13.473 +08:00] [INFO] [raft.go:771] ["3037d9ad26fb2231 became leader at term 2"] [2024/05/06 22:08:13.473 +08:00] [INFO] [node.go:327] ["raft.node: 3037d9ad26fb2231 elected leader 3037d9ad26fb2231 at term 2"] [2024/05/06 22:08:13.474 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=3037d9ad26fb2231] [local-member-attributes="{Name:pd-0 ClientURLs:[http://127.0.0.1:2379]}"] [request-path=/0/members/3037d9ad26fb2231/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:08:13.474 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:08:13.474 +08:00] [INFO] [server.go:2639] ["setting up initial cluster version"] [cluster-version=3.4] [2024/05/06 22:08:13.475 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [cluster-version=3.4] [2024/05/06 22:08:13.475 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:08:13.475 +08:00] [INFO] [server.go:2671] ["cluster version is updated"] [cluster-version=3.4] [2024/05/06 22:08:13.475 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-0] [service-name=MetaStorage] [2024/05/06 22:08:13.475 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-0] [service-name=ResourceManager] [2024/05/06 22:08:13.475 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2379] [2024/05/06 22:08:13.478 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888213331813667] [2024/05/06 22:08:13.478 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-0\" member_id:3474484975246189105 peer_urls:\"http://127.0.0.1:2380\" client_urls:\"http://127.0.0.1:2379\" "] [root-path=/pd/7365888213331813667] [2024/05/06 22:08:13.481 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:08:13.482 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=3474484975246189105] [2024/05/06 22:08:13.483 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:08:13.484 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:08:13.484 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-0] [2024/05/06 22:08:13.484 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-0] [2024/05/06 22:08:13.485 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:08:13.486 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:08:13.487 +08:00] [INFO] [server.go:1703] ["start to campaign PD leader"] [campaign-leader-name=pd-0] [2024/05/06 22:08:13.487 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:08:13.487 +08:00] [INFO] [lease.go:66] ["lease granted"] [lease-id=2463908037321734157] [lease-timeout=3] [purpose="leader election"] [2024/05/06 22:08:13.488 +08:00] [INFO] [leadership.go:181] ["check campaign resp"] [resp="{\"header\":{\"cluster_id\":17849374191125529693,\"member_id\":3474484975246189105,\"revision\":12,\"raft_term\":2},\"succeeded\":true,\"responses\":[{\"Response\":{\"ResponsePut\":{\"header\":{\"revision\":12}}}}]}"] [2024/05/06 22:08:13.488 +08:00] [INFO] [leadership.go:190] ["write leaderData to leaderPath ok"] [leader-key=/pd/7365888213331813667/leader] [purpose="leader election"] [2024/05/06 22:08:13.488 +08:00] [INFO] [server.go:1729] ["campaign PD leader ok"] [campaign-leader-name=pd-0] [2024/05/06 22:08:13.488 +08:00] [INFO] [server.go:1737] ["initializing the global TSO allocator"] [2024/05/06 22:08:13.488 +08:00] [INFO] [tso.go:160] ["start to sync timestamp"] [] [2024/05/06 22:08:13.488 +08:00] [INFO] [lease.go:155] ["start lease keep alive worker"] [interval=1s] [purpose="leader election"] [2024/05/06 22:08:13.489 +08:00] [INFO] [tso.go:220] ["sync and save timestamp"] [] [last=0001/01/01 00:00:00.000 +00:00] [last-saved=0001/01/01 00:00:00.000 +00:00] [save=2024/05/06 22:08:16.488 +08:00] [next=2024/05/06 22:08:13.488 +08:00] [2024/05/06 22:08:13.490 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:08:13.491 +08:00] [INFO] [server.go:1769] ["triggering the leader callback functions"] [2024/05/06 22:08:13.491 +08:00] [ERROR] [manager.go:124] ["un-marshall controller config failed, fallback to default"] [error="unexpected end of JSON input"] [v=] [2024/05/06 22:08:13.493 +08:00] [INFO] [manager.go:185] ["resource group manager finishes initialization"] [2024/05/06 22:08:13.497 +08:00] [INFO] [id.go:174] ["idAllocator allocates a new id"] [new-end=1000] [new-base=0] [label=idalloc] [check-curr-end=true] [2024/05/06 22:08:13.497 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=0.0.0] [2024/05/06 22:08:13.497 +08:00] [INFO] [server.go:1803] ["PD leader is ready to serve"] [leader-name=pd-0] [2024/05/06 22:08:13.794 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:08:13.794 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:08:13.794 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:08:13.867 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:08:13.867 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:08:13.874 +08:00] [INFO] [server.go:712] ["try to bootstrap raft cluster"] [cluster-id=7365888213331813667] [request="header: store: region: peers: > "] [2024/05/06 22:08:13.875 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:08:13.875 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:08:13.875 +08:00] [INFO] [server.go:773] ["bootstrap cluster ok"] [cluster-id=7365888213331813667] [2024/05/06 22:08:13.877 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=20] [2024/05/06 22:08:13.877 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=20] [2024/05/06 22:08:13.878 +08:00] [INFO] [cluster.go:643] ["load stores"] [count=1] [cost=857.429µs] [2024/05/06 22:08:13.878 +08:00] [INFO] [cluster.go:654] ["load regions"] [count=1] [cost=204.118µs] [2024/05/06 22:08:13.879 +08:00] [INFO] [scheduling_controller.go:102] ["scheduling service is started"] [2024/05/06 22:08:13.879 +08:00] [INFO] [coordinator.go:407] ["coordinator starts to collect cluster information"] [2024/05/06 22:08:13.879 +08:00] [INFO] [cluster.go:416] ["memory info"] [total-mem=34359738368] [2024/05/06 22:08:13.879 +08:00] [INFO] [tuner.go:117] ["new gctuner"] [threshold=20615843020] [2024/05/06 22:08:13.879 +08:00] [INFO] [cluster.go:429] ["update gc tuner"] [enable-gc-tuner=false] [gc-threshold-bytes=20615843020] [2024/05/06 22:08:13.879 +08:00] [INFO] [memory_limit_tuner.go:50] [debug.SetMemoryLimit] [limit=9223372036854775807] [ret=9223372036854775807] [2024/05/06 22:08:13.879 +08:00] [INFO] [cluster.go:436] ["update gc memory limit"] [memory-limit-bytes=0] [memory-limit-gc-trigger-ratio=0.7] [2024/05/06 22:08:13.880 +08:00] [INFO] [keyspace.go:378] ["[keyspace] added region label for keyspace"] [keyspace-id=0] [label-rule="{\"id\":\"keyspaces/0\",\"index\":0,\"labels\":[{\"key\":\"id\",\"value\":\"0\"}],\"rule_type\":\"key-range\",\"data\":[{\"start_key\":\"7200000000000000fb\",\"end_key\":\"7200000100000000fb\"},{\"start_key\":\"7800000000000000fb\",\"end_key\":\"7800000100000000fb\"}]}"] [takes=540.442µs] [2024/05/06 22:08:13.881 +08:00] [INFO] [cluster.go:2180] ["cluster version changed"] [old-cluster-version=0.0.0] [new-cluster-version=8.2.0-alpha] [2024/05/06 22:08:13.883 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=4] [2024/05/06 22:08:13.883 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:4 address:\"127.0.0.1:20162\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20162\" status_address:\"127.0.0.1:20182\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004493 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:08:13.883 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:08:13.883 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=5] [2024/05/06 22:08:13.883 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:5 address:\"127.0.0.1:20161\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20161\" status_address:\"127.0.0.1:20181\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004493 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:08:13.883 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:08:13.884 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=1] [2024/05/06 22:08:13.884 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:1 address:\"127.0.0.1:20160\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20160\" status_address:\"127.0.0.1:20180\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004493 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:08:13.884 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:08:14.486 +08:00] [INFO] [server.go:1317] ["PD server config is updated"] [new="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"http://127.0.0.1:2382\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [old="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [2024/05/06 22:08:14.491 +08:00] [INFO] [server.go:211] ["establish sync region stream"] [requested-server=pd-1] [url=http://127.0.0.1:2382] [2024/05/06 22:08:14.491 +08:00] [INFO] [server.go:303] ["sync the history regions with server"] [server=pd-1] [from-index=0] [last-index=1] [records-length=1] [2024/05/06 22:08:14.492 +08:00] [INFO] [server.go:211] ["establish sync region stream"] [requested-server=pd-2] [url=http://127.0.0.1:2384] [2024/05/06 22:08:14.492 +08:00] [INFO] [server.go:303] ["sync the history regions with server"] [server=pd-2] [from-index=0] [last-index=1] [records-length=1] [2024/05/06 22:08:16.879 +08:00] [INFO] [prepare_checker.go:72] ["not loaded from storage region number is satisfied, finish prepare checker"] [not-from-storage-region=1] [total-region=1] [2024/05/06 22:08:16.879 +08:00] [INFO] [coordinator.go:410] ["coordinator has finished cluster information preparation"] [2024/05/06 22:08:16.879 +08:00] [INFO] [coordinator.go:420] ["coordinator starts to run schedulers"] [2024/05/06 22:08:16.880 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:16.881 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-leader-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:16.881 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-hot-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:16.882 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=evict-slow-store-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:16.883 +08:00] [INFO] [coordinator.go:536] ["scheduler config is updated"] [scheduler-config="[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}]"] [2024/05/06 22:08:16.884 +08:00] [INFO] [coordinator.go:276] ["coordinator begins to check suspect key ranges"] [2024/05/06 22:08:16.884 +08:00] [INFO] [coordinator.go:164] ["coordinator starts patrol regions"] [2024/05/06 22:08:16.884 +08:00] [INFO] [coordinator.go:340] ["coordinator begins to actively drive push operator"] [2024/05/06 22:08:16.894 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:08:16.894543521 +0800 CST m=+4.478109068, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:08:16.894 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:08:16.895 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=6] [peer-ids="[7]"] [2024/05/06 22:08:16.895 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=8] [peer-ids="[9]"] [2024/05/06 22:08:16.895 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=10] [peer-ids="[11]"] [2024/05/06 22:08:16.895 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=12] [peer-ids="[13]"] [2024/05/06 22:08:16.896 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=2] [detail="StartKey Changed:{} -> {7800000100000000FB}, EndKey:{}"] [old-version=1] [new-version=5] [2024/05/06 22:08:16.896 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=2] [takes=1.609192ms] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:08:16.894543521 +0800 CST m=+4.478109068, startAt:2024-05-06 22:08:16.894655111 +0800 CST m=+4.478220659, currentStep:1, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:08:16.896 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=2] [origin="id:6 end_key:\"7200000000000000FB\" region_epoch: peers: id:8 start_key:\"7200000000000000FB\" end_key:\"7200000100000000FB\" region_epoch: peers: id:10 start_key:\"7200000100000000FB\" end_key:\"7800000000000000FB\" region_epoch: peers: id:12 start_key:\"7800000000000000FB\" end_key:\"7800000100000000FB\" region_epoch: peers:"] [total=4] [2024/05/06 22:08:17.882 +08:00] [INFO] [hot_region_config.go:490] ["query supported changed"] [last-query-support=false] [cluster-version=8.2.0-alpha] [config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"query\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"query\",\"byte\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"forbid-rw-type\":\"none\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [valid-config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"key\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"byte\",\"key\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [2024/05/06 22:08:23.476 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2379]"] [endpoints="[http://127.0.0.1:2379,http://127.0.0.1:2382,http://127.0.0.1:2384]"] [source=server-etcd-client] [2024/05/06 22:08:23.476 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2379]"] [endpoints="[http://127.0.0.1:2379,http://127.0.0.1:2382,http://127.0.0.1:2384]"] [source=election-etcd-client] [2024/05/06 22:08:23.879 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=1] [store-address=127.0.0.1:20160] [2024/05/06 22:08:23.880 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=4] [store-address=127.0.0.1:20162] [2024/05/06 22:08:23.881 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=5] [store-address=127.0.0.1:20161] [2024/05/06 22:08:23.898 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:2(5, 1), createAt:2024-05-06 22:08:23.898786563 +0800 CST m=+11.482352111, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{add learner peer 14 on store 5}, 1:{promote learner peer 14 on store 5 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:23.898 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="add learner peer 14 on store 5"] [source=create] [2024/05/06 22:08:23.898 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=6] [operator="\"add-rule-peer {add peer: store [4]} (kind:replica,region, region:6(5, 1), createAt:2024-05-06 22:08:23.898964377 +0800 CST m=+11.482529920, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 15 on store 4}, 1:{promote learner peer 15 on store 4 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:23.899 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=6] [step="add learner peer 15 on store 4"] [source=create] [2024/05/06 22:08:23.899 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=8] [operator="\"add-rule-peer {add peer: store [4]} (kind:replica,region, region:8(5, 1), createAt:2024-05-06 22:08:23.899052834 +0800 CST m=+11.482618378, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 16 on store 4}, 1:{promote learner peer 16 on store 4 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:23.899 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=8] [step="add learner peer 16 on store 4"] [source=create] [2024/05/06 22:08:23.899 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=10] [operator="\"add-rule-peer {add peer: store [4]} (kind:replica,region, region:10(5, 1), createAt:2024-05-06 22:08:23.899137654 +0800 CST m=+11.482703197, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 17 on store 4}, 1:{promote learner peer 17 on store 4 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:23.899 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 17 on store 4"] [source=create] [2024/05/06 22:08:23.899 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=12] [operator="\"add-rule-peer {add peer: store [4]} (kind:replica,region, region:12(5, 1), createAt:2024-05-06 22:08:23.899212393 +0800 CST m=+11.482777936, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 18 on store 4}, 1:{promote learner peer 18 on store 4 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:23.899 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 18 on store 4"] [source=create] [2024/05/06 22:08:23.899 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="add learner peer 14 on store 5"] [source=heartbeat] [2024/05/06 22:08:23.899 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=6] [step="add learner peer 15 on store 4"] [source=heartbeat] [2024/05/06 22:08:23.899 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=2] [detail="Add peer:{id:14 store_id:5 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:23.899 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=6] [detail="Add peer:{id:15 store_id:4 role:Learner }"] [old-confver=1] [new-confver=2] [Pipeline] // withEnv [2024/05/06 22:08:23.900 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=8] [step="add learner peer 16 on store 4"] [source=heartbeat] [2024/05/06 22:08:23.900 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=8] [detail="Add peer:{id:16 store_id:4 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:23.901 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 18 on store 4"] [source=heartbeat] [2024/05/06 22:08:23.901 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Add peer:{id:18 store_id:4 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:23.901 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 17 on store 4"] [source=heartbeat] [2024/05/06 22:08:23.901 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Add peer:{id:17 store_id:4 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:23.915 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="promote learner peer 14 on store 5 to voter"] [source=heartbeat] [2024/05/06 22:08:23.915 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=8] [step="promote learner peer 16 on store 4 to voter"] [source=heartbeat] [2024/05/06 22:08:23.915 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=6] [step="promote learner peer 15 on store 4 to voter"] [source=heartbeat] [2024/05/06 22:08:23.915 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="promote learner peer 18 on store 4 to voter"] [source=heartbeat] [2024/05/06 22:08:23.916 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=2] [detail="Remove peer:{id:14 store_id:5 role:Learner },Add peer:{id:14 store_id:5 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:23.916 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=2] [takes=17.20571ms] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:2(5, 1), createAt:2024-05-06 22:08:23.898786563 +0800 CST m=+11.482352111, startAt:2024-05-06 22:08:23.898882752 +0800 CST m=+11.482448300, currentStep:2, size:0, steps:[0:{add learner peer 14 on store 5}, 1:{promote learner peer 14 on store 5 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:23.916 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="promote learner peer 17 on store 4 to voter"] [source=heartbeat] [2024/05/06 22:08:23.916 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=8] [takes=17.167092ms] [operator="\"add-rule-peer {add peer: store [4]} (kind:replica,region, region:8(5, 1), createAt:2024-05-06 22:08:23.899052834 +0800 CST m=+11.482618378, startAt:2024-05-06 22:08:23.899084612 +0800 CST m=+11.482650159, currentStep:2, size:1, steps:[0:{add learner peer 16 on store 4}, 1:{promote learner peer 16 on store 4 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:23.916 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=8] [detail="Remove peer:{id:16 store_id:4 role:Learner },Add peer:{id:16 store_id:4 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:23.916 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=6] [takes=17.337659ms] [operator="\"add-rule-peer {add peer: store [4]} (kind:replica,region, region:6(5, 1), createAt:2024-05-06 22:08:23.898964377 +0800 CST m=+11.482529920, startAt:2024-05-06 22:08:23.899002746 +0800 CST m=+11.482568293, currentStep:2, size:1, steps:[0:{add learner peer 15 on store 4}, 1:{promote learner peer 15 on store 4 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:23.916 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=6] [detail="Remove peer:{id:15 store_id:4 role:Learner },Add peer:{id:15 store_id:4 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:23.916 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=12] [takes=17.182578ms] [operator="\"add-rule-peer {add peer: store [4]} (kind:replica,region, region:12(5, 1), createAt:2024-05-06 22:08:23.899212393 +0800 CST m=+11.482777936, startAt:2024-05-06 22:08:23.899237027 +0800 CST m=+11.482802574, currentStep:2, size:1, steps:[0:{add learner peer 18 on store 4}, 1:{promote learner peer 18 on store 4 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:23.916 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Remove peer:{id:18 store_id:4 role:Learner },Add peer:{id:18 store_id:4 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:23.916 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=10] [takes=17.566419ms] [operator="\"add-rule-peer {add peer: store [4]} (kind:replica,region, region:10(5, 1), createAt:2024-05-06 22:08:23.899137654 +0800 CST m=+11.482703197, startAt:2024-05-06 22:08:23.899163483 +0800 CST m=+11.482729031, currentStep:2, size:1, steps:[0:{add learner peer 17 on store 4}, 1:{promote learner peer 17 on store 4 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:23.916 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Remove peer:{id:17 store_id:4 role:Learner },Add peer:{id:17 store_id:4 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:23.920 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=6] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:6(5, 3), createAt:2024-05-06 22:08:23.920071095 +0800 CST m=+11.503636643, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 19 on store 5}, 1:{promote learner peer 19 on store 5 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:23.920 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=6] [step="add learner peer 19 on store 5"] [source=create] [2024/05/06 22:08:23.920 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=8] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:8(5, 3), createAt:2024-05-06 22:08:23.920181936 +0800 CST m=+11.503747480, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 20 on store 5}, 1:{promote learner peer 20 on store 5 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:23.920 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=8] [step="add learner peer 20 on store 5"] [source=create] [2024/05/06 22:08:23.920 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=10] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:10(5, 3), createAt:2024-05-06 22:08:23.920252686 +0800 CST m=+11.503818229, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 21 on store 5}, 1:{promote learner peer 21 on store 5 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:23.920 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 21 on store 5"] [source=create] [2024/05/06 22:08:23.920 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=12] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:12(5, 3), createAt:2024-05-06 22:08:23.9203264 +0800 CST m=+11.503891944, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 22 on store 5}, 1:{promote learner peer 22 on store 5 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:23.920 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 22 on store 5"] [source=create] [2024/05/06 22:08:23.920 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"add-rule-peer {add peer: store [4]} (kind:replica,region, region:2(5, 3), createAt:2024-05-06 22:08:23.920401002 +0800 CST m=+11.503966546, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 23 on store 4}, 1:{promote learner peer 23 on store 4 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:23.920 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="add learner peer 23 on store 4"] [source=create] [2024/05/06 22:08:23.920 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=6] [step="add learner peer 19 on store 5"] [source=heartbeat] [2024/05/06 22:08:23.920 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=6] [detail="Add peer:{id:19 store_id:5 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:23.920 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=8] [step="add learner peer 20 on store 5"] [source=heartbeat] [2024/05/06 22:08:23.921 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=8] [detail="Add peer:{id:20 store_id:5 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:23.921 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 22 on store 5"] [source=heartbeat] [2024/05/06 22:08:23.921 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Add peer:{id:22 store_id:5 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:23.921 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 21 on store 5"] [source=heartbeat] [2024/05/06 22:08:23.921 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="add learner peer 23 on store 4"] [source=heartbeat] [2024/05/06 22:08:23.921 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Add peer:{id:21 store_id:5 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:23.921 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=2] [detail="Add peer:{id:23 store_id:4 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:23.923 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=8] [step="promote learner peer 20 on store 5 to voter"] [source=heartbeat] [2024/05/06 22:08:23.923 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="promote learner peer 22 on store 5 to voter"] [source=heartbeat] [2024/05/06 22:08:23.924 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=6] [step="promote learner peer 19 on store 5 to voter"] [source=heartbeat] [2024/05/06 22:08:23.924 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="promote learner peer 21 on store 5 to voter"] [source=heartbeat] [2024/05/06 22:08:23.924 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="promote learner peer 23 on store 4 to voter"] [source=heartbeat] [2024/05/06 22:08:23.924 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=8] [detail="Remove peer:{id:20 store_id:5 role:Learner },Add peer:{id:20 store_id:5 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:23.924 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=8] [takes=4.267745ms] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:8(5, 3), createAt:2024-05-06 22:08:23.920181936 +0800 CST m=+11.503747480, startAt:2024-05-06 22:08:23.920208323 +0800 CST m=+11.503773872, currentStep:2, size:1, steps:[0:{add learner peer 20 on store 5}, 1:{promote learner peer 20 on store 5 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:23.924 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=12] [takes=4.307515ms] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:12(5, 3), createAt:2024-05-06 22:08:23.9203264 +0800 CST m=+11.503891944, startAt:2024-05-06 22:08:23.920351347 +0800 CST m=+11.503916894, currentStep:2, size:1, steps:[0:{add learner peer 22 on store 5}, 1:{promote learner peer 22 on store 5 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:23.924 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Remove peer:{id:22 store_id:5 role:Learner },Add peer:{id:22 store_id:5 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:23.924 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=6] [detail="Remove peer:{id:19 store_id:5 role:Learner },Add peer:{id:19 store_id:5 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:23.924 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=6] [takes=4.712375ms] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:6(5, 3), createAt:2024-05-06 22:08:23.920071095 +0800 CST m=+11.503636643, startAt:2024-05-06 22:08:23.920116438 +0800 CST m=+11.503681986, currentStep:2, size:1, steps:[0:{add learner peer 19 on store 5}, 1:{promote learner peer 19 on store 5 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:23.924 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=10] [takes=4.657321ms] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:10(5, 3), createAt:2024-05-06 22:08:23.920252686 +0800 CST m=+11.503818229, startAt:2024-05-06 22:08:23.920281315 +0800 CST m=+11.503846862, currentStep:2, size:1, steps:[0:{add learner peer 21 on store 5}, 1:{promote learner peer 21 on store 5 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:23.924 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Remove peer:{id:21 store_id:5 role:Learner },Add peer:{id:21 store_id:5 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:23.925 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=2] [takes=4.581131ms] [operator="\"add-rule-peer {add peer: store [4]} (kind:replica,region, region:2(5, 3), createAt:2024-05-06 22:08:23.920401002 +0800 CST m=+11.503966546, startAt:2024-05-06 22:08:23.920432961 +0800 CST m=+11.503998508, currentStep:2, size:1, steps:[0:{add learner peer 23 on store 4}, 1:{promote learner peer 23 on store 4 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:23.925 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=2] [detail="Remove peer:{id:23 store_id:4 role:Learner },Add peer:{id:23 store_id:4 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:09:13.881 +08:00] [INFO] [cluster.go:570] ["sync the store config successful"] [store-address=127.0.0.1:20180] [store-config="{\n \"coprocessor\": {\n \"region-max-size\": \"144MiB\",\n \"region-split-size\": \"96MiB\",\n \"region-max-keys\": 1440000,\n \"region-split-keys\": 960000,\n \"enable-region-bucket\": false,\n \"region-bucket-size\": \"50MiB\"\n },\n \"storage\": {\n \"engine\": \"raft-kv\"\n }\n}"] [old-config="{\n \"coprocessor\": {\n \"region-max-size\": \"\",\n \"region-split-size\": \"\",\n \"region-max-keys\": 0,\n \"region-split-keys\": 0,\n \"enable-region-bucket\": false,\n \"region-bucket-size\": \"\"\n },\n \"storage\": {\n \"engine\": \"\"\n }\n}"] [2024/05/06 22:09:13.883 +08:00] [INFO] [cluster.go:506] ["store config is updated"] ==> ./pd3.log <== [2024/05/06 22:08:12.457 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:08:12.457 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:08:12.457 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:08:12.457 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:08:12.457 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:08:12.457 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:08:12.457 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:08:12.457 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:08:12.457 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2384\",\"peer-urls\":\"http://127.0.0.1:2383\",\"advertise-client-urls\":\"http://127.0.0.1:2384\",\"advertise-peer-urls\":\"http://127.0.0.1:2383\",\"name\":\"pd-2\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-2/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-2\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:08:12.461 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:08:12.461 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:08:12.461 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:08:12.461 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:08:12.463 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:08:12.463 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:08:12.463 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-2] [service-name=MetaStorage] [2024/05/06 22:08:12.463 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:08:12.463 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-2] [service-name=ResourceManager] [2024/05/06 22:08:12.463 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:08:12.463 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:12.463 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2384]"] [2024/05/06 22:08:12.463 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:08:12.463 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:08:12.463 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=60] [max-cpu-available=60] [member-initialized=false] [name=pd-2] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2383]"] [listen-peer-urls="[http://127.0.0.1:2383]"] [advertise-client-urls="[http://127.0.0.1:2384]"] [listen-client-urls="[http://127.0.0.1:2384]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:08:12.463 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:08:12.464 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap/db] [took=337.566µs] [2024/05/06 22:08:12.478 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=385a3ea8295f6f18] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:08:12.478 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=()"] [2024/05/06 22:08:12.478 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 0"] [2024/05/06 22:08:12.478 +08:00] [INFO] [raft.go:389] ["newRaft 385a3ea8295f6f18 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:08:12.478 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 1"] [2024/05/06 22:08:12.478 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:08:12.478 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:08:12.478 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:12.478 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:08:12.479 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:08:12.479 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:12.479 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:12.479 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:12.479 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:12.480 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:12.480 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:12.480 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:12.480 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [remote-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:12.480 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:12.480 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:12.481 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:12.481 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:12.481 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:12.481 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:12.481 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:12.481 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:12.481 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [remote-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:12.481 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:12.481 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:12.481 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=385a3ea8295f6f18] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:08:12.481 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:08:12.481 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:08:12.481 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:08:12.481 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:08:12.482 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:12.482 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=3037d9ad26fb2231] [2024/05/06 22:08:12.482 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:12.482 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:12.482 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:12.482 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:12.482 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:12.482 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:12.482 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:12.483 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=385a3ea8295f6f18] [initial-advertise-peer-urls="[http://127.0.0.1:2383]"] [listen-peer-urls="[http://127.0.0.1:2383]"] [advertise-client-urls="[http://127.0.0.1:2384]"] [listen-client-urls="[http://127.0.0.1:2384]"] [listen-metrics-urls="[]"] [2024/05/06 22:08:12.483 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2383] [2024/05/06 22:08:12.483 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream Message"] [2024/05/06 22:08:12.483 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:12.483 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream Message"] [2024/05/06 22:08:12.483 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:12.483 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:12.483 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:12.483 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:12.483 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:12.532 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=385a3ea8295f6f18] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:08:13.473 +08:00] [INFO] [raft.go:966] ["385a3ea8295f6f18 [logterm: 1, index: 3, vote: 0] cast MsgPreVote for 3037d9ad26fb2231 [logterm: 1, index: 3] at term 1"] [2024/05/06 22:08:13.473 +08:00] [INFO] [raft.go:865] ["385a3ea8295f6f18 [term: 1] received a MsgVote message with higher term from 3037d9ad26fb2231 [term: 2]"] [2024/05/06 22:08:13.473 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 2"] [2024/05/06 22:08:13.473 +08:00] [INFO] [raft.go:966] ["385a3ea8295f6f18 [logterm: 1, index: 3, vote: 0] cast MsgVote for 3037d9ad26fb2231 [logterm: 1, index: 3] at term 2"] [2024/05/06 22:08:13.473 +08:00] [INFO] [node.go:327] ["raft.node: 385a3ea8295f6f18 elected leader 3037d9ad26fb2231 at term 2"] [2024/05/06 22:08:13.474 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=385a3ea8295f6f18] [local-member-attributes="{Name:pd-2 ClientURLs:[http://127.0.0.1:2384]}"] [request-path=/0/members/385a3ea8295f6f18/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:08:13.474 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:08:13.475 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [cluster-version=3.4] [2024/05/06 22:08:13.475 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:08:13.475 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-2] [service-name=MetaStorage] [2024/05/06 22:08:13.475 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-2] [service-name=ResourceManager] [2024/05/06 22:08:13.475 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2384] [2024/05/06 22:08:13.478 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888213331813667] [2024/05/06 22:08:13.478 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-2\" member_id:4060626905997471512 peer_urls:\"http://127.0.0.1:2383\" client_urls:\"http://127.0.0.1:2384\" "] [root-path=/pd/7365888213331813667] [2024/05/06 22:08:13.484 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:08:13.485 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=4060626905997471512] [2024/05/06 22:08:13.487 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:08:13.488 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:08:13.488 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-2] [2024/05/06 22:08:13.488 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-2] [2024/05/06 22:08:13.488 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:08:13.489 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:08:13.489 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:08:13.490 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:08:13.490 +08:00] [INFO] [server.go:1662] ["start to watch pd leader"] [pd-leader="name:\"pd-0\" member_id:3474484975246189105 peer_urls:\"http://127.0.0.1:2380\" client_urls:\"http://127.0.0.1:2379\" "] [2024/05/06 22:08:13.490 +08:00] [INFO] [client.go:104] ["region syncer start load region"] [2024/05/06 22:08:13.490 +08:00] [INFO] [client.go:107] ["region syncer finished load regions"] [time-cost=196.048µs] [2024/05/06 22:08:13.491 +08:00] [INFO] [leadership.go:317] ["watch channel is created"] [revision=12] [leader-key=/pd/7365888213331813667/leader] [purpose="leader election"] [2024/05/06 22:08:13.491 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-2] [leader=pd-0] [request-index=0] [2024/05/06 22:08:13.491 +08:00] [ERROR] [client.go:162] ["region sync with leader meet error"] [error="[PD:grpc:ErrGRPCRecv]receive response error: rpc error: code = Unavailable desc = server not started"] [2024/05/06 22:08:14.492 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-2] [leader=pd-0] [request-index=0] [2024/05/06 22:08:23.476 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2384]"] [endpoints="[http://127.0.0.1:2379,http://127.0.0.1:2384,http://127.0.0.1:2382]"] [source=server-etcd-client] [2024/05/06 22:08:23.476 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2384]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2379,http://127.0.0.1:2382]"] [source=election-etcd-client] + find . -name 'tikv*.log' -type f -exec tail -n 500 '{}' + ==> ./tikv1.log <== [2024/05/06 22:08:12.422 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={19, 45, 22, 10, 51, 57, 11, 27, 65, 21, 50, 43, 62, 16, 49, 15, 18, 23, 48, 47, 32, 60, 9, 64, 8, 26, 7, 55, 31, 66, 34, 24, 33, 44, 70, 35, 59, 29, 36, 30, 68, 56, 12, 53, 52, 54, 61, 63, 69, 17, 25, 20, 67, 28, 46, 58, 71, 0, 14, 13}"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 128, expect 32768"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:08:12.424 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:12.424 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:08:12.424 +08:00] [INFO] [] ["subchannel 0x7f0e9fe4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f0e9feafb80, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f0e9fe37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f0e9fed2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004492.424708614\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:08:12.424 +08:00] [INFO] [] ["subchannel 0x7f0e9fe4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f0e9feafb80, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f0e9fe37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f0e9fed2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:12.425 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:12.425 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:12.425 +08:00] [INFO] [] ["subchannel 0x7f0e9fe4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f0e9feafb80, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f0e9fe37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f0e9fed2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004492.425335996\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:08:12.425 +08:00] [INFO] [] ["subchannel 0x7f0e9fe4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f0e9feafb80, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f0e9fe37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f0e9fed2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:12.425 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:12.425 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:12.425 +08:00] [INFO] [] ["subchannel 0x7f0e9fe4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f0e9feafb80, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f0e9fe37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f0e9fed2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004492.425633823\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:08:12.425 +08:00] [INFO] [] ["subchannel 0x7f0e9fe4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f0e9feafb80, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f0e9fe37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f0e9fed2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:12.425 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:12.425 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:08:12.727 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:13.476 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:13.480 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:13.783 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:13.784 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:13.784 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:13.785 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:13.786 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:13.786 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:13.787 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:08:13.787 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888213331813667] [thread_id=1] [2024/05/06 22:08:13.787 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:13.787 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:13.789 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20180] [thread_id=1] [2024/05/06 22:08:13.790 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:08:13.790 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401563/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401562/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401561/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401560/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401559/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401558/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401557/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401556/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401555/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/351385/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36216/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36215/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36214/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36213/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36212/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36209/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36208/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/757646/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/757646/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data] [thread_id=1] [2024/05/06 22:08:13.791 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data] [thread_id=1] [2024/05/06 22:08:13.791 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401563/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401562/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401561/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401560/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401559/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401558/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401557/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401556/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401555/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/351385/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36216/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36215/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36214/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36213/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36212/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36209/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36208/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/757646/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/757646/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft] [thread_id=1] [2024/05/06 22:08:13.792 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft] [thread_id=1] [2024/05/06 22:08:13.792 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv1.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20160\",\"advertise-addr\":\"127.0.0.1:20160\",\"status-addr\":\"127.0.0.1:20180\",\"advertise-status-addr\":\"127.0.0.1:20180\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:08:13.793 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:08:13.794 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=1ms] [thread_id=18] [2024/05/06 22:08:13.794 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:08:13.794 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=17] [2024/05/06 22:08:13.794 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=18] [2024/05/06 22:08:13.794 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=18] [2024/05/06 22:08:13.801 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:08:13.801 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:08:13.801 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 211.101µs"] [thread_id=1] [2024/05/06 22:08:13.863 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:08:13.865 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:08:13.865 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:08:13.865 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/log-backup-temp] [thread_id=1] [2024/05/06 22:08:13.866 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=74] [2024/05/06 22:08:13.866 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:08:13.866 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:08:13.866 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:08:13.866 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:08:13.866 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=74] [2024/05/06 22:08:13.866 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=73] [2024/05/06 22:08:13.874 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 2 region_epoch { conf_ver: 1 version: 1 } peers { id: 3 store_id: 1 }"] [store_id=1] [thread_id=1] [2024/05/06 22:08:13.881 +08:00] [INFO] [raft_server.rs:404] ["bootstrap cluster ok"] [cluster_id=7365888213331813667] [thread_id=1] [2024/05/06 22:08:13.881 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 1 address: \"127.0.0.1:20160\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20160\" status_address: \"127.0.0.1:20180\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004493 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:08:13.884 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=1] [status=Some()] [thread_id=1] [2024/05/06 22:08:13.884 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:08:13.884 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=4] [thread_id=1] [2024/05/06 22:08:13.884 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=5] [thread_id=1] [2024/05/06 22:08:13.884 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=1] [thread_id=1] [2024/05/06 22:08:13.885 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:08:13.888 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:08:13.888 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:13.888 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {3} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:13.888 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:13.888 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {3} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:13.888 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 3."] [id=3] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:13.888 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:13.888 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:13.888 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:13.888 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:13.888 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=227.751µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=1] [store_id=1] [thread_id=1] [2024/05/06 22:08:13.888 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=7.018µs] [garbage_range_count=2] [store_id=1] [thread_id=1] [2024/05/06 22:08:13.889 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803778] [region_id=2] [thread_id=101] [2024/05/06 22:08:13.890 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:08:13.890 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:08:13.890 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:08:13.890 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=2] [thread_id=31] [2024/05/06 22:08:13.893 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 2 region_epoch { conf_ver: 1 version: 1 } peers { id: 3 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:13.893 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(0)] [region=2] [thread_id=68] [2024/05/06 22:08:13.894 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:08:13.894 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:08:13.895 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:08:13.895 +08:00] [INFO] [deadlock.rs:761] ["became the leader of deadlock detector!"] [self_id=1] [thread_id=127] [2024/05/06 22:08:13.896 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=17] [2024/05/06 22:08:13.896 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20160] [thread_id=1] [2024/05/06 22:08:13.897 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=17] [2024/05/06 22:08:13.903 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:16.894 +08:00] [INFO] [pd.rs:1531] ["try to split"] [region_epoch="conf_ver: 1 version: 1"] [region_id=2] [thread_id=31] [2024/05/06 22:08:16.894 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=pd] [split_keys="4 keys range from 7200000000000000FB to 7800000100000000FB"] [peer_id=3] [region_id=2] [thread_id=102] [2024/05/06 22:08:16.895 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 2 region_epoch { conf_ver: 1 version: 1 } peers { id: 3 store_id: 1 }"] [new_region_ids="[new_region_id: 6 new_peer_ids: 7, new_region_id: 8 new_peer_ids: 9, new_region_id: 10 new_peer_ids: 11, new_region_id: 12 new_peer_ids: 13]"] [region_id=2] [thread_id=31] [2024/05/06 22:08:16.895 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7200000000000000FB new_region_id: 6 new_peer_ids: 7 } requests { split_key: 7200000100000000FB new_region_id: 8 new_peer_ids: 9 } requests { split_key: 7800000000000000FB new_region_id: 10 new_peer_ids: 11 } requests { split_key: 7800000100000000FB new_region_id: 12 new_peer_ids: 13 } right_derive: true }"] [index=7] [term=6] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:16.895 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="4 keys range from 7200000000000000FB to 7800000100000000FB"] [region="id: 2 region_epoch { conf_ver: 1 version: 1 } peers { id: 3 store_id: 1 }"] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:16.896 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=2] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:08:16.896 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=5] [peer_id=3] [region_id=2] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 6 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 7 store_id: 1 }"] [region_id=6] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(0)] [region_id=2] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:08:16.896 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 3 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:16.896 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {7} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {7} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 7."] [id=7] [raft_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 8 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 9 store_id: 1 }"] [region_id=8] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {9} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 9."] [id=9] [raft_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 10 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 1 }"] [region_id=10] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 11."] [id=11] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 12 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 1 }"] [region_id=12] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 13."] [id=13] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=6] [thread_id=101] [2024/05/06 22:08:16.896 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=8] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=10] [thread_id=102] [2024/05/06 22:08:16.896 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=12] [thread_id=101] [2024/05/06 22:08:16.896 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=6] [thread_id=31] [2024/05/06 22:08:16.896 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 6 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 7 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:16.896 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 8 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 9 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:16.896 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=7] [observe_id=ObserveId(1)] [region=2] [thread_id=68] [2024/05/06 22:08:16.896 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 12 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:16.896 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=8] [thread_id=31] [2024/05/06 22:08:16.896 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(3)] [region=8] [thread_id=68] [2024/05/06 22:08:16.896 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 10 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:16.896 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(2)] [region=6] [thread_id=68] [2024/05/06 22:08:16.896 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=10] [thread_id=31] [2024/05/06 22:08:16.896 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=12] [thread_id=31] [2024/05/06 22:08:16.896 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(4)] [region=12] [thread_id=68] [2024/05/06 22:08:16.896 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(5)] [region=10] [thread_id=68] [2024/05/06 22:08:23.893 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:23.899 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 14 store_id: 5 role: Learner } change_type: AddLearnerNode]"] [region_id=2] [thread_id=31] [2024/05/06 22:08:23.899 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 15 store_id: 4 role: Learner } change_type: AddLearnerNode]"] [region_id=6] [thread_id=31] [2024/05/06 22:08:23.899 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 14 store_id: 5 role: Learner }]"] [peer_id=3] [region_id=2] [thread_id=102] [2024/05/06 22:08:23.899 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 15 store_id: 4 role: Learner }]"] [peer_id=7] [region_id=6] [thread_id=101] [2024/05/06 22:08:23.899 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 16 store_id: 4 role: Learner } change_type: AddLearnerNode]"] [region_id=8] [thread_id=31] [2024/05/06 22:08:23.899 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 17 store_id: 4 role: Learner } change_type: AddLearnerNode]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:23.899 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 16 store_id: 4 role: Learner }]"] [peer_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:23.899 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 17 store_id: 4 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.899 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 18 store_id: 4 role: Learner } change_type: AddLearnerNode]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:23.899 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 18 store_id: 4 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:23.899 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 14 store_id: 5 role: Learner } } }"] [index=8] [term=6] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:23.899 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 15 store_id: 4 role: Learner } } }"] [index=7] [term=6] [peer_id=7] [region_id=6] [thread_id=104] [2024/05/06 22:08:23.899 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:23.899 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=7] [region_id=6] [thread_id=104] [2024/05/06 22:08:23.899 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 3 store_id: 1 } peers { id: 14 store_id: 5 role: Learner }"] [original_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 3 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 14 store_id: 5 role: Learner }]"] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:23.899 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 6 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 7 store_id: 1 } peers { id: 15 store_id: 4 role: Learner }"] [original_region="id: 6 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 7 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 15 store_id: 4 role: Learner }]"] [peer_id=7] [region_id=6] [thread_id=104] [2024/05/06 22:08:23.899 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 16 store_id: 4 role: Learner } } }"] [index=7] [term=6] [peer_id=9] [region_id=8] [thread_id=103] [2024/05/06 22:08:23.899 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=9] [region_id=8] [thread_id=103] [2024/05/06 22:08:23.899 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 8 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 4 role: Learner }"] [original_region="id: 8 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 9 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 16 store_id: 4 role: Learner }]"] [peer_id=9] [region_id=8] [thread_id=103] [2024/05/06 22:08:23.899 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 18 store_id: 4 role: Learner } } }"] [index=7] [term=6] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:23.899 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 17 store_id: 4 role: Learner } } }"] [index=7] [term=6] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:23.899 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:23.899 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:23.899 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 4 role: Learner }"] [original_region="id: 12 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 18 store_id: 4 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:23.899 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 4 role: Learner }"] [original_region="id: 10 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 17 store_id: 4 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:23.899 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {3} }, outgoing: Configuration { voters: {} } }, learners: {14}, learners_next: {}, auto_leave: false }"] [raft_id=3] [region_id=2] [thread_id=101] [2024/05/06 22:08:23.899 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {7} }, outgoing: Configuration { voters: {} } }, learners: {15}, learners_next: {}, auto_leave: false }"] [raft_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:08:23.899 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 3 store_id: 1 } peers { id: 14 store_id: 5 role: Learner }"] [peer_id=3] [region_id=2] [thread_id=101] [2024/05/06 22:08:23.899 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 6 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 7 store_id: 1 } peers { id: 15 store_id: 4 role: Learner }"] [peer_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:08:23.900 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9} }, outgoing: Configuration { voters: {} } }, learners: {16}, learners_next: {}, auto_leave: false }"] [raft_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:23.900 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 8 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 4 role: Learner }"] [peer_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:23.901 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20161] [store_id=5] [thread_id=71] [2024/05/06 22:08:23.901 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=5] [addr=127.0.0.1:20161] [thread_id=71] [2024/05/06 22:08:23.901 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {18}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:23.901 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {17}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.901 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 4 role: Learner }"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:23.901 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 4 role: Learner }"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.901 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=2] [cost=1.032244ms] [addr=127.0.0.1:20161] [store_id=5] [thread_id=71] [2024/05/06 22:08:23.901 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20162] [store_id=4] [thread_id=71] [2024/05/06 22:08:23.901 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=4] [addr=127.0.0.1:20162] [thread_id=71] [2024/05/06 22:08:23.902 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=8] [cost=611.57µs] [addr=127.0.0.1:20162] [store_id=4] [thread_id=71] [2024/05/06 22:08:23.904 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(5)] [thread_id=7] [2024/05/06 22:08:23.905 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(4)] [thread_id=8] [2024/05/06 22:08:23.905 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=14] [request_index=0] [peer_id=3] [region_id=2] [thread_id=102] [2024/05/06 22:08:23.905 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=15] [request_index=0] [peer_id=7] [region_id=6] [thread_id=101] [2024/05/06 22:08:23.905 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=17] [request_index=0] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.905 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=18] [request_index=0] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.905 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=16] [request_index=0] [peer_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:23.905 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_2_6_8_(default|lock|write).sst] [region_id=2] [thread_id=83] [2024/05/06 22:08:23.905 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_2_6_8_(default|lock|write).sst] [region_id=2] [thread_id=83] [2024/05/06 22:08:23.905 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:23.905 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:23.906 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_2_6_8_(default|lock|write).sst] [region_id=2] [thread_id=83] [2024/05/06 22:08:23.906 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:23.906 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=607.99µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_2_6_8_(default|lock|write).sst] [region_id=2] [thread_id=83] [2024/05/06 22:08:23.906 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=478.113µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:23.906 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=17] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:23.906 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=14] [peer_id=3] [region_id=2] [thread_id=102] [2024/05/06 22:08:23.906 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_6_6_7_(default|lock|write).sst] [region_id=6] [thread_id=84] [2024/05/06 22:08:23.906 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_8_6_7_(default|lock|write).sst] [region_id=8] [thread_id=83] [2024/05/06 22:08:23.906 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_6_6_7_(default|lock|write).sst] [region_id=6] [thread_id=84] [2024/05/06 22:08:23.906 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_8_6_7_(default|lock|write).sst] [region_id=8] [thread_id=83] [2024/05/06 22:08:23.906 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_6_6_7_(default|lock|write).sst] [region_id=6] [thread_id=84] [2024/05/06 22:08:23.906 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_8_6_7_(default|lock|write).sst] [region_id=8] [thread_id=83] [2024/05/06 22:08:23.906 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:23.906 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=418.74µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_6_6_7_(default|lock|write).sst] [region_id=6] [thread_id=84] [2024/05/06 22:08:23.906 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=409.152µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_8_6_7_(default|lock|write).sst] [region_id=8] [thread_id=83] [2024/05/06 22:08:23.906 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=15] [peer_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:08:23.906 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=16] [peer_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:23.907 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:23.907 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:23.907 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:23.907 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:23.907 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:23.907 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=457.066µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:23.907 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:23.907 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=18] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.907 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:23.908 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.673095ms] [size=0] [snap_key=2_6_8] [region_id=2] [thread_id=132] [2024/05/06 22:08:23.908 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 14 store_id: 5 role: Learner"] [peer_id=3] [region_id=2] [thread_id=101] [2024/05/06 22:08:23.908 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.426381ms] [size=0] [snap_key=6_6_7] [region_id=6] [thread_id=132] [2024/05/06 22:08:23.908 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 15 store_id: 4 role: Learner"] [peer_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:08:23.908 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.305093ms] [size=0] [snap_key=8_6_7] [region_id=8] [thread_id=131] [2024/05/06 22:08:23.908 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.804922ms] [size=0] [snap_key=10_6_7] [region_id=10] [thread_id=133] [2024/05/06 22:08:23.908 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 16 store_id: 4 role: Learner"] [peer_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:23.908 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 17 store_id: 4 role: Learner"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.908 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.283557ms] [size=0] [snap_key=12_6_7] [region_id=12] [thread_id=132] [2024/05/06 22:08:23.908 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 18 store_id: 4 role: Learner"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.915 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 14 store_id: 5 }]"] [region_id=2] [thread_id=31] [2024/05/06 22:08:23.915 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 14 store_id: 5 }]"] [peer_id=3] [region_id=2] [thread_id=101] [2024/05/06 22:08:23.915 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 16 store_id: 4 }]"] [region_id=8] [thread_id=31] [2024/05/06 22:08:23.915 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 14 store_id: 5 } } }"] [index=9] [term=6] [peer_id=3] [region_id=2] [thread_id=104] [2024/05/06 22:08:23.915 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=3] [region_id=2] [thread_id=104] [2024/05/06 22:08:23.915 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 16 store_id: 4 }]"] [peer_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:23.915 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 3 store_id: 1 } peers { id: 14 store_id: 5 }"] [original_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 3 store_id: 1 } peers { id: 14 store_id: 5 role: Learner }"] [changes="[peer { id: 14 store_id: 5 }]"] [peer_id=3] [region_id=2] [thread_id=104] [2024/05/06 22:08:23.915 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 16 store_id: 4 } } }"] [index=8] [term=6] [peer_id=9] [region_id=8] [thread_id=103] [2024/05/06 22:08:23.915 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=9] [region_id=8] [thread_id=103] [2024/05/06 22:08:23.915 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 8 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 4 }"] [original_region="id: 8 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 4 role: Learner }"] [changes="[peer { id: 16 store_id: 4 }]"] [peer_id=9] [region_id=8] [thread_id=103] [2024/05/06 22:08:23.915 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 15 store_id: 4 }]"] [region_id=6] [thread_id=31] [2024/05/06 22:08:23.915 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 15 store_id: 4 }]"] [peer_id=7] [region_id=6] [thread_id=101] [2024/05/06 22:08:23.915 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {14, 3} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=3] [region_id=2] [thread_id=101] [2024/05/06 22:08:23.915 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 15 store_id: 4 } } }"] [index=8] [term=6] [peer_id=7] [region_id=6] [thread_id=104] [2024/05/06 22:08:23.915 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=7] [region_id=6] [thread_id=104] [2024/05/06 22:08:23.915 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 3 store_id: 1 } peers { id: 14 store_id: 5 }"] [peer_id=3] [region_id=2] [thread_id=101] [2024/05/06 22:08:23.915 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 6 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 7 store_id: 1 } peers { id: 15 store_id: 4 }"] [original_region="id: 6 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 7 store_id: 1 } peers { id: 15 store_id: 4 role: Learner }"] [changes="[peer { id: 15 store_id: 4 }]"] [peer_id=7] [region_id=6] [thread_id=104] [2024/05/06 22:08:23.915 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 18 store_id: 4 }]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:23.915 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 18 store_id: 4 }]"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.916 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16, 9} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:08:23.916 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 18 store_id: 4 } } }"] [index=8] [term=6] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:23.916 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:23.916 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 4 }"] [original_region="id: 12 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 4 role: Learner }"] [changes="[peer { id: 18 store_id: 4 }]"] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:23.916 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 8 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 4 }"] [peer_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:08:23.916 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15, 7} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=7] [region_id=6] [thread_id=101] [2024/05/06 22:08:23.916 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 6 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 7 store_id: 1 } peers { id: 15 store_id: 4 }"] [peer_id=7] [region_id=6] [thread_id=101] [2024/05/06 22:08:23.916 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 18} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.916 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 4 }"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.916 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 17 store_id: 4 }]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:23.916 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 17 store_id: 4 }]"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:23.916 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 17 store_id: 4 } } }"] [index=8] [term=6] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:23.916 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:23.916 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 4 }"] [original_region="id: 10 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 4 role: Learner }"] [changes="[peer { id: 17 store_id: 4 }]"] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:23.916 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:23.916 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 4 }"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:23.920 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 19 store_id: 5 role: Learner } change_type: AddLearnerNode]"] [region_id=6] [thread_id=31] [2024/05/06 22:08:23.920 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 20 store_id: 5 role: Learner } change_type: AddLearnerNode]"] [region_id=8] [thread_id=31] [2024/05/06 22:08:23.920 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 19 store_id: 5 role: Learner }]"] [peer_id=7] [region_id=6] [thread_id=101] [2024/05/06 22:08:23.920 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 20 store_id: 5 role: Learner }]"] [peer_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:08:23.920 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 21 store_id: 5 role: Learner } change_type: AddLearnerNode]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:23.920 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 22 store_id: 5 role: Learner } change_type: AddLearnerNode]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:23.920 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 21 store_id: 5 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:23.920 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 22 store_id: 5 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.920 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 19 store_id: 5 role: Learner } } }"] [index=9] [term=6] [peer_id=7] [region_id=6] [thread_id=103] [2024/05/06 22:08:23.920 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 20 store_id: 5 role: Learner } } }"] [index=9] [term=6] [peer_id=9] [region_id=8] [thread_id=104] [2024/05/06 22:08:23.920 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=7] [region_id=6] [thread_id=103] [2024/05/06 22:08:23.920 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 23 store_id: 4 role: Learner } change_type: AddLearnerNode]"] [region_id=2] [thread_id=31] [2024/05/06 22:08:23.920 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=9] [region_id=8] [thread_id=104] [2024/05/06 22:08:23.920 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 6 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 7 store_id: 1 } peers { id: 15 store_id: 4 } peers { id: 19 store_id: 5 role: Learner }"] [original_region="id: 6 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 7 store_id: 1 } peers { id: 15 store_id: 4 }"] [changes="[change_type: AddLearnerNode peer { id: 19 store_id: 5 role: Learner }]"] [peer_id=7] [region_id=6] [thread_id=103] [2024/05/06 22:08:23.920 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 8 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 4 } peers { id: 20 store_id: 5 role: Learner }"] [original_region="id: 8 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 4 }"] [changes="[change_type: AddLearnerNode peer { id: 20 store_id: 5 role: Learner }]"] [peer_id=9] [region_id=8] [thread_id=104] [2024/05/06 22:08:23.920 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 4 role: Learner }]"] [peer_id=3] [region_id=2] [thread_id=101] [2024/05/06 22:08:23.920 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15, 7} }, outgoing: Configuration { voters: {} } }, learners: {19}, learners_next: {}, auto_leave: false }"] [raft_id=7] [region_id=6] [thread_id=101] [2024/05/06 22:08:23.920 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 21 store_id: 5 role: Learner } } }"] [index=9] [term=6] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:23.920 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:23.920 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 6 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 7 store_id: 1 } peers { id: 15 store_id: 4 } peers { id: 19 store_id: 5 role: Learner }"] [peer_id=7] [region_id=6] [thread_id=101] [2024/05/06 22:08:23.920 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 4 } peers { id: 21 store_id: 5 role: Learner }"] [original_region="id: 10 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 4 }"] [changes="[change_type: AddLearnerNode peer { id: 21 store_id: 5 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:23.920 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 22 store_id: 5 role: Learner } } }"] [index=9] [term=6] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:23.920 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:23.920 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 4 } peers { id: 22 store_id: 5 role: Learner }"] [original_region="id: 12 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 4 }"] [changes="[change_type: AddLearnerNode peer { id: 22 store_id: 5 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:23.920 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 23 store_id: 4 role: Learner } } }"] [index=10] [term=6] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:23.920 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:23.920 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 3 store_id: 1 } peers { id: 14 store_id: 5 } peers { id: 23 store_id: 4 role: Learner }"] [original_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 3 store_id: 1 } peers { id: 14 store_id: 5 }"] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 4 role: Learner }]"] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:23.920 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16, 9} }, outgoing: Configuration { voters: {} } }, learners: {20}, learners_next: {}, auto_leave: false }"] [raft_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:23.920 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 8 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 4 } peers { id: 20 store_id: 5 role: Learner }"] [peer_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:23.921 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 11} }, outgoing: Configuration { voters: {} } }, learners: {21}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:23.921 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 18} }, outgoing: Configuration { voters: {} } }, learners: {22}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.921 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 4 } peers { id: 22 store_id: 5 role: Learner }"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.921 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {14, 3} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=3] [region_id=2] [thread_id=102] [2024/05/06 22:08:23.921 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 4 } peers { id: 21 store_id: 5 role: Learner }"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:23.921 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 3 store_id: 1 } peers { id: 14 store_id: 5 } peers { id: 23 store_id: 4 role: Learner }"] [peer_id=3] [region_id=2] [thread_id=102] [2024/05/06 22:08:23.921 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=19] [request_index=0] [peer_id=7] [region_id=6] [thread_id=101] [2024/05/06 22:08:23.921 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=20] [request_index=0] [peer_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:08:23.921 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=22] [request_index=0] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.921 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=21] [request_index=0] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:23.921 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_6_6_9_(default|lock|write).sst] [region_id=6] [thread_id=83] [2024/05/06 22:08:23.921 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=23] [request_index=0] [peer_id=3] [region_id=2] [thread_id=102] [2024/05/06 22:08:23.921 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_6_6_9_(default|lock|write).sst] [region_id=6] [thread_id=83] [2024/05/06 22:08:23.921 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_8_6_9_(default|lock|write).sst] [region_id=8] [thread_id=84] [2024/05/06 22:08:23.921 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_6_6_9_(default|lock|write).sst] [region_id=6] [thread_id=83] [2024/05/06 22:08:23.921 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_8_6_9_(default|lock|write).sst] [region_id=8] [thread_id=84] [2024/05/06 22:08:23.921 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_8_6_9_(default|lock|write).sst] [region_id=8] [thread_id=84] [2024/05/06 22:08:23.921 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=430.989µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_6_6_9_(default|lock|write).sst] [region_id=6] [thread_id=83] [2024/05/06 22:08:23.921 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=19] [peer_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:08:23.921 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=446.696µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_8_6_9_(default|lock|write).sst] [region_id=8] [thread_id=84] [2024/05/06 22:08:23.921 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:23.921 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:23.921 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=20] [peer_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:08:23.921 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:23.921 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_2_6_10_(default|lock|write).sst] [region_id=2] [thread_id=84] [2024/05/06 22:08:23.922 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:23.922 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_2_6_10_(default|lock|write).sst] [region_id=2] [thread_id=84] [2024/05/06 22:08:23.922 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:23.922 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_2_6_10_(default|lock|write).sst] [region_id=2] [thread_id=84] [2024/05/06 22:08:23.922 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=408.508µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:23.922 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=22] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.922 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=485.633µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_2_6_10_(default|lock|write).sst] [region_id=2] [thread_id=84] [2024/05/06 22:08:23.922 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:23.922 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:23.922 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:23.922 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:23.922 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=23] [peer_id=3] [region_id=2] [thread_id=102] [2024/05/06 22:08:23.922 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:23.922 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=368.061µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:23.922 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=21] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.922 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:23.923 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.122732ms] [size=0] [snap_key=8_6_9] [region_id=8] [thread_id=132] [2024/05/06 22:08:23.923 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 20 store_id: 5 role: Learner"] [peer_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:23.923 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.522981ms] [size=0] [snap_key=6_6_9] [region_id=6] [thread_id=131] [2024/05/06 22:08:23.923 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 19 store_id: 5 role: Learner"] [peer_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:08:23.923 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.089417ms] [size=0] [snap_key=12_6_9] [region_id=12] [thread_id=132] [2024/05/06 22:08:23.923 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 22 store_id: 5 role: Learner"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:23.923 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 20 store_id: 5 }]"] [region_id=8] [thread_id=31] [2024/05/06 22:08:23.923 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 20 store_id: 5 }]"] [peer_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:23.923 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 22 store_id: 5 }]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:23.923 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 22 store_id: 5 }]"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.923 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.350163ms] [size=0] [snap_key=2_6_10] [region_id=2] [thread_id=132] [2024/05/06 22:08:23.923 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 23 store_id: 4 role: Learner"] [peer_id=3] [region_id=2] [thread_id=101] [2024/05/06 22:08:23.923 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.133952ms] [size=0] [snap_key=10_6_9] [region_id=10] [thread_id=131] [2024/05/06 22:08:23.923 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 21 store_id: 5 role: Learner"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 20 store_id: 5 } } }"] [index=10] [term=6] [peer_id=9] [region_id=8] [thread_id=103] [2024/05/06 22:08:23.924 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 19 store_id: 5 }]"] [region_id=6] [thread_id=31] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=9] [region_id=8] [thread_id=103] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 8 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 4 } peers { id: 20 store_id: 5 }"] [original_region="id: 8 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 4 } peers { id: 20 store_id: 5 role: Learner }"] [changes="[peer { id: 20 store_id: 5 }]"] [peer_id=9] [region_id=8] [thread_id=103] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 22 store_id: 5 } } }"] [index=10] [term=6] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:23.924 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 19 store_id: 5 }]"] [peer_id=7] [region_id=6] [thread_id=101] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 4 } peers { id: 22 store_id: 5 }"] [original_region="id: 12 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 4 } peers { id: 22 store_id: 5 role: Learner }"] [changes="[peer { id: 22 store_id: 5 }]"] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:23.924 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 21 store_id: 5 }]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:23.924 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 21 store_id: 5 }]"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 19 store_id: 5 } } }"] [index=10] [term=6] [peer_id=7] [region_id=6] [thread_id=103] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=7] [region_id=6] [thread_id=103] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 6 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 7 store_id: 1 } peers { id: 15 store_id: 4 } peers { id: 19 store_id: 5 }"] [original_region="id: 6 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 7 store_id: 1 } peers { id: 15 store_id: 4 } peers { id: 19 store_id: 5 role: Learner }"] [changes="[peer { id: 19 store_id: 5 }]"] [peer_id=7] [region_id=6] [thread_id=103] [2024/05/06 22:08:23.924 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16, 9, 20} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:08:23.924 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 8 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 4 } peers { id: 20 store_id: 5 }"] [peer_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:08:23.924 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 23 store_id: 4 }]"] [region_id=2] [thread_id=31] [2024/05/06 22:08:23.924 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 23 store_id: 4 }]"] [peer_id=3] [region_id=2] [thread_id=101] [2024/05/06 22:08:23.924 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 18, 22} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 21 store_id: 5 } } }"] [index=10] [term=6] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:23.924 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 4 } peers { id: 22 store_id: 5 }"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 4 } peers { id: 21 store_id: 5 }"] [original_region="id: 10 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 4 } peers { id: 21 store_id: 5 role: Learner }"] [changes="[peer { id: 21 store_id: 5 }]"] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:23.924 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15, 19, 7} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:08:23.924 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 6 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 7 store_id: 1 } peers { id: 15 store_id: 4 } peers { id: 19 store_id: 5 }"] [peer_id=7] [region_id=6] [thread_id=102] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 4 } } }"] [index=11] [term=6] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 3 store_id: 1 } peers { id: 14 store_id: 5 } peers { id: 23 store_id: 4 }"] [original_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 3 store_id: 1 } peers { id: 14 store_id: 5 } peers { id: 23 store_id: 4 role: Learner }"] [changes="[peer { id: 23 store_id: 4 }]"] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:23.924 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 21, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.924 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 4 } peers { id: 21 store_id: 5 }"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.924 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {23, 14, 3} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=3] [region_id=2] [thread_id=102] [2024/05/06 22:08:23.924 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 3 store_id: 1 } peers { id: 14 store_id: 5 } peers { id: 23 store_id: 4 }"] [peer_id=3] [region_id=2] [thread_id=102] ==> ./tikv2.log <== [2024/05/06 22:08:12.422 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={30, 44, 18, 67, 62, 34, 49, 32, 31, 63, 71, 60, 36, 13, 46, 8, 65, 43, 64, 55, 33, 25, 50, 0, 66, 19, 57, 11, 45, 56, 35, 22, 47, 59, 10, 14, 15, 7, 16, 69, 26, 51, 9, 23, 21, 28, 27, 48, 12, 20, 29, 54, 68, 24, 70, 52, 61, 58, 53, 17}"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 128, expect 32768"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:08:12.424 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:12.424 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:08:12.425 +08:00] [INFO] [] ["subchannel 0x7f0acc04d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f0acc0afb88, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f0acc037e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f0acc0d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004492.424868622\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:08:12.425 +08:00] [INFO] [] ["subchannel 0x7f0acc04d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f0acc0afb88, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f0acc037e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f0acc0d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:12.425 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:12.425 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:12.425 +08:00] [INFO] [] ["subchannel 0x7f0acc04dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f0acc0afb88, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f0acc037e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f0acc0d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004492.425428374\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:08:12.425 +08:00] [INFO] [] ["subchannel 0x7f0acc04dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f0acc0afb88, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f0acc037e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f0acc0d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:12.425 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:12.425 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:12.425 +08:00] [INFO] [] ["subchannel 0x7f0acc04e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f0acc0afb88, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f0acc037e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f0acc0d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004492.425686057\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:08:12.425 +08:00] [INFO] [] ["subchannel 0x7f0acc04e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f0acc0afb88, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f0acc037e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f0acc0d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:12.425 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:12.425 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:08:12.727 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:13.476 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:13.480 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:13.783 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:13.784 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:13.784 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:13.785 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:13.786 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:13.786 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:13.787 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:08:13.787 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888213331813667] [thread_id=1] [2024/05/06 22:08:13.787 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:13.787 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:13.789 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20181] [thread_id=1] [2024/05/06 22:08:13.790 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:08:13.790 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401563/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401562/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401561/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401560/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401559/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401558/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401557/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401556/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401555/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/351385/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36216/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36215/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36214/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36213/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36212/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36209/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36208/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/757646/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/757646/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data] [thread_id=1] [2024/05/06 22:08:13.791 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data] [thread_id=1] [2024/05/06 22:08:13.791 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401563/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401562/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401561/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401560/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401559/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401558/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401557/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401556/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401555/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/351385/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36216/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36215/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36214/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36213/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36212/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36209/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36208/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/757646/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/757646/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft] [thread_id=1] [2024/05/06 22:08:13.792 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft] [thread_id=1] [2024/05/06 22:08:13.792 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv2.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20161\",\"advertise-addr\":\"127.0.0.1:20161\",\"status-addr\":\"127.0.0.1:20181\",\"advertise-status-addr\":\"127.0.0.1:20181\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:08:13.793 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:08:13.794 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=1ms] [thread_id=18] [2024/05/06 22:08:13.794 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:08:13.794 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=17] [2024/05/06 22:08:13.794 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=18] [2024/05/06 22:08:13.794 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=18] [2024/05/06 22:08:13.801 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:08:13.801 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:08:13.801 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 213.672µs"] [thread_id=1] [2024/05/06 22:08:13.874 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:08:13.876 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:08:13.876 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:08:13.876 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/log-backup-temp] [thread_id=1] [2024/05/06 22:08:13.877 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=74] [2024/05/06 22:08:13.877 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:08:13.877 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=20] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:08:13.877 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=19] [thread_id=73] [2024/05/06 22:08:13.877 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=20] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:08:13.877 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=19] [thread_id=74] [2024/05/06 22:08:13.877 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:08:13.879 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 5 address: \"127.0.0.1:20161\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20161\" status_address: \"127.0.0.1:20181\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004493 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:08:13.883 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=5] [status=Some()] [thread_id=1] [2024/05/06 22:08:13.884 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=4] [thread_id=1] [2024/05/06 22:08:13.884 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=5] [thread_id=1] [2024/05/06 22:08:13.884 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:08:13.884 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=5] [thread_id=1] [2024/05/06 22:08:13.885 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:08:13.888 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:08:13.888 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=42.982µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=0] [store_id=5] [thread_id=1] [2024/05/06 22:08:13.888 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=54.169µs] [garbage_range_count=1] [store_id=5] [thread_id=1] [2024/05/06 22:08:13.890 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:08:13.890 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:08:13.890 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:08:13.895 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:08:13.895 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:08:13.895 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:08:13.897 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20161] [thread_id=1] [2024/05/06 22:08:13.897 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=17] [2024/05/06 22:08:13.898 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=17] [2024/05/06 22:08:13.903 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:23.891 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:23.902 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(1)] [thread_id=7] [2024/05/06 22:08:23.902 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=3] [store_id=5] [peer_id=14] [region_id=2] [thread_id=102] [2024/05/06 22:08:23.902 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=14] [region_id=2] [thread_id=102] [2024/05/06 22:08:23.902 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=14] [region_id=2] [thread_id=102] [2024/05/06 22:08:23.902 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=14] [region_id=2] [thread_id=102] [2024/05/06 22:08:23.902 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 14."] [id=14] [raft_id=14] [region_id=2] [thread_id=102] [2024/05/06 22:08:23.902 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 3"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=3] [raft_id=14] [region_id=2] [thread_id=102] [2024/05/06 22:08:23.902 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=14] [region_id=2] [thread_id=102] [2024/05/06 22:08:23.904 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20160] [store_id=1] [thread_id=71] [2024/05/06 22:08:23.904 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=1] [addr=127.0.0.1:20160] [thread_id=71] [2024/05/06 22:08:23.904 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=1] [cost=729.126µs] [addr=127.0.0.1:20160] [store_id=1] [thread_id=71] [2024/05/06 22:08:23.907 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=132] [2024/05/06 22:08:23.907 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_2_6_8_(default|lock|write).sst] [snap_key=2_6_8] [thread_id=132] [2024/05/06 22:08:23.907 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=412.839µs] [snap_key=2_6_8] [thread_id=132] [2024/05/06 22:08:23.908 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 8, term: 6]"] [snapshot_term=6] [snapshot_index=8] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=14] [region_id=2] [thread_id=101] [2024/05/06 22:08:23.908 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {3} }, outgoing: Configuration { voters: {} } }, learners: {14}, learners_next: {}, auto_leave: false }"] [raft_id=14] [region_id=2] [thread_id=101] [2024/05/06 22:08:23.908 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=8] [last_term=6] [last_index=8] [commit=8] [raft_id=14] [region_id=2] [thread_id=101] [2024/05/06 22:08:23.908 +08:00] [INFO] [raft.rs:2549] ["[commit: 8, term: 6] restored snapshot [index: 8, term: 6]"] [snapshot_term=6] [snapshot_index=8] [commit=8] [term=6] [raft_id=14] [region_id=2] [thread_id=101] [2024/05/06 22:08:23.908 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=14] [region_id=2] [thread_id=101] [2024/05/06 22:08:23.908 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 8 truncated_state { index: 8 term: 6 }"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 3 store_id: 1 } peers { id: 14 store_id: 5 role: Learner }"] [peer_id=14] [region_id=2] [thread_id=101] [2024/05/06 22:08:23.914 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 3 store_id: 1 } peers { id: 14 store_id: 5 role: Learner }"] [peer_id=14] [region_id=2] [thread_id=102] [2024/05/06 22:08:23.914 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=14] [region_id=2] [thread_id=80] [2024/05/06 22:08:23.915 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:23.915 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=44.942µs] [region_id=2] [thread_id=80] [2024/05/06 22:08:23.915 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 14 store_id: 5 } } }"] [index=9] [term=6] [peer_id=14] [region_id=2] [thread_id=103] [2024/05/06 22:08:23.915 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=14] [region_id=2] [thread_id=103] [2024/05/06 22:08:23.915 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 3 store_id: 1 } peers { id: 14 store_id: 5 }"] [original_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 3 store_id: 1 } peers { id: 14 store_id: 5 role: Learner }"] [changes="[peer { id: 14 store_id: 5 }]"] [peer_id=14] [region_id=2] [thread_id=103] [2024/05/06 22:08:23.916 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {14, 3} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=14] [region_id=2] [thread_id=101] [2024/05/06 22:08:23.920 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=7] [store_id=5] [peer_id=19] [region_id=6] [thread_id=102] [2024/05/06 22:08:23.920 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=6] [thread_id=102] [2024/05/06 22:08:23.920 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=19] [region_id=6] [thread_id=102] [2024/05/06 22:08:23.920 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=19] [region_id=6] [thread_id=102] [2024/05/06 22:08:23.920 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 19."] [id=19] [raft_id=19] [region_id=6] [thread_id=102] [2024/05/06 22:08:23.920 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 7"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=7] [raft_id=19] [region_id=6] [thread_id=101] [2024/05/06 22:08:23.920 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=19] [region_id=6] [thread_id=101] [2024/05/06 22:08:23.920 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 23 store_id: 4 role: Learner } } }"] [index=10] [term=6] [peer_id=14] [region_id=2] [thread_id=104] [2024/05/06 22:08:23.920 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=14] [region_id=2] [thread_id=104] [2024/05/06 22:08:23.920 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 3 store_id: 1 } peers { id: 14 store_id: 5 } peers { id: 23 store_id: 4 role: Learner }"] [original_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 3 store_id: 1 } peers { id: 14 store_id: 5 }"] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 4 role: Learner }]"] [peer_id=14] [region_id=2] [thread_id=104] [2024/05/06 22:08:23.920 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=9] [store_id=5] [peer_id=20] [region_id=8] [thread_id=102] [2024/05/06 22:08:23.920 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=8] [thread_id=102] [2024/05/06 22:08:23.920 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=20] [region_id=8] [thread_id=102] [2024/05/06 22:08:23.920 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=20] [region_id=8] [thread_id=102] [2024/05/06 22:08:23.921 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 20."] [id=20] [raft_id=20] [region_id=8] [thread_id=102] [2024/05/06 22:08:23.921 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 9"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=9] [raft_id=20] [region_id=8] [thread_id=102] [2024/05/06 22:08:23.921 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=20] [region_id=8] [thread_id=102] [2024/05/06 22:08:23.921 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {14, 3} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=14] [region_id=2] [thread_id=101] [2024/05/06 22:08:23.921 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=13] [store_id=5] [peer_id=22] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.921 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.921 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=22] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.921 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=22] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.921 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 22."] [id=22] [raft_id=22] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.921 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 13"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=13] [raft_id=22] [region_id=12] [thread_id=101] [2024/05/06 22:08:23.921 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=11] [store_id=5] [peer_id=21] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.921 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=22] [region_id=12] [thread_id=101] [2024/05/06 22:08:23.921 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.921 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=21] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.921 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=21] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.921 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 21."] [id=21] [raft_id=21] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.921 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 11"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=11] [raft_id=21] [region_id=10] [thread_id=101] [2024/05/06 22:08:23.921 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=21] [region_id=10] [thread_id=101] [2024/05/06 22:08:23.922 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=132] [2024/05/06 22:08:23.922 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=131] [2024/05/06 22:08:23.922 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_8_6_9_(default|lock|write).sst] [snap_key=8_6_9] [thread_id=132] [2024/05/06 22:08:23.922 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_6_6_9_(default|lock|write).sst] [snap_key=6_6_9] [thread_id=131] [2024/05/06 22:08:23.922 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=130] [2024/05/06 22:08:23.922 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_12_6_9_(default|lock|write).sst] [snap_key=12_6_9] [thread_id=130] [2024/05/06 22:08:23.922 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=499.925µs] [snap_key=8_6_9] [thread_id=132] [2024/05/06 22:08:23.923 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=20] [region_id=8] [thread_id=102] [2024/05/06 22:08:23.923 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16, 9} }, outgoing: Configuration { voters: {} } }, learners: {20}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=8] [thread_id=102] [2024/05/06 22:08:23.923 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=20] [region_id=8] [thread_id=102] [2024/05/06 22:08:23.923 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=20] [region_id=8] [thread_id=102] [2024/05/06 22:08:23.923 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=20] [region_id=8] [thread_id=102] [2024/05/06 22:08:23.923 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=509.799µs] [snap_key=6_6_9] [thread_id=131] [2024/05/06 22:08:23.923 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 8 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 4 } peers { id: 20 store_id: 5 role: Learner }"] [peer_id=20] [region_id=8] [thread_id=102] [2024/05/06 22:08:23.923 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=19] [region_id=6] [thread_id=101] [2024/05/06 22:08:23.923 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15, 7} }, outgoing: Configuration { voters: {} } }, learners: {19}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=6] [thread_id=101] [2024/05/06 22:08:23.923 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=19] [region_id=6] [thread_id=101] [2024/05/06 22:08:23.923 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=19] [region_id=6] [thread_id=101] [2024/05/06 22:08:23.923 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=19] [region_id=6] [thread_id=101] [2024/05/06 22:08:23.923 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 6 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 7 store_id: 1 } peers { id: 15 store_id: 4 } peers { id: 19 store_id: 5 role: Learner }"] [peer_id=19] [region_id=6] [thread_id=101] [2024/05/06 22:08:23.923 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=363.096µs] [snap_key=12_6_9] [thread_id=130] [2024/05/06 22:08:23.923 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=131] [2024/05/06 22:08:23.923 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=22] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.923 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 18} }, outgoing: Configuration { voters: {} } }, learners: {22}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.923 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=22] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.923 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=22] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.923 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=22] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.923 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 12 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 4 } peers { id: 22 store_id: 5 role: Learner }"] [peer_id=22] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.923 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_10_6_9_(default|lock|write).sst] [snap_key=10_6_9] [thread_id=131] [2024/05/06 22:08:23.923 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 8 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 4 } peers { id: 20 store_id: 5 role: Learner }"] [peer_id=20] [region_id=8] [thread_id=101] [2024/05/06 22:08:23.923 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=20] [region_id=8] [thread_id=80] [2024/05/06 22:08:23.923 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:23.923 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=44.721µs] [region_id=8] [thread_id=80] [2024/05/06 22:08:23.923 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 12 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 4 } peers { id: 22 store_id: 5 role: Learner }"] [peer_id=22] [region_id=12] [thread_id=101] [2024/05/06 22:08:23.923 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 6 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 7 store_id: 1 } peers { id: 15 store_id: 4 } peers { id: 19 store_id: 5 role: Learner }"] [peer_id=19] [region_id=6] [thread_id=102] [2024/05/06 22:08:23.923 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=22] [region_id=12] [thread_id=80] [2024/05/06 22:08:23.923 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:23.923 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=424.982µs] [snap_key=10_6_9] [thread_id=131] [2024/05/06 22:08:23.923 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=24.021µs] [region_id=12] [thread_id=80] [2024/05/06 22:08:23.923 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=21] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.923 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 11} }, outgoing: Configuration { voters: {} } }, learners: {21}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.923 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=21] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.923 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=21] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.923 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=19] [region_id=6] [thread_id=80] [2024/05/06 22:08:23.923 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=21] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.923 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 10 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 4 } peers { id: 21 store_id: 5 role: Learner }"] [peer_id=21] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.923 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:23.923 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=82.636µs] [region_id=6] [thread_id=80] [2024/05/06 22:08:23.923 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 10 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 4 } peers { id: 21 store_id: 5 role: Learner }"] [peer_id=21] [region_id=10] [thread_id=101] [2024/05/06 22:08:23.923 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=21] [region_id=10] [thread_id=80] [2024/05/06 22:08:23.924 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:23.924 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=23.431µs] [region_id=10] [thread_id=80] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 20 store_id: 5 } } }"] [index=10] [term=6] [peer_id=20] [region_id=8] [thread_id=103] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 22 store_id: 5 } } }"] [index=10] [term=6] [peer_id=22] [region_id=12] [thread_id=104] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=20] [region_id=8] [thread_id=103] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=22] [region_id=12] [thread_id=104] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 4 } peers { id: 22 store_id: 5 }"] [original_region="id: 12 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 4 } peers { id: 22 store_id: 5 role: Learner }"] [changes="[peer { id: 22 store_id: 5 }]"] [peer_id=22] [region_id=12] [thread_id=104] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 8 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 4 } peers { id: 20 store_id: 5 }"] [original_region="id: 8 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 4 } peers { id: 20 store_id: 5 role: Learner }"] [changes="[peer { id: 20 store_id: 5 }]"] [peer_id=20] [region_id=8] [thread_id=103] [2024/05/06 22:08:23.924 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 18, 22} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 19 store_id: 5 } } }"] [index=10] [term=6] [peer_id=19] [region_id=6] [thread_id=104] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=19] [region_id=6] [thread_id=104] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 6 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 7 store_id: 1 } peers { id: 15 store_id: 4 } peers { id: 19 store_id: 5 }"] [original_region="id: 6 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 7 store_id: 1 } peers { id: 15 store_id: 4 } peers { id: 19 store_id: 5 role: Learner }"] [changes="[peer { id: 19 store_id: 5 }]"] [peer_id=19] [region_id=6] [thread_id=104] [2024/05/06 22:08:23.924 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16, 9, 20} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=8] [thread_id=101] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 21 store_id: 5 } } }"] [index=10] [term=6] [peer_id=21] [region_id=10] [thread_id=103] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=21] [region_id=10] [thread_id=103] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 4 } peers { id: 21 store_id: 5 }"] [original_region="id: 10 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 4 } peers { id: 21 store_id: 5 role: Learner }"] [changes="[peer { id: 21 store_id: 5 }]"] [peer_id=21] [region_id=10] [thread_id=103] [2024/05/06 22:08:23.924 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15, 19, 7} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=6] [thread_id=102] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 4 } } }"] [index=11] [term=6] [peer_id=14] [region_id=2] [thread_id=104] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=14] [region_id=2] [thread_id=104] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 3 store_id: 1 } peers { id: 14 store_id: 5 } peers { id: 23 store_id: 4 }"] [original_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 3 store_id: 1 } peers { id: 14 store_id: 5 } peers { id: 23 store_id: 4 role: Learner }"] [changes="[peer { id: 23 store_id: 4 }]"] [peer_id=14] [region_id=2] [thread_id=104] [Pipeline] }[2024/05/06 22:08:23.924 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 21, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=10] [thread_id=101] [2024/05/06 22:08:23.925 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {23, 14, 3} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=14] [region_id=2] [thread_id=102] [2024/05/06 22:09:13.890 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=2_6_8] [peer_id=14] [region_id=2] [thread_id=101] [2024/05/06 22:09:13.890 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=6_6_9] [peer_id=19] [region_id=6] [thread_id=102] [2024/05/06 22:09:13.890 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=8_6_9] [peer_id=20] [region_id=8] [thread_id=102] [2024/05/06 22:09:13.890 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=10_6_9] [peer_id=21] [region_id=10] [thread_id=101] [2024/05/06 22:09:13.890 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=12_6_9] [peer_id=22] [region_id=12] [thread_id=102] [2024/05/06 22:09:13.890 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:13.890 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:13.890 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:13.890 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:13.890 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] ==> ./tikv3.log <== [2024/05/06 22:08:12.422 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={20, 26, 19, 71, 23, 18, 44, 49, 17, 51, 62, 0, 50, 60, 22, 45, 67, 69, 11, 24, 53, 55, 21, 34, 43, 64, 59, 25, 63, 9, 28, 30, 8, 33, 70, 36, 13, 66, 54, 68, 7, 12, 14, 27, 47, 10, 52, 61, 56, 57, 32, 48, 58, 15, 35, 16, 29, 46, 65, 31}"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 128, expect 32768"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:08:12.422 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:08:12.424 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:12.424 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:08:12.425 +08:00] [INFO] [] ["subchannel 0x7f815a44d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f815a4afb88, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f815a437e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f815a4d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004492.424876424\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:08:12.425 +08:00] [INFO] [] ["subchannel 0x7f815a44d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f815a4afb88, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f815a437e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f815a4d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:12.425 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:12.425 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:12.425 +08:00] [INFO] [] ["subchannel 0x7f815a44dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f815a4afb88, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f815a437e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f815a4d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004492.425446915\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:08:12.425 +08:00] [INFO] [] ["subchannel 0x7f815a44dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f815a4afb88, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f815a437e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f815a4d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:12.425 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:12.425 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:12.425 +08:00] [INFO] [] ["subchannel 0x7f815a44e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f815a4afb88, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f815a437e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f815a4d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004492.425737418\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:08:12.425 +08:00] [INFO] [] ["subchannel 0x7f815a44e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f815a4afb88, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f815a437e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f815a4d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:12.425 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:12.425 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:08:12.727 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:13.476 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:13.480 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:13.783 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:13.784 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:13.784 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:13.785 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:13.786 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:13.787 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:13.787 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:08:13.787 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888213331813667] [thread_id=1] [2024/05/06 22:08:13.787 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:13.787 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:13.789 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20182] [thread_id=1] [2024/05/06 22:08:13.790 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:08:13.790 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401563/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401562/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401561/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401560/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401559/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401558/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401557/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401556/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401555/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/351385/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36216/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36215/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36214/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36213/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36212/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36209/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36208/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/757646/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/757646/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data] [thread_id=1] [2024/05/06 22:08:13.791 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data] [thread_id=1] [2024/05/06 22:08:13.791 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401563/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401562/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401561/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401560/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401559/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401558/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401557/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401556/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/401555/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/351385/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36216/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36215/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36214/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36213/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36212/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36209/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/36208/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/757646/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/757646/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft] [thread_id=1] [2024/05/06 22:08:13.792 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft] [thread_id=1] [2024/05/06 22:08:13.792 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv3.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20162\",\"advertise-addr\":\"127.0.0.1:20162\",\"status-addr\":\"127.0.0.1:20182\",\"advertise-status-addr\":\"127.0.0.1:20182\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:08:13.793 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:08:13.793 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=0ns] [thread_id=18] [2024/05/06 22:08:13.794 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:08:13.794 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=17] [2024/05/06 22:08:13.794 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=17] [2024/05/06 22:08:13.794 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=18] [2024/05/06 22:08:13.801 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:08:13.801 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:08:13.801 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 207.677µs"] [thread_id=1] [2024/05/06 22:08:13.871 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:08:13.873 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:08:13.873 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:08:13.874 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/log-backup-temp] [thread_id=1] [2024/05/06 22:08:13.874 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=73] [2024/05/06 22:08:13.874 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:08:13.874 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:08:13.874 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=73] [2024/05/06 22:08:13.874 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:08:13.874 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=74] [2024/05/06 22:08:13.875 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:08:13.879 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 4 address: \"127.0.0.1:20162\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20162\" status_address: \"127.0.0.1:20182\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004493 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:08:13.883 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=4] [status=Some()] [thread_id=1] [2024/05/06 22:08:13.883 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:08:13.883 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=4] [thread_id=1] [2024/05/06 22:08:13.883 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=5] [thread_id=1] [2024/05/06 22:08:13.884 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=4] [thread_id=1] [2024/05/06 22:08:13.885 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:08:13.888 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:08:13.888 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=45.148µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=0] [store_id=4] [thread_id=1] [2024/05/06 22:08:13.888 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=64.053µs] [garbage_range_count=1] [store_id=4] [thread_id=1] [2024/05/06 22:08:13.890 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:08:13.890 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:08:13.890 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:08:13.895 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:08:13.895 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:08:13.895 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:08:13.896 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=17] [2024/05/06 22:08:13.897 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20162] [thread_id=1] [2024/05/06 22:08:13.897 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=17] [2024/05/06 22:08:13.901 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:23.892 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:23.902 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(1)] [thread_id=7] [2024/05/06 22:08:23.902 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=7] [store_id=4] [peer_id=15] [region_id=6] [thread_id=102] [2024/05/06 22:08:23.903 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=6] [thread_id=102] [2024/05/06 22:08:23.903 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=15] [region_id=6] [thread_id=102] [2024/05/06 22:08:23.903 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=15] [region_id=6] [thread_id=102] [2024/05/06 22:08:23.903 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 15."] [id=15] [raft_id=15] [region_id=6] [thread_id=102] [2024/05/06 22:08:23.903 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=9] [store_id=4] [peer_id=16] [region_id=8] [thread_id=102] [2024/05/06 22:08:23.903 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=16] [region_id=8] [thread_id=102] [2024/05/06 22:08:23.903 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=16] [region_id=8] [thread_id=102] [2024/05/06 22:08:23.903 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=16] [region_id=8] [thread_id=102] [2024/05/06 22:08:23.903 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 16."] [id=16] [raft_id=16] [region_id=8] [thread_id=102] [2024/05/06 22:08:23.903 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=13] [store_id=4] [peer_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.903 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.903 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.903 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.903 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 18."] [id=18] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.903 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 7"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=7] [raft_id=15] [region_id=6] [thread_id=101] [2024/05/06 22:08:23.903 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=15] [region_id=6] [thread_id=101] [2024/05/06 22:08:23.903 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=11] [store_id=4] [peer_id=17] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.903 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.903 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=17] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.903 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=17] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.903 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 17."] [id=17] [raft_id=17] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.903 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 9"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=9] [raft_id=16] [region_id=8] [thread_id=102] [2024/05/06 22:08:23.903 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=16] [region_id=8] [thread_id=102] [2024/05/06 22:08:23.904 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 13"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=13] [raft_id=18] [region_id=12] [thread_id=101] [2024/05/06 22:08:23.904 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 11"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=11] [raft_id=17] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.904 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=17] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.904 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=18] [region_id=12] [thread_id=101] [2024/05/06 22:08:23.904 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20160] [store_id=1] [thread_id=71] [2024/05/06 22:08:23.904 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=1] [addr=127.0.0.1:20160] [thread_id=71] [2024/05/06 22:08:23.904 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=4] [cost=729.797µs] [addr=127.0.0.1:20160] [store_id=1] [thread_id=71] [2024/05/06 22:08:23.907 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=132] [2024/05/06 22:08:23.907 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=130] [2024/05/06 22:08:23.907 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=131] [2024/05/06 22:08:23.907 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_8_6_7_(default|lock|write).sst] [snap_key=8_6_7] [thread_id=131] [2024/05/06 22:08:23.908 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_10_6_7_(default|lock|write).sst] [snap_key=10_6_7] [thread_id=132] [2024/05/06 22:08:23.908 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_6_6_7_(default|lock|write).sst] [snap_key=6_6_7] [thread_id=130] [2024/05/06 22:08:23.908 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=129] [2024/05/06 22:08:23.908 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_12_6_7_(default|lock|write).sst] [snap_key=12_6_7] [thread_id=129] [2024/05/06 22:08:23.908 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=454.321µs] [snap_key=8_6_7] [thread_id=131] [2024/05/06 22:08:23.908 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=491.793µs] [snap_key=6_6_7] [thread_id=130] [2024/05/06 22:08:23.908 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=542.392µs] [snap_key=10_6_7] [thread_id=132] [2024/05/06 22:08:23.908 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=15] [region_id=6] [thread_id=102] [2024/05/06 22:08:23.908 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=16] [region_id=8] [thread_id=101] [2024/05/06 22:08:23.908 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {7} }, outgoing: Configuration { voters: {} } }, learners: {15}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=6] [thread_id=102] [2024/05/06 22:08:23.908 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=15] [region_id=6] [thread_id=102] [2024/05/06 22:08:23.908 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9} }, outgoing: Configuration { voters: {} } }, learners: {16}, learners_next: {}, auto_leave: false }"] [raft_id=16] [region_id=8] [thread_id=101] [2024/05/06 22:08:23.908 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=15] [region_id=6] [thread_id=102] [2024/05/06 22:08:23.908 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=16] [region_id=8] [thread_id=101] [2024/05/06 22:08:23.908 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=16] [region_id=8] [thread_id=101] [2024/05/06 22:08:23.908 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=15] [region_id=6] [thread_id=102] [2024/05/06 22:08:23.908 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=16] [region_id=8] [thread_id=101] [2024/05/06 22:08:23.908 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 6 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 7 store_id: 1 } peers { id: 15 store_id: 4 role: Learner }"] [peer_id=15] [region_id=6] [thread_id=102] [2024/05/06 22:08:23.908 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 8 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 4 role: Learner }"] [peer_id=16] [region_id=8] [thread_id=101] [2024/05/06 22:08:23.908 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=17] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.908 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {17}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.908 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=17] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.908 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=17] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.908 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=17] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.908 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 10 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 4 role: Learner }"] [peer_id=17] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.908 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=422.709µs] [snap_key=12_6_7] [thread_id=129] [2024/05/06 22:08:23.908 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.908 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {18}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.908 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.908 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.908 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.908 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 12 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 4 role: Learner }"] [peer_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:23.915 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 8 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 4 role: Learner }"] [peer_id=16] [region_id=8] [thread_id=101] [2024/05/06 22:08:23.915 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 6 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 7 store_id: 1 } peers { id: 15 store_id: 4 role: Learner }"] [peer_id=15] [region_id=6] [thread_id=102] [2024/05/06 22:08:23.915 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=16] [region_id=8] [thread_id=80] [2024/05/06 22:08:23.915 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 10 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 4 role: Learner }"] [peer_id=17] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.915 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 12 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 4 role: Learner }"] [peer_id=18] [region_id=12] [thread_id=101] [2024/05/06 22:08:23.915 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:23.915 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=39.179µs] [region_id=8] [thread_id=80] [2024/05/06 22:08:23.915 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=15] [region_id=6] [thread_id=80] [2024/05/06 22:08:23.915 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:23.915 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=19.252µs] [region_id=6] [thread_id=80] [2024/05/06 22:08:23.915 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=18] [region_id=12] [thread_id=80] [2024/05/06 22:08:23.915 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:23.915 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=24.09µs] [region_id=12] [thread_id=80] [2024/05/06 22:08:23.915 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=17] [region_id=10] [thread_id=80] [2024/05/06 22:08:23.915 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:23.915 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=24.307µs] [region_id=10] [thread_id=80] [2024/05/06 22:08:23.915 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 16 store_id: 4 } } }"] [index=8] [term=6] [peer_id=16] [region_id=8] [thread_id=103] [2024/05/06 22:08:23.915 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=16] [region_id=8] [thread_id=103] [2024/05/06 22:08:23.916 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 8 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 4 }"] [original_region="id: 8 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 4 role: Learner }"] [changes="[peer { id: 16 store_id: 4 }]"] [peer_id=16] [region_id=8] [thread_id=103] [2024/05/06 22:08:23.916 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 15 store_id: 4 } } }"] [index=8] [term=6] [peer_id=15] [region_id=6] [thread_id=104] [2024/05/06 22:08:23.916 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=15] [region_id=6] [thread_id=104] [2024/05/06 22:08:23.916 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 6 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 7 store_id: 1 } peers { id: 15 store_id: 4 }"] [original_region="id: 6 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 7 store_id: 1 } peers { id: 15 store_id: 4 role: Learner }"] [changes="[peer { id: 15 store_id: 4 }]"] [peer_id=15] [region_id=6] [thread_id=104] [2024/05/06 22:08:23.916 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 18 store_id: 4 } } }"] [index=8] [term=6] [peer_id=18] [region_id=12] [thread_id=104] [2024/05/06 22:08:23.916 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=18] [region_id=12] [thread_id=104] [2024/05/06 22:08:23.916 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 4 }"] [original_region="id: 12 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 4 role: Learner }"] [changes="[peer { id: 18 store_id: 4 }]"] [peer_id=18] [region_id=12] [thread_id=104] [2024/05/06 22:08:23.916 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16, 9} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=16] [region_id=8] [thread_id=102] [2024/05/06 22:08:23.916 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 18} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=12] [thread_id=101] [2024/05/06 22:08:23.916 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15, 7} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=6] [thread_id=102] [2024/05/06 22:08:23.916 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 17 store_id: 4 } } }"] [index=8] [term=6] [peer_id=17] [region_id=10] [thread_id=103] [2024/05/06 22:08:23.916 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=17] [region_id=10] [thread_id=103] [2024/05/06 22:08:23.916 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 4 }"] [original_region="id: 10 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 4 role: Learner }"] [changes="[peer { id: 17 store_id: 4 }]"] [peer_id=17] [region_id=10] [thread_id=103] [2024/05/06 22:08:23.916 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.920 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 19 store_id: 5 role: Learner } } }"] [index=9] [term=6] [peer_id=15] [region_id=6] [thread_id=103] [2024/05/06 22:08:23.920 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 20 store_id: 5 role: Learner } } }"] [index=9] [term=6] [peer_id=16] [region_id=8] [thread_id=104] [2024/05/06 22:08:23.920 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=15] [region_id=6] [thread_id=103] [2024/05/06 22:08:23.920 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=16] [region_id=8] [thread_id=104] [2024/05/06 22:08:23.920 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 6 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 7 store_id: 1 } peers { id: 15 store_id: 4 } peers { id: 19 store_id: 5 role: Learner }"] [original_region="id: 6 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 7 store_id: 1 } peers { id: 15 store_id: 4 }"] [changes="[change_type: AddLearnerNode peer { id: 19 store_id: 5 role: Learner }]"] [peer_id=15] [region_id=6] [thread_id=103] [2024/05/06 22:08:23.920 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 8 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 4 } peers { id: 20 store_id: 5 role: Learner }"] [original_region="id: 8 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 4 }"] [changes="[change_type: AddLearnerNode peer { id: 20 store_id: 5 role: Learner }]"] [peer_id=16] [region_id=8] [thread_id=104] [2024/05/06 22:08:23.920 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15, 7} }, outgoing: Configuration { voters: {} } }, learners: {19}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=6] [thread_id=102] [2024/05/06 22:08:23.920 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 21 store_id: 5 role: Learner } } }"] [index=9] [term=6] [peer_id=17] [region_id=10] [thread_id=103] [2024/05/06 22:08:23.920 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=17] [region_id=10] [thread_id=103] [2024/05/06 22:08:23.920 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 4 } peers { id: 21 store_id: 5 role: Learner }"] [original_region="id: 10 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 4 }"] [changes="[change_type: AddLearnerNode peer { id: 21 store_id: 5 role: Learner }]"] [peer_id=17] [region_id=10] [thread_id=103] [2024/05/06 22:08:23.920 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 22 store_id: 5 role: Learner } } }"] [index=9] [term=6] [peer_id=18] [region_id=12] [thread_id=103] [2024/05/06 22:08:23.920 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=18] [region_id=12] [thread_id=103] [2024/05/06 22:08:23.920 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 4 } peers { id: 22 store_id: 5 role: Learner }"] [original_region="id: 12 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 4 }"] [changes="[change_type: AddLearnerNode peer { id: 22 store_id: 5 role: Learner }]"] [peer_id=18] [region_id=12] [thread_id=103] [2024/05/06 22:08:23.920 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16, 9} }, outgoing: Configuration { voters: {} } }, learners: {20}, learners_next: {}, auto_leave: false }"] [raft_id=16] [region_id=8] [thread_id=101] [2024/05/06 22:08:23.921 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 18} }, outgoing: Configuration { voters: {} } }, learners: {22}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=12] [thread_id=101] [2024/05/06 22:08:23.921 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 11} }, outgoing: Configuration { voters: {} } }, learners: {21}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.921 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=3] [store_id=4] [peer_id=23] [region_id=2] [thread_id=101] [2024/05/06 22:08:23.921 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=2] [thread_id=101] [2024/05/06 22:08:23.921 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=23] [region_id=2] [thread_id=101] [2024/05/06 22:08:23.921 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=23] [region_id=2] [thread_id=101] [2024/05/06 22:08:23.921 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 23."] [id=23] [raft_id=23] [region_id=2] [thread_id=101] [2024/05/06 22:08:23.921 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 3"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=3] [raft_id=23] [region_id=2] [thread_id=102] [2024/05/06 22:08:23.921 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=23] [region_id=2] [thread_id=102] [2024/05/06 22:08:23.923 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=129] [2024/05/06 22:08:23.923 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_2_6_10_(default|lock|write).sst] [snap_key=2_6_10] [thread_id=129] [2024/05/06 22:08:23.923 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=416.1µs] [snap_key=2_6_10] [thread_id=129] [2024/05/06 22:08:23.923 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 10, term: 6]"] [snapshot_term=6] [snapshot_index=10] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=23] [region_id=2] [thread_id=101] [2024/05/06 22:08:23.923 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {14, 3} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=2] [thread_id=101] [2024/05/06 22:08:23.923 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=10] [last_term=6] [last_index=10] [commit=10] [raft_id=23] [region_id=2] [thread_id=101] [2024/05/06 22:08:23.923 +08:00] [INFO] [raft.rs:2549] ["[commit: 10, term: 6] restored snapshot [index: 10, term: 6]"] [snapshot_term=6] [snapshot_index=10] [commit=10] [term=6] [raft_id=23] [region_id=2] [thread_id=101] [2024/05/06 22:08:23.923 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=23] [region_id=2] [thread_id=101] [2024/05/06 22:08:23.923 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 10 truncated_state { index: 10 term: 6 }"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 3 store_id: 1 } peers { id: 14 store_id: 5 } peers { id: 23 store_id: 4 role: Learner }"] [peer_id=23] [region_id=2] [thread_id=101] [2024/05/06 22:08:23.924 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 3 store_id: 1 } peers { id: 14 store_id: 5 } peers { id: 23 store_id: 4 role: Learner }"] [peer_id=23] [region_id=2] [thread_id=102] [2024/05/06 22:08:23.924 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=23] [region_id=2] [thread_id=80] [2024/05/06 22:08:23.924 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 20 store_id: 5 } } }"] [index=10] [term=6] [peer_id=16] [region_id=8] [thread_id=104] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=16] [region_id=8] [thread_id=104] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 22 store_id: 5 } } }"] [index=10] [term=6] [peer_id=18] [region_id=12] [thread_id=103] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=18] [region_id=12] [thread_id=103] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 8 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 4 } peers { id: 20 store_id: 5 }"] [original_region="id: 8 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 4 } peers { id: 20 store_id: 5 role: Learner }"] [changes="[peer { id: 20 store_id: 5 }]"] [peer_id=16] [region_id=8] [thread_id=104] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 4 } peers { id: 22 store_id: 5 }"] [original_region="id: 12 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 4 } peers { id: 22 store_id: 5 role: Learner }"] [changes="[peer { id: 22 store_id: 5 }]"] [peer_id=18] [region_id=12] [thread_id=103] [2024/05/06 22:08:23.924 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=100.98µs] [region_id=2] [thread_id=80] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 19 store_id: 5 } } }"] [index=10] [term=6] [peer_id=15] [region_id=6] [thread_id=104] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=15] [region_id=6] [thread_id=104] [2024/05/06 22:08:23.924 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16, 9, 20} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=16] [region_id=8] [thread_id=102] [2024/05/06 22:08:23.924 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 18, 22} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=12] [thread_id=101] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 6 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 7 store_id: 1 } peers { id: 15 store_id: 4 } peers { id: 19 store_id: 5 }"] [original_region="id: 6 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 7 store_id: 1 } peers { id: 15 store_id: 4 } peers { id: 19 store_id: 5 role: Learner }"] [changes="[peer { id: 19 store_id: 5 }]"] [peer_id=15] [region_id=6] [thread_id=104] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 21 store_id: 5 } } }"] [index=10] [term=6] [peer_id=17] [region_id=10] [thread_id=103] [2024/05/06 22:08:23.924 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15, 19, 7} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=6] [thread_id=102] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=17] [region_id=10] [thread_id=103] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 4 } peers { id: 21 store_id: 5 }"] [original_region="id: 10 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 4 } peers { id: 21 store_id: 5 role: Learner }"] [changes="[peer { id: 21 store_id: 5 }]"] [peer_id=17] [region_id=10] [thread_id=103] [2024/05/06 22:08:23.924 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 21, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=10] [thread_id=102] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 4 } } }"] [index=11] [term=6] [peer_id=23] [region_id=2] [thread_id=104] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=23] [region_id=2] [thread_id=104] [2024/05/06 22:08:23.924 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 3 store_id: 1 } peers { id: 14 store_id: 5 } peers { id: 23 store_id: 4 }"] [original_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 3 store_id: 1 } peers { id: 14 store_id: 5 } peers { id: 23 store_id: 4 role: Learner }"] [changes="[peer { id: 23 store_id: 4 }]"] [peer_id=23] [region_id=2] [thread_id=104] [2024/05/06 22:08:23.925 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {23, 14, 3} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=2] [thread_id=102] [2024/05/06 22:09:13.890 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=2_6_10] [peer_id=23] [region_id=2] [thread_id=102] [2024/05/06 22:09:13.890 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=6_6_7] [peer_id=15] [region_id=6] [thread_id=101] [2024/05/06 22:09:13.890 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=8_6_7] [peer_id=16] [region_id=8] [thread_id=102] [2024/05/06 22:09:13.890 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=10_6_7] [peer_id=17] [region_id=10] [thread_id=101] [2024/05/06 22:09:13.890 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=12_6_7] [peer_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:09:13.890 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:13.890 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:13.890 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:13.890 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:13.890 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] + find . -name '*.out' -type f -exec tail -n 500 '{}' + [Pipeline] // stage [Pipeline] } [Pipeline] archiveArtifacts [1,411 / 1,541] [Prepa] GoCompilePkg pkg/param/param.a ... (5 actions, 0 running) Archiving artifacts [Pipeline] } [Pipeline] // dir [Pipeline] } Target //tests/realtikvtest/addindextest2:addindextest2_test up-to-date: bazel-bin/tests/realtikvtest/addindextest2/addindextest2_test_/addindextest2_test INFO: Elapsed time: 29.902s, Critical Path: 13.14s INFO: 1556 processes: 1546 remote cache hit, 10 internal. INFO: Build completed successfully, 1556 total actions Test cases: finished with 8 passing and 0 failing out of 8 test cases Executed 0 out of 1 test: 1 test passes. ./build/jenkins_collect_coverage.sh root: /home/jenkins/.tidb/tmp/6fe290a12c1bd5bc697515c884fc0103/execroot/__main__/bazel-out/k8-fastbuild/testlogs complete to collect bazel result. [Pipeline] // stage [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [1,512 / 1,567] [Prepa] GoCompilePkg pkg/statistics/handle/handle.a [1,544 / 1,605] [Prepa] GoCompilePkg br/pkg/restore/prealloc_table_id/prealloc_table_id.a ... (4 actions, 0 running) [1,500 / 1,542] GoCompilePkg pkg/plugin/plugin.a; 0s remote-cache ... (7 actions, 0 running) [Pipeline] // node [588 / 1,567] GoCompilePkg pkg/parser/ast/ast.a; Downloading pkg/parser/ast/ast.a, 5.1 MiB / 8.9 MiB; 0s remote-cache ... (8 actions, 0 running) [Pipeline] } [Pipeline] } [Pipeline] // podTemplate [1,063 / 1,567] GoCompilePkg external/com_github_azure_azure_sdk_for_go_sdk_storage_azblob/internal/generated/generated.a; 0s remote-cache ... (8 actions, 0 running) [Pipeline] // dir [Pipeline] } Post stage [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb [Pipeline] { [1,445 / 1,543] GoCompilePkg pkg/lock/lock.a; Downloading pkg/lock/lock.a, 1023.8 KiB / 1.0 MiB; 0s remote-cache ... (8 actions, 0 running) [Pipeline] junit Recording test results [1,486 / 1,541] GoCompilePkg pkg/lightning/backend/external/external.a; 0s remote-cache ... (2 actions, 0 running) [Checks API] No suitable checks publisher found. [Pipeline] sh [1,530 / 1,567] GoCompilePkg br/pkg/conn/conn.a; Downloading br/pkg/conn/conn.a, 2.2 MiB / 7.3 MiB; 0s remote-cache ... (8 actions, 0 running) [1,527 / 1,542] GoCompilePkg pkg/disttask/importinto/importinto.a; Downloading pkg/disttask/importinto/importinto.a; 0s remote-cache ... (2 actions, 0 running) [893 / 1,567] GoCompilePkg external/io_k8s_api/core/v1/core.a; Downloading external/io_k8s_api/core/v1/core.a, 13.3 MiB / 24.4 MiB; 0s remote-cache ... (8 actions, 0 running) [1,175 / 1,567] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 40.0 MiB / 75.3 MiB; 0s remote-cache ... (8 actions, 0 running) [1,503 / 1,543] GoCompilePkg br/pkg/glue/glue.a; 0s remote-cache ... (5 actions, 0 running) [1,569 / 1,605] GoCompilePkg pkg/planner/core/core.a; Downloading pkg/planner/core/core.a, 32.0 MiB / 47.0 MiB; 0s remote-cache ... (4 actions, 0 running) + find . -name 'pd*.log' -type f -exec tail -n 500 '{}' + ==> ./pd1.log <== [2024/05/06 22:08:15.212 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:08:15.212 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:08:15.212 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:08:15.212 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:08:15.212 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:08:15.212 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:08:15.212 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:08:15.212 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:08:15.212 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2379\",\"peer-urls\":\"http://127.0.0.1:2380\",\"advertise-client-urls\":\"http://127.0.0.1:2379\",\"advertise-peer-urls\":\"http://127.0.0.1:2380\",\"name\":\"pd-0\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-0/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-0\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:08:15.217 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:08:15.217 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:08:15.217 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:08:15.217 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:08:15.218 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:08:15.218 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:08:15.218 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-0] [service-name=MetaStorage] [2024/05/06 22:08:15.218 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:08:15.218 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-0] [service-name=ResourceManager] [2024/05/06 22:08:15.218 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:08:15.218 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:15.218 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:08:15.218 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2379]"] [2024/05/06 22:08:15.218 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:08:15.219 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=62] [max-cpu-available=62] [member-initialized=false] [name=pd-0] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2380]"] [listen-peer-urls="[http://127.0.0.1:2380]"] [advertise-client-urls="[http://127.0.0.1:2379]"] [listen-client-urls="[http://127.0.0.1:2379]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:08:15.219 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:08:15.219 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap/db] [took=407.178µs] [2024/05/06 22:08:17.222 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=3037d9ad26fb2231] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:08:17.222 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=()"] [2024/05/06 22:08:17.222 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 0"] [2024/05/06 22:08:17.222 +08:00] [INFO] [raft.go:389] ["newRaft 3037d9ad26fb2231 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:08:17.222 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 1"] [2024/05/06 22:08:17.222 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:08:17.222 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:08:17.222 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:17.222 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:08:17.223 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:08:17.223 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:17.223 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:17.223 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:17.224 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:17.225 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:17.225 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:17.225 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [remote-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:17.225 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:17.225 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:17.225 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:17.226 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:17.226 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:17.226 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:17.226 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [remote-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:17.226 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:17.226 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=3037d9ad26fb2231] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:08:17.226 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:17.226 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:08:17.226 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:08:17.226 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:08:17.226 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:08:17.226 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:17.227 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:17.227 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:17.227 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:17.227 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:17.227 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:17.228 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:17.228 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:17.228 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:17.229 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2380] [2024/05/06 22:08:17.229 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=3037d9ad26fb2231] [initial-advertise-peer-urls="[http://127.0.0.1:2380]"] [listen-peer-urls="[http://127.0.0.1:2380]"] [advertise-client-urls="[http://127.0.0.1:2379]"] [listen-client-urls="[http://127.0.0.1:2379]"] [listen-metrics-urls="[]"] [2024/05/06 22:08:17.229 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:17.229 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:17.229 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream Message"] [2024/05/06 22:08:17.229 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:17.229 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:17.229 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream Message"] [2024/05/06 22:08:17.229 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=385a3ea8295f6f18] [2024/05/06 22:08:17.229 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:17.229 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:17.231 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:17.231 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:17.277 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=3037d9ad26fb2231] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:08:19.223 +08:00] [INFO] [raft.go:966] ["3037d9ad26fb2231 [logterm: 1, index: 3, vote: 0] cast MsgPreVote for 1f01bdf364b8beaa [logterm: 1, index: 3] at term 1"] [2024/05/06 22:08:19.223 +08:00] [INFO] [raft.go:865] ["3037d9ad26fb2231 [term: 1] received a MsgVote message with higher term from 1f01bdf364b8beaa [term: 2]"] [2024/05/06 22:08:19.223 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 2"] [2024/05/06 22:08:19.223 +08:00] [INFO] [raft.go:966] ["3037d9ad26fb2231 [logterm: 1, index: 3, vote: 0] cast MsgVote for 1f01bdf364b8beaa [logterm: 1, index: 3] at term 2"] [2024/05/06 22:08:19.223 +08:00] [INFO] [node.go:327] ["raft.node: 3037d9ad26fb2231 elected leader 1f01bdf364b8beaa at term 2"] [2024/05/06 22:08:19.224 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=3037d9ad26fb2231] [local-member-attributes="{Name:pd-0 ClientURLs:[http://127.0.0.1:2379]}"] [request-path=/0/members/3037d9ad26fb2231/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:08:19.224 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:08:19.225 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [cluster-version=3.4] [2024/05/06 22:08:19.225 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-0] [service-name=MetaStorage] [2024/05/06 22:08:19.225 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-0] [service-name=ResourceManager] [2024/05/06 22:08:19.225 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:08:19.225 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2379] [2024/05/06 22:08:19.230 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888237898523316] [2024/05/06 22:08:19.230 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-0\" member_id:3474484975246189105 peer_urls:\"http://127.0.0.1:2380\" client_urls:\"http://127.0.0.1:2379\" "] [root-path=/pd/7365888237898523316] [2024/05/06 22:08:19.236 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:08:19.236 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=3474484975246189105] [2024/05/06 22:08:19.237 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:08:19.238 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:08:19.238 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-0] [2024/05/06 22:08:19.238 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-0] [2024/05/06 22:08:19.238 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:08:19.238 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:08:19.239 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:08:19.240 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:08:19.240 +08:00] [INFO] [server.go:1662] ["start to watch pd leader"] [pd-leader="name:\"pd-1\" member_id:2234275743217008298 peer_urls:\"http://127.0.0.1:2381\" client_urls:\"http://127.0.0.1:2382\" "] [2024/05/06 22:08:19.240 +08:00] [INFO] [client.go:104] ["region syncer start load region"] [2024/05/06 22:08:19.240 +08:00] [INFO] [client.go:107] ["region syncer finished load regions"] [time-cost=235.804µs] [2024/05/06 22:08:19.241 +08:00] [INFO] [leadership.go:317] ["watch channel is created"] [revision=12] [leader-key=/pd/7365888237898523316/leader] [purpose="leader election"] [2024/05/06 22:08:19.241 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-0] [leader=pd-1] [request-index=0] [2024/05/06 22:08:19.241 +08:00] [ERROR] [client.go:162] ["region sync with leader meet error"] [error="[PD:grpc:ErrGRPCRecv]receive response error: rpc error: code = Unavailable desc = server not started"] [2024/05/06 22:08:20.241 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-0] [leader=pd-1] [request-index=0] [2024/05/06 22:08:29.226 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2379]"] [endpoints="[http://127.0.0.1:2382,http://127.0.0.1:2379,http://127.0.0.1:2384]"] [source=election-etcd-client] [2024/05/06 22:08:29.226 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2379]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2382,http://127.0.0.1:2379]"] [source=server-etcd-client] [2024/05/06 22:09:10.360 +08:00] [WARN] [util.go:167] ["apply request took too long"] [took=100.760304ms] [expected-duration=100ms] [prefix="read-only range "] [request="key:\"/pd/7365888237898523316/config\" "] [response="range_response_count:1 size:4875"] [] [2024/05/06 22:09:10.361 +08:00] [INFO] [trace.go:152] ["trace[1403084080] range"] [detail="{range_begin:/pd/7365888237898523316/config; range_end:; response_count:1; response_revision:59; }"] [duration=100.904556ms] [start=2024/05/06 22:09:10.260 +08:00] [end=2024/05/06 22:09:10.361 +08:00] [steps="[\"trace[1403084080] 'agreement among raft nodes before linearized reading' (duration: 100.713466ms)\"]"] [2024/05/06 22:09:10.360 +08:00] [INFO] [trace.go:152] ["trace[1032879040] linearizableReadLoop"] [detail="{readStateIndex:73; appliedIndex:73; }"] [duration=100.662433ms] [start=2024/05/06 22:09:10.260 +08:00] [end=2024/05/06 22:09:10.360 +08:00] [steps="[\"trace[1032879040] 'read index received' (duration: 100.656903ms)\",\"trace[1032879040] 'applied index is now lower than readState.Index' (duration: 4.11µs)\"]"] ==> ./pd2.log <== [2024/05/06 22:08:15.212 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:08:15.212 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:08:15.212 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:08:15.212 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:08:15.213 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:08:15.213 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:08:15.213 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:08:15.213 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:08:15.213 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2382\",\"peer-urls\":\"http://127.0.0.1:2381\",\"advertise-client-urls\":\"http://127.0.0.1:2382\",\"advertise-peer-urls\":\"http://127.0.0.1:2381\",\"name\":\"pd-1\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-1/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-1\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:08:15.216 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:08:15.216 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:08:15.216 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:08:15.216 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:08:15.218 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:08:15.218 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:08:15.218 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-1] [service-name=MetaStorage] [2024/05/06 22:08:15.218 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:08:15.218 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-1] [service-name=ResourceManager] [2024/05/06 22:08:15.218 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:08:15.218 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:15.218 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:08:15.218 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2382]"] [2024/05/06 22:08:15.218 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:08:15.218 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=62] [max-cpu-available=62] [member-initialized=false] [name=pd-1] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2381]"] [listen-peer-urls="[http://127.0.0.1:2381]"] [advertise-client-urls="[http://127.0.0.1:2382]"] [listen-client-urls="[http://127.0.0.1:2382]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:08:15.218 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:08:15.219 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap/db] [took=527.197µs] [2024/05/06 22:08:17.222 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=1f01bdf364b8beaa] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:08:17.222 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=()"] [2024/05/06 22:08:17.222 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 0"] [2024/05/06 22:08:17.222 +08:00] [INFO] [raft.go:389] ["newRaft 1f01bdf364b8beaa [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:08:17.222 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 1"] [2024/05/06 22:08:17.222 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:08:17.222 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:08:17.222 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:17.222 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:08:17.223 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:08:17.223 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:17.223 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:17.223 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:17.223 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:17.224 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:17.224 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:17.224 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [remote-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:17.224 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:17.225 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:17.225 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:17.225 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:17.225 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:17.226 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:17.226 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:17.226 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [remote-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:17.226 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=1f01bdf364b8beaa] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:08:17.226 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:17.226 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:08:17.226 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:08:17.226 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:08:17.226 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:08:17.226 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:17.227 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:17.227 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:17.227 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:17.227 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:17.227 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:17.228 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=1f01bdf364b8beaa] [initial-advertise-peer-urls="[http://127.0.0.1:2381]"] [listen-peer-urls="[http://127.0.0.1:2381]"] [advertise-client-urls="[http://127.0.0.1:2382]"] [listen-client-urls="[http://127.0.0.1:2382]"] [listen-metrics-urls="[]"] [2024/05/06 22:08:17.228 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2381] [2024/05/06 22:08:17.228 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream Message"] [2024/05/06 22:08:17.228 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=3037d9ad26fb2231] [2024/05/06 22:08:17.228 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:17.228 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:17.228 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:17.228 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=385a3ea8295f6f18] [2024/05/06 22:08:17.228 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:17.228 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream Message"] [2024/05/06 22:08:17.228 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:17.228 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:17.229 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:17.229 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:17.231 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:17.231 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:17.277 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=1f01bdf364b8beaa] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:08:19.222 +08:00] [INFO] [raft.go:929] ["1f01bdf364b8beaa is starting a new election at term 1"] [2024/05/06 22:08:19.222 +08:00] [INFO] [raft.go:735] ["1f01bdf364b8beaa became pre-candidate at term 1"] [2024/05/06 22:08:19.222 +08:00] [INFO] [raft.go:830] ["1f01bdf364b8beaa received MsgPreVoteResp from 1f01bdf364b8beaa at term 1"] [2024/05/06 22:08:19.222 +08:00] [INFO] [raft.go:817] ["1f01bdf364b8beaa [logterm: 1, index: 3] sent MsgPreVote request to 3037d9ad26fb2231 at term 1"] [2024/05/06 22:08:19.222 +08:00] [INFO] [raft.go:817] ["1f01bdf364b8beaa [logterm: 1, index: 3] sent MsgPreVote request to 385a3ea8295f6f18 at term 1"] [2024/05/06 22:08:19.223 +08:00] [INFO] [raft.go:830] ["1f01bdf364b8beaa received MsgPreVoteResp from 3037d9ad26fb2231 at term 1"] [2024/05/06 22:08:19.223 +08:00] [INFO] [raft.go:1295] ["1f01bdf364b8beaa has received 2 MsgPreVoteResp votes and 0 vote rejections"] [2024/05/06 22:08:19.223 +08:00] [INFO] [raft.go:719] ["1f01bdf364b8beaa became candidate at term 2"] [2024/05/06 22:08:19.223 +08:00] [INFO] [raft.go:830] ["1f01bdf364b8beaa received MsgVoteResp from 1f01bdf364b8beaa at term 2"] [2024/05/06 22:08:19.223 +08:00] [INFO] [raft.go:817] ["1f01bdf364b8beaa [logterm: 1, index: 3] sent MsgVote request to 3037d9ad26fb2231 at term 2"] [2024/05/06 22:08:19.223 +08:00] [INFO] [raft.go:817] ["1f01bdf364b8beaa [logterm: 1, index: 3] sent MsgVote request to 385a3ea8295f6f18 at term 2"] [2024/05/06 22:08:19.223 +08:00] [INFO] [raft.go:830] ["1f01bdf364b8beaa received MsgVoteResp from 385a3ea8295f6f18 at term 2"] [2024/05/06 22:08:19.223 +08:00] [INFO] [raft.go:1295] ["1f01bdf364b8beaa has received 2 MsgVoteResp votes and 0 vote rejections"] [2024/05/06 22:08:19.223 +08:00] [INFO] [raft.go:771] ["1f01bdf364b8beaa became leader at term 2"] [2024/05/06 22:08:19.223 +08:00] [INFO] [node.go:327] ["raft.node: 1f01bdf364b8beaa elected leader 1f01bdf364b8beaa at term 2"] [2024/05/06 22:08:19.224 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=1f01bdf364b8beaa] [local-member-attributes="{Name:pd-1 ClientURLs:[http://127.0.0.1:2382]}"] [request-path=/0/members/1f01bdf364b8beaa/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:08:19.224 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:08:19.225 +08:00] [INFO] [server.go:2639] ["setting up initial cluster version"] [cluster-version=3.4] [2024/05/06 22:08:19.225 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [cluster-version=3.4] [2024/05/06 22:08:19.225 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:08:19.225 +08:00] [INFO] [server.go:2671] ["cluster version is updated"] [cluster-version=3.4] [2024/05/06 22:08:19.225 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-1] [service-name=MetaStorage] [2024/05/06 22:08:19.225 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-1] [service-name=ResourceManager] [2024/05/06 22:08:19.225 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2382] [2024/05/06 22:08:19.228 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888237898523316] [2024/05/06 22:08:19.228 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-1\" member_id:2234275743217008298 peer_urls:\"http://127.0.0.1:2381\" client_urls:\"http://127.0.0.1:2382\" "] [root-path=/pd/7365888237898523316] [2024/05/06 22:08:19.233 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:08:19.234 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=2234275743217008298] [2024/05/06 22:08:19.234 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:08:19.236 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:08:19.236 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-1] [2024/05/06 22:08:19.236 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-1] [2024/05/06 22:08:19.236 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:08:19.236 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:08:19.236 +08:00] [INFO] [server.go:1703] ["start to campaign PD leader"] [campaign-leader-name=pd-1] [2024/05/06 22:08:19.237 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:08:19.237 +08:00] [INFO] [lease.go:66] ["lease granted"] [lease-id=4515579142566921741] [lease-timeout=3] [purpose="leader election"] [2024/05/06 22:08:19.238 +08:00] [INFO] [leadership.go:181] ["check campaign resp"] [resp="{\"header\":{\"cluster_id\":17849374191125529693,\"member_id\":2234275743217008298,\"revision\":12,\"raft_term\":2},\"succeeded\":true,\"responses\":[{\"Response\":{\"ResponsePut\":{\"header\":{\"revision\":12}}}}]}"] [2024/05/06 22:08:19.238 +08:00] [INFO] [leadership.go:190] ["write leaderData to leaderPath ok"] [leader-key=/pd/7365888237898523316/leader] [purpose="leader election"] [2024/05/06 22:08:19.238 +08:00] [INFO] [server.go:1729] ["campaign PD leader ok"] [campaign-leader-name=pd-1] [2024/05/06 22:08:19.238 +08:00] [INFO] [server.go:1737] ["initializing the global TSO allocator"] [2024/05/06 22:08:19.238 +08:00] [INFO] [tso.go:160] ["start to sync timestamp"] [] [2024/05/06 22:08:19.238 +08:00] [INFO] [lease.go:155] ["start lease keep alive worker"] [interval=1s] [purpose="leader election"] [2024/05/06 22:08:19.239 +08:00] [INFO] [tso.go:220] ["sync and save timestamp"] [] [last=0001/01/01 00:00:00.000 +00:00] [last-saved=0001/01/01 00:00:00.000 +00:00] [save=2024/05/06 22:08:22.238 +08:00] [next=2024/05/06 22:08:19.238 +08:00] [2024/05/06 22:08:19.240 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:08:19.241 +08:00] [INFO] [server.go:1769] ["triggering the leader callback functions"] [2024/05/06 22:08:19.241 +08:00] [ERROR] [manager.go:124] ["un-marshall controller config failed, fallback to default"] [error="unexpected end of JSON input"] [v=] [2024/05/06 22:08:19.243 +08:00] [INFO] [manager.go:185] ["resource group manager finishes initialization"] [2024/05/06 22:08:19.247 +08:00] [INFO] [id.go:174] ["idAllocator allocates a new id"] [new-end=1000] [new-base=0] [label=idalloc] [check-curr-end=true] [2024/05/06 22:08:19.247 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=0.0.0] [2024/05/06 22:08:19.247 +08:00] [INFO] [server.go:1803] ["PD leader is ready to serve"] [leader-name=pd-1] [2024/05/06 22:08:19.542 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:08:19.542 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:08:19.542 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:08:19.620 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:08:19.620 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:08:19.620 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:08:19.620 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:08:19.622 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:08:19.622 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:08:19.628 +08:00] [INFO] [server.go:712] ["try to bootstrap raft cluster"] [cluster-id=7365888237898523316] [request="header: store: region: peers: > "] [2024/05/06 22:08:19.628 +08:00] [INFO] [server.go:712] ["try to bootstrap raft cluster"] [cluster-id=7365888237898523316] [request="header: store: region: peers: > "] [2024/05/06 22:08:19.629 +08:00] [INFO] [server.go:773] ["bootstrap cluster ok"] [cluster-id=7365888237898523316] [2024/05/06 22:08:19.629 +08:00] [WARN] [server.go:769] ["cluster already bootstrapped"] [cluster-id=7365888237898523316] [2024/05/06 22:08:19.633 +08:00] [INFO] [cluster.go:643] ["load stores"] [count=1] [cost=1.060052ms] [2024/05/06 22:08:19.633 +08:00] [INFO] [cluster.go:654] ["load regions"] [count=1] [cost=208.131µs] [2024/05/06 22:08:19.634 +08:00] [INFO] [coordinator.go:407] ["coordinator starts to collect cluster information"] [2024/05/06 22:08:19.634 +08:00] [INFO] [scheduling_controller.go:102] ["scheduling service is started"] [2024/05/06 22:08:19.634 +08:00] [INFO] [cluster.go:416] ["memory info"] [total-mem=34359738368] [2024/05/06 22:08:19.634 +08:00] [INFO] [tuner.go:117] ["new gctuner"] [threshold=20615843020] [2024/05/06 22:08:19.634 +08:00] [INFO] [cluster.go:429] ["update gc tuner"] [enable-gc-tuner=false] [gc-threshold-bytes=20615843020] [2024/05/06 22:08:19.634 +08:00] [INFO] [memory_limit_tuner.go:50] [debug.SetMemoryLimit] [limit=9223372036854775807] [ret=9223372036854775807] [2024/05/06 22:08:19.634 +08:00] [INFO] [cluster.go:436] ["update gc memory limit"] [memory-limit-bytes=0] [memory-limit-gc-trigger-ratio=0.7] [2024/05/06 22:08:19.635 +08:00] [INFO] [keyspace.go:378] ["[keyspace] added region label for keyspace"] [keyspace-id=0] [label-rule="{\"id\":\"keyspaces/0\",\"index\":0,\"labels\":[{\"key\":\"id\",\"value\":\"0\"}],\"rule_type\":\"key-range\",\"data\":[{\"start_key\":\"7200000000000000fb\",\"end_key\":\"7200000100000000fb\"},{\"start_key\":\"7800000000000000fb\",\"end_key\":\"7800000100000000fb\"}]}"] [takes=562.414µs] [2024/05/06 22:08:19.637 +08:00] [INFO] [cluster.go:2180] ["cluster version changed"] [old-cluster-version=0.0.0] [new-cluster-version=8.2.0-alpha] [2024/05/06 22:08:19.638 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=3] [2024/05/06 22:08:19.638 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:3 address:\"127.0.0.1:20161\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20161\" status_address:\"127.0.0.1:20181\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004499 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:08:19.638 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:08:19.639 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=2] [2024/05/06 22:08:19.639 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:2 address:\"127.0.0.1:20160\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20160\" status_address:\"127.0.0.1:20180\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004499 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:08:19.639 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:08:20.237 +08:00] [INFO] [server.go:1317] ["PD server config is updated"] [new="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"http://127.0.0.1:2382\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [old="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [2024/05/06 22:08:20.241 +08:00] [INFO] [server.go:211] ["establish sync region stream"] [requested-server=pd-0] [url=http://127.0.0.1:2379] [2024/05/06 22:08:20.241 +08:00] [INFO] [server.go:303] ["sync the history regions with server"] [server=pd-0] [from-index=0] [last-index=1] [records-length=1] [2024/05/06 22:08:20.441 +08:00] [INFO] [server.go:211] ["establish sync region stream"] [requested-server=pd-2] [url=http://127.0.0.1:2384] [2024/05/06 22:08:20.441 +08:00] [INFO] [server.go:303] ["sync the history regions with server"] [server=pd-2] [from-index=0] [last-index=1] [records-length=1] [2024/05/06 22:08:21.463 +08:00] [INFO] [dbstore.go:33] ["Dashboard initializing local storage file"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/dashboard.sqlite.db] [2024/05/06 22:08:21.474 +08:00] [INFO] [version.go:33] ["TiDB Dashboard started"] [internal-version=8.0.0-9768844f] [standalone=No] [pd-version=v8.2.0-alpha-15-gf83febabe] [build-time="2024-05-06 08:48:58"] [build-git-hash=9768844ff5d7] [2024/05/06 22:08:21.474 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:34665] [remotes="[]"] [2024/05/06 22:08:21.474 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:35523] [remotes="[]"] [2024/05/06 22:08:21.474 +08:00] [INFO] [manager.go:201] ["dashboard server is started"] [2024/05/06 22:08:21.474 +08:00] [WARN] [dynamic_config_manager.go:165] ["Dynamic config does not exist in etcd"] [2024/05/06 22:08:21.478 +08:00] [INFO] [manager.go:74] ["Key visual service is started"] [2024/05/06 22:08:22.632 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=1] [2024/05/06 22:08:22.632 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:1 address:\"127.0.0.1:20162\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20162\" status_address:\"127.0.0.1:20182\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004499 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:08:22.632 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:08:22.635 +08:00] [INFO] [prepare_checker.go:72] ["not loaded from storage region number is satisfied, finish prepare checker"] [not-from-storage-region=1] [total-region=1] [2024/05/06 22:08:22.635 +08:00] [INFO] [coordinator.go:410] ["coordinator has finished cluster information preparation"] [2024/05/06 22:08:22.635 +08:00] [INFO] [coordinator.go:420] ["coordinator starts to run schedulers"] [2024/05/06 22:08:22.635 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:22.636 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-leader-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:22.636 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-hot-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:22.637 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=evict-slow-store-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:22.638 +08:00] [INFO] [coordinator.go:536] ["scheduler config is updated"] [scheduler-config="[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}]"] [2024/05/06 22:08:22.638 +08:00] [INFO] [coordinator.go:276] ["coordinator begins to check suspect key ranges"] [2024/05/06 22:08:22.638 +08:00] [INFO] [coordinator.go:340] ["coordinator begins to actively drive push operator"] [2024/05/06 22:08:22.638 +08:00] [INFO] [coordinator.go:164] ["coordinator starts patrol regions"] [2024/05/06 22:08:22.649 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=5] [operator="\"labeler-split-region {split: region 5 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:5(1, 1), createAt:2024-05-06 22:08:22.649337599 +0800 CST m=+7.476469347, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:08:22.649 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=5] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:08:22.649 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=10] [peer-ids="[11]"] [2024/05/06 22:08:22.649 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=12] [peer-ids="[13]"] [2024/05/06 22:08:22.649 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=14] [peer-ids="[15]"] [2024/05/06 22:08:22.649 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16] [peer-ids="[17]"] [2024/05/06 22:08:22.651 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=5] [takes=1.5857ms] [operator="\"labeler-split-region {split: region 5 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:5(1, 1), createAt:2024-05-06 22:08:22.649337599 +0800 CST m=+7.476469347, startAt:2024-05-06 22:08:22.649447332 +0800 CST m=+7.476579080, currentStep:1, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:08:22.651 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=5] [detail="StartKey Changed:{} -> {7800000100000000FB}, EndKey:{}"] [old-version=1] [new-version=5] [2024/05/06 22:08:22.651 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=5] [origin="id:10 end_key:\"7200000000000000FB\" region_epoch: peers: id:12 start_key:\"7200000000000000FB\" end_key:\"7200000100000000FB\" region_epoch: peers: id:14 start_key:\"7200000100000000FB\" end_key:\"7800000000000000FB\" region_epoch: peers: id:16 start_key:\"7800000000000000FB\" end_key:\"7800000100000000FB\" region_epoch: peers:"] [total=4] [2024/05/06 22:08:23.637 +08:00] [INFO] [hot_region_config.go:490] ["query supported changed"] [last-query-support=false] [cluster-version=8.2.0-alpha] [config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"query\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"query\",\"byte\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"forbid-rw-type\":\"none\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [valid-config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"key\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"byte\",\"key\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [2024/05/06 22:08:29.226 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2382]"] [endpoints="[http://127.0.0.1:2382,http://127.0.0.1:2379,http://127.0.0.1:2384]"] [source=election-etcd-client] [2024/05/06 22:08:29.226 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2382]"] [endpoints="[http://127.0.0.1:2382,http://127.0.0.1:2379,http://127.0.0.1:2384]"] [source=server-etcd-client] [2024/05/06 22:08:29.635 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=2] [store-address=127.0.0.1:20160] [2024/05/06 22:08:29.635 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=3] [store-address=127.0.0.1:20161] [2024/05/06 22:08:29.636 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=1] [store-address=127.0.0.1:20162] [2024/05/06 22:08:29.654 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=10] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:10(5, 1), createAt:2024-05-06 22:08:29.654274634 +0800 CST m=+14.481406381, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 18 on store 3}, 1:{promote learner peer 18 on store 3 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:29.654 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 18 on store 3"] [source=create] [2024/05/06 22:08:29.654 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=12] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:12(5, 1), createAt:2024-05-06 22:08:29.654467909 +0800 CST m=+14.481599656, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 19 on store 3}, 1:{promote learner peer 19 on store 3 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:29.654 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 19 on store 3"] [source=create] [2024/05/06 22:08:29.654 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:14(5, 1), createAt:2024-05-06 22:08:29.654557777 +0800 CST m=+14.481689525, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 20 on store 3}, 1:{promote learner peer 20 on store 3 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:29.654 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 20 on store 3"] [source=create] [2024/05/06 22:08:29.654 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=16] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:16(5, 1), createAt:2024-05-06 22:08:29.65464197 +0800 CST m=+14.481773713, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 21 on store 3}, 1:{promote learner peer 21 on store 3 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:29.654 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 21 on store 3"] [source=create] [2024/05/06 22:08:29.654 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=5] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:5(5, 1), createAt:2024-05-06 22:08:29.654711806 +0800 CST m=+14.481843549, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{add learner peer 22 on store 3}, 1:{promote learner peer 22 on store 3 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:29.654 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=5] [step="add learner peer 22 on store 3"] [source=create] [2024/05/06 22:08:29.655 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 20 on store 3"] [source=heartbeat] [2024/05/06 22:08:29.655 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Add peer:{id:20 store_id:3 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:29.655 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 19 on store 3"] [source=heartbeat] [2024/05/06 22:08:29.655 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Add peer:{id:19 store_id:3 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:29.656 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 21 on store 3"] [source=heartbeat] [2024/05/06 22:08:29.656 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 18 on store 3"] [source=heartbeat] [2024/05/06 22:08:29.656 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=5] [step="add learner peer 22 on store 3"] [source=heartbeat] [2024/05/06 22:08:29.656 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Add peer:{id:21 store_id:3 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:29.656 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Add peer:{id:18 store_id:3 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:29.656 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=5] [detail="Add peer:{id:22 store_id:3 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:29.663 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="promote learner peer 19 on store 3 to voter"] [source=heartbeat] [2024/05/06 22:08:29.663 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=5] [step="promote learner peer 22 on store 3 to voter"] [source=heartbeat] [2024/05/06 22:08:29.663 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="promote learner peer 21 on store 3 to voter"] [source=heartbeat] [2024/05/06 22:08:29.664 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="promote learner peer 20 on store 3 to voter"] [source=heartbeat] [2024/05/06 22:08:29.664 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="promote learner peer 18 on store 3 to voter"] [source=heartbeat] [2024/05/06 22:08:29.664 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Remove peer:{id:19 store_id:3 role:Learner },Add peer:{id:19 store_id:3 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:29.664 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=12] [takes=9.912478ms] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:12(5, 1), createAt:2024-05-06 22:08:29.654467909 +0800 CST m=+14.481599656, startAt:2024-05-06 22:08:29.65450078 +0800 CST m=+14.481632523, currentStep:2, size:1, steps:[0:{add learner peer 19 on store 3}, 1:{promote learner peer 19 on store 3 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:29.664 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=5] [detail="Remove peer:{id:22 store_id:3 role:Learner },Add peer:{id:22 store_id:3 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:29.664 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=5] [takes=9.789751ms] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:5(5, 1), createAt:2024-05-06 22:08:29.654711806 +0800 CST m=+14.481843549, startAt:2024-05-06 22:08:29.654735066 +0800 CST m=+14.481866814, currentStep:2, size:0, steps:[0:{add learner peer 22 on store 3}, 1:{promote learner peer 22 on store 3 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:29.664 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=16] [takes=9.947051ms] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:16(5, 1), createAt:2024-05-06 22:08:29.65464197 +0800 CST m=+14.481773713, startAt:2024-05-06 22:08:29.654667675 +0800 CST m=+14.481799423, currentStep:2, size:1, steps:[0:{add learner peer 21 on store 3}, 1:{promote learner peer 21 on store 3 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:29.664 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Remove peer:{id:21 store_id:3 role:Learner },Add peer:{id:21 store_id:3 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:29.664 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=10.092811ms] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:14(5, 1), createAt:2024-05-06 22:08:29.654557777 +0800 CST m=+14.481689525, startAt:2024-05-06 22:08:29.654589745 +0800 CST m=+14.481721493, currentStep:2, size:1, steps:[0:{add learner peer 20 on store 3}, 1:{promote learner peer 20 on store 3 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:29.664 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Remove peer:{id:20 store_id:3 role:Learner },Add peer:{id:20 store_id:3 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:29.664 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=10] [takes=10.370878ms] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:10(5, 1), createAt:2024-05-06 22:08:29.654274634 +0800 CST m=+14.481406381, startAt:2024-05-06 22:08:29.654389135 +0800 CST m=+14.481520884, currentStep:2, size:1, steps:[0:{add learner peer 18 on store 3}, 1:{promote learner peer 18 on store 3 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:29.664 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Remove peer:{id:18 store_id:3 role:Learner },Add peer:{id:18 store_id:3 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:32.647 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=10] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:10(5, 3), createAt:2024-05-06 22:08:32.647176335 +0800 CST m=+17.474308082, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 23 on store 1}, 1:{promote learner peer 23 on store 1 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:32.647 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 23 on store 1"] [source=create] [2024/05/06 22:08:32.647 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=12] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:12(5, 3), createAt:2024-05-06 22:08:32.647328175 +0800 CST m=+17.474459923, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 24 on store 1}, 1:{promote learner peer 24 on store 1 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:32.647 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 24 on store 1"] [source=create] [2024/05/06 22:08:32.647 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:14(5, 3), createAt:2024-05-06 22:08:32.647402583 +0800 CST m=+17.474534326, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 25 on store 1}, 1:{promote learner peer 25 on store 1 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:32.647 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 25 on store 1"] [source=create] [2024/05/06 22:08:32.647 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=16] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:16(5, 3), createAt:2024-05-06 22:08:32.647476867 +0800 CST m=+17.474608611, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 26 on store 1}, 1:{promote learner peer 26 on store 1 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:32.647 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 26 on store 1"] [source=create] [2024/05/06 22:08:32.647 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=5] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:5(5, 3), createAt:2024-05-06 22:08:32.647571436 +0800 CST m=+17.474703185, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 27 on store 1}, 1:{promote learner peer 27 on store 1 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:32.647 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=5] [step="add learner peer 27 on store 1"] [source=create] [2024/05/06 22:08:32.648 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 24 on store 1"] [source=heartbeat] [2024/05/06 22:08:32.648 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Add peer:{id:24 store_id:1 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:32.648 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 25 on store 1"] [source=heartbeat] [2024/05/06 22:08:32.648 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Add peer:{id:25 store_id:1 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:32.649 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 23 on store 1"] [source=heartbeat] [2024/05/06 22:08:32.649 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Add peer:{id:23 store_id:1 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:32.649 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 26 on store 1"] [source=heartbeat] [2024/05/06 22:08:32.649 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=5] [step="add learner peer 27 on store 1"] [source=heartbeat] [2024/05/06 22:08:32.649 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Add peer:{id:26 store_id:1 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:32.649 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=5] [detail="Add peer:{id:27 store_id:1 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:32.656 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=5] [step="promote learner peer 27 on store 1 to voter"] [source=heartbeat] [2024/05/06 22:08:32.656 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="promote learner peer 25 on store 1 to voter"] [source=heartbeat] [2024/05/06 22:08:32.656 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="promote learner peer 24 on store 1 to voter"] [source=heartbeat] [2024/05/06 22:08:32.656 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="promote learner peer 23 on store 1 to voter"] [source=heartbeat] [2024/05/06 22:08:32.656 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="promote learner peer 26 on store 1 to voter"] [source=heartbeat] [2024/05/06 22:08:32.657 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=5] [detail="Remove peer:{id:27 store_id:1 role:Learner },Add peer:{id:27 store_id:1 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:32.657 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=5] [takes=9.468765ms] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:5(5, 3), createAt:2024-05-06 22:08:32.647571436 +0800 CST m=+17.474703185, startAt:2024-05-06 22:08:32.647597185 +0800 CST m=+17.474728929, currentStep:2, size:1, steps:[0:{add learner peer 27 on store 1}, 1:{promote learner peer 27 on store 1 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:32.657 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Remove peer:{id:25 store_id:1 role:Learner },Add peer:{id:25 store_id:1 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:32.657 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=9.835582ms] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:14(5, 3), createAt:2024-05-06 22:08:32.647402583 +0800 CST m=+17.474534326, startAt:2024-05-06 22:08:32.647429074 +0800 CST m=+17.474560818, currentStep:2, size:1, steps:[0:{add learner peer 25 on store 1}, 1:{promote learner peer 25 on store 1 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:32.657 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=12] [takes=9.97974ms] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:12(5, 3), createAt:2024-05-06 22:08:32.647328175 +0800 CST m=+17.474459923, startAt:2024-05-06 22:08:32.64735718 +0800 CST m=+17.474488923, currentStep:2, size:1, steps:[0:{add learner peer 24 on store 1}, 1:{promote learner peer 24 on store 1 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:32.657 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=10] [takes=10.151952ms] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:10(5, 3), createAt:2024-05-06 22:08:32.647176335 +0800 CST m=+17.474308082, startAt:2024-05-06 22:08:32.647259186 +0800 CST m=+17.474390933, currentStep:2, size:1, steps:[0:{add learner peer 23 on store 1}, 1:{promote learner peer 23 on store 1 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:32.657 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Remove peer:{id:24 store_id:1 role:Learner },Add peer:{id:24 store_id:1 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:32.657 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=16] [takes=9.948898ms] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:16(5, 3), createAt:2024-05-06 22:08:32.647476867 +0800 CST m=+17.474608611, startAt:2024-05-06 22:08:32.647516193 +0800 CST m=+17.474647937, currentStep:2, size:1, steps:[0:{add learner peer 26 on store 1}, 1:{promote learner peer 26 on store 1 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:32.657 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Remove peer:{id:23 store_id:1 role:Learner },Add peer:{id:23 store_id:1 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:32.657 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Remove peer:{id:26 store_id:1 role:Learner },Add peer:{id:26 store_id:1 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:09:19.635 +08:00] [INFO] [cluster.go:570] ["sync the store config successful"] [store-address=127.0.0.1:20180] [store-config="{\n \"coprocessor\": {\n \"region-max-size\": \"144MiB\",\n \"region-split-size\": \"96MiB\",\n \"region-max-keys\": 1440000,\n \"region-split-keys\": 960000,\n \"enable-region-bucket\": false,\n \"region-bucket-size\": \"50MiB\"\n },\n \"storage\": {\n \"engine\": \"raft-kv\"\n }\n}"] [old-config="{\n \"coprocessor\": {\n \"region-max-size\": \"\",\n \"region-split-size\": \"\",\n \"region-max-keys\": 0,\n \"region-split-keys\": 0,\n \"enable-region-bucket\": false,\n \"region-bucket-size\": \"\"\n },\n \"storage\": {\n \"engine\": \"\"\n }\n}"] [2024/05/06 22:09:19.659 +08:00] [INFO] [cluster.go:506] ["store config is updated"] ==> ./pd3.log <== [2024/05/06 22:08:15.213 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:08:15.213 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:08:15.213 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:08:15.213 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:08:15.213 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:08:15.213 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:08:15.213 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:08:15.213 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:08:15.213 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2384\",\"peer-urls\":\"http://127.0.0.1:2383\",\"advertise-client-urls\":\"http://127.0.0.1:2384\",\"advertise-peer-urls\":\"http://127.0.0.1:2383\",\"name\":\"pd-2\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-2/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-2\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:08:15.217 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:08:15.218 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:08:15.218 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:08:15.218 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:08:15.219 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:08:15.219 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:08:15.219 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-2] [service-name=MetaStorage] [2024/05/06 22:08:15.219 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:08:15.219 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-2] [service-name=ResourceManager] [2024/05/06 22:08:15.219 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:08:15.219 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:15.219 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:08:15.220 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2384]"] [2024/05/06 22:08:15.220 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:08:15.220 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=62] [max-cpu-available=62] [member-initialized=false] [name=pd-2] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2383]"] [listen-peer-urls="[http://127.0.0.1:2383]"] [advertise-client-urls="[http://127.0.0.1:2384]"] [listen-client-urls="[http://127.0.0.1:2384]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:08:15.220 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:08:15.220 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap/db] [took=299.569µs] [2024/05/06 22:08:17.223 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=385a3ea8295f6f18] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:08:17.223 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=()"] [2024/05/06 22:08:17.223 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 0"] [2024/05/06 22:08:17.223 +08:00] [INFO] [raft.go:389] ["newRaft 385a3ea8295f6f18 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:08:17.223 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 1"] [2024/05/06 22:08:17.223 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:08:17.223 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:08:17.223 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:17.224 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:08:17.224 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:08:17.224 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:17.224 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:17.225 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:17.225 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:17.225 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [remote-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:17.225 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:17.225 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:17.225 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:17.225 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:17.226 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:17.226 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:17.228 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:17.228 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:17.228 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:17.228 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:17.229 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:17.229 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:17.229 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [remote-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:17.229 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:17.229 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=385a3ea8295f6f18] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:08:17.229 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:08:17.229 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:08:17.229 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:08:17.229 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:08:17.229 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=3037d9ad26fb2231] [2024/05/06 22:08:17.229 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:17.229 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:17.229 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:17.229 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:17.229 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:17.229 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:17.229 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:17.229 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:17.230 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2383] [2024/05/06 22:08:17.230 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=385a3ea8295f6f18] [initial-advertise-peer-urls="[http://127.0.0.1:2383]"] [listen-peer-urls="[http://127.0.0.1:2383]"] [advertise-client-urls="[http://127.0.0.1:2384]"] [listen-client-urls="[http://127.0.0.1:2384]"] [listen-metrics-urls="[]"] [2024/05/06 22:08:17.231 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream Message"] [2024/05/06 22:08:17.231 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream Message"] [2024/05/06 22:08:17.231 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:17.231 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:17.231 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:17.231 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:17.231 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:17.231 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:17.280 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=385a3ea8295f6f18] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:08:19.223 +08:00] [INFO] [raft.go:966] ["385a3ea8295f6f18 [logterm: 1, index: 3, vote: 0] cast MsgPreVote for 1f01bdf364b8beaa [logterm: 1, index: 3] at term 1"] [2024/05/06 22:08:19.223 +08:00] [INFO] [raft.go:865] ["385a3ea8295f6f18 [term: 1] received a MsgVote message with higher term from 1f01bdf364b8beaa [term: 2]"] [2024/05/06 22:08:19.223 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 2"] [2024/05/06 22:08:19.223 +08:00] [INFO] [raft.go:966] ["385a3ea8295f6f18 [logterm: 1, index: 3, vote: 0] cast MsgVote for 1f01bdf364b8beaa [logterm: 1, index: 3] at term 2"] [2024/05/06 22:08:19.223 +08:00] [INFO] [node.go:327] ["raft.node: 385a3ea8295f6f18 elected leader 1f01bdf364b8beaa at term 2"] [2024/05/06 22:08:19.224 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=385a3ea8295f6f18] [local-member-attributes="{Name:pd-2 ClientURLs:[http://127.0.0.1:2384]}"] [request-path=/0/members/385a3ea8295f6f18/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:08:19.224 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:08:19.225 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [cluster-version=3.4] [2024/05/06 22:08:19.225 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-2] [service-name=MetaStorage] [2024/05/06 22:08:19.225 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-2] [service-name=ResourceManager] [2024/05/06 22:08:19.225 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:08:19.225 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2384] [2024/05/06 22:08:19.228 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888237898523316] [2024/05/06 22:08:19.228 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-2\" member_id:4060626905997471512 peer_urls:\"http://127.0.0.1:2383\" client_urls:\"http://127.0.0.1:2384\" "] [root-path=/pd/7365888237898523316] [2024/05/06 22:08:19.233 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:08:19.234 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=4060626905997471512] [2024/05/06 22:08:19.235 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:08:19.236 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:08:19.236 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-2] [2024/05/06 22:08:19.236 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-2] [2024/05/06 22:08:19.236 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:08:19.237 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:08:19.237 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:08:19.237 +08:00] [INFO] [server.go:1691] ["skip campaigning of pd leader and check later"] [server-name=pd-2] [etcd-leader-id=2234275743217008298] [member-id=4060626905997471512] [2024/05/06 22:08:19.439 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:08:19.439 +08:00] [INFO] [server.go:1662] ["start to watch pd leader"] [pd-leader="name:\"pd-1\" member_id:2234275743217008298 peer_urls:\"http://127.0.0.1:2381\" client_urls:\"http://127.0.0.1:2382\" "] [2024/05/06 22:08:19.439 +08:00] [INFO] [client.go:104] ["region syncer start load region"] [2024/05/06 22:08:19.440 +08:00] [INFO] [client.go:107] ["region syncer finished load regions"] [time-cost=252.364µs] [2024/05/06 22:08:19.440 +08:00] [INFO] [leadership.go:317] ["watch channel is created"] [revision=12] [leader-key=/pd/7365888237898523316/leader] [purpose="leader election"] [2024/05/06 22:08:19.440 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-2] [leader=pd-1] [request-index=0] [2024/05/06 22:08:19.440 +08:00] [ERROR] [client.go:162] ["region sync with leader meet error"] [error="[PD:grpc:ErrGRPCRecv]receive response error: rpc error: code = Unavailable desc = server not started"] [2024/05/06 22:08:20.441 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-2] [leader=pd-1] [request-index=0] [2024/05/06 22:08:29.226 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2384]"] [endpoints="[http://127.0.0.1:2382,http://127.0.0.1:2384,http://127.0.0.1:2379]"] [source=election-etcd-client] [2024/05/06 22:08:29.226 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2384]"] [endpoints="[http://127.0.0.1:2382,http://127.0.0.1:2384,http://127.0.0.1:2379]"] [source=server-etcd-client] + find . -name 'tikv*.log' -type f -exec tail -n 500 '{}' + ==> ./tikv1.log <== [2024/05/06 22:08:15.179 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:08:15.179 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:08:15.179 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:08:15.179 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:08:15.179 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:08:15.179 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:08:15.179 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:08:15.179 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:08:15.179 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:08:15.179 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:08:15.179 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:08:15.179 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={49, 8, 43, 55, 23, 14, 29, 62, 71, 32, 35, 44, 24, 25, 12, 15, 53, 52, 19, 65, 11, 66, 58, 31, 0, 64, 46, 48, 28, 51, 16, 54, 61, 9, 68, 26, 63, 45, 67, 34, 10, 70, 50, 27, 20, 33, 59, 30, 60, 22, 69, 17, 13, 57, 47, 6, 18, 36, 21, 7, 42, 56}"] [thread_id=1] [2024/05/06 22:08:15.179 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:08:15.179 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 128, expect 32768"] [thread_id=1] [2024/05/06 22:08:15.179 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:08:15.179 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:08:15.181 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:15.181 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:08:15.181 +08:00] [INFO] [] ["subchannel 0x7f7e12e4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f7e12eafb88, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f7e12e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f7e12ed2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004495.181409313\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:08:15.181 +08:00] [INFO] [] ["subchannel 0x7f7e12e4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f7e12eafb88, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f7e12e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f7e12ed2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:15.181 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:15.181 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:15.181 +08:00] [INFO] [] ["subchannel 0x7f7e12e4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f7e12eafb88, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f7e12e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f7e12ed2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004495.181906551\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:08:15.181 +08:00] [INFO] [] ["subchannel 0x7f7e12e4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f7e12eafb88, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f7e12e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f7e12ed2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:15.182 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:15.182 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:15.182 +08:00] [INFO] [] ["subchannel 0x7f7e12e4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f7e12eafb88, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f7e12e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f7e12ed2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004495.182149934\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:08:15.182 +08:00] [INFO] [] ["subchannel 0x7f7e12e4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f7e12eafb88, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f7e12e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f7e12ed2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:15.182 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:15.182 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:08:15.483 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:17.484 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:17.484 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.226 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:19.529 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:19.530 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.531 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:19.532 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:19.533 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.533 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.534 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:08:19.534 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888237898523316] [thread_id=1] [2024/05/06 22:08:19.535 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:19.535 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:19.537 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20180] [thread_id=1] [2024/05/06 22:08:19.538 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:08:19.539 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374237/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374236/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374235/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374234/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374233/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374232/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374231/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374230/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374227/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/326938/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59949/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59948/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59947/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59946/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59945/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59944/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59943/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/655835/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/655835/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data] [thread_id=1] [2024/05/06 22:08:19.539 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data] [thread_id=1] [2024/05/06 22:08:19.540 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374237/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374236/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374235/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374234/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374233/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374232/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374231/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374230/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374227/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/326938/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59949/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59948/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59947/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59946/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59945/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59944/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59943/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/655835/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/655835/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft] [thread_id=1] [2024/05/06 22:08:19.540 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft] [thread_id=1] [2024/05/06 22:08:19.540 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv1.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20160\",\"advertise-addr\":\"127.0.0.1:20160\",\"status-addr\":\"127.0.0.1:20180\",\"advertise-status-addr\":\"127.0.0.1:20180\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:08:19.542 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:08:19.542 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=18] [2024/05/06 22:08:19.542 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=18] [2024/05/06 22:08:19.542 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=17] [2024/05/06 22:08:19.542 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=2ms] [thread_id=17] [2024/05/06 22:08:19.553 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:08:19.553 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:08:19.553 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 244.201µs"] [thread_id=1] [2024/05/06 22:08:19.617 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/log-backup-temp] [thread_id=1] [2024/05/06 22:08:19.620 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=74] [2024/05/06 22:08:19.620 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:08:19.620 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:08:19.620 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:08:19.620 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:08:19.620 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=74] [2024/05/06 22:08:19.620 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=73] [2024/05/06 22:08:19.628 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 5 region_epoch { conf_ver: 1 version: 1 } peers { id: 7 store_id: 2 }"] [store_id=2] [thread_id=1] [2024/05/06 22:08:19.636 +08:00] [INFO] [raft_server.rs:404] ["bootstrap cluster ok"] [cluster_id=7365888237898523316] [thread_id=1] [2024/05/06 22:08:19.636 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 2 address: \"127.0.0.1:20160\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20160\" status_address: \"127.0.0.1:20180\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004499 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:08:19.639 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=2] [status=Some()] [thread_id=1] [2024/05/06 22:08:19.639 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=2] [thread_id=1] [2024/05/06 22:08:19.639 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=3] [thread_id=1] [2024/05/06 22:08:19.639 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=2] [thread_id=1] [2024/05/06 22:08:19.640 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:08:19.642 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:08:19.643 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=7] [region_id=5] [thread_id=1] [2024/05/06 22:08:19.643 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {7} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=7] [region_id=5] [thread_id=1] [2024/05/06 22:08:19.643 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=7] [region_id=5] [thread_id=1] [2024/05/06 22:08:19.643 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {7} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=7] [region_id=5] [thread_id=1] [2024/05/06 22:08:19.643 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 7."] [id=7] [raft_id=7] [region_id=5] [thread_id=1] [2024/05/06 22:08:19.643 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=7] [region_id=5] [thread_id=1] [2024/05/06 22:08:19.643 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=7] [region_id=5] [thread_id=1] [2024/05/06 22:08:19.643 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=7] [region_id=5] [thread_id=1] [2024/05/06 22:08:19.643 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=7] [region_id=5] [thread_id=1] [2024/05/06 22:08:19.643 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=230.263µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=1] [store_id=2] [thread_id=1] [2024/05/06 22:08:19.643 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=2.556µs] [garbage_range_count=2] [store_id=2] [thread_id=1] [2024/05/06 22:08:19.644 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803778] [region_id=5] [thread_id=101] [2024/05/06 22:08:19.645 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:08:19.645 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:08:19.645 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:08:19.645 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=5] [thread_id=31] [2024/05/06 22:08:19.647 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 5 region_epoch { conf_ver: 1 version: 1 } peers { id: 7 store_id: 2 }"] [thread_id=68] [2024/05/06 22:08:19.648 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(0)] [region=5] [thread_id=68] [2024/05/06 22:08:19.649 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:08:19.649 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:08:19.649 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:08:19.649 +08:00] [INFO] [deadlock.rs:761] ["became the leader of deadlock detector!"] [self_id=2] [thread_id=127] [2024/05/06 22:08:19.651 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20160] [thread_id=1] [2024/05/06 22:08:19.651 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=18] [2024/05/06 22:08:19.651 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=18] [2024/05/06 22:08:19.656 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:22.649 +08:00] [INFO] [pd.rs:1531] ["try to split"] [region_epoch="conf_ver: 1 version: 1"] [region_id=5] [thread_id=31] [2024/05/06 22:08:22.649 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=pd] [split_keys="4 keys range from 7200000000000000FB to 7800000100000000FB"] [peer_id=7] [region_id=5] [thread_id=101] [2024/05/06 22:08:22.650 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 5 region_epoch { conf_ver: 1 version: 1 } peers { id: 7 store_id: 2 }"] [new_region_ids="[new_region_id: 10 new_peer_ids: 11, new_region_id: 12 new_peer_ids: 13, new_region_id: 14 new_peer_ids: 15, new_region_id: 16 new_peer_ids: 17]"] [region_id=5] [thread_id=31] [2024/05/06 22:08:22.650 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7200000000000000FB new_region_id: 10 new_peer_ids: 11 } requests { split_key: 7200000100000000FB new_region_id: 12 new_peer_ids: 13 } requests { split_key: 7800000000000000FB new_region_id: 14 new_peer_ids: 15 } requests { split_key: 7800000100000000FB new_region_id: 16 new_peer_ids: 17 } right_derive: true }"] [index=7] [term=6] [peer_id=7] [region_id=5] [thread_id=103] [2024/05/06 22:08:22.650 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="4 keys range from 7200000000000000FB to 7800000100000000FB"] [region="id: 5 region_epoch { conf_ver: 1 version: 1 } peers { id: 7 store_id: 2 }"] [peer_id=7] [region_id=5] [thread_id=103] [2024/05/06 22:08:22.650 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=5] [thread_id=101] [2024/05/06 22:08:22.650 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:08:22.650 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=5] [peer_id=7] [region_id=5] [thread_id=101] [2024/05/06 22:08:22.650 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(0)] [region_id=5] [store_id=Some(2)] [thread_id=68] [2024/05/06 22:08:22.650 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=2] [is_uninitialized_peer_exist=false] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 2 }"] [region_id=10] [thread_id=101] [2024/05/06 22:08:22.650 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:22.650 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 7 store_id: 2 }"] [thread_id=68] [2024/05/06 22:08:22.651 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 11."] [id=11] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=2] [is_uninitialized_peer_exist=false] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 2 }"] [region_id=12] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 13."] [id=13] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=2] [is_uninitialized_peer_exist=false] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 2 }"] [region_id=14] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 15."] [id=15] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=2] [is_uninitialized_peer_exist=false] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 17 store_id: 2 }"] [region_id=16] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 17."] [id=17] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=10] [thread_id=102] [2024/05/06 22:08:22.651 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=12] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=16] [thread_id=102] [2024/05/06 22:08:22.651 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=14] [thread_id=101] [2024/05/06 22:08:22.651 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 2 }"] [thread_id=68] [2024/05/06 22:08:22.651 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=7] [observe_id=ObserveId(1)] [region=5] [thread_id=68] [2024/05/06 22:08:22.651 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=10] [thread_id=31] [2024/05/06 22:08:22.651 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=12] [thread_id=31] [2024/05/06 22:08:22.651 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 2 }"] [thread_id=68] [2024/05/06 22:08:22.651 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(2)] [region=12] [thread_id=68] [2024/05/06 22:08:22.651 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 17 store_id: 2 }"] [thread_id=68] [2024/05/06 22:08:22.651 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 2 }"] [thread_id=68] [2024/05/06 22:08:22.651 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(3)] [region=10] [thread_id=68] [2024/05/06 22:08:22.651 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=16] [thread_id=31] [2024/05/06 22:08:22.651 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=14] [thread_id=31] [2024/05/06 22:08:22.651 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(5)] [region=14] [thread_id=68] [2024/05/06 22:08:22.651 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(4)] [region=16] [thread_id=68] [2024/05/06 22:08:29.646 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:29.654 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 18 store_id: 3 role: Learner } change_type: AddLearnerNode]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:29.654 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 19 store_id: 3 role: Learner } change_type: AddLearnerNode]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:29.654 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 18 store_id: 3 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:29.654 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 19 store_id: 3 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:29.654 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 20 store_id: 3 role: Learner } change_type: AddLearnerNode]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:29.654 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 20 store_id: 3 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:29.654 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 21 store_id: 3 role: Learner } change_type: AddLearnerNode]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:29.654 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 21 store_id: 3 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:29.654 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 22 store_id: 3 role: Learner } change_type: AddLearnerNode]"] [region_id=5] [thread_id=31] [2024/05/06 22:08:29.654 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 18 store_id: 3 role: Learner } } }"] [index=7] [term=6] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:29.654 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:29.654 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 22 store_id: 3 role: Learner }]"] [peer_id=7] [region_id=5] [thread_id=102] [2024/05/06 22:08:29.654 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 20 store_id: 3 role: Learner } } }"] [index=7] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:29.654 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:29.654 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 2 } peers { id: 18 store_id: 3 role: Learner }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 18 store_id: 3 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:29.654 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 2 } peers { id: 20 store_id: 3 role: Learner }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 20 store_id: 3 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:29.654 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 19 store_id: 3 role: Learner } } }"] [index=7] [term=6] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:29.654 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 21 store_id: 3 role: Learner } } }"] [index=7] [term=6] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:29.654 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:29.654 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:29.654 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 2 } peers { id: 19 store_id: 3 role: Learner }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 19 store_id: 3 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:29.654 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 2 } peers { id: 21 store_id: 3 role: Learner }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 17 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 21 store_id: 3 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:29.654 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 22 store_id: 3 role: Learner } } }"] [index=8] [term=6] [peer_id=7] [region_id=5] [thread_id=104] [2024/05/06 22:08:29.654 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=7] [region_id=5] [thread_id=104] [2024/05/06 22:08:29.654 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 7 store_id: 2 } peers { id: 22 store_id: 3 role: Learner }"] [original_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 7 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 22 store_id: 3 role: Learner }]"] [peer_id=7] [region_id=5] [thread_id=104] [2024/05/06 22:08:29.655 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {20}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:29.655 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {19}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:29.655 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 2 } peers { id: 20 store_id: 3 role: Learner }"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:29.655 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 2 } peers { id: 19 store_id: 3 role: Learner }"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:29.656 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {18}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:29.656 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }, learners: {21}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:29.656 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 2 } peers { id: 21 store_id: 3 role: Learner }"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:29.656 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {7} }, outgoing: Configuration { voters: {} } }, learners: {22}, learners_next: {}, auto_leave: false }"] [raft_id=7] [region_id=5] [thread_id=101] [2024/05/06 22:08:29.656 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 2 } peers { id: 18 store_id: 3 role: Learner }"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:29.656 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 7 store_id: 2 } peers { id: 22 store_id: 3 role: Learner }"] [peer_id=7] [region_id=5] [thread_id=101] [2024/05/06 22:08:29.656 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20161] [store_id=3] [thread_id=71] [2024/05/06 22:08:29.656 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=3] [addr=127.0.0.1:20161] [thread_id=71] [2024/05/06 22:08:29.657 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=10] [cost=1.00183ms] [addr=127.0.0.1:20161] [store_id=3] [thread_id=71] [2024/05/06 22:08:29.659 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(3)] [thread_id=7] [2024/05/06 22:08:29.659 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=20] [request_index=0] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:29.659 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=21] [request_index=0] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:29.659 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=18] [request_index=0] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:29.659 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=22] [request_index=0] [peer_id=7] [region_id=5] [thread_id=101] [2024/05/06 22:08:29.659 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=19] [request_index=0] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:29.660 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:29.660 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_5_6_8_(default|lock|write).sst] [region_id=5] [thread_id=84] [2024/05/06 22:08:29.660 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:29.660 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_5_6_8_(default|lock|write).sst] [region_id=5] [thread_id=84] [2024/05/06 22:08:29.660 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:29.660 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_5_6_8_(default|lock|write).sst] [region_id=5] [thread_id=84] [2024/05/06 22:08:29.660 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=608.214µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:29.661 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=559.234µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_5_6_8_(default|lock|write).sst] [region_id=5] [thread_id=84] [2024/05/06 22:08:29.661 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=20] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:29.661 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=22] [peer_id=7] [region_id=5] [thread_id=101] [2024/05/06 22:08:29.661 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:29.661 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:29.661 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:29.661 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:29.661 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:29.661 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:29.661 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:29.661 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=349.592µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:29.661 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=379.577µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:29.661 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:29.661 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=21] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:29.661 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=19] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:29.661 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:29.661 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:29.661 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:29.661 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:29.661 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=335.502µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:29.661 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:29.662 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=18] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:29.662 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:29.662 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.056674ms] [size=0] [snap_key=12_6_7] [region_id=12] [thread_id=132] [2024/05/06 22:08:29.663 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 19 store_id: 3 role: Learner"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:29.663 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.51408ms] [size=0] [snap_key=5_6_8] [region_id=5] [thread_id=133] [2024/05/06 22:08:29.663 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 22 store_id: 3 role: Learner"] [peer_id=7] [region_id=5] [thread_id=102] [2024/05/06 22:08:29.663 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.850788ms] [size=0] [snap_key=14_6_7] [region_id=14] [thread_id=131] [2024/05/06 22:08:29.663 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 20 store_id: 3 role: Learner"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:29.663 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.383037ms] [size=0] [snap_key=16_6_7] [region_id=16] [thread_id=130] [2024/05/06 22:08:29.663 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 21 store_id: 3 role: Learner"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:29.663 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.438245ms] [size=0] [snap_key=10_6_7] [region_id=10] [thread_id=130] [2024/05/06 22:08:29.663 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 18 store_id: 3 role: Learner"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:29.663 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 19 store_id: 3 }]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:29.663 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 19 store_id: 3 }]"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:29.663 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 22 store_id: 3 }]"] [region_id=5] [thread_id=31] [2024/05/06 22:08:29.663 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 22 store_id: 3 }]"] [peer_id=7] [region_id=5] [thread_id=102] [2024/05/06 22:08:29.664 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 19 store_id: 3 } } }"] [index=8] [term=6] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:29.664 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:29.664 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 2 } peers { id: 19 store_id: 3 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 2 } peers { id: 19 store_id: 3 role: Learner }"] [changes="[peer { id: 19 store_id: 3 }]"] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:29.664 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 21 store_id: 3 }]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:29.664 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 22 store_id: 3 } } }"] [index=9] [term=6] [peer_id=7] [region_id=5] [thread_id=104] [2024/05/06 22:08:29.664 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=7] [region_id=5] [thread_id=104] [2024/05/06 22:08:29.664 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 21 store_id: 3 }]"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:29.664 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 7 store_id: 2 } peers { id: 22 store_id: 3 }"] [original_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 7 store_id: 2 } peers { id: 22 store_id: 3 role: Learner }"] [changes="[peer { id: 22 store_id: 3 }]"] [peer_id=7] [region_id=5] [thread_id=104] [2024/05/06 22:08:29.664 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 20 store_id: 3 }]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:29.664 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 20 store_id: 3 }]"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:29.664 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 18 store_id: 3 }]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:29.664 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 18 store_id: 3 }]"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:29.664 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 21 store_id: 3 } } }"] [index=8] [term=6] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:29.664 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:29.664 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:29.664 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 2 } peers { id: 21 store_id: 3 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 2 } peers { id: 21 store_id: 3 role: Learner }"] [changes="[peer { id: 21 store_id: 3 }]"] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:29.664 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 2 } peers { id: 19 store_id: 3 }"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:29.664 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 20 store_id: 3 } } }"] [index=8] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:29.664 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:29.664 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 2 } peers { id: 20 store_id: 3 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 2 } peers { id: 20 store_id: 3 role: Learner }"] [changes="[peer { id: 20 store_id: 3 }]"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:29.664 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {22, 7} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=7] [region_id=5] [thread_id=102] [2024/05/06 22:08:29.664 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 18 store_id: 3 } } }"] [index=8] [term=6] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:29.664 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:29.664 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 2 } peers { id: 18 store_id: 3 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 2 } peers { id: 18 store_id: 3 role: Learner }"] [changes="[peer { id: 18 store_id: 3 }]"] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:29.664 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 7 store_id: 2 } peers { id: 22 store_id: 3 }"] [peer_id=7] [region_id=5] [thread_id=102] [2024/05/06 22:08:29.664 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 21} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:29.664 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:29.664 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 2 } peers { id: 21 store_id: 3 }"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:29.664 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 2 } peers { id: 20 store_id: 3 }"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:29.664 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {18, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:29.664 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 2 } peers { id: 18 store_id: 3 }"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.647 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 23 store_id: 1 role: Learner } change_type: AddLearnerNode]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:32.647 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 24 store_id: 1 role: Learner } change_type: AddLearnerNode]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:32.647 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 1 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.647 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 1 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:32.647 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 25 store_id: 1 role: Learner } change_type: AddLearnerNode]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:32.647 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 26 store_id: 1 role: Learner } change_type: AddLearnerNode]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:32.647 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 1 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:32.647 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 27 store_id: 1 role: Learner } change_type: AddLearnerNode]"] [region_id=5] [thread_id=31] [2024/05/06 22:08:32.647 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 26 store_id: 1 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:32.647 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 27 store_id: 1 role: Learner }]"] [peer_id=7] [region_id=5] [thread_id=101] [2024/05/06 22:08:32.648 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 23 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:32.648 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 24 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:32.648 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:32.648 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:32.648 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 23 store_id: 1 role: Learner }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 2 } peers { id: 18 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 1 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:32.648 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 24 store_id: 1 role: Learner }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 2 } peers { id: 19 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 1 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:32.648 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 26 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:32.648 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:32.648 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 25 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:32.648 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:32.648 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 26 store_id: 1 role: Learner }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 2 } peers { id: 21 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 26 store_id: 1 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:32.648 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 25 store_id: 1 role: Learner }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 2 } peers { id: 20 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 1 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:32.648 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 27 store_id: 1 role: Learner } } }"] [index=10] [term=6] [peer_id=7] [region_id=5] [thread_id=104] [2024/05/06 22:08:32.648 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=7] [region_id=5] [thread_id=104] [2024/05/06 22:08:32.648 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 7 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 27 store_id: 1 role: Learner }"] [original_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 7 store_id: 2 } peers { id: 22 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 27 store_id: 1 role: Learner }]"] [peer_id=7] [region_id=5] [thread_id=104] [2024/05/06 22:08:32.648 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 19} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.648 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 15} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:32.648 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 24 store_id: 1 role: Learner }"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.648 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 25 store_id: 1 role: Learner }"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:32.649 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {18, 11} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.649 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 21} }, outgoing: Configuration { voters: {} } }, learners: {26}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:32.649 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 23 store_id: 1 role: Learner }"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.649 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 26 store_id: 1 role: Learner }"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:32.649 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {22, 7} }, outgoing: Configuration { voters: {} } }, learners: {27}, learners_next: {}, auto_leave: false }"] [raft_id=7] [region_id=5] [thread_id=102] [2024/05/06 22:08:32.649 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 7 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 27 store_id: 1 role: Learner }"] [peer_id=7] [region_id=5] [thread_id=102] [2024/05/06 22:08:32.649 +08:00] [INFO] [replication_mode.rs:40] ["backup store labels"] [labels="[]"] [store_id=1] [thread_id=18] [2024/05/06 22:08:32.649 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20162] [store_id=1] [thread_id=71] [2024/05/06 22:08:32.649 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=1] [addr=127.0.0.1:20162] [thread_id=71] [2024/05/06 22:08:32.649 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=10] [cost=729.504µs] [addr=127.0.0.1:20162] [store_id=1] [thread_id=71] [2024/05/06 22:08:32.652 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(1)] [thread_id=8] [2024/05/06 22:08:32.652 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=24] [request_index=0] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.652 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=23] [request_index=0] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:32.652 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=25] [request_index=0] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.652 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=26] [request_index=0] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:32.652 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=27] [request_index=0] [peer_id=7] [region_id=5] [thread_id=102] [2024/05/06 22:08:32.653 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:32.653 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:32.653 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:32.653 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:32.653 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:32.653 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:32.653 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=416.05µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:32.653 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=460.923µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:32.653 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=23] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:32.653 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=24] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.653 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:32.653 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:32.653 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_5_6_10_(default|lock|write).sst] [region_id=5] [thread_id=83] [2024/05/06 22:08:32.653 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:32.653 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_5_6_10_(default|lock|write).sst] [region_id=5] [thread_id=83] [2024/05/06 22:08:32.654 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:32.654 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_5_6_10_(default|lock|write).sst] [region_id=5] [thread_id=83] [2024/05/06 22:08:32.654 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:32.654 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=398.145µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_5_6_10_(default|lock|write).sst] [region_id=5] [thread_id=83] [2024/05/06 22:08:32.654 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=433.559µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:32.654 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=25] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.654 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=27] [peer_id=7] [region_id=5] [thread_id=101] [2024/05/06 22:08:32.654 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:32.654 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:32.654 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:32.654 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:32.654 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:32.654 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=351.554µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:32.654 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=26] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:32.654 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:32.655 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.014582ms] [size=0] [snap_key=5_6_10] [region_id=5] [thread_id=130] [2024/05/06 22:08:32.655 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 27 store_id: 1 role: Learner"] [peer_id=7] [region_id=5] [thread_id=101] [2024/05/06 22:08:32.655 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.349418ms] [size=0] [snap_key=14_6_9] [region_id=14] [thread_id=131] [2024/05/06 22:08:32.655 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.823574ms] [size=0] [snap_key=10_6_9] [region_id=10] [thread_id=133] [2024/05/06 22:08:32.655 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.577347ms] [size=0] [snap_key=12_6_9] [region_id=12] [thread_id=132] [2024/05/06 22:08:32.655 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 25 store_id: 1 role: Learner"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.655 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 23 store_id: 1 role: Learner"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:32.655 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 24 store_id: 1 role: Learner"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.656 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.219586ms] [size=0] [snap_key=16_6_9] [region_id=16] [thread_id=132] [2024/05/06 22:08:32.656 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 26 store_id: 1 role: Learner"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:32.656 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 27 store_id: 1 }]"] [region_id=5] [thread_id=31] [2024/05/06 22:08:32.656 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 27 store_id: 1 }]"] [peer_id=7] [region_id=5] [thread_id=101] [2024/05/06 22:08:32.656 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 25 store_id: 1 }]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:32.656 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 25 store_id: 1 }]"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:32.656 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 24 store_id: 1 }]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:32.656 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 24 store_id: 1 }]"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:32.656 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 27 store_id: 1 } } }"] [index=11] [term=6] [peer_id=7] [region_id=5] [thread_id=103] [2024/05/06 22:08:32.656 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=7] [region_id=5] [thread_id=103] [2024/05/06 22:08:32.656 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 7 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 27 store_id: 1 }"] [original_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 7 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 27 store_id: 1 role: Learner }"] [changes="[peer { id: 27 store_id: 1 }]"] [peer_id=7] [region_id=5] [thread_id=103] [2024/05/06 22:08:32.656 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 1 } } }"] [index=10] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:32.656 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:32.656 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 23 store_id: 1 }]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:32.656 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 25 store_id: 1 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 25 store_id: 1 role: Learner }"] [changes="[peer { id: 25 store_id: 1 }]"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:32.656 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 26 store_id: 1 }]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:32.656 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 1 } } }"] [index=10] [term=6] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:32.656 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:32.656 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {27, 22, 7} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=7] [region_id=5] [thread_id=101] [2024/05/06 22:08:32.656 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 24 store_id: 1 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 24 store_id: 1 role: Learner }"] [changes="[peer { id: 24 store_id: 1 }]"] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:32.656 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 23 store_id: 1 }]"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.656 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 7 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 27 store_id: 1 }"] [peer_id=7] [region_id=5] [thread_id=101] [2024/05/06 22:08:32.656 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 26 store_id: 1 }]"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:32.657 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 1 } } }"] [index=10] [term=6] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:32.657 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:32.657 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 23 store_id: 1 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 23 store_id: 1 role: Learner }"] [changes="[peer { id: 23 store_id: 1 }]"] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:32.657 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 26 store_id: 1 } } }"] [index=10] [term=6] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:32.657 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:32.657 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 26 store_id: 1 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 26 store_id: 1 role: Learner }"] [changes="[peer { id: 26 store_id: 1 }]"] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:32.657 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 25, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:32.657 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {24, 13, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.657 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 25 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:32.657 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 24 store_id: 1 }"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.657 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {23, 18, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.657 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 21, 26} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:32.657 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 23 store_id: 1 }"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.657 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 26 store_id: 1 }"] [peer_id=17] [region_id=16] [thread_id=101] ==> ./tikv3.log <== [2024/05/06 22:08:15.178 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:08:15.178 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:08:15.178 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:08:15.178 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:08:15.178 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:08:15.178 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:08:15.178 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:08:15.178 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:08:15.178 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:08:15.178 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:08:15.178 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:08:15.178 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={48, 67, 28, 30, 69, 8, 18, 11, 61, 46, 17, 35, 55, 64, 65, 24, 58, 68, 19, 6, 23, 52, 59, 42, 12, 7, 16, 71, 51, 0, 53, 34, 47, 54, 9, 32, 33, 29, 49, 21, 13, 44, 70, 15, 27, 25, 36, 14, 26, 57, 60, 62, 63, 50, 20, 22, 31, 45, 43, 66, 10, 56}"] [thread_id=1] [2024/05/06 22:08:15.178 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:08:15.178 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 128, expect 32768"] [thread_id=1] [2024/05/06 22:08:15.178 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:08:15.178 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:08:15.180 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:15.181 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:08:15.181 +08:00] [INFO] [] ["subchannel 0x7f2f4d84d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f2f4d8afb80, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2f4d837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f2f4d8d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004495.181203468\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:08:15.181 +08:00] [INFO] [] ["subchannel 0x7f2f4d84d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f2f4d8afb80, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2f4d837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f2f4d8d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:15.181 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:15.181 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:15.181 +08:00] [INFO] [] ["subchannel 0x7f2f4d84dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f2f4d8afb80, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2f4d837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f2f4d8d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004495.181766745\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:08:15.181 +08:00] [INFO] [] ["subchannel 0x7f2f4d84dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f2f4d8afb80, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2f4d837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f2f4d8d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:15.181 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:15.181 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:15.182 +08:00] [INFO] [] ["subchannel 0x7f2f4d84e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f2f4d8afb80, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2f4d837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f2f4d8d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004495.182020026\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:08:15.182 +08:00] [INFO] [] ["subchannel 0x7f2f4d84e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f2f4d8afb80, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2f4d837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f2f4d8d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:15.182 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:15.182 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:08:15.483 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:17.484 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:17.484 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.226 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:19.529 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:19.530 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.531 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:19.532 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:19.533 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.534 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.534 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:08:19.534 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888237898523316] [thread_id=1] [2024/05/06 22:08:19.535 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:19.535 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:19.537 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20182] [thread_id=1] [2024/05/06 22:08:19.538 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:08:19.538 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374237/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374236/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374235/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374234/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374233/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374232/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374231/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374230/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374227/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/326938/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59949/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59948/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59947/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59946/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59945/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59944/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59943/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/655835/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/655835/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data] [thread_id=1] [2024/05/06 22:08:19.539 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data] [thread_id=1] [2024/05/06 22:08:19.540 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374237/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374236/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374235/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374234/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374233/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374232/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374231/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374230/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374227/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/326938/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59949/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59948/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59947/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59946/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59945/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59944/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59943/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/655835/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/655835/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft] [thread_id=1] [2024/05/06 22:08:19.540 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft] [thread_id=1] [2024/05/06 22:08:19.540 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv3.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20162\",\"advertise-addr\":\"127.0.0.1:20162\",\"status-addr\":\"127.0.0.1:20182\",\"advertise-status-addr\":\"127.0.0.1:20182\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:08:19.542 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=18] [2024/05/06 22:08:19.542 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=18] [2024/05/06 22:08:19.542 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:08:19.542 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=17] [2024/05/06 22:08:19.542 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=1ms] [thread_id=17] [2024/05/06 22:08:19.553 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:08:19.553 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:08:19.553 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 247.243µs"] [thread_id=1] [2024/05/06 22:08:19.617 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/log-backup-temp] [thread_id=1] [2024/05/06 22:08:19.620 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=74] [2024/05/06 22:08:19.620 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:08:19.620 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:08:19.620 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:08:19.620 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=73] [2024/05/06 22:08:19.620 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:08:19.620 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=74] [2024/05/06 22:08:19.628 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 4 region_epoch { conf_ver: 1 version: 1 } peers { id: 6 store_id: 1 }"] [store_id=1] [thread_id=1] [2024/05/06 22:08:19.629 +08:00] [ERROR] [raft_server.rs:426] ["bootstrap cluster"] [err_code=KV:Pd:Unknown] [err="Other(\"[components/pd_client/src/util.rs:952]: [PD:etcd:ErrEtcdTxnConflict]etcd transaction failed, conflicted and rolled back\")"] [cluster_id=7365888237898523316] [thread_id=1] [2024/05/06 22:08:22.630 +08:00] [INFO] [raft_server.rs:416] ["cluster is already bootstrapped"] [cluster_id=7365888237898523316] [thread_id=1] [2024/05/06 22:08:22.630 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 1 address: \"127.0.0.1:20162\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20162\" status_address: \"127.0.0.1:20182\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004499 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:08:22.633 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=1] [status=Some()] [thread_id=1] [2024/05/06 22:08:22.633 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=3] [thread_id=1] [2024/05/06 22:08:22.633 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:08:22.633 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=2] [thread_id=1] [2024/05/06 22:08:22.633 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=1] [thread_id=1] [2024/05/06 22:08:22.634 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:08:22.636 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:08:22.637 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=51.6µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=0] [store_id=1] [thread_id=1] [2024/05/06 22:08:22.637 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=61.546µs] [garbage_range_count=1] [store_id=1] [thread_id=1] [2024/05/06 22:08:22.638 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:08:22.638 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:08:22.638 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:08:22.642 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:08:22.642 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:08:22.643 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:08:22.644 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20162] [thread_id=1] [2024/05/06 22:08:22.644 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=17] [2024/05/06 22:08:22.645 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=17] [2024/05/06 22:08:22.649 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:32.640 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:32.650 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(2)] [thread_id=7] [2024/05/06 22:08:32.650 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=13] [store_id=1] [peer_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.650 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.650 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.650 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.650 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 24."] [id=24] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.650 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=15] [store_id=1] [peer_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.650 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.650 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.650 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.650 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 25."] [id=25] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.650 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=11] [store_id=1] [peer_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.650 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.650 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.650 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.650 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 23."] [id=23] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.650 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 13"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=13] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:32.650 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:32.650 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=17] [store_id=1] [peer_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:32.650 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:32.650 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:32.650 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:32.650 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 26."] [id=26] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:32.650 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=7] [store_id=1] [peer_id=27] [region_id=5] [thread_id=102] [2024/05/06 22:08:32.650 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=27] [region_id=5] [thread_id=102] [2024/05/06 22:08:32.650 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=27] [region_id=5] [thread_id=102] [2024/05/06 22:08:32.650 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=27] [region_id=5] [thread_id=102] [2024/05/06 22:08:32.650 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 27."] [id=27] [raft_id=27] [region_id=5] [thread_id=102] [2024/05/06 22:08:32.650 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 15"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=15] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.650 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.651 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 11"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=11] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.651 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.651 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 17"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=17] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:32.651 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:32.651 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 7"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=7] [raft_id=27] [region_id=5] [thread_id=102] [2024/05/06 22:08:32.651 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=27] [region_id=5] [thread_id=102] [2024/05/06 22:08:32.652 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20160] [store_id=2] [thread_id=71] [2024/05/06 22:08:32.652 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=2] [addr=127.0.0.1:20160] [thread_id=71] [2024/05/06 22:08:32.652 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=5] [cost=825.336µs] [addr=127.0.0.1:20160] [store_id=2] [thread_id=71] [2024/05/06 22:08:32.654 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=132] [2024/05/06 22:08:32.654 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=131] [2024/05/06 22:08:32.654 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=130] [2024/05/06 22:08:32.654 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_10_6_9_(default|lock|write).sst] [snap_key=10_6_9] [thread_id=132] [2024/05/06 22:08:32.654 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_14_6_9_(default|lock|write).sst] [snap_key=14_6_9] [thread_id=130] [2024/05/06 22:08:32.654 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_12_6_9_(default|lock|write).sst] [snap_key=12_6_9] [thread_id=131] [2024/05/06 22:08:32.654 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=129] [2024/05/06 22:08:32.654 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_5_6_10_(default|lock|write).sst] [snap_key=5_6_10] [thread_id=129] [2024/05/06 22:08:32.655 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=443.883µs] [snap_key=14_6_9] [thread_id=130] [2024/05/06 22:08:32.655 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=346.844µs] [snap_key=5_6_10] [thread_id=129] [2024/05/06 22:08:32.655 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.655 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=540.733µs] [snap_key=12_6_9] [thread_id=131] [2024/05/06 22:08:32.655 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=586.431µs] [snap_key=10_6_9] [thread_id=132] [2024/05/06 22:08:32.655 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 10, term: 6]"] [snapshot_term=6] [snapshot_index=10] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=27] [region_id=5] [thread_id=101] [2024/05/06 22:08:32.655 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 15} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.655 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {22, 7} }, outgoing: Configuration { voters: {} } }, learners: {27}, learners_next: {}, auto_leave: false }"] [raft_id=27] [region_id=5] [thread_id=101] [2024/05/06 22:08:32.655 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.655 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=10] [last_term=6] [last_index=10] [commit=10] [raft_id=27] [region_id=5] [thread_id=101] [2024/05/06 22:08:32.655 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.655 +08:00] [INFO] [raft.rs:2549] ["[commit: 10, term: 6] restored snapshot [index: 10, term: 6]"] [snapshot_term=6] [snapshot_index=10] [commit=10] [term=6] [raft_id=27] [region_id=5] [thread_id=101] [2024/05/06 22:08:32.655 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.655 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=27] [region_id=5] [thread_id=101] [2024/05/06 22:08:32.655 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 25 store_id: 1 role: Learner }"] [peer_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.655 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=129] [2024/05/06 22:08:32.655 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 10 truncated_state { index: 10 term: 6 }"] [region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 7 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 27 store_id: 1 role: Learner }"] [peer_id=27] [region_id=5] [thread_id=101] [2024/05/06 22:08:32.655 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.655 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:32.655 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 19} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.655 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.655 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.655 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {18, 11} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:32.655 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:32.655 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:32.655 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.655 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:32.655 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 24 store_id: 1 role: Learner }"] [peer_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.655 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 23 store_id: 1 role: Learner }"] [peer_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:32.655 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_16_6_9_(default|lock|write).sst] [snap_key=16_6_9] [thread_id=129] [2024/05/06 22:08:32.655 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 7 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 27 store_id: 1 role: Learner }"] [peer_id=27] [region_id=5] [thread_id=101] [2024/05/06 22:08:32.655 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 25 store_id: 1 role: Learner }"] [peer_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.655 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=27] [region_id=5] [thread_id=80] [2024/05/06 22:08:32.655 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=412.713µs] [snap_key=16_6_9] [thread_id=129] [2024/05/06 22:08:32.655 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:32.655 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 21} }, outgoing: Configuration { voters: {} } }, learners: {26}, learners_next: {}, auto_leave: false }"] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:32.655 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:32.655 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:32.655 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:32.655 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 26 store_id: 1 role: Learner }"] [peer_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:32.656 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:32.656 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 24 store_id: 1 role: Learner }"] [peer_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.656 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 23 store_id: 1 role: Learner }"] [peer_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:32.656 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=116.959µs] [region_id=5] [thread_id=80] [2024/05/06 22:08:32.656 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 26 store_id: 1 role: Learner }"] [peer_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:32.656 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=25] [region_id=14] [thread_id=80] [2024/05/06 22:08:32.656 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:32.656 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=25.526µs] [region_id=14] [thread_id=80] [2024/05/06 22:08:32.656 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=24] [region_id=12] [thread_id=80] [2024/05/06 22:08:32.656 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:32.656 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=16.182µs] [region_id=12] [thread_id=80] [2024/05/06 22:08:32.656 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=23] [region_id=10] [thread_id=80] [2024/05/06 22:08:32.656 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:32.656 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=13.605µs] [region_id=10] [thread_id=80] [2024/05/06 22:08:32.656 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=26] [region_id=16] [thread_id=80] [2024/05/06 22:08:32.656 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:32.656 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=14.757µs] [region_id=16] [thread_id=80] [2024/05/06 22:08:32.656 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 27 store_id: 1 } } }"] [index=11] [term=6] [peer_id=27] [region_id=5] [thread_id=103] [2024/05/06 22:08:32.656 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=27] [region_id=5] [thread_id=103] [2024/05/06 22:08:32.656 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 7 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 27 store_id: 1 }"] [original_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 7 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 27 store_id: 1 role: Learner }"] [changes="[peer { id: 27 store_id: 1 }]"] [peer_id=27] [region_id=5] [thread_id=103] [2024/05/06 22:08:32.656 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 1 } } }"] [index=10] [term=6] [peer_id=25] [region_id=14] [thread_id=103] [2024/05/06 22:08:32.656 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=25] [region_id=14] [thread_id=103] [2024/05/06 22:08:32.657 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 25 store_id: 1 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 25 store_id: 1 role: Learner }"] [changes="[peer { id: 25 store_id: 1 }]"] [peer_id=25] [region_id=14] [thread_id=103] [2024/05/06 22:08:32.657 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 1 } } }"] [index=10] [term=6] [peer_id=24] [region_id=12] [thread_id=104] [2024/05/06 22:08:32.657 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=24] [region_id=12] [thread_id=104] [2024/05/06 22:08:32.657 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 24 store_id: 1 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 24 store_id: 1 role: Learner }"] [changes="[peer { id: 24 store_id: 1 }]"] [peer_id=24] [region_id=12] [thread_id=104] [2024/05/06 22:08:32.657 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 25, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:32.657 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {27, 22, 7} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=27] [region_id=5] [thread_id=102] [2024/05/06 22:08:32.657 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 26 store_id: 1 } } }"] [index=10] [term=6] [peer_id=26] [region_id=16] [thread_id=103] [2024/05/06 22:08:32.657 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=26] [region_id=16] [thread_id=103] [2024/05/06 22:08:32.657 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 26 store_id: 1 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 26 store_id: 1 role: Learner }"] [changes="[peer { id: 26 store_id: 1 }]"] [peer_id=26] [region_id=16] [thread_id=103] [2024/05/06 22:08:32.657 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 1 } } }"] [index=10] [term=6] [peer_id=23] [region_id=10] [thread_id=103] [2024/05/06 22:08:32.657 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=23] [region_id=10] [thread_id=103] [2024/05/06 22:08:32.657 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 23 store_id: 1 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 23 store_id: 1 role: Learner }"] [changes="[peer { id: 23 store_id: 1 }]"] [peer_id=23] [region_id=10] [thread_id=103] [2024/05/06 22:08:32.657 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {24, 13, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.657 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 21, 26} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:32.657 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {23, 18, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:09:22.639 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=10_6_9] [peer_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:09:22.639 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=5_6_10] [peer_id=27] [region_id=5] [thread_id=101] [2024/05/06 22:09:22.639 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=14_6_9] [peer_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:09:22.639 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=12_6_9] [peer_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:09:22.639 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=16_6_9] [peer_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:09:22.639 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:22.640 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:22.640 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:22.640 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:22.640 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] ==> ./tikv2.log <== [2024/05/06 22:08:15.179 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:08:15.179 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:08:15.179 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:08:15.179 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:08:15.179 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:08:15.179 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:08:15.179 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:08:15.179 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:08:15.179 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:08:15.179 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:08:15.179 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:08:15.179 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={8, 29, 26, 17, 18, 36, 71, 16, 49, 27, 59, 65, 58, 44, 52, 56, 62, 13, 0, 28, 34, 54, 47, 25, 46, 50, 20, 64, 22, 23, 9, 63, 51, 32, 57, 31, 7, 60, 30, 21, 10, 69, 70, 6, 68, 24, 42, 66, 67, 35, 61, 12, 11, 14, 33, 45, 48, 15, 43, 19, 53, 55}"] [thread_id=1] [2024/05/06 22:08:15.179 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:08:15.179 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 128, expect 32768"] [thread_id=1] [2024/05/06 22:08:15.179 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:08:15.179 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:08:15.181 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:15.181 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:08:15.181 +08:00] [INFO] [] ["subchannel 0x7f492cc4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f492ccafb88, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f492cc37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f492ccd2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004495.181474508\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:08:15.181 +08:00] [INFO] [] ["subchannel 0x7f492cc4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f492ccafb88, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f492cc37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f492ccd2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:15.181 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:15.181 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:15.182 +08:00] [INFO] [] ["subchannel 0x7f492cc4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f492ccafb88, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f492cc37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f492ccd2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004495.181963361\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:08:15.182 +08:00] [INFO] [] ["subchannel 0x7f492cc4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f492ccafb88, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f492cc37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f492ccd2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:15.182 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:15.182 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:15.182 +08:00] [INFO] [] ["subchannel 0x7f492cc4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f492ccafb88, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f492cc37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f492ccd2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004495.182240365\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:08:15.182 +08:00] [INFO] [] ["subchannel 0x7f492cc4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f492ccafb88, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f492cc37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f492ccd2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:15.182 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:15.182 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:08:15.483 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:17.484 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:17.484 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.227 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:19.529 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:19.530 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.531 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:19.532 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:19.533 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.534 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.534 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:08:19.534 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888237898523316] [thread_id=1] [2024/05/06 22:08:19.535 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:19.535 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:19.537 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20181] [thread_id=1] [2024/05/06 22:08:19.538 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:08:19.539 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374237/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374236/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374235/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374234/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374233/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374232/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374231/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374230/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374227/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/326938/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59949/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59948/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59947/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59946/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59945/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59944/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59943/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/655835/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/655835/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data] [thread_id=1] [2024/05/06 22:08:19.539 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data] [thread_id=1] [2024/05/06 22:08:19.540 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,seclabel,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374237/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374236/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374235/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374234/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374233/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374232/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374231/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374230/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/374227/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/326938/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59949/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59948/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59947/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59946/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59945/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59944/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/59943/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/655835/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/655835/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft] [thread_id=1] [2024/05/06 22:08:19.540 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft] [thread_id=1] [2024/05/06 22:08:19.540 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv2.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20161\",\"advertise-addr\":\"127.0.0.1:20161\",\"status-addr\":\"127.0.0.1:20181\",\"advertise-status-addr\":\"127.0.0.1:20181\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=1ms] [thread_id=18] [2024/05/06 22:08:19.542 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=17] [2024/05/06 22:08:19.542 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=17] [2024/05/06 22:08:19.542 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=17] [2024/05/06 22:08:19.542 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:08:19.553 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:08:19.553 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:08:19.553 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 231.269µs"] [thread_id=1] [2024/05/06 22:08:19.618 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:08:19.620 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:08:19.621 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:08:19.621 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/log-backup-temp] [thread_id=1] [2024/05/06 22:08:19.621 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=74] [2024/05/06 22:08:19.622 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:08:19.622 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:08:19.622 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:08:19.622 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=73] [2024/05/06 22:08:19.622 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:08:19.622 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=74] [2024/05/06 22:08:19.629 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 8 region_epoch { conf_ver: 1 version: 1 } peers { id: 9 store_id: 3 }"] [store_id=3] [thread_id=1] [2024/05/06 22:08:19.635 +08:00] [INFO] [raft_server.rs:416] ["cluster is already bootstrapped"] [cluster_id=7365888237898523316] [thread_id=1] [2024/05/06 22:08:19.635 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 3 address: \"127.0.0.1:20161\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20161\" status_address: \"127.0.0.1:20181\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004499 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:08:19.638 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=3] [status=Some()] [thread_id=1] [2024/05/06 22:08:19.638 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=2] [thread_id=1] [2024/05/06 22:08:19.638 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=3] [thread_id=1] [2024/05/06 22:08:19.638 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=3] [thread_id=1] [2024/05/06 22:08:19.639 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:08:19.642 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:08:19.642 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=37.242µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=0] [store_id=3] [thread_id=1] [2024/05/06 22:08:19.642 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=43.967µs] [garbage_range_count=1] [store_id=3] [thread_id=1] [2024/05/06 22:08:19.644 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:08:19.644 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:08:19.644 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:08:19.648 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:08:19.648 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:08:19.649 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:08:19.650 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20161] [thread_id=1] [2024/05/06 22:08:19.651 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=17] [2024/05/06 22:08:19.651 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=17] [2024/05/06 22:08:19.655 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:29.646 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:29.657 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(2)] [thread_id=7] [2024/05/06 22:08:29.657 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=15] [store_id=3] [peer_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:08:29.657 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:08:29.657 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:08:29.657 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:08:29.657 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 20."] [id=20] [raft_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:08:29.657 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=13] [store_id=3] [peer_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:29.657 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:29.657 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:29.657 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:29.657 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 19."] [id=19] [raft_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:29.657 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=17] [store_id=3] [peer_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:08:29.657 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:08:29.657 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:08:29.657 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:08:29.657 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 21."] [id=21] [raft_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:08:29.657 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 15"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=15] [raft_id=20] [region_id=14] [thread_id=101] [2024/05/06 22:08:29.657 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=20] [region_id=14] [thread_id=101] [2024/05/06 22:08:29.657 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=11] [store_id=3] [peer_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:29.657 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:29.657 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:29.657 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:29.657 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 18."] [id=18] [raft_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:29.657 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=2] [create_by_peer_id=7] [store_id=3] [peer_id=22] [region_id=5] [thread_id=102] [2024/05/06 22:08:29.657 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=5] [thread_id=102] [2024/05/06 22:08:29.657 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=22] [region_id=5] [thread_id=102] [2024/05/06 22:08:29.657 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=22] [region_id=5] [thread_id=102] [2024/05/06 22:08:29.657 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 22."] [id=22] [raft_id=22] [region_id=5] [thread_id=102] [2024/05/06 22:08:29.657 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 13"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=13] [raft_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:29.657 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:29.658 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 17"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=17] [raft_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:08:29.658 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:08:29.658 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 11"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=11] [raft_id=18] [region_id=10] [thread_id=101] [2024/05/06 22:08:29.658 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=18] [region_id=10] [thread_id=101] [2024/05/06 22:08:29.658 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 7"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=7] [raft_id=22] [region_id=5] [thread_id=102] [2024/05/06 22:08:29.658 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=22] [region_id=5] [thread_id=102] [2024/05/06 22:08:29.658 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20160] [store_id=2] [thread_id=71] [2024/05/06 22:08:29.658 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=2] [addr=127.0.0.1:20160] [thread_id=71] [2024/05/06 22:08:29.659 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=5] [cost=742.561µs] [addr=127.0.0.1:20160] [store_id=2] [thread_id=71] [2024/05/06 22:08:29.662 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=132] [2024/05/06 22:08:29.662 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=131] [2024/05/06 22:08:29.662 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=130] [2024/05/06 22:08:29.662 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=129] [2024/05/06 22:08:29.662 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_14_6_7_(default|lock|write).sst] [snap_key=14_6_7] [thread_id=132] [2024/05/06 22:08:29.662 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_5_6_8_(default|lock|write).sst] [snap_key=5_6_8] [thread_id=131] [2024/05/06 22:08:29.662 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_12_6_7_(default|lock|write).sst] [snap_key=12_6_7] [thread_id=129] [2024/05/06 22:08:29.662 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_16_6_7_(default|lock|write).sst] [snap_key=16_6_7] [thread_id=130] [2024/05/06 22:08:29.662 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=462.663µs] [snap_key=5_6_8] [thread_id=131] [2024/05/06 22:08:29.662 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=377.499µs] [snap_key=12_6_7] [thread_id=129] [2024/05/06 22:08:29.662 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 8, term: 6]"] [snapshot_term=6] [snapshot_index=8] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=22] [region_id=5] [thread_id=101] [2024/05/06 22:08:29.662 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:29.662 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {7} }, outgoing: Configuration { voters: {} } }, learners: {22}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=5] [thread_id=101] [2024/05/06 22:08:29.662 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=8] [last_term=6] [last_index=8] [commit=8] [raft_id=22] [region_id=5] [thread_id=101] [2024/05/06 22:08:29.662 +08:00] [INFO] [raft.rs:2549] ["[commit: 8, term: 6] restored snapshot [index: 8, term: 6]"] [snapshot_term=6] [snapshot_index=8] [commit=8] [term=6] [raft_id=22] [region_id=5] [thread_id=101] [2024/05/06 22:08:29.662 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {19}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:29.662 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:29.662 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=570.484µs] [snap_key=14_6_7] [thread_id=132] [2024/05/06 22:08:29.662 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:29.662 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=494.67µs] [snap_key=16_6_7] [thread_id=130] [2024/05/06 22:08:29.662 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=22] [region_id=5] [thread_id=101] [2024/05/06 22:08:29.662 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:29.662 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=130] [2024/05/06 22:08:29.662 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 2 } peers { id: 19 store_id: 3 role: Learner }"] [peer_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:29.662 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 8 truncated_state { index: 8 term: 6 }"] [region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 7 store_id: 2 } peers { id: 22 store_id: 3 role: Learner }"] [peer_id=22] [region_id=5] [thread_id=101] [2024/05/06 22:08:29.662 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:08:29.662 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {20}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:08:29.662 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:08:29.662 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=21] [region_id=16] [thread_id=101] [2024/05/06 22:08:29.662 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:08:29.662 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:08:29.662 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }, learners: {21}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=16] [thread_id=101] [2024/05/06 22:08:29.662 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=21] [region_id=16] [thread_id=101] [2024/05/06 22:08:29.662 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=21] [region_id=16] [thread_id=101] [2024/05/06 22:08:29.662 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_10_6_7_(default|lock|write).sst] [snap_key=10_6_7] [thread_id=130] [2024/05/06 22:08:29.662 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 2 } peers { id: 20 store_id: 3 role: Learner }"] [peer_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:08:29.662 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=21] [region_id=16] [thread_id=101] [2024/05/06 22:08:29.662 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 2 } peers { id: 21 store_id: 3 role: Learner }"] [peer_id=21] [region_id=16] [thread_id=101] [2024/05/06 22:08:29.663 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 2 } peers { id: 19 store_id: 3 role: Learner }"] [peer_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:29.663 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 7 store_id: 2 } peers { id: 22 store_id: 3 role: Learner }"] [peer_id=22] [region_id=5] [thread_id=101] [2024/05/06 22:08:29.663 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=381.53µs] [snap_key=10_6_7] [thread_id=130] [2024/05/06 22:08:29.663 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:29.663 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {18}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:29.663 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:29.663 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:29.663 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:29.663 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=19] [region_id=12] [thread_id=80] [2024/05/06 22:08:29.663 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 2 } peers { id: 18 store_id: 3 role: Learner }"] [peer_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:29.663 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 2 } peers { id: 20 store_id: 3 role: Learner }"] [peer_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:08:29.663 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 2 } peers { id: 21 store_id: 3 role: Learner }"] [peer_id=21] [region_id=16] [thread_id=101] [2024/05/06 22:08:29.663 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:29.663 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=48.396µs] [region_id=12] [thread_id=80] [2024/05/06 22:08:29.663 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 2 } peers { id: 18 store_id: 3 role: Learner }"] [peer_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:29.663 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=22] [region_id=5] [thread_id=80] [2024/05/06 22:08:29.663 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:29.663 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=30.115µs] [region_id=5] [thread_id=80] [2024/05/06 22:08:29.663 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=21] [region_id=16] [thread_id=80] [2024/05/06 22:08:29.663 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:29.663 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=17.406µs] [region_id=16] [thread_id=80] [2024/05/06 22:08:29.663 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=20] [region_id=14] [thread_id=80] [2024/05/06 22:08:29.663 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:29.663 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=16.172µs] [region_id=14] [thread_id=80] [2024/05/06 22:08:29.663 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=18] [region_id=10] [thread_id=80] [2024/05/06 22:08:29.663 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:29.664 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=18.57µs] [region_id=10] [thread_id=80] [2024/05/06 22:08:29.664 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 19 store_id: 3 } } }"] [index=8] [term=6] [peer_id=19] [region_id=12] [thread_id=103] [2024/05/06 22:08:29.664 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=19] [region_id=12] [thread_id=103] [2024/05/06 22:08:29.664 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 22 store_id: 3 } } }"] [index=9] [term=6] [peer_id=22] [region_id=5] [thread_id=104] [2024/05/06 22:08:29.664 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=22] [region_id=5] [thread_id=104] [2024/05/06 22:08:29.664 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 2 } peers { id: 19 store_id: 3 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 2 } peers { id: 19 store_id: 3 role: Learner }"] [changes="[peer { id: 19 store_id: 3 }]"] [peer_id=19] [region_id=12] [thread_id=103] [2024/05/06 22:08:29.664 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 7 store_id: 2 } peers { id: 22 store_id: 3 }"] [original_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 7 store_id: 2 } peers { id: 22 store_id: 3 role: Learner }"] [changes="[peer { id: 22 store_id: 3 }]"] [peer_id=22] [region_id=5] [thread_id=104] [2024/05/06 22:08:29.664 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 21 store_id: 3 } } }"] [index=8] [term=6] [peer_id=21] [region_id=16] [thread_id=103] [2024/05/06 22:08:29.664 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=21] [region_id=16] [thread_id=103] [2024/05/06 22:08:29.664 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 2 } peers { id: 21 store_id: 3 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 2 } peers { id: 21 store_id: 3 role: Learner }"] [changes="[peer { id: 21 store_id: 3 }]"] [peer_id=21] [region_id=16] [thread_id=103] [2024/05/06 22:08:29.664 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 20 store_id: 3 } } }"] [index=8] [term=6] [peer_id=20] [region_id=14] [thread_id=103] [2024/05/06 22:08:29.664 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=20] [region_id=14] [thread_id=103] [2024/05/06 22:08:29.664 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 2 } peers { id: 20 store_id: 3 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 2 } peers { id: 20 store_id: 3 role: Learner }"] [changes="[peer { id: 20 store_id: 3 }]"] [peer_id=20] [region_id=14] [thread_id=103] [2024/05/06 22:08:29.664 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {22, 7} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=5] [thread_id=101] [2024/05/06 22:08:29.664 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 18 store_id: 3 } } }"] [index=8] [term=6] [peer_id=18] [region_id=10] [thread_id=104] [2024/05/06 22:08:29.664 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=18] [region_id=10] [thread_id=104] [2024/05/06 22:08:29.664 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 2 } peers { id: 18 store_id: 3 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 2 } peers { id: 18 store_id: 3 role: Learner }"] [changes="[peer { id: 18 store_id: 3 }]"] [peer_id=18] [region_id=10] [thread_id=104] [2024/05/06 22:08:29.664 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=12] [thread_id=101] [2024/05/06 22:08:29.664 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 21} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:08:29.664 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=14] [thread_id=101] [2024/05/06 22:08:29.664 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {18, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.648 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 23 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=18] [region_id=10] [thread_id=104] [2024/05/06 22:08:32.648 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 24 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=19] [region_id=12] [thread_id=103] [2024/05/06 22:08:32.648 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=18] [region_id=10] [thread_id=104] [2024/05/06 22:08:32.648 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=19] [region_id=12] [thread_id=103] [2024/05/06 22:08:32.648 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 23 store_id: 1 role: Learner }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 2 } peers { id: 18 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 1 role: Learner }]"] [peer_id=18] [region_id=10] [thread_id=104] [2024/05/06 22:08:32.648 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 24 store_id: 1 role: Learner }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 2 } peers { id: 19 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 1 role: Learner }]"] [peer_id=19] [region_id=12] [thread_id=103] [2024/05/06 22:08:32.648 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 25 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=20] [region_id=14] [thread_id=104] [2024/05/06 22:08:32.648 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=20] [region_id=14] [thread_id=104] [2024/05/06 22:08:32.648 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 26 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=21] [region_id=16] [thread_id=103] [2024/05/06 22:08:32.648 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=21] [region_id=16] [thread_id=103] [2024/05/06 22:08:32.648 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 25 store_id: 1 role: Learner }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 2 } peers { id: 20 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 1 role: Learner }]"] [peer_id=20] [region_id=14] [thread_id=104] [2024/05/06 22:08:32.648 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 26 store_id: 1 role: Learner }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 2 } peers { id: 21 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 26 store_id: 1 role: Learner }]"] [peer_id=21] [region_id=16] [thread_id=103] [2024/05/06 22:08:32.648 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 27 store_id: 1 role: Learner } } }"] [index=10] [term=6] [peer_id=22] [region_id=5] [thread_id=103] [2024/05/06 22:08:32.648 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=22] [region_id=5] [thread_id=103] [2024/05/06 22:08:32.648 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 7 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 27 store_id: 1 role: Learner }"] [original_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 7 store_id: 2 } peers { id: 22 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 27 store_id: 1 role: Learner }]"] [peer_id=22] [region_id=5] [thread_id=103] [2024/05/06 22:08:32.648 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {18, 11} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.648 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 15} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=14] [thread_id=101] [2024/05/06 22:08:32.648 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 19} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.648 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 21} }, outgoing: Configuration { voters: {} } }, learners: {26}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=16] [thread_id=101] [2024/05/06 22:08:32.648 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {22, 7} }, outgoing: Configuration { voters: {} } }, learners: {27}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=5] [thread_id=102] [2024/05/06 22:08:32.656 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 27 store_id: 1 } } }"] [index=11] [term=6] [peer_id=22] [region_id=5] [thread_id=104] [2024/05/06 22:08:32.656 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=22] [region_id=5] [thread_id=104] [2024/05/06 22:08:32.656 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 7 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 27 store_id: 1 }"] [original_region="id: 5 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 7 store_id: 2 } peers { id: 22 store_id: 3 } peers { id: 27 store_id: 1 role: Learner }"] [changes="[peer { id: 27 store_id: 1 }]"] [peer_id=22] [region_id=5] [thread_id=104] [2024/05/06 22:08:32.656 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 1 } } }"] [index=10] [term=6] [peer_id=20] [region_id=14] [thread_id=103] [2024/05/06 22:08:32.656 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=20] [region_id=14] [thread_id=103] [2024/05/06 22:08:32.656 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 25 store_id: 1 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 2 } peers { id: 20 store_id: 3 } peers { id: 25 store_id: 1 role: Learner }"] [changes="[peer { id: 25 store_id: 1 }]"] [peer_id=20] [region_id=14] [thread_id=103] [2024/05/06 22:08:32.656 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 1 } } }"] [index=10] [term=6] [peer_id=19] [region_id=12] [thread_id=103] [2024/05/06 22:08:32.656 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=19] [region_id=12] [thread_id=103] [2024/05/06 22:08:32.657 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 24 store_id: 1 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 2 } peers { id: 19 store_id: 3 } peers { id: 24 store_id: 1 role: Learner }"] [changes="[peer { id: 24 store_id: 1 }]"] [peer_id=19] [region_id=12] [thread_id=103] [2024/05/06 22:08:32.657 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {27, 22, 7} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=5] [thread_id=101] [2024/05/06 22:08:32.657 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 1 } } }"] [index=10] [term=6] [peer_id=18] [region_id=10] [thread_id=104] [2024/05/06 22:08:32.657 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=18] [region_id=10] [thread_id=104] [2024/05/06 22:08:32.657 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 23 store_id: 1 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 2 } peers { id: 18 store_id: 3 } peers { id: 23 store_id: 1 role: Learner }"] [changes="[peer { id: 23 store_id: 1 }]"] [peer_id=18] [region_id=10] [thread_id=104] [2024/05/06 22:08:32.657 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 26 store_id: 1 } } }"] [index=10] [term=6] [peer_id=21] [region_id=16] [thread_id=104] [2024/05/06 22:08:32.657 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=21] [region_id=16] [thread_id=104] [2024/05/06 22:08:32.657 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 26 store_id: 1 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 2 } peers { id: 21 store_id: 3 } peers { id: 26 store_id: 1 role: Learner }"] [changes="[peer { id: 26 store_id: 1 }]"] [peer_id=21] [region_id=16] [thread_id=104] [2024/05/06 22:08:32.657 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 25, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=14] [thread_id=101] [2024/05/06 22:08:32.657 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {24, 13, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.657 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {23, 18, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=10] [thread_id=101] [2024/05/06 22:08:32.657 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 21, 26} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:09:19.645 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=5_6_8] [peer_id=22] [region_id=5] [thread_id=101] [2024/05/06 22:09:19.645 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=10_6_7] [peer_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:09:19.645 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=12_6_7] [peer_id=19] [region_id=12] [thread_id=101] [2024/05/06 22:09:19.645 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=14_6_7] [peer_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:09:19.645 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=16_6_7] [peer_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:09:19.645 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:19.645 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:19.645 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:19.645 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:19.645 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] + find . -name '*.out' -type f -exec tail -n 500 '{}' + [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [1,509 / 1,541] GoCompilePkg br/pkg/conn/conn.a; Downloading br/pkg/conn/conn.a, 4.0 MiB / 6.9 MiB; 0s remote-cache ... (4 actions, 0 running) [Pipeline] // podTemplate [1,539 / 1,542] [Prepa] GoCompilePkg tests/realtikvtest/addindextest/addindextest_test_test.external.a [Pipeline] } [Pipeline] // withEnv [Pipeline] } [1,556 / 1,567] GoCompilePkg pkg/executor/executor.a; 0s remote-cache [1,588 / 1,605] GoCompilePkg pkg/session/session.a; 0s remote-cache [1,127 / 1,567] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 49.0 MiB / 75.3 MiB; 0s remote-cache ... (8 actions, 0 running) [Pipeline] // stage [1,258 / 1,567] GoCompilePkg external/com_github_tikv_client_go_v2/oracle/oracles/oracles.a; Downloading external/com_github_tikv_client_go_v2/oracle/oracles/oracles.a, 543.8 KiB / 566.7 KiB; 0s remote-cache ... (8 actions, 0 running) [Pipeline] } [1,533 / 1,543] [Prepa] GoCompilePkg pkg/session/session.a [1,532 / 1,541] [Prepa] GoCompilePkg pkg/session/session.a [1,542 / 1,548] [Prepa] Expanding template external/remote_coverage_tools/Main [for tool] [1,257 / 1,567] GoCompilePkg external/com_github_fsouza_fake_gcs_server/fakestorage/fakestorage.a; 0s remote-cache ... (6 actions, 0 running) [1,402 / 1,567] GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 1018.7 KiB / 80.2 MiB; 0s remote-cache ... (8 actions, 0 running) [1,604 / 1,605] GoLink tests/realtikvtest/importintotest/importintotest_test_/importintotest_test; Downloading tests/realtikvtest/importintotest/importintotest_test_/importintotest_test, 143.0 MiB / 216.0 MiB; 0s remote-cache [1,542 / 1,543] GoLink tests/realtikvtest/addindextest4/addindextest4_test_/addindextest4_test; 1s remote-cache [1,540 / 1,541] GoLink tests/realtikvtest/addindextest3/addindextest3_test_/addindextest3_test; 1s remote-cache [1,566 / 1,567] GoLink tests/realtikvtest/importintotest2/importintotest2_test_/importintotest2_test; 1s remote-cache [1,403 / 1,567] GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a; 0s remote-cache ... (8 actions, 0 running) [1,436 / 1,567] [Prepa] GoCompilePkg pkg/executor/internal/vecgroupchecker/vecgroupchecker.a ... (5 actions, 0 running) [1,547 / 1,550] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; 0s remote-cache Target //tests/realtikvtest/addindextest:addindextest_test up-to-date: bazel-bin/tests/realtikvtest/addindextest/addindextest_test_/addindextest_test INFO: Elapsed time: 28.579s, Critical Path: 12.32s INFO: 1538 processes: 1528 remote cache hit, 10 internal. INFO: Build completed successfully, 1538 total actions Test cases: finished with 29 passing and 0 failing out of 29 test cases Executed 0 out of 1 test: 1 test passes. ./build/jenkins_collect_coverage.sh root: /home/jenkins/.tidb/tmp/6fe290a12c1bd5bc697515c884fc0103/execroot/__main__/bazel-out/k8-fastbuild/testlogs [1,605 / 1,611] [Prepa] Expanding template external/remote_coverage_tools/Main [for tool] ... (2 actions, 0 running) complete to collect bazel result. [1,436 / 1,567] [Prepa] GoCompilePkg pkg/executor/internal/vecgroupchecker/vecgroupchecker.a ... (4 actions, 0 running) [Pipeline] } [Pipeline] // dir Post stage [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb [Pipeline] { [Pipeline] junit Recording test results [1,492 / 1,567] GoCompilePkg pkg/planner/util/coreusage/coreusage.a; Downloading pkg/planner/util/coreusage/coreusage.x, 816.2 KiB / 1.2 MiB; 0s remote-cache ... (8 actions, 0 running) [Checks API] No suitable checks publisher found. [Pipeline] sh [1,549 / 1,551] [Prepa] Building external/remote_coverage_tools/Main.jar () [for tool] [1,547 / 1,549] [Prepa] Building external/remote_coverage_tools/Main.jar () [for tool] Target //tests/realtikvtest/addindextest3:addindextest3_test up-to-date: bazel-bin/tests/realtikvtest/addindextest3/addindextest3_test_/addindextest3_test INFO: Elapsed time: 27.022s, Critical Path: 10.97s INFO: 1537 processes: 1527 remote cache hit, 10 internal. INFO: Build completed successfully, 1537 total actions Test cases: finished with 4 passing and 0 failing out of 4 test cases Executed 0 out of 1 test: 1 test passes. [1,573 / 1,575] [Prepa] Building external/remote_coverage_tools/Main.jar () [for tool] INFO: From Testing //tests/realtikvtest/importintotest2:importintotest2_test: ==================== Test output for //tests/realtikvtest/importintotest2:importintotest2_test: === RUN TestImportInto [2024/05/06 13:09:43.065 +00:00] [INFO] [pd_service_discovery.go:991] ["[pd] update member urls"] [old-urls="[http://127.0.0.1:2379]"] [new-urls="[http://127.0.0.1:2379,http://127.0.0.1:2382,http://127.0.0.1:2384]"] [2024/05/06 13:09:43.065 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 13:09:43.067 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365872728081621462] [2024/05/06 13:09:43.067 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:09:43.068 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 13:09:43.069 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:09:43.069 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 13:09:43.069 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 13:09:43.069 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 13:09:43.069 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 13:09:43.072 +00:00] [INFO] [tikv_driver.go:197] ["using API V1."] [2024/05/06 13:09:43.077 +00:00] [INFO] [store_cache.go:510] ["change store resolve state"] [store=2] [addr=127.0.0.1:20162] [from=unresolved] [to=resolved] [liveness-state=reachable] [2024/05/06 13:09:43.079 +00:00] [INFO] [store_cache.go:510] ["change store resolve state"] [store=3] [addr=127.0.0.1:20160] [from=unresolved] [to=resolved] [liveness-state=reachable] [2024/05/06 13:09:43.080 +00:00] [INFO] [store_cache.go:510] ["change store resolve state"] [store=1] [addr=127.0.0.1:20161] [from=unresolved] [to=resolved] [liveness-state=reachable] [2024/05/06 13:09:43.105 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 13:09:43.105 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 13:09:43.114 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 13:09:43.114 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 13:09:43.127 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 13:09:43.150 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=tikv-7365872728081621462] ["ddl lease"=500ms] ["stats lease"=3s] [2024/05/06 13:09:43.258 +00:00] [WARN] [info.go:316] ["init TiFlashReplicaManager"] [2024/05/06 13:09:43.395 +00:00] [INFO] [domain.go:2796] [acquireServerID] [serverID=26] ["lease id"=6f188f4e04c6f9d2] [2024/05/06 13:09:43.398 +00:00] [INFO] [controller.go:185] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":10,\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":10,\"DegradedModeWaitDuration\":0}"] [2024/05/06 13:09:43.406 +00:00] [WARN] [domain.go:245] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\tpkg/domain/domain.go:335\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:242\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:606\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init\n\tpkg/domain/domain.go:1260\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get.func1\n\tpkg/session/tidb.go:92\ngithub.com/pingcap/tidb/pkg/util.RunWithRetry\n\tpkg/util/misc.go:70\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get\n\tpkg/session/tidb.go:79\ngithub.com/pingcap/tidb/pkg/session.createSessionWithOpt\n\tpkg/session/session.go:3620\ngithub.com/pingcap/tidb/pkg/session.createSession\n\tpkg/session/session.go:3612\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3562\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3346\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3312\ngithub.com/pingcap/tidb/tests/realtikvtest.CreateMockStoreAndDomainAndSetup\n\ttests/realtikvtest/testkit.go:124\ngithub.com/pingcap/tidb/tests/realtikvtest.CreateMockStoreAndSetup\n\ttests/realtikvtest/testkit.go:99\ntests/realtikvtest/importintotest2/importintotest2_test.(*mockGCSSuite).SetupSuite\n\ttests/realtikvtest/importintotest2/main_test.go:63\ngithub.com/stretchr/testify/suite.Run\n\texternal/com_github_stretchr_testify/suite/suite.go:157\ntests/realtikvtest/importintotest2/importintotest2_test.TestImportInto\n\ttests/realtikvtest/importintotest2/main_test.go:48\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [version=0] [2024/05/06 13:09:43.431 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=0] ["start time"=24.603091ms] [2024/05/06 13:09:43.434 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 13:09:43.434 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=850f058f-25bd-40ae-babb-feb7820d8b85] [runWorker=true] [2024/05/06 13:09:43.434 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=false] [2024/05/06 13:09:43.436 +00:00] [INFO] [manager.go:188] ["start campaign owner"] [ownerInfo="[ddl] /tidb/ddl/fg/owner"] [2024/05/06 13:09:43.437 +00:00] [WARN] [env.go:51] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2024/05/06 13:09:43.438 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 13:09:43.438 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 13:09:43.438 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 13:09:43.438 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 13:09:43.438 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 13:09:43.438 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 13:09:43.438 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 13:09:43.438 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 13:09:43.438 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 13:09:43.438 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 13:09:43.438 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 13:09:43.439 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 13:09:43.439 +00:00] [INFO] [owner_daemon.go:70] ["begin advancer daemon"] [daemon-id=LogBackup::Advancer] [2024/05/06 13:09:43.439 +00:00] [INFO] [manager.go:188] ["start campaign owner"] [ownerInfo="[log-backup] /tidb/br-stream/owner"] [2024/05/06 13:09:43.440 +00:00] [INFO] [manager.go:354] ["get owner"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager 850f058f-25bd-40ae-babb-feb7820d8b85"] ["owner key"=/tidb/ddl/fg/owner/6f188f4e04c6f9d6] [ownerID=850f058f-25bd-40ae-babb-feb7820d8b85] [op=none] [2024/05/06 13:09:43.442 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=logBackupAdvancer] [2024/05/06 13:09:43.442 +00:00] [INFO] [owner_daemon.go:81] ["begin running daemon"] [id=f1cbffdc-b473-4af9-b5c9-f83265cbcb47] [daemon-id=LogBackup::Advancer] [2024/05/06 13:09:43.442 +00:00] [INFO] [manager.go:354] ["get owner"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager f1cbffdc-b473-4af9-b5c9-f83265cbcb47"] ["owner key"=/tidb/br-stream/owner/3eaa8f4e04c6f9da] [ownerID=f1cbffdc-b473-4af9-b5c9-f83265cbcb47] [op=none] [2024/05/06 13:09:43.450 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=0] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2024/05/06 13:09:43.482 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:09:43.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS test"] [2024/05/06 13:09:43.482 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:09:43.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:43.489 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 13:09:43.490 +00:00] [INFO] [manager.go:354] ["get owner"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager 850f058f-25bd-40ae-babb-feb7820d8b85"] ["owner key"=/tidb/ddl/fg/owner/6f188f4e04c6f9d6] [ownerID=850f058f-25bd-40ae-babb-feb7820d8b85] [op=none] [2024/05/06 13:09:43.490 +00:00] [INFO] [manager.go:394] ["set owner op is the same as the original, so do nothing."] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager 850f058f-25bd-40ae-babb-feb7820d8b85"] [op=none] [2024/05/06 13:09:43.490 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 13:09:43.655 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=3] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:43.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:43.708 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=1] ["start time"=24.349783ms] [2024/05/06 13:09:43.713 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 13:09:43.725 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:43.725 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2024/05/06 13:09:43.733 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=52.809962ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:09:43.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:43.802 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:43.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:43.825 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=3] [2024/05/06 13:09:43.825 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:43.828 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.377820267\n# Parse_time: 0\n# Compile_time: 0.000513166\n# Rewrite_time: 0.000022293\n# Optimize_time: 0\n# Wait_TS: 0.000534014\n# DB: mysql\n# Is_internal: true\n# Digest: 0a22979ad136f741465cf206b13e5717b9758dda34f7cae5a7a925f91711d6a0\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse mysql;\n;"] [2024/05/06 13:09:43.829 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2024/05/06 13:09:43.852 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tPRIMARY KEY (Host, User));"] [user=] [2024/05/06 13:09:44.031 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:43.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:44.031 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:43.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tPRIMARY KEY (Host, User));"] [2024/05/06 13:09:44.080 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=5] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:43.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:44.363 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=1] [neededSchemaVersion=2] ["start time"=7.428771ms] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:44.373 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:44.373 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2024/05/06 13:09:44.405 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=52.957041ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:43.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:44.440 +00:00] [WARN] [runaway.go:166] ["failed to start runaway manager loop, please check whether the bootstrap or update is finished"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:141\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:67\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2089\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:1993\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1958\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1944\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1948\ngithub.com/pingcap/tidb/pkg/domain.(*SystemTableReader).Read\n\tpkg/domain/runaway.go:655\ngithub.com/pingcap/tidb/pkg/domain.getRunawayWatchRecord\n\tpkg/domain/runaway.go:543\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getWatchRecord\n\tpkg/domain/runaway.go:526\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getNewWatchRecords\n\tpkg/domain/runaway.go:509\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:177\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayStartLoop\n\tpkg/domain/runaway.go:156\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 13:09:44.470 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:43.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:44.633 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=5] [2024/05/06 13:09:44.633 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:44.637 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.79304182\n# Parse_time: 0\n# Compile_time: 0.008528808\n# Rewrite_time: 0.000017787\n# Optimize_time: 0\n# Wait_TS: 0.00034577\n# DB: mysql\n# Is_internal: true\n# Digest: 1dcdddcae0fb6a3fa29440fed26e29fecfb2c265d457dd4657cef0ce99abd274\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:44.641 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=2] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [user=] [2024/05/06 13:09:44.686 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:44.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:44.686 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:44.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [2024/05/06 13:09:44.733 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=7] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:44.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:44.801 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=2] [neededSchemaVersion=3] ["start time"=2.488354ms] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:44.810 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:44.810 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2024/05/06 13:09:44.847 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=52.67073ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:44.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:44.901 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:44.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:44.946 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=7] [2024/05/06 13:09:44.946 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:44.949 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.30907782\n# Parse_time: 0\n# Compile_time: 0.001742502\n# Rewrite_time: 0.000008599\n# Optimize_time: 0\n# Wait_TS: 0.000366641\n# DB: mysql\n# Is_internal: true\n# Digest: eeb59bc0d98f65a2a5aef8eaa99596260e746b00eed183baf856558ef03533ac\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:44.951 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=3] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User))"] [user=] [2024/05/06 13:09:44.991 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:44.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:44.991 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:44.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User))"] [2024/05/06 13:09:45.043 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=9] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:44.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:45.108 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=3] [neededSchemaVersion=4] ["start time"=2.756074ms] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:45.118 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:45.118 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2024/05/06 13:09:45.155 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=53.304986ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:44.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:45.206 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:44.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:45.247 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=9] [2024/05/06 13:09:45.248 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:45.251 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.300404878\n# Parse_time: 0\n# Compile_time: 0.001190788\n# Rewrite_time: 0.000008827\n# Optimize_time: 0\n# Wait_TS: 0.000330283\n# DB: mysql\n# Is_internal: true\n# Digest: 3bc9b46cf9e300a8d240915cf47216424544ed9f992c07151fba2e2cadc41632\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Warnings: [{\"Level\":\"Warning\",\"Message\":\"BLOB/TEXT/JSON column 'Priv' can't have a default value\"}]\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:45.266 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=4] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User));"] [user=] [2024/05/06 13:09:45.375 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:45.243 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:45.375 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:45.243 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User));"] [2024/05/06 13:09:45.438 +00:00] [INFO] [info.go:1142] [SetTiFlashGroupConfig] [2024/05/06 13:09:45.438 +00:00] [WARN] [info.go:506] ["response not 200"] [method=GET] [host=127.0.0.1:2379] [url=/pd/api/v1/config/rule_group/tiflash] ["http status"=404] [2024/05/06 13:09:45.443 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=11] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:45.243 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:45.618 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=4] [neededSchemaVersion=5] ["start time"=14.509743ms] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:45.629 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:45.629 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2024/05/06 13:09:45.653 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=53.075094ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:45.243 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:45.711 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:45.243 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:45.806 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=11] [2024/05/06 13:09:45.806 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:45.809 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.551670803\n# Parse_time: 0\n# Compile_time: 0.008526832\n# Rewrite_time: 0.000016467\n# Optimize_time: 0\n# Wait_TS: 0.000409326\n# DB: mysql\n# Is_internal: true\n# Digest: e02ee30435ff06e52f357a0a68828973f373118f7009cbdfbeb747a4e7d91418\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:45.816 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=5] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name));"] [user=] [2024/05/06 13:09:45.882 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:45.793 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:45.882 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:45.793 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name));"] [2024/05/06 13:09:45.930 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=13] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:45.793 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:46.027 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=5] [neededSchemaVersion=6] ["start time"=3.162605ms] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:46.036 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:46.036 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2024/05/06 13:09:46.072 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=52.756265ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:45.793 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:46.108 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:45.793 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:46.166 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=13] [2024/05/06 13:09:46.166 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:46.169 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.356038057\n# Parse_time: 0\n# Compile_time: 0.00237421\n# Rewrite_time: 0.000009518\n# Optimize_time: 0\n# Wait_TS: 0.000340763\n# DB: mysql\n# Is_internal: true\n# Digest: 5759132672d59a4de3b27e6fbbd8f039e7489d9187962651ede26b9390589e5c\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:46.174 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=6] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name));"] [user=] [2024/05/06 13:09:46.244 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:46.143 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:46.244 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:46.143 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name));"] [2024/05/06 13:09:46.294 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=15] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:46.143 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:46.383 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=6] [neededSchemaVersion=7] ["start time"=3.116432ms] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:46.394 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:46.394 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2024/05/06 13:09:46.429 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=53.906008ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:46.143 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:46.468 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:46.143 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:46.523 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=15] [2024/05/06 13:09:46.524 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:46.527 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.354802679\n# Parse_time: 0\n# Compile_time: 0.002159215\n# Rewrite_time: 0.000011449\n# Optimize_time: 0\n# Wait_TS: 0.00041127\n# DB: mysql\n# Is_internal: true\n# Digest: 36f214f75d4d00ba6ac1ac7b8c95c01ec9574a40c07a536b2afe7a72144551b8\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:46.530 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=7] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [user=] [2024/05/06 13:09:46.569 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:46.543 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:46.569 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:46.543 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [2024/05/06 13:09:46.645 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=17] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:46.543 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:46.706 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=7] [neededSchemaVersion=8] ["start time"=2.245206ms] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:46.716 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:46.716 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2024/05/06 13:09:46.751 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=53.050685ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:46.543 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:46.806 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:46.543 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:46.846 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=17] [2024/05/06 13:09:46.846 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:46.849 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.31943378\n# Parse_time: 0\n# Compile_time: 0.001159244\n# Rewrite_time: 0.000010126\n# Optimize_time: 0\n# Wait_TS: 0.000313352\n# DB: mysql\n# Is_internal: true\n# Digest: 1b59564c29970a0a8880792322e02b7df09888f7d0a2dfc190f3ed0ff12369d4\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:46.851 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=8] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [user=] [2024/05/06 13:09:46.896 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:46.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:46.896 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:46.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [2024/05/06 13:09:46.971 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=19] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:46.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:47.038 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=8] [neededSchemaVersion=9] ["start time"=2.577711ms] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:47.049 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:47.049 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2024/05/06 13:09:47.084 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=53.315435ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:46.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:47.157 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:46.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:47.202 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=19] [2024/05/06 13:09:47.203 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:47.206 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.3555376\n# Parse_time: 0\n# Compile_time: 0.001110108\n# Rewrite_time: 0.000008198\n# Optimize_time: 0\n# Wait_TS: 0.000322051\n# DB: mysql\n# Is_internal: true\n# Digest: ade124588c0253b12ce82702300a98a0ff778787142ce450039efbd6347664dc\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:47.210 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=9] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [user=] [2024/05/06 13:09:47.260 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:47.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:47.260 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:47.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [2024/05/06 13:09:47.298 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=21] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:47.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:47.374 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=9] [neededSchemaVersion=10] ["start time"=2.922782ms] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:47.383 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:47.384 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2024/05/06 13:09:47.420 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=52.824709ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:47.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:47.456 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:47.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:47.504 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=21] [2024/05/06 13:09:47.504 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:47.511 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=10] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [user=] [2024/05/06 13:09:47.558 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:47.493 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:47.558 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:47.493 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [2024/05/06 13:09:47.637 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=23] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:47.493 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:47.716 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=10] [neededSchemaVersion=11] ["start time"=2.969628ms] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:47.725 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:47.725 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2024/05/06 13:09:47.762 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=53.388147ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:47.493 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:47.806 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:47.493 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:47.857 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=23] [2024/05/06 13:09:47.858 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:47.861 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.352088781\n# Parse_time: 0\n# Compile_time: 0.002363386\n# Rewrite_time: 0.000018229\n# Optimize_time: 0\n# Wait_TS: 0.0003576\n# DB: mysql\n# Is_internal: true\n# Digest: 2db2929397c955d277d1b5400209b98787aa0797f979b9c213e3924c27b82ea9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:47.869 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=11] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2024/05/06 13:09:47.871 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2024/05/06 13:09:47.942 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:47.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:47.942 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:47.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [2024/05/06 13:09:47.986 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=25] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:47.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:48.099 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=11] [neededSchemaVersion=12] ["start time"=3.818798ms] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:48.109 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:48.109 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2024/05/06 13:09:48.145 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=53.406951ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:47.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:48.208 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:47.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:48.304 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=25] [2024/05/06 13:09:48.304 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:48.307 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.442732334\n# Parse_time: 0\n# Compile_time: 0.004546392\n# Rewrite_time: 0.000010916\n# Optimize_time: 0\n# Wait_TS: 0.000362456\n# DB: mysql\n# Is_internal: true\n# Digest: e038e634a5f1b7e5429d1252be7edf0ffb0922e8636032b9c68fd59f0484f6ef\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:48.316 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=12] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [user=] [2024/05/06 13:09:48.372 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:48.293 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:48.372 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:48.293 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [2024/05/06 13:09:48.427 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=27] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:48.293 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:48.518 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=12] [neededSchemaVersion=13] ["start time"=3.178376ms] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:48.527 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:48.527 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2024/05/06 13:09:48.564 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=53.205512ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:48.293 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:48.606 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:48.293 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:48.662 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=27] [2024/05/06 13:09:48.662 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:48.665 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.353033673\n# Parse_time: 0\n# Compile_time: 0.00418915\n# Rewrite_time: 0.000010983\n# Optimize_time: 0\n# Wait_TS: 0.000347619\n# DB: mysql\n# Is_internal: true\n# Digest: 84a28596914df45e10de865c11a515d8595f2c38a422f5c8d8fb86a470ba5cad\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:48.669 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=13] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [user=] [2024/05/06 13:09:48.720 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:48.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:48.720 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:48.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [2024/05/06 13:09:48.776 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=29] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:48.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:48.845 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=13] [neededSchemaVersion=14] ["start time"=2.732419ms] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:48.856 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:48.856 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2024/05/06 13:09:48.892 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=53.298014ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:48.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:48.970 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:48.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:49.016 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=29] [2024/05/06 13:09:49.016 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:49.019 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.3519982\n# Parse_time: 0\n# Compile_time: 0.001927303\n# Rewrite_time: 0.000011894\n# Optimize_time: 0\n# Wait_TS: 0.000370024\n# DB: mysql\n# Is_internal: true\n# Digest: 4407fc98c36858aed19a41d8ab6383e7885e71a2edd2716950a8847ee0c4ccd2\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:49.024 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=14] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [user=] [2024/05/06 13:09:49.074 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:48.994 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:49.074 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:48.994 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [2024/05/06 13:09:49.138 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=31] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:48.994 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:49.210 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=14] [neededSchemaVersion=15] ["start time"=2.831882ms] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:49.220 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:49.220 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2024/05/06 13:09:49.256 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=52.616221ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:48.994 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:49.302 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:48.994 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:49.351 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=31] [2024/05/06 13:09:49.351 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:49.354 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.332032757\n# Parse_time: 0\n# Compile_time: 0.002054242\n# Rewrite_time: 0.000011185\n# Optimize_time: 0\n# Wait_TS: 0.00044568\n# DB: mysql\n# Is_internal: true\n# Digest: 6f80e6944eacefde08a31e8364b171d37e77c4bebc7757ae375b47812ca371cb\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:49.357 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=15] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [user=] [2024/05/06 13:09:49.399 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:49.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:49.399 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:49.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [2024/05/06 13:09:49.466 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=33] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:49.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:49.535 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=15] [neededSchemaVersion=16] ["start time"=2.749906ms] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:49.545 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:49.545 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2024/05/06 13:09:49.583 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=54.780836ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:49.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:49.623 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:49.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:49.669 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=33] [2024/05/06 13:09:49.669 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:49.673 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.317486946\n# Parse_time: 0\n# Compile_time: 0.001334072\n# Rewrite_time: 0.000009065\n# Optimize_time: 0\n# Wait_TS: 0.000307319\n# DB: mysql\n# Is_internal: true\n# Digest: ae00140f19e8173091b9a44ece06f4d51ecf640b3c9c924a7be8a7394182215f\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:49.678 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=16] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [user=] [2024/05/06 13:09:49.732 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:49.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:49.732 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:49.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [2024/05/06 13:09:49.795 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=35] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:49.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:49.870 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=16] [neededSchemaVersion=17] ["start time"=3.329464ms] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:49.882 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:49.882 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2024/05/06 13:09:49.916 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=53.509218ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:49.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:49.959 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:49.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:50.009 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=35] [2024/05/06 13:09:50.010 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:50.013 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.337159087\n# Parse_time: 0\n# Compile_time: 0.002501852\n# Rewrite_time: 0.000012252\n# Optimize_time: 0\n# Wait_TS: 0.000377229\n# DB: mysql\n# Is_internal: true\n# Digest: b0ac22a8699b953eeb48be3f830e94a20801551f37159b586c40d30dc883661d\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:50.017 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=17] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER)\n\t)"] [user=] [2024/05/06 13:09:50.064 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:49.993 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:50.064 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:49.993 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER)\n\t)"] [2024/05/06 13:09:50.135 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=37] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:49.993 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:50.205 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=17] [neededSchemaVersion=18] ["start time"=2.698467ms] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:50.228 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:50.228 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2024/05/06 13:09:50.249 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=53.965159ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:49.993 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:50.310 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:49.993 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:50.355 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=37] [2024/05/06 13:09:50.356 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:50.359 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.343727623\n# Parse_time: 0\n# Compile_time: 0.00193356\n# Rewrite_time: 0.000010545\n# Optimize_time: 0\n# Wait_TS: 0.000387838\n# DB: mysql\n# Is_internal: true\n# Digest: 9e6b544fb0287e9d8a74031560ed0cd6a5b4e54db073b893a68a76b05d929781\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:50.366 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=18] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql TEXT NOT NULL,\n\t\tbind_sql TEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64),\n\t\tplan_digest varchar(64),\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/06 13:09:50.437 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:50.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:50.437 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:50.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql TEXT NOT NULL,\n\t\tbind_sql TEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64),\n\t\tplan_digest varchar(64),\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 13:09:50.484 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=39] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:50.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:50.595 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=18] [neededSchemaVersion=19] ["start time"=3.559046ms] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:50.606 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:50.606 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2024/05/06 13:09:50.642 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=53.958991ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:50.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:50.707 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:50.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:50.785 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=39] [2024/05/06 13:09:50.786 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:50.789 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.426116612\n# Parse_time: 0\n# Compile_time: 0.003244447\n# Rewrite_time: 0.000010344\n# Optimize_time: 0\n# Wait_TS: 0.000376901\n# DB: mysql\n# Is_internal: true\n# Digest: 906c8d2d8937c4ba0f1e3f03de3e50407e0940fb66383a443b19d383373b2bb9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:50.806 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=19] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2024/05/06 13:09:50.866 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:50.793 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:50.866 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:50.793 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2024/05/06 13:09:50.906 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=41] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:50.793 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:50.978 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=19] [neededSchemaVersion=20] ["start time"=2.588351ms] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:50.987 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:50.987 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2024/05/06 13:09:51.024 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=52.859546ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:50.793 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:51.062 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:50.793 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:51.105 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=41] [2024/05/06 13:09:51.106 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:51.108 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.303395881\n# Parse_time: 0\n# Compile_time: 0.0014886\n# Rewrite_time: 0.000009121\n# Optimize_time: 0\n# Wait_TS: 0.000393153\n# DB: mysql\n# Is_internal: true\n# Digest: df1a9dde39341a07eb2fb8ef599e6652770203b79af3e1800917053820a3b51c\n# Num_cop_tasks: 0\n# Mem_max: 4096\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:51.111 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=20] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [user=] [2024/05/06 13:09:51.151 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:51.094 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:51.151 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:51.094 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [2024/05/06 13:09:51.195 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=43] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:51.094 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:51.253 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=20] [neededSchemaVersion=21] ["start time"=2.40908ms] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:51.264 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:51.264 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2024/05/06 13:09:51.299 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=53.028209ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:51.094 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:51.362 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:51.094 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:51.401 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=43] [2024/05/06 13:09:51.401 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:51.406 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=21] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [user=] [2024/05/06 13:09:51.438 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:51.393 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:51.438 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:51.393 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [2024/05/06 13:09:51.493 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=45] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:51.393 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:51.551 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=21] [neededSchemaVersion=22] ["start time"=13.909587ms] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:51.563 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:51.563 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2024/05/06 13:09:51.586 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=53.1528ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:51.393 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:51.658 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:51.393 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:51.694 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=45] [2024/05/06 13:09:51.694 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:51.702 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=22] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [user=] [2024/05/06 13:09:51.759 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:51.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:51.759 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:51.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [2024/05/06 13:09:51.811 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=47] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:51.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:51.902 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=22] [neededSchemaVersion=23] ["start time"=3.05677ms] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:51.917 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:51.917 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2024/05/06 13:09:51.948 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=52.702426ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:51.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:52.006 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:51.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:52.061 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=47] [2024/05/06 13:09:52.061 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:52.065 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.364520457\n# Parse_time: 0\n# Compile_time: 0.002044887\n# Rewrite_time: 0.000008693\n# Optimize_time: 0\n# Wait_TS: 0.00035958\n# DB: mysql\n# Is_internal: true\n# Digest: 9c4f6672f019f6d6c588a6b2eb00b13f041ee54cb97f253f85d7ae52df9d23c6\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:52.067 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2024/05/06 13:09:52.114 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:52.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:52.114 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:52.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2024/05/06 13:09:52.175 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=49] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:52.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:52.257 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=23] [neededSchemaVersion=24] ["start time"=2.943012ms] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:52.269 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:52.269 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2024/05/06 13:09:52.303 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=53.203584ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:52.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:52.358 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:52.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:52.405 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=49] [2024/05/06 13:09:52.405 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:52.408 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.342225477\n# Parse_time: 0\n# Compile_time: 0.001344204\n# Rewrite_time: 0.000009143\n# Optimize_time: 0\n# Wait_TS: 0.000408205\n# DB: mysql\n# Is_internal: true\n# Digest: 9e692f90f6e351e4eecf3fbff7177acf0a166d0cd79badb0ce0ced2bb754eb99\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:52.412 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV)\n\t);"] [user=] [2024/05/06 13:09:52.459 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:52.393 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:52.459 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:52.393 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV)\n\t);"] [2024/05/06 13:09:52.499 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=51] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:52.393 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:52.574 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=24] [neededSchemaVersion=25] ["start time"=2.678085ms] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:52.584 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:52.584 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2024/05/06 13:09:52.620 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=52.724434ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:52.393 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:52.659 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:52.393 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:52.705 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=51] [2024/05/06 13:09:52.705 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:52.711 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [user=] [2024/05/06 13:09:52.756 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:52.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:52.756 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:52.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [2024/05/06 13:09:52.797 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=53] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:52.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:52.864 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=25] [neededSchemaVersion=26] ["start time"=2.750908ms] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:52.876 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:52.876 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2024/05/06 13:09:52.911 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=53.825629ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:52.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:52.976 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:52.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:53.021 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=53] [2024/05/06 13:09:53.021 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:53.025 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.314588369\n# Parse_time: 0\n# Compile_time: 0.001550493\n# Rewrite_time: 0.000013927\n# Optimize_time: 0\n# Wait_TS: 0.000433778\n# DB: mysql\n# Is_internal: true\n# Digest: 1fac41a3d4a89e3e4da2393e1f69d1aacfec8886db749d6329e9bf677df777b8\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:53.028 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [user=] [2024/05/06 13:09:53.074 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:52.993 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:53.074 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:52.993 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [2024/05/06 13:09:53.138 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=55] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:52.993 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:53.210 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=26] [neededSchemaVersion=27] ["start time"=2.842797ms] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:53.220 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:53.220 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2024/05/06 13:09:53.257 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=53.515ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:52.993 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:53.313 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:52.993 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:53.357 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=55] [2024/05/06 13:09:53.357 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:53.360 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.333471651\n# Parse_time: 0\n# Compile_time: 0.001367854\n# Rewrite_time: 0.000010313\n# Optimize_time: 0\n# Wait_TS: 0.000326808\n# DB: mysql\n# Is_internal: true\n# Digest: 06962f34c69b85ab590c2556bdffd68d7705d56a70a3b0522b0ba5bc55363fd3\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:53.363 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [user=] [2024/05/06 13:09:53.405 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:53.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:53.405 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:53.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [2024/05/06 13:09:53.445 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=57] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:53.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:53.511 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=27] [neededSchemaVersion=28] ["start time"=3.033906ms] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:53.522 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:53.522 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2024/05/06 13:09:53.557 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=52.840734ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:53.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:53.620 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:53.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:53.681 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=57] [2024/05/06 13:09:53.681 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:53.685 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.323349456\n# Parse_time: 0\n# Compile_time: 0.001652909\n# Rewrite_time: 0.000011052\n# Optimize_time: 0\n# Wait_TS: 0.000404942\n# DB: mysql\n# Is_internal: true\n# Digest: a30fd7e284f356f111cb15459926cdbebb3d6f24c950b6f3b9729d8b5f13ee4f\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:53.690 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2024/05/06 13:09:53.692 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2024/05/06 13:09:53.751 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:53.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:53.751 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:53.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [2024/05/06 13:09:53.810 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=59] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:53.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:53.888 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=28] [neededSchemaVersion=29] ["start time"=2.91033ms] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:53.899 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:53.899 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2024/05/06 13:09:53.935 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=53.54766ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:53.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:54.006 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:53.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:54.059 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=59] [2024/05/06 13:09:54.059 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:54.062 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.374074273\n# Parse_time: 0\n# Compile_time: 0.002471568\n# Rewrite_time: 0.000010411\n# Optimize_time: 0\n# Wait_TS: 0.000426188\n# DB: mysql\n# Is_internal: true\n# Digest: c862b6db4c0b104bd6ade1db78bbe1f6a12a30584d750044f3eec57a1a86580e\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:54.069 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2024/05/06 13:09:54.123 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:54.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:54.123 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:54.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [2024/05/06 13:09:54.181 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=61] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:54.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:54.266 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=29] [neededSchemaVersion=30] ["start time"=3.132508ms] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:54.275 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:54.276 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2024/05/06 13:09:54.316 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=57.030076ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:54.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:54.371 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:54.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:54.428 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=61] [2024/05/06 13:09:54.428 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:54.431 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.365462956\n# Parse_time: 0\n# Compile_time: 0.003005704\n# Rewrite_time: 0.000009892\n# Optimize_time: 0\n# Wait_TS: 0.000383145\n# DB: mysql\n# Is_internal: true\n# Digest: eceb528bf68c7d9b100b120b5113005ea7f5a4c6c1f4834403330ff156d0a3aa\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:54.437 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2024/05/06 13:09:54.491 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:54.444 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:54.491 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:54.444 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [2024/05/06 13:09:54.545 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=63] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:54.444 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:54.630 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=30] [neededSchemaVersion=31] ["start time"=3.160286ms] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:54.640 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:54.640 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2024/05/06 13:09:54.676 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=52.735853ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:54.444 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:54.713 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:54.444 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:54.767 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=63] [2024/05/06 13:09:54.767 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:54.770 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.335647148\n# Parse_time: 0\n# Compile_time: 0.002080427\n# Rewrite_time: 0.00000844\n# Optimize_time: 0\n# Wait_TS: 0.000475882\n# DB: mysql\n# Is_internal: true\n# Digest: 752363602773b9b875eec93769301ada55a059e0b28c5434de98fdbbc6af54cb\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:54.778 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time)\n\t);"] [user=] [2024/05/06 13:09:54.852 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:54.743 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:54.852 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:54.743 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time)\n\t);"] [2024/05/06 13:09:54.928 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=65] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:54.743 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:55.057 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=31] [neededSchemaVersion=32] ["start time"=3.765892ms] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:55.067 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:55.067 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2024/05/06 13:09:55.104 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=55.175822ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:54.743 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:55.162 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:54.743 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:55.236 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=65] [2024/05/06 13:09:55.236 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:55.240 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.464228253\n# Parse_time: 0\n# Compile_time: 0.003093291\n# Rewrite_time: 0.000008711\n# Optimize_time: 0\n# Wait_TS: 0.000468056\n# DB: mysql\n# Is_internal: true\n# Digest: 1127cc15f332cc4c1c6b97d06d92880902c2f7e015188cc29392a62748dd8ae0\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:55.242 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2024/05/06 13:09:55.279 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:55.243 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:55.279 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:55.243 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [2024/05/06 13:09:55.350 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=67] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:55.243 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:55.401 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=32] [neededSchemaVersion=33] ["start time"=2.269935ms] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:55.412 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:55.412 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2024/05/06 13:09:55.442 +00:00] [INFO] [owner_daemon.go:56] ["daemon became owner"] [id=f1cbffdc-b473-4af9-b5c9-f83265cbcb47] [daemon-id=LogBackup::Advancer] [2024/05/06 13:09:55.442 +00:00] [INFO] [advancer.go:513] ["Subscription handler spawned."] [category="log backup subscription manager"] [2024/05/06 13:09:55.448 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=53.434358ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:55.243 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:55.510 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:55.243 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:55.543 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=67] [2024/05/06 13:09:55.543 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:55.546 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.305620422\n# Parse_time: 0\n# Compile_time: 0.001014439\n# Rewrite_time: 0.000010224\n# Optimize_time: 0\n# Wait_TS: 0.000418391\n# DB: mysql\n# Is_internal: true\n# Digest: 6eab04864600dfa37145d44689995984eecc83e3dc6ce49c1e75d23567f8bac3\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:55.622 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-06 13:09:55.543 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:55.622 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-06 13:09:55.543 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE OR REPLACE VIEW mysql.tidb_mdl_view as (\n\t\tSELECT tidb_mdl_info.job_id,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query,\n\t\t\tsession_id,\n\t\t\tcluster_tidb_trx.start_time,\n\t\t\ttidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS\n\t\tFROM mysql.tidb_ddl_job,\n\t\t\tmysql.tidb_mdl_info,\n\t\t\tinformation_schema.cluster_tidb_trx\n\t\tWHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id\n\t\t\tAND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), ',') != 0\n\t);"] [2024/05/06 13:09:55.690 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=69] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:55.543 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:55.794 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=33] [neededSchemaVersion=34] ["start time"=3.2531ms] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 13:09:55.805 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:55.805 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2024/05/06 13:09:55.839 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=53.735321ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-06 13:09:55.543 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:55.907 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:55.543 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:55.969 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=69] [2024/05/06 13:09:55.969 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:55.972 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.421267062\n# Parse_time: 0\n# Compile_time: 0.009823234\n# Rewrite_time: 0.004343853\n# Optimize_time: 0\n# Wait_TS: 0.000389585\n# DB: mysql\n# Is_internal: true\n# Digest: 96862a845511a9a5adb6aee43dd8eb50968e12bb7d22d4585df8d692780c2f3e\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:55.976 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=34] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2024/05/06 13:09:56.031 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:55.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:56.031 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:55.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2024/05/06 13:09:56.087 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=71] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:55.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:56.168 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=34] [neededSchemaVersion=35] ["start time"=3.024188ms] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:56.179 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:56.179 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2024/05/06 13:09:56.215 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=53.566762ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:55.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:56.265 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:55.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:56.313 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=71] [2024/05/06 13:09:56.313 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:56.316 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.341680909\n# Parse_time: 0\n# Compile_time: 0.001688562\n# Rewrite_time: 0.000009691\n# Optimize_time: 0\n# Wait_TS: 0.000287387\n# DB: mysql\n# Is_internal: true\n# Digest: d88a70e9c5bb5a28f5a1d1f52613093328fd73c5e78668fab2b1a9c260ab506b\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:56.333 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [user=] [2024/05/06 13:09:56.382 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:56.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:56.382 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:56.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [2024/05/06 13:09:56.457 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=73] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:56.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:56.525 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=35] [neededSchemaVersion=36] ["start time"=2.788155ms] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:56.535 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:56.535 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2024/05/06 13:09:56.571 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=53.764465ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:56.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:56.609 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:56.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:56.658 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=73] [2024/05/06 13:09:56.658 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:56.662 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.343357504\n# Parse_time: 0\n# Compile_time: 0.014949164\n# Rewrite_time: 0.000013497\n# Optimize_time: 0\n# Wait_TS: 0.000687754\n# DB: mysql\n# Is_internal: true\n# Digest: 1ce2bb4fd69df5a5aeb254910aeeab700c1408b8c2de8f7dbe3ebbc11a4b1542\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:56.665 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [user=] [2024/05/06 13:09:56.711 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:56.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:56.712 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:56.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [2024/05/06 13:09:56.757 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=75] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:56.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:56.825 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=36] [neededSchemaVersion=37] ["start time"=2.645945ms] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:56.836 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:56.837 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2024/05/06 13:09:56.872 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=53.63033ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:56.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:56.932 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:56.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:56.981 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=75] [2024/05/06 13:09:56.982 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:56.985 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.321450435\n# Parse_time: 0\n# Compile_time: 0.001588358\n# Rewrite_time: 0.000010637\n# Optimize_time: 0\n# Wait_TS: 0.0004147\n# DB: mysql\n# Is_internal: true\n# Digest: f2c0bd78cfe8f7e6b4f8b30f83a48ff4c49a1a9de1c1a0c721ec3561ac42865a\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:56.992 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [user=] [2024/05/06 13:09:57.091 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:56.993 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:57.091 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:56.993 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [2024/05/06 13:09:57.167 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=77] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:56.993 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:57.304 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=37] [neededSchemaVersion=38] ["start time"=3.996171ms] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:57.315 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:57.315 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2024/05/06 13:09:57.350 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=53.306411ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:56.993 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:57.408 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:56.993 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:57.491 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=77] [2024/05/06 13:09:57.491 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:57.494 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.505242333\n# Parse_time: 0\n# Compile_time: 0.003235913\n# Rewrite_time: 0.000011453\n# Optimize_time: 0\n# Wait_TS: 0.000336355\n# DB: mysql\n# Is_internal: true\n# Digest: 923db1cc9d609e172ea493293255661f5a9679f95604192db50211d133741170\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:57.500 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [user=] [2024/05/06 13:09:57.573 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:57.494 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:57.573 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:57.494 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [2024/05/06 13:09:57.643 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=79] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:57.494 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:57.784 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=38] [neededSchemaVersion=39] ["start time"=3.870643ms] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:57.795 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:57.795 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2024/05/06 13:09:57.829 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=53.216993ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:57.494 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:57.867 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:57.494 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:57.945 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=79] [2024/05/06 13:09:57.945 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:57.948 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.450381754\n# Parse_time: 0\n# Compile_time: 0.002454975\n# Rewrite_time: 0.000013373\n# Optimize_time: 0\n# Wait_TS: 0.000385969\n# DB: mysql\n# Is_internal: true\n# Digest: 99a5c0e89a0b881a0fa10de262495ae25955edb2a7ef8776054ab57aca80e0d7\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:57.955 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [user=] [2024/05/06 13:09:58.034 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:57.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:58.034 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:57.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [2024/05/06 13:09:58.097 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=81] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:57.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:58.228 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=39] [neededSchemaVersion=40] ["start time"=4.102073ms] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:58.238 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:58.238 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2024/05/06 13:09:58.273 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=53.22124ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:57.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:58.325 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:57.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:58.406 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=81] [2024/05/06 13:09:58.406 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:58.410 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.458301743\n# Parse_time: 0\n# Compile_time: 0.002941042\n# Rewrite_time: 0.00001292\n# Optimize_time: 0\n# Wait_TS: 0.000422271\n# DB: mysql\n# Is_internal: true\n# Digest: a59d1fe47cade4697d39b0374d27cfee2fa302a4c752a5ae5073cecda386a0e8\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:58.417 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2024/05/06 13:09:58.497 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:58.394 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:58.497 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:58.394 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [2024/05/06 13:09:58.574 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=83] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:58.394 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:58.707 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=40] [neededSchemaVersion=41] ["start time"=3.65226ms] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:58.718 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:58.718 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2024/05/06 13:09:58.747 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=52.542286ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:58.394 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:58.807 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:58.394 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:58.899 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=83] [2024/05/06 13:09:58.900 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:58.905 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.490183795\n# Parse_time: 0\n# Compile_time: 0.002532335\n# Rewrite_time: 0.000010324\n# Optimize_time: 0\n# Wait_TS: 0.000453025\n# DB: mysql\n# Is_internal: true\n# Digest: 8b936e70dba13ed841799b00055530a734435802a5e9b11c1092357e8a0974ea\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:58.910 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2024/05/06 13:09:58.990 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:58.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:58.990 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:58.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [2024/05/06 13:09:59.051 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=85] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:58.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:59.173 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=41] [neededSchemaVersion=42] ["start time"=4.038958ms] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:59.184 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:59.184 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2024/05/06 13:09:59.218 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=53.284763ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:58.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:59.262 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:58.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:59.341 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=85] [2024/05/06 13:09:59.341 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:59.344 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.435883638\n# Parse_time: 0\n# Compile_time: 0.002445461\n# Rewrite_time: 0.00000931\n# Optimize_time: 0\n# Wait_TS: 0.000373476\n# DB: mysql\n# Is_internal: true\n# Digest: 666f922981f05f40c7604fdcedd884ec9f6dd414d45b0b8215b19cbf33205685\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:59.351 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [user=] [2024/05/06 13:09:59.431 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:59.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:59.431 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:59.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [2024/05/06 13:09:59.501 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=87] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:59.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:59.628 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=42] [neededSchemaVersion=43] ["start time"=4.289338ms] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:09:59.639 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:09:59.640 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2024/05/06 13:09:59.673 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=53.356819ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:59.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:59.709 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:59.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:59.788 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=87] [2024/05/06 13:09:59.788 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:09:59.791 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.443376605\n# Parse_time: 0\n# Compile_time: 0.003242643\n# Rewrite_time: 0.000009167\n# Optimize_time: 0\n# Wait_TS: 0.000436433\n# DB: mysql\n# Is_internal: true\n# Digest: 1865863db4761960f0296bcf5386c3bb0c98aa299ac12888aa8054dc66681ee3\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:09:59.797 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/06 13:09:59.857 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:59.793 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:09:59.857 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:59.793 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 13:09:59.900 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=89] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:59.793 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:09:59.993 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=43] [neededSchemaVersion=44] ["start time"=3.171425ms] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:10:00.003 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:10:00.003 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2024/05/06 13:10:00.038 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=52.450309ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 13:09:59.793 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:00.119 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2024-05-06 13:09:59.793 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:00.183 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=89] [2024/05/06 13:10:00.183 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:00.187 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.39294083\n# Parse_time: 0\n# Compile_time: 0.002463454\n# Rewrite_time: 0.000008882\n# Optimize_time: 0\n# Wait_TS: 0.000294378\n# DB: mysql\n# Is_internal: true\n# Digest: a2de40f38c40a12cca2de8ba7dffa75407607354a3f9335d67717fa5648c5128\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:10:00.196 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\ttime TIMESTAMP NOT NULL,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(12) NOT NULL,\n\t\toriginal_sql TEXT NOT NULL,\n\t\tplan_digest TEXT NOT NULL,\n\t\ttidb_server varchar(512),\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/06 13:10:00.257 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:00.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:00.257 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:00.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\ttime TIMESTAMP NOT NULL,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(12) NOT NULL,\n\t\toriginal_sql TEXT NOT NULL,\n\t\tplan_digest TEXT NOT NULL,\n\t\ttidb_server varchar(512),\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 13:10:00.303 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=91] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:00.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:00.396 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=44] [neededSchemaVersion=45] ["start time"=3.282263ms] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:10:00.405 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:10:00.405 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2024/05/06 13:10:00.441 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=53.064631ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:00.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:00.509 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:00.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:00.564 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=91] [2024/05/06 13:10:00.564 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:00.567 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.375030702\n# Parse_time: 0\n# Compile_time: 0.004646497\n# Rewrite_time: 0.00001199\n# Optimize_time: 0\n# Wait_TS: 0.000431116\n# DB: mysql\n# Is_internal: true\n# Digest: 138d4c5637e5b37a1254d33767e808750320baffba8200a31ad2008bb2b5df97\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:10:00.575 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [user=] [2024/05/06 13:10:00.669 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:00.544 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:00.669 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:00.544 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [2024/05/06 13:10:00.736 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=93] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:00.544 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:00.889 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=45] [neededSchemaVersion=46] ["start time"=4.694628ms] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:10:00.901 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:10:00.901 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2024/05/06 13:10:00.933 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=53.362516ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:00.544 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:01.030 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:00.544 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:01.133 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=93] [2024/05/06 13:10:01.133 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:01.137 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.565341977\n# Parse_time: 0\n# Compile_time: 0.00355397\n# Rewrite_time: 0.000009463\n# Optimize_time: 0\n# Wait_TS: 0.000370965\n# DB: mysql\n# Is_internal: true\n# Digest: 9911fdd027ae330cb69c5cc84a8759473df277eda62594b0dc9b5a797f09a21d\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:10:01.143 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/06 13:10:01.220 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:01.143 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:01.220 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:01.143 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 13:10:01.268 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=95] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:01.143 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:01.377 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=46] [neededSchemaVersion=47] ["start time"=3.478831ms] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:10:01.388 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:10:01.388 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2024/05/06 13:10:01.422 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=53.379328ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:01.143 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:01.455 +00:00] [INFO] [runaway.go:158] ["preparations for the runaway manager are finished and start runaway manager loop"] [2024/05/06 13:10:01.455 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 13:10:01.455 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 13:10:01.455 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 13:10:01.458 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:01.143 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:01.517 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=95] [2024/05/06 13:10:01.517 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:01.520 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.38019875\n# Parse_time: 0\n# Compile_time: 0.002811318\n# Rewrite_time: 0.000017065\n# Optimize_time: 0\n# Wait_TS: 0.000437824\n# DB: mysql\n# Is_internal: true\n# Digest: 18ab068c70cca87bd99eadc5e483c12b4b41273470a58870b5f4e6eaf6322ce4\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:10:01.524 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [user=] [2024/05/06 13:10:01.567 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:01.493 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:01.567 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:01.493 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [2024/05/06 13:10:01.621 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=97] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:01.493 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:01.687 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=47] [neededSchemaVersion=48] ["start time"=2.68667ms] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:10:01.699 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:10:01.699 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2024/05/06 13:10:01.733 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=52.908157ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:01.493 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:01.804 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:01.493 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:01.850 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=97] [2024/05/06 13:10:01.851 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:01.854 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.331317307\n# Parse_time: 0\n# Compile_time: 0.001336849\n# Rewrite_time: 0.000008647\n# Optimize_time: 0\n# Wait_TS: 0.000383429\n# DB: mysql\n# Is_internal: true\n# Digest: d7aca5b8f7b6ebbd013778d4a0451e0b59954ffc0090d361b1f71722be496608\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:10:01.857 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [user=] [2024/05/06 13:10:01.912 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:01.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:01.912 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:01.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [2024/05/06 13:10:01.951 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=99] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:01.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:02.046 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=48] [neededSchemaVersion=49] ["start time"=3.075025ms] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:10:02.057 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:10:02.057 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2024/05/06 13:10:02.092 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=53.355768ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:01.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:02.158 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:01.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:02.209 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=99] [2024/05/06 13:10:02.210 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:02.213 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.357147469\n# Parse_time: 0\n# Compile_time: 0.00165002\n# Rewrite_time: 0.000010234\n# Optimize_time: 0\n# Wait_TS: 0.000347374\n# DB: mysql\n# Is_internal: true\n# Digest: 5ca9dd4b3efdb0fd8b4c7af3016f911e048fc356c5b2a241e06c5bc30f085ce7\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:10:02.214 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2024/05/06 13:10:02.242 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:02.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:02.242 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:02.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2024/05/06 13:10:02.296 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=101] [category=ddl] [job="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:02.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:02.324 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=49] [neededSchemaVersion=50] ["start time"=883.556µs] [gotSchemaVersion=50] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 13:10:02.333 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:10:02.334 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2024/05/06 13:10:02.373 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=53.020803ms] [job="ID:101, Type:create schema, State:done, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:02.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:02.407 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=101] [job="ID:101, Type:create schema, State:synced, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:02.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:02.435 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=101] [2024/05/06 13:10:02.435 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:02.494 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:02.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:02.494 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:02.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE OR REPLACE VIEW sys.schema_unused_indexes AS\n\t\tSELECT\n\t\t\ttable_schema as object_schema,\n\t\t\ttable_name as object_name,\n\t\t\tindex_name\n\t\tFROM information_schema.cluster_tidb_index_usage\n\t\tWHERE\n\t\t\ttable_schema not in ('sys', 'mysql', 'INFORMATION_SCHEMA', 'PERFORMANCE_SCHEMA') and\n\t\t\tindex_name != 'PRIMARY'\n\t\tGROUP BY table_schema, table_name, index_name\n\t\tHAVING\n\t\t\tsum(last_access_time) is null;"] [2024/05/06 13:10:02.564 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=103] [category=ddl] [job="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:02.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:02.629 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=50] [neededSchemaVersion=51] ["start time"=2.42313ms] [gotSchemaVersion=51] [phyTblIDs="[102]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 13:10:02.638 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 13:10:02.639 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2024/05/06 13:10:02.675 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=53.056388ms] [job="ID:103, Type:create view, State:done, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:02.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:02.710 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=103] [job="ID:103, Type:create view, State:synced, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:02.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:02.766 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=103] [2024/05/06 13:10:02.766 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:02.770 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.32898177\n# Parse_time: 0\n# Compile_time: 0.003910648\n# Rewrite_time: 0.001881467\n# Optimize_time: 0\n# Wait_TS: 0.000347455\n# DB: mysql\n# Is_internal: true\n# Digest: 04175714d714f771531a56c7ae3f097cec113655220f87ac336c5ae44d3d3f8f\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 13:10:03.270 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449577222863060997\n# Query_time: 0.352381737\n# Parse_time: 0\n# Compile_time: 0.162939098\n# Rewrite_time: 0.005083265\n# Optimize_time: 0\n# Wait_TS: 0\n# DB: mysql\n# Is_internal: true\n# Digest: eb58d96d7eba9ae407efec64db335db75d58891b8cfae5274e34deeeb21575de\n# Num_cop_tasks: 0\n# Mem_max: 368577\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('2wvwPDAJMjdfMQkwCTAJTi9BCTAJdGltZToxODAuM21zLCBsb29wczoxLCBwcmVwYXJlOiB7dG90YWw6IDI2LjYBIkxhdXRvX2lkX2FsbG9jYXRvcjogewUMZF9jbnQ6IDEsIEdldDp7bnVtX3JwYzoxLCB0AUEAXwVoKDYxOS4zwrVzfSwgARAYX2RldGFpbBFlHF9wcm9jZXNzCSwUIDI2wrVzET8Md2FpdA0YDDM1LjIdGihrdl9yZWFkX3dhbA1mBCA2FSIIaWt2LhkADDc4LjgJfwxzY2FuPn8ADGtleXMFwihnZXRfc25hcHNobxF1DDguNTkFdWhyb2Nrc2RiOiB7YmxvY2s6IHt9fX0sIGNvbW0BokR4bjoge3ByZXdyaXRlOjEuMzUhNQFRESIUczozNzMuCU0JFAw6MS4xJX4cc2xvd2VzdF8RQCVCACAxgmQwLjAwMXMsIHJlZ2lvbl9pZDogMTAsIHN0byGoODEyNy4wLjAuMToyMDE2MkJhAToKAQw2MjcuIWAEfSw6CwEBqzr8AAQxMQUrBCwgWvwABew5TQWRFF9iYXRjaCW3FDogMTguMSU9KHByb3Bvc2Vfc2VuIbFIaXQ6IDBzLCBwZXJzaXN0X2xvZxnvDDE1NC4BogAsDWAUbGVhZGVyEVIkMzFucywgc3luYwk2BDk1RVkRLTBtZW10YWJsZTogMi45TXIpbQkvBDM3EdQQYXBwbHk2rgAIMi41Ba4FGxWRDDYxLjQFFxRtdXRleF8p/QG+Cf8ynwAZFwB3YTwEMTYyygAZnQg3LjUhGS5CAhhwcmltYXJ5/vsBavsBCDM3N1YGA0r7AQg2LjMBoQQsIOL7AQAwLTau+wEENTNNMEpbAQgzNG4y+QEEMzEFzUb5AQw0ODduQd8u9wEIMTkzLtwBNvcBADmNVzb3AQg1OS5JhgBtxvcBADQN/AnHOfcIOS40QUsl923OCG51baEsCSqFiQAxEdMYYnl0ZTozMgUubGluc2VydDoxNTMuN21zCTExMS45IEtCCU4vQQo=')\n# Resource_group: default\n;"] [2024/05/06 13:10:03.371 +00:00] [INFO] [bootstrap.go:745] ["bootstrap successful"] ["take time"=19.92842367s] [2024/05/06 13:10:03.382 +00:00] [WARN] [manager.go:306] ["is not the owner"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager 850f058f-25bd-40ae-babb-feb7820d8b85"] [2024/05/06 13:10:03.382 +00:00] [INFO] [manager.go:257] ["etcd session is done, creates a new one"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager 850f058f-25bd-40ae-babb-feb7820d8b85"] [2024/05/06 13:10:03.382 +00:00] [INFO] [manager.go:261] ["break campaign loop, NewSession failed"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager 850f058f-25bd-40ae-babb-feb7820d8b85"] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/util.contextDone\n\tpkg/util/etcd.go:90\ngithub.com/pingcap/tidb/pkg/util.NewSession\n\tpkg/util/etcd.go:50\ngithub.com/pingcap/tidb/pkg/owner.(*ownerManager).campaignLoop\n\tpkg/owner/manager.go:259\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 13:10:03.384 +00:00] [INFO] [manager.go:317] ["revoke session"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager 850f058f-25bd-40ae-babb-feb7820d8b85"] [] [2024/05/06 13:10:03.385 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 13:10:03.385 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 8, tp add index"] [category=ddl] ["take time"=23.363µs] [2024/05/06 13:10:03.385 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 9, tp add index"] [category=ddl] ["take time"=12.984µs] [2024/05/06 13:10:03.385 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 10, tp add index"] [category=ddl] ["take time"=13.526µs] [2024/05/06 13:10:03.385 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 11, tp add index"] [category=ddl] ["take time"=11.912µs] [2024/05/06 13:10:03.385 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 2, tp add index"] [category=ddl] ["take time"=16.665µs] [2024/05/06 13:10:03.385 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 3, tp add index"] [category=ddl] ["take time"=3.312µs] [2024/05/06 13:10:03.385 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 4, tp add index"] [category=ddl] ["take time"=11.979µs] [2024/05/06 13:10:03.385 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 5, tp add index"] [category=ddl] ["take time"=9.606µs] [2024/05/06 13:10:03.385 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 6, tp add index"] [category=ddl] ["take time"=9.271µs] [2024/05/06 13:10:03.385 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 7, tp add index"] [category=ddl] ["take time"=6.669µs] [2024/05/06 13:10:03.385 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 13:10:03.385 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 1, tp general"] [category=ddl] ["take time"=6.978µs] [2024/05/06 13:10:03.385 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 13:10:03.386 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/06 13:10:03.386 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 13:10:03.399 +00:00] [INFO] [ddl.go:951] ["DDL closed"] [category=ddl] [ID=850f058f-25bd-40ae-babb-feb7820d8b85] ["take time"=23.932457ms] [2024/05/06 13:10:03.399 +00:00] [INFO] [ddl.go:769] ["stop DDL"] [category=ddl] [ID=850f058f-25bd-40ae-babb-feb7820d8b85] [2024/05/06 13:10:03.402 +00:00] [INFO] [domain.go:2817] ["releaseServerID succeed"] [serverID=26] [2024/05/06 13:10:03.402 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 13:10:03.402 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/06 13:10:03.402 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 13:10:03.402 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/06 13:10:03.402 +00:00] [INFO] [domain.go:2881] ["serverIDKeeper exited."] [2024/05/06 13:10:03.402 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 13:10:03.402 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 13:10:03.402 +00:00] [INFO] [domain.go:907] ["loadSchemaInLoop exited."] [2024/05/06 13:10:03.402 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 13:10:03.402 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/06 13:10:03.402 +00:00] [INFO] [advancer.go:397] ["Meet task event"] [category="log backup advancer"] [event="Err(, err = EOF)"] [2024/05/06 13:10:03.403 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 13:10:03.402 +00:00] [INFO] [manager.go:446] ["watcher is closed, no owner"] ["owner info"="[log-backup] ownerManager f1cbffdc-b473-4af9-b5c9-f83265cbcb47 watch owner key /tidb/br-stream/owner/3eaa8f4e04c6f9da"] [2024/05/06 13:10:03.403 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 13:10:03.403 +00:00] [WARN] [manager.go:306] ["is not the owner"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager f1cbffdc-b473-4af9-b5c9-f83265cbcb47"] [2024/05/06 13:10:03.403 +00:00] [ERROR] [advancer.go:400] ["listen task meet error, would reopen."] [error=EOF] [stack="github.com/pingcap/tidb/br/pkg/streamhelper.(*CheckpointAdvancer).StartTaskListener.func1\n\tbr/pkg/streamhelper/advancer.go:400"] [2024/05/06 13:10:03.403 +00:00] [INFO] [manager.go:257] ["etcd session is done, creates a new one"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager f1cbffdc-b473-4af9-b5c9-f83265cbcb47"] [2024/05/06 13:10:03.403 +00:00] [INFO] [advancer.go:403] ["Task watcher exits due to some error."] [category="log backup advancer"] [error=EOF] [2024/05/06 13:10:03.404 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."] [2024/05/06 13:10:03.404 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/06 13:10:03.404 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 13:10:03.404 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 13:10:03.404 +00:00] [INFO] [flush_subscriber.go:109] [Clearing.] [category="log backup flush subscriber"] [timeout=1m0s] [2024/05/06 13:10:03.404 +00:00] [INFO] [owner_daemon.go:87] ["daemon loop exits"] [id=f1cbffdc-b473-4af9-b5c9-f83265cbcb47] [daemon-id=LogBackup::Advancer] [2024/05/06 13:10:03.404 +00:00] [WARN] [etcd.go:78] ["failed to new session to etcd"] [ownerInfo="[log-backup] /tidb/br-stream/owner ownerManager f1cbffdc-b473-4af9-b5c9-f83265cbcb47"] [error="context canceled"] [2024/05/06 13:10:03.405 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=logBackupAdvancer] [2024/05/06 13:10:03.405 +00:00] [INFO] [domain.go:1074] ["domain closed"] ["take time"=29.469113ms] [2024/05/06 13:10:03.405 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=tikv-7365872728081621462] ["ddl lease"=500ms] ["stats lease"=3s] [2024/05/06 13:10:03.416 +00:00] [WARN] [info.go:316] ["init TiFlashReplicaManager"] [2024/05/06 13:10:03.557 +00:00] [INFO] [domain.go:2796] [acquireServerID] [serverID=1121] ["lease id"=6f188f4e04c6fa8b] [2024/05/06 13:10:03.559 +00:00] [INFO] [controller.go:185] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":10,\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":10,\"DegradedModeWaitDuration\":0}"] [2024/05/06 13:10:03.605 +00:00] [INFO] [manager.go:261] ["break campaign loop, NewSession failed"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager f1cbffdc-b473-4af9-b5c9-f83265cbcb47"] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/util.contextDone\n\tpkg/util/etcd.go:90\ngithub.com/pingcap/tidb/pkg/util.NewSession\n\tpkg/util/etcd.go:50\ngithub.com/pingcap/tidb/pkg/owner.(*ownerManager).campaignLoop\n\tpkg/owner/manager.go:259\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 13:10:03.652 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=51] ["start time"=89.872046ms] [2024/05/06 13:10:03.657 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 13:10:03.657 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=d23462d9-50aa-4869-97b9-a1fe5d2ebdcd] [runWorker=true] [2024/05/06 13:10:03.657 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=false] [2024/05/06 13:10:03.659 +00:00] [INFO] [manager.go:188] ["start campaign owner"] [ownerInfo="[ddl] /tidb/ddl/fg/owner"] [2024/05/06 13:10:03.660 +00:00] [WARN] [env.go:51] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2024/05/06 13:10:03.660 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 13:10:03.660 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 13:10:03.660 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 13:10:03.660 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 13:10:03.660 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 13:10:03.660 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 13:10:03.660 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 13:10:03.660 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 13:10:03.660 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 13:10:03.660 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 13:10:03.661 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 13:10:03.661 +00:00] [INFO] [owner_daemon.go:70] ["begin advancer daemon"] [daemon-id=LogBackup::Advancer] [2024/05/06 13:10:03.661 +00:00] [INFO] [manager.go:188] ["start campaign owner"] [ownerInfo="[log-backup] /tidb/br-stream/owner"] [2024/05/06 13:10:03.661 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 13:10:03.663 +00:00] [INFO] [manager.go:354] ["get owner"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager d23462d9-50aa-4869-97b9-a1fe5d2ebdcd"] ["owner key"=/tidb/ddl/fg/owner/22318f4e04c6fc0d] [ownerID=d23462d9-50aa-4869-97b9-a1fe5d2ebdcd] [op=none] [2024/05/06 13:10:03.665 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=logBackupAdvancer] [2024/05/06 13:10:03.665 +00:00] [INFO] [owner_daemon.go:81] ["begin running daemon"] [id=6a85c845-ad48-46bc-a947-13a19f4d9e60] [daemon-id=LogBackup::Advancer] [2024/05/06 13:10:03.687 +00:00] [INFO] [manager.go:188] ["start campaign owner"] [ownerInfo="[bindinfo] /tidb/bindinfo/owner"] [2024/05/06 13:10:03.689 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 13:10:03.689 +00:00] [WARN] [sysvar_cache.go:49] ["sysvar cache is empty, triggering rebuild"] [2024/05/06 13:10:03.691 +00:00] [INFO] [manager.go:354] ["get owner"] ["owner info"="[bindinfo] /tidb/bindinfo/owner ownerManager d23462d9-50aa-4869-97b9-a1fe5d2ebdcd"] ["owner key"=/tidb/bindinfo/owner/22318f4e04c6fc12] [ownerID=d23462d9-50aa-4869-97b9-a1fe5d2ebdcd] [op=none] [2024/05/06 13:10:03.706 +00:00] [INFO] [sysvar.go:2748] ["set resource control"] [enable=true] [2024/05/06 13:10:03.711 +00:00] [INFO] [controller.go:447] ["[resource group controller] create resource group cost controller"] [name=default] [2024/05/06 13:10:03.713 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 13:10:03.714 +00:00] [INFO] [manager.go:354] ["get owner"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager d23462d9-50aa-4869-97b9-a1fe5d2ebdcd"] ["owner key"=/tidb/ddl/fg/owner/22318f4e04c6fc0d] [ownerID=d23462d9-50aa-4869-97b9-a1fe5d2ebdcd] [op=none] [2024/05/06 13:10:03.714 +00:00] [INFO] [manager.go:394] ["set owner op is the same as the original, so do nothing."] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager d23462d9-50aa-4869-97b9-a1fe5d2ebdcd"] [op=none] [2024/05/06 13:10:03.714 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 13:10:03.791 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 13:10:03.807 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 13:10:03.817 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=PlanReplayerTaskCollectHandle] [2024/05/06 13:10:03.817 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=PlanReplayerTaskDumpHandle] [2024/05/06 13:10:03.818 +00:00] [INFO] [domain.go:2016] ["PlanReplayerTaskCollectHandle started"] [2024/05/06 13:10:03.818 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 13:10:03.818 +00:00] [INFO] [domain.go:2070] ["dumpFileGcChecker started"] [2024/05/06 13:10:03.818 +00:00] [INFO] [domain.go:2038] ["PlanReplayerTaskDumpHandle started"] [2024/05/06 13:10:03.818 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=HistoricalStatsWorker] [2024/05/06 13:10:03.818 +00:00] [INFO] [plan_replayer.go:409] ["planReplayerTaskDumpWorker started."] [2024/05/06 13:10:03.818 +00:00] [INFO] [domain.go:2103] ["HistoricalStatsWorker started"] [2024/05/06 13:10:03.820 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadStatsWorker] [2024/05/06 13:10:03.821 +00:00] [INFO] [manager.go:188] ["start campaign owner"] [ownerInfo="[stats] /tidb/stats/owner"] [2024/05/06 13:10:03.822 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=indexUsageWorker] [2024/05/06 13:10:03.822 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=updateStatsWorker] [2024/05/06 13:10:03.822 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=autoAnalyzeWorker] [2024/05/06 13:10:03.822 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=analyzeJobsCleanupWorker] [2024/05/06 13:10:03.822 +00:00] [INFO] [domain.go:2389] ["updateStatsWorker started."] [2024/05/06 13:10:03.824 +00:00] [INFO] [manager.go:354] ["get owner"] ["owner info"="[stats] /tidb/stats/owner ownerManager d23462d9-50aa-4869-97b9-a1fe5d2ebdcd"] ["owner key"=/tidb/stats/owner/22318f4e04c6fc15] [ownerID=d23462d9-50aa-4869-97b9-a1fe5d2ebdcd] [op=none] [2024/05/06 13:10:03.825 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 13:10:03.827 +00:00] [INFO] [manager.go:113] ["build task executor manager"] [server-id=:4000] [total-cpu=52] [total-mem=32GiB] [2024/05/06 13:10:03.832 +00:00] [INFO] [notifier.go:225] ["etcd notify loop to watch timer events started"] [EtcdKey=/tidb/timer/cluster/1/notify/8878fa58-84a2-432a-8bfb-b290283d0de9] [2024/05/06 13:10:03.833 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4] [2024/05/06 13:10:03.833 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4] [2024/05/06 13:10:03.847 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 13:10:03.848 +00:00] [INFO] [manager.go:146] ["task executor manager start"] [server-id=:4000] [2024/05/06 13:10:03.848 +00:00] [INFO] [domain.go:1525] ["dist task executor manager started"] [2024/05/06 13:10:03.863 +00:00] [INFO] [domain.go:2308] ["init stats info time"] [lite=true] ["take time"=42.37369ms] [2024/05/06 13:10:03.902 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1] [name=innodb_lock_wait_timeout] [val=50] === RUN TestImportInto/TestImportFromSelectBasic [2024/05/06 13:10:03.914 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=51] [cur_db=] [sql="drop database if exists from_select"] [user=] [2024/05/06 13:10:03.916 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=51] [cur_db=] [sql="create database from_select"] [user=] [2024/05/06 13:10:03.967 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create schema, State:queueing, SchemaState:none, SchemaID:104, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:03.944 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:03.967 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:105, Type:create schema, State:queueing, SchemaState:none, SchemaID:104, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:03.944 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database from_select"] [2024/05/06 13:10:04.013 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=105] [conn=2] [category=ddl] [job="ID:105, Type:create schema, State:queueing, SchemaState:none, SchemaID:104, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:03.944 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:04.051 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=51] [neededSchemaVersion=52] ["start time"=978.077µs] [gotSchemaVersion=52] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 13:10:04.062 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2024/05/06 13:10:04.099 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=52.995598ms] [job="ID:105, Type:create schema, State:done, SchemaState:public, SchemaID:104, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:03.944 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:04.136 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=105] [conn=2] [job="ID:105, Type:create schema, State:synced, SchemaState:public, SchemaID:104, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:03.944 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:04.168 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=105] [2024/05/06 13:10:04.168 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:04.176 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=52] [cur_db=from_select] [sql="create table src(id int, v varchar(64))"] [user=] [2024/05/06 13:10:04.211 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:04.144 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:04.211 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:04.144 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table src(id int, v varchar(64))"] [2024/05/06 13:10:04.255 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=107] [conn=2] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:04.144 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:04.263 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 104, Table ID: 106, Table Name: src"] [2024/05/06 13:10:04.320 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=52] [neededSchemaVersion=53] ["start time"=2.150677ms] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:10:04.330 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2024/05/06 13:10:04.367 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=52.611923ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:04.144 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:04.462 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=107] [conn=2] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:04.144 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:04.499 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=107] [2024/05/06 13:10:04.499 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:04.503 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.329186039\n# Parse_time: 0.001257387\n# Compile_time: 0.001114603\n# Rewrite_time: 0.000009534\n# Optimize_time: 0.000344189\n# Wait_TS: 0.000503132\n# DB: from_select\n# Is_internal: false\n# Digest: 5f0e494f603082268fa8c106702a9fad095c34d8cebfdee110a5a674eb104c41\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse from_select;\ncreate table src(id int, v varchar(64));"] [2024/05/06 13:10:04.505 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=53] [cur_db=from_select] [sql="create table dst(id int, v varchar(64))"] [user=] [2024/05/06 13:10:04.556 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:04.494 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:04.556 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:04.494 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table dst(id int, v varchar(64))"] [2024/05/06 13:10:04.619 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=109] [conn=2] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:04.494 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:04.626 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 104, Table ID: 108, Table Name: dst"] [2024/05/06 13:10:04.680 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=53] [neededSchemaVersion=54] ["start time"=2.352113ms] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:10:04.683 +00:00] [INFO] [runaway.go:158] ["preparations for the runaway manager are finished and start runaway manager loop"] [2024/05/06 13:10:04.683 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 13:10:04.683 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 13:10:04.683 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 13:10:04.690 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2024/05/06 13:10:04.726 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=54] ["take time"=53.505309ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:104, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:04.494 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:04.785 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=109] [conn=2] [job="ID:109, Type:create table, State:synced, SchemaState:public, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:04.494 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:04.820 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=109] [2024/05/06 13:10:04.821 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:04.824 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.320850358\n# Parse_time: 0.001024008\n# Compile_time: 0.000990512\n# Rewrite_time: 0.000010438\n# Optimize_time: 0.000344189\n# Wait_TS: 0.000405249\n# DB: from_select\n# Is_internal: false\n# Digest: a76a126469d771a1fb2f56895f4548d61ab1072e3e940c002ce9b9403bd1eff3\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ncreate table dst(id int, v varchar(64));"] [2024/05/06 13:10:04.832 +00:00] [INFO] [runtime.go:160] ["TimerGroupRuntime loop started"] [groupID=ttl] [2024/05/06 13:10:04.832 +00:00] [INFO] [runtime.go:402] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true] [2024/05/06 13:10:04.833 +00:00] [INFO] [notifier.go:140] ["new etcd watcher created to watch timer events"] [EtcdKey=/tidb/timer/cluster/1/notify/8878fa58-84a2-432a-8bfb-b290283d0de9] [watcherID=36c771bf-a1db-40ed-9807-417bafac2d0b] [2024/05/06 13:10:04.841 +00:00] [WARN] [session.go:2111] ["compile SQL failed"] [error="[planner:1136]Column count doesn't match value count at row 1"] [errorVerbose="[planner:1136]Column count doesn't match value count at row 1\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).buildImportInto\n\tpkg/planner/core/planbuilder.go:4251\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).Build\n\tpkg/planner/core/planbuilder.go:520\ngithub.com/pingcap/tidb/pkg/planner.buildLogicalPlan\n\tpkg/planner/optimize.go:549\ngithub.com/pingcap/tidb/pkg/planner.optimize\n\tpkg/planner/optimize.go:466\ngithub.com/pingcap/tidb/pkg/planner.Optimize\n\tpkg/planner/optimize.go:334\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:102\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2089\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:390\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:363\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\tpkg/testkit/testkit.go:436\ntests/realtikvtest/importintotest2/importintotest2_test.(*mockGCSSuite).TestImportFromSelectBasic\n\ttests/realtikvtest/importintotest2/from_select_test.go:35\nreflect.Value.call\n\tGOROOT/src/reflect/value.go:596\nreflect.Value.Call\n\tGOROOT/src/reflect/value.go:380\ngithub.com/stretchr/testify/suite.Run.func1\n\texternal/com_github_stretchr_testify/suite/suite.go:202\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [SQL="import into dst FROM select id from src"] [2024/05/06 13:10:04.844 +00:00] [WARN] [session.go:2111] ["compile SQL failed"] [error="[planner:1136]Column count doesn't match value count at row 1"] [errorVerbose="[planner:1136]Column count doesn't match value count at row 1\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).buildImportInto\n\tpkg/planner/core/planbuilder.go:4251\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).Build\n\tpkg/planner/core/planbuilder.go:520\ngithub.com/pingcap/tidb/pkg/planner.buildLogicalPlan\n\tpkg/planner/optimize.go:549\ngithub.com/pingcap/tidb/pkg/planner.optimize\n\tpkg/planner/optimize.go:466\ngithub.com/pingcap/tidb/pkg/planner.Optimize\n\tpkg/planner/optimize.go:334\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:102\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2089\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:390\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:363\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\tpkg/testkit/testkit.go:436\ntests/realtikvtest/importintotest2/importintotest2_test.(*mockGCSSuite).TestImportFromSelectBasic\n\ttests/realtikvtest/importintotest2/from_select_test.go:36\nreflect.Value.call\n\tGOROOT/src/reflect/value.go:596\nreflect.Value.Call\n\tGOROOT/src/reflect/value.go:380\ngithub.com/stretchr/testify/suite.Run.func1\n\texternal/com_github_stretchr_testify/suite/suite.go:202\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [SQL="import into dst(id) FROM select * from src"] [2024/05/06 13:10:04.848 +00:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=16] [2024/05/06 13:10:04.854 +00:00] [INFO] [manager.go:317] ["revoke session"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager f1cbffdc-b473-4af9-b5c9-f83265cbcb47"] [error="rpc error: code = Canceled desc = grpc: the client connection is closing"] [2024/05/06 13:10:04.881 +00:00] [INFO] [slots.go:207] ["update slot capacity"] [old=16] [new=52] [2024/05/06 13:10:04.881 +00:00] [INFO] [scheduler_manager.go:373] ["cleanup loop start"] [server-id=:4000] [2024/05/06 13:10:04.881 +00:00] [INFO] [scheduler_manager.go:312] ["subtask table gc loop start"] [server-id=:4000] [2024/05/06 13:10:04.881 +00:00] [INFO] [scheduler_manager.go:200] ["schedule task loop start"] [server-id=:4000] [2024/05/06 13:10:04.881 +00:00] [INFO] [scheduler_manager.go:453] ["collect loop start"] [server-id=:4000] [2024/05/06 13:10:05.068 +00:00] [INFO] [import_into.go:226] ["importing data from select statement"] [import-id=aba562f4-d64b-4f73-b635-bdd8cb7d0dc0] [concurrency=2] [target-table=`from_select`.`dst`] [target-table-id=108] [2024/05/06 13:10:05.068 +00:00] [INFO] [table_import.go:106] ["import dir not exists, create it"] [table=dst] [import_dir=/tmp/tidb/import-4000] [2024/05/06 13:10:05.077 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 13:10:05.077 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365872728081621462] [2024/05/06 13:10:05.077 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:05.077 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 13:10:05.078 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:05.078 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:05.078 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 13:10:05.078 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 13:10:05.079 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:05.096 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 13:10:05.098 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 13:10:05.098 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=dst] [quota=374.2GB] [2024/05/06 13:10:05.103 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [2024/05/06 13:10:05.107 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:05.116 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=dst] [import-id=aba562f4-d64b-4f73-b635-bdd8cb7d0dc0] [key=import-from-select] [2024/05/06 13:10:05.119 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=dst] [import-id=aba562f4-d64b-4f73-b635-bdd8cb7d0dc0] [key=import-from-select] [readDur=104.4µs] [encodeDur=1.489782ms] [checksum="{cksum=4613872053217128256,size=152,kvs=4}"] [deliverDur=476.951µs] [type=query] [takeTime=3.545434ms] [] [2024/05/06 13:10:05.120 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=dst] [import-id=aba562f4-d64b-4f73-b635-bdd8cb7d0dc0] [key=import-from-select] [2024/05/06 13:10:05.120 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=dst] [import-id=aba562f4-d64b-4f73-b635-bdd8cb7d0dc0] [key=import-from-select] [readDur=0s] [encodeDur=0s] [checksum="{cksum=0,size=0,kvs=0}"] [deliverDur=0s] [type=query] [takeTime=175.658µs] [] [2024/05/06 13:10:05.120 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=152] [kvs=4] [files=1] [sstFileSize=1009] [file=/tmp/tidb/import-4000/aba562f4-d64b-4f73-b635-bdd8cb7d0dc0/c4140e3b-040a-536c-9317-e3490dc4bcf9.sst/5ff98dd6-268b-42b5-880a-8dcac71698a0.sst] [firstKey=74800000000000006C5F728000000000000001] [lastKey=74800000000000006C5F728000000000000004] [2024/05/06 13:10:05.121 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [2024/05/06 13:10:05.125 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [takeTime=4.688647ms] [] [2024/05/06 13:10:05.127 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [retryCnt=0] [2024/05/06 13:10:05.132 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:10:05.154 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=c4140e3b-040a-536c-9317-e3490dc4bcf9] ["region ranges"=1] [count=4] [size=152] [2024/05/06 13:10:05.154 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:10:05.169 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=c4140e3b-040a-536c-9317-e3490dc4bcf9] [size=152] [kvs=4] [importedSize=152] [importedCount=4] [2024/05/06 13:10:05.171 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [retryCnt=0] [takeTime=44.043432ms] [] [2024/05/06 13:10:05.171 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:05.172 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [takeTime=1.495455ms] [] [2024/05/06 13:10:05.173 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [retryCnt=0] [2024/05/06 13:10:05.173 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:05.173 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [retryCnt=0] [takeTime=58.479µs] [] [2024/05/06 13:10:05.173 +00:00] [INFO] [table_import.go:761] ["post process start"] [table=dst] [import-id=aba562f4-d64b-4f73-b635-bdd8cb7d0dc0] [checksum="{\"id=-1\"=\"{cksum=4613872053217128256,size=152,kvs=4}\"}"] [2024/05/06 13:10:05.173 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [table=dst] [import-id=aba562f4-d64b-4f73-b635-bdd8cb7d0dc0] [2024/05/06 13:10:05.180 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [table=dst] [import-id=aba562f4-d64b-4f73-b635-bdd8cb7d0dc0] [takeTime=6.910417ms] [] [2024/05/06 13:10:05.180 +00:00] [INFO] [table_import.go:835] ["local checksum"] [table=dst] [import-id=aba562f4-d64b-4f73-b635-bdd8cb7d0dc0] [checksum="{cksum=4613872053217128256,size=152,kvs=4}"] [2024/05/06 13:10:05.180 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [table=dst] [import-id=aba562f4-d64b-4f73-b635-bdd8cb7d0dc0] [weight=30] [2024/05/06 13:10:05.180 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [table=dst] [import-id=aba562f4-d64b-4f73-b635-bdd8cb7d0dc0] [concurrency=15] [2024/05/06 13:10:05.184 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=108] [physicalTableID=108] [indexID=-1] [checksum=4613872053217128256] [totalKvs=4] [totalBytes=152] [2024/05/06 13:10:05.185 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [table=dst] [import-id=aba562f4-d64b-4f73-b635-bdd8cb7d0dc0] [local="{cksum=4613872053217128256,size=152,kvs=4}"] [2024/05/06 13:10:05.185 +00:00] [INFO] [table_import.go:763] ["post process completed"] [table=dst] [import-id=aba562f4-d64b-4f73-b635-bdd8cb7d0dc0] [checksum="{\"id=-1\"=\"{cksum=4613872053217128256,size=152,kvs=4}\"}"] [takeTime=11.894036ms] [] [2024/05/06 13:10:05.185 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [2024/05/06 13:10:05.185 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [takeTime=11.354µs] [] [2024/05/06 13:10:05.185 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [2024/05/06 13:10:05.186 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [takeTime=1.127678ms] [] [2024/05/06 13:10:05.186 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:05.186 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [takeTime=12.495µs] [] [2024/05/06 13:10:05.186 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:05.187 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [takeTime=1.005206ms] [] [2024/05/06 13:10:05.191 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:05.191 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 13:10:05.191 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 13:10:05.191 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:05.191 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 13:10:05.191 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 13:10:05.191 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:05.191 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 13:10:05.191 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:05.191 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:05.191 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:05.191 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:05.191 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 13:10:05.193 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 13:10:05.193 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:05.193 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:05.193 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:05.193 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:05.195 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449577223413563395\n# Conn_ID: 2\n# Query_time: 0.348940421\n# Parse_time: 0.001238376\n# Compile_time: 0.002820091\n# Rewrite_time: 0.001592566\n# Optimize_time: 0.000344189\n# Wait_TS: 0.000120687\n# Cop_time: 0.000095705 Process_time: 0.00005421 Wait_time: 0.000049822 Request_count: 1 Process_keys: 4 Total_keys: 5 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 4 Rocksdb_key_skipped_count: 8\n# DB: from_select\n# Is_internal: false\n# Digest: 696879db0760bc7486baaa9d977a82add10957a2b15f1227e60d437897443093\n# Stats: src:pseudo[10000;0]\n# Num_cop_tasks: 1\n# Cop_proc_avg: 5.421e-05 Cop_proc_addr: 127.0.0.1:20162\n# Cop_wait_avg: 4.9822e-05 Cop_wait_addr: 127.0.0.1:20162\n# Mem_max: 4096\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('yAWYMAk1OV8yCTAJMAlOL0EJMAl0aW1lOjM0My4ybXMsIGxvb3BzOjEJARygTi9BCjEJMzFfNwkwCTEwMDAwCWRhdGE6VGFibGVGdWxsU2Nhbl82CTQJRBA2NjnCtRVDeDIsIGNvcF90YXNrOiB7bnVtOiAxLCBtYXg6IDEuMjEBbERwcm9jX2tleXM6IDQsIHRvdF8BEhQ6IDU0LjIFSgETJHdhaXQ6IDQ5LjgFE4Bjb3ByX2NhY2hlX2hpdF9yYXRpbzogMC4wMCwgYnVpbGQFcghfZHUFGhhuOiA1NS4xBTqobWF4X2Rpc3RzcWxfY29uY3VycmVuY3k6IDF9LCBycGNfaW5mbzp7Q29wOgGvFF9ycGM6MQWXCGFsXyUlSDEuMDhtc319CTM1NCBCeXRlcwkhIyAyCTQzXzYJMV8xJcB0YWJsZTpzcmMsIGtlZXAgb3JkZXI6ZmFsc2UsIHN0YXRzOnBzZXVkbwk0CXRpa3ZfJSUAewVkADA1QQGXPHNjYW5fZGV0YWlsOiB7dG8Bixhwcm9jZXNzMjkBBGFsMhcAIF9zaXplOiAxOClXBGFsDS04NSwgZ2V0X3NuYXBzaG90CdYQIDE4LjQlInByb2Nrc2RiOiB7ZGVsZXRlX3NraXBwZWRfY291biGFAdAAeT4WABg4LCBibG9jIeYQfX19LCABx160AAEcNuABCGFsXyHiDRoANDHnAHQhFwx3YWxsDRlEMjA2LjPCtXN9CU4vQQlOL0EK')\n# Binary_plan: tidb_decode_binary_plan('swagCq4GCgxJbXBvcnRJbnRvXzIS5wUKDVRhYmxlUmVhZGVyXzcSqAMKD1QBElBGdWxsU2Nhbl82IWTCmlW+DkRBKQABAfCQiMNAMAQ4AkACShQKEgoLZnJvbV9zZWxlY3QSA3NyY1Iea2VlcCBvcmRlcjpmYWxzZSwgc3RhdHM6cHNldWRvarACdGlrdl90YXNrOnt0aW1lOjBzLCBsb29wczoxfSwgc2Nhbl9kZXRhaWw6IHt0b3RhbF9wcm9jZXNzX2tleXM6IDQsIHRvdGFsX3Byb2NlcwkXIF9zaXplOiAxOBUeBGtlAS08NSwgZ2V0X3NuYXBzaG90XwVywCAxOC40wrVzLCByb2Nrc2RiOiB7ZGVsZXRlX3NraXBwZWRfY291bnQ6IDQsIGtleV86FgA8OCwgYmxvY2s6IHt9fX0sIAFVBF9kVrQAARwUOiA1NC4yBXEJ0Qh3YWkRiww0OS44CRocaWt2X3dhbGwNMygyMDYuM8K1c31w/xEBBAF4EQoo/wEhnFYfpYdMFkEulwEoAUABUhRkYXRhOlQ2xQEEWhQFiAg2NjkFbClvHDJi2AFjb3BfJYxoIHtudW06IDEsIG1heDogMS4yMW1zLCBwcm9jLUspWgBfARI20QAFzwQ6IBXKgGNvcHJfY2FjaGVfaGl0X3JhdGlvOiAwLjAwLCBidWlsZAVyCF9kdQUaGG46IDU1LjEFmGBtYXhfZGlzdHNxbF9jb25jdXJyZW5jeTogQRo0cnBjX2luZm86e0NvcDoBrxhfcnBjOjEsLVUF4igxLjA4bXN9fXDiAj0tADghGRQDTi9BWhUFJhAzNDMuMgHfKQkAMVZjAQQYAQ==')\n# Resource_group: default\nIMPORT INTO `from_select`.`dst` FROM SELECT * FROM `from_select`.`src`;"] [2024/05/06 13:10:05.216 +00:00] [INFO] [tidb.go:269] ["rollbackTxn called due to ddl/autocommit failure"] [2024/05/06 13:10:05.217 +00:00] [WARN] [session.go:2153] ["run statement failed"] [schemaVersion=54] [error="[executor:8173]PreCheck failed: target table is not empty"] [session="{\n \"currDBName\": \"from_select\",\n \"id\": 2,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] [2024/05/06 13:10:05.218 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=54] [cur_db=from_select] [sql="truncate table dst"] [user=] [2024/05/06 13:10:05.247 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:111, Type:truncate table, State:queueing, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:05.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:05.247 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:111, Type:truncate table, State:queueing, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:05.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="truncate table dst"] [2024/05/06 13:10:05.310 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=111] [conn=2] [category=ddl] [job="ID:111, Type:truncate table, State:queueing, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:05.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:05.323 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 104, Table ID: 110, Table Name: dst, Old Table ID: 108, Old Table Name: dst"] [2024/05/06 13:10:05.374 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=54] [neededSchemaVersion=55] ["start time"=2.260875ms] [gotSchemaVersion=55] [phyTblIDs="[108,110]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 13:10:05.387 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2024/05/06 13:10:05.421 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=55] ["take time"=53.544977ms] [job="ID:111, Type:truncate table, State:done, SchemaState:public, SchemaID:104, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:05.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:05.475 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=111] [tableIDs="[108]"] [comment="drop table: table ID"] [2024/05/06 13:10:05.488 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=111] [jobType="truncate table"] [2024/05/06 13:10:05.492 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=111] [conn=2] [job="ID:111, Type:truncate table, State:synced, SchemaState:public, SchemaID:104, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:05.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:05.561 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=111] [2024/05/06 13:10:05.562 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:05.565 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.347875788\n# Parse_time: 0.000261356\n# Compile_time: 0.000797084\n# Rewrite_time: 0.000023933\n# Optimize_time: 0.000768356\n# Wait_TS: 0.000440718\n# DB: from_select\n# Is_internal: false\n# Digest: d3f72f82b7875c47c9849d99212130e055bfe77d87f267b9bca33e1b3a759145\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ntruncate table dst;"] [2024/05/06 13:10:05.661 +00:00] [INFO] [info.go:1142] [SetTiFlashGroupConfig] [2024/05/06 13:10:05.795 +00:00] [INFO] [import_into.go:226] ["importing data from select statement"] [import-id=1d156edc-2a24-445a-83cf-d8d0d0407e59] [concurrency=2] [target-table=`from_select`.`dst`] [target-table-id=110] [2024/05/06 13:10:05.803 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 13:10:05.804 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365872728081621462] [2024/05/06 13:10:05.804 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:05.804 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 13:10:05.805 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:05.805 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:05.805 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 13:10:05.805 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 13:10:05.805 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:05.818 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 13:10:05.820 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 13:10:05.820 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=dst] [quota=374.2GB] [2024/05/06 13:10:05.825 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [2024/05/06 13:10:05.828 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:05.832 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=dst] [import-id=1d156edc-2a24-445a-83cf-d8d0d0407e59] [key=import-from-select] [2024/05/06 13:10:05.832 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=dst] [import-id=1d156edc-2a24-445a-83cf-d8d0d0407e59] [key=import-from-select] [2024/05/06 13:10:05.834 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=dst] [import-id=1d156edc-2a24-445a-83cf-d8d0d0407e59] [key=import-from-select] [readDur=148.135µs] [encodeDur=504.015µs] [checksum="{cksum=15134002712567377899,size=38,kvs=1}"] [deliverDur=281.462µs] [type=query] [takeTime=1.289701ms] [] [2024/05/06 13:10:05.834 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=dst] [import-id=1d156edc-2a24-445a-83cf-d8d0d0407e59] [key=import-from-select] [readDur=8.406µs] [encodeDur=912.976µs] [checksum="{cksum=537466866433699273,size=38,kvs=1}"] [deliverDur=222.818µs] [type=query] [takeTime=1.481434ms] [] [2024/05/06 13:10:05.835 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=38] [kvs=1] [files=1] [sstFileSize=936] [file=/tmp/tidb/import-4000/1d156edc-2a24-445a-83cf-d8d0d0407e59/c4140e3b-040a-536c-9317-e3490dc4bcf9.sst/8d1e2206-6619-4098-8671-3fbd017b4d39.sst] [firstKey=74800000000000006E5F728000000000000002] [lastKey=74800000000000006E5F728000000000000002] [2024/05/06 13:10:05.835 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [2024/05/06 13:10:05.836 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=38] [kvs=1] [files=1] [sstFileSize=936] [file=/tmp/tidb/import-4000/1d156edc-2a24-445a-83cf-d8d0d0407e59/c4140e3b-040a-536c-9317-e3490dc4bcf9.sst/1e6b6519-09fc-4208-81bf-c9f98ef945d8.sst] [firstKey=74800000000000006E5F728000000000000001] [lastKey=74800000000000006E5F728000000000000001] [2024/05/06 13:10:05.838 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [takeTime=3.215635ms] [] [2024/05/06 13:10:05.838 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [retryCnt=0] [2024/05/06 13:10:05.842 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:10:05.865 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=c4140e3b-040a-536c-9317-e3490dc4bcf9] ["region ranges"=1] [count=2] [size=76] [2024/05/06 13:10:05.865 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:10:05.878 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=c4140e3b-040a-536c-9317-e3490dc4bcf9] [size=76] [kvs=2] [importedSize=76] [importedCount=2] [2024/05/06 13:10:05.880 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [retryCnt=0] [takeTime=41.702476ms] [] [2024/05/06 13:10:05.880 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:05.881 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [takeTime=1.614013ms] [] [2024/05/06 13:10:05.882 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [retryCnt=0] [2024/05/06 13:10:05.882 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:05.882 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [retryCnt=0] [takeTime=54.06µs] [] [2024/05/06 13:10:05.882 +00:00] [INFO] [table_import.go:761] ["post process start"] [table=dst] [import-id=1d156edc-2a24-445a-83cf-d8d0d0407e59] [checksum="{\"id=-1\"=\"{cksum=15380830721546568226,size=76,kvs=2}\"}"] [2024/05/06 13:10:05.882 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [table=dst] [import-id=1d156edc-2a24-445a-83cf-d8d0d0407e59] [2024/05/06 13:10:05.889 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [table=dst] [import-id=1d156edc-2a24-445a-83cf-d8d0d0407e59] [takeTime=7.293044ms] [] [2024/05/06 13:10:05.889 +00:00] [INFO] [table_import.go:835] ["local checksum"] [table=dst] [import-id=1d156edc-2a24-445a-83cf-d8d0d0407e59] [checksum="{cksum=15380830721546568226,size=76,kvs=2}"] [2024/05/06 13:10:05.889 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [table=dst] [import-id=1d156edc-2a24-445a-83cf-d8d0d0407e59] [weight=30] [2024/05/06 13:10:05.889 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [table=dst] [import-id=1d156edc-2a24-445a-83cf-d8d0d0407e59] [concurrency=15] [2024/05/06 13:10:05.894 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=110] [physicalTableID=110] [indexID=-1] [checksum=15380830721546568226] [totalKvs=2] [totalBytes=76] [2024/05/06 13:10:05.894 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [table=dst] [import-id=1d156edc-2a24-445a-83cf-d8d0d0407e59] [local="{cksum=15380830721546568226,size=76,kvs=2}"] [2024/05/06 13:10:05.895 +00:00] [INFO] [table_import.go:763] ["post process completed"] [table=dst] [import-id=1d156edc-2a24-445a-83cf-d8d0d0407e59] [checksum="{\"id=-1\"=\"{cksum=15380830721546568226,size=76,kvs=2}\"}"] [takeTime=12.756604ms] [] [2024/05/06 13:10:05.895 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [2024/05/06 13:10:05.895 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [takeTime=10.889µs] [] [2024/05/06 13:10:05.895 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [2024/05/06 13:10:05.896 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [takeTime=1.19175ms] [] [2024/05/06 13:10:05.896 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:05.896 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [takeTime=13.397µs] [] [2024/05/06 13:10:05.896 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:05.897 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [takeTime=999.262µs] [] [2024/05/06 13:10:05.901 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:05.901 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 13:10:05.901 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:05.901 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 13:10:05.901 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 13:10:05.901 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 13:10:05.901 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 13:10:05.901 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:05.901 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:05.901 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:05.901 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:05.901 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:05.901 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 13:10:05.903 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 13:10:05.903 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:05.903 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:05.903 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:05.903 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:05.905 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449577223597064197\n# Conn_ID: 2\n# Query_time: 0.337897918\n# Parse_time: 0.000905836\n# Compile_time: 0.003384882\n# Rewrite_time: 0.002388347\n# Optimize_time: 0.000768356\n# Wait_TS: 0.000105322\n# Cop_time: 0.000119914 Process_time: 0.000072724 Wait_time: 0.00002523 Request_count: 1 Process_keys: 4 Total_keys: 5 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 4 Rocksdb_key_skipped_count: 8 Rocksdb_block_cache_hit_count: 2\n# DB: from_select\n# Is_internal: false\n# Digest: 6e6a9a0f1e74ed684f03a2c0c9e24f14b196cab2c16a12ba0ff52484bc0cb91e\n# Stats: src:pseudo[10000;0]\n# Num_cop_tasks: 1\n# Cop_proc_avg: 7.2724e-05 Cop_proc_addr: 127.0.0.1:20162\n# Cop_wait_avg: 2.523e-05 Cop_wait_addr: 127.0.0.1:20162\n# Mem_max: 316\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('rQaYMAk1OV8yCTAJMAlOL0EJMAl0aW1lOjMzMS45bXMsIGxvb3BzOjEJARyYTi9BCjEJMzFfOQkwCTMzMzMuMzMJZGF0YTpTZWxlY3Rpb25fOAkyCUIYNjE0LjjCtRVDeDIsIGNvcF90YXNrOiB7bnVtOiAxLCBtYXg6IDEuNDQBbERwcm9jX2tleXM6IDQsIHRvdF8BEhQ6IDcyLjcFSgETJHdhaXQ6IDI1LjIFE4Bjb3ByX2NhY2hlX2hpdF9yYXRpbzogMC4wMCwgYnVpbGQFcghfZHUFGhhuOiA0NC4xBTqobWF4X2Rpc3RzcWxfY29uY3VycmVuY3k6IDF9LCBycGNfaW5mbzp7Q29wOgGvFF9ycGM6MQWXCGFsXyUlSDEuMzRtc319CTMxNiBCeXRlcwkhIyAyCTFfOAkxXzA1JCBndChmcm9tX3MlJyguc3JjLmlkLCA1KSUtBGt2BaQEOnsFVQQwczV1SH0sIHNjYW5fZGV0YWlsOiB7dG8BfCEVCGVzczIqAQRhbDIXACBfc2l6ZTogMTgpSARhbA0tPDUsIGdldF9zbmFwc2hvdF8FcgggMTAtYHRyb2Nrc2RiOiB7ZGVsZXRlX3NraXBwZWRfY291bnQllghrZXk+FgAYOCwgYmxvYyHXAGM1iQ0yFDJ9fX0sIAFnXsYAARw24wEIYWxfIeUNGjXqAHQhKQh3YWwtfQwgMTkwRQQEfQlRnBgzCTQzXzcJIXrIMTAwMDAJdGFibGU6c3JjLCBrZWVwIG9yZGVyOmZhbHNlLCBzdGF0czpwc2V1ZG8JNAl0AV9FnkaIASAJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('ugfgCrUHCgxJbXBvcnRJbnRvXzIS7gYKDVRhYmxlUmVhZGVyXzkSsQQKC1NlbGVjdGlvbl84EpMBCg9UASJQRnVsbFNjYW5fNyFkwppVvg5EQSkAAQFQiMNAMAQ4AkACShQKEgoLZnJvbV9zBULwRhIDc3JjUh5rZWVwIG9yZGVyOmZhbHNlLCBzdGF0czpwc2V1ZG9qHHRpa3ZfdGFzazp7dGltZTowcywgbG9vcHM6MX1w////CQMEAXgJCAz///8BBYI4Wt1HQSmrqqqqqgqqQDACAYIQUhlndCgdgTQuc3JjLmlkLCA1KWrCAm5oAAgsIHMB3HxkZXRhaWw6IHt0b3RhbF9wcm9jZXNzX2tleXM6IDQsIEYXACBfc2l6ZTogMTgVHgktQDUsIGdldF9zbmFwc2hvdF90AdqgIDEwLjfCtXMsIHJvY2tzZGI6IHtkZWxldGVfc2tpcHBlZF9jb3VudDoBbAhrZXk+FgBQOCwgYmxvY2s6IHtjYWNoZV9oaXRfDTIUMn19fSwgAWdexgABHAw6IDcyDYMJzAh3YWkRnQwyNS4yBZ0lKQx3YWxsDTMIMTkwBRoEfXAhfgUBMo4BGEYByk9SmBAyjgEoAUABUhBkYXRhOlNFDBhpb25fOFoWBYQQNjE0LjgFainnGDJi2AFjb3BJBFgge251bTogMSwgbWF4OiAxLjQ0bXMsICGLLVspaiWdNs8ABc0AOhnIEGNvcHJfOSlEcmF0aW86IDAuMDAsIGJ1aWxkBXIIX2R1BRoYbjogNDQuMQWYqG1heF9kaXN0c3FsX2NvbmN1cnJlbmN5OiAxfSwgcnBjX2luZm86e0NvcDoBrxRfcnBjOjFRHwXkLDEuMzRtc319cLwCeCUyAQEsATgBQAFSA04vQVoVBSYQMzMxLjkB3ykJADFWYQEEGAE=')\n# Resource_group: default\nIMPORT INTO `from_select`.`dst` FROM SELECT * FROM `from_select`.`src` WHERE `id`>5;"] [2024/05/06 13:10:05.913 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=55] [cur_db=from_select] [sql="truncate table src"] [user=] [2024/05/06 13:10:05.948 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:113, Type:truncate table, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:05.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:05.948 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:113, Type:truncate table, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:05.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="truncate table src"] [2024/05/06 13:10:05.998 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=113] [conn=2] [category=ddl] [job="ID:113, Type:truncate table, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:05.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:06.009 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 104, Table ID: 112, Table Name: src, Old Table ID: 106, Old Table Name: src"] [2024/05/06 13:10:06.047 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=55] [neededSchemaVersion=56] ["start time"=2.551568ms] [gotSchemaVersion=56] [phyTblIDs="[106,112]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 13:10:06.058 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2024/05/06 13:10:06.094 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=56] ["take time"=53.713718ms] [job="ID:113, Type:truncate table, State:done, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:05.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:06.135 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=113] [tableIDs="[106]"] [comment="drop table: table ID"] [2024/05/06 13:10:06.143 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=113] [jobType="truncate table"] [2024/05/06 13:10:06.147 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=113] [conn=2] [job="ID:113, Type:truncate table, State:synced, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:05.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:06.227 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=113] [2024/05/06 13:10:06.227 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:06.231 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.319107156\n# Parse_time: 0.00036073\n# Compile_time: 0.000801398\n# Rewrite_time: 0.000008388\n# Optimize_time: 0.000794921\n# Wait_TS: 0.000367979\n# DB: from_select\n# Is_internal: false\n# Digest: f2c7f6405bf8440e1c17a34c69e3838791b741099c9e639d9dbbec96d8706c03\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ntruncate table src;"] [2024/05/06 13:10:06.232 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=56] [cur_db=from_select] [sql="truncate table dst"] [user=] [2024/05/06 13:10:06.264 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:115, Type:truncate table, State:queueing, SchemaState:none, SchemaID:104, TableID:110, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:06.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:06.264 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:115, Type:truncate table, State:queueing, SchemaState:none, SchemaID:104, TableID:110, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:06.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="truncate table dst"] [2024/05/06 13:10:06.343 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=115] [conn=2] [category=ddl] [job="ID:115, Type:truncate table, State:queueing, SchemaState:none, SchemaID:104, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:06.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:06.354 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 104, Table ID: 114, Table Name: dst, Old Table ID: 110, Old Table Name: dst"] [2024/05/06 13:10:06.397 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=56] [neededSchemaVersion=57] ["start time"=2.492432ms] [gotSchemaVersion=57] [phyTblIDs="[110,114]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 13:10:06.409 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=115] [version=57] [2024/05/06 13:10:06.443 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=57] ["take time"=53.003404ms] [job="ID:115, Type:truncate table, State:done, SchemaState:public, SchemaID:104, TableID:110, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:06.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:06.513 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=115] [tableIDs="[110]"] [comment="drop table: table ID"] [2024/05/06 13:10:06.521 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=115] [jobType="truncate table"] [2024/05/06 13:10:06.525 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=115] [conn=2] [job="ID:115, Type:truncate table, State:synced, SchemaState:public, SchemaID:104, TableID:110, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:06.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:06.579 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=115] [2024/05/06 13:10:06.579 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:06.583 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.351437461\n# Parse_time: 0.000207365\n# Compile_time: 0.000868929\n# Rewrite_time: 0.000011363\n# Optimize_time: 0.000794921\n# Wait_TS: 0.000439041\n# DB: from_select\n# Is_internal: false\n# Digest: d3f72f82b7875c47c9849d99212130e055bfe77d87f267b9bca33e1b3a759145\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ntruncate table dst;"] [2024/05/06 13:10:09.743 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449577224265531394\n# Conn_ID: 2\n# Query_time: 3.108182382\n# Parse_time: 0.902094598\n# Compile_time: 1.183505002\n# Rewrite_time: 0.044959033\n# Optimize_time: 0.000794921\n# Wait_TS: 0.00017319\n# Prewrite_time: 0.060801348 Commit_time: 0.01090517 Get_commit_ts_time: 0.000415508 Slowest_prewrite_rpc_detail: {total:0.055s, region_id: 14, store: 127.0.0.1:20162, time_detail: {tikv_wall_time: 5.42ms}, scan_detail: {get_snapshot_time: 7µs, rocksdb: {block: {}}}, write_detail: {store_batch_wait: 18.2µs, propose_send_wait: 0s, persist_log: {total: 165.4µs, write_leader_wait: 36ns, sync_log: 124.9µs, write_memtable: 349ns}, commit_log: 414.2µs, apply_batch_wait: 1.69ms, apply: {total:2.14ms, mutex_lock: 0s, write_leader_wait: 0s, write_wal: 36.5µs, write_memtable: 272.9µs}}} Commit_primary_rpc_detail: {total:0.055s, region_id: 14, store: 127.0.0.1:20162, time_detail: {tikv_wall_time: 5.42ms}, scan_detail: {get_snapshot_time: 7µs, rocksdb: {block: {}}}, write_detail: {store_batch_wait: 18.2µs, propose_send_wait: 0s, persist_log: {total: 165.4µs, write_leader_wait: 36ns, sync_log: 124.9µs, write_memtable: 349ns}, commit_log: 414.2µs, apply_batch_wait: 1.69ms, apply: {total:2.14ms, mutex_lock: 0s, write_leader_wait: 0s, write_wal: 36.5µs, write_memtable: 272.9µs}}} Write_keys: 5000 Write_size: 203762 Prewrite_region: 1\n# DB: from_select\n# Is_internal: false\n# Digest: 2eb078d80e2f69b93895c0e634b5a5b655b210941e21f8f52b7ab2a5ed4ce332\n# Num_cop_tasks: 0\n# Mem_max: 1523240\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('5hTwlTAJMjdfMQkwCTAJTi9BCTAJdGltZTo5MzZtcywgbG9vcHM6MSwgcHJlcGFyZToge3RvdGFsOiAyNDYuNW1zLCBhdXRvX2lkX2FsbG9jYXRvcjoge2FsbG9jX2NudDogMSwgR2V0OntudW1fcnBjOjEsIHRvdGFsX3RpbWU6NzM2LjLCtXN9LCB0aW1lX2RldGFpbDogewkkHHByb2Nlc3NfBZMkIDUwLjHCtXMsIAkdDHdhaXQNGgwzOS41HRooa3ZfcmVhZF93YWwNaBAgOTQuNwkiCGlrdi4ZAAgxMTgFVhh9LCBzY2FuPoIATGtleXM6IDEsIGdldF9zbmFwc2hvEXYMMTIuOQVUsHJvY2tzZGI6IHtibG9jazoge2NhY2hlX2hpdF9jb3VudDogMn19fSwgY29tbQG1RHhuOiB7cHJld3JpdGU6MS42MyFtAWMRIhBzOjMyNA1fCRQQOjEuMjQBJxxzbG93ZXN0XxFAJVcAIDGYZDAuMDAycywgcmVnaW9uX2lkOiAxMCwgc3RvIb48MTI3LjAuMC4xOjIwMTYyLD52ATodAQg3NjElWUIdAQGrPg4BCDEuM7YOAQX+OXEFoxRfYmF0Y2gl3Aw6IDMyLbUocHJvcG9zZV9zZW4h1khpdDogMHMsIHBlcnNpc3RfbG9nOQEIMTY2DYkJYBRsZWFkZXINUiQ3Mm5zLCBzeW5jCTUIMTAwLWUJLTRtZW10YWJsZTogMy4wMkmZKX8JMBAzODguNgXmEGFwcGx5Mq4ADDIzLjQZGxWRADEVGBRtdXRleF9JIgG/CXMyoAAZFwB3YWUEMzAtAQkrGZ4EMTcFGQB9XVUYcHJpbWFyeUYOAgQxc/4OAk0OCDQzOKIOAgg5LjReDgIFtQnRDGRldGFl70b8AQwxMS44JU6u/AEENzMFoQAsDV8yWwEANzr7AQQ0My3KCYsAbTX6CDEuMSHjAH11r0VfCDIxNA1cRvoBADFpJgAsCRs1+gQ2M4VaBCwgxvkBBDE0TUxCnQAAMQW2JURt4whudW2hVgkqhbAAMTEBFGJ5dGU6M4l8KGluc2VydDo2ODkupbhN1zqMBAw2MC44gWVh4REiEHM6NDE1Df0JFBA6MTAuOQEngowECDU1czZ+AgQ0LNqMBBA1LjQybSGWNqcFAak6igSp6UaVBSU1KSdueQIEOC5h+QAssnkCCDE2NTKxATJ6AgQzNjp1BLXaCY1ZewwzNDluAeMpZkl5CDQxNA2RSnkCBC42JYcFGlV4DDIuMTQhncZ3AgQzNi3nPpkABDI3yewlQw2eYnEEBDhz/vMBNfMANpbyAZUt3vUBBDUwZVe29QHhooEqcW4y9QEIMTExOvYBBDkzWmsGCDIuMME5OnEEBDkzFu0IJdwyaQYEMTMuEQI99wA1EkcIxvcBBDk1DVE+9wEAMQVTJfVibQQMNTAwMDEChXBQMjAzNzYyfQk3MjcuNSBLQglOL0EK')\n# Binary_plan: tidb_decode_binary_plan('8hTwQwrtFAoISW5zZXJ0XzE4AUABUgNOL0FaE3RpbWU6OTM2bXMsIGxvb3BzOjFi0AtwcmVwYXJlOiB7dG90YWw6IDI0Ni41ASRMYXV0b19pZF9hbGxvY2F0b3I6IHsFDGRfY250OiAxLCBHZXQ6e251bV9ycGM6MSwgdAFCAF8FaCg3MzYuMsK1c30sIAEQGF9kZXRhaWwRZhxfcHJvY2VzcwksHCA1MC4xwrVzEUEMd2FpdA0aDDM5LjUdGihrdl9yZWFkX3dhbA1oECA5NC43CSIIaWt2LhkACDExOAVWGH0sIHNjYW4+ggAMa2V5cwXFKGdldF9zbmFwc2hvEXYMMTIuOQVUeHJvY2tzZGI6IHtibG9jazoge2NhY2hlX2hpdF9jb3UhByQyfX19LCBjb21tAbVEeG46IHtwcmV3cml0ZToxLjYzIUoBYxEiEHM6MzI0DV8JFBA6MS4yNAEnHHNsb3dlc3RfEUAlVwAgMZhkMC4wMDJzLCByZWdpb25faWQ6IDEwLCBzdG8hvjgxMjcuMC4wLjE6MjAxNjJCdgE6HQEINzYxJVlCHQEBqz4OAQgxLjO2DgEF/jlxBaMUX2JhdGNoJdwMOiAzMi21KHByb3Bvc2Vfc2VuIdZIaXQ6IDBzLCBwZXJzaXN0X2xvZzkBCDE2Ng2JCWAUbGVhZGVyDVIkNzJucywgc3luYwk1CDEwMC1lCS0wbWVtdGFibGU6IDMuME2ZKX8JMBAzODguNgXmEGFwcGx5Mq4ADDIzLjQZGxWRADEVGBRtdXRleF9JIgG/CXMyoAAZFwB3YWUEMzAtAQkrGZ4EMTcFGS5VAhhwcmltYXJ5Rg4CBDFz/g4CTQ4INDM4og4CCDkuNF4OAgW1CdF170b8AQwxMS44JU6u/AEENzMFoQAsDV8yWwEANzr7AQQ0My3KCYsAbTX6CDEuMSHjea9FXwgyMTQNXEb6AQAxaSYALAkbNfoENjOFWgQsIMb5AQQxNE1MQp0AADEFtiVEbeMIbnVtoVYJKoWwADExARRieXRlOjOJfABppesoOjY4OS41bXNi4AhN2DqNBAw2MC44gWZh4hEiEHM6NDE1Df4JFBA6MTAuOQEngo0ECDU1czZ/AgQ0LNqNBBA1LjQybSGXNqgFAak6iwSp6kaWBSU2KShuegIAOMWTACyyegIIMTY1MrIBMnsCBDM2OnYEtdsJjVl8DDM0OW4B4ylmSXoINDE0DZFKegIELjYlhwUaVXkMMi4xNCGdxngCBDM2Lec+mQAEMjfJ7SVDDZ5icgQEOHP+8wE18wA2lvIBlS7e9QEENTBlWLb1AeGjgStxbzL1AQgxMTE69gEEOTNabAYIMi4wwTo6cgQEOTMW7ggl3DJqBgQxMy4RAj33ADUSSAjG9wEEOTUNUT73AQAxBVMl9WJuBAw1MDAwMQKFcVwyMDM3NjJ9cKi8LXj///////////8BGAE=')\n# Resource_group: default\ninsert into src values (0, 'abc-0'),(1, 'abc-1'),(2, 'abc-2'),(3, 'abc-3'),(4, 'abc-4'),(5, 'abc-5'),(6, 'abc-6'),(7, 'abc-7'),(8, 'abc-8'),(9, 'abc-9'),(10, 'abc-10'),(11, 'abc-11'),(12, 'abc-12'),(13, 'abc-13'),(14, 'abc-14'),(15, 'abc-15'),(16, 'abc-16'),(17, 'abc-17'),(18, 'abc-18'),(19, 'abc-19'),(20, 'abc-20'),(21, 'abc-21'),(22, 'abc-22'),(23, 'abc-23'),(24, 'abc-24'),(25, 'abc-25'),(26, 'abc-26'),(27, 'abc-27'),(28, 'abc-28'),(29, 'abc-29'),(30, 'abc-30'),(31, 'abc-31'),(32, 'abc-32'),(33, 'abc-33'),(34, 'abc-34'),(35, 'abc-35'),(36, 'abc-36'),(37, 'abc-37'),(38, 'abc-38'),(39, 'abc-39'),(40, 'abc-40'),(41, 'abc-41'),(42, 'abc-42'),(43, 'abc-43'),(44, 'abc-44'),(45, 'abc-45'),(46, 'abc-46'),(47, 'abc-47'),(48, 'abc-48'),(49, 'abc-49'),(50, 'abc-50'),(51, 'abc-51'),(52, 'abc-52'),(53, 'abc-53'),(54, 'abc-54'),(55, 'abc-55'),(56, 'abc-56'),(57, 'abc-57'),(58, 'abc-58'),(59, 'abc-59'),(60, 'abc-60'),(61, 'abc-61'),(62, 'abc-62'),(63, 'abc-63'),(64, 'abc-64'),(65, 'abc-65'),(66, 'abc-66'),(67, 'abc-67'),(68, 'abc-68'),(69, 'abc-69'),(70, 'abc-70'),(71, 'abc-71'),(72, 'abc-72'),(73, 'abc-73'),(74, 'abc-74'),(75, 'abc-75'),(76, 'abc-76'),(77, 'abc-77'),(78, 'abc-78'),(79, 'abc-79'),(80, 'abc-80'),(81, 'abc-81'),(82, 'abc-82'),(83, 'abc-83'),(84, 'abc-84'),(85, 'abc-85'),(86, 'abc-86'),(87, 'abc-87'),(88, 'abc-88'),(89, 'abc-89'),(90, 'abc-90'),(91, 'abc-91'),(92, 'abc-92'),(93, 'abc-93'),(94, 'abc-94'),(95, 'abc-95'),(96, 'abc-96'),(97, 'abc-97'),(98, 'abc-98'),(99, 'abc-99'),(100, 'abc-100'),(101, 'abc-101'),(102, 'abc-102'),(103, 'abc-103'),(104, 'abc-104'),(105, 'abc-105'),(106, 'abc-106'),(107, 'abc-107'),(108, 'abc-108'),(109, 'abc-109'),(110, 'abc-110'),(111, 'abc-111'),(112, 'abc-112'),(113, 'abc-113'),(114, 'abc-114'),(115, 'abc-115'),(116, 'abc-116'),(117, 'abc-117'),(118, 'abc-118'),(119, 'abc-119'),(120, 'abc-120'),(121, 'abc-121'),(122, 'abc-122'),(123, 'abc-123'),(124, 'abc-124'),(125, 'abc-125'),(126, 'abc-126'),(127, 'abc-127'),(128, 'abc-128'),(129, 'abc-129'),(130, 'abc-130'),(131, 'abc-131'),(132, 'abc-132'),(133, 'abc-133'),(134, 'abc-134'),(135, 'abc-135'),(136, 'abc-136'),(137, 'abc-137'),(138, 'abc-138'),(139, 'abc-139'),(140, 'abc-140'),(141, 'abc-141'),(142, 'abc-142'),(143, 'abc-143'),(144, 'abc-144'),(145, 'abc-145'),(146, 'abc-146'),(147, 'abc-147'),(148, 'abc-148'),(149, 'abc-149'),(150, 'abc-150'),(151, 'abc-151'),(152, 'abc-152'),(153, 'abc-153'),(154, 'abc-154'),(155, 'abc-155'),(156, 'abc-156'),(157, 'abc-157'),(158, 'abc-158'),(159, 'abc-159'),(160, 'abc-160'),(161, 'abc-161'),(162, 'abc-162'),(163, 'abc-163'),(164, 'abc-164'),(165, 'abc-165'),(166, 'abc-166'),(167, 'abc-167'),(168, 'abc-168'),(169, 'abc-169'),(170, 'abc-170'),(171, 'abc-171'),(172, 'abc-172'),(173, 'abc-173'),(174, 'abc-174'),(175, 'abc-175'),(176, 'abc-176'),(177, 'abc-177'),(178, 'abc-178'),(179, 'abc-179'),(180, 'abc-180'),(181, 'abc-181'),(182, 'abc-182'),(183, 'abc-183'),(184, 'abc-184'),(185, 'abc-185'),(186, 'abc-186'),(187, 'abc-187'),(188, 'abc-188'),(189, 'abc-189'),(190, 'abc-190'),(191, 'abc-191'),(192, 'abc-192'),(193, 'abc-193'),(194, 'abc-194'),(195, 'abc-195'),(196, 'abc-196'),(197, 'abc-197'),(198, 'abc-198'),(199, 'abc-199'),(200, 'abc-200'),(201, 'abc-201'),(202, 'abc-202'),(203, 'abc-203'),(204, 'abc-204'),(205, 'abc-205'),(206, 'abc-206'),(207, 'abc-207'),(208, 'abc-208'),(209, 'abc-209'),(210, 'abc-210'),(211, 'abc-211'),(212, 'abc-212'),(213, 'abc-213'),(214, 'abc-214'),(215, 'abc-215'),(216, 'abc-216'),(217, 'abc-217'),(218, 'abc-218'),(219, 'abc-219'),(220, 'abc-220'),(221, 'abc-221'),(222, 'abc-222'),(223, 'abc-223'),(224, 'abc-224'),(225, 'abc-225'),(226, 'abc-226'),(227, 'abc-227'),(228, 'abc-228'),(229, 'abc-229'),(230, 'abc-230'),(231, 'abc-231'),(232, 'abc-232'),(233, 'abc-233'),(234, 'abc-234'),(235, 'abc-235'),(236, 'abc-236'),(237, 'abc-237'),(238, 'abc-238'),(239, 'abc-239'),(240, 'abc-240'),(241, 'abc-241'),(242, 'abc-242'),(243, 'abc-243'),(244, 'abc-244'),(245, 'abc-245'),(246, 'abc-246'),(247, 'abc-247'),(248, 'abc-248'),(249, 'abc-249'),(250, 'abc-250'),(251, 'abc-251'),(252, 'ab(len:92802);"] [2024/05/06 13:10:09.950 +00:00] [INFO] [import_into.go:226] ["importing data from select statement"] [import-id=6cbfe1d2-ff7f-489c-9207-d8ee06734cc9] [concurrency=8] [target-table=`from_select`.`dst`] [target-table-id=114] [2024/05/06 13:10:09.958 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 13:10:09.958 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365872728081621462] [2024/05/06 13:10:09.959 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:09.959 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 13:10:09.960 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 13:10:09.960 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:09.960 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:09.960 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 13:10:09.960 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:09.974 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 13:10:09.976 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 13:10:09.977 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=dst] [quota=374.2GB] [2024/05/06 13:10:09.981 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [2024/05/06 13:10:09.986 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:10.028 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=dst] [import-id=6cbfe1d2-ff7f-489c-9207-d8ee06734cc9] [key=import-from-select] [2024/05/06 13:10:10.028 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=dst] [import-id=6cbfe1d2-ff7f-489c-9207-d8ee06734cc9] [key=import-from-select] [2024/05/06 13:10:10.028 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=dst] [import-id=6cbfe1d2-ff7f-489c-9207-d8ee06734cc9] [key=import-from-select] [2024/05/06 13:10:10.028 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=dst] [import-id=6cbfe1d2-ff7f-489c-9207-d8ee06734cc9] [key=import-from-select] [2024/05/06 13:10:10.028 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=dst] [import-id=6cbfe1d2-ff7f-489c-9207-d8ee06734cc9] [key=import-from-select] [2024/05/06 13:10:10.028 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=dst] [import-id=6cbfe1d2-ff7f-489c-9207-d8ee06734cc9] [key=import-from-select] [2024/05/06 13:10:10.028 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=dst] [import-id=6cbfe1d2-ff7f-489c-9207-d8ee06734cc9] [key=import-from-select] [2024/05/06 13:10:10.028 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=dst] [import-id=6cbfe1d2-ff7f-489c-9207-d8ee06734cc9] [key=import-from-select] [2024/05/06 13:10:10.533 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=dst] [import-id=6cbfe1d2-ff7f-489c-9207-d8ee06734cc9] [key=import-from-select] [readDur=37.429712ms] [encodeDur=450.169929ms] [checksum="{cksum=14647614716714386325,size=25433,kvs=624}"] [deliverDur=6.409162ms] [type=query] [takeTime=505.059371ms] [] [2024/05/06 13:10:10.534 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=25433] [kvs=624] [files=1] [sstFileSize=9126] [file=/tmp/tidb/import-4000/6cbfe1d2-ff7f-489c-9207-d8ee06734cc9/c4140e3b-040a-536c-9317-e3490dc4bcf9.sst/6941f614-f008-48b3-8dfa-8eef47d9e942.sst] [firstKey=7480000000000000725F728000000000000005] [lastKey=7480000000000000725F728000000000001383] [2024/05/06 13:10:10.537 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=dst] [import-id=6cbfe1d2-ff7f-489c-9207-d8ee06734cc9] [key=import-from-select] [readDur=35.746011ms] [encodeDur=452.15901ms] [checksum="{cksum=5626391758122746940,size=25797,kvs=633}"] [deliverDur=10.264464ms] [type=query] [takeTime=508.95062ms] [] [2024/05/06 13:10:10.537 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=dst] [import-id=6cbfe1d2-ff7f-489c-9207-d8ee06734cc9] [key=import-from-select] [readDur=40.528704ms] [encodeDur=447.828276ms] [checksum="{cksum=8115084941253123592,size=24976,kvs=613}"] [deliverDur=10.470766ms] [type=query] [takeTime=509.389955ms] [] [2024/05/06 13:10:10.538 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=dst] [import-id=6cbfe1d2-ff7f-489c-9207-d8ee06734cc9] [key=import-from-select] [readDur=36.404922ms] [encodeDur=450.802447ms] [checksum="{cksum=1474150568586376788,size=25429,kvs=624}"] [deliverDur=10.640394ms] [type=query] [takeTime=509.468759ms] [] [2024/05/06 13:10:10.538 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=25797] [kvs=633] [files=1] [sstFileSize=9233] [file=/tmp/tidb/import-4000/6cbfe1d2-ff7f-489c-9207-d8ee06734cc9/c4140e3b-040a-536c-9317-e3490dc4bcf9.sst/fcccd877-8f1d-4b2d-93b0-713e464d100b.sst] [firstKey=7480000000000000725F728000000000000004] [lastKey=7480000000000000725F728000000000001387] [2024/05/06 13:10:10.538 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=dst] [import-id=6cbfe1d2-ff7f-489c-9207-d8ee06734cc9] [key=import-from-select] [readDur=63.205783ms] [encodeDur=395.061495ms] [checksum="{cksum=7084442165802599122,size=25545,kvs=627}"] [deliverDur=11.379954ms] [type=query] [takeTime=509.970516ms] [] [2024/05/06 13:10:10.538 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=dst] [import-id=6cbfe1d2-ff7f-489c-9207-d8ee06734cc9] [key=import-from-select] [readDur=61.001682ms] [encodeDur=426.192855ms] [checksum="{cksum=9857834687554394147,size=25479,kvs=625}"] [deliverDur=11.244485ms] [type=query] [takeTime=510.064365ms] [] [2024/05/06 13:10:10.538 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=dst] [import-id=6cbfe1d2-ff7f-489c-9207-d8ee06734cc9] [key=import-from-select] [readDur=70.13351ms] [encodeDur=417.676327ms] [checksum="{cksum=1873584344476638474,size=25107,kvs=616}"] [deliverDur=11.666745ms] [type=query] [takeTime=510.117184ms] [] [2024/05/06 13:10:10.539 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=dst] [import-id=6cbfe1d2-ff7f-489c-9207-d8ee06734cc9] [key=import-from-select] [readDur=37.112018ms] [encodeDur=450.900321ms] [checksum="{cksum=4035613141107116785,size=25996,kvs=638}"] [deliverDur=11.642797ms] [type=query] [takeTime=510.436732ms] [] [2024/05/06 13:10:10.539 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [2024/05/06 13:10:10.539 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=24976] [kvs=613] [files=1] [sstFileSize=9008] [file=/tmp/tidb/import-4000/6cbfe1d2-ff7f-489c-9207-d8ee06734cc9/c4140e3b-040a-536c-9317-e3490dc4bcf9.sst/7b770d17-e452-479d-8dac-48020e627ce7.sst] [firstKey=7480000000000000725F728000000000000001] [lastKey=7480000000000000725F728000000000001384] [2024/05/06 13:10:10.541 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=25429] [kvs=624] [files=1] [sstFileSize=9075] [file=/tmp/tidb/import-4000/6cbfe1d2-ff7f-489c-9207-d8ee06734cc9/c4140e3b-040a-536c-9317-e3490dc4bcf9.sst/532da18d-b9ec-402a-add1-ab6f23f60fea.sst] [firstKey=7480000000000000725F728000000000000006] [lastKey=7480000000000000725F72800000000000137E] [2024/05/06 13:10:10.542 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=25996] [kvs=638] [files=1] [sstFileSize=9270] [file=/tmp/tidb/import-4000/6cbfe1d2-ff7f-489c-9207-d8ee06734cc9/c4140e3b-040a-536c-9317-e3490dc4bcf9.sst/fd8cc6cb-5e24-4dca-b5b6-ed5d99341969.sst] [firstKey=7480000000000000725F728000000000000002] [lastKey=7480000000000000725F728000000000001386] [2024/05/06 13:10:10.543 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=25545] [kvs=627] [files=1] [sstFileSize=9156] [file=/tmp/tidb/import-4000/6cbfe1d2-ff7f-489c-9207-d8ee06734cc9/c4140e3b-040a-536c-9317-e3490dc4bcf9.sst/6d0293a8-8dc0-469b-9459-b428d84d19cc.sst] [firstKey=7480000000000000725F728000000000000003] [lastKey=7480000000000000725F728000000000001388] [2024/05/06 13:10:10.545 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=25479] [kvs=625] [files=1] [sstFileSize=9103] [file=/tmp/tidb/import-4000/6cbfe1d2-ff7f-489c-9207-d8ee06734cc9/c4140e3b-040a-536c-9317-e3490dc4bcf9.sst/e6d679ee-51b0-46db-b22f-89eb3a513574.sst] [firstKey=7480000000000000725F728000000000000007] [lastKey=7480000000000000725F728000000000001382] [2024/05/06 13:10:10.546 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=25107] [kvs=616] [files=1] [sstFileSize=8972] [file=/tmp/tidb/import-4000/6cbfe1d2-ff7f-489c-9207-d8ee06734cc9/c4140e3b-040a-536c-9317-e3490dc4bcf9.sst/c0528810-3482-4c4c-8bd7-537d3dc3f5b7.sst] [firstKey=7480000000000000725F728000000000000008] [lastKey=7480000000000000725F728000000000001385] [2024/05/06 13:10:10.549 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [takeTime=10.100168ms] [] [2024/05/06 13:10:10.550 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [retryCnt=0] [2024/05/06 13:10:10.556 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:10:10.578 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=c4140e3b-040a-536c-9317-e3490dc4bcf9] ["region ranges"=1] [count=5000] [size=203762] [2024/05/06 13:10:10.578 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:10:10.695 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=c4140e3b-040a-536c-9317-e3490dc4bcf9] [size=203762] [kvs=5000] [importedSize=203762] [importedCount=5000] [2024/05/06 13:10:10.697 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [retryCnt=0] [takeTime=147.23843ms] [] [2024/05/06 13:10:10.697 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:10.699 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [takeTime=1.784242ms] [] [2024/05/06 13:10:10.699 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [retryCnt=0] [2024/05/06 13:10:10.699 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:10.699 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [retryCnt=0] [takeTime=53.279µs] [] [2024/05/06 13:10:10.699 +00:00] [INFO] [table_import.go:761] ["post process start"] [table=dst] [import-id=6cbfe1d2-ff7f-489c-9207-d8ee06734cc9] [checksum="{\"id=-1\"=\"{cksum=2965160055807091455,size=203762,kvs=5000}\"}"] [2024/05/06 13:10:10.699 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [table=dst] [import-id=6cbfe1d2-ff7f-489c-9207-d8ee06734cc9] [2024/05/06 13:10:10.707 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [table=dst] [import-id=6cbfe1d2-ff7f-489c-9207-d8ee06734cc9] [takeTime=7.470713ms] [] [2024/05/06 13:10:10.707 +00:00] [INFO] [table_import.go:835] ["local checksum"] [table=dst] [import-id=6cbfe1d2-ff7f-489c-9207-d8ee06734cc9] [checksum="{cksum=2965160055807091455,size=203762,kvs=5000}"] [2024/05/06 13:10:10.707 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [table=dst] [import-id=6cbfe1d2-ff7f-489c-9207-d8ee06734cc9] [weight=30] [2024/05/06 13:10:10.707 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [table=dst] [import-id=6cbfe1d2-ff7f-489c-9207-d8ee06734cc9] [concurrency=15] [2024/05/06 13:10:10.713 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=114] [physicalTableID=114] [indexID=-1] [checksum=2965160055807091455] [totalKvs=5000] [totalBytes=203762] [2024/05/06 13:10:10.714 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [table=dst] [import-id=6cbfe1d2-ff7f-489c-9207-d8ee06734cc9] [local="{cksum=2965160055807091455,size=203762,kvs=5000}"] [2024/05/06 13:10:10.714 +00:00] [INFO] [table_import.go:763] ["post process completed"] [table=dst] [import-id=6cbfe1d2-ff7f-489c-9207-d8ee06734cc9] [checksum="{\"id=-1\"=\"{cksum=2965160055807091455,size=203762,kvs=5000}\"}"] [takeTime=14.625164ms] [] [2024/05/06 13:10:10.714 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [2024/05/06 13:10:10.714 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [takeTime=12.929µs] [] [2024/05/06 13:10:10.714 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [2024/05/06 13:10:10.716 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [takeTime=1.984376ms] [] [2024/05/06 13:10:10.716 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:10.716 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [takeTime=10.058µs] [] [2024/05/06 13:10:10.716 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:10.717 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [takeTime=933.62µs] [] [2024/05/06 13:10:10.721 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:10.721 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:10.721 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 13:10:10.721 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 13:10:10.721 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 13:10:10.721 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 13:10:10.721 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 13:10:10.721 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:10.721 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:10.721 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:10.721 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:10.721 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:10.721 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 13:10:10.724 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 13:10:10.724 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:10.724 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:10.724 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:10.724 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:10.726 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449577224698068993\n# Conn_ID: 2\n# Query_time: 0.979841292\n# Parse_time: 0.000700943\n# Compile_time: 0.003761156\n# Rewrite_time: 0.002641097\n# Optimize_time: 0.000794921\n# Wait_TS: 0.000106882\n# Cop_time: 0.005089442 Process_time: 0.004736385 Wait_time: 0.000153618 Request_count: 5 Process_keys: 5000 Total_keys: 5005 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 14527 Rocksdb_key_skipped_count: 19527\n# DB: from_select\n# Is_internal: false\n# Digest: 732118ea7aa678f28e4cb142520f56d3d03c46000e09ced082cbbc8664c18b0b\n# Stats: src:pseudo[10000;0]\n# Num_cop_tasks: 5\n# Cop_proc_avg: 0.000947277 Cop_proc_p90: 0.001496259 Cop_proc_max: 0.001496259 Cop_proc_addr: 127.0.0.1:20162\n# Cop_wait_avg: 3.0723e-05 Cop_wait_p90: 3.9807e-05 Cop_wait_max: 3.9807e-05 Cop_wait_addr: 127.0.0.1:20162\n# Mem_max: 520192\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('jQeYMAk1OV8yCTAJMAlOL0EJMAl0aW1lOjk3My43bXMsIGxvb3BzOjEJARygTi9BCjEJMzFfNwkwCTEwMDAwCWRhdGE6VGFibGVGdWxsU2Nhbl82CTUBGglHCC4wNBlGeDcsIGNvcF90YXNrOiB7bnVtOiA1LCBtYXg6IDMuMTkBKSBtaW46IDEuNTEBDSBhdmc6IDIuNDMBDQhwOTUdJ0hheF9wcm9jX2tleXM6IDIwMTYsASJGFQAIdG90BRUQOiA0LjcFjAESNHdhaXQ6IDE1My42wrVzBZd0cl9jYWNoZV9oaXRfcmF0aW86IDAuMDAsIGJ1aWxkBbUIX2R1BRoYbjogNDcuMwU6AYqYZGlzdHNxbF9jb25jdXJyZW5jeTogMX0sIHJwY19pbmZvOntDb3A6AfIYX3JwYzo1LAGFCGFsXyUkBDExIWoofX0JNzguMSBLQgkhZyAyCTQzXzYJMV8xaaB0YWJsZTpzcmMsIGtlZXAgb3JkZXI6ZmFsc2UsIHN0YXRzOnBzZXVkbzF+BGt2BbQUOntwcm9jAacAOiVUIWEFCSVdBQoIcDgwCRMhYwUSmGl0ZXJzOjI0LCB0YXNrczo1fSwgc2Nhbl9kZXRhaWw6IHt0b3RhbCVZCGVzcy2GBDUwIS8AdEIaADBfc2l6ZTogMjQzNzYyEfsAayW5RDUwMDUsIGdldF9zbmFwc2hvdCkUECA2Ny43JWBwcm9ja3NkYjoge2RlbGV0ZV9za2lwcGVkX2NvdW4hxAw0NTI3IRQAeUIaAAA5BRoMYmxvY0FvEH19fSwgIXFexQABHDImAiRhbF9zdXNwZW5kDRwMOS45MgWVCeRBRQ0aADFVSgkbKGt2X3JlYWRfd2FsLeYYIDVtcywgdCGXLhUAOC4zNG1zfQlOL0EJTi9BCg==')\n# Binary_plan: tidb_decode_binary_plan('9wegCvIHCgxJbXBvcnRJbnRvXzISqwcKDVRhYmxlUmVhZGVyXzcSpwQKD1QBElBGdWxsU2Nhbl82IWTCmlW+DkRBKQABAfBeiMNAMIgnOAJAAkoUChIKC2Zyb21fc2VsZWN0EgNzcmNSHmtlZXAgb3JkZXI6ZmFsc2UsIHN0YXRzOnBzZXVkb2quA3Rpa3ZfdGFzazp7cHJvYyBtYXg6MW1zLCBtaW4JCTBhdmc6IDFtcywgcDgwCRMIcDk1CQnwPGl0ZXJzOjI0LCB0YXNrczo1fSwgc2Nhbl9kZXRhaWw6IHt0b3RhbF9wcm9jZXNzX2tleXM6IDUwMDAsIHRCGgA0X3NpemU6IDI0Mzc2MiwNIQBrETPwTDUsIGdldF9zbmFwc2hvdF90aW1lOiA2Ny43wrVzLCByb2Nrc2RiOiB7ZGVsZXRlX3NraXBwZWRfY291bnQ6IDE0NTI3LCBrZXlfc2tpMhoAADkFGjBibG9jazoge319fSwgAV1exQABHBw6IDQuNzRtcxGmGHN1c3BlbmQNHAw5LjkyBZUAdAXkCHdhaRGvEDE1My42HRssa3ZfcmVhZF93YWxsDT0ANQVWIZcuFQAcLjM0bXN9cP8RAQQBeBEKKP8BIZxWH6WHTBZBMhYCKAFAAVIUZGF0YTpUNkUCBFoUBcIIOS4wBcEwbG9vcHM6N2KbAmNvcEkLJCB7bnVtOiA1LCBBDxAgMy4xOQGVQRMMIDEuNUUNAGFBFwwyLjQzARpBERknBGF4JfEtuxAyMDE2LAEiRhUACHRvdAUVMk4BJS8AOj0qgGNvcHJfY2FjaGVfaGl0X3JhdGlvOiAwLjAwLCBidWlsZAW1CF9kdQUaGG46IDQ3LjMlZAGKmGRpc3RzcWxfY29uY3VycmVuY3k6IDF9LCBycGNfaW5mbzp7Q29wOgHyFF9ycGM6NTHTJSUsMTEuN21zfX1wwfAEPXIAOCFdFANOL0FaFQUnCDk3MwEoACwtTQAxVqgBBBgB')\n# Resource_group: default\nIMPORT INTO `from_select`.`dst` FROM SELECT * FROM `from_select`.`src` WITH thread=8;"] === RUN TestImportInto/TestImportFromSelectColumnList [2024/05/06 13:10:10.877 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=57] [cur_db=from_select] [sql="drop database if exists from_select"] [user=] [2024/05/06 13:10:10.902 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:116, Type:drop schema, State:queueing, SchemaState:public, SchemaID:104, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:10.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:10.902 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:116, Type:drop schema, State:queueing, SchemaState:public, SchemaID:104, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:10.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop database if exists from_select"] [2024/05/06 13:10:10.939 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=116] [conn=2] [category=ddl] [job="ID:116, Type:drop schema, State:queueing, SchemaState:public, SchemaID:104, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:10.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:10.974 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=57] [neededSchemaVersion=58] ["start time"=252.336µs] [gotSchemaVersion=58] [phyTblIDs="[112,114]"] [actionTypes="[2,2]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 13:10:10.985 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=116] [version=58] [2024/05/06 13:10:11.024 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=58] ["take time"=54.469607ms] [job="ID:116, Type:drop schema, State:running, SchemaState:write only, SchemaID:104, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:10.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:11.071 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=116] [conn=2] [category=ddl] [job="ID:116, Type:drop schema, State:running, SchemaState:write only, SchemaID:104, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:10.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:11.103 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=58] [neededSchemaVersion=59] ["start time"=208.405µs] [gotSchemaVersion=59] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 13:10:11.115 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=116] [version=59] [2024/05/06 13:10:11.152 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=59] ["take time"=52.888889ms] [job="ID:116, Type:drop schema, State:running, SchemaState:delete only, SchemaID:104, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:10.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:11.222 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=116] [conn=2] [category=ddl] [job="ID:116, Type:drop schema, State:running, SchemaState:delete only, SchemaID:104, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:10.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:11.255 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=59] [neededSchemaVersion=60] ["start time"=201.854µs] [gotSchemaVersion=60] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 13:10:11.265 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=116] [version=60] [2024/05/06 13:10:11.303 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=60] ["take time"=52.679598ms] [job="ID:116, Type:drop schema, State:done, SchemaState:none, SchemaID:104, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:10.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:11.337 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=116] [tableIDs="[112,114]"] [comment="drop schema: table IDs"] [2024/05/06 13:10:11.346 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=116] [jobType="drop schema"] [2024/05/06 13:10:11.350 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=116] [conn=2] [job="ID:116, Type:drop schema, State:synced, SchemaState:none, SchemaID:104, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:10.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:11.397 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=116] [2024/05/06 13:10:11.397 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:11.401 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.524566393\n# Parse_time: 0.000525538\n# Compile_time: 0.000942514\n# Rewrite_time: 0.000009407\n# Optimize_time: 0.001573893\n# Wait_TS: 0.000411291\n# Is_internal: false\n# Digest: 204fced281c071eff2176d73371b622a1c63112ba44e5fa57ddd93d2de723449\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop database if exists from_select;"] [2024/05/06 13:10:11.403 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=60] [cur_db=] [sql="create database from_select"] [user=] [2024/05/06 13:10:11.434 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:118, Type:create schema, State:queueing, SchemaState:none, SchemaID:117, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:11.393 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:11.434 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:118, Type:create schema, State:queueing, SchemaState:none, SchemaID:117, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:11.393 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database from_select"] [2024/05/06 13:10:11.535 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=118] [conn=2] [category=ddl] [job="ID:118, Type:create schema, State:queueing, SchemaState:none, SchemaID:117, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:11.393 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:11.571 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=60] [neededSchemaVersion=61] ["start time"=1.332101ms] [gotSchemaVersion=61] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 13:10:11.585 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=118] [version=61] [2024/05/06 13:10:11.615 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=61] ["take time"=53.51339ms] [job="ID:118, Type:create schema, State:done, SchemaState:public, SchemaID:117, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:11.393 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:11.678 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=118] [conn=2] [job="ID:118, Type:create schema, State:synced, SchemaState:public, SchemaID:117, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:11.393 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:11.718 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=118] [2024/05/06 13:10:11.718 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:11.722 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.320487915\n# Parse_time: 0.000457813\n# Compile_time: 0.000859298\n# Rewrite_time: 0.000007797\n# Optimize_time: 0.001573893\n# Wait_TS: 0.000379461\n# Is_internal: false\n# Digest: b1209c5d4d4287dcfacd0b1e3471edef37bb3a506af93edd1e19dc300a228d94\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ncreate database from_select;"] [2024/05/06 13:10:11.725 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=61] [cur_db=from_select] [sql="create table src(id int, a varchar(64))"] [user=] [2024/05/06 13:10:11.763 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:120, Type:create table, State:queueing, SchemaState:none, SchemaID:117, TableID:119, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:11.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:11.763 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:120, Type:create table, State:queueing, SchemaState:none, SchemaID:117, TableID:119, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:11.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table src(id int, a varchar(64))"] [2024/05/06 13:10:11.804 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=120] [conn=2] [category=ddl] [job="ID:120, Type:create table, State:queueing, SchemaState:none, SchemaID:117, TableID:119, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:11.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:11.812 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 117, Table ID: 119, Table Name: src"] [2024/05/06 13:10:11.878 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=61] [neededSchemaVersion=62] ["start time"=2.33626ms] [gotSchemaVersion=62] [phyTblIDs="[119]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:10:11.893 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=120] [version=62] [2024/05/06 13:10:11.949 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=62] ["take time"=77.454271ms] [job="ID:120, Type:create table, State:done, SchemaState:public, SchemaID:117, TableID:119, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:11.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:11.996 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=120] [conn=2] [job="ID:120, Type:create table, State:synced, SchemaState:public, SchemaID:117, TableID:119, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:11.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:12.046 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=120] [2024/05/06 13:10:12.047 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:12.050 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.326435991\n# Parse_time: 0.000492338\n# Compile_time: 0.000757132\n# Rewrite_time: 0.000009463\n# Optimize_time: 0.001573893\n# Wait_TS: 0.000418927\n# DB: from_select\n# Is_internal: false\n# Digest: 98c5036420c27bd0ff5f7f9b5126ea2bf48257614d3444161076145bc62353f3\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse from_select;\ncreate table src(id int, a varchar(64));"] [2024/05/06 13:10:12.053 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=62] [cur_db=from_select] [sql="create table dst(id int auto_increment primary key, a varchar(64), b int default 10, c int)"] [user=] [2024/05/06 13:10:12.109 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:122, Type:create table, State:queueing, SchemaState:none, SchemaID:117, TableID:121, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:12.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:12.109 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:122, Type:create table, State:queueing, SchemaState:none, SchemaID:117, TableID:121, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:12.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table dst(id int auto_increment primary key, a varchar(64), b int default 10, c int)"] [2024/05/06 13:10:12.157 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=122] [conn=2] [category=ddl] [job="ID:122, Type:create table, State:queueing, SchemaState:none, SchemaID:117, TableID:121, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:12.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:12.166 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 117, Table ID: 121, Table Name: dst"] [2024/05/06 13:10:12.247 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=62] [neededSchemaVersion=63] ["start time"=2.740821ms] [gotSchemaVersion=63] [phyTblIDs="[121]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:10:12.259 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=122] [version=63] [2024/05/06 13:10:12.293 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=63] ["take time"=53.078344ms] [job="ID:122, Type:create table, State:done, SchemaState:public, SchemaID:117, TableID:121, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:12.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:12.340 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=122] [conn=2] [job="ID:122, Type:create table, State:synced, SchemaState:public, SchemaID:117, TableID:121, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:12.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:12.408 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=122] [2024/05/06 13:10:12.409 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:12.413 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.361948226\n# Parse_time: 0.000955179\n# Compile_time: 0.001141149\n# Rewrite_time: 0.000012493\n# Optimize_time: 0.001573893\n# Wait_TS: 0.0004261\n# DB: from_select\n# Is_internal: false\n# Digest: b5811e8b60d123e58ec2cd4b62a863a10586381376545cb4a83e5a0823b6ace6\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ncreate table dst(id int auto_increment primary key, a varchar(64), b int default 10, c int);"] [2024/05/06 13:10:12.610 +00:00] [INFO] [import_into.go:226] ["importing data from select statement"] [import-id=f77d2367-6d27-415d-a21a-4b651791caf8] [concurrency=2] [target-table=`from_select`.`dst`] [target-table-id=121] [2024/05/06 13:10:12.618 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 13:10:12.619 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365872728081621462] [2024/05/06 13:10:12.619 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:12.619 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 13:10:12.620 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:12.620 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 13:10:12.621 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:12.621 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 13:10:12.621 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:12.636 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 13:10:12.637 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 13:10:12.637 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=dst] [quota=374.2GB] [2024/05/06 13:10:12.642 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [2024/05/06 13:10:12.646 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:12.712 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=dst] [import-id=f77d2367-6d27-415d-a21a-4b651791caf8] [key=import-from-select] [2024/05/06 13:10:12.716 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=dst] [import-id=f77d2367-6d27-415d-a21a-4b651791caf8] [key=import-from-select] [readDur=33.231µs] [encodeDur=2.162034ms] [checksum="{cksum=6223226670940176578,size=168,kvs=4}"] [deliverDur=724.977µs] [type=query] [takeTime=3.428737ms] [] [2024/05/06 13:10:12.717 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=168] [kvs=4] [files=1] [sstFileSize=1017] [file=/tmp/tidb/import-4000/f77d2367-6d27-415d-a21a-4b651791caf8/c4140e3b-040a-536c-9317-e3490dc4bcf9.sst/93d2cf66-4621-4a25-b15e-aa1ae09f250d.sst] [firstKey=7480000000000000795F728000000000000001] [lastKey=7480000000000000795F728000000000000004] [2024/05/06 13:10:12.756 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=dst] [import-id=f77d2367-6d27-415d-a21a-4b651791caf8] [key=import-from-select] [2024/05/06 13:10:12.757 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=dst] [import-id=f77d2367-6d27-415d-a21a-4b651791caf8] [key=import-from-select] [readDur=0s] [encodeDur=0s] [checksum="{cksum=0,size=0,kvs=0}"] [deliverDur=0s] [type=query] [takeTime=208.153µs] [] [2024/05/06 13:10:12.757 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [2024/05/06 13:10:12.759 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [takeTime=1.722694ms] [] [2024/05/06 13:10:12.759 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [retryCnt=0] [2024/05/06 13:10:12.763 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:10:12.785 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=c4140e3b-040a-536c-9317-e3490dc4bcf9] ["region ranges"=1] [count=4] [size=168] [2024/05/06 13:10:12.785 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:10:12.799 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=c4140e3b-040a-536c-9317-e3490dc4bcf9] [size=168] [kvs=4] [importedSize=168] [importedCount=4] [2024/05/06 13:10:12.801 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [retryCnt=0] [takeTime=42.009014ms] [] [2024/05/06 13:10:12.801 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:12.803 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [takeTime=1.894247ms] [] [2024/05/06 13:10:12.803 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [retryCnt=0] [2024/05/06 13:10:12.803 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:12.803 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [retryCnt=0] [takeTime=52.966µs] [] [2024/05/06 13:10:12.803 +00:00] [INFO] [table_import.go:761] ["post process start"] [table=dst] [import-id=f77d2367-6d27-415d-a21a-4b651791caf8] [checksum="{\"id=-1\"=\"{cksum=6223226670940176578,size=168,kvs=4}\"}"] [2024/05/06 13:10:12.803 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [table=dst] [import-id=f77d2367-6d27-415d-a21a-4b651791caf8] [2024/05/06 13:10:12.812 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [table=dst] [import-id=f77d2367-6d27-415d-a21a-4b651791caf8] [takeTime=8.412628ms] [] [2024/05/06 13:10:12.812 +00:00] [INFO] [table_import.go:835] ["local checksum"] [table=dst] [import-id=f77d2367-6d27-415d-a21a-4b651791caf8] [checksum="{cksum=6223226670940176578,size=168,kvs=4}"] [2024/05/06 13:10:12.812 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [table=dst] [import-id=f77d2367-6d27-415d-a21a-4b651791caf8] [weight=30] [2024/05/06 13:10:12.812 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [table=dst] [import-id=f77d2367-6d27-415d-a21a-4b651791caf8] [concurrency=15] [2024/05/06 13:10:12.816 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=121] [physicalTableID=121] [indexID=-1] [checksum=6223226670940176578] [totalKvs=4] [totalBytes=168] [2024/05/06 13:10:12.816 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [table=dst] [import-id=f77d2367-6d27-415d-a21a-4b651791caf8] [local="{cksum=6223226670940176578,size=168,kvs=4}"] [2024/05/06 13:10:12.816 +00:00] [INFO] [table_import.go:763] ["post process completed"] [table=dst] [import-id=f77d2367-6d27-415d-a21a-4b651791caf8] [checksum="{\"id=-1\"=\"{cksum=6223226670940176578,size=168,kvs=4}\"}"] [takeTime=13.313522ms] [] [2024/05/06 13:10:12.817 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [2024/05/06 13:10:12.817 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [takeTime=13.372µs] [] [2024/05/06 13:10:12.817 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [2024/05/06 13:10:12.818 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [takeTime=1.118363ms] [] [2024/05/06 13:10:12.818 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:12.818 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [takeTime=9.227µs] [] [2024/05/06 13:10:12.818 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:12.819 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [takeTime=933.007µs] [] [2024/05/06 13:10:12.823 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 13:10:12.823 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 13:10:12.823 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:12.823 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:12.823 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 13:10:12.823 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 13:10:12.823 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 13:10:12.823 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:12.823 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:12.823 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:12.823 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:12.823 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:12.823 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 13:10:12.825 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 13:10:12.825 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:12.825 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:12.825 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:12.825 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:12.827 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449577225393012750\n# Conn_ID: 2\n# Query_time: 0.398651363\n# Parse_time: 0.000750544\n# Compile_time: 0.003533578\n# Rewrite_time: 0.002399736\n# Optimize_time: 0.001573893\n# Wait_TS: 0.000109678\n# Cop_time: 0.000047792 Process_time: 0.000036644 Wait_time: 0.000025043 Request_count: 1 Process_keys: 4 Total_keys: 5 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 4 Rocksdb_key_skipped_count: 8\n# DB: from_select\n# Is_internal: false\n# Digest: 06f4bd58bac954bfb605b498829db22153dab361e4b5150d01a3b8d231d5b370\n# Stats: src:pseudo[10000;0]\n# Num_cop_tasks: 1\n# Cop_proc_avg: 3.6644e-05 Cop_proc_addr: 127.0.0.1:20162\n# Cop_wait_avg: 2.5043e-05 Cop_wait_addr: 127.0.0.1:20162\n# Mem_max: 4096\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('kgaYMAk1OV8yCTAJMAlOL0EJMAl0aW1lOjM5Mi42bXMsIGxvb3BzOjEJARyYTi9BCjEJMTRfNgkwCTEwMDAwCWZyb21fc2VsZWN0LnNyYy5pZAk0CUIQOTMwwrUVQWAyCTEuMDUgS0IJMCBCeXRlcwoyCTMxXzEwFUpMZGF0YTpUYWJsZUZ1bGxTY2FuXzkRTBA0NjAuMy5OAHQsIGNvcF90YXNrOiB7bnVtOiAxLCBtYXg6IDEuMTEBuERwcm9jX2tleXM6IDQsIHRvdF8BEhQ6IDM2LjYFSgETHHdhaXQ6IDI1BRGAY29wcl9jYWNoZV9oaXRfcmF0aW86IDAuMDAsIGJ1aWxkBXAIX2R1BRoYbjogNTEuMgU6qG1heF9kaXN0c3FsX2NvbmN1cnJlbmN5OiAxfSwgcnBjX2luZm86e0NvcDoBrRRfcnBjOjEFlQhhbF8lbwg5ODgFTBR9fQkzNTEpIgAJIW8gMwk0M185CTFfMXHAdGFibGU6c3JjLCBrZWVwIG9yZGVyOmZhbHNlLCBzdGF0czpwc2V1ZG8JNAl0aWt2XyUlAHsFZgAwNY8BmTxzY2FuX2RldGFpbDoge3RvAY0YcHJvY2VzczI5AQRhbDIXACBfc2l6ZTogMTgpVwRhbA0tODUsIGdldF9zbmFwc2hvdAnYDCA4LjUpXnRyb2Nrc2RiOiB7ZGVsZXRlX3NraXBwZWRfY291bnQlpQhrZXk+FgAYOCwgYmxvYyHmEH19fSwgAcdetAABHDbgAQhhbF8h4g0aLecAdCEVDHdhbGwNF0QxMTguNcK1c30JTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('hAfw9Qr/BgoMSW1wb3J0SW50b18yErgGCgZTb3J0XzYS6AUKDlRhYmxlUmVhZGVyXzEwEqYDCg9UYWJsZUZ1bGxTY2FuXzkhZMKaVb4OREEpAAAAAACIw0AwBDgCQAJKFAoSCgtmcm9tX3NlbGVjdBIDc3JjUh5rZWVwIG9yZGVyOmZhbHNlLCBzdGF0czpwc2V1ZG9qrgJ0aWt2X3Rhc2s6e3RpbWU6MHMsIGxvb3BzOjF9LCBzY2FuX2RldGFpbDoge3RvdGFsX3Byb2Nlc3Nfa2V5czogNCwgdG90YWxfcHJvY2Vzc19rZXlzX3NpemU6IDE4NCwgdAUeWGtleXM6IDUsIGdldF9zbmFwc2hvdF90AXLAIDguNTXCtXMsIHJvY2tzZGI6IHtkZWxldGVfc2tpcHBlZF9jb3VudDogNCwga2V5XzoWADw4LCBibG9jazoge319fSwgAVUAX1q0AAEcFDogMzYuNgVxAHQFnAh3YWkRiwAyCYkgdGlrdl93YWxsDTEMMTE4LgEaCH1w/xEBBAF4EQos/wEhnFYfpYdMFkEpPZUoAUABUhRkYXRhOlQ2wwEEWhYFhhA0NjAuMwWGQGxvb3BzOjJi2AFjb3BfdGFzActgbnVtOiAxLCBtYXg6IDEuMTFtcywgcHJvYy1LBDQsAb4AXwESNtEABc8AOhHKgGNvcHJfY2FjaGVfaGl0X3JhdGlvOiAwLjAwLCBidWlsZAVwCF9kdQUaGG46IDUxLjIFlqhtYXhfZGlzdHNxbF9jb25jdXJyZW5jeTogMX0sIHJwY19pbmZvOntDb3A6Aa0UX3JwYzoxBZUAYS03CDk4OAVMEH19cN8CLi8BGOiZ35hFH1tCLwEEEmZZwCAuc3JjLmlkWhQlLQg5MzAFlS0rNHC4CDgBQAFSA04vQVoVBSIQMzkyLjYhJAkjADFWqgEEGAE=')\n# Resource_group: default\nIMPORT INTO `from_select`.`dst` (`c`,`a`) FROM SELECT * FROM `from_select`.`src` ORDER BY `id`;"] [2024/05/06 13:10:12.859 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=63] [cur_db=from_select] [sql="truncate table dst"] [user=] [2024/05/06 13:10:12.905 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:124, Type:truncate table, State:queueing, SchemaState:none, SchemaID:117, TableID:121, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:12.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:12.905 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:124, Type:truncate table, State:queueing, SchemaState:none, SchemaID:117, TableID:121, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:12.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="truncate table dst"] [2024/05/06 13:10:12.971 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=124] [conn=2] [category=ddl] [job="ID:124, Type:truncate table, State:queueing, SchemaState:none, SchemaID:117, TableID:121, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:12.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:12.983 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 117, Table ID: 123, Table Name: dst, Old Table ID: 121, Old Table Name: dst"] [2024/05/06 13:10:13.044 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=63] [neededSchemaVersion=64] ["start time"=2.672387ms] [gotSchemaVersion=64] [phyTblIDs="[121,123]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 13:10:13.056 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=124] [version=64] [2024/05/06 13:10:13.089 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=64] ["take time"=53.025711ms] [job="ID:124, Type:truncate table, State:done, SchemaState:public, SchemaID:117, TableID:121, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:12.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:13.165 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=124] [tableIDs="[121]"] [comment="drop table: table ID"] [2024/05/06 13:10:13.176 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=124] [jobType="truncate table"] [2024/05/06 13:10:13.179 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=124] [conn=2] [job="ID:124, Type:truncate table, State:synced, SchemaState:public, SchemaID:117, TableID:121, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:12.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:13.244 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=124] [2024/05/06 13:10:13.244 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:13.248 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.390101755\n# Parse_time: 0.00038213\n# Compile_time: 0.001191914\n# Rewrite_time: 0.00001214\n# Optimize_time: 0.020869748\n# Wait_TS: 0.000595211\n# DB: from_select\n# Is_internal: false\n# Digest: d3f72f82b7875c47c9849d99212130e055bfe77d87f267b9bca33e1b3a759145\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ntruncate table dst;"] [2024/05/06 13:10:13.249 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=64] [cur_db=from_select] [sql="create table src2(id int, a varchar(64))"] [user=] [2024/05/06 13:10:13.312 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:126, Type:create table, State:queueing, SchemaState:none, SchemaID:117, TableID:125, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:13.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:13.312 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:126, Type:create table, State:queueing, SchemaState:none, SchemaID:117, TableID:125, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:13.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table src2(id int, a varchar(64))"] [2024/05/06 13:10:13.368 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=126] [conn=2] [category=ddl] [job="ID:126, Type:create table, State:queueing, SchemaState:none, SchemaID:117, TableID:125, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:13.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:13.377 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 117, Table ID: 125, Table Name: src2"] [2024/05/06 13:10:13.446 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=64] [neededSchemaVersion=65] ["start time"=2.513078ms] [gotSchemaVersion=65] [phyTblIDs="[125]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:10:13.459 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=126] [version=65] [2024/05/06 13:10:13.493 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=65] ["take time"=53.869653ms] [job="ID:126, Type:create table, State:done, SchemaState:public, SchemaID:117, TableID:125, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:13.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:13.568 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=126] [conn=2] [job="ID:126, Type:create table, State:synced, SchemaState:public, SchemaID:117, TableID:125, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:13.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:13.606 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=126] [2024/05/06 13:10:13.606 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:13.609 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.361140881\n# Parse_time: 0.000540905\n# Compile_time: 0.000848184\n# Rewrite_time: 0.000010638\n# Optimize_time: 0.020869748\n# Wait_TS: 0.000344859\n# DB: from_select\n# Is_internal: false\n# Digest: af967cff9bbeb8f6a457f8a81126c6ea624a99b7418649c19f160d06f34f9ae4\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ncreate table src2(id int, a varchar(64));"] [2024/05/06 13:10:13.833 +00:00] [INFO] [import_into.go:226] ["importing data from select statement"] [import-id=0fa04d74-180a-4663-b95a-85116ae1a15a] [concurrency=2] [target-table=`from_select`.`dst`] [target-table-id=123] [2024/05/06 13:10:13.841 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 13:10:13.841 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365872728081621462] [2024/05/06 13:10:13.842 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:13.842 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 13:10:13.843 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:13.843 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:13.843 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 13:10:13.843 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 13:10:13.843 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:13.857 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 13:10:13.859 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 13:10:13.859 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=dst] [quota=374.2GB] [2024/05/06 13:10:13.865 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [2024/05/06 13:10:13.869 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:13.876 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=dst] [import-id=0fa04d74-180a-4663-b95a-85116ae1a15a] [key=import-from-select] [2024/05/06 13:10:13.878 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=dst] [import-id=0fa04d74-180a-4663-b95a-85116ae1a15a] [key=import-from-select] [readDur=21.286µs] [encodeDur=943.75µs] [checksum="{cksum=8162185998638841877,size=80,kvs=2}"] [deliverDur=442.571µs] [type=query] [takeTime=1.793134ms] [] [2024/05/06 13:10:13.879 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=80] [kvs=2] [files=1] [sstFileSize=984] [file=/tmp/tidb/import-4000/0fa04d74-180a-4663-b95a-85116ae1a15a/c4140e3b-040a-536c-9317-e3490dc4bcf9.sst/f08e1ab9-c469-452d-aa64-80afb8d37145.sst] [firstKey=74800000000000007B5F728000000000000001] [lastKey=74800000000000007B5F728000000000000002] [2024/05/06 13:10:13.879 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=dst] [import-id=0fa04d74-180a-4663-b95a-85116ae1a15a] [key=import-from-select] [2024/05/06 13:10:13.879 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=dst] [import-id=0fa04d74-180a-4663-b95a-85116ae1a15a] [key=import-from-select] [readDur=0s] [encodeDur=0s] [checksum="{cksum=0,size=0,kvs=0}"] [deliverDur=0s] [type=query] [takeTime=170.396µs] [] [2024/05/06 13:10:13.880 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [2024/05/06 13:10:13.881 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [takeTime=1.65083ms] [] [2024/05/06 13:10:13.881 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [retryCnt=0] [2024/05/06 13:10:13.886 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:10:13.909 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=c4140e3b-040a-536c-9317-e3490dc4bcf9] ["region ranges"=1] [count=2] [size=80] [2024/05/06 13:10:13.909 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:10:13.923 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=c4140e3b-040a-536c-9317-e3490dc4bcf9] [size=80] [kvs=2] [importedSize=80] [importedCount=2] [2024/05/06 13:10:13.924 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [retryCnt=0] [takeTime=42.9194ms] [] [2024/05/06 13:10:13.925 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:13.926 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [takeTime=1.656336ms] [] [2024/05/06 13:10:13.926 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [retryCnt=0] [2024/05/06 13:10:13.926 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:13.926 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [retryCnt=0] [takeTime=60.559µs] [] [2024/05/06 13:10:13.927 +00:00] [INFO] [table_import.go:761] ["post process start"] [table=dst] [import-id=0fa04d74-180a-4663-b95a-85116ae1a15a] [checksum="{\"id=-1\"=\"{cksum=8162185998638841877,size=80,kvs=2}\"}"] [2024/05/06 13:10:13.927 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [table=dst] [import-id=0fa04d74-180a-4663-b95a-85116ae1a15a] [2024/05/06 13:10:13.934 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [table=dst] [import-id=0fa04d74-180a-4663-b95a-85116ae1a15a] [takeTime=7.029806ms] [] [2024/05/06 13:10:13.934 +00:00] [INFO] [table_import.go:835] ["local checksum"] [table=dst] [import-id=0fa04d74-180a-4663-b95a-85116ae1a15a] [checksum="{cksum=8162185998638841877,size=80,kvs=2}"] [2024/05/06 13:10:13.934 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [table=dst] [import-id=0fa04d74-180a-4663-b95a-85116ae1a15a] [weight=30] [2024/05/06 13:10:13.934 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [table=dst] [import-id=0fa04d74-180a-4663-b95a-85116ae1a15a] [concurrency=15] [2024/05/06 13:10:13.937 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=123] [physicalTableID=123] [indexID=-1] [checksum=8162185998638841877] [totalKvs=2] [totalBytes=80] [2024/05/06 13:10:13.938 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [table=dst] [import-id=0fa04d74-180a-4663-b95a-85116ae1a15a] [local="{cksum=8162185998638841877,size=80,kvs=2}"] [2024/05/06 13:10:13.938 +00:00] [INFO] [table_import.go:763] ["post process completed"] [table=dst] [import-id=0fa04d74-180a-4663-b95a-85116ae1a15a] [checksum="{\"id=-1\"=\"{cksum=8162185998638841877,size=80,kvs=2}\"}"] [takeTime=11.571505ms] [] [2024/05/06 13:10:13.938 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [2024/05/06 13:10:13.938 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [takeTime=11.36µs] [] [2024/05/06 13:10:13.938 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [2024/05/06 13:10:13.939 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [takeTime=1.070035ms] [] [2024/05/06 13:10:13.940 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:13.940 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [takeTime=11.573µs] [] [2024/05/06 13:10:13.940 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:13.941 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [takeTime=1.027524ms] [] [2024/05/06 13:10:13.944 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:13.944 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 13:10:13.944 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 13:10:13.944 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 13:10:13.944 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 13:10:13.944 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 13:10:13.944 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:13.944 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:13.944 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:13.944 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:13.944 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:13.944 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:13.944 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 13:10:13.946 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 13:10:13.946 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:13.946 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:13.946 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:13.946 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:13.950 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449577225707585546\n# Conn_ID: 2\n# Query_time: 0.325439222\n# Parse_time: 0.001066802\n# Compile_time: 0.006179434\n# Rewrite_time: 0.004898952\n# Optimize_time: 0.020869748\n# Wait_TS: 0.000100665\n# Cop_time: 0.000189095 Process_time: 0.000093467 Wait_time: 0.000058906 Request_count: 2 Process_keys: 6 Total_keys: 8 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 6 Rocksdb_key_skipped_count: 12 Rocksdb_block_cache_hit_count: 2\n# DB: from_select\n# Is_internal: false\n# Digest: 1c445cd065c7ff0153477e10de3e9df02facdf5c80131c9c4e5acd1f06d9dc1e\n# Stats: src:pseudo[10000;0],src2:pseudo[10000;0]\n# Num_cop_tasks: 2\n# Cop_proc_avg: 4.6733e-05 Cop_proc_p90: 5.0251e-05 Cop_proc_max: 5.0251e-05 Cop_proc_addr: 127.0.0.1:20162\n# Cop_wait_avg: 2.9453e-05 Cop_wait_p90: 3.2437e-05 Cop_wait_max: 3.2437e-05 Cop_wait_addr: 127.0.0.1:20162\n# Mem_max: 10740\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('hw+YMAk1OV8yCTAJMAlOL0EJMAl0aW1lOjMxNS40bXMsIGxvb3BzOjEJARywTi9BCjEJMTRfMTAJMAkxMjQ4Ny41MAlmcm9tX3NlbGVjdC5zcmMyLmlkCTIJBUcIMi4zGUVgMgkxLjAyIEtCCTAgQnl0ZXMKMgkxN18xNC5NAFRpbm5lciBqb2luLCBlcXVhbDpbZXEoOmMAEC5pZCwgOhQAGDIuaWQpXQkNeQwxLjgxHXp0LCBidWlsZF9oYXNoX3RhYmxlOnt0b3RhbDoxLjA4ASk0ZmV0Y2g6ODQ3LjbCtXMNMIg6MjM3LjLCtXN9LCBwcm9iZTp7Y29uY3VycmVuY3k6NSwgdAVFCDUuNQFEHG1heDoxLjI3AQwJLxAyNDAuOQVQBWBUIGFuZCB3YWl0OjUuMjZtc30JOS40Ni4SASAzCTMxXzE3KEIBrzwpCTAJOTk5MAlkYXRhOlNlIWIgaW9uXzE2CTQJJWAINjQwDbApqFAyLCBjb3BfdGFzazoge251bTogMSwFmAAgEekscHJvY19rZXlzOiA0BcAAXwESDDogNDMF6gkTBaQQIDI2LjUFvWRjb3ByX2NhY2hlX2hpdF9yYXRpbzogMC4wMC0pBXIIX2R1BRoYbjogMzkuOAU6LG1heF9kaXN0c3FsXy47AUggMX0sIHJwY19pbmZvOntDb3A6Aa8UX3JwYzoxBYQIYWxfBeMgMW1zfX0JMjg4STQACUGFCDQJMSEFBDFfLSAkbm90KGlzbnVsbEoqAgQpKSUuBGt2BaUEOnsFVgAwWds8fSwgc2Nhbl9kZXRhaWw6IEkZJRYIZXNzMisBAGE2FwAgX3NpemU6IDE4KUkEYWwNLTg1LCBnZXRfc25hcHNob3QJyBAgOS44MSUUdHJvY2tzZGI6IHtkZWxldGVfc2tpcHBlZF9jb3VudCWXCGtleT4WABg4LCBibG9jIdg5ig0yFDJ9fX0sIAHZXsYAARw25AEIYWxfIeYNGjXrAHQhKQh3YWwtfhQgMTM2LjNhAiF5AQQgCjUJNDNfMTUJIX4UMTAwMDAJaVGQeCwga2VlcCBvcmRlcjpmYWxzZSwgc3RhdHM6cHNldWRvCTQJdAFeRZ5GhwEBXQEEaQQMMjAoUGFyACleBAMAOXHrDDcxOC4pWY4EAwA2bZ1xBAAyRW0AX2kEBDUwBewJEyEeFDogMzIuNCW2AGPCBAMhN2V9+gIDDDk1OS6BlRR9fQkzMTE+BwMAOSWJhSdmBwMAMqEdACklMvYIAykvAGFSCAMEODglOXUHADNSBwMEMTKtEgByegcDADJBUEIHAwA0eQea9QIu1QE29QI13EL1Agg2NC4lckGQAQRN9QQ4CT71AgB5AaVy9QIAMpb1Ag==')\n# Binary_plan: tidb_decode_binary_plan('mBHw3gqTEQoMSW1wb3J0SW50b18yEswQCgdTb3J0XzEwEvsPCgtIYXNoSm9pbl8xNBL2BgoOVGFibGVSZWFkZXJfMTcStwQKDFNlbGVjdGlvbl8xNhKSAQoQVGFibGVGdWxsU2Nhbl8xNSFkwppVvg5EQSkAAAAAAIjDQDAEOAJAAkoSChAKC2Zyb21fc2VsZWN0EgF4Uh5rZWVwIG9yZGVyOmZhbHNlLCBzdGF0czpwc2V1ZG9qHHRpa3ZfdGFzazp7dGltZTowcywgbG9vcHM6MX1w////////////AXj///8JDgABBYAIWt1HDYAAgxGAPFIfbm90KGlzbnVsbChmcm8Rhzguc3JjLmlkKSlqwgJ0aWtibgCYLCBzY2FuX2RldGFpbDoge3RvdGFsX3Byb2Nlc3Nfa2V5czogNCwgRhcAJF9zaXplOiAxODQRHgkt8EY1LCBnZXRfc25hcHNob3RfdGltZTogOS44McK1cywgcm9ja3NkYjoge2RlbGV0ZV9za2lwcGVkX2NvdW50OiA0LCBrZXlfczYWAEw4LCBibG9jazoge2NhY2hlX2hpdBEyFDJ9fX0sIAFnXsYAARwUOiA0My4yBYMJzAh3YWkRnQwyNi41CRohKQx3YWxsDTMkMTM2LjPCtXN9cCmGAP82lAEoGgEBIdTjDrRSmw4ylwEsAUABUhFkYXRhOlNlWVcEWhYFiBA2NDAuNgVuBGxvIfEoMmLVAWNvcF90YXMB31BudW06IDEsIG1heDogMS4wOG1zLCAhjy1fKW4AXwESNtMABdEAOhnMEGNvcHJfOS1EcmF0aW86IDAuMDAsIGJ1aWxkBXIIX2R1BRoYbjogMzkuOAWYqG1heF9kaXN0c3FsX2NvbmN1cnJlbmN5OiAxfSwgcnBjX2luZm86e0NvcDoBrxRfcnBjOjFRBQXkIDFtc319cKACeCEyBQEIARLnOnkDFDIwEqUECi55Awg5EpJGeQMAOEX5CL4ORC1iEIjDQDACWnkDEHlSHmtl/nkDinkDBYAEUiBmeQMAMml6AK/uegNlegAyMVch8HGRAF9pegQ4OBEdaXkAM1J5AwwxMi45JdZ+eQMEMixOeQMANHl5mmcDBDUwZTMRnH1nDDMyLjQFi0JnAwQ2NGUTYmcDIAIhJ3ze/VlRGE0Fgf4AAlZnAwA5bWcMNzE4LolycWcA2G5nAwA2OmcDKXkldwA6MtMABdEAOhnMxmcDgVFl4PplAwg5NTkpNgh9cLcuagMcIerhXzzsqzwpLAjAY8hhMYGTVD9pbm5lciBqb2luLCBlcXVhbDpbZXFKNQYILCBmNkkGRdAIXVoUad0ILjgxIS4xWASWAYlPFGhhc2hfdOFbADrJRgA6kb8gZmV0Y2g6ODQ3BbCNfxA6MjM3LqGRAH2F4AxiZTp7Lm0EADVNQQw6NS41AW6hEAwxLjI3AQwEcHIBLwgyNDBN2wVgECBhbmQgQW5IOjUuMjZtc31w3EshntJcsXAHZEILAQATSuEABFoTBd8IMi4zAWQN3ghwmAglPBQDTi9BWhUFIRAzMTUuNBkjCDFw/xEBNAF4////////////ARgB')\n# Resource_group: default\nIMPORT INTO `from_select`.`dst` (`c`,`a`) FROM SELECT `y`.`id`,`y`.`a` FROM `from_select`.`src` AS `x` JOIN `from_select`.`src2` AS `y` ON `x`.`id`=`y`.`id` ORDER BY `y`.`id`;"] === RUN TestImportInto/TestImportFromSelectStaleRead [2024/05/06 13:10:13.964 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=65] [cur_db=from_select] [sql="drop database if exists from_select"] [user=] [2024/05/06 13:10:13.993 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:127, Type:drop schema, State:queueing, SchemaState:public, SchemaID:117, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:13.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:13.993 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:127, Type:drop schema, State:queueing, SchemaState:public, SchemaID:117, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:13.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop database if exists from_select"] [2024/05/06 13:10:14.049 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=127] [conn=2] [category=ddl] [job="ID:127, Type:drop schema, State:queueing, SchemaState:public, SchemaID:117, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:13.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:14.079 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=65] [neededSchemaVersion=66] ["start time"=330.501µs] [gotSchemaVersion=66] [phyTblIDs="[119,123,125]"] [actionTypes="[2,2,2]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 13:10:14.095 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=127] [version=66] [2024/05/06 13:10:14.128 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=66] ["take time"=53.243404ms] [job="ID:127, Type:drop schema, State:running, SchemaState:write only, SchemaID:117, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:13.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:14.204 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=127] [conn=2] [category=ddl] [job="ID:127, Type:drop schema, State:running, SchemaState:write only, SchemaID:117, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:13.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:14.237 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=66] [neededSchemaVersion=67] ["start time"=201.489µs] [gotSchemaVersion=67] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 13:10:14.248 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=127] [version=67] [2024/05/06 13:10:14.287 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=67] ["take time"=54.257938ms] [job="ID:127, Type:drop schema, State:running, SchemaState:delete only, SchemaID:117, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:13.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:14.331 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=127] [conn=2] [category=ddl] [job="ID:127, Type:drop schema, State:running, SchemaState:delete only, SchemaID:117, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:13.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:14.362 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=67] [neededSchemaVersion=68] ["start time"=169.284µs] [gotSchemaVersion=68] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 13:10:14.371 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=127] [version=68] [2024/05/06 13:10:14.410 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=68] ["take time"=52.634578ms] [job="ID:127, Type:drop schema, State:done, SchemaState:none, SchemaID:117, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:13.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:14.479 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=127] [tableIDs="[119,123,125]"] [comment="drop schema: table IDs"] [2024/05/06 13:10:14.490 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=127] [jobType="drop schema"] [2024/05/06 13:10:14.494 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=127] [conn=2] [job="ID:127, Type:drop schema, State:synced, SchemaState:none, SchemaID:117, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:13.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:14.547 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=127] [2024/05/06 13:10:14.547 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:14.551 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.588041596\n# Parse_time: 0.000548912\n# Compile_time: 0.00078729\n# Rewrite_time: 0.000011732\n# Optimize_time: 0.001430171\n# Wait_TS: 0.000333751\n# Is_internal: false\n# Digest: 204fced281c071eff2176d73371b622a1c63112ba44e5fa57ddd93d2de723449\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop database if exists from_select;"] [2024/05/06 13:10:14.552 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=68] [cur_db=] [sql="create database from_select"] [user=] [2024/05/06 13:10:14.596 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:129, Type:create schema, State:queueing, SchemaState:none, SchemaID:128, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:14.543 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:14.596 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:129, Type:create schema, State:queueing, SchemaState:none, SchemaID:128, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:14.543 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database from_select"] [2024/05/06 13:10:14.686 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=129] [conn=2] [category=ddl] [job="ID:129, Type:create schema, State:queueing, SchemaState:none, SchemaID:128, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:14.543 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:14.717 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=68] [neededSchemaVersion=69] ["start time"=965.261µs] [gotSchemaVersion=69] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 13:10:14.728 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=129] [version=69] [2024/05/06 13:10:14.766 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=69] ["take time"=53.976046ms] [job="ID:129, Type:create schema, State:done, SchemaState:public, SchemaID:128, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:14.543 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:14.838 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=129] [conn=2] [job="ID:129, Type:create schema, State:synced, SchemaState:public, SchemaID:128, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:14.543 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:14.864 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=129] [2024/05/06 13:10:14.864 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:14.867 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.315974967\n# Parse_time: 0.000225969\n# Compile_time: 0.000618892\n# Rewrite_time: 0.000007983\n# Optimize_time: 0.001430171\n# Wait_TS: 0.000449631\n# Is_internal: false\n# Digest: b1209c5d4d4287dcfacd0b1e3471edef37bb3a506af93edd1e19dc300a228d94\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ncreate database from_select;"] [2024/05/06 13:10:14.885 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=69] [cur_db=from_select] [sql="create table src(id int, v varchar(64))"] [user=] [2024/05/06 13:10:14.927 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:131, Type:create table, State:queueing, SchemaState:none, SchemaID:128, TableID:130, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:14.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:14.927 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:131, Type:create table, State:queueing, SchemaState:none, SchemaID:128, TableID:130, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:14.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table src(id int, v varchar(64))"] [2024/05/06 13:10:14.995 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=131] [conn=2] [category=ddl] [job="ID:131, Type:create table, State:queueing, SchemaState:none, SchemaID:128, TableID:130, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:14.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:15.003 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 128, Table ID: 130, Table Name: src"] [2024/05/06 13:10:15.053 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=69] [neededSchemaVersion=70] ["start time"=2.31619ms] [gotSchemaVersion=70] [phyTblIDs="[130]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:10:15.084 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=131] [version=70] [2024/05/06 13:10:15.100 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=70] ["take time"=52.951544ms] [job="ID:131, Type:create table, State:done, SchemaState:public, SchemaID:128, TableID:130, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:14.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:15.150 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=131] [conn=2] [job="ID:131, Type:create table, State:synced, SchemaState:public, SchemaID:128, TableID:130, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:14.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:15.196 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=131] [2024/05/06 13:10:15.197 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:15.200 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.317991244\n# Parse_time: 0.001219104\n# Compile_time: 0.001378773\n# Rewrite_time: 0.000009648\n# Optimize_time: 0.001430171\n# Wait_TS: 0.000356342\n# DB: from_select\n# Is_internal: false\n# Digest: 5f0e494f603082268fa8c106702a9fad095c34d8cebfdee110a5a674eb104c41\n# Num_cop_tasks: 0\n# Mem_max: 4096\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse from_select;\ncreate table src(id int, v varchar(64));"] [2024/05/06 13:10:15.444 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=70] [cur_db=from_select] [sql="create table dst(id int, v varchar(64))"] [user=] [2024/05/06 13:10:15.481 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:133, Type:create table, State:queueing, SchemaState:none, SchemaID:128, TableID:132, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:15.444 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:15.481 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:133, Type:create table, State:queueing, SchemaState:none, SchemaID:128, TableID:132, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:15.444 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table dst(id int, v varchar(64))"] [2024/05/06 13:10:15.564 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=133] [conn=2] [category=ddl] [job="ID:133, Type:create table, State:queueing, SchemaState:none, SchemaID:128, TableID:132, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:15.444 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:15.573 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 128, Table ID: 132, Table Name: dst"] [2024/05/06 13:10:15.635 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=70] [neededSchemaVersion=71] ["start time"=2.308731ms] [gotSchemaVersion=71] [phyTblIDs="[132]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:10:15.646 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=133] [version=71] [2024/05/06 13:10:15.682 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=71] ["take time"=53.204611ms] [job="ID:133, Type:create table, State:done, SchemaState:public, SchemaID:128, TableID:132, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:15.444 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:15.740 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=133] [conn=2] [job="ID:133, Type:create table, State:synced, SchemaState:public, SchemaID:128, TableID:132, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:15.444 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:15.774 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=133] [2024/05/06 13:10:15.774 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:15.778 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.334562987\n# Parse_time: 0.000468831\n# Compile_time: 0.000790965\n# Rewrite_time: 0.000017249\n# Optimize_time: 0.000913225\n# Wait_TS: 0.00039636\n# DB: from_select\n# Is_internal: false\n# Digest: a76a126469d771a1fb2f56895f4548d61ab1072e3e940c002ce9b9403bd1eff3\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ncreate table dst(id int, v varchar(64));"] [2024/05/06 13:10:15.785 +00:00] [INFO] [set.go:334] ["load snapshot info schema"] [conn=2] [SnapshotTS=449577226158735360] [2024/05/06 13:10:15.787 +00:00] [WARN] [session.go:2111] ["compile SQL failed"] [error="[schema:1146]Table 'from_select.dst' doesn't exist"] [errorVerbose="[schema:1146]Table 'from_select.dst' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:141\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:67\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2089\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:390\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:363\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\tpkg/testkit/testkit.go:436\ntests/realtikvtest/importintotest2/importintotest2_test.(*mockGCSSuite).TestImportFromSelectStaleRead\n\ttests/realtikvtest/importintotest2/from_select_test.go:114\nreflect.Value.call\n\tGOROOT/src/reflect/value.go:596\nreflect.Value.Call\n\tGOROOT/src/reflect/value.go:380\ngithub.com/stretchr/testify/suite.Run.func1\n\texternal/com_github_stretchr_testify/suite/suite.go:202\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [SQL="import into dst from select * from src as of timestamp '2024-05-06 13:10:15.315189'"] [2024/05/06 13:10:15.789 +00:00] [WARN] [session.go:2111] ["compile SQL failed"] [error="[schema:1146]Table 'from_select.dst' doesn't exist"] [errorVerbose="[schema:1146]Table 'from_select.dst' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:141\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:67\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2089\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:390\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:363\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\tpkg/testkit/testkit.go:436\ntests/realtikvtest/importintotest2/importintotest2_test.(*mockGCSSuite).TestImportFromSelectStaleRead\n\ttests/realtikvtest/importintotest2/from_select_test.go:115\nreflect.Value.call\n\tGOROOT/src/reflect/value.go:596\nreflect.Value.Call\n\tGOROOT/src/reflect/value.go:380\ngithub.com/stretchr/testify/suite.Run.func1\n\texternal/com_github_stretchr_testify/suite/suite.go:202\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [SQL="import into dst from select * from src"] [2024/05/06 13:10:15.991 +00:00] [INFO] [import_into.go:226] ["importing data from select statement"] [import-id=5235b61b-1a44-421b-b203-0d69edb8ed1a] [concurrency=2] [target-table=`from_select`.`dst`] [target-table-id=132] [2024/05/06 13:10:15.999 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 13:10:15.999 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365872728081621462] [2024/05/06 13:10:16.000 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:16.000 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 13:10:16.001 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:16.001 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 13:10:16.001 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:16.001 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 13:10:16.001 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:16.014 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 13:10:16.016 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 13:10:16.016 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=dst] [quota=374.2GB] [2024/05/06 13:10:16.021 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [2024/05/06 13:10:16.024 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:16.029 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=dst] [import-id=5235b61b-1a44-421b-b203-0d69edb8ed1a] [key=import-from-select] [2024/05/06 13:10:16.029 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=dst] [import-id=5235b61b-1a44-421b-b203-0d69edb8ed1a] [key=import-from-select] [2024/05/06 13:10:16.029 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=dst] [import-id=5235b61b-1a44-421b-b203-0d69edb8ed1a] [key=import-from-select] [readDur=0s] [encodeDur=0s] [checksum="{cksum=0,size=0,kvs=0}"] [deliverDur=0s] [type=query] [takeTime=277.692µs] [] [2024/05/06 13:10:16.030 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=dst] [import-id=5235b61b-1a44-421b-b203-0d69edb8ed1a] [key=import-from-select] [readDur=11.132µs] [encodeDur=399.99µs] [checksum="{cksum=1966421691991203989,size=33,kvs=1}"] [deliverDur=255.306µs] [type=query] [takeTime=1.001149ms] [] [2024/05/06 13:10:16.030 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [2024/05/06 13:10:16.030 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=33] [kvs=1] [files=1] [sstFileSize=931] [file=/tmp/tidb/import-4000/5235b61b-1a44-421b-b203-0d69edb8ed1a/c4140e3b-040a-536c-9317-e3490dc4bcf9.sst/97053f67-5304-4ad8-b9a8-012b313ae631.sst] [firstKey=7480000000000000845F728000000000000001] [lastKey=7480000000000000845F728000000000000001] [2024/05/06 13:10:16.033 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [takeTime=2.558142ms] [] [2024/05/06 13:10:16.033 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [retryCnt=0] [2024/05/06 13:10:16.037 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:10:16.059 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=c4140e3b-040a-536c-9317-e3490dc4bcf9] ["region ranges"=1] [count=1] [size=33] [2024/05/06 13:10:16.059 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:10:16.073 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=c4140e3b-040a-536c-9317-e3490dc4bcf9] [size=33] [kvs=1] [importedSize=33] [importedCount=1] [2024/05/06 13:10:16.075 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [retryCnt=0] [takeTime=41.467898ms] [] [2024/05/06 13:10:16.075 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:16.076 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [takeTime=1.604171ms] [] [2024/05/06 13:10:16.076 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [retryCnt=0] [2024/05/06 13:10:16.076 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:16.077 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [retryCnt=0] [takeTime=105.558µs] [] [2024/05/06 13:10:16.077 +00:00] [INFO] [table_import.go:761] ["post process start"] [table=dst] [import-id=5235b61b-1a44-421b-b203-0d69edb8ed1a] [checksum="{\"id=-1\"=\"{cksum=1966421691991203989,size=33,kvs=1}\"}"] [2024/05/06 13:10:16.077 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [table=dst] [import-id=5235b61b-1a44-421b-b203-0d69edb8ed1a] [2024/05/06 13:10:16.084 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [table=dst] [import-id=5235b61b-1a44-421b-b203-0d69edb8ed1a] [takeTime=6.901014ms] [] [2024/05/06 13:10:16.084 +00:00] [INFO] [table_import.go:835] ["local checksum"] [table=dst] [import-id=5235b61b-1a44-421b-b203-0d69edb8ed1a] [checksum="{cksum=1966421691991203989,size=33,kvs=1}"] [2024/05/06 13:10:16.084 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [table=dst] [import-id=5235b61b-1a44-421b-b203-0d69edb8ed1a] [weight=30] [2024/05/06 13:10:16.084 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [table=dst] [import-id=5235b61b-1a44-421b-b203-0d69edb8ed1a] [concurrency=15] [2024/05/06 13:10:16.088 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=132] [physicalTableID=132] [indexID=-1] [checksum=1966421691991203989] [totalKvs=1] [totalBytes=33] [2024/05/06 13:10:16.088 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [table=dst] [import-id=5235b61b-1a44-421b-b203-0d69edb8ed1a] [local="{cksum=1966421691991203989,size=33,kvs=1}"] [2024/05/06 13:10:16.088 +00:00] [INFO] [table_import.go:763] ["post process completed"] [table=dst] [import-id=5235b61b-1a44-421b-b203-0d69edb8ed1a] [checksum="{\"id=-1\"=\"{cksum=1966421691991203989,size=33,kvs=1}\"}"] [takeTime=11.754273ms] [] [2024/05/06 13:10:16.089 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [2024/05/06 13:10:16.089 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [takeTime=13.371µs] [] [2024/05/06 13:10:16.089 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [2024/05/06 13:10:16.090 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [takeTime=1.055123ms] [] [2024/05/06 13:10:16.090 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:16.090 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [takeTime=13.333µs] [] [2024/05/06 13:10:16.090 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:16.091 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [takeTime=1.102146ms] [] [2024/05/06 13:10:16.095 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:16.095 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 13:10:16.095 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:16.095 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 13:10:16.095 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 13:10:16.095 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 13:10:16.095 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 13:10:16.095 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:16.095 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:16.095 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:16.095 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:16.095 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:16.095 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 13:10:16.096 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 13:10:16.097 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:16.097 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:16.097 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:16.097 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:16.098 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449577226158735360\n# Conn_ID: 2\n# Query_time: 0.306880969\n# Parse_time: 0.000990536\n# Compile_time: 0.002575386\n# Rewrite_time: 0.001318402\n# Optimize_time: 0.000913225\n# Wait_TS: 0\n# Cop_time: 0.000092198 Process_time: 0.000039554 Wait_time: 0.000021021 Request_count: 1 Process_keys: 1 Total_keys: 3 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 2 Rocksdb_key_skipped_count: 4\n# DB: from_select\n# Is_internal: false\n# Digest: c3cf4ca42b5d721c761403fe190e6af73930afe0234f49b9ee2bf709e751f0d5\n# Stats: src:pseudo[10000;0]\n# Num_cop_tasks: 1\n# Cop_proc_avg: 3.9554e-05 Cop_proc_addr: 127.0.0.1:20162\n# Cop_wait_avg: 2.1021e-05 Cop_wait_addr: 127.0.0.1:20162\n# Mem_max: 276\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('5AWQMAk1OV8yCTAJMAlOL0EJMAl0aW1lOjMwMm1zLCBsb29wczoxCQEaoE4vQQoxCTMxXzcJMAkxMDAwMAlkYXRhOlRhYmxlRnVsbFNjYW5fNgkxCUIYNTEzLjjCtRVFdDIsIGNvcF90YXNrOiB7bnVtOiAxLCBtYXg6IDYuNQFtIHByb2Nfa2V5cwUaDHRvdF8BEhQ6IDM5LjYFSQETHHdhaXQ6IDIxBRGAY29wcl9jYWNoZV9oaXRfcmF0aW86IDAuMDAsIGJ1aWxkBW8IX2R1BRoYbjogNTYuOQU6qG1heF9kaXN0c3FsX2NvbmN1cnJlbmN5OiAxfSwgcnBjX2luZm86e0NvcDoBrAxfcnBjAcIUdG90YWxfJSIUNi4wNm1zDS4cZXJyb3JzOnshEWxfaXNfbm90X3JlYWR5OjF9fQkyNzYgQnl0ZXMJIUQMMgk0MyEnAF8xRgB0IUGoOnNyYywga2VlcCBvcmRlcjpmYWxzZSwgc3RhdHM6cHNldWRvCTEJdGlrdgXVBDp7BYYAMDVgAbk0c2Nhbl9kZXRhaWw6IHsJrRhwcm9jZXNzMlkBBGFsMhcAJF9zaXplOiA0MSwN4SmFODMsIGdldF9zbmFwc2hvdAn3ECA4LjUzJUNwcm9ja3NkYjoge2RlbGV0ZV9za2lwcGVkX2NvdW4hpAHPAHk+FgAYNCwgYmxvY0EEEH19fSwgAcZeswABHDb/AQhhbF9BAQ0aTQYlFAh3YWwtmUggMTE0LjHCtXN9CU4vQQlOL0EK')\n# Binary_plan: tidb_decode_binary_plan('zwagCsoGCgxJbXBvcnRJbnRvXzIShQYKDVRhYmxlUmVhZGVyXzcSpQMKD1QBElBGdWxsU2Nhbl82IWTCmlW+DkRBKQABAfCQiMNAMAE4AkACShQKEgoLZnJvbV9zZWxlY3QSA3NyY1Iea2VlcCBvcmRlcjpmYWxzZSwgc3RhdHM6cHNldWRvaq0CdGlrdl90YXNrOnt0aW1lOjBzLCBsb29wczoxfSwgc2Nhbl9kZXRhaWw6IHt0b3RhbF9wcm9jZXNzX2tleXM6IDEsIHRvdGFsX3Byb2NlcwkXHF9zaXplOiA0FR0Ea2UBLDwzLCBnZXRfc25hcHNob3RfBXHAIDguNTPCtXMsIHJvY2tzZGI6IHtkZWxldGVfc2tpcHBlZF9jb3VudDogMiwga2V5XzoWADw0LCBibG9jazoge319fSwgAVUEX2RWswABHBQ6IDM5LjYFcQnQCHdhaRGLBDIxCRgcaWt2X3dhbGwNMQwxMTQuARoIfXD/EQEEAXgRCij/ASGcVh+lh0wWQS6UASgBQAFSFGRhdGE6VDbCAQRaFgWGEDUxMy44BW4pbhwyYvcBY29wXyWLZCB7bnVtOiAxLCBtYXg6IDYuNW1zLCBwcm9jLUopWQBfARI20AAFzgA6EcmAY29wcl9jYWNoZV9oaXRfcmF0aW86IDAuMDAsIGJ1aWxkBW8IX2R1BRoYbjogNTYuOQWVYG1heF9kaXN0c3FsX2NvbmN1cnJlbmN5OiBBFjRycGNfaW5mbzp7Q29wOgGsGF9ycGM6MiwtUgXhHDYuMDZtc30sBS4cZXJyb3JzOnshEVBfaXNfbm90X3JlYWR5OjF9fXCUAng5Tig4AUABUgNOL0FaEwVICDMwMgH9KSYAMVaCAQQYAQ==')\n# Resource_group: default\nIMPORT INTO `from_select`.`dst` FROM SELECT * FROM `from_select`.`src` AS OF TIMESTAMP _UTF8MB4'2024-05-06 13:10:15.315189';"] [2024/05/06 13:10:16.106 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=71] [cur_db=from_select] [sql="truncate table dst"] [user=] [2024/05/06 13:10:16.137 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:135, Type:truncate table, State:queueing, SchemaState:none, SchemaID:128, TableID:132, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:16.093 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:16.137 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:135, Type:truncate table, State:queueing, SchemaState:none, SchemaID:128, TableID:132, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:16.093 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="truncate table dst"] [2024/05/06 13:10:16.199 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=135] [conn=2] [category=ddl] [job="ID:135, Type:truncate table, State:queueing, SchemaState:none, SchemaID:128, TableID:132, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:16.093 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:16.212 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 128, Table ID: 134, Table Name: dst, Old Table ID: 132, Old Table Name: dst"] [2024/05/06 13:10:16.267 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=71] [neededSchemaVersion=72] ["start time"=2.884736ms] [gotSchemaVersion=72] [phyTblIDs="[132,134]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 13:10:16.279 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=135] [version=72] [2024/05/06 13:10:16.313 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=72] ["take time"=54.031821ms] [job="ID:135, Type:truncate table, State:done, SchemaState:public, SchemaID:128, TableID:132, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:16.093 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:16.395 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=135] [tableIDs="[132]"] [comment="drop table: table ID"] [2024/05/06 13:10:16.404 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=135] [jobType="truncate table"] [2024/05/06 13:10:16.408 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=135] [conn=2] [job="ID:135, Type:truncate table, State:synced, SchemaState:public, SchemaID:128, TableID:132, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:16.093 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:16.467 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=135] [2024/05/06 13:10:16.467 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:16.471 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.365434417\n# Parse_time: 0.000210296\n# Compile_time: 0.000777827\n# Rewrite_time: 0.000009971\n# Optimize_time: 0.000930806\n# Wait_TS: 0.000392621\n# DB: from_select\n# Is_internal: false\n# Digest: d3f72f82b7875c47c9849d99212130e055bfe77d87f267b9bca33e1b3a759145\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ntruncate table dst;"] [2024/05/06 13:10:16.697 +00:00] [INFO] [set.go:334] ["load snapshot info schema"] [conn=2] [SnapshotTS=449577226488512512] [2024/05/06 13:10:16.700 +00:00] [INFO] [session.go:4111] ["use snapshot schema"] [conn=2] [schemaVersion=72] [2024/05/06 13:10:16.700 +00:00] [INFO] [session.go:4111] ["use snapshot schema"] [conn=2] [schemaVersion=72] [2024/05/06 13:10:16.702 +00:00] [INFO] [session.go:4111] ["use snapshot schema"] [conn=2] [schemaVersion=72] [2024/05/06 13:10:16.703 +00:00] [INFO] [tidb.go:269] ["rollbackTxn called due to ddl/autocommit failure"] [2024/05/06 13:10:16.703 +00:00] [INFO] [session.go:4111] ["use snapshot schema"] [conn=2] [schemaVersion=72] [2024/05/06 13:10:16.703 +00:00] [WARN] [session.go:2153] ["run statement failed"] [schemaVersion=72] [error="can not execute write statement when 'tidb_snapshot' is set"] [errorVerbose="can not execute write statement when 'tidb_snapshot' is set\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:952\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:794\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:559\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:390\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:363\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\tpkg/testkit/testkit.go:436\ntests/realtikvtest/importintotest2/importintotest2_test.(*mockGCSSuite).TestImportFromSelectStaleRead\n\ttests/realtikvtest/importintotest2/from_select_test.go:133\nreflect.Value.call\n\tGOROOT/src/reflect/value.go:596\nreflect.Value.Call\n\tGOROOT/src/reflect/value.go:380\ngithub.com/stretchr/testify/suite.Run.func1\n\texternal/com_github_stretchr_testify/suite/suite.go:202\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [session="{\n \"currDBName\": \"from_select\",\n \"id\": 2,\n \"snapshotTS\": 449577226488512512,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] [2024/05/06 13:10:16.705 +00:00] [INFO] [session.go:4111] ["use snapshot schema"] [conn=2] [schemaVersion=72] [2024/05/06 13:10:16.706 +00:00] [INFO] [session.go:4111] ["use snapshot schema"] [conn=2] [schemaVersion=72] [2024/05/06 13:10:16.707 +00:00] [INFO] [session.go:4111] ["use snapshot schema"] [conn=2] [schemaVersion=72] [2024/05/06 13:10:16.707 +00:00] [INFO] [tidb.go:269] ["rollbackTxn called due to ddl/autocommit failure"] [2024/05/06 13:10:16.708 +00:00] [INFO] [session.go:4111] ["use snapshot schema"] [conn=2] [schemaVersion=72] [2024/05/06 13:10:16.708 +00:00] [WARN] [session.go:2153] ["run statement failed"] [schemaVersion=72] [error="can not execute write statement when 'tidb_snapshot' is set"] [errorVerbose="can not execute write statement when 'tidb_snapshot' is set\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:952\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:794\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:559\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:390\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:363\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\tpkg/testkit/testkit.go:436\ntests/realtikvtest/importintotest2/importintotest2_test.(*mockGCSSuite).TestImportFromSelectStaleRead\n\ttests/realtikvtest/importintotest2/from_select_test.go:135\nreflect.Value.call\n\tGOROOT/src/reflect/value.go:596\nreflect.Value.Call\n\tGOROOT/src/reflect/value.go:380\ngithub.com/stretchr/testify/suite.Run.func1\n\texternal/com_github_stretchr_testify/suite/suite.go:202\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [session="{\n \"currDBName\": \"from_select\",\n \"id\": 2,\n \"snapshotTS\": 449577226488512512,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] [2024/05/06 13:10:16.920 +00:00] [INFO] [import_into.go:226] ["importing data from select statement"] [import-id=d32c30f2-7b1d-4851-ba5d-171d2a713ed8] [concurrency=2] [target-table=`from_select`.`dst`] [target-table-id=134] [2024/05/06 13:10:16.928 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 13:10:16.928 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365872728081621462] [2024/05/06 13:10:16.929 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:16.929 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 13:10:16.930 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:16.930 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:16.930 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 13:10:16.930 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 13:10:16.930 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:16.944 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 13:10:16.946 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 13:10:16.946 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=dst] [quota=374.2GB] [2024/05/06 13:10:16.951 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [2024/05/06 13:10:16.955 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:16.959 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=dst] [import-id=d32c30f2-7b1d-4851-ba5d-171d2a713ed8] [key=import-from-select] [2024/05/06 13:10:16.959 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=dst] [import-id=d32c30f2-7b1d-4851-ba5d-171d2a713ed8] [key=import-from-select] [2024/05/06 13:10:16.961 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=dst] [import-id=d32c30f2-7b1d-4851-ba5d-171d2a713ed8] [key=import-from-select] [readDur=9.059µs] [encodeDur=802.659µs] [checksum="{cksum=15988567068450259008,size=33,kvs=1}"] [deliverDur=253.268µs] [type=query] [takeTime=1.498947ms] [] [2024/05/06 13:10:16.961 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=dst] [import-id=d32c30f2-7b1d-4851-ba5d-171d2a713ed8] [key=import-from-select] [readDur=96.856µs] [encodeDur=846.779µs] [checksum="{cksum=16516317832136013031,size=33,kvs=1}"] [deliverDur=247.166µs] [type=query] [takeTime=1.605165ms] [] [2024/05/06 13:10:16.961 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [2024/05/06 13:10:16.961 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=33] [kvs=1] [files=1] [sstFileSize=931] [file=/tmp/tidb/import-4000/d32c30f2-7b1d-4851-ba5d-171d2a713ed8/c4140e3b-040a-536c-9317-e3490dc4bcf9.sst/ed078734-8e51-407c-b59e-c9a3341b0bcf.sst] [firstKey=7480000000000000865F728000000000000001] [lastKey=7480000000000000865F728000000000000001] [2024/05/06 13:10:16.962 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=33] [kvs=1] [files=1] [sstFileSize=931] [file=/tmp/tidb/import-4000/d32c30f2-7b1d-4851-ba5d-171d2a713ed8/c4140e3b-040a-536c-9317-e3490dc4bcf9.sst/e648f46b-ba1e-457a-a479-10c735a5fcf1.sst] [firstKey=7480000000000000865F728000000000000002] [lastKey=7480000000000000865F728000000000000002] [2024/05/06 13:10:16.964 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [takeTime=2.897658ms] [] [2024/05/06 13:10:16.964 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [retryCnt=0] [2024/05/06 13:10:16.969 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:10:16.991 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=c4140e3b-040a-536c-9317-e3490dc4bcf9] ["region ranges"=1] [count=2] [size=66] [2024/05/06 13:10:16.991 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:10:17.006 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=c4140e3b-040a-536c-9317-e3490dc4bcf9] [size=66] [kvs=2] [importedSize=66] [importedCount=2] [2024/05/06 13:10:17.008 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [retryCnt=0] [takeTime=43.091558ms] [] [2024/05/06 13:10:17.008 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:17.009 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [takeTime=1.509372ms] [] [2024/05/06 13:10:17.009 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [retryCnt=0] [2024/05/06 13:10:17.009 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:17.009 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [retryCnt=0] [takeTime=62.173µs] [] [2024/05/06 13:10:17.010 +00:00] [INFO] [table_import.go:761] ["post process start"] [table=dst] [import-id=d32c30f2-7b1d-4851-ba5d-171d2a713ed8] [checksum="{\"id=-1\"=\"{cksum=4095868306028115111,size=66,kvs=2}\"}"] [2024/05/06 13:10:17.010 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [table=dst] [import-id=d32c30f2-7b1d-4851-ba5d-171d2a713ed8] [2024/05/06 13:10:17.017 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [table=dst] [import-id=d32c30f2-7b1d-4851-ba5d-171d2a713ed8] [takeTime=7.2386ms] [] [2024/05/06 13:10:17.017 +00:00] [INFO] [table_import.go:835] ["local checksum"] [table=dst] [import-id=d32c30f2-7b1d-4851-ba5d-171d2a713ed8] [checksum="{cksum=4095868306028115111,size=66,kvs=2}"] [2024/05/06 13:10:17.017 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [table=dst] [import-id=d32c30f2-7b1d-4851-ba5d-171d2a713ed8] [weight=30] [2024/05/06 13:10:17.017 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [table=dst] [import-id=d32c30f2-7b1d-4851-ba5d-171d2a713ed8] [concurrency=15] [2024/05/06 13:10:17.021 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=134] [physicalTableID=134] [indexID=-1] [checksum=4095868306028115111] [totalKvs=2] [totalBytes=66] [2024/05/06 13:10:17.022 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [table=dst] [import-id=d32c30f2-7b1d-4851-ba5d-171d2a713ed8] [local="{cksum=4095868306028115111,size=66,kvs=2}"] [2024/05/06 13:10:17.022 +00:00] [INFO] [table_import.go:763] ["post process completed"] [table=dst] [import-id=d32c30f2-7b1d-4851-ba5d-171d2a713ed8] [checksum="{\"id=-1\"=\"{cksum=4095868306028115111,size=66,kvs=2}\"}"] [takeTime=12.722947ms] [] [2024/05/06 13:10:17.023 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [2024/05/06 13:10:17.023 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [takeTime=15.178µs] [] [2024/05/06 13:10:17.023 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [2024/05/06 13:10:17.024 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [takeTime=1.290518ms] [] [2024/05/06 13:10:17.024 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:17.024 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [takeTime=16.569µs] [] [2024/05/06 13:10:17.024 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:17.025 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [takeTime=1.110668ms] [] [2024/05/06 13:10:17.029 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:17.029 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 13:10:17.029 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 13:10:17.029 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:17.029 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 13:10:17.029 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 13:10:17.029 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:17.029 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 13:10:17.029 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:17.029 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:17.029 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:17.029 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:17.029 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 13:10:17.031 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 13:10:17.031 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:17.031 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:17.031 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:17.031 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:17.033 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449577226488512512\n# Conn_ID: 2\n# Query_time: 0.321977554\n# Parse_time: 0.000583438\n# Compile_time: 0.002316008\n# Rewrite_time: 0.001340762\n# Optimize_time: 0.001227934\n# Wait_TS: 0\n# Cop_time: 0.000089978 Process_time: 0.000050162 Wait_time: 0.000036314 Request_count: 1 Process_keys: 2 Total_keys: 4 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 3 Rocksdb_key_skipped_count: 6 Rocksdb_block_cache_hit_count: 2\n# DB: from_select\n# Is_internal: false\n# Digest: c3cf4ca42b5d721c761403fe190e6af73930afe0234f49b9ee2bf709e751f0d5\n# Stats: src:pseudo[10000;0]\n# Num_cop_tasks: 1\n# Cop_proc_avg: 5.0162e-05 Cop_proc_addr: 127.0.0.1:20162\n# Cop_wait_avg: 3.6314e-05 Cop_wait_addr: 127.0.0.1:20162\n# Mem_max: 295\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('2QXwUjAJNTlfMgkwCTAJTi9BCTAJdGltZTozMThtcywgbG9vcHM6MQlOL0EJTi9BCjEJMzFfNwkwCTEwMDAwCWRhdGE6VGFibGVGdWxsU2Nhbl82CTIJBUIYNTkwLjfCtRVFeDIsIGNvcF90YXNrOiB7bnVtOiAxLCBtYXg6IDEuMjIBbkRwcm9jX2tleXM6IDIsIHRvdF8BEhQ6IDUwLjIFSgETJHdhaXQ6IDM2LjMFE4Bjb3ByX2NhY2hlX2hpdF9yYXRpbzogMC4wMCwgYnVpbGQFcghfZHUFGhhuOiAzNC4xBTqobWF4X2Rpc3RzcWxfY29uY3VycmVuY3k6IDF9LCBycGNfaW5mbzp7Q29wOgGvFF9ycGM6MQWXCGFsXwXjSDEuMDRtc319CTI5NSBCeXRlcwkhJSQyCTQzXzYJMV8wLSegdGFibGU6c3JjLCBrZWVwIG9yZGVyOmZhbHNlLCBzdGF0czpwc2V1ZG8lPARrdgWzBDp7BWQAMDVBAZc8c2Nhbl9kZXRhaWw6IHt0bwGLGHByb2Nlc3MyOQEEYWwyFwAcX3NpemU6IDgpVgRhbA0sODQsIGdldF9zbmFwc2hvdAnVCCAyMy1ucHJvY2tzZGI6IHtkZWxldGVfc2tpcHBlZF9jb3VuIYQBzwB5PhYAGDYsIGJsb2Mh5TmXDTIUMn19fSwgAdhexQABHDbxAQhhbF8h8w0aNfgAdCEoCHdhbC2LBCAxDRokfQlOL0EJTi9BCg==')\n# Binary_plan: tidb_decode_binary_plan('xAagCr8GCgxJbXBvcnRJbnRvXzIS+gUKDVRhYmxlUmVhZGVyXzcSuQMKD1QBElBGdWxsU2Nhbl82IWTCmlW+DkRBKQABAfCQiMNAMAI4AkACShQKEgoLZnJvbV9zZWxlY3QSA3NyY1Iea2VlcCBvcmRlcjpmYWxzZSwgc3RhdHM6cHNldWRvasECdGlrdl90YXNrOnt0aW1lOjBzLCBsb29wczoxfSwgc2Nhbl9kZXRhaWw6IHt0b3RhbF9wcm9jZXNzX2tleXM6IDIsIHRvdGFsX3Byb2NlcwkXHF9zaXplOiA4FR0Ea2UBLDw0LCBnZXRfc25hcHNob3RfBXHAIDIzLjLCtXMsIHJvY2tzZGI6IHtkZWxldGVfc2tpcHBlZF9jb3VudDogMywga2V5XzoWAFA2LCBibG9jazoge2NhY2hlX2hpdF8NMhQyfX19LCABZwRfZFbFAAEcDDogNTANgwniCHdhaRGdDDM2LjMFnSB0aWt2X3dhbGwNMwAxDRoIfXD/EQEEAXgRCij/ASGcVh+lh0wWQS6oASgBQAFSFGRhdGE6VDbWAQRaFgWIEDU5MC43BW4pghwyYtgBY29wXyWfaCB7bnVtOiAxLCBtYXg6IDEuMjJtcywgcHJvYy1fKW4AXwESNtMABdEAOhnMEGNvcHJfOS1EcmF0aW86IDAuMDAsIGJ1aWxkBXIIX2R1BRoYbjogMzQuMQWYYG1heF9kaXN0c3FsX2NvbmN1cnJlbmN5OiBBLTRycGNfaW5mbzp7Q29wOgGvGF9ycGM6MSwtVwXkKDEuMDRtc319cKcCPS8AOCEbFANOL0FaEwUmCDMxOAHdKQcAMVZjAQQYAQ==')\n# Resource_group: default\nIMPORT INTO `from_select`.`dst` FROM SELECT * FROM `from_select`.`src` AS OF TIMESTAMP _UTF8MB4'2024-05-06 13:10:16.573475';"] [2024/05/06 13:10:17.042 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=72] [cur_db=from_select] [sql="truncate table dst"] [user=] [2024/05/06 13:10:17.073 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:137, Type:truncate table, State:queueing, SchemaState:none, SchemaID:128, TableID:134, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:17.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:17.073 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:137, Type:truncate table, State:queueing, SchemaState:none, SchemaID:128, TableID:134, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:17.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="truncate table dst"] [2024/05/06 13:10:17.152 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=137] [conn=2] [category=ddl] [job="ID:137, Type:truncate table, State:queueing, SchemaState:none, SchemaID:128, TableID:134, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:17.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:17.162 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 128, Table ID: 136, Table Name: dst, Old Table ID: 134, Old Table Name: dst"] [2024/05/06 13:10:17.218 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=72] [neededSchemaVersion=73] ["start time"=2.984507ms] [gotSchemaVersion=73] [phyTblIDs="[134,136]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 13:10:17.230 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=137] [version=73] [2024/05/06 13:10:17.264 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=73] ["take time"=53.380812ms] [job="ID:137, Type:truncate table, State:done, SchemaState:public, SchemaID:128, TableID:134, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:17.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:17.355 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=137] [tableIDs="[134]"] [comment="drop table: table ID"] [2024/05/06 13:10:17.364 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=137] [jobType="truncate table"] [2024/05/06 13:10:17.368 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=137] [conn=2] [job="ID:137, Type:truncate table, State:synced, SchemaState:public, SchemaID:128, TableID:134, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:17.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:17.428 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=137] [2024/05/06 13:10:17.428 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:17.431 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.390751048\n# Parse_time: 0.000233138\n# Compile_time: 0.00073772\n# Rewrite_time: 0.000010357\n# Optimize_time: 0.001038833\n# Wait_TS: 0.000456522\n# DB: from_select\n# Is_internal: false\n# Digest: d3f72f82b7875c47c9849d99212130e055bfe77d87f267b9bca33e1b3a759145\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ntruncate table dst;"] [2024/05/06 13:10:17.439 +00:00] [INFO] [set.go:334] ["load snapshot info schema"] [conn=2] [SnapshotTS=449577226488512512] [2024/05/06 13:10:17.441 +00:00] [WARN] [session.go:2111] ["compile SQL failed"] [error="can not execute IMPORT statement when 'tidb_snapshot' is set"] [errorVerbose="can not execute IMPORT statement when 'tidb_snapshot' is set\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).buildImportInto\n\tpkg/planner/core/planbuilder.go:4224\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).Build\n\tpkg/planner/core/planbuilder.go:520\ngithub.com/pingcap/tidb/pkg/planner.buildLogicalPlan\n\tpkg/planner/optimize.go:549\ngithub.com/pingcap/tidb/pkg/planner.optimize\n\tpkg/planner/optimize.go:466\ngithub.com/pingcap/tidb/pkg/planner.Optimize\n\tpkg/planner/optimize.go:334\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:102\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2089\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:390\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:363\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\tpkg/testkit/testkit.go:436\ntests/realtikvtest/importintotest2/importintotest2_test.(*mockGCSSuite).TestImportFromSelectStaleRead\n\ttests/realtikvtest/importintotest2/from_select_test.go:148\nreflect.Value.call\n\tGOROOT/src/reflect/value.go:596\nreflect.Value.Call\n\tGOROOT/src/reflect/value.go:380\ngithub.com/stretchr/testify/suite.Run.func1\n\texternal/com_github_stretchr_testify/suite/suite.go:202\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [SQL="import into dst from select * from src as of timestamp '2024-05-06 13:10:16.573475'"] [2024/05/06 13:10:17.443 +00:00] [WARN] [session.go:2111] ["compile SQL failed"] [error="can not execute IMPORT statement when 'tidb_snapshot' is set"] [errorVerbose="can not execute IMPORT statement when 'tidb_snapshot' is set\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).buildImportInto\n\tpkg/planner/core/planbuilder.go:4224\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).Build\n\tpkg/planner/core/planbuilder.go:520\ngithub.com/pingcap/tidb/pkg/planner.buildLogicalPlan\n\tpkg/planner/optimize.go:549\ngithub.com/pingcap/tidb/pkg/planner.optimize\n\tpkg/planner/optimize.go:466\ngithub.com/pingcap/tidb/pkg/planner.Optimize\n\tpkg/planner/optimize.go:334\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:102\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2089\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:390\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:363\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\tpkg/testkit/testkit.go:436\ntests/realtikvtest/importintotest2/importintotest2_test.(*mockGCSSuite).TestImportFromSelectStaleRead\n\ttests/realtikvtest/importintotest2/from_select_test.go:150\nreflect.Value.call\n\tGOROOT/src/reflect/value.go:596\nreflect.Value.Call\n\tGOROOT/src/reflect/value.go:380\ngithub.com/stretchr/testify/suite.Run.func1\n\texternal/com_github_stretchr_testify/suite/suite.go:202\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [SQL="import into dst from select * from src"] [2024/05/06 13:10:17.636 +00:00] [INFO] [import_into.go:226] ["importing data from select statement"] [import-id=bda91c5c-49ad-489c-88c8-e3aed6f28075] [concurrency=2] [target-table=`from_select`.`dst`] [target-table-id=136] [2024/05/06 13:10:17.643 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 13:10:17.643 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365872728081621462] [2024/05/06 13:10:17.644 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:17.644 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 13:10:17.645 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:17.645 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:17.645 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 13:10:17.645 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 13:10:17.645 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:17.659 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 13:10:17.660 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 13:10:17.661 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=dst] [quota=374.2GB] [2024/05/06 13:10:17.665 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [2024/05/06 13:10:17.669 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:17.672 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=dst] [import-id=bda91c5c-49ad-489c-88c8-e3aed6f28075] [key=import-from-select] [2024/05/06 13:10:17.672 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=dst] [import-id=bda91c5c-49ad-489c-88c8-e3aed6f28075] [key=import-from-select] [2024/05/06 13:10:17.673 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=dst] [import-id=bda91c5c-49ad-489c-88c8-e3aed6f28075] [key=import-from-select] [readDur=9.142µs] [encodeDur=343.948µs] [checksum="{cksum=4310421058987999716,size=33,kvs=1}"] [deliverDur=234.836µs] [type=query] [takeTime=945.909µs] [] [2024/05/06 13:10:17.674 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=dst] [import-id=bda91c5c-49ad-489c-88c8-e3aed6f28075] [key=import-from-select] [readDur=223.344µs] [encodeDur=525.152µs] [checksum="{cksum=218076704990688579,size=33,kvs=1}"] [deliverDur=303.009µs] [type=query] [takeTime=1.388652ms] [] [2024/05/06 13:10:17.674 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=33] [kvs=1] [files=1] [sstFileSize=931] [file=/tmp/tidb/import-4000/bda91c5c-49ad-489c-88c8-e3aed6f28075/c4140e3b-040a-536c-9317-e3490dc4bcf9.sst/e6dd39e4-d164-41c0-98d1-80481179af7c.sst] [firstKey=7480000000000000885F728000000000000001] [lastKey=7480000000000000885F728000000000000001] [2024/05/06 13:10:17.675 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [2024/05/06 13:10:17.675 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=33] [kvs=1] [files=1] [sstFileSize=931] [file=/tmp/tidb/import-4000/bda91c5c-49ad-489c-88c8-e3aed6f28075/c4140e3b-040a-536c-9317-e3490dc4bcf9.sst/9478ff79-f32e-4597-85b9-5df6806a65db.sst] [firstKey=7480000000000000885F728000000000000002] [lastKey=7480000000000000885F728000000000000002] [2024/05/06 13:10:17.677 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [takeTime=2.529213ms] [] [2024/05/06 13:10:17.677 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [retryCnt=0] [2024/05/06 13:10:17.682 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:10:17.704 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=c4140e3b-040a-536c-9317-e3490dc4bcf9] ["region ranges"=1] [count=2] [size=66] [2024/05/06 13:10:17.706 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:10:17.740 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=c4140e3b-040a-536c-9317-e3490dc4bcf9] [size=66] [kvs=2] [importedSize=66] [importedCount=2] [2024/05/06 13:10:17.742 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [retryCnt=0] [takeTime=64.659684ms] [] [2024/05/06 13:10:17.742 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:17.744 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [takeTime=2.021499ms] [] [2024/05/06 13:10:17.744 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [retryCnt=0] [2024/05/06 13:10:17.744 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:17.744 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [retryCnt=0] [takeTime=66.138µs] [] [2024/05/06 13:10:17.745 +00:00] [INFO] [table_import.go:761] ["post process start"] [table=dst] [import-id=bda91c5c-49ad-489c-88c8-e3aed6f28075] [checksum="{\"id=-1\"=\"{cksum=4095868306028115111,size=66,kvs=2}\"}"] [2024/05/06 13:10:17.745 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [table=dst] [import-id=bda91c5c-49ad-489c-88c8-e3aed6f28075] [2024/05/06 13:10:17.752 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [table=dst] [import-id=bda91c5c-49ad-489c-88c8-e3aed6f28075] [takeTime=7.521996ms] [] [2024/05/06 13:10:17.752 +00:00] [INFO] [table_import.go:835] ["local checksum"] [table=dst] [import-id=bda91c5c-49ad-489c-88c8-e3aed6f28075] [checksum="{cksum=4095868306028115111,size=66,kvs=2}"] [2024/05/06 13:10:17.752 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [table=dst] [import-id=bda91c5c-49ad-489c-88c8-e3aed6f28075] [weight=30] [2024/05/06 13:10:17.753 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [table=dst] [import-id=bda91c5c-49ad-489c-88c8-e3aed6f28075] [concurrency=15] [2024/05/06 13:10:17.757 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=136] [physicalTableID=136] [indexID=-1] [checksum=4095868306028115111] [totalKvs=2] [totalBytes=66] [2024/05/06 13:10:17.757 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [table=dst] [import-id=bda91c5c-49ad-489c-88c8-e3aed6f28075] [local="{cksum=4095868306028115111,size=66,kvs=2}"] [2024/05/06 13:10:17.757 +00:00] [INFO] [table_import.go:763] ["post process completed"] [table=dst] [import-id=bda91c5c-49ad-489c-88c8-e3aed6f28075] [checksum="{\"id=-1\"=\"{cksum=4095868306028115111,size=66,kvs=2}\"}"] [takeTime=12.651903ms] [] [2024/05/06 13:10:17.757 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [2024/05/06 13:10:17.758 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [takeTime=9.411µs] [] [2024/05/06 13:10:17.758 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [2024/05/06 13:10:17.759 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:1] [engineUUID=c4140e3b-040a-536c-9317-e3490dc4bcf9] [takeTime=1.279041ms] [] [2024/05/06 13:10:17.759 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:17.759 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [takeTime=10.272µs] [] [2024/05/06 13:10:17.759 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [2024/05/06 13:10:17.760 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`from_select`.`dst`:-1] [engineUUID=3027564c-048c-5b5b-9cb8-05c9a63b83f5] [takeTime=913.355µs] [] [2024/05/06 13:10:17.764 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 13:10:17.764 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:17.764 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 13:10:17.764 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 13:10:17.764 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 13:10:17.764 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 13:10:17.764 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:17.764 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:17.764 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:17.764 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:17.764 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:17.764 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:17.764 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 13:10:17.766 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 13:10:17.766 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:17.766 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:17.766 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:17.766 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:17.768 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449577226488512512\n# Conn_ID: 2\n# Query_time: 0.322010053\n# Parse_time: 0.000515709\n# Compile_time: 0.002381736\n# Rewrite_time: 0.001403462\n# Optimize_time: 0.001038833\n# Wait_TS: 0\n# Cop_time: 0.000074433 Process_time: 0.00004272 Wait_time: 0.000019212 Request_count: 1 Process_keys: 2 Total_keys: 4 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 3 Rocksdb_key_skipped_count: 6 Rocksdb_block_cache_hit_count: 2\n# DB: from_select\n# Is_internal: false\n# Digest: c3cf4ca42b5d721c761403fe190e6af73930afe0234f49b9ee2bf709e751f0d5\n# Stats: src:pseudo[10000;0]\n# Num_cop_tasks: 1\n# Cop_proc_avg: 4.272e-05 Cop_proc_addr: 127.0.0.1:20162\n# Cop_wait_avg: 1.9212e-05 Cop_wait_addr: 127.0.0.1:20162\n# Mem_max: 294\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('2QXwVTAJNTlfMgkwCTAJTi9BCTAJdGltZTozMTcuOG1zLCBsb29wczoxCU4vQQlOL0EKMQkzMV83CTAJMTAwMDAJZGF0YTpUYWJsZUZ1bGxTY2FuXzYJMgl0AUQYNTc0LjjCtRVFeDIsIGNvcF90YXNrOiB7bnVtOiAxLCBtYXg6IDEuMjgBbkRwcm9jX2tleXM6IDIsIHRvdF8BEhQ6IDQyLjcFSgETJHdhaXQ6IDE5LjIFE4Bjb3ByX2NhY2hlX2hpdF9yYXRpbzogMC4wMCwgYnVpbGQFcghfZHUFGhBuOiA2Ng06qG1heF9kaXN0c3FsX2NvbmN1cnJlbmN5OiAxfSwgcnBjX2luZm86e0NvcDoBrxRfcnBjOjEFlwhhbF8lJ0gxLjAxbXN9fQkyOTQgQnl0ZXMJISUkMgk0M182CTFfMC0nwHRhYmxlOnNyYywga2VlcCBvcmRlcjpmYWxzZSwgc3RhdHM6cHNldWRvCTIJdGlrdl8lJQB7BWQAMDVBAZcAcyFjKGRldGFpbDoge3RvAYsYcHJvY2VzczI5AQRhbDIXABxfc2l6ZTogOClWBGFsDSw4NCwgZ2V0X3NuYXBzaG90CdUQIDYuMDklW4Byb2Nrc2RiOiB7ZGVsZXRlX3NraXBwZWRfY291bnQ6IDMBzwB5PhYAGDYsIGJsb2Mh5TmXDTIUMn19fSwgAdhexQABHAA6MvEBCGFsXyHzDRo1+AB0ISgId2FsLYtAIDEyMcK1c30JTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('xAagCr8GCgxJbXBvcnRJbnRvXzIS+AUKDVRhYmxlUmVhZGVyXzcStwMKD1QBElBGdWxsU2Nhbl82IWTCmlW+DkRBKQABAfCQiMNAMAI4AkACShQKEgoLZnJvbV9zZWxlY3QSA3NyY1Iea2VlcCBvcmRlcjpmYWxzZSwgc3RhdHM6cHNldWRvar8CdGlrdl90YXNrOnt0aW1lOjBzLCBsb29wczoxfSwgc2Nhbl9kZXRhaWw6IHt0b3RhbF9wcm9jZXNzX2tleXM6IDIsIHRvdGFsX3Byb2NlcwkXHF9zaXplOiA4FR0Ea2UBLDw0LCBnZXRfc25hcHNob3RfBXHAIDYuMDnCtXMsIHJvY2tzZGI6IHtkZWxldGVfc2tpcHBlZF9jb3VudDogMywga2V5XzoWAFA2LCBibG9jazoge2NhY2hlX2hpdF8NMhQyfX19LCABZwRfZFbFAAEcFDogNDIuNwWDCeIId2FpEZ0MMTkuMgkaHGlrdl93YWxsDTMgMTIxwrVzfXD/EQEEAXgRCij/ASGcVh+lh0wWQS6mASgBQAFSFGRhdGE6VDbUAQRaFgWGEDU3NC44BWwpgBwyYtgBY29wXyWdaCB7bnVtOiAxLCBtYXg6IDEuMjhtcywgcHJvYy1dKWwAXwESNtEABc8EOiAVyhBjb3ByXzkrRHJhdGlvOiAwLjAwLCBidWlsZAVyCF9kdQUaEG46IDY2LQRgbWF4X2Rpc3RzcWxfY29uY3VycmVuY3k6IEErNHJwY19pbmZvOntDb3A6Aa8YX3JwYzoxLC1VBeQoMS4wMW1zfX1wpgI9LwA4IRsUA04vQVoVBSYMMzE3LgXfKQkAMVZlAQQYAQ==')\n# Resource_group: default\nIMPORT INTO `from_select`.`dst` FROM SELECT * FROM `from_select`.`src` AS OF TIMESTAMP _UTF8MB4'2024-05-06 13:10:16.573475';"] === RUN TestImportInto/TestWriteAfterImportFromFile [2024/05/06 13:10:17.778 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=73] [cur_db=from_select] [sql="drop database if exists write_after_import"] [user=] [2024/05/06 13:10:17.781 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=73] [cur_db=from_select] [sql="create database write_after_import"] [user=] [2024/05/06 13:10:17.811 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:139, Type:create schema, State:queueing, SchemaState:none, SchemaID:138, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:17.793 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:17.811 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:139, Type:create schema, State:queueing, SchemaState:none, SchemaID:138, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:17.793 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database write_after_import"] [2024/05/06 13:10:17.865 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=139] [conn=2] [category=ddl] [job="ID:139, Type:create schema, State:queueing, SchemaState:none, SchemaID:138, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:17.793 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:17.908 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=73] [neededSchemaVersion=74] ["start time"=1.17888ms] [gotSchemaVersion=74] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 13:10:17.919 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=139] [version=74] [2024/05/06 13:10:17.955 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=74] ["take time"=53.045123ms] [job="ID:139, Type:create schema, State:done, SchemaState:public, SchemaID:138, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:17.793 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:18.034 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=139] [conn=2] [job="ID:139, Type:create schema, State:synced, SchemaState:public, SchemaID:138, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:17.793 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:18.061 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=139] [2024/05/06 13:10:18.061 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] === RUN TestImportInto/TestWriteAfterImportFromFile/case-0 current case CREATE TABLE t (id int AUTO_INCREMENT PRIMARY KEY CLUSTERED, v varchar(64)) [2024/05/06 13:10:18.067 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=74] [cur_db=write_after_import] [sql="drop table if exists t;"] [user=] [2024/05/06 13:10:18.071 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=74] [cur_db=write_after_import] [sql="CREATE TABLE t (id int AUTO_INCREMENT PRIMARY KEY CLUSTERED, v varchar(64))"] [user=] [2024/05/06 13:10:18.115 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:141, Type:create table, State:queueing, SchemaState:none, SchemaID:138, TableID:140, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:18.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:18.115 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:141, Type:create table, State:queueing, SchemaState:none, SchemaID:138, TableID:140, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:18.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t (id int AUTO_INCREMENT PRIMARY KEY CLUSTERED, v varchar(64))"] [2024/05/06 13:10:18.211 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=141] [conn=2] [category=ddl] [job="ID:141, Type:create table, State:queueing, SchemaState:none, SchemaID:138, TableID:140, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:18.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:18.220 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 138, Table ID: 140, Table Name: t"] [2024/05/06 13:10:18.274 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=74] [neededSchemaVersion=75] ["start time"=2.371177ms] [gotSchemaVersion=75] [phyTblIDs="[140]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:10:18.286 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=141] [version=75] [2024/05/06 13:10:18.321 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=75] ["take time"=53.975434ms] [job="ID:141, Type:create table, State:done, SchemaState:public, SchemaID:138, TableID:140, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:18.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:18.405 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=141] [conn=2] [job="ID:141, Type:create table, State:synced, SchemaState:public, SchemaID:138, TableID:140, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:18.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:18.448 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=141] [2024/05/06 13:10:18.448 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:18.451 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.382429898\n# Parse_time: 0.001185468\n# Compile_time: 0.001186952\n# Rewrite_time: 0.000010902\n# Optimize_time: 0.001030521\n# Wait_TS: 0.000509346\n# DB: write_after_import\n# Is_internal: false\n# Digest: 5d93504021c753d971e5a522e6251ca81f8966aee8a83ebd8c0a0b1399ca6bb0\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse write_after_import;\nCREATE TABLE t (id int AUTO_INCREMENT PRIMARY KEY CLUSTERED, v varchar(64));"] [2024/05/06 13:10:18.595 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 13:10:18.798 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://write_after_import/*.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 13:10:18.893 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=1] [task-id=1] [data-size=36B] [thread-cnt=26] [global-sort=false] [2024/05/06 13:10:18.929 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=1] [2024/05/06 13:10:18.929 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=26] [2024/05/06 13:10:19.035 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 13:10:19.036 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 13:10:19.037 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=1] [curr-step=init] [next-step=import] [2024/05/06 13:10:19.056 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 13:10:19.059 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 13:10:19.059 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=36] [2024/05/06 13:10:19.059 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=2] [MaxChunkSize=268435456] [RegionsCount=2] [BatchSize=36] [cost=110.588µs] [2024/05/06 13:10:19.060 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=243.193µs] [] [2024/05/06 13:10:19.060 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=1] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 13:10:19.060 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=26] [subtasks=1] [2024/05/06 13:10:19.204 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=1] [mode=Import] [2024/05/06 13:10:19.223 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=1] [2024/05/06 13:10:19.262 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=1] [type=ImportInto] [remaining-slots=26] [2024/05/06 13:10:19.303 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=1] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 13:10:19.305 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=1] [step=import] [2024/05/06 13:10:19.305 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 13:10:19.314 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 13:10:19.314 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365872728081621462] [2024/05/06 13:10:19.314 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:19.314 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 13:10:19.315 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:19.315 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 13:10:19.315 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:19.316 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 13:10:19.316 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:19.329 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 13:10:19.331 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 13:10:19.331 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 13:10:19.331 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=1] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 13:10:19.331 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=1] [disk-quota=348.5GiB] [2024/05/06 13:10:19.377 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=1] [step=import] [subtask-id=1] [2024/05/06 13:10:19.381 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [2024/05/06 13:10:19.384 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:19.385 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=140] [2024/05/06 13:10:19.385 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=140] [2024/05/06 13:10:19.414 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=140] [key=1.csv:0] [2024/05/06 13:10:19.414 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=140] [key=2.csv:0] [2024/05/06 13:10:19.417 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=140] [key=1.csv:0] [readDur=1.390167ms] [encodeDur=928.993µs] [checksum="{cksum=8870261354621979222,size=68,kvs=2}"] [deliverDur=85.149µs] [type=file] [takeTime=2.808391ms] [] [2024/05/06 13:10:19.417 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=140] [key=2.csv:0] [readDur=1.393607ms] [encodeDur=1.232633ms] [checksum="{cksum=13585057687600554216,size=68,kvs=2}"] [deliverDur=82.549µs] [type=file] [takeTime=3.106259ms] [] [2024/05/06 13:10:19.418 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=68] [kvs=2] [files=1] [sstFileSize=979] [file=/tmp/tidb/import-4000/1/d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5.sst/0e4eee6f-d063-44ba-b74a-246ea9137692.sst] [firstKey=74800000000000008C5F728000000000000004] [lastKey=74800000000000008C5F728000000000000005] [2024/05/06 13:10:19.418 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=1] [step=import] [subtask-id=1] [takeTime=41.314676ms] [] [2024/05/06 13:10:19.418 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=1] [step=import] [engine-id=0] [2024/05/06 13:10:19.419 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=1] [step=import] [engine-id=0] [2024/05/06 13:10:19.419 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [2024/05/06 13:10:19.419 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=68] [kvs=2] [files=1] [sstFileSize=979] [file=/tmp/tidb/import-4000/1/d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5.sst/23fbbcfb-e972-4f18-9663-213083e366b6.sst] [firstKey=74800000000000008C5F728000000000000006] [lastKey=74800000000000008C5F728000000000000007] [2024/05/06 13:10:19.442 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [takeTime=23.140904ms] [] [2024/05/06 13:10:19.442 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [retryCnt=0] [2024/05/06 13:10:19.449 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:10:19.471 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] ["region ranges"=1] [count=4] [size=136] [2024/05/06 13:10:19.471 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:10:19.486 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [size=136] [kvs=4] [importedSize=136] [importedCount=4] [2024/05/06 13:10:19.488 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [retryCnt=0] [takeTime=46.025298ms] [] [2024/05/06 13:10:19.488 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [2024/05/06 13:10:19.490 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [takeTime=1.288704ms] [] [2024/05/06 13:10:19.490 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=1] [step=import] [engine-id=0] [2024/05/06 13:10:19.490 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:19.492 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=1.870387ms] [] [2024/05/06 13:10:19.492 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [2024/05/06 13:10:19.492 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:19.492 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [takeTime=62.183µs] [] [2024/05/06 13:10:19.492 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:19.493 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=1.005384ms] [] [2024/05/06 13:10:19.548 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=1] [step=import] [2024/05/06 13:10:19.551 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 13:10:19.551 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:19.552 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 13:10:19.552 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:19.552 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 13:10:19.552 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 13:10:19.552 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:19.552 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 13:10:19.552 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:19.552 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:19.552 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:19.552 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:19.552 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 13:10:19.553 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 13:10:19.554 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 13:10:19.554 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:19.554 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:19.554 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:19.554 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:19.554 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=1] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=250.610193ms] [] [2024/05/06 13:10:19.555 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 13:10:19.556 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=1] [curr-step=import] [next-step=post-process] [2024/05/06 13:10:19.556 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=1] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 13:10:19.627 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=1] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":4,\"ColSizeMap\":{\"1\":4,\"2\":28}}"] [2024/05/06 13:10:19.629 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=1] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 13:10:19.629 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=26] [subtasks=1] [2024/05/06 13:10:19.776 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=1] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 13:10:19.849 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=2] [2024/05/06 13:10:19.850 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=2] [2024/05/06 13:10:19.850 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=2] [2024/05/06 13:10:19.857 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=2] [takeTime=7.45492ms] [] [2024/05/06 13:10:19.857 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=2] [groupId=-1] [size=136] [kvs=4] [checksum=14384125892341312190] [2024/05/06 13:10:19.857 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=2] [checksum="{cksum=14384125892341312190,size=136,kvs=4}"] [2024/05/06 13:10:19.857 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=2] [weight=30] [2024/05/06 13:10:19.858 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=2] [concurrency=15] [2024/05/06 13:10:19.862 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=140] [physicalTableID=140] [indexID=-1] [checksum=14384125892341312190] [totalKvs=4] [totalBytes=136] [2024/05/06 13:10:19.862 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=2] [local="{cksum=14384125892341312190,size=136,kvs=4}"] [2024/05/06 13:10:19.862 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=2] [takeTime=12.542598ms] [] [2024/05/06 13:10:19.862 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=2] [takeTime=12.769097ms] [] [2024/05/06 13:10:19.918 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=1] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=142.360114ms] [] [2024/05/06 13:10:19.951 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 13:10:19.951 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=1] [step=post-process] [state=running] [] [2024/05/06 13:10:19.954 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=1] [2024/05/06 13:10:20.006 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=1] [type=ImportInto] [2024/05/06 13:10:20.036 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=1] [2024/05/06 13:10:20.062 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 13:10:20.062 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=1] [2024/05/06 13:10:20.153 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 1.700468935\n# Parse_time: 0.000449217\n# Compile_time: 0.001055498\n# Rewrite_time: 0.000219128\n# Optimize_time: 0.001030521\n# Wait_TS: 0\n# DB: write_after_import\n# Is_internal: false\n# Digest: 2151a8f4fc4821c35c9e69ec11b64682fe15dd1bf9a02fb5753a416004d4f9c9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LKwwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS43cywgbG9vcHM6MglOL0EJTi9BCg==')\n# Binary_plan: tidb_decode_binary_plan('R8gKQwoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaEnRpbWU6MS43cywgbG9vcHM6MnD///8JAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `write_after_import`.`t` FROM 'gs://write_after_import/*.csv?endpoint=http://127.0.0.1:4443/storage/v1/';"] [2024/05/06 13:10:20.155 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] === RUN TestImportInto/TestWriteAfterImportFromFile/case-1 current case CREATE TABLE t (id int AUTO_INCREMENT PRIMARY KEY CLUSTERED, v varchar(64)) AUTO_ID_CACHE 1 [2024/05/06 13:10:20.210 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=75] [cur_db=write_after_import] [sql="drop table if exists t;"] [user=] [2024/05/06 13:10:20.240 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:142, Type:drop table, State:queueing, SchemaState:public, SchemaID:138, TableID:140, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:20.194 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 13:10:20.240 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:142, Type:drop table, State:queueing, SchemaState:public, SchemaID:138, TableID:140, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:20.194 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:20.320 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=142] [conn=2] [category=ddl] [job="ID:142, Type:drop table, State:queueing, SchemaState:public, SchemaID:138, TableID:140, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:20.194 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:20.353 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=75] [neededSchemaVersion=76] ["start time"=386.366µs] [gotSchemaVersion=76] [phyTblIDs="[140]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:20.365 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=142] [version=76] [2024/05/06 13:10:20.401 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=76] ["take time"=53.358125ms] [job="ID:142, Type:drop table, State:running, SchemaState:write only, SchemaID:138, TableID:140, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:20.194 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:20.437 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=142] [conn=2] [category=ddl] [job="ID:142, Type:drop table, State:running, SchemaState:write only, SchemaID:138, TableID:140, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:20.194 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:20.474 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=76] [neededSchemaVersion=77] ["start time"=271.048µs] [gotSchemaVersion=77] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:20.485 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=142] [version=77] [2024/05/06 13:10:20.523 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=77] ["take time"=53.821788ms] [job="ID:142, Type:drop table, State:running, SchemaState:delete only, SchemaID:138, TableID:140, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:20.194 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:20.597 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=142] [conn=2] [category=ddl] [job="ID:142, Type:drop table, State:running, SchemaState:delete only, SchemaID:138, TableID:140, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:20.194 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:20.607 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 138, Old Table ID: 140, Old Table Name: t"] [2024/05/06 13:10:20.648 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=77] [neededSchemaVersion=78] ["start time"=242.693µs] [gotSchemaVersion=78] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:20.659 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=142] [version=78] [2024/05/06 13:10:20.698 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=78] ["take time"=53.623198ms] [job="ID:142, Type:drop table, State:done, SchemaState:none, SchemaID:138, TableID:140, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:20.194 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:20.744 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=142] [tableIDs="[140]"] [comment="drop table: table ID"] [2024/05/06 13:10:20.753 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=142] [jobType="drop table"] [2024/05/06 13:10:20.757 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=142] [conn=2] [job="ID:142, Type:drop table, State:synced, SchemaState:none, SchemaID:138, TableID:140, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:20.194 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:20.827 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=142] [2024/05/06 13:10:20.827 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:20.831 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.62335711\n# Parse_time: 0.000975494\n# Compile_time: 0.001105396\n# Rewrite_time: 0.000013392\n# Optimize_time: 0.001086974\n# Wait_TS: 0.000497504\n# DB: write_after_import\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] [2024/05/06 13:10:20.834 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=78] [cur_db=write_after_import] [sql="CREATE TABLE t (id int AUTO_INCREMENT PRIMARY KEY CLUSTERED, v varchar(64)) AUTO_ID_CACHE 1"] [user=] [2024/05/06 13:10:20.871 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:144, Type:create table, State:queueing, SchemaState:none, SchemaID:138, TableID:143, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:20.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:20.871 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:144, Type:create table, State:queueing, SchemaState:none, SchemaID:138, TableID:143, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:20.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t (id int AUTO_INCREMENT PRIMARY KEY CLUSTERED, v varchar(64)) AUTO_ID_CACHE 1"] [2024/05/06 13:10:20.935 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=144] [conn=2] [category=ddl] [job="ID:144, Type:create table, State:queueing, SchemaState:none, SchemaID:138, TableID:143, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:20.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:20.943 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 138, Table ID: 143, Table Name: t"] [2024/05/06 13:10:21.009 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=78] [neededSchemaVersion=79] ["start time"=2.552528ms] [gotSchemaVersion=79] [phyTblIDs="[143]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:10:21.020 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=144] [version=79] [2024/05/06 13:10:21.055 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=79] ["take time"=52.854495ms] [job="ID:144, Type:create table, State:done, SchemaState:public, SchemaID:138, TableID:143, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:20.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:21.139 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=144] [conn=2] [job="ID:144, Type:create table, State:synced, SchemaState:public, SchemaID:138, TableID:143, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:20.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:21.185 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=144] [2024/05/06 13:10:21.185 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:21.189 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.357203187\n# Parse_time: 0.000766802\n# Compile_time: 0.001024849\n# Rewrite_time: 0.000008447\n# Optimize_time: 0.001086974\n# Wait_TS: 0.00039902\n# DB: write_after_import\n# Is_internal: false\n# Digest: e6c0b764ae5571914c40b74ee308c75fddc0ac3be8b5f9b995310d6dede1b551\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE t (id int AUTO_INCREMENT PRIMARY KEY CLUSTERED, v varchar(64)) AUTO_ID_CACHE 1;"] [2024/05/06 13:10:21.208 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 13:10:21.382 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://write_after_import/*.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 13:10:21.468 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=2] [task-id=2] [data-size=36B] [thread-cnt=26] [global-sort=false] [2024/05/06 13:10:21.540 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=2] [2024/05/06 13:10:21.540 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=26] [2024/05/06 13:10:21.645 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 13:10:21.647 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 13:10:21.648 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=2] [curr-step=init] [next-step=import] [2024/05/06 13:10:21.667 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 13:10:21.671 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 13:10:21.671 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=36] [2024/05/06 13:10:21.671 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=2] [MaxChunkSize=268435456] [RegionsCount=2] [BatchSize=36] [cost=127.178µs] [2024/05/06 13:10:21.671 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=332.782µs] [] [2024/05/06 13:10:21.671 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=2] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 13:10:21.671 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=26] [subtasks=1] [2024/05/06 13:10:21.783 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=2] [mode=Import] [2024/05/06 13:10:21.805 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=2] [2024/05/06 13:10:21.823 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=2] [type=ImportInto] [remaining-slots=26] [2024/05/06 13:10:21.867 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=2] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 13:10:21.869 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=2] [step=import] [2024/05/06 13:10:21.870 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 13:10:21.878 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 13:10:21.879 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365872728081621462] [2024/05/06 13:10:21.879 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:21.879 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 13:10:21.880 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:21.880 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:21.880 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 13:10:21.880 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 13:10:21.880 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:21.895 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 13:10:21.896 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 13:10:21.897 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 13:10:21.897 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=2] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 13:10:21.897 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=2] [disk-quota=348.5GiB] [2024/05/06 13:10:21.966 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=2] [step=import] [subtask-id=3] [2024/05/06 13:10:21.971 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [2024/05/06 13:10:21.975 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:21.975 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=143] [2024/05/06 13:10:21.975 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=143] [2024/05/06 13:10:21.985 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=143] [key=2.csv:0] [2024/05/06 13:10:21.985 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=143] [key=1.csv:0] [2024/05/06 13:10:21.987 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=143] [key=2.csv:0] [readDur=1.14862ms] [encodeDur=702.429µs] [checksum="{cksum=13585057687600554216,size=68,kvs=2}"] [deliverDur=204.626µs] [type=file] [takeTime=2.590866ms] [] [2024/05/06 13:10:21.988 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=143] [key=1.csv:0] [readDur=1.234396ms] [encodeDur=827.278µs] [checksum="{cksum=8870261354621979222,size=68,kvs=2}"] [deliverDur=321.244µs] [type=file] [takeTime=2.694374ms] [] [2024/05/06 13:10:21.989 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=68] [kvs=2] [files=1] [sstFileSize=979] [file=/tmp/tidb/import-4000/2/d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5.sst/c8f680ff-4019-4b50-b5f8-8997e6169960.sst] [firstKey=74800000000000008F5F728000000000000004] [lastKey=74800000000000008F5F728000000000000005] [2024/05/06 13:10:21.989 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=2] [step=import] [subtask-id=3] [takeTime=22.331511ms] [] [2024/05/06 13:10:21.989 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=2] [step=import] [engine-id=0] [2024/05/06 13:10:21.989 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=2] [step=import] [engine-id=0] [2024/05/06 13:10:21.989 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [2024/05/06 13:10:21.990 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=68] [kvs=2] [files=1] [sstFileSize=979] [file=/tmp/tidb/import-4000/2/d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5.sst/d5d076d6-7fe1-472e-a941-a13e8131bdd6.sst] [firstKey=74800000000000008F5F728000000000000006] [lastKey=74800000000000008F5F728000000000000007] [2024/05/06 13:10:21.992 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [takeTime=2.706591ms] [] [2024/05/06 13:10:21.992 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [retryCnt=0] [2024/05/06 13:10:21.997 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:10:22.019 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] ["region ranges"=1] [count=4] [size=136] [2024/05/06 13:10:22.020 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:10:22.034 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [size=136] [kvs=4] [importedSize=136] [importedCount=4] [2024/05/06 13:10:22.036 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [retryCnt=0] [takeTime=43.820457ms] [] [2024/05/06 13:10:22.036 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [2024/05/06 13:10:22.037 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [takeTime=1.136ms] [] [2024/05/06 13:10:22.037 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=2] [step=import] [engine-id=0] [2024/05/06 13:10:22.037 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:22.039 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=1.645883ms] [] [2024/05/06 13:10:22.039 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [2024/05/06 13:10:22.039 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:22.039 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [takeTime=63.523µs] [] [2024/05/06 13:10:22.039 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:22.040 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=867.769µs] [] [2024/05/06 13:10:22.086 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=2] [step=import] [2024/05/06 13:10:22.089 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:22.089 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 13:10:22.089 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 13:10:22.089 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 13:10:22.089 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 13:10:22.089 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 13:10:22.089 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:22.089 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:22.089 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:22.089 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:22.090 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:22.090 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:22.090 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 13:10:22.091 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 13:10:22.092 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:22.092 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:22.092 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:22.092 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:22.092 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=2] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=224.215026ms] [] [2024/05/06 13:10:22.160 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 13:10:22.161 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 13:10:22.162 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=2] [curr-step=import] [next-step=post-process] [2024/05/06 13:10:22.162 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=2] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 13:10:22.233 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=2] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":4,\"ColSizeMap\":{\"1\":4,\"2\":28}}"] [2024/05/06 13:10:22.234 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=2] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 13:10:22.234 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=26] [subtasks=1] [2024/05/06 13:10:22.416 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=2] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 13:10:22.477 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=4] [2024/05/06 13:10:22.478 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=4] [2024/05/06 13:10:22.478 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=4] [2024/05/06 13:10:22.853 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=4] [takeTime=374.946088ms] [] [2024/05/06 13:10:22.853 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=4] [groupId=-1] [size=136] [kvs=4] [checksum=14384125892341312190] [2024/05/06 13:10:22.853 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=4] [checksum="{cksum=14384125892341312190,size=136,kvs=4}"] [2024/05/06 13:10:22.853 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=4] [weight=30] [2024/05/06 13:10:22.853 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=4] [concurrency=15] [2024/05/06 13:10:22.860 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=143] [physicalTableID=143] [indexID=-1] [checksum=14384125892341312190] [totalKvs=4] [totalBytes=136] [2024/05/06 13:10:22.861 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=4] [local="{cksum=14384125892341312190,size=136,kvs=4}"] [2024/05/06 13:10:22.861 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=4] [takeTime=383.285131ms] [] [2024/05/06 13:10:22.861 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=4] [takeTime=383.511675ms] [] [2024/05/06 13:10:22.914 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=2] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=498.461124ms] [] [2024/05/06 13:10:22.961 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 13:10:22.961 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=2] [step=post-process] [state=running] [] [2024/05/06 13:10:22.964 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=2] [2024/05/06 13:10:23.033 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=2] [type=ImportInto] [2024/05/06 13:10:23.046 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=2] [2024/05/06 13:10:23.069 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 13:10:23.069 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=2] [2024/05/06 13:10:23.151 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 13:10:23.318 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 2.127976941\n# Parse_time: 0.001116372\n# Compile_time: 0.002052428\n# Rewrite_time: 0.00033439\n# Optimize_time: 0.001086974\n# Wait_TS: 0\n# DB: write_after_import\n# Is_internal: false\n# Digest: 2151a8f4fc4821c35c9e69ec11b64682fe15dd1bf9a02fb5753a416004d4f9c9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6Mi4xMnMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6Mi4xMnMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `write_after_import`.`t` FROM 'gs://write_after_import/*.csv?endpoint=http://127.0.0.1:4443/storage/v1/';"] === RUN TestImportInto/TestWriteAfterImportFromFile/case-2 current case CREATE TABLE t (id int AUTO_INCREMENT PRIMARY KEY NONCLUSTERED, v varchar(64)) [2024/05/06 13:10:23.333 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=79] [cur_db=write_after_import] [sql="drop table if exists t;"] [user=] [2024/05/06 13:10:23.362 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:145, Type:drop table, State:queueing, SchemaState:public, SchemaID:138, TableID:143, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:23.293 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:23.362 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:145, Type:drop table, State:queueing, SchemaState:public, SchemaID:138, TableID:143, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:23.293 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 13:10:23.406 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=145] [conn=2] [category=ddl] [job="ID:145, Type:drop table, State:queueing, SchemaState:public, SchemaID:138, TableID:143, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:23.293 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:23.438 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=79] [neededSchemaVersion=80] ["start time"=268.304µs] [gotSchemaVersion=80] [phyTblIDs="[143]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:23.448 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=145] [version=80] [2024/05/06 13:10:23.486 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=80] ["take time"=53.470467ms] [job="ID:145, Type:drop table, State:running, SchemaState:write only, SchemaID:138, TableID:143, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:23.293 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:23.561 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=145] [conn=2] [category=ddl] [job="ID:145, Type:drop table, State:running, SchemaState:write only, SchemaID:138, TableID:143, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:23.293 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:23.588 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=80] [neededSchemaVersion=81] ["start time"=231.649µs] [gotSchemaVersion=81] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:23.599 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=145] [version=81] [2024/05/06 13:10:23.638 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=81] ["take time"=53.653782ms] [job="ID:145, Type:drop table, State:running, SchemaState:delete only, SchemaID:138, TableID:143, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:23.293 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:23.738 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=145] [conn=2] [category=ddl] [job="ID:145, Type:drop table, State:running, SchemaState:delete only, SchemaID:138, TableID:143, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:23.293 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:23.747 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 138, Old Table ID: 143, Old Table Name: t"] [2024/05/06 13:10:23.794 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=81] [neededSchemaVersion=82] ["start time"=237.862µs] [gotSchemaVersion=82] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:23.805 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=145] [version=82] [2024/05/06 13:10:23.842 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=82] ["take time"=53.081304ms] [job="ID:145, Type:drop table, State:done, SchemaState:none, SchemaID:138, TableID:143, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:23.293 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:23.889 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=145] [tableIDs="[143]"] [comment="drop table: table ID"] [2024/05/06 13:10:23.901 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=145] [jobType="drop table"] [2024/05/06 13:10:23.905 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=145] [conn=2] [job="ID:145, Type:drop table, State:synced, SchemaState:none, SchemaID:138, TableID:143, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:23.293 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:23.964 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=145] [2024/05/06 13:10:23.964 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:23.967 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.63565193\n# Parse_time: 0.00051588\n# Compile_time: 0.000786108\n# Rewrite_time: 0.000009638\n# Optimize_time: 0.001298935\n# Wait_TS: 0.000438041\n# DB: write_after_import\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] [2024/05/06 13:10:23.970 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=82] [cur_db=write_after_import] [sql="CREATE TABLE t (id int AUTO_INCREMENT PRIMARY KEY NONCLUSTERED, v varchar(64))"] [user=] [2024/05/06 13:10:24.019 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:147, Type:create table, State:queueing, SchemaState:none, SchemaID:138, TableID:146, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:23.944 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:24.020 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:147, Type:create table, State:queueing, SchemaState:none, SchemaID:138, TableID:146, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:23.944 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t (id int AUTO_INCREMENT PRIMARY KEY NONCLUSTERED, v varchar(64))"] [2024/05/06 13:10:24.065 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=147] [conn=2] [category=ddl] [job="ID:147, Type:create table, State:queueing, SchemaState:none, SchemaID:138, TableID:146, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:23.944 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:24.072 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 138, Table ID: 146, Table Name: t"] [2024/05/06 13:10:24.161 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=82] [neededSchemaVersion=83] ["start time"=2.358545ms] [gotSchemaVersion=83] [phyTblIDs="[146]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:10:24.172 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=147] [version=83] [2024/05/06 13:10:24.207 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=83] ["take time"=53.754538ms] [job="ID:147, Type:create table, State:done, SchemaState:public, SchemaID:138, TableID:146, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:23.944 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:24.279 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=147] [conn=2] [job="ID:147, Type:create table, State:synced, SchemaState:public, SchemaID:138, TableID:146, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:23.944 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:24.330 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=147] [2024/05/06 13:10:24.330 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:24.334 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.366292001\n# Parse_time: 0.001161742\n# Compile_time: 0.001353331\n# Rewrite_time: 0.000011252\n# Optimize_time: 0.001298935\n# Wait_TS: 0.000508686\n# DB: write_after_import\n# Is_internal: false\n# Digest: e68ffb50dd9dad0801582f5d2bc5ca9fba5594b1cda860743510296b46f2089a\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE t (id int AUTO_INCREMENT PRIMARY KEY NONCLUSTERED, v varchar(64));"] [2024/05/06 13:10:24.346 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 13:10:24.547 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://write_after_import/*.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 13:10:24.638 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=3] [task-id=3] [data-size=36B] [thread-cnt=26] [global-sort=false] [2024/05/06 13:10:24.678 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=3] [2024/05/06 13:10:24.678 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=26] [2024/05/06 13:10:24.785 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 13:10:24.787 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 13:10:24.788 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=3] [curr-step=init] [next-step=import] [2024/05/06 13:10:24.806 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 13:10:24.809 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 13:10:24.809 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=36] [2024/05/06 13:10:24.809 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=2] [MaxChunkSize=268435456] [RegionsCount=2] [BatchSize=36] [cost=73.733µs] [2024/05/06 13:10:24.809 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=187.448µs] [] [2024/05/06 13:10:24.810 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=3] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 13:10:24.810 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=26] [subtasks=1] [2024/05/06 13:10:24.989 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=3] [mode=Import] [2024/05/06 13:10:25.005 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=3] [type=ImportInto] [remaining-slots=26] [2024/05/06 13:10:25.008 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=3] [2024/05/06 13:10:25.045 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=3] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 13:10:25.047 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=3] [step=import] [2024/05/06 13:10:25.048 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 13:10:25.056 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 13:10:25.056 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365872728081621462] [2024/05/06 13:10:25.056 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:25.056 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 13:10:25.057 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:25.057 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 13:10:25.057 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:25.057 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 13:10:25.057 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:25.071 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 13:10:25.072 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 13:10:25.073 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 13:10:25.073 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=3] [step=import] [data=236.3MiB] [per-index=78.77MiB] [2024/05/06 13:10:25.073 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=3] [disk-quota=348.5GiB] [2024/05/06 13:10:25.114 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=3] [step=import] [subtask-id=5] [2024/05/06 13:10:25.118 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [2024/05/06 13:10:25.123 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:25.123 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=146] [2024/05/06 13:10:25.123 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=146] [2024/05/06 13:10:25.130 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=146] [key=1.csv:0] [2024/05/06 13:10:25.131 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=146] [key=2.csv:0] [2024/05/06 13:10:25.133 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=146] [key=1.csv:0] [readDur=1.427574ms] [encodeDur=1.097563ms] [checksum="{cksum=3543191561364936534,size=148,kvs=4}"] [deliverDur=345.677µs] [type=file] [takeTime=3.274582ms] [] [2024/05/06 13:10:25.134 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=146] [key=2.csv:0] [readDur=917.614µs] [encodeDur=1.301973ms] [checksum="{cksum=4755199630144978764,size=148,kvs=4}"] [deliverDur=506.632µs] [type=file] [takeTime=3.055996ms] [] [2024/05/06 13:10:25.135 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=76] [kvs=2] [files=1] [sstFileSize=982] [file=/tmp/tidb/import-4000/3/d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5.sst/54f6b8e9-b3de-4c74-a70d-69aea0f9299d.sst] [firstKey=7480000000000000925F728000000000000001] [lastKey=7480000000000000925F728000000000000002] [2024/05/06 13:10:25.136 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=3] [step=import] [subtask-id=5] [takeTime=21.446134ms] [] [2024/05/06 13:10:25.136 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=3] [step=import] [engine-id=0] [2024/05/06 13:10:25.136 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=3] [step=import] [engine-id=0] [2024/05/06 13:10:25.136 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=76] [kvs=2] [files=1] [sstFileSize=982] [file=/tmp/tidb/import-4000/3/d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5.sst/8303cfe8-8ab3-477e-8a26-50f8d68830d5.sst] [firstKey=7480000000000000925F72800000000000000A] [lastKey=7480000000000000925F72800000000000000B] [2024/05/06 13:10:25.136 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [2024/05/06 13:10:25.138 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [takeTime=2.089857ms] [] [2024/05/06 13:10:25.138 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [retryCnt=0] [2024/05/06 13:10:25.143 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:10:25.164 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] ["region ranges"=1] [count=4] [size=152] [2024/05/06 13:10:25.165 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:10:25.179 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [size=152] [kvs=4] [importedSize=152] [importedCount=4] [2024/05/06 13:10:25.180 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [retryCnt=0] [takeTime=42.390091ms] [] [2024/05/06 13:10:25.181 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [2024/05/06 13:10:25.182 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [takeTime=1.113854ms] [] [2024/05/06 13:10:25.182 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=3] [step=import] [engine-id=0] [2024/05/06 13:10:25.182 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:25.183 +00:00] [INFO] [engine.go:1644] ["compact sst"] [category=ddl-ingest] [fileCount=2] [size=144] [count=4] [cost=1.186295ms] [file=/tmp/tidb/import-4000/3/630083e6-fc50-5cd2-8645-c17b147197ce.sst/9a760ee5-53ad-47d0-8487-f26622819ee4.sst] [2024/05/06 13:10:25.183 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=144] [kvs=4] [files=1] [sstFileSize=1002] [file=/tmp/tidb/import-4000/3/630083e6-fc50-5cd2-8645-c17b147197ce.sst/9a760ee5-53ad-47d0-8487-f26622819ee4.sst] [firstKey=7480000000000000925F698000000000000001038000000000000004] [lastKey=7480000000000000925F698000000000000001038000000000000007] [2024/05/06 13:10:25.186 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=3.827714ms] [] [2024/05/06 13:10:25.186 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [2024/05/06 13:10:25.190 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:10:25.213 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=630083e6-fc50-5cd2-8645-c17b147197ce] ["region ranges"=1] [count=4] [size=144] [2024/05/06 13:10:25.213 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:10:25.227 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=630083e6-fc50-5cd2-8645-c17b147197ce] [size=144] [kvs=4] [importedSize=144] [importedCount=4] [2024/05/06 13:10:25.228 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [takeTime=42.53099ms] [] [2024/05/06 13:10:25.228 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:25.230 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=1.141744ms] [] [2024/05/06 13:10:25.275 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=3] [step=import] [2024/05/06 13:10:25.279 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 13:10:25.279 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 13:10:25.279 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:25.279 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 13:10:25.279 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 13:10:25.279 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 13:10:25.279 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:25.279 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:25.279 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:25.279 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:25.279 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:25.279 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:25.279 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 13:10:25.281 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 13:10:25.281 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:25.281 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:25.281 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:25.281 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:25.281 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=3] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=236.219575ms] [] [2024/05/06 13:10:25.300 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 13:10:25.301 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 13:10:25.329 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=3] [curr-step=import] [next-step=post-process] [2024/05/06 13:10:25.329 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=3] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 13:10:25.409 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=3] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":4,\"ColSizeMap\":{\"1\":4,\"2\":28}}"] [2024/05/06 13:10:25.411 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=3] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 13:10:25.411 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=26] [subtasks=1] [2024/05/06 13:10:25.564 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=3] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 13:10:25.611 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=3] [step=post-process] [subtask-id=6] [2024/05/06 13:10:25.612 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=3] [step=post-process] [subtask-id=6] [2024/05/06 13:10:25.612 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=3] [step=post-process] [subtask-id=6] [2024/05/06 13:10:25.618 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=3] [step=post-process] [subtask-id=6] [takeTime=6.727282ms] [] [2024/05/06 13:10:25.618 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=3] [step=post-process] [subtask-id=6] [groupId=-1] [size=152] [kvs=4] [checksum=9534713575869581377] [2024/05/06 13:10:25.619 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=3] [step=post-process] [subtask-id=6] [groupId=1] [size=144] [kvs=4] [checksum=17619267392293085275] [2024/05/06 13:10:25.619 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=3] [step=post-process] [subtask-id=6] [checksum="{cksum=8130735849710921754,size=296,kvs=8}"] [2024/05/06 13:10:25.619 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=3] [step=post-process] [subtask-id=6] [weight=30] [2024/05/06 13:10:25.619 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=3] [step=post-process] [subtask-id=6] [concurrency=15] [2024/05/06 13:10:25.627 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=146] [physicalTableID=146] [indexID=-1] [checksum=9534713575869581377] [totalKvs=4] [totalBytes=152] [2024/05/06 13:10:25.630 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=146] [physicalTableID=146] [indexID=1] [checksum=17619267392293085275] [totalKvs=4] [totalBytes=144] [2024/05/06 13:10:25.630 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=3] [step=post-process] [subtask-id=6] [local="{cksum=8130735849710921754,size=296,kvs=8}"] [2024/05/06 13:10:25.630 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=3] [step=post-process] [subtask-id=6] [takeTime=18.741807ms] [] [2024/05/06 13:10:25.630 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=3] [step=post-process] [subtask-id=6] [takeTime=18.935137ms] [] [2024/05/06 13:10:25.671 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=3] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=106.110157ms] [] [2024/05/06 13:10:25.733 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 13:10:25.733 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=3] [step=post-process] [state=running] [] [2024/05/06 13:10:25.736 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=3] [2024/05/06 13:10:25.788 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=3] [2024/05/06 13:10:25.788 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=3] [type=ImportInto] [2024/05/06 13:10:25.806 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 13:10:25.806 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=3] [2024/05/06 13:10:25.898 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 1.562662089\n# Parse_time: 0.00047739\n# Compile_time: 0.001080038\n# Rewrite_time: 0.000210966\n# Optimize_time: 0.001298935\n# Wait_TS: 0\n# DB: write_after_import\n# Is_internal: false\n# Digest: 2151a8f4fc4821c35c9e69ec11b64682fe15dd1bf9a02fb5753a416004d4f9c9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS41NnMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS41NnMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `write_after_import`.`t` FROM 'gs://write_after_import/*.csv?endpoint=http://127.0.0.1:4443/storage/v1/';"] [2024/05/06 13:10:25.900 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] === RUN TestImportInto/TestWriteAfterImportFromFile/case-3 current case CREATE TABLE t (id int AUTO_INCREMENT PRIMARY KEY NONCLUSTERED, v varchar(64)) AUTO_ID_CACHE 1 [2024/05/06 13:10:25.929 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=83] [cur_db=write_after_import] [sql="drop table if exists t;"] [user=] [2024/05/06 13:10:25.958 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:148, Type:drop table, State:queueing, SchemaState:public, SchemaID:138, TableID:146, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:25.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:25.958 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:148, Type:drop table, State:queueing, SchemaState:public, SchemaID:138, TableID:146, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:25.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 13:10:26.006 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=148] [conn=2] [category=ddl] [job="ID:148, Type:drop table, State:queueing, SchemaState:public, SchemaID:138, TableID:146, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:25.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:26.040 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=83] [neededSchemaVersion=84] ["start time"=257.343µs] [gotSchemaVersion=84] [phyTblIDs="[146]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:26.053 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=148] [version=84] [2024/05/06 13:10:26.112 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=84] ["take time"=76.156614ms] [job="ID:148, Type:drop table, State:running, SchemaState:write only, SchemaID:138, TableID:146, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:25.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:26.166 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=148] [conn=2] [category=ddl] [job="ID:148, Type:drop table, State:running, SchemaState:write only, SchemaID:138, TableID:146, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:25.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:26.206 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=84] [neededSchemaVersion=85] ["start time"=363.862µs] [gotSchemaVersion=85] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:26.217 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=148] [version=85] [2024/05/06 13:10:26.255 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=85] ["take time"=53.512333ms] [job="ID:148, Type:drop table, State:running, SchemaState:delete only, SchemaID:138, TableID:146, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:25.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:26.324 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=148] [conn=2] [category=ddl] [job="ID:148, Type:drop table, State:running, SchemaState:delete only, SchemaID:138, TableID:146, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:25.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:26.335 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 138, Old Table ID: 146, Old Table Name: t"] [2024/05/06 13:10:26.381 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=85] [neededSchemaVersion=86] ["start time"=233.379µs] [gotSchemaVersion=86] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:26.394 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=148] [version=86] [2024/05/06 13:10:26.430 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=86] ["take time"=53.659569ms] [job="ID:148, Type:drop table, State:done, SchemaState:none, SchemaID:138, TableID:146, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:25.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:26.492 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=148] [tableIDs="[146]"] [comment="drop table: table ID"] [2024/05/06 13:10:26.501 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=148] [jobType="drop table"] [2024/05/06 13:10:26.506 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=148] [conn=2] [job="ID:148, Type:drop table, State:synced, SchemaState:none, SchemaID:138, TableID:146, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:25.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:26.586 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=148] [2024/05/06 13:10:26.587 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:26.592 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.664839116\n# Parse_time: 0.000636092\n# Compile_time: 0.000731199\n# Rewrite_time: 0.000008942\n# Optimize_time: 0.001312927\n# Wait_TS: 0.000370022\n# DB: write_after_import\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] [2024/05/06 13:10:26.595 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=86] [cur_db=write_after_import] [sql="CREATE TABLE t (id int AUTO_INCREMENT PRIMARY KEY NONCLUSTERED, v varchar(64)) AUTO_ID_CACHE 1"] [user=] [2024/05/06 13:10:26.643 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:150, Type:create table, State:queueing, SchemaState:none, SchemaID:138, TableID:149, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:26.593 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:26.643 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:150, Type:create table, State:queueing, SchemaState:none, SchemaID:138, TableID:149, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:26.593 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t (id int AUTO_INCREMENT PRIMARY KEY NONCLUSTERED, v varchar(64)) AUTO_ID_CACHE 1"] [2024/05/06 13:10:26.712 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=150] [conn=2] [category=ddl] [job="ID:150, Type:create table, State:queueing, SchemaState:none, SchemaID:138, TableID:149, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:26.593 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:26.720 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 138, Table ID: 149, Table Name: t"] [2024/05/06 13:10:26.786 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=86] [neededSchemaVersion=87] ["start time"=2.567732ms] [gotSchemaVersion=87] [phyTblIDs="[149]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:10:26.800 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=150] [version=87] [2024/05/06 13:10:26.833 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=87] ["take time"=53.558627ms] [job="ID:150, Type:create table, State:done, SchemaState:public, SchemaID:138, TableID:149, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:26.593 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:26.906 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=150] [conn=2] [job="ID:150, Type:create table, State:synced, SchemaState:public, SchemaID:138, TableID:149, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:26.593 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:26.952 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=150] [2024/05/06 13:10:26.952 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:26.955 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.361889699\n# Parse_time: 0.00108217\n# Compile_time: 0.001220591\n# Rewrite_time: 0.000009716\n# Optimize_time: 0.001312927\n# Wait_TS: 0.000440219\n# DB: write_after_import\n# Is_internal: false\n# Digest: 2f240416326fc09fb6849d7eeb00eb3313f36befa6e542035b06559f7cfa5f74\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE t (id int AUTO_INCREMENT PRIMARY KEY NONCLUSTERED, v varchar(64)) AUTO_ID_CACHE 1;"] [2024/05/06 13:10:26.969 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 13:10:27.210 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://write_after_import/*.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 13:10:27.299 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=4] [task-id=4] [data-size=36B] [thread-cnt=26] [global-sort=false] [2024/05/06 13:10:27.344 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=4] [2024/05/06 13:10:27.344 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=26] [2024/05/06 13:10:27.450 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 13:10:27.452 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 13:10:27.453 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=4] [curr-step=init] [next-step=import] [2024/05/06 13:10:27.472 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 13:10:27.475 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 13:10:27.475 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=36] [2024/05/06 13:10:27.475 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=2] [MaxChunkSize=268435456] [RegionsCount=2] [BatchSize=36] [cost=78.337µs] [2024/05/06 13:10:27.475 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=226.978µs] [] [2024/05/06 13:10:27.476 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=4] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 13:10:27.476 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=26] [subtasks=1] [2024/05/06 13:10:27.602 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=4] [mode=Import] [2024/05/06 13:10:27.621 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=4] [2024/05/06 13:10:27.630 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=4] [type=ImportInto] [remaining-slots=26] [2024/05/06 13:10:27.672 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=4] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 13:10:27.673 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=4] [step=import] [2024/05/06 13:10:27.674 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 13:10:27.683 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 13:10:27.683 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365872728081621462] [2024/05/06 13:10:27.683 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:27.683 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 13:10:27.684 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:27.684 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 13:10:27.684 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:27.684 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 13:10:27.684 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:27.699 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 13:10:27.700 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 13:10:27.701 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 13:10:27.701 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=4] [step=import] [data=236.3MiB] [per-index=78.77MiB] [2024/05/06 13:10:27.701 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=4] [disk-quota=348.5GiB] [2024/05/06 13:10:27.742 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=4] [step=import] [subtask-id=7] [2024/05/06 13:10:27.746 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [2024/05/06 13:10:27.750 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:27.751 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=149] [2024/05/06 13:10:27.751 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=149] [2024/05/06 13:10:27.931 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=149] [key=1.csv:0] [2024/05/06 13:10:27.931 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=149] [key=2.csv:0] [2024/05/06 13:10:27.935 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=149] [key=1.csv:0] [readDur=1.315685ms] [encodeDur=1.248408ms] [checksum="{cksum=3543191561364936534,size=148,kvs=4}"] [deliverDur=1.273404ms] [type=file] [takeTime=4.471398ms] [] [2024/05/06 13:10:27.935 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=149] [key=2.csv:0] [readDur=1.439063ms] [encodeDur=1.816416ms] [checksum="{cksum=4755199630144978764,size=148,kvs=4}"] [deliverDur=595.086µs] [type=file] [takeTime=4.512421ms] [] [2024/05/06 13:10:27.937 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=152] [kvs=4] [files=2] [sstFileSize=1964] [file=/tmp/tidb/import-4000/4/d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5.sst/7d6ed373-3dee-4f40-814e-b5104d92d040.sst] [firstKey=7480000000000000955F728000000000000001] [lastKey=7480000000000000955F72800000000000000B] [2024/05/06 13:10:27.937 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=4] [step=import] [subtask-id=7] [takeTime=194.993953ms] [] [2024/05/06 13:10:27.938 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=4] [step=import] [engine-id=0] [2024/05/06 13:10:27.938 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=4] [step=import] [engine-id=0] [2024/05/06 13:10:27.938 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [2024/05/06 13:10:27.941 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [takeTime=2.525152ms] [] [2024/05/06 13:10:27.941 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [retryCnt=0] [2024/05/06 13:10:27.947 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:10:27.968 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] ["region ranges"=1] [count=4] [size=152] [2024/05/06 13:10:27.969 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:10:27.984 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [size=152] [kvs=4] [importedSize=152] [importedCount=4] [2024/05/06 13:10:27.986 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [retryCnt=0] [takeTime=45.259535ms] [] [2024/05/06 13:10:27.986 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [2024/05/06 13:10:27.988 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [takeTime=1.266859ms] [] [2024/05/06 13:10:27.988 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=4] [step=import] [engine-id=0] [2024/05/06 13:10:27.988 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:27.989 +00:00] [INFO] [engine.go:1644] ["compact sst"] [category=ddl-ingest] [fileCount=2] [size=144] [count=4] [cost=1.246133ms] [file=/tmp/tidb/import-4000/4/630083e6-fc50-5cd2-8645-c17b147197ce.sst/075e05f7-aede-4e5d-b755-67c247abebbb.sst] [2024/05/06 13:10:27.989 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=144] [kvs=4] [files=1] [sstFileSize=1002] [file=/tmp/tidb/import-4000/4/630083e6-fc50-5cd2-8645-c17b147197ce.sst/075e05f7-aede-4e5d-b755-67c247abebbb.sst] [firstKey=7480000000000000955F698000000000000001038000000000000004] [lastKey=7480000000000000955F698000000000000001038000000000000007] [2024/05/06 13:10:27.992 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=4.039453ms] [] [2024/05/06 13:10:27.992 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [2024/05/06 13:10:27.996 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:10:28.018 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=630083e6-fc50-5cd2-8645-c17b147197ce] ["region ranges"=1] [count=4] [size=144] [2024/05/06 13:10:28.019 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:10:28.033 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=630083e6-fc50-5cd2-8645-c17b147197ce] [size=144] [kvs=4] [importedSize=144] [importedCount=4] [2024/05/06 13:10:28.034 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [takeTime=42.552233ms] [] [2024/05/06 13:10:28.035 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:28.036 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=1.232093ms] [] [2024/05/06 13:10:28.089 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=4] [step=import] [2024/05/06 13:10:28.093 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:28.093 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 13:10:28.093 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 13:10:28.093 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:28.093 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 13:10:28.093 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 13:10:28.093 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 13:10:28.093 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:28.093 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:28.093 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:28.093 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:28.093 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:28.093 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 13:10:28.095 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 13:10:28.096 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:28.096 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:28.096 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:28.096 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:28.096 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=4] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=423.640696ms] [] [2024/05/06 13:10:28.166 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 13:10:28.168 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 13:10:28.169 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=4] [curr-step=import] [next-step=post-process] [2024/05/06 13:10:28.169 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=4] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 13:10:28.244 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=4] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":4,\"ColSizeMap\":{\"1\":4,\"2\":28}}"] [2024/05/06 13:10:28.245 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=4] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 13:10:28.245 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=26] [subtasks=1] [2024/05/06 13:10:28.409 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=4] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 13:10:28.453 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=8] [2024/05/06 13:10:28.453 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=8] [2024/05/06 13:10:28.454 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=8] [2024/05/06 13:10:28.465 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=8] [takeTime=11.551518ms] [] [2024/05/06 13:10:28.465 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=8] [groupId=-1] [size=152] [kvs=4] [checksum=9534713575869581377] [2024/05/06 13:10:28.465 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=8] [groupId=1] [size=144] [kvs=4] [checksum=17619267392293085275] [2024/05/06 13:10:28.465 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=8] [checksum="{cksum=8130735849710921754,size=296,kvs=8}"] [2024/05/06 13:10:28.465 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=8] [weight=30] [2024/05/06 13:10:28.466 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=8] [concurrency=15] [2024/05/06 13:10:28.474 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=149] [physicalTableID=149] [indexID=-1] [checksum=9534713575869581377] [totalKvs=4] [totalBytes=152] [2024/05/06 13:10:28.476 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=149] [physicalTableID=149] [indexID=1] [checksum=17619267392293085275] [totalKvs=4] [totalBytes=144] [2024/05/06 13:10:28.477 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=8] [local="{cksum=8130735849710921754,size=296,kvs=8}"] [2024/05/06 13:10:28.477 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=8] [takeTime=23.197464ms] [] [2024/05/06 13:10:28.477 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=8] [takeTime=23.423972ms] [] [2024/05/06 13:10:28.517 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=4] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=108.645282ms] [] [2024/05/06 13:10:28.567 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 13:10:28.567 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=4] [step=post-process] [state=running] [] [2024/05/06 13:10:28.570 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=4] [2024/05/06 13:10:28.639 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=4] [type=ImportInto] [2024/05/06 13:10:28.650 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=4] [2024/05/06 13:10:28.705 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 13:10:28.705 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=4] [2024/05/06 13:10:28.793 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 13:10:28.858 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 1.901971023\n# Parse_time: 0.000522882\n# Compile_time: 0.001119964\n# Rewrite_time: 0.000242174\n# Optimize_time: 0.001312927\n# Wait_TS: 0\n# DB: write_after_import\n# Is_internal: false\n# Digest: 2151a8f4fc4821c35c9e69ec11b64682fe15dd1bf9a02fb5753a416004d4f9c9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LKwwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS45cywgbG9vcHM6MglOL0EJTi9BCg==')\n# Binary_plan: tidb_decode_binary_plan('R8gKQwoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaEnRpbWU6MS45cywgbG9vcHM6MnD///8JAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `write_after_import`.`t` FROM 'gs://write_after_import/*.csv?endpoint=http://127.0.0.1:4443/storage/v1/';"] === RUN TestImportInto/TestWriteAfterImportFromFile/case-4 current case CREATE TABLE t (id int PRIMARY KEY CLUSTERED, v varchar(64)) [2024/05/06 13:10:28.870 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=87] [cur_db=write_after_import] [sql="drop table if exists t;"] [user=] [2024/05/06 13:10:28.900 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:151, Type:drop table, State:queueing, SchemaState:public, SchemaID:138, TableID:149, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:28.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 13:10:28.900 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:151, Type:drop table, State:queueing, SchemaState:public, SchemaID:138, TableID:149, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:28.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:28.943 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=151] [conn=2] [category=ddl] [job="ID:151, Type:drop table, State:queueing, SchemaState:public, SchemaID:138, TableID:149, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:28.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:28.972 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=87] [neededSchemaVersion=88] ["start time"=266.447µs] [gotSchemaVersion=88] [phyTblIDs="[149]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:28.983 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=151] [version=88] [2024/05/06 13:10:29.021 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=88] ["take time"=53.804778ms] [job="ID:151, Type:drop table, State:running, SchemaState:write only, SchemaID:138, TableID:149, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:28.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:29.081 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=151] [conn=2] [category=ddl] [job="ID:151, Type:drop table, State:running, SchemaState:write only, SchemaID:138, TableID:149, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:28.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:29.137 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=88] [neededSchemaVersion=89] ["start time"=397.059µs] [gotSchemaVersion=89] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:29.151 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=151] [version=89] [2024/05/06 13:10:29.159 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=89] ["take time"=53.145608ms] [job="ID:151, Type:drop table, State:running, SchemaState:delete only, SchemaID:138, TableID:149, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:28.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:29.218 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=151] [conn=2] [category=ddl] [job="ID:151, Type:drop table, State:running, SchemaState:delete only, SchemaID:138, TableID:149, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:28.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:29.228 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 138, Old Table ID: 149, Old Table Name: t"] [2024/05/06 13:10:29.267 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=89] [neededSchemaVersion=90] ["start time"=249.653µs] [gotSchemaVersion=90] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:29.278 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=151] [version=90] [2024/05/06 13:10:29.315 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=90] ["take time"=52.713852ms] [job="ID:151, Type:drop table, State:done, SchemaState:none, SchemaID:138, TableID:149, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:28.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:29.353 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=151] [tableIDs="[149]"] [comment="drop table: table ID"] [2024/05/06 13:10:29.361 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=151] [jobType="drop table"] [2024/05/06 13:10:29.365 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=151] [conn=2] [job="ID:151, Type:drop table, State:synced, SchemaState:none, SchemaID:138, TableID:149, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:28.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:29.423 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=151] [2024/05/06 13:10:29.423 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:29.427 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.557232301\n# Parse_time: 0.000466936\n# Compile_time: 0.000664004\n# Rewrite_time: 0.000009474\n# Optimize_time: 0.001261782\n# Wait_TS: 0.000404638\n# DB: write_after_import\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] [2024/05/06 13:10:29.430 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=90] [cur_db=write_after_import] [sql="CREATE TABLE t (id int PRIMARY KEY CLUSTERED, v varchar(64))"] [user=] [2024/05/06 13:10:29.476 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:153, Type:create table, State:queueing, SchemaState:none, SchemaID:138, TableID:152, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:29.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:29.476 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:153, Type:create table, State:queueing, SchemaState:none, SchemaID:138, TableID:152, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:29.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t (id int PRIMARY KEY CLUSTERED, v varchar(64))"] [2024/05/06 13:10:29.535 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=153] [conn=2] [category=ddl] [job="ID:153, Type:create table, State:queueing, SchemaState:none, SchemaID:138, TableID:152, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:29.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:29.543 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 138, Table ID: 152, Table Name: t"] [2024/05/06 13:10:29.642 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=90] [neededSchemaVersion=91] ["start time"=2.515911ms] [gotSchemaVersion=91] [phyTblIDs="[152]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:10:29.654 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=153] [version=91] [2024/05/06 13:10:29.688 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=91] ["take time"=53.617344ms] [job="ID:153, Type:create table, State:done, SchemaState:public, SchemaID:138, TableID:152, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:29.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:29.746 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=153] [conn=2] [job="ID:153, Type:create table, State:synced, SchemaState:public, SchemaID:138, TableID:152, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:29.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:29.783 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=153] [2024/05/06 13:10:29.783 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:29.787 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.359417884\n# Parse_time: 0.001584225\n# Compile_time: 0.001180197\n# Rewrite_time: 0.000008994\n# Optimize_time: 0.001261782\n# Wait_TS: 0.000419026\n# DB: write_after_import\n# Is_internal: false\n# Digest: 190445c91e9a154b99a97a4330dfe47563aadd09e811229dabe151d0482c68ff\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE t (id int PRIMARY KEY CLUSTERED, v varchar(64));"] [2024/05/06 13:10:29.804 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 13:10:30.034 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://write_after_import/*.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 13:10:30.146 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=5] [task-id=5] [data-size=36B] [thread-cnt=26] [global-sort=false] [2024/05/06 13:10:30.189 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=5] [2024/05/06 13:10:30.189 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=5] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=26] [2024/05/06 13:10:30.297 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=5] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 13:10:30.298 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=5] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 13:10:30.299 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=5] [curr-step=init] [next-step=import] [2024/05/06 13:10:30.319 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 13:10:30.322 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 13:10:30.322 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=36] [2024/05/06 13:10:30.322 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=2] [MaxChunkSize=268435456] [RegionsCount=2] [BatchSize=36] [cost=78.577µs] [2024/05/06 13:10:30.322 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=216.336µs] [] [2024/05/06 13:10:30.322 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=5] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 13:10:30.322 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=5] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=26] [subtasks=1] [2024/05/06 13:10:30.468 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=5] [mode=Import] [2024/05/06 13:10:30.488 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=5] [2024/05/06 13:10:30.526 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=5] [type=ImportInto] [remaining-slots=26] [2024/05/06 13:10:30.567 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=5] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 13:10:30.568 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=5] [step=import] [2024/05/06 13:10:30.570 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 13:10:30.578 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 13:10:30.578 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365872728081621462] [2024/05/06 13:10:30.579 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:30.579 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 13:10:30.580 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:30.580 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 13:10:30.580 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:30.580 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:30.580 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 13:10:30.596 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 13:10:30.597 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 13:10:30.597 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 13:10:30.598 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=5] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 13:10:30.598 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=5] [disk-quota=348.5GiB] [2024/05/06 13:10:30.640 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=5] [step=import] [subtask-id=9] [2024/05/06 13:10:30.646 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [2024/05/06 13:10:30.649 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:30.650 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=152] [2024/05/06 13:10:30.650 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=152] [2024/05/06 13:10:30.717 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=152] [key=1.csv:0] [2024/05/06 13:10:30.717 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=152] [key=2.csv:0] [2024/05/06 13:10:30.721 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=152] [key=1.csv:0] [readDur=1.12102ms] [encodeDur=810.101µs] [checksum="{cksum=8870261354621979222,size=68,kvs=2}"] [deliverDur=357.458µs] [type=file] [takeTime=3.134645ms] [] [2024/05/06 13:10:30.721 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=152] [key=2.csv:0] [readDur=1.318802ms] [encodeDur=1.346456ms] [checksum="{cksum=13585057687600554216,size=68,kvs=2}"] [deliverDur=165.588µs] [type=file] [takeTime=3.195627ms] [] [2024/05/06 13:10:30.722 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=136] [kvs=4] [files=2] [sstFileSize=1958] [file=/tmp/tidb/import-4000/5/d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5.sst/b19416a0-0ed3-4a1c-b3a5-1184b125e40f.sst] [firstKey=7480000000000000985F728000000000000004] [lastKey=7480000000000000985F728000000000000007] [2024/05/06 13:10:30.722 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=5] [step=import] [subtask-id=9] [takeTime=81.084139ms] [] [2024/05/06 13:10:30.722 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=5] [step=import] [engine-id=0] [2024/05/06 13:10:30.722 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=5] [step=import] [engine-id=0] [2024/05/06 13:10:30.722 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [2024/05/06 13:10:30.724 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [takeTime=2.175401ms] [] [2024/05/06 13:10:30.724 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [retryCnt=0] [2024/05/06 13:10:30.729 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:10:30.751 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] ["region ranges"=1] [count=4] [size=136] [2024/05/06 13:10:30.752 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:10:30.766 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [size=136] [kvs=4] [importedSize=136] [importedCount=4] [2024/05/06 13:10:30.768 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [retryCnt=0] [takeTime=43.325301ms] [] [2024/05/06 13:10:30.768 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [2024/05/06 13:10:30.769 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [takeTime=1.141627ms] [] [2024/05/06 13:10:30.769 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=5] [step=import] [engine-id=0] [2024/05/06 13:10:30.769 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:30.771 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=1.693926ms] [] [2024/05/06 13:10:30.771 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [2024/05/06 13:10:30.771 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:30.771 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [takeTime=62.99µs] [] [2024/05/06 13:10:30.771 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:30.772 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=897.348µs] [] [2024/05/06 13:10:30.815 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=5] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 13:10:30.816 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=5] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 13:10:30.817 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=5] [curr-step=import] [next-step=post-process] [2024/05/06 13:10:30.817 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=5] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 13:10:30.821 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=5] [step=import] [2024/05/06 13:10:30.824 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 13:10:30.824 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:30.824 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 13:10:30.824 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 13:10:30.824 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 13:10:30.824 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:30.824 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:30.824 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 13:10:30.824 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:30.825 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:30.825 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:30.825 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:30.825 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 13:10:30.826 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 13:10:30.826 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:30.826 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:30.826 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:30.827 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:30.827 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=5] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=259.455302ms] [] [2024/05/06 13:10:30.892 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=5] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":4,\"ColSizeMap\":{\"1\":4,\"2\":28}}"] [2024/05/06 13:10:30.893 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=5] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 13:10:30.894 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=5] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=26] [subtasks=1] [2024/05/06 13:10:31.079 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=5] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 13:10:31.128 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=10] [2024/05/06 13:10:31.128 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=10] [2024/05/06 13:10:31.128 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=10] [2024/05/06 13:10:31.128 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=10] [takeTime=12.966µs] [] [2024/05/06 13:10:31.128 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=10] [groupId=-1] [size=136] [kvs=4] [checksum=14384125892341312190] [2024/05/06 13:10:31.128 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=10] [checksum="{cksum=14384125892341312190,size=136,kvs=4}"] [2024/05/06 13:10:31.128 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=10] [weight=30] [2024/05/06 13:10:31.128 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=10] [concurrency=15] [2024/05/06 13:10:31.132 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=152] [physicalTableID=152] [indexID=-1] [checksum=14384125892341312190] [totalKvs=4] [totalBytes=136] [2024/05/06 13:10:31.133 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=10] [local="{cksum=14384125892341312190,size=136,kvs=4}"] [2024/05/06 13:10:31.133 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=10] [takeTime=4.826559ms] [] [2024/05/06 13:10:31.133 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=10] [takeTime=5.045329ms] [] [2024/05/06 13:10:31.173 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=5] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=94.404658ms] [] [2024/05/06 13:10:31.214 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=5] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 13:10:31.214 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=5] [step=post-process] [state=running] [] [2024/05/06 13:10:31.216 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=5] [2024/05/06 13:10:31.263 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=5] [type=ImportInto] [2024/05/06 13:10:31.319 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=5] [2024/05/06 13:10:31.342 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 13:10:31.342 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=5] [2024/05/06 13:10:31.432 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 1.644242558\n# Parse_time: 0.001025308\n# Compile_time: 0.001219257\n# Rewrite_time: 0.000243937\n# Optimize_time: 0.001261782\n# Wait_TS: 0\n# DB: write_after_import\n# Is_internal: false\n# Digest: 2151a8f4fc4821c35c9e69ec11b64682fe15dd1bf9a02fb5753a416004d4f9c9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS42NHMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS42NHMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `write_after_import`.`t` FROM 'gs://write_after_import/*.csv?endpoint=http://127.0.0.1:4443/storage/v1/';"] [2024/05/06 13:10:31.446 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] === RUN TestImportInto/TestWriteAfterImportFromFile/case-5 current case CREATE TABLE t (id int PRIMARY KEY CLUSTERED, v varchar(64)) AUTO_ID_CACHE 1 [2024/05/06 13:10:31.456 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=91] [cur_db=write_after_import] [sql="drop table if exists t;"] [user=] [2024/05/06 13:10:31.482 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:154, Type:drop table, State:queueing, SchemaState:public, SchemaID:138, TableID:152, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:31.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:31.482 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:154, Type:drop table, State:queueing, SchemaState:public, SchemaID:138, TableID:152, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:31.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 13:10:31.543 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=154] [conn=2] [category=ddl] [job="ID:154, Type:drop table, State:queueing, SchemaState:public, SchemaID:138, TableID:152, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:31.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:31.573 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=91] [neededSchemaVersion=92] ["start time"=271.684µs] [gotSchemaVersion=92] [phyTblIDs="[152]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:31.585 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=154] [version=92] [2024/05/06 13:10:31.622 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=92] ["take time"=54.162769ms] [job="ID:154, Type:drop table, State:running, SchemaState:write only, SchemaID:138, TableID:152, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:31.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:31.678 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=154] [conn=2] [category=ddl] [job="ID:154, Type:drop table, State:running, SchemaState:write only, SchemaID:138, TableID:152, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:31.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:31.741 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=92] [neededSchemaVersion=93] ["start time"=338.065µs] [gotSchemaVersion=93] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:31.755 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=154] [version=93] [2024/05/06 13:10:31.788 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=93] ["take time"=79.006744ms] [job="ID:154, Type:drop table, State:running, SchemaState:delete only, SchemaID:138, TableID:152, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:31.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:31.857 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=154] [conn=2] [category=ddl] [job="ID:154, Type:drop table, State:running, SchemaState:delete only, SchemaID:138, TableID:152, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:31.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:31.866 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 138, Old Table ID: 152, Old Table Name: t"] [2024/05/06 13:10:31.908 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=93] [neededSchemaVersion=94] ["start time"=256.933µs] [gotSchemaVersion=94] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:31.918 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=154] [version=94] [2024/05/06 13:10:31.957 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=94] ["take time"=53.377865ms] [job="ID:154, Type:drop table, State:done, SchemaState:none, SchemaID:138, TableID:152, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:31.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:31.993 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=154] [tableIDs="[152]"] [comment="drop table: table ID"] [2024/05/06 13:10:32.002 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=154] [jobType="drop table"] [2024/05/06 13:10:32.007 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=154] [conn=2] [job="ID:154, Type:drop table, State:synced, SchemaState:none, SchemaID:138, TableID:152, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:31.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:32.066 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=154] [2024/05/06 13:10:32.066 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:32.070 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.614907368\n# Parse_time: 0.000445417\n# Compile_time: 0.000609192\n# Rewrite_time: 0.000010753\n# Optimize_time: 0.001170075\n# Wait_TS: 0.000407594\n# DB: write_after_import\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] [2024/05/06 13:10:32.072 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=94] [cur_db=write_after_import] [sql="CREATE TABLE t (id int PRIMARY KEY CLUSTERED, v varchar(64)) AUTO_ID_CACHE 1"] [user=] [2024/05/06 13:10:32.114 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:156, Type:create table, State:queueing, SchemaState:none, SchemaID:138, TableID:155, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:32.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:32.113 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:156, Type:create table, State:queueing, SchemaState:none, SchemaID:138, TableID:155, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:32.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t (id int PRIMARY KEY CLUSTERED, v varchar(64)) AUTO_ID_CACHE 1"] [2024/05/06 13:10:32.220 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=156] [conn=2] [category=ddl] [job="ID:156, Type:create table, State:queueing, SchemaState:none, SchemaID:138, TableID:155, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:32.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:32.229 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 138, Table ID: 155, Table Name: t"] [2024/05/06 13:10:32.277 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=94] [neededSchemaVersion=95] ["start time"=2.465023ms] [gotSchemaVersion=95] [phyTblIDs="[155]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:10:32.289 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=156] [version=95] [2024/05/06 13:10:32.325 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=95] ["take time"=54.419314ms] [job="ID:156, Type:create table, State:done, SchemaState:public, SchemaID:138, TableID:155, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:32.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:32.382 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=156] [conn=2] [job="ID:156, Type:create table, State:synced, SchemaState:public, SchemaID:138, TableID:155, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:32.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:32.427 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=156] [2024/05/06 13:10:32.427 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:32.430 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.359946828\n# Parse_time: 0.000727629\n# Compile_time: 0.001050613\n# Rewrite_time: 0.000010589\n# Optimize_time: 0.001170075\n# Wait_TS: 0.000458147\n# DB: write_after_import\n# Is_internal: false\n# Digest: 167c2c11a12c6f6f66c7470de635a9c733721defb10797a5ebafdd6a3e1222b0\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE t (id int PRIMARY KEY CLUSTERED, v varchar(64)) AUTO_ID_CACHE 1;"] [2024/05/06 13:10:32.445 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 13:10:32.669 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://write_after_import/*.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 13:10:32.762 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=6] [task-id=6] [data-size=36B] [thread-cnt=26] [global-sort=false] [2024/05/06 13:10:32.810 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=6] [2024/05/06 13:10:32.810 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=6] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=26] [2024/05/06 13:10:32.917 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=6] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 13:10:32.918 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=6] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 13:10:32.919 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=6] [curr-step=init] [next-step=import] [2024/05/06 13:10:32.938 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 13:10:32.941 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 13:10:32.941 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=36] [2024/05/06 13:10:32.941 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=2] [MaxChunkSize=268435456] [RegionsCount=2] [BatchSize=36] [cost=101.05µs] [2024/05/06 13:10:32.941 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=255.958µs] [] [2024/05/06 13:10:32.941 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=6] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 13:10:32.941 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=6] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=26] [subtasks=1] [2024/05/06 13:10:33.093 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=6] [mode=Import] [2024/05/06 13:10:33.113 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=6] [2024/05/06 13:10:33.126 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=6] [type=ImportInto] [remaining-slots=26] [2024/05/06 13:10:33.171 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=6] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 13:10:33.172 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=6] [step=import] [2024/05/06 13:10:33.173 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 13:10:33.181 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 13:10:33.181 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365872728081621462] [2024/05/06 13:10:33.182 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:33.182 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 13:10:33.183 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:33.183 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:33.183 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 13:10:33.183 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 13:10:33.183 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:33.197 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 13:10:33.199 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 13:10:33.199 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 13:10:33.199 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=6] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 13:10:33.199 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=6] [disk-quota=348.5GiB] [2024/05/06 13:10:33.246 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=6] [step=import] [subtask-id=11] [2024/05/06 13:10:33.250 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [2024/05/06 13:10:33.254 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:33.254 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=155] [2024/05/06 13:10:33.254 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=155] [2024/05/06 13:10:33.350 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=155] [key=2.csv:0] [2024/05/06 13:10:33.351 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=155] [key=1.csv:0] [2024/05/06 13:10:33.353 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=155] [key=2.csv:0] [readDur=1.326582ms] [encodeDur=690.63µs] [checksum="{cksum=13585057687600554216,size=68,kvs=2}"] [deliverDur=484.252µs] [type=file] [takeTime=2.946844ms] [] [2024/05/06 13:10:33.353 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=155] [key=1.csv:0] [readDur=943.278µs] [encodeDur=734.659µs] [checksum="{cksum=8870261354621979222,size=68,kvs=2}"] [deliverDur=196.921µs] [type=file] [takeTime=2.232344ms] [] [2024/05/06 13:10:33.354 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=68] [kvs=2] [files=1] [sstFileSize=979] [file=/tmp/tidb/import-4000/6/d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5.sst/658b4e3a-c7e3-42f1-ace2-ca561dd3faf6.sst] [firstKey=74800000000000009B5F728000000000000006] [lastKey=74800000000000009B5F728000000000000007] [2024/05/06 13:10:33.354 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=6] [step=import] [subtask-id=11] [takeTime=108.418664ms] [] [2024/05/06 13:10:33.354 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=6] [step=import] [engine-id=0] [2024/05/06 13:10:33.354 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=6] [step=import] [engine-id=0] [2024/05/06 13:10:33.354 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [2024/05/06 13:10:33.355 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=68] [kvs=2] [files=1] [sstFileSize=979] [file=/tmp/tidb/import-4000/6/d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5.sst/a399f817-1c33-43c0-99b5-63ed0358cfe1.sst] [firstKey=74800000000000009B5F728000000000000004] [lastKey=74800000000000009B5F728000000000000005] [2024/05/06 13:10:33.358 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [takeTime=3.465823ms] [] [2024/05/06 13:10:33.358 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [retryCnt=0] [2024/05/06 13:10:33.363 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:10:33.385 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] ["region ranges"=1] [count=4] [size=136] [2024/05/06 13:10:33.385 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:10:33.400 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [size=136] [kvs=4] [importedSize=136] [importedCount=4] [2024/05/06 13:10:33.401 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [retryCnt=0] [takeTime=43.116255ms] [] [2024/05/06 13:10:33.401 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [2024/05/06 13:10:33.403 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [takeTime=1.157287ms] [] [2024/05/06 13:10:33.403 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=6] [step=import] [engine-id=0] [2024/05/06 13:10:33.403 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:33.404 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=1.606498ms] [] [2024/05/06 13:10:33.404 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [2024/05/06 13:10:33.404 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:33.405 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [takeTime=65.337µs] [] [2024/05/06 13:10:33.405 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:33.405 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=875.005µs] [] [2024/05/06 13:10:33.454 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=6] [step=import] [2024/05/06 13:10:33.456 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:33.456 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 13:10:33.456 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 13:10:33.456 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 13:10:33.456 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 13:10:33.456 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:33.456 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 13:10:33.457 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:33.457 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:33.457 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:33.457 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:33.457 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:33.457 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 13:10:33.458 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 13:10:33.458 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:33.458 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:33.458 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:33.458 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:33.459 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=6] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=287.627544ms] [] [2024/05/06 13:10:33.545 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=6] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 13:10:33.547 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=6] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 13:10:33.548 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=6] [curr-step=import] [next-step=post-process] [2024/05/06 13:10:33.548 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=6] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 13:10:33.627 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=6] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":4,\"ColSizeMap\":{\"1\":4,\"2\":28}}"] [2024/05/06 13:10:33.629 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=6] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 13:10:33.629 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=6] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=26] [subtasks=1] [2024/05/06 13:10:33.831 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=6] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 13:10:33.898 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=12] [2024/05/06 13:10:33.899 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=12] [2024/05/06 13:10:33.899 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=12] [2024/05/06 13:10:33.899 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=12] [takeTime=24.534µs] [] [2024/05/06 13:10:33.899 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=12] [groupId=-1] [size=136] [kvs=4] [checksum=14384125892341312190] [2024/05/06 13:10:33.899 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=12] [checksum="{cksum=14384125892341312190,size=136,kvs=4}"] [2024/05/06 13:10:33.900 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=12] [weight=30] [2024/05/06 13:10:33.932 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=12] [concurrency=15] [2024/05/06 13:10:33.942 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=155] [physicalTableID=155] [indexID=-1] [checksum=14384125892341312190] [totalKvs=4] [totalBytes=136] [2024/05/06 13:10:33.942 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=12] [local="{cksum=14384125892341312190,size=136,kvs=4}"] [2024/05/06 13:10:33.943 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=12] [takeTime=44.061448ms] [] [2024/05/06 13:10:33.943 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=12] [takeTime=44.381665ms] [] [2024/05/06 13:10:34.000 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=6] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=169.016512ms] [] [2024/05/06 13:10:34.040 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=6] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 13:10:34.040 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=6] [step=post-process] [state=running] [] [2024/05/06 13:10:34.043 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=6] [2024/05/06 13:10:34.104 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=6] [type=ImportInto] [2024/05/06 13:10:34.117 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=6] [2024/05/06 13:10:34.150 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 13:10:34.151 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=6] [2024/05/06 13:10:34.256 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 13:10:34.333 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 1.901435736\n# Parse_time: 0.000435344\n# Compile_time: 0.001124207\n# Rewrite_time: 0.000258116\n# Optimize_time: 0.001170075\n# Wait_TS: 0\n# DB: write_after_import\n# Is_internal: false\n# Digest: 2151a8f4fc4821c35c9e69ec11b64682fe15dd1bf9a02fb5753a416004d4f9c9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LKwwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS45cywgbG9vcHM6MglOL0EJTi9BCg==')\n# Binary_plan: tidb_decode_binary_plan('R8gKQwoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaEnRpbWU6MS45cywgbG9vcHM6MnD///8JAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `write_after_import`.`t` FROM 'gs://write_after_import/*.csv?endpoint=http://127.0.0.1:4443/storage/v1/';"] === RUN TestImportInto/TestWriteAfterImportFromFile/case-6 current case CREATE TABLE t (id int, v varchar(64)) [2024/05/06 13:10:34.345 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=95] [cur_db=write_after_import] [sql="drop table if exists t;"] [user=] [2024/05/06 13:10:34.428 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:157, Type:drop table, State:queueing, SchemaState:public, SchemaID:138, TableID:155, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:34.344 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:34.428 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:157, Type:drop table, State:queueing, SchemaState:public, SchemaID:138, TableID:155, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:34.344 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 13:10:34.500 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=157] [conn=2] [category=ddl] [job="ID:157, Type:drop table, State:queueing, SchemaState:public, SchemaID:138, TableID:155, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:34.344 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:34.541 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=95] [neededSchemaVersion=96] ["start time"=420.537µs] [gotSchemaVersion=96] [phyTblIDs="[155]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:34.555 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=157] [version=96] [2024/05/06 13:10:34.589 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=96] ["take time"=53.260314ms] [job="ID:157, Type:drop table, State:running, SchemaState:write only, SchemaID:138, TableID:155, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:34.344 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:34.655 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=157] [conn=2] [category=ddl] [job="ID:157, Type:drop table, State:running, SchemaState:write only, SchemaID:138, TableID:155, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:34.344 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:34.689 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=96] [neededSchemaVersion=97] ["start time"=265.142µs] [gotSchemaVersion=97] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:34.702 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=157] [version=97] [2024/05/06 13:10:34.738 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=97] ["take time"=52.995251ms] [job="ID:157, Type:drop table, State:running, SchemaState:delete only, SchemaID:138, TableID:155, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:34.344 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:34.806 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=157] [conn=2] [category=ddl] [job="ID:157, Type:drop table, State:running, SchemaState:delete only, SchemaID:138, TableID:155, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:34.344 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:34.816 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 138, Old Table ID: 155, Old Table Name: t"] [2024/05/06 13:10:34.847 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=97] [neededSchemaVersion=98] ["start time"=259.096µs] [gotSchemaVersion=98] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:34.858 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=157] [version=98] [2024/05/06 13:10:34.896 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=98] ["take time"=53.125136ms] [job="ID:157, Type:drop table, State:done, SchemaState:none, SchemaID:138, TableID:155, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:34.344 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:34.967 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=157] [tableIDs="[155]"] [comment="drop table: table ID"] [2024/05/06 13:10:34.978 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=157] [jobType="drop table"] [2024/05/06 13:10:34.983 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=157] [conn=2] [job="ID:157, Type:drop table, State:synced, SchemaState:none, SchemaID:138, TableID:155, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:34.344 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:35.046 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=157] [2024/05/06 13:10:35.046 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:35.050 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.706828099\n# Parse_time: 0.0007874\n# Compile_time: 0.00104062\n# Rewrite_time: 0.000015208\n# Optimize_time: 0.001266525\n# Wait_TS: 0.000505906\n# DB: write_after_import\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] [2024/05/06 13:10:35.052 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=98] [cur_db=write_after_import] [sql="CREATE TABLE t (id int, v varchar(64))"] [user=] [2024/05/06 13:10:35.112 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:159, Type:create table, State:queueing, SchemaState:none, SchemaID:138, TableID:158, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:35.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:35.112 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:159, Type:create table, State:queueing, SchemaState:none, SchemaID:138, TableID:158, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:35.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t (id int, v varchar(64))"] [2024/05/06 13:10:35.175 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=159] [conn=2] [category=ddl] [job="ID:159, Type:create table, State:queueing, SchemaState:none, SchemaID:138, TableID:158, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:35.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:35.183 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 138, Table ID: 158, Table Name: t"] [2024/05/06 13:10:35.239 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=98] [neededSchemaVersion=99] ["start time"=2.420285ms] [gotSchemaVersion=99] [phyTblIDs="[158]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:10:35.250 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=159] [version=99] [2024/05/06 13:10:35.285 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=99] ["take time"=53.154523ms] [job="ID:159, Type:create table, State:done, SchemaState:public, SchemaID:138, TableID:158, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:35.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:35.339 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=159] [conn=2] [job="ID:159, Type:create table, State:synced, SchemaState:public, SchemaID:138, TableID:158, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:35.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:35.374 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=159] [2024/05/06 13:10:35.374 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:35.406 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.355371781\n# Parse_time: 0.00055304\n# Compile_time: 0.000877186\n# Rewrite_time: 0.000009632\n# Optimize_time: 0.001266525\n# Wait_TS: 0.000416606\n# DB: write_after_import\n# Is_internal: false\n# Digest: 32143d83306264b999fc086c72ef59b7822ff30eb2a53d16557ca027c4ee9578\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE t (id int, v varchar(64));"] [2024/05/06 13:10:35.426 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 13:10:35.638 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://write_after_import/*.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 13:10:35.734 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=7] [task-id=7] [data-size=36B] [thread-cnt=26] [global-sort=false] [2024/05/06 13:10:35.775 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=7] [2024/05/06 13:10:35.775 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=7] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=26] [2024/05/06 13:10:35.882 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=7] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 13:10:35.884 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=7] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 13:10:35.885 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=7] [curr-step=init] [next-step=import] [2024/05/06 13:10:35.908 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 13:10:35.911 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 13:10:35.911 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=36] [2024/05/06 13:10:35.912 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=2] [MaxChunkSize=268435456] [RegionsCount=2] [BatchSize=36] [cost=88.328µs] [2024/05/06 13:10:35.912 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=288.674µs] [] [2024/05/06 13:10:35.912 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=7] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 13:10:35.912 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=7] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=26] [subtasks=1] [2024/05/06 13:10:36.053 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=7] [mode=Import] [2024/05/06 13:10:36.072 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=7] [2024/05/06 13:10:36.098 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=7] [type=ImportInto] [remaining-slots=26] [2024/05/06 13:10:36.138 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=7] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 13:10:36.139 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=7] [step=import] [2024/05/06 13:10:36.140 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 13:10:36.149 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 13:10:36.149 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365872728081621462] [2024/05/06 13:10:36.149 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:36.150 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 13:10:36.151 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:36.151 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 13:10:36.151 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:36.151 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 13:10:36.151 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:36.165 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 13:10:36.167 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 13:10:36.167 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 13:10:36.167 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=7] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 13:10:36.167 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=7] [disk-quota=348.5GiB] [2024/05/06 13:10:36.212 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=7] [step=import] [subtask-id=13] [2024/05/06 13:10:36.216 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [2024/05/06 13:10:36.220 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:36.221 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=158] [2024/05/06 13:10:36.221 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=158] [2024/05/06 13:10:36.282 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=158] [key=2.csv:0] [2024/05/06 13:10:36.282 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=158] [key=1.csv:0] [2024/05/06 13:10:36.316 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=158] [key=2.csv:0] [readDur=1.649558ms] [encodeDur=30.980073ms] [checksum="{cksum=10862406597896790237,size=76,kvs=2}"] [deliverDur=487.342µs] [type=file] [takeTime=34.022044ms] [] [2024/05/06 13:10:36.317 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=158] [key=1.csv:0] [readDur=1.850359ms] [encodeDur=31.580938ms] [checksum="{cksum=1363779544899807388,size=76,kvs=2}"] [deliverDur=461.937µs] [type=file] [takeTime=34.462036ms] [] [2024/05/06 13:10:36.318 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=7] [step=import] [subtask-id=13] [takeTime=105.499891ms] [] [2024/05/06 13:10:36.318 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=76] [kvs=2] [files=1] [sstFileSize=982] [file=/tmp/tidb/import-4000/7/d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5.sst/d9890039-6cad-4905-b63b-7d718a891a98.sst] [firstKey=74800000000000009E5F72800000000000000A] [lastKey=74800000000000009E5F72800000000000000B] [2024/05/06 13:10:36.318 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=7] [step=import] [engine-id=0] [2024/05/06 13:10:36.319 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=7] [step=import] [engine-id=0] [2024/05/06 13:10:36.319 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [2024/05/06 13:10:36.320 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=76] [kvs=2] [files=1] [sstFileSize=982] [file=/tmp/tidb/import-4000/7/d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5.sst/beae835b-3ebf-4446-b267-54c85ffd482c.sst] [firstKey=74800000000000009E5F728000000000000001] [lastKey=74800000000000009E5F728000000000000002] [2024/05/06 13:10:36.323 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [takeTime=4.567778ms] [] [2024/05/06 13:10:36.323 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [retryCnt=0] [2024/05/06 13:10:36.329 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:10:36.351 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] ["region ranges"=1] [count=4] [size=152] [2024/05/06 13:10:36.352 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:10:36.367 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [size=152] [kvs=4] [importedSize=152] [importedCount=4] [2024/05/06 13:10:36.369 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [retryCnt=0] [takeTime=45.978815ms] [] [2024/05/06 13:10:36.370 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [2024/05/06 13:10:36.371 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [takeTime=1.504463ms] [] [2024/05/06 13:10:36.371 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=7] [step=import] [engine-id=0] [2024/05/06 13:10:36.371 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:36.373 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=2.062124ms] [] [2024/05/06 13:10:36.373 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [2024/05/06 13:10:36.374 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:36.374 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [takeTime=56.682µs] [] [2024/05/06 13:10:36.374 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:36.375 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=870.444µs] [] [2024/05/06 13:10:36.432 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=7] [step=import] [2024/05/06 13:10:36.436 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:36.436 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 13:10:36.436 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 13:10:36.436 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 13:10:36.436 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:36.436 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 13:10:36.436 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:36.436 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 13:10:36.436 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:36.436 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:36.436 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:36.436 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:36.436 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 13:10:36.438 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 13:10:36.439 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:36.439 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:36.439 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:36.439 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:36.439 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=7] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=300.422839ms] [] [2024/05/06 13:10:36.499 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=7] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 13:10:36.500 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=7] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 13:10:36.501 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=7] [curr-step=import] [next-step=post-process] [2024/05/06 13:10:36.501 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=7] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 13:10:36.571 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=7] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":4,\"ColSizeMap\":{\"1\":4,\"2\":28}}"] [2024/05/06 13:10:36.573 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=7] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 13:10:36.573 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=7] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=26] [subtasks=1] [2024/05/06 13:10:36.769 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=7] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 13:10:36.817 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=7] [step=post-process] [subtask-id=14] [2024/05/06 13:10:36.818 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=7] [step=post-process] [subtask-id=14] [2024/05/06 13:10:36.818 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=7] [step=post-process] [subtask-id=14] [2024/05/06 13:10:36.826 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=7] [step=post-process] [subtask-id=14] [takeTime=8.357656ms] [] [2024/05/06 13:10:36.826 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=7] [step=post-process] [subtask-id=14] [groupId=-1] [size=152] [kvs=4] [checksum=9534713575869581377] [2024/05/06 13:10:36.826 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=7] [step=post-process] [subtask-id=14] [checksum="{cksum=9534713575869581377,size=152,kvs=4}"] [2024/05/06 13:10:36.826 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=7] [step=post-process] [subtask-id=14] [weight=30] [2024/05/06 13:10:36.826 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=7] [step=post-process] [subtask-id=14] [concurrency=15] [2024/05/06 13:10:36.831 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=158] [physicalTableID=158] [indexID=-1] [checksum=9534713575869581377] [totalKvs=4] [totalBytes=152] [2024/05/06 13:10:36.832 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=7] [step=post-process] [subtask-id=14] [local="{cksum=9534713575869581377,size=152,kvs=4}"] [2024/05/06 13:10:36.832 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=7] [step=post-process] [subtask-id=14] [takeTime=13.975325ms] [] [2024/05/06 13:10:36.832 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=7] [step=post-process] [subtask-id=14] [takeTime=14.192422ms] [] [2024/05/06 13:10:36.878 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=7] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=109.425372ms] [] [2024/05/06 13:10:36.901 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=7] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 13:10:36.902 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=7] [step=post-process] [state=running] [] [2024/05/06 13:10:36.904 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=7] [2024/05/06 13:10:36.946 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=7] [type=ImportInto] [2024/05/06 13:10:36.981 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=7] [2024/05/06 13:10:36.998 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 1.590896786\n# Parse_time: 0.001201939\n# Compile_time: 0.00151536\n# Rewrite_time: 0.000292931\n# Optimize_time: 0.001266525\n# Wait_TS: 0\n# DB: write_after_import\n# Is_internal: false\n# Digest: 2151a8f4fc4821c35c9e69ec11b64682fe15dd1bf9a02fb5753a416004d4f9c9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS41OXMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS41OXMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `write_after_import`.`t` FROM 'gs://write_after_import/*.csv?endpoint=http://127.0.0.1:4443/storage/v1/';"] [2024/05/06 13:10:37.011 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 13:10:37.011 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=7] === RUN TestImportInto/TestWriteAfterImportFromFile/case-7 current case CREATE TABLE t (id int, v varchar(64)) AUTO_ID_CACHE 1 [2024/05/06 13:10:37.033 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=99] [cur_db=write_after_import] [sql="drop table if exists t;"] [user=] [2024/05/06 13:10:37.109 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:160, Type:drop table, State:queueing, SchemaState:public, SchemaID:138, TableID:158, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:37.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:37.109 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:160, Type:drop table, State:queueing, SchemaState:public, SchemaID:138, TableID:158, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:37.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 13:10:37.136 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 13:10:37.197 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=160] [conn=2] [category=ddl] [job="ID:160, Type:drop table, State:queueing, SchemaState:public, SchemaID:138, TableID:158, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:37.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:37.230 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=99] [neededSchemaVersion=100] ["start time"=305.437µs] [gotSchemaVersion=100] [phyTblIDs="[158]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:37.242 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=160] [version=100] [2024/05/06 13:10:37.279 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=100] ["take time"=53.168967ms] [job="ID:160, Type:drop table, State:running, SchemaState:write only, SchemaID:138, TableID:158, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:37.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:37.351 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=160] [conn=2] [category=ddl] [job="ID:160, Type:drop table, State:running, SchemaState:write only, SchemaID:138, TableID:158, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:37.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:37.380 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=100] [neededSchemaVersion=101] ["start time"=252.332µs] [gotSchemaVersion=101] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:37.393 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=160] [version=101] [2024/05/06 13:10:37.430 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=101] ["take time"=54.112263ms] [job="ID:160, Type:drop table, State:running, SchemaState:delete only, SchemaID:138, TableID:158, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:37.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:37.467 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=160] [conn=2] [category=ddl] [job="ID:160, Type:drop table, State:running, SchemaState:delete only, SchemaID:138, TableID:158, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:37.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:38.747 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 138, Old Table ID: 158, Old Table Name: t"] [2024/05/06 13:10:38.789 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=101] [neededSchemaVersion=102] ["start time"=259.214µs] [gotSchemaVersion=102] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:38.800 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=160] [version=102] [2024/05/06 13:10:38.851 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=102] ["take time"=66.013398ms] [job="ID:160, Type:drop table, State:done, SchemaState:none, SchemaID:138, TableID:158, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:37.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:38.914 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=160] [tableIDs="[158]"] [comment="drop table: table ID"] [2024/05/06 13:10:38.925 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=160] [jobType="drop table"] [2024/05/06 13:10:38.929 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=160] [conn=2] [job="ID:160, Type:drop table, State:synced, SchemaState:none, SchemaID:138, TableID:158, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:37.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:38.989 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=160] [2024/05/06 13:10:38.990 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:38.993 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 1.961669528\n# Parse_time: 0.000612417\n# Compile_time: 0.000828117\n# Rewrite_time: 0.000009048\n# Optimize_time: 0.00112132\n# Wait_TS: 0.000458618\n# DB: write_after_import\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] [2024/05/06 13:10:38.995 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=102] [cur_db=write_after_import] [sql="CREATE TABLE t (id int, v varchar(64)) AUTO_ID_CACHE 1"] [user=] [2024/05/06 13:10:39.037 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:162, Type:create table, State:queueing, SchemaState:none, SchemaID:138, TableID:161, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:38.993 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:39.037 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:162, Type:create table, State:queueing, SchemaState:none, SchemaID:138, TableID:161, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:38.993 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t (id int, v varchar(64)) AUTO_ID_CACHE 1"] [2024/05/06 13:10:39.107 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=162] [conn=2] [category=ddl] [job="ID:162, Type:create table, State:queueing, SchemaState:none, SchemaID:138, TableID:161, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:38.993 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:39.115 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 138, Table ID: 161, Table Name: t"] [2024/05/06 13:10:39.166 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=102] [neededSchemaVersion=103] ["start time"=2.453402ms] [gotSchemaVersion=103] [phyTblIDs="[161]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:10:39.179 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=162] [version=103] [2024/05/06 13:10:39.215 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=103] ["take time"=53.891435ms] [job="ID:162, Type:create table, State:done, SchemaState:public, SchemaID:138, TableID:161, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:38.993 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:39.285 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=162] [conn=2] [job="ID:162, Type:create table, State:synced, SchemaState:public, SchemaID:138, TableID:161, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:38.993 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:39.408 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=162] [2024/05/06 13:10:39.408 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:39.412 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.41820947\n# Parse_time: 0.000576797\n# Compile_time: 0.000884718\n# Rewrite_time: 0.000012823\n# Optimize_time: 0.00112132\n# Wait_TS: 0.000409636\n# DB: write_after_import\n# Is_internal: false\n# Digest: c0acd9d1b735e4e56c8c7c6817d5889800ac27d5dd568ff1f00b38cd3e8665fc\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE t (id int, v varchar(64)) AUTO_ID_CACHE 1;"] [2024/05/06 13:10:39.426 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 13:10:39.646 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://write_after_import/*.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 13:10:39.780 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=8] [task-id=8] [data-size=36B] [thread-cnt=26] [global-sort=false] [2024/05/06 13:10:39.826 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=8] [2024/05/06 13:10:39.827 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=8] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=26] [2024/05/06 13:10:39.935 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=8] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 13:10:39.937 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=8] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 13:10:39.938 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=8] [curr-step=init] [next-step=import] [2024/05/06 13:10:39.957 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 13:10:39.961 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 13:10:39.961 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=36] [2024/05/06 13:10:39.961 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=2] [MaxChunkSize=268435456] [RegionsCount=2] [BatchSize=36] [cost=113.593µs] [2024/05/06 13:10:39.961 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=302.387µs] [] [2024/05/06 13:10:39.961 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=8] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 13:10:39.961 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=8] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=26] [subtasks=1] [2024/05/06 13:10:40.082 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=8] [mode=Import] [2024/05/06 13:10:40.104 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=8] [2024/05/06 13:10:40.137 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=8] [type=ImportInto] [remaining-slots=26] [2024/05/06 13:10:40.217 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=8] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 13:10:40.218 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=8] [step=import] [2024/05/06 13:10:40.219 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 13:10:40.228 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 13:10:40.228 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365872728081621462] [2024/05/06 13:10:40.228 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:40.229 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 13:10:40.230 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:40.230 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 13:10:40.230 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:40.230 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 13:10:40.230 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:40.245 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 13:10:40.247 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 13:10:40.247 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 13:10:40.247 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=8] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 13:10:40.247 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=8] [disk-quota=348.5GiB] [2024/05/06 13:10:40.287 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=8] [step=import] [subtask-id=15] [2024/05/06 13:10:40.291 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [2024/05/06 13:10:40.295 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:40.296 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=161] [2024/05/06 13:10:40.296 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=161] [2024/05/06 13:10:40.349 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=161] [key=1.csv:0] [2024/05/06 13:10:40.353 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=161] [key=1.csv:0] [readDur=1.204199ms] [encodeDur=1.526009ms] [checksum="{cksum=1363779544899807388,size=76,kvs=2}"] [deliverDur=306.4µs] [type=file] [takeTime=3.446326ms] [] [2024/05/06 13:10:40.353 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=161] [key=2.csv:0] [2024/05/06 13:10:40.354 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=76] [kvs=2] [files=1] [sstFileSize=982] [file=/tmp/tidb/import-4000/8/d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5.sst/2b0fa297-86b8-4536-984f-ed6925d73dcc.sst] [firstKey=7480000000000000A15F728000000000000001] [lastKey=7480000000000000A15F728000000000000002] [2024/05/06 13:10:40.355 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=161] [key=2.csv:0] [readDur=854.964µs] [encodeDur=1.045058ms] [checksum="{cksum=10862406597896790237,size=76,kvs=2}"] [deliverDur=226.024µs] [type=file] [takeTime=2.394221ms] [] [2024/05/06 13:10:40.356 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=76] [kvs=2] [files=1] [sstFileSize=982] [file=/tmp/tidb/import-4000/8/d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5.sst/78864f3b-83f6-43d6-b03f-988994349fe7.sst] [firstKey=7480000000000000A15F72800000000000000A] [lastKey=7480000000000000A15F72800000000000000B] [2024/05/06 13:10:40.356 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=8] [step=import] [subtask-id=15] [takeTime=69.040208ms] [] [2024/05/06 13:10:40.356 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=8] [step=import] [engine-id=0] [2024/05/06 13:10:40.356 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=8] [step=import] [engine-id=0] [2024/05/06 13:10:40.356 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [2024/05/06 13:10:40.358 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [takeTime=2.002399ms] [] [2024/05/06 13:10:40.359 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [retryCnt=0] [2024/05/06 13:10:40.363 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:10:40.386 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] ["region ranges"=1] [count=4] [size=152] [2024/05/06 13:10:40.386 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:10:40.401 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [size=152] [kvs=4] [importedSize=152] [importedCount=4] [2024/05/06 13:10:40.403 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [retryCnt=0] [takeTime=44.051623ms] [] [2024/05/06 13:10:40.403 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [2024/05/06 13:10:40.404 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [takeTime=1.08611ms] [] [2024/05/06 13:10:40.404 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=8] [step=import] [engine-id=0] [2024/05/06 13:10:40.404 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:40.406 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=1.646731ms] [] [2024/05/06 13:10:40.406 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [2024/05/06 13:10:40.406 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:40.406 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [takeTime=59.535µs] [] [2024/05/06 13:10:40.406 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:40.407 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=836.64µs] [] [2024/05/06 13:10:40.449 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=8] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 13:10:40.450 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=8] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 13:10:40.451 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=8] [curr-step=import] [next-step=post-process] [2024/05/06 13:10:40.451 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=8] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 13:10:40.458 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=8] [step=import] [2024/05/06 13:10:40.461 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:40.462 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 13:10:40.461 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 13:10:40.461 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 13:10:40.461 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:40.462 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 13:10:40.462 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:40.462 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 13:10:40.462 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:40.462 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:40.462 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:40.462 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:40.462 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 13:10:40.464 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 13:10:40.464 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:40.464 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:40.464 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:40.464 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:40.464 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=8] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=247.010395ms] [] [2024/05/06 13:10:40.525 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=8] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":4,\"ColSizeMap\":{\"1\":4,\"2\":28}}"] [2024/05/06 13:10:40.526 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=8] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 13:10:40.527 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=8] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=26] [subtasks=1] [2024/05/06 13:10:40.724 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=8] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 13:10:40.775 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=8] [step=post-process] [subtask-id=16] [2024/05/06 13:10:40.775 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=8] [step=post-process] [subtask-id=16] [2024/05/06 13:10:40.775 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=8] [step=post-process] [subtask-id=16] [2024/05/06 13:10:40.782 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=8] [step=post-process] [subtask-id=16] [takeTime=6.501274ms] [] [2024/05/06 13:10:40.782 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=8] [step=post-process] [subtask-id=16] [groupId=-1] [size=152] [kvs=4] [checksum=9534713575869581377] [2024/05/06 13:10:40.782 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=8] [step=post-process] [subtask-id=16] [checksum="{cksum=9534713575869581377,size=152,kvs=4}"] [2024/05/06 13:10:40.782 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=8] [step=post-process] [subtask-id=16] [weight=30] [2024/05/06 13:10:40.782 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=8] [step=post-process] [subtask-id=16] [concurrency=15] [2024/05/06 13:10:40.786 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=161] [physicalTableID=161] [indexID=-1] [checksum=9534713575869581377] [totalKvs=4] [totalBytes=152] [2024/05/06 13:10:40.787 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=8] [step=post-process] [subtask-id=16] [local="{cksum=9534713575869581377,size=152,kvs=4}"] [2024/05/06 13:10:40.787 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=8] [step=post-process] [subtask-id=16] [takeTime=11.759288ms] [] [2024/05/06 13:10:40.787 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=8] [step=post-process] [subtask-id=16] [takeTime=11.98236ms] [] [2024/05/06 13:10:40.829 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=8] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=105.031425ms] [] [2024/05/06 13:10:40.848 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=8] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 13:10:40.848 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=8] [step=post-process] [state=running] [] [2024/05/06 13:10:40.851 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=8] [2024/05/06 13:10:40.912 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=8] [type=ImportInto] [2024/05/06 13:10:40.933 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=8] [2024/05/06 13:10:40.957 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 13:10:40.957 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=8] [2024/05/06 13:10:41.063 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 1.650036773\n# Parse_time: 0.000456094\n# Compile_time: 0.001245974\n# Rewrite_time: 0.000318586\n# Optimize_time: 0.00112132\n# Wait_TS: 0\n# DB: write_after_import\n# Is_internal: false\n# Digest: 2151a8f4fc4821c35c9e69ec11b64682fe15dd1bf9a02fb5753a416004d4f9c9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS42NXMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS42NXMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `write_after_import`.`t` FROM 'gs://write_after_import/*.csv?endpoint=http://127.0.0.1:4443/storage/v1/';"] === RUN TestImportInto/TestWriteAfterImportFromFile/case-8 current case CREATE TABLE t (id int PRIMARY KEY NONCLUSTERED, v varchar(64)) [2024/05/06 13:10:41.075 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=103] [cur_db=write_after_import] [sql="drop table if exists t;"] [user=] [2024/05/06 13:10:41.086 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 13:10:41.110 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:163, Type:drop table, State:queueing, SchemaState:public, SchemaID:138, TableID:161, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:41.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 13:10:41.111 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:163, Type:drop table, State:queueing, SchemaState:public, SchemaID:138, TableID:161, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:41.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:41.157 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=163] [conn=2] [category=ddl] [job="ID:163, Type:drop table, State:queueing, SchemaState:public, SchemaID:138, TableID:161, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:41.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:41.193 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=103] [neededSchemaVersion=104] ["start time"=341.309µs] [gotSchemaVersion=104] [phyTblIDs="[161]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:41.204 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=163] [version=104] [2024/05/06 13:10:41.241 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=104] ["take time"=53.266862ms] [job="ID:163, Type:drop table, State:running, SchemaState:write only, SchemaID:138, TableID:161, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:41.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:41.313 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=163] [conn=2] [category=ddl] [job="ID:163, Type:drop table, State:running, SchemaState:write only, SchemaID:138, TableID:161, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:41.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:41.343 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=104] [neededSchemaVersion=105] ["start time"=226.208µs] [gotSchemaVersion=105] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:41.354 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=163] [version=105] [2024/05/06 13:10:41.392 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=105] ["take time"=53.026559ms] [job="ID:163, Type:drop table, State:running, SchemaState:delete only, SchemaID:138, TableID:161, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:41.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:41.460 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=163] [conn=2] [category=ddl] [job="ID:163, Type:drop table, State:running, SchemaState:delete only, SchemaID:138, TableID:161, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:41.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:41.470 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 138, Old Table ID: 161, Old Table Name: t"] [2024/05/06 13:10:41.518 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=105] [neededSchemaVersion=106] ["start time"=274.846µs] [gotSchemaVersion=106] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:41.529 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=163] [version=106] [2024/05/06 13:10:41.567 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=106] ["take time"=53.444809ms] [job="ID:163, Type:drop table, State:done, SchemaState:none, SchemaID:138, TableID:161, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:41.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:41.637 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=163] [tableIDs="[161]"] [comment="drop table: table ID"] [2024/05/06 13:10:41.647 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=163] [jobType="drop table"] [2024/05/06 13:10:41.650 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=163] [conn=2] [job="ID:163, Type:drop table, State:synced, SchemaState:none, SchemaID:138, TableID:161, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:41.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:41.707 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=163] [2024/05/06 13:10:41.707 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:41.711 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.636869828\n# Parse_time: 0.000534926\n# Compile_time: 0.000702032\n# Rewrite_time: 0.000010674\n# Optimize_time: 0.001026345\n# Wait_TS: 0.000463745\n# DB: write_after_import\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] [2024/05/06 13:10:41.713 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=106] [cur_db=write_after_import] [sql="CREATE TABLE t (id int PRIMARY KEY NONCLUSTERED, v varchar(64))"] [user=] [2024/05/06 13:10:41.756 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:165, Type:create table, State:queueing, SchemaState:none, SchemaID:138, TableID:164, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:41.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:41.756 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:165, Type:create table, State:queueing, SchemaState:none, SchemaID:138, TableID:164, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:41.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t (id int PRIMARY KEY NONCLUSTERED, v varchar(64))"] [2024/05/06 13:10:41.819 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=165] [conn=2] [category=ddl] [job="ID:165, Type:create table, State:queueing, SchemaState:none, SchemaID:138, TableID:164, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:41.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:41.827 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 138, Table ID: 164, Table Name: t"] [2024/05/06 13:10:41.931 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=106] [neededSchemaVersion=107] ["start time"=2.936448ms] [gotSchemaVersion=107] [phyTblIDs="[164]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:10:41.944 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=165] [version=107] [2024/05/06 13:10:41.973 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=107] ["take time"=53.318408ms] [job="ID:165, Type:create table, State:done, SchemaState:public, SchemaID:138, TableID:164, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:41.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:42.048 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=165] [conn=2] [job="ID:165, Type:create table, State:synced, SchemaState:public, SchemaID:138, TableID:164, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:41.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:42.097 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=165] [2024/05/06 13:10:42.097 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:42.100 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.389346612\n# Parse_time: 0.000992001\n# Compile_time: 0.001153522\n# Rewrite_time: 0.000011111\n# Optimize_time: 0.001026345\n# Wait_TS: 0.000325541\n# DB: write_after_import\n# Is_internal: false\n# Digest: c1243c00b7c2a501a26d652ae292f8c2e4063ab1729fc0f04d77dabab4fe6dde\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE t (id int PRIMARY KEY NONCLUSTERED, v varchar(64));"] [2024/05/06 13:10:42.114 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 13:10:42.336 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://write_after_import/*.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 13:10:42.423 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=9] [task-id=9] [data-size=36B] [thread-cnt=26] [global-sort=false] [2024/05/06 13:10:42.460 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=9] [2024/05/06 13:10:42.460 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=9] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=26] [2024/05/06 13:10:42.567 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=9] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 13:10:42.569 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=9] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 13:10:42.570 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=9] [curr-step=init] [next-step=import] [2024/05/06 13:10:42.589 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 13:10:42.592 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 13:10:42.592 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=36] [2024/05/06 13:10:42.592 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=2] [MaxChunkSize=268435456] [RegionsCount=2] [BatchSize=36] [cost=118.467µs] [2024/05/06 13:10:42.592 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=231.034µs] [] [2024/05/06 13:10:42.592 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=9] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 13:10:42.592 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=9] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=26] [subtasks=1] [2024/05/06 13:10:42.750 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=9] [mode=Import] [2024/05/06 13:10:42.770 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=9] [2024/05/06 13:10:42.776 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=9] [type=ImportInto] [remaining-slots=26] [2024/05/06 13:10:42.823 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=9] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 13:10:42.824 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=9] [step=import] [2024/05/06 13:10:42.825 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 13:10:42.835 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 13:10:42.835 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365872728081621462] [2024/05/06 13:10:42.836 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:42.836 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 13:10:42.837 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:42.837 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:42.837 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 13:10:42.837 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 13:10:42.837 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:42.855 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 13:10:42.856 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 13:10:42.856 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 13:10:42.856 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=9] [step=import] [data=236.3MiB] [per-index=78.77MiB] [2024/05/06 13:10:42.856 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=9] [disk-quota=348.5GiB] [2024/05/06 13:10:42.911 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=9] [step=import] [subtask-id=17] [2024/05/06 13:10:42.916 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [2024/05/06 13:10:42.920 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:42.920 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=164] [2024/05/06 13:10:42.920 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=164] [2024/05/06 13:10:42.982 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=164] [key=1.csv:0] [2024/05/06 13:10:42.993 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=164] [key=1.csv:0] [readDur=1.58302ms] [encodeDur=1.873753ms] [checksum="{cksum=3543191561364936534,size=148,kvs=4}"] [deliverDur=5.896946ms] [type=file] [takeTime=9.941252ms] [] [2024/05/06 13:10:42.994 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=164] [key=2.csv:0] [2024/05/06 13:10:42.994 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=76] [kvs=2] [files=1] [sstFileSize=982] [file=/tmp/tidb/import-4000/9/d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5.sst/594c2a49-43b6-49af-8292-1a96b691654b.sst] [firstKey=7480000000000000A45F728000000000000001] [lastKey=7480000000000000A45F728000000000000002] [2024/05/06 13:10:42.997 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=164] [key=2.csv:0] [readDur=1.261489ms] [encodeDur=1.355306ms] [checksum="{cksum=4755199630144978764,size=148,kvs=4}"] [deliverDur=323.418µs] [type=file] [takeTime=3.315888ms] [] [2024/05/06 13:10:42.999 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=9] [step=import] [subtask-id=17] [takeTime=87.530933ms] [] [2024/05/06 13:10:42.999 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=76] [kvs=2] [files=1] [sstFileSize=982] [file=/tmp/tidb/import-4000/9/d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5.sst/fa4f24ba-a420-4199-96f4-b70c9b4a8eca.sst] [firstKey=7480000000000000A45F72800000000000000A] [lastKey=7480000000000000A45F72800000000000000B] [2024/05/06 13:10:42.999 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=9] [step=import] [engine-id=0] [2024/05/06 13:10:42.999 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=9] [step=import] [engine-id=0] [2024/05/06 13:10:42.999 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [2024/05/06 13:10:43.001 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [takeTime=1.890213ms] [] [2024/05/06 13:10:43.001 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [retryCnt=0] [2024/05/06 13:10:43.006 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:10:43.028 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] ["region ranges"=1] [count=4] [size=152] [2024/05/06 13:10:43.028 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:10:43.043 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [size=152] [kvs=4] [importedSize=152] [importedCount=4] [2024/05/06 13:10:43.045 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [retryCnt=0] [takeTime=44.043327ms] [] [2024/05/06 13:10:43.045 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [2024/05/06 13:10:43.046 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [takeTime=1.208036ms] [] [2024/05/06 13:10:43.046 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=9] [step=import] [engine-id=0] [2024/05/06 13:10:43.046 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:43.048 +00:00] [INFO] [engine.go:1644] ["compact sst"] [category=ddl-ingest] [fileCount=2] [size=144] [count=4] [cost=1.453414ms] [file=/tmp/tidb/import-4000/9/630083e6-fc50-5cd2-8645-c17b147197ce.sst/dc2a0643-1046-4603-89d1-00b7ab6bd4ea.sst] [2024/05/06 13:10:43.048 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=144] [kvs=4] [files=1] [sstFileSize=1002] [file=/tmp/tidb/import-4000/9/630083e6-fc50-5cd2-8645-c17b147197ce.sst/dc2a0643-1046-4603-89d1-00b7ab6bd4ea.sst] [firstKey=7480000000000000A45F698000000000000001038000000000000004] [lastKey=7480000000000000A45F698000000000000001038000000000000007] [2024/05/06 13:10:43.051 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=4.095112ms] [] [2024/05/06 13:10:43.051 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [2024/05/06 13:10:43.055 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:10:43.077 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=630083e6-fc50-5cd2-8645-c17b147197ce] ["region ranges"=1] [count=4] [size=144] [2024/05/06 13:10:43.077 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:10:43.092 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=630083e6-fc50-5cd2-8645-c17b147197ce] [size=144] [kvs=4] [importedSize=144] [importedCount=4] [2024/05/06 13:10:43.093 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [takeTime=42.429677ms] [] [2024/05/06 13:10:43.093 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:43.094 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=1.058566ms] [] [2024/05/06 13:10:43.152 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=9] [step=import] [2024/05/06 13:10:43.157 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:43.157 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 13:10:43.157 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 13:10:43.157 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 13:10:43.157 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 13:10:43.157 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:43.157 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 13:10:43.157 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:43.157 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:43.157 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:43.157 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:43.157 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:43.157 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 13:10:43.159 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 13:10:43.159 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:43.159 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:43.159 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:43.159 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:43.159 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=9] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=336.036526ms] [] [2024/05/06 13:10:43.217 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=9] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 13:10:43.218 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=9] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 13:10:43.220 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=9] [curr-step=import] [next-step=post-process] [2024/05/06 13:10:43.220 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=9] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 13:10:43.290 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=9] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":4,\"ColSizeMap\":{\"1\":4,\"2\":28}}"] [2024/05/06 13:10:43.292 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=9] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 13:10:43.292 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=9] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=26] [subtasks=1] [2024/05/06 13:10:43.447 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=9] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 13:10:43.494 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=9] [step=post-process] [subtask-id=18] [2024/05/06 13:10:43.494 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=9] [step=post-process] [subtask-id=18] [2024/05/06 13:10:43.494 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=9] [step=post-process] [subtask-id=18] [2024/05/06 13:10:43.502 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=9] [step=post-process] [subtask-id=18] [takeTime=7.639912ms] [] [2024/05/06 13:10:43.502 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=9] [step=post-process] [subtask-id=18] [groupId=-1] [size=152] [kvs=4] [checksum=9534713575869581377] [2024/05/06 13:10:43.502 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=9] [step=post-process] [subtask-id=18] [groupId=1] [size=144] [kvs=4] [checksum=17619267392293085275] [2024/05/06 13:10:43.502 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=9] [step=post-process] [subtask-id=18] [checksum="{cksum=8130735849710921754,size=296,kvs=8}"] [2024/05/06 13:10:43.502 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=9] [step=post-process] [subtask-id=18] [weight=30] [2024/05/06 13:10:43.503 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=9] [step=post-process] [subtask-id=18] [concurrency=15] [2024/05/06 13:10:43.511 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=164] [physicalTableID=164] [indexID=-1] [checksum=9534713575869581377] [totalKvs=4] [totalBytes=152] [2024/05/06 13:10:43.513 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=164] [physicalTableID=164] [indexID=1] [checksum=17619267392293085275] [totalKvs=4] [totalBytes=144] [2024/05/06 13:10:43.513 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=9] [step=post-process] [subtask-id=18] [local="{cksum=8130735849710921754,size=296,kvs=8}"] [2024/05/06 13:10:43.513 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=9] [step=post-process] [subtask-id=18] [takeTime=18.894189ms] [] [2024/05/06 13:10:43.513 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=9] [step=post-process] [subtask-id=18] [takeTime=19.073492ms] [] [2024/05/06 13:10:43.593 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=9] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=145.161138ms] [] [2024/05/06 13:10:43.610 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=9] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 13:10:43.610 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=9] [step=post-process] [state=running] [] [2024/05/06 13:10:43.613 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=9] [2024/05/06 13:10:43.666 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=9] [2024/05/06 13:10:43.684 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=9] [type=ImportInto] [2024/05/06 13:10:43.697 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 13:10:43.697 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=9] [2024/05/06 13:10:43.782 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 13:10:43.865 +00:00] [INFO] [manager.go:354] ["get owner"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager 6a85c845-ad48-46bc-a947-13a19f4d9e60"] ["owner key"=/tidb/br-stream/owner/22318f4e04c6fc0f] [ownerID=6a85c845-ad48-46bc-a947-13a19f4d9e60] [op=none] [2024/05/06 13:10:44.005 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 1.90297081\n# Parse_time: 0.00043352\n# Compile_time: 0.001123358\n# Rewrite_time: 0.000201774\n# Optimize_time: 0.001026345\n# Wait_TS: 0\n# DB: write_after_import\n# Is_internal: false\n# Digest: 2151a8f4fc4821c35c9e69ec11b64682fe15dd1bf9a02fb5753a416004d4f9c9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LKwwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS45cywgbG9vcHM6MglOL0EJTi9BCg==')\n# Binary_plan: tidb_decode_binary_plan('R8gKQwoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaEnRpbWU6MS45cywgbG9vcHM6MnD///8JAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `write_after_import`.`t` FROM 'gs://write_after_import/*.csv?endpoint=http://127.0.0.1:4443/storage/v1/';"] === RUN TestImportInto/TestWriteAfterImportFromFile/case-9 current case CREATE TABLE t (id int PRIMARY KEY NONCLUSTERED, v varchar(64)) AUTO_ID_CACHE 1 [2024/05/06 13:10:44.038 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=107] [cur_db=write_after_import] [sql="drop table if exists t;"] [user=] [2024/05/06 13:10:44.065 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:166, Type:drop table, State:queueing, SchemaState:public, SchemaID:138, TableID:164, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:44.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:44.065 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:166, Type:drop table, State:queueing, SchemaState:public, SchemaID:138, TableID:164, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:44.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 13:10:44.119 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=166] [conn=2] [category=ddl] [job="ID:166, Type:drop table, State:queueing, SchemaState:public, SchemaID:138, TableID:164, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:44.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:44.150 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=107] [neededSchemaVersion=108] ["start time"=279.978µs] [gotSchemaVersion=108] [phyTblIDs="[164]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:44.162 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=166] [version=108] [2024/05/06 13:10:44.199 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=108] ["take time"=53.333416ms] [job="ID:166, Type:drop table, State:running, SchemaState:write only, SchemaID:138, TableID:164, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:44.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:44.236 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=166] [conn=2] [category=ddl] [job="ID:166, Type:drop table, State:running, SchemaState:write only, SchemaID:138, TableID:164, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:44.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:44.268 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=108] [neededSchemaVersion=109] ["start time"=251.177µs] [gotSchemaVersion=109] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:44.280 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=166] [version=109] [2024/05/06 13:10:44.317 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=109] ["take time"=52.887759ms] [job="ID:166, Type:drop table, State:running, SchemaState:delete only, SchemaID:138, TableID:164, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:44.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:44.355 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=166] [conn=2] [category=ddl] [job="ID:166, Type:drop table, State:running, SchemaState:delete only, SchemaID:138, TableID:164, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:44.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:44.365 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 138, Old Table ID: 164, Old Table Name: t"] [2024/05/06 13:10:44.407 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=109] [neededSchemaVersion=110] ["start time"=308.348µs] [gotSchemaVersion=110] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:44.418 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=166] [version=110] [2024/05/06 13:10:44.455 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=110] ["take time"=52.762954ms] [job="ID:166, Type:drop table, State:done, SchemaState:none, SchemaID:138, TableID:164, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:44.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:44.569 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=166] [tableIDs="[164]"] [comment="drop table: table ID"] [2024/05/06 13:10:44.578 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=166] [jobType="drop table"] [2024/05/06 13:10:44.582 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=166] [conn=2] [job="ID:166, Type:drop table, State:synced, SchemaState:none, SchemaID:138, TableID:164, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:44.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:44.645 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=166] [2024/05/06 13:10:44.645 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:44.649 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.611739592\n# Parse_time: 0.000486267\n# Compile_time: 0.00068774\n# Rewrite_time: 0.000012463\n# Optimize_time: 0.001492163\n# Wait_TS: 0.000408236\n# DB: write_after_import\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] [2024/05/06 13:10:44.651 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=110] [cur_db=write_after_import] [sql="CREATE TABLE t (id int PRIMARY KEY NONCLUSTERED, v varchar(64)) AUTO_ID_CACHE 1"] [user=] [2024/05/06 13:10:44.715 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:168, Type:create table, State:queueing, SchemaState:none, SchemaID:138, TableID:167, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:44.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:44.715 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:168, Type:create table, State:queueing, SchemaState:none, SchemaID:138, TableID:167, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:44.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t (id int PRIMARY KEY NONCLUSTERED, v varchar(64)) AUTO_ID_CACHE 1"] [2024/05/06 13:10:44.764 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=168] [conn=2] [category=ddl] [job="ID:168, Type:create table, State:queueing, SchemaState:none, SchemaID:138, TableID:167, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:44.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:44.773 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 138, Table ID: 167, Table Name: t"] [2024/05/06 13:10:44.844 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=110] [neededSchemaVersion=111] ["start time"=2.552512ms] [gotSchemaVersion=111] [phyTblIDs="[167]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:10:44.859 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=168] [version=111] [2024/05/06 13:10:44.890 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=111] ["take time"=52.881815ms] [job="ID:168, Type:create table, State:done, SchemaState:public, SchemaID:138, TableID:167, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:44.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:44.997 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=168] [conn=2] [job="ID:168, Type:create table, State:synced, SchemaState:public, SchemaID:138, TableID:167, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:44.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:45.039 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=168] [2024/05/06 13:10:45.039 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:45.043 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.393455044\n# Parse_time: 0.001070974\n# Compile_time: 0.001058314\n# Rewrite_time: 0.000035139\n# Optimize_time: 0.001492163\n# Wait_TS: 0.000403063\n# DB: write_after_import\n# Is_internal: false\n# Digest: 4f931f6c009339ec161ef7b743ec5cd686b17cf8d9545d96f1abd4aa0a9c18f2\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE t (id int PRIMARY KEY NONCLUSTERED, v varchar(64)) AUTO_ID_CACHE 1;"] [2024/05/06 13:10:45.058 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 13:10:45.263 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://write_after_import/*.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 13:10:45.397 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=10] [task-id=10] [data-size=36B] [thread-cnt=26] [global-sort=false] [2024/05/06 13:10:45.448 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=10] [2024/05/06 13:10:45.448 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=10] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=26] [2024/05/06 13:10:45.555 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=10] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 13:10:45.556 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=10] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 13:10:45.557 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=10] [curr-step=init] [next-step=import] [2024/05/06 13:10:45.578 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 13:10:45.581 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 13:10:45.581 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=36] [2024/05/06 13:10:45.581 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=2] [MaxChunkSize=268435456] [RegionsCount=2] [BatchSize=36] [cost=86.716µs] [2024/05/06 13:10:45.582 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=237.497µs] [] [2024/05/06 13:10:45.582 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=10] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 13:10:45.582 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=10] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=26] [subtasks=1] [2024/05/06 13:10:45.717 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=10] [mode=Import] [2024/05/06 13:10:45.738 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=10] [2024/05/06 13:10:45.761 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=10] [type=ImportInto] [remaining-slots=26] [2024/05/06 13:10:45.842 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=10] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 13:10:45.844 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=10] [step=import] [2024/05/06 13:10:45.844 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 13:10:45.853 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 13:10:45.853 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365872728081621462] [2024/05/06 13:10:45.854 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:45.854 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 13:10:45.855 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:45.855 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:45.855 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 13:10:45.855 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 13:10:45.855 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:45.870 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 13:10:45.872 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 13:10:45.872 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 13:10:45.872 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=10] [step=import] [data=236.3MiB] [per-index=78.77MiB] [2024/05/06 13:10:45.872 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=10] [disk-quota=348.5GiB] [2024/05/06 13:10:45.920 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=10] [step=import] [subtask-id=19] [2024/05/06 13:10:45.924 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [2024/05/06 13:10:45.928 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:45.929 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=167] [2024/05/06 13:10:45.929 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=167] [2024/05/06 13:10:45.963 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=167] [key=1.csv:0] [2024/05/06 13:10:45.964 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=167] [key=2.csv:0] [2024/05/06 13:10:45.967 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=167] [key=1.csv:0] [readDur=1.461866ms] [encodeDur=1.079984ms] [checksum="{cksum=3543191561364936534,size=148,kvs=4}"] [deliverDur=454.722µs] [type=file] [takeTime=3.481482ms] [] [2024/05/06 13:10:45.967 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=167] [key=2.csv:0] [readDur=960.377µs] [encodeDur=1.400941ms] [checksum="{cksum=4755199630144978764,size=148,kvs=4}"] [deliverDur=426.841µs] [type=file] [takeTime=3.173456ms] [] [2024/05/06 13:10:45.968 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=76] [kvs=2] [files=1] [sstFileSize=982] [file=/tmp/tidb/import-4000/10/d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5.sst/4fa1c2d2-02b5-4229-b856-f51096d3c1cb.sst] [firstKey=7480000000000000A75F728000000000000001] [lastKey=7480000000000000A75F728000000000000002] [2024/05/06 13:10:45.969 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=10] [step=import] [subtask-id=19] [takeTime=48.79568ms] [] [2024/05/06 13:10:45.969 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=10] [step=import] [engine-id=0] [2024/05/06 13:10:45.969 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=10] [step=import] [engine-id=0] [2024/05/06 13:10:45.969 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [2024/05/06 13:10:45.969 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=76] [kvs=2] [files=1] [sstFileSize=982] [file=/tmp/tidb/import-4000/10/d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5.sst/7f08868e-1c0f-4694-9185-dca94ada2e4a.sst] [firstKey=7480000000000000A75F72800000000000000A] [lastKey=7480000000000000A75F72800000000000000B] [2024/05/06 13:10:45.972 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [takeTime=2.559051ms] [] [2024/05/06 13:10:45.972 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [retryCnt=0] [2024/05/06 13:10:45.976 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:10:45.998 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] ["region ranges"=1] [count=4] [size=152] [2024/05/06 13:10:45.999 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:10:46.014 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [size=152] [kvs=4] [importedSize=152] [importedCount=4] [2024/05/06 13:10:46.016 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [retryCnt=0] [takeTime=44.186198ms] [] [2024/05/06 13:10:46.016 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [2024/05/06 13:10:46.017 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [takeTime=1.230399ms] [] [2024/05/06 13:10:46.017 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=10] [step=import] [engine-id=0] [2024/05/06 13:10:46.017 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:46.019 +00:00] [INFO] [engine.go:1644] ["compact sst"] [category=ddl-ingest] [fileCount=2] [size=144] [count=4] [cost=1.289209ms] [file=/tmp/tidb/import-4000/10/630083e6-fc50-5cd2-8645-c17b147197ce.sst/67b1f6f8-f44d-429a-aa50-2b4bf4d79805.sst] [2024/05/06 13:10:46.019 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=144] [kvs=4] [files=1] [sstFileSize=1002] [file=/tmp/tidb/import-4000/10/630083e6-fc50-5cd2-8645-c17b147197ce.sst/67b1f6f8-f44d-429a-aa50-2b4bf4d79805.sst] [firstKey=7480000000000000A75F698000000000000001038000000000000004] [lastKey=7480000000000000A75F698000000000000001038000000000000007] [2024/05/06 13:10:46.021 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=3.950664ms] [] [2024/05/06 13:10:46.021 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [2024/05/06 13:10:46.026 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:10:46.048 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=630083e6-fc50-5cd2-8645-c17b147197ce] ["region ranges"=1] [count=4] [size=144] [2024/05/06 13:10:46.048 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:10:46.062 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=630083e6-fc50-5cd2-8645-c17b147197ce] [size=144] [kvs=4] [importedSize=144] [importedCount=4] [2024/05/06 13:10:46.064 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [takeTime=42.209322ms] [] [2024/05/06 13:10:46.064 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:46.065 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=1.161569ms] [] [2024/05/06 13:10:46.110 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=10] [step=import] [2024/05/06 13:10:46.114 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:46.114 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 13:10:46.114 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 13:10:46.114 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 13:10:46.114 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:46.114 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 13:10:46.114 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 13:10:46.114 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:46.114 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:46.115 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:46.115 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:46.115 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:46.115 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 13:10:46.116 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 13:10:46.116 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:46.116 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:46.116 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:46.116 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:46.117 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=10] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=274.380656ms] [] [2024/05/06 13:10:46.168 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=10] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 13:10:46.170 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=10] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 13:10:46.171 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=10] [curr-step=import] [next-step=post-process] [2024/05/06 13:10:46.171 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=10] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 13:10:46.274 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=10] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":4,\"ColSizeMap\":{\"1\":4,\"2\":28}}"] [2024/05/06 13:10:46.276 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=10] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 13:10:46.276 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=10] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=26] [subtasks=1] [2024/05/06 13:10:46.452 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=10] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 13:10:46.504 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=10] [step=post-process] [subtask-id=20] [2024/05/06 13:10:46.504 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=10] [step=post-process] [subtask-id=20] [2024/05/06 13:10:46.504 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=10] [step=post-process] [subtask-id=20] [2024/05/06 13:10:46.511 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=10] [step=post-process] [subtask-id=20] [takeTime=6.927076ms] [] [2024/05/06 13:10:46.511 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=10] [step=post-process] [subtask-id=20] [groupId=-1] [size=152] [kvs=4] [checksum=9534713575869581377] [2024/05/06 13:10:46.511 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=10] [step=post-process] [subtask-id=20] [groupId=1] [size=144] [kvs=4] [checksum=17619267392293085275] [2024/05/06 13:10:46.511 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=10] [step=post-process] [subtask-id=20] [checksum="{cksum=8130735849710921754,size=296,kvs=8}"] [2024/05/06 13:10:46.511 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=10] [step=post-process] [subtask-id=20] [weight=30] [2024/05/06 13:10:46.511 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=10] [step=post-process] [subtask-id=20] [concurrency=15] [2024/05/06 13:10:46.520 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=167] [physicalTableID=167] [indexID=-1] [checksum=9534713575869581377] [totalKvs=4] [totalBytes=152] [2024/05/06 13:10:46.522 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=167] [physicalTableID=167] [indexID=1] [checksum=17619267392293085275] [totalKvs=4] [totalBytes=144] [2024/05/06 13:10:46.523 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=10] [step=post-process] [subtask-id=20] [local="{cksum=8130735849710921754,size=296,kvs=8}"] [2024/05/06 13:10:46.523 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=10] [step=post-process] [subtask-id=20] [takeTime=18.68859ms] [] [2024/05/06 13:10:46.523 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=10] [step=post-process] [subtask-id=20] [takeTime=18.854743ms] [] [2024/05/06 13:10:46.563 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=10] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=110.875757ms] [] [2024/05/06 13:10:46.569 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=10] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 13:10:46.569 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=10] [step=post-process] [state=running] [] [2024/05/06 13:10:46.572 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=10] [2024/05/06 13:10:46.655 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=10] [2024/05/06 13:10:46.664 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=10] [type=ImportInto] [2024/05/06 13:10:46.681 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 13:10:46.682 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=10] [2024/05/06 13:10:46.773 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 13:10:46.951 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 1.907706341\n# Parse_time: 0.000457741\n# Compile_time: 0.001215073\n# Rewrite_time: 0.000271393\n# Optimize_time: 0.001492163\n# Wait_TS: 0\n# DB: write_after_import\n# Is_internal: false\n# Digest: 2151a8f4fc4821c35c9e69ec11b64682fe15dd1bf9a02fb5753a416004d4f9c9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS45MXMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS45MXMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `write_after_import`.`t` FROM 'gs://write_after_import/*.csv?endpoint=http://127.0.0.1:4443/storage/v1/';"] === RUN TestImportInto/TestWriteAfterImportFromFile/case-10 current case CREATE TABLE t (id bigint PRIMARY KEY auto_random, v varchar(64)) [2024/05/06 13:10:46.962 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=111] [cur_db=write_after_import] [sql="drop table if exists t;"] [user=] [2024/05/06 13:10:46.995 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:169, Type:drop table, State:queueing, SchemaState:public, SchemaID:138, TableID:167, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:46.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:46.995 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:169, Type:drop table, State:queueing, SchemaState:public, SchemaID:138, TableID:167, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:46.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 13:10:47.089 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=169] [conn=2] [category=ddl] [job="ID:169, Type:drop table, State:queueing, SchemaState:public, SchemaID:138, TableID:167, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:46.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:47.128 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=111] [neededSchemaVersion=112] ["start time"=386.725µs] [gotSchemaVersion=112] [phyTblIDs="[167]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:47.141 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=169] [version=112] [2024/05/06 13:10:47.176 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=112] ["take time"=53.238694ms] [job="ID:169, Type:drop table, State:running, SchemaState:write only, SchemaID:138, TableID:167, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:46.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:47.252 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=169] [conn=2] [category=ddl] [job="ID:169, Type:drop table, State:running, SchemaState:write only, SchemaID:138, TableID:167, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:46.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:47.283 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=112] [neededSchemaVersion=113] ["start time"=273.825µs] [gotSchemaVersion=113] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:47.295 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=169] [version=113] [2024/05/06 13:10:47.331 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=113] ["take time"=52.255502ms] [job="ID:169, Type:drop table, State:running, SchemaState:delete only, SchemaID:138, TableID:167, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:46.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:47.377 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=169] [conn=2] [category=ddl] [job="ID:169, Type:drop table, State:running, SchemaState:delete only, SchemaID:138, TableID:167, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:46.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:47.387 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 138, Old Table ID: 167, Old Table Name: t"] [2024/05/06 13:10:47.431 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=113] [neededSchemaVersion=114] ["start time"=244.72µs] [gotSchemaVersion=114] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:47.443 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=169] [version=114] [2024/05/06 13:10:47.479 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=114] ["take time"=52.92881ms] [job="ID:169, Type:drop table, State:done, SchemaState:none, SchemaID:138, TableID:167, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:46.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:47.565 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=169] [tableIDs="[167]"] [comment="drop table: table ID"] [2024/05/06 13:10:47.574 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=169] [jobType="drop table"] [2024/05/06 13:10:47.578 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=169] [conn=2] [job="ID:169, Type:drop table, State:synced, SchemaState:none, SchemaID:138, TableID:167, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:46.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:47.641 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=169] [2024/05/06 13:10:47.641 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:47.645 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.683369666\n# Parse_time: 0.000489042\n# Compile_time: 0.000662845\n# Rewrite_time: 0.000009235\n# Optimize_time: 0.001490158\n# Wait_TS: 0.000441457\n# DB: write_after_import\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] [2024/05/06 13:10:47.648 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=114] [cur_db=write_after_import] [sql="CREATE TABLE t (id bigint PRIMARY KEY auto_random, v varchar(64))"] [user=] [2024/05/06 13:10:47.702 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:171, Type:create table, State:queueing, SchemaState:none, SchemaID:138, TableID:170, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:47.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:47.702 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:171, Type:create table, State:queueing, SchemaState:none, SchemaID:138, TableID:170, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:47.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t (id bigint PRIMARY KEY auto_random, v varchar(64))"] [2024/05/06 13:10:47.764 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=171] [conn=2] [category=ddl] [job="ID:171, Type:create table, State:queueing, SchemaState:none, SchemaID:138, TableID:170, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:47.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:47.772 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 138, Table ID: 170, Table Name: t"] [2024/05/06 13:10:47.845 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=114] [neededSchemaVersion=115] ["start time"=2.510283ms] [gotSchemaVersion=115] [phyTblIDs="[170]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:10:47.859 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=171] [version=115] [2024/05/06 13:10:47.892 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=115] ["take time"=53.7173ms] [job="ID:171, Type:create table, State:done, SchemaState:public, SchemaID:138, TableID:170, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:47.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:47.947 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=171] [conn=2] [job="ID:171, Type:create table, State:synced, SchemaState:public, SchemaID:138, TableID:170, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:47.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:48.025 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=171] [2024/05/06 13:10:48.025 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:48.030 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.384339949\n# Parse_time: 0.001313275\n# Compile_time: 0.001643832\n# Rewrite_time: 0.000011988\n# Optimize_time: 0.001490158\n# Wait_TS: 0.000341046\n# DB: write_after_import\n# Is_internal: false\n# Digest: 06502dd8b564bfd335fcc99b19b8616ba7e5ba7b7b8d80ff9d48a7486aecca98\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Warnings: [{\"Level\":\"Note\",\"Message\":\"Available implicit allocation times: 288230376151711743\"}]\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE t (id bigint PRIMARY KEY auto_random, v varchar(64));"] [2024/05/06 13:10:48.044 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 13:10:48.233 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://write_after_import/*.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 13:10:48.323 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=11] [task-id=11] [data-size=36B] [thread-cnt=26] [global-sort=false] [2024/05/06 13:10:48.372 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=11] [2024/05/06 13:10:48.372 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=11] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=26] [2024/05/06 13:10:48.478 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=11] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 13:10:48.479 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=11] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 13:10:48.480 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=11] [curr-step=init] [next-step=import] [2024/05/06 13:10:48.503 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 13:10:48.506 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 13:10:48.506 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=36] [2024/05/06 13:10:48.506 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=2] [MaxChunkSize=268435456] [RegionsCount=2] [BatchSize=36] [cost=96.788µs] [2024/05/06 13:10:48.506 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=272.233µs] [] [2024/05/06 13:10:48.506 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=11] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 13:10:48.506 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=11] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=26] [subtasks=1] [2024/05/06 13:10:48.620 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=11] [mode=Import] [2024/05/06 13:10:48.639 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=11] [2024/05/06 13:10:48.651 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=11] [type=ImportInto] [remaining-slots=26] [2024/05/06 13:10:48.702 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=11] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 13:10:48.704 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=11] [step=import] [2024/05/06 13:10:48.706 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 13:10:48.715 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 13:10:48.715 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365872728081621462] [2024/05/06 13:10:48.715 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:48.715 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 13:10:48.717 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:48.717 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 13:10:48.717 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:48.717 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 13:10:48.717 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:48.731 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 13:10:48.732 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 13:10:48.733 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 13:10:48.733 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=11] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 13:10:48.733 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=11] [disk-quota=348.5GiB] [2024/05/06 13:10:48.778 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=11] [step=import] [subtask-id=21] [2024/05/06 13:10:48.782 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [2024/05/06 13:10:48.786 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:48.786 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=170] [2024/05/06 13:10:48.786 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=170] [2024/05/06 13:10:48.996 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=170] [key=1.csv:0] [2024/05/06 13:10:48.997 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=170] [key=2.csv:0] [2024/05/06 13:10:49.001 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=170] [key=1.csv:0] [readDur=2.008729ms] [encodeDur=1.299639ms] [checksum="{cksum=8870261354621979222,size=68,kvs=2}"] [deliverDur=660.278µs] [type=file] [takeTime=4.831075ms] [] [2024/05/06 13:10:49.002 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=170] [key=2.csv:0] [readDur=1.329047ms] [encodeDur=1.945948ms] [checksum="{cksum=13585057687600554216,size=68,kvs=2}"] [deliverDur=1.48864ms] [type=file] [takeTime=5.090705ms] [] [2024/05/06 13:10:49.003 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=68] [kvs=2] [files=1] [sstFileSize=979] [file=/tmp/tidb/import-4000/11/d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5.sst/a0868ac1-9b20-4ecc-a46d-609065cb6070.sst] [firstKey=7480000000000000AA5F728000000000000004] [lastKey=7480000000000000AA5F728000000000000005] [2024/05/06 13:10:49.003 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=11] [step=import] [subtask-id=21] [takeTime=225.810307ms] [] [2024/05/06 13:10:49.004 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=11] [step=import] [engine-id=0] [2024/05/06 13:10:49.004 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=11] [step=import] [engine-id=0] [2024/05/06 13:10:49.004 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [2024/05/06 13:10:49.005 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=68] [kvs=2] [files=1] [sstFileSize=979] [file=/tmp/tidb/import-4000/11/d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5.sst/5bd7df69-02e6-401e-90be-22910ef091e7.sst] [firstKey=7480000000000000AA5F728000000000000006] [lastKey=7480000000000000AA5F728000000000000007] [2024/05/06 13:10:49.007 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [takeTime=3.216926ms] [] [2024/05/06 13:10:49.007 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [retryCnt=0] [2024/05/06 13:10:49.014 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:10:49.036 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] ["region ranges"=1] [count=4] [size=136] [2024/05/06 13:10:49.037 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:10:49.052 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [size=136] [kvs=4] [importedSize=136] [importedCount=4] [2024/05/06 13:10:49.054 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [retryCnt=0] [takeTime=46.405482ms] [] [2024/05/06 13:10:49.054 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [2024/05/06 13:10:49.055 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:0] [engineUUID=d51bddd3-9a7e-5e70-ad5a-ce1dc4af00b5] [takeTime=1.378219ms] [] [2024/05/06 13:10:49.055 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=11] [step=import] [engine-id=0] [2024/05/06 13:10:49.055 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:49.057 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=1.696855ms] [] [2024/05/06 13:10:49.057 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [2024/05/06 13:10:49.057 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:49.057 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [takeTime=68.973µs] [] [2024/05/06 13:10:49.057 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:49.059 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=1.112611ms] [] [2024/05/06 13:10:49.105 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=11] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 13:10:49.107 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=11] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 13:10:49.108 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=11] [curr-step=import] [next-step=post-process] [2024/05/06 13:10:49.108 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=11] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 13:10:49.125 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=11] [step=import] [2024/05/06 13:10:49.128 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 13:10:49.128 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:49.128 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 13:10:49.128 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 13:10:49.128 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 13:10:49.128 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 13:10:49.128 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:49.128 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:49.129 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:49.129 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:49.129 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:49.129 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:49.129 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 13:10:49.131 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 13:10:49.131 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:49.131 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:49.131 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:49.131 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:49.131 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=11] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=429.335455ms] [] [2024/05/06 13:10:49.175 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=11] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":4,\"ColSizeMap\":{\"1\":4,\"2\":28}}"] [2024/05/06 13:10:49.176 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=11] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 13:10:49.176 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=11] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=26] [subtasks=1] [2024/05/06 13:10:49.368 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=11] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 13:10:49.417 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=11] [step=post-process] [subtask-id=22] [2024/05/06 13:10:49.417 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=11] [step=post-process] [subtask-id=22] [2024/05/06 13:10:49.417 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=11] [step=post-process] [subtask-id=22] [2024/05/06 13:10:49.425 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=11] [step=post-process] [subtask-id=22] [takeTime=8.145769ms] [] [2024/05/06 13:10:49.425 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=11] [step=post-process] [subtask-id=22] [groupId=-1] [size=136] [kvs=4] [checksum=14384125892341312190] [2024/05/06 13:10:49.425 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=11] [step=post-process] [subtask-id=22] [checksum="{cksum=14384125892341312190,size=136,kvs=4}"] [2024/05/06 13:10:49.425 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=11] [step=post-process] [subtask-id=22] [weight=30] [2024/05/06 13:10:49.425 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=11] [step=post-process] [subtask-id=22] [concurrency=15] [2024/05/06 13:10:49.431 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=170] [physicalTableID=170] [indexID=-1] [checksum=14384125892341312190] [totalKvs=4] [totalBytes=136] [2024/05/06 13:10:49.432 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=11] [step=post-process] [subtask-id=22] [local="{cksum=14384125892341312190,size=136,kvs=4}"] [2024/05/06 13:10:49.432 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=11] [step=post-process] [subtask-id=22] [takeTime=15.164053ms] [] [2024/05/06 13:10:49.432 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=11] [step=post-process] [subtask-id=22] [takeTime=15.379878ms] [] [2024/05/06 13:10:49.472 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=11] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=104.581206ms] [] [2024/05/06 13:10:49.491 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=11] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 13:10:49.491 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=11] [step=post-process] [state=running] [] [2024/05/06 13:10:49.494 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=11] [2024/05/06 13:10:49.569 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=11] [type=ImportInto] [2024/05/06 13:10:49.578 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=11] [2024/05/06 13:10:49.604 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 13:10:49.604 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=11] [2024/05/06 13:10:49.688 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 13:10:49.876 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 1.844946718\n# Parse_time: 0.000453885\n# Compile_time: 0.001179039\n# Rewrite_time: 0.000228625\n# Optimize_time: 0.001490158\n# Wait_TS: 0\n# DB: write_after_import\n# Is_internal: false\n# Digest: 2151a8f4fc4821c35c9e69ec11b64682fe15dd1bf9a02fb5753a416004d4f9c9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS44NHMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS44NHMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `write_after_import`.`t` FROM 'gs://write_after_import/*.csv?endpoint=http://127.0.0.1:4443/storage/v1/';"] [2024/05/06 13:10:49.888 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=115] [cur_db=write_after_import] [sql="drop table if exists t;"] [user=] [2024/05/06 13:10:49.913 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:172, Type:drop table, State:queueing, SchemaState:public, SchemaID:138, TableID:170, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:49.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:49.913 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:172, Type:drop table, State:queueing, SchemaState:public, SchemaID:138, TableID:170, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:49.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 13:10:49.954 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=172] [conn=2] [category=ddl] [job="ID:172, Type:drop table, State:queueing, SchemaState:public, SchemaID:138, TableID:170, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:49.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:49.988 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=115] [neededSchemaVersion=116] ["start time"=268.38µs] [gotSchemaVersion=116] [phyTblIDs="[170]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:50.001 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=172] [version=116] [2024/05/06 13:10:50.037 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=116] ["take time"=53.700456ms] [job="ID:172, Type:drop table, State:running, SchemaState:write only, SchemaID:138, TableID:170, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:49.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:50.110 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=172] [conn=2] [category=ddl] [job="ID:172, Type:drop table, State:running, SchemaState:write only, SchemaID:138, TableID:170, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:49.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:50.139 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=116] [neededSchemaVersion=117] ["start time"=233.381µs] [gotSchemaVersion=117] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:50.150 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=172] [version=117] [2024/05/06 13:10:50.187 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=117] ["take time"=52.933677ms] [job="ID:172, Type:drop table, State:running, SchemaState:delete only, SchemaID:138, TableID:170, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:49.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:50.267 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=172] [conn=2] [category=ddl] [job="ID:172, Type:drop table, State:running, SchemaState:delete only, SchemaID:138, TableID:170, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:49.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:50.278 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 138, Old Table ID: 170, Old Table Name: t"] [2024/05/06 13:10:50.327 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=117] [neededSchemaVersion=118] ["start time"=264.959µs] [gotSchemaVersion=118] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:50.340 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=172] [version=118] [2024/05/06 13:10:50.375 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=118] ["take time"=53.167163ms] [job="ID:172, Type:drop table, State:done, SchemaState:none, SchemaID:138, TableID:170, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:49.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:50.436 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=172] [tableIDs="[170]"] [comment="drop table: table ID"] [2024/05/06 13:10:50.444 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=172] [jobType="drop table"] [2024/05/06 13:10:50.448 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=172] [conn=2] [job="ID:172, Type:drop table, State:synced, SchemaState:none, SchemaID:138, TableID:170, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:49.893 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:50.514 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=172] [2024/05/06 13:10:50.514 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:50.518 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.632339803\n# Parse_time: 0.000975848\n# Compile_time: 0.000922826\n# Rewrite_time: 0.000012933\n# Optimize_time: 0.001202554\n# Wait_TS: 0.000456588\n# DB: write_after_import\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] === RUN TestImportInto/TestWriteAfterImportFromSelect [2024/05/06 13:10:50.520 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=118] [cur_db=write_after_import] [sql="drop database if exists from_select"] [user=] [2024/05/06 13:10:50.554 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:173, Type:drop schema, State:queueing, SchemaState:public, SchemaID:128, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:50.493 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:50.554 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:173, Type:drop schema, State:queueing, SchemaState:public, SchemaID:128, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:50.493 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop database if exists from_select"] [2024/05/06 13:10:50.622 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=173] [conn=2] [category=ddl] [job="ID:173, Type:drop schema, State:queueing, SchemaState:public, SchemaID:128, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:50.493 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:50.656 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=118] [neededSchemaVersion=119] ["start time"=308.094µs] [gotSchemaVersion=119] [phyTblIDs="[130,136]"] [actionTypes="[2,2]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 13:10:50.667 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=173] [version=119] [2024/05/06 13:10:50.727 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=119] ["take time"=75.466106ms] [job="ID:173, Type:drop schema, State:running, SchemaState:write only, SchemaID:128, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:50.493 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:50.775 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=173] [conn=2] [category=ddl] [job="ID:173, Type:drop schema, State:running, SchemaState:write only, SchemaID:128, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:50.493 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:50.804 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=119] [neededSchemaVersion=120] ["start time"=202.766µs] [gotSchemaVersion=120] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 13:10:50.815 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=173] [version=120] [2024/05/06 13:10:50.852 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=120] ["take time"=52.892918ms] [job="ID:173, Type:drop schema, State:running, SchemaState:delete only, SchemaID:128, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:50.493 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:50.889 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=173] [conn=2] [category=ddl] [job="ID:173, Type:drop schema, State:running, SchemaState:delete only, SchemaID:128, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:50.493 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:50.929 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=120] [neededSchemaVersion=121] ["start time"=195.537µs] [gotSchemaVersion=121] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 13:10:50.939 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=173] [version=121] [2024/05/06 13:10:50.973 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=121] ["take time"=53.190988ms] [job="ID:173, Type:drop schema, State:done, SchemaState:none, SchemaID:128, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:50.493 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:51.042 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=173] [tableIDs="[130,136]"] [comment="drop schema: table IDs"] [2024/05/06 13:10:51.054 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=173] [jobType="drop schema"] [2024/05/06 13:10:51.058 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=173] [conn=2] [job="ID:173, Type:drop schema, State:synced, SchemaState:none, SchemaID:128, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:50.493 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:51.107 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=173] [2024/05/06 13:10:51.107 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:51.111 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.59206371\n# Parse_time: 0.000521658\n# Compile_time: 0.000809422\n# Rewrite_time: 0.000010853\n# Optimize_time: 0.001202554\n# Wait_TS: 0.000614623\n# DB: write_after_import\n# Is_internal: false\n# Digest: 204fced281c071eff2176d73371b622a1c63112ba44e5fa57ddd93d2de723449\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop database if exists from_select;"] [2024/05/06 13:10:51.113 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=121] [cur_db=write_after_import] [sql="create database from_select"] [user=] [2024/05/06 13:10:51.142 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:175, Type:create schema, State:queueing, SchemaState:none, SchemaID:174, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:51.093 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:51.142 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:175, Type:create schema, State:queueing, SchemaState:none, SchemaID:174, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:51.093 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database from_select"] [2024/05/06 13:10:51.227 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=175] [conn=2] [category=ddl] [job="ID:175, Type:create schema, State:queueing, SchemaState:none, SchemaID:174, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:51.093 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:51.260 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=121] [neededSchemaVersion=122] ["start time"=1.077571ms] [gotSchemaVersion=122] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 13:10:51.271 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=175] [version=122] [2024/05/06 13:10:51.307 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=122] ["take time"=53.1323ms] [job="ID:175, Type:create schema, State:done, SchemaState:public, SchemaID:174, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:51.093 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:51.349 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=175] [conn=2] [job="ID:175, Type:create schema, State:synced, SchemaState:public, SchemaID:174, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:51.093 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:51.379 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=175] [2024/05/06 13:10:51.379 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:51.387 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=122] [cur_db=from_select] [sql="create table dt(id int, v varchar(64))"] [user=] [2024/05/06 13:10:51.429 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:177, Type:create table, State:queueing, SchemaState:none, SchemaID:174, TableID:176, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:51.394 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:51.429 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:177, Type:create table, State:queueing, SchemaState:none, SchemaID:174, TableID:176, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:51.394 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table dt(id int, v varchar(64))"] [2024/05/06 13:10:51.473 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=177] [conn=2] [category=ddl] [job="ID:177, Type:create table, State:queueing, SchemaState:none, SchemaID:174, TableID:176, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:51.394 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:51.482 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 174, Table ID: 176, Table Name: dt"] [2024/05/06 13:10:51.547 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=122] [neededSchemaVersion=123] ["start time"=2.477603ms] [gotSchemaVersion=123] [phyTblIDs="[176]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:10:51.558 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=177] [version=123] [2024/05/06 13:10:51.594 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=123] ["take time"=53.026617ms] [job="ID:177, Type:create table, State:done, SchemaState:public, SchemaID:174, TableID:176, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:51.394 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:51.673 +00:00] [INFO] [owner_daemon.go:56] ["daemon became owner"] [id=6a85c845-ad48-46bc-a947-13a19f4d9e60] [daemon-id=LogBackup::Advancer] [2024/05/06 13:10:51.673 +00:00] [INFO] [advancer.go:513] ["Subscription handler spawned."] [category="log backup subscription manager"] [2024/05/06 13:10:51.700 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=177] [conn=2] [job="ID:177, Type:create table, State:synced, SchemaState:public, SchemaID:174, TableID:176, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:51.394 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:51.742 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=177] [2024/05/06 13:10:51.742 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:51.746 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.360359699\n# Parse_time: 0.00052588\n# Compile_time: 0.001150677\n# Rewrite_time: 0.000010008\n# Optimize_time: 0.001202554\n# Wait_TS: 0.000336029\n# DB: from_select\n# Is_internal: false\n# Digest: 61dbb4ab9459a330e03145cc175a5faf5a2083511addc770b04b4f0ac033a4b4\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse from_select;\ncreate table dt(id int, v varchar(64));"] [2024/05/06 13:10:51.761 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=123] [cur_db=from_select] [sql="drop database if exists write_after_import"] [user=] [2024/05/06 13:10:51.787 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:178, Type:drop schema, State:queueing, SchemaState:public, SchemaID:138, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:51.743 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:51.787 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:178, Type:drop schema, State:queueing, SchemaState:public, SchemaID:138, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:51.743 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop database if exists write_after_import"] [2024/05/06 13:10:51.825 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=178] [conn=2] [category=ddl] [job="ID:178, Type:drop schema, State:queueing, SchemaState:public, SchemaID:138, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:51.743 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:51.860 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=123] [neededSchemaVersion=124] ["start time"=193.078µs] [gotSchemaVersion=124] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 13:10:51.872 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=178] [version=124] [2024/05/06 13:10:51.909 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=124] ["take time"=53.298856ms] [job="ID:178, Type:drop schema, State:running, SchemaState:write only, SchemaID:138, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:51.743 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:51.943 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=178] [conn=2] [category=ddl] [job="ID:178, Type:drop schema, State:running, SchemaState:write only, SchemaID:138, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:51.743 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:51.973 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=124] [neededSchemaVersion=125] ["start time"=219.399µs] [gotSchemaVersion=125] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 13:10:51.984 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=178] [version=125] [2024/05/06 13:10:52.022 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=125] ["take time"=52.839847ms] [job="ID:178, Type:drop schema, State:running, SchemaState:delete only, SchemaID:138, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:51.743 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:52.124 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=178] [conn=2] [category=ddl] [job="ID:178, Type:drop schema, State:running, SchemaState:delete only, SchemaID:138, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:51.743 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:52.162 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=125] [neededSchemaVersion=126] ["start time"=201.315µs] [gotSchemaVersion=126] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 13:10:52.173 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=178] [version=126] [2024/05/06 13:10:52.211 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=126] ["take time"=54.00536ms] [job="ID:178, Type:drop schema, State:done, SchemaState:none, SchemaID:138, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:51.743 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:52.245 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=178] [jobType="drop schema"] [2024/05/06 13:10:52.249 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=178] [conn=2] [job="ID:178, Type:drop schema, State:synced, SchemaState:none, SchemaID:138, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:51.743 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:52.294 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=178] [2024/05/06 13:10:52.295 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:52.298 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.538674039\n# Parse_time: 0.000453042\n# Compile_time: 0.001322931\n# Rewrite_time: 0.000016777\n# Optimize_time: 0.001202554\n# Wait_TS: 0.000342783\n# DB: from_select\n# Is_internal: false\n# Digest: 4771ffa98e33f399f37cf6b37126ba5ded6abb03cc3409362bd9c47bc7db12a0\n# Num_cop_tasks: 0\n# Mem_max: 4096\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop database if exists write_after_import;"] [2024/05/06 13:10:52.300 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=126] [cur_db=from_select] [sql="create database write_after_import"] [user=] [2024/05/06 13:10:52.328 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:180, Type:create schema, State:queueing, SchemaState:none, SchemaID:179, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:52.293 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:52.328 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:180, Type:create schema, State:queueing, SchemaState:none, SchemaID:179, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:52.293 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database write_after_import"] [2024/05/06 13:10:52.366 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=180] [conn=2] [category=ddl] [job="ID:180, Type:create schema, State:queueing, SchemaState:none, SchemaID:179, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:52.293 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:52.398 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=126] [neededSchemaVersion=127] ["start time"=1.064938ms] [gotSchemaVersion=127] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 13:10:52.411 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=180] [version=127] [2024/05/06 13:10:52.446 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=127] ["take time"=53.073886ms] [job="ID:180, Type:create schema, State:done, SchemaState:public, SchemaID:179, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 13:10:52.293 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:52.525 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=180] [conn=2] [job="ID:180, Type:create schema, State:synced, SchemaState:public, SchemaID:179, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:52.293 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:52.550 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=180] [2024/05/06 13:10:52.550 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] === RUN TestImportInto/TestWriteAfterImportFromSelect/case-0 current case CREATE TABLE t (id int AUTO_INCREMENT PRIMARY KEY CLUSTERED, v varchar(64)) [2024/05/06 13:10:52.589 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=127] [cur_db=write_after_import] [sql="drop table if exists t;"] [user=] [2024/05/06 13:10:52.592 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=127] [cur_db=write_after_import] [sql="CREATE TABLE t (id int AUTO_INCREMENT PRIMARY KEY CLUSTERED, v varchar(64))"] [user=] [2024/05/06 13:10:52.637 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:182, Type:create table, State:queueing, SchemaState:none, SchemaID:179, TableID:181, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:52.593 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:52.637 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:182, Type:create table, State:queueing, SchemaState:none, SchemaID:179, TableID:181, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:52.593 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t (id int AUTO_INCREMENT PRIMARY KEY CLUSTERED, v varchar(64))"] [2024/05/06 13:10:52.687 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=182] [conn=2] [category=ddl] [job="ID:182, Type:create table, State:queueing, SchemaState:none, SchemaID:179, TableID:181, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:52.593 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:52.695 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 179, Table ID: 181, Table Name: t"] [2024/05/06 13:10:52.747 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=127] [neededSchemaVersion=128] ["start time"=2.464017ms] [gotSchemaVersion=128] [phyTblIDs="[181]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:10:52.759 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=182] [version=128] [2024/05/06 13:10:52.794 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=128] ["take time"=53.781091ms] [job="ID:182, Type:create table, State:done, SchemaState:public, SchemaID:179, TableID:181, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:52.593 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:52.838 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=182] [conn=2] [job="ID:182, Type:create table, State:synced, SchemaState:public, SchemaID:179, TableID:181, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:52.593 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:52.875 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=182] [2024/05/06 13:10:52.876 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:53.112 +00:00] [INFO] [import_into.go:226] ["importing data from select statement"] [import-id=b636ee9c-d176-4888-af4b-ada69b6c6f39] [concurrency=2] [target-table=`write_after_import`.`t`] [target-table-id=181] [2024/05/06 13:10:53.119 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 13:10:53.120 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365872728081621462] [2024/05/06 13:10:53.120 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:53.120 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 13:10:53.121 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:53.121 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:53.121 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 13:10:53.121 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 13:10:53.121 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:53.135 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 13:10:53.137 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 13:10:53.137 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 13:10:53.141 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:10:53.145 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:53.255 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=t] [import-id=b636ee9c-d176-4888-af4b-ada69b6c6f39] [key=import-from-select] [2024/05/06 13:10:53.257 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=t] [import-id=b636ee9c-d176-4888-af4b-ada69b6c6f39] [key=import-from-select] [readDur=45.991µs] [encodeDur=1.02844ms] [checksum="{cksum=14384125892341312190,size=136,kvs=4}"] [deliverDur=193.688µs] [type=query] [takeTime=1.681911ms] [] [2024/05/06 13:10:53.258 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=136] [kvs=4] [files=1] [sstFileSize=1004] [file=/tmp/tidb/import-4000/b636ee9c-d176-4888-af4b-ada69b6c6f39/102b1544-1a0b-5f02-9523-0f5011224f00.sst/0ebc2d2a-442f-498b-ac2b-0839439d0286.sst] [firstKey=7480000000000000B55F728000000000000004] [lastKey=7480000000000000B55F728000000000000007] [2024/05/06 13:10:53.264 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=t] [import-id=b636ee9c-d176-4888-af4b-ada69b6c6f39] [key=import-from-select] [2024/05/06 13:10:53.264 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=t] [import-id=b636ee9c-d176-4888-af4b-ada69b6c6f39] [key=import-from-select] [readDur=0s] [encodeDur=0s] [checksum="{cksum=0,size=0,kvs=0}"] [deliverDur=0s] [type=query] [takeTime=115.679µs] [] [2024/05/06 13:10:53.265 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:10:53.266 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [takeTime=1.656662ms] [] [2024/05/06 13:10:53.266 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [retryCnt=0] [2024/05/06 13:10:53.271 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:10:53.293 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=102b1544-1a0b-5f02-9523-0f5011224f00] ["region ranges"=1] [count=4] [size=136] [2024/05/06 13:10:53.293 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:10:53.307 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=102b1544-1a0b-5f02-9523-0f5011224f00] [size=136] [kvs=4] [importedSize=136] [importedCount=4] [2024/05/06 13:10:53.309 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [retryCnt=0] [takeTime=42.303353ms] [] [2024/05/06 13:10:53.309 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:53.310 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=1.536274ms] [] [2024/05/06 13:10:53.311 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [2024/05/06 13:10:53.311 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:53.311 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [takeTime=98.017µs] [] [2024/05/06 13:10:53.311 +00:00] [INFO] [table_import.go:761] ["post process start"] [table=t] [import-id=b636ee9c-d176-4888-af4b-ada69b6c6f39] [checksum="{\"id=-1\"=\"{cksum=14384125892341312190,size=136,kvs=4}\"}"] [2024/05/06 13:10:53.311 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [table=t] [import-id=b636ee9c-d176-4888-af4b-ada69b6c6f39] [2024/05/06 13:10:53.318 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [table=t] [import-id=b636ee9c-d176-4888-af4b-ada69b6c6f39] [takeTime=7.36735ms] [] [2024/05/06 13:10:53.318 +00:00] [INFO] [table_import.go:835] ["local checksum"] [table=t] [import-id=b636ee9c-d176-4888-af4b-ada69b6c6f39] [checksum="{cksum=14384125892341312190,size=136,kvs=4}"] [2024/05/06 13:10:53.319 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [table=t] [import-id=b636ee9c-d176-4888-af4b-ada69b6c6f39] [weight=30] [2024/05/06 13:10:53.319 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [table=t] [import-id=b636ee9c-d176-4888-af4b-ada69b6c6f39] [concurrency=15] [2024/05/06 13:10:53.323 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=181] [physicalTableID=181] [indexID=-1] [checksum=14384125892341312190] [totalKvs=4] [totalBytes=136] [2024/05/06 13:10:53.324 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [table=t] [import-id=b636ee9c-d176-4888-af4b-ada69b6c6f39] [local="{cksum=14384125892341312190,size=136,kvs=4}"] [2024/05/06 13:10:53.324 +00:00] [INFO] [table_import.go:763] ["post process completed"] [table=t] [import-id=b636ee9c-d176-4888-af4b-ada69b6c6f39] [checksum="{\"id=-1\"=\"{cksum=14384125892341312190,size=136,kvs=4}\"}"] [takeTime=12.783305ms] [] [2024/05/06 13:10:53.324 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:10:53.324 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [takeTime=12.613µs] [] [2024/05/06 13:10:53.324 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:10:53.325 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [takeTime=1.175741ms] [] [2024/05/06 13:10:53.325 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:53.325 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=9.7µs] [] [2024/05/06 13:10:53.325 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:53.326 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=1.110037ms] [] [2024/05/06 13:10:53.330 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:53.330 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 13:10:53.330 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:53.330 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 13:10:53.330 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 13:10:53.330 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 13:10:53.330 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 13:10:53.330 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:53.330 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:53.330 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:53.330 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:53.331 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:53.331 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 13:10:53.333 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 13:10:53.333 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:53.333 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:53.333 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:53.333 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:53.335 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449577235996475401\n# Conn_ID: 2\n# Query_time: 0.454467056\n# Parse_time: 0.000505714\n# Compile_time: 0.003758528\n# Rewrite_time: 0.002713761\n# Optimize_time: 0.001202554\n# Wait_TS: 0.000157903\n# Cop_time: 0.000098342 Process_time: 0.000055433 Wait_time: 0.000033068 Request_count: 1 Process_keys: 4 Total_keys: 5 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 4 Rocksdb_key_skipped_count: 8\n# DB: write_after_import\n# Is_internal: false\n# Digest: 4a4b6a4c30dc8ee1bebc60bd07e28678e357952a078d55330f553cd904684a3e\n# Stats: dt:pseudo[10000;0]\n# Num_cop_tasks: 1\n# Cop_proc_avg: 5.5433e-05 Cop_proc_addr: 127.0.0.1:20162\n# Cop_wait_avg: 3.3068e-05 Cop_wait_addr: 127.0.0.1:20162\n# Mem_max: 353\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('yAXwVTAJNTlfMgkwCTAJTi9BCTAJdGltZTo0NDcuOG1zLCBsb29wczoxCU4vQQlOL0EKMQkzMV83CTAJMTAwMDAJZGF0YTpUYWJsZUZ1bGxTY2FuXzYJNAl0AUQYNTY1LjbCtRVFdDIsIGNvcF90YXNrOiB7bnVtOiAxLCBtYXg6IDEuMgFtRHByb2Nfa2V5czogNCwgdG90XwESFDogNTUuNAVJARMkd2FpdDogMzMuMQUTgGNvcHJfY2FjaGVfaGl0X3JhdGlvOiAwLjAwLCBidWlsZAVxCF9kdQUaEG46IDgxDTqobWF4X2Rpc3RzcWxfY29uY3VycmVuY3k6IDF9LCBycGNfaW5mbzp7Q29wOgGuFF9ycGM6MQWXCGFsXyUmSDEuMTFtc319CTM1MyBCeXRlcwkhJCQyCTQzXzYJMV8wLSagdGFibGU6ZHQsIGtlZXAgb3JkZXI6ZmFsc2UsIHN0YXRzOnBzZXVkbwkhOgRrdgWyBDp7BWMAMDU/AZYAcyFhKGRldGFpbDoge3RvAYoYcHJvY2VzczI4AQRhbDIXACBfc2l6ZTogMTgpVgRhbA0tODUsIGdldF9zbmFwc2hvdAnVECAxNC4zJVt0cm9ja3NkYjoge2RlbGV0ZV9za2lwcGVkX2NvdW50JaQIa2V5PhYAGDgsIGJsb2Mh5BB9fX0sIAHHXrQAARw23wEIYWxfIeENGjXmAHQhFwx3YWxsDRlEMTgxLjXCtXN9CU4vQQlOL0EK')\n# Binary_plan: tidb_decode_binary_plan('swagCq4GCgxJbXBvcnRJbnRvXzIS5wUKDVRhYmxlUmVhZGVyXzcSpwMKD1QBElBGdWxsU2Nhbl82IWTCmlW+DkRBKQABAfCQiMNAMAQ4AkACShMKEQoLZnJvbV9zZWxlY3QSAmR0Uh5rZWVwIG9yZGVyOmZhbHNlLCBzdGF0czpwc2V1ZG9qsAJ0aWt2X3Rhc2s6e3RpbWU6MHMsIGxvb3BzOjF9LCBzY2FuX2RldGFpbDoge3RvdGFsX3Byb2Nlc3Nfa2V5czogNCwgdG90YWxfcHJvY2VzcwUXJF9zaXplOiAxODQRHlhrZXlzOiA1LCBnZXRfc25hcHNob3RfdAFywCAxNC4zwrVzLCByb2Nrc2RiOiB7ZGVsZXRlX3NraXBwZWRfY291bnQ6IDQsIGtleV86FgA8OCwgYmxvY2s6IHt9fX0sIAFVCF9kZVK0AAEcFDogNTUuNAVxAHQF0Qh3YWkRiwwzMy4xCRocaWt2X3dhbGwNMygxODEuNcK1c31w/xEBBAF4EQoo/wEhnFYfpYdMFkEulgEoAUABUhRkYXRhOlQ2xAEEWhYFiBA1NjUuNgVuAGwlcSAyYtcBY29wX3QhjmQge251bTogMSwgbWF4OiAxLjJtcywgcHJvYy1MKVsljjbSAAXQADoZy4Bjb3ByX2NhY2hlX2hpdF9yYXRpbzogMC4wMCwgYnVpbGQFcQhfZHUFGhBuOiA4MS0FqG1heF9kaXN0c3FsX2NvbmN1cnJlbmN5OiAxfSwgcnBjX2luZm86e0NvcDoBrhRfcnBjOjEx8gXjKDEuMTFtc319cOECPS4AOCEaFANOL0FaFQUmGDQ0Ny44bXNVeVZkAQQYAQ==')\n# Resource_group: default\nuse write_after_import;\nIMPORT INTO `write_after_import`.`t` FROM SELECT * FROM `from_select`.`dt`;"] === RUN TestImportInto/TestWriteAfterImportFromSelect/case-1 current case CREATE TABLE t (id int AUTO_INCREMENT PRIMARY KEY CLUSTERED, v varchar(64)) AUTO_ID_CACHE 1 [2024/05/06 13:10:53.367 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=128] [cur_db=write_after_import] [sql="drop table if exists t;"] [user=] [2024/05/06 13:10:53.399 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:183, Type:drop table, State:queueing, SchemaState:public, SchemaID:179, TableID:181, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:53.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:53.399 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:183, Type:drop table, State:queueing, SchemaState:public, SchemaID:179, TableID:181, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:53.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 13:10:53.446 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=183] [conn=2] [category=ddl] [job="ID:183, Type:drop table, State:queueing, SchemaState:public, SchemaID:179, TableID:181, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:53.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:53.479 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=128] [neededSchemaVersion=129] ["start time"=686.897µs] [gotSchemaVersion=129] [phyTblIDs="[181]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:53.526 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=183] [version=129] [2024/05/06 13:10:53.526 +00:00] [INFO] [syncer.go:352] ["syncer check all versions, someone is not synced"] [category=ddl] [info="instance ip , port 4000, id d23462d9-50aa-4869-97b9-a1fe5d2ebdcd"] ["ddl job id"=183] [ver=129] [2024/05/06 13:10:53.548 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=129] ["take time"=75.744327ms] [job="ID:183, Type:drop table, State:running, SchemaState:write only, SchemaID:179, TableID:181, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:53.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:53.596 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=183] [conn=2] [category=ddl] [job="ID:183, Type:drop table, State:running, SchemaState:write only, SchemaID:179, TableID:181, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:53.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:53.630 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=129] [neededSchemaVersion=130] ["start time"=276.388µs] [gotSchemaVersion=130] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:53.641 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=183] [version=130] [2024/05/06 13:10:53.678 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=130] ["take time"=53.145701ms] [job="ID:183, Type:drop table, State:running, SchemaState:delete only, SchemaID:179, TableID:181, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:53.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:53.748 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=183] [conn=2] [category=ddl] [job="ID:183, Type:drop table, State:running, SchemaState:delete only, SchemaID:179, TableID:181, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:53.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:53.758 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 179, Old Table ID: 181, Old Table Name: t"] [2024/05/06 13:10:53.791 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=130] [neededSchemaVersion=131] ["start time"=244.57µs] [gotSchemaVersion=131] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:53.802 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=183] [version=131] [2024/05/06 13:10:53.840 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=131] ["take time"=53.654451ms] [job="ID:183, Type:drop table, State:done, SchemaState:none, SchemaID:179, TableID:181, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:53.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:53.883 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=183] [tableIDs="[181]"] [comment="drop table: table ID"] [2024/05/06 13:10:53.893 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=183] [jobType="drop table"] [2024/05/06 13:10:53.898 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=183] [conn=2] [job="ID:183, Type:drop table, State:synced, SchemaState:none, SchemaID:179, TableID:181, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:53.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:53.994 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=183] [2024/05/06 13:10:53.994 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:53.999 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.632716399\n# Parse_time: 0.000554781\n# Compile_time: 0.000887459\n# Rewrite_time: 0.000010294\n# Optimize_time: 0.000908347\n# Wait_TS: 0.000417765\n# DB: write_after_import\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] [2024/05/06 13:10:54.001 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=131] [cur_db=write_after_import] [sql="CREATE TABLE t (id int AUTO_INCREMENT PRIMARY KEY CLUSTERED, v varchar(64)) AUTO_ID_CACHE 1"] [user=] [2024/05/06 13:10:54.043 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:185, Type:create table, State:queueing, SchemaState:none, SchemaID:179, TableID:184, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:53.994 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:54.043 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:185, Type:create table, State:queueing, SchemaState:none, SchemaID:179, TableID:184, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:53.994 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t (id int AUTO_INCREMENT PRIMARY KEY CLUSTERED, v varchar(64)) AUTO_ID_CACHE 1"] [2024/05/06 13:10:54.117 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=185] [conn=2] [category=ddl] [job="ID:185, Type:create table, State:queueing, SchemaState:none, SchemaID:179, TableID:184, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:53.994 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:54.125 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 179, Table ID: 184, Table Name: t"] [2024/05/06 13:10:54.179 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=131] [neededSchemaVersion=132] ["start time"=2.422086ms] [gotSchemaVersion=132] [phyTblIDs="[184]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:10:54.191 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=185] [version=132] [2024/05/06 13:10:54.225 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=132] ["take time"=53.704758ms] [job="ID:185, Type:create table, State:done, SchemaState:public, SchemaID:179, TableID:184, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:53.994 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:54.286 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=185] [conn=2] [job="ID:185, Type:create table, State:synced, SchemaState:public, SchemaID:179, TableID:184, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:53.994 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:54.332 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=185] [2024/05/06 13:10:54.333 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:54.336 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.336562924\n# Parse_time: 0.000804507\n# Compile_time: 0.001195724\n# Rewrite_time: 0.000011738\n# Optimize_time: 0.000908347\n# Wait_TS: 0.000312988\n# DB: write_after_import\n# Is_internal: false\n# Digest: e6c0b764ae5571914c40b74ee308c75fddc0ac3be8b5f9b995310d6dede1b551\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE t (id int AUTO_INCREMENT PRIMARY KEY CLUSTERED, v varchar(64)) AUTO_ID_CACHE 1;"] [2024/05/06 13:10:54.444 +00:00] [WARN] [pd.go:168] ["get timestamp too slow"] ["cost time"=32.649482ms] [2024/05/06 13:10:54.579 +00:00] [INFO] [import_into.go:226] ["importing data from select statement"] [import-id=45ed548b-bce3-46cf-a81f-989025d6809b] [concurrency=2] [target-table=`write_after_import`.`t`] [target-table-id=184] [2024/05/06 13:10:54.587 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 13:10:54.587 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365872728081621462] [2024/05/06 13:10:54.588 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:54.588 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 13:10:54.589 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:54.589 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:54.589 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 13:10:54.589 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 13:10:54.589 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:54.604 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 13:10:54.606 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 13:10:54.606 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 13:10:54.610 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:10:54.615 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:54.672 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=t] [import-id=45ed548b-bce3-46cf-a81f-989025d6809b] [key=import-from-select] [2024/05/06 13:10:54.674 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=t] [import-id=45ed548b-bce3-46cf-a81f-989025d6809b] [key=import-from-select] [readDur=42.841µs] [encodeDur=1.032007ms] [checksum="{cksum=14384125892341312190,size=136,kvs=4}"] [deliverDur=274.701µs] [type=query] [takeTime=1.741708ms] [] [2024/05/06 13:10:54.675 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=136] [kvs=4] [files=1] [sstFileSize=1004] [file=/tmp/tidb/import-4000/45ed548b-bce3-46cf-a81f-989025d6809b/102b1544-1a0b-5f02-9523-0f5011224f00.sst/d6c17c02-cc20-4a3c-912e-988f4418baaa.sst] [firstKey=7480000000000000B85F728000000000000004] [lastKey=7480000000000000B85F728000000000000007] [2024/05/06 13:10:54.772 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=t] [import-id=45ed548b-bce3-46cf-a81f-989025d6809b] [key=import-from-select] [2024/05/06 13:10:54.772 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=t] [import-id=45ed548b-bce3-46cf-a81f-989025d6809b] [key=import-from-select] [readDur=0s] [encodeDur=0s] [checksum="{cksum=0,size=0,kvs=0}"] [deliverDur=0s] [type=query] [takeTime=140.055µs] [] [2024/05/06 13:10:54.772 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:10:54.774 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [takeTime=1.734114ms] [] [2024/05/06 13:10:54.774 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [retryCnt=0] [2024/05/06 13:10:54.779 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:10:54.800 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=102b1544-1a0b-5f02-9523-0f5011224f00] ["region ranges"=1] [count=4] [size=136] [2024/05/06 13:10:54.801 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:10:54.814 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=102b1544-1a0b-5f02-9523-0f5011224f00] [size=136] [kvs=4] [importedSize=136] [importedCount=4] [2024/05/06 13:10:54.816 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [retryCnt=0] [takeTime=41.531303ms] [] [2024/05/06 13:10:54.816 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:54.818 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=1.76227ms] [] [2024/05/06 13:10:54.818 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [2024/05/06 13:10:54.818 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:54.818 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [takeTime=71.346µs] [] [2024/05/06 13:10:54.818 +00:00] [INFO] [table_import.go:761] ["post process start"] [table=t] [import-id=45ed548b-bce3-46cf-a81f-989025d6809b] [checksum="{\"id=-1\"=\"{cksum=14384125892341312190,size=136,kvs=4}\"}"] [2024/05/06 13:10:54.818 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [table=t] [import-id=45ed548b-bce3-46cf-a81f-989025d6809b] [2024/05/06 13:10:54.826 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [table=t] [import-id=45ed548b-bce3-46cf-a81f-989025d6809b] [takeTime=8.236716ms] [] [2024/05/06 13:10:54.827 +00:00] [INFO] [table_import.go:835] ["local checksum"] [table=t] [import-id=45ed548b-bce3-46cf-a81f-989025d6809b] [checksum="{cksum=14384125892341312190,size=136,kvs=4}"] [2024/05/06 13:10:54.827 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [table=t] [import-id=45ed548b-bce3-46cf-a81f-989025d6809b] [weight=30] [2024/05/06 13:10:54.827 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [table=t] [import-id=45ed548b-bce3-46cf-a81f-989025d6809b] [concurrency=15] [2024/05/06 13:10:54.831 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=184] [physicalTableID=184] [indexID=-1] [checksum=14384125892341312190] [totalKvs=4] [totalBytes=136] [2024/05/06 13:10:54.832 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [table=t] [import-id=45ed548b-bce3-46cf-a81f-989025d6809b] [local="{cksum=14384125892341312190,size=136,kvs=4}"] [2024/05/06 13:10:54.832 +00:00] [INFO] [table_import.go:763] ["post process completed"] [table=t] [import-id=45ed548b-bce3-46cf-a81f-989025d6809b] [checksum="{\"id=-1\"=\"{cksum=14384125892341312190,size=136,kvs=4}\"}"] [takeTime=14.083948ms] [] [2024/05/06 13:10:54.832 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:10:54.833 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [takeTime=15.227µs] [] [2024/05/06 13:10:54.833 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:10:54.834 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [takeTime=1.293755ms] [] [2024/05/06 13:10:54.834 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:54.834 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=10.997µs] [] [2024/05/06 13:10:54.834 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:54.835 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=927.722µs] [] [2024/05/06 13:10:54.839 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:54.839 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 13:10:54.839 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 13:10:54.839 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 13:10:54.839 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 13:10:54.839 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:54.839 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 13:10:54.839 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:54.839 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:54.839 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:54.839 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:54.839 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:54.839 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 13:10:54.841 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 13:10:54.841 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:54.841 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:54.841 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:54.841 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:54.843 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449577236376846345\n# Conn_ID: 2\n# Query_time: 0.504942506\n# Parse_time: 0.000482506\n# Compile_time: 0.0027693\n# Rewrite_time: 0.001797381\n# Optimize_time: 0.000908347\n# Wait_TS: 0.00011016\n# Cop_time: 0.000127038 Process_time: 0.000051864 Wait_time: 0.000027453 Request_count: 1 Process_keys: 4 Total_keys: 5 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 4 Rocksdb_key_skipped_count: 8 Rocksdb_block_cache_hit_count: 2\n# DB: write_after_import\n# Is_internal: false\n# Digest: 4a4b6a4c30dc8ee1bebc60bd07e28678e357952a078d55330f553cd904684a3e\n# Stats: dt:pseudo[10000;0]\n# Num_cop_tasks: 1\n# Cop_proc_avg: 5.1864e-05 Cop_proc_addr: 127.0.0.1:20162\n# Cop_wait_avg: 2.7453e-05 Cop_wait_addr: 127.0.0.1:20162\n# Mem_max: 353\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('1gWQMAk1OV8yCTAJMAlOL0EJMAl0aW1lOjUwMG1zLCBsb29wczoxCQEaoE4vQQoxCTMxXzcJMAkxMDAwMAlkYXRhOlRhYmxlRnVsbFNjYW5fNgk0CUIYNjYxLjjCtRVFbDIsIGNvcF90YXNrOiB7bnVtOiAxLCBtYXg6IDEBa0Rwcm9jX2tleXM6IDQsIHRvdF8BEhQ6IDUxLjkFRwETJHdhaXQ6IDI3LjUFE4Bjb3ByX2NhY2hlX2hpdF9yYXRpbzogMC4wMCwgYnVpbGQFbwhfZHUFGgxuOiA1CZKobWF4X2Rpc3RzcWxfY29uY3VycmVuY3k6IDF9LCBycGNfaW5mbzp7Q29wOgGqFF9ycGM6MQWVCGFsXyUgUDkyMS40wrVzfX0JMzUzIEJ5dGVzCSEiIDIJNDNfNgkxXzEkuHRhYmxlOmR0LCBrZWVwIG9yZGVyOmZhbHNlLCBzdGF0czpwc2V1ZG8JNAl0aWt2BbIEOnsFZQAwNT0BmDxzY2FuX2RldGFpbDoge3RvAYwYcHJvY2VzczI4AQRhbDIXACBfc2l6ZTogMTgpVgRhbA0tODUsIGdldF9zbmFwc2hvdAnXBCAxMbV0cm9ja3NkYjoge2RlbGV0ZV9za2lwcGVkX2NvdW50JaQIa2V5PhYAGDgsIGJsb2Mh4jmXDTIUMn19fSwgAdlexgABHDbxAQhhbF8h8w0aADIx+CUpDHdhbGwNGUQxMzguOMK1c30JTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('wQagCrwGCgxJbXBvcnRJbnRvXzIS9wUKDVRhYmxlUmVhZGVyXzcSuQMKD1QBElBGdWxsU2Nhbl82IWTCmlW+DkRBKQABAfCQiMNAMAQ4AkACShMKEQoLZnJvbV9zZWxlY3QSAmR0Uh5rZWVwIG9yZGVyOmZhbHNlLCBzdGF0czpwc2V1ZG9qwgJ0aWt2X3Rhc2s6e3RpbWU6MHMsIGxvb3BzOjF9LCBzY2FuX2RldGFpbDoge3RvdGFsX3Byb2Nlc3Nfa2V5czogNCwgdG90YWxfcHJvY2VzcwUXJF9zaXplOiAxODQRHlhrZXlzOiA1LCBnZXRfc25hcHNob3RfdAFywCAxMS44wrVzLCByb2Nrc2RiOiB7ZGVsZXRlX3NraXBwZWRfY291bnQ6IDQsIGtleV86FgBQOCwgYmxvY2s6IHtjYWNoZV9oaXRfDTIUMn19fSwgAWcIX2RlUsYAARwUOiA1MS45BYMAdAXjCHdhaRGdDDI3LjUJGhxpa3Zfd2FsbA0zCDEzOAW3CH1w/xEBBAF4EQos/wEhnFYfpYdMFkEpIactqCgBQAFSFGRhdGE6VDbWAQRaFgWIBDY2MQsAbCWDIDJi1QFjb3BfdCGgXCB7bnVtOiAxLCBtYXg6IDFtcywgcHJvYy1cKWslnjbQAAXOADoZyRBjb3ByXzkqRHJhdGlvOiAwLjAwLCBidWlsZAVvCF9kdQUaDG46IDUpnqhtYXhfZGlzdHNxbF9jb25jdXJyZW5jeTogMX0sIHJwY19pbmZvOntDb3A6AaoUX3JwYzoxUQAF3zA5MjEuNMK1c319cOECPSwoOAFAAVIDTi9BWhMFKAg1MDAB3SkEADFWYAEEGAE=')\n# Resource_group: default\nIMPORT INTO `write_after_import`.`t` FROM SELECT * FROM `from_select`.`dt`;"] === RUN TestImportInto/TestWriteAfterImportFromSelect/case-2 current case CREATE TABLE t (id int AUTO_INCREMENT PRIMARY KEY NONCLUSTERED, v varchar(64)) [2024/05/06 13:10:54.855 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=132] [cur_db=write_after_import] [sql="drop table if exists t;"] [user=] [2024/05/06 13:10:54.921 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:186, Type:drop table, State:queueing, SchemaState:public, SchemaID:179, TableID:184, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:54.844 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:54.921 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:186, Type:drop table, State:queueing, SchemaState:public, SchemaID:179, TableID:184, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:54.844 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 13:10:54.996 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=186] [conn=2] [category=ddl] [job="ID:186, Type:drop table, State:queueing, SchemaState:public, SchemaID:179, TableID:184, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:54.844 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:55.030 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=132] [neededSchemaVersion=133] ["start time"=288.981µs] [gotSchemaVersion=133] [phyTblIDs="[184]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:55.042 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=186] [version=133] [2024/05/06 13:10:55.079 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=133] ["take time"=53.444181ms] [job="ID:186, Type:drop table, State:running, SchemaState:write only, SchemaID:179, TableID:184, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:54.844 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:55.138 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=186] [conn=2] [category=ddl] [job="ID:186, Type:drop table, State:running, SchemaState:write only, SchemaID:179, TableID:184, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:54.844 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:55.177 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=133] [neededSchemaVersion=134] ["start time"=220.169µs] [gotSchemaVersion=134] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:55.189 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=186] [version=134] [2024/05/06 13:10:55.218 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=134] ["take time"=52.673093ms] [job="ID:186, Type:drop table, State:running, SchemaState:delete only, SchemaID:179, TableID:184, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:54.844 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:55.277 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=186] [conn=2] [category=ddl] [job="ID:186, Type:drop table, State:running, SchemaState:delete only, SchemaID:179, TableID:184, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:54.844 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:55.287 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 179, Old Table ID: 184, Old Table Name: t"] [2024/05/06 13:10:55.333 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=134] [neededSchemaVersion=135] ["start time"=222.285µs] [gotSchemaVersion=135] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:55.343 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=186] [version=135] [2024/05/06 13:10:55.382 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=135] ["take time"=53.210464ms] [job="ID:186, Type:drop table, State:done, SchemaState:none, SchemaID:179, TableID:184, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:54.844 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:55.468 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=186] [tableIDs="[184]"] [comment="drop table: table ID"] [2024/05/06 13:10:55.477 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=186] [jobType="drop table"] [2024/05/06 13:10:55.481 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=186] [conn=2] [job="ID:186, Type:drop table, State:synced, SchemaState:none, SchemaID:179, TableID:184, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:54.844 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:55.561 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=186] [2024/05/06 13:10:55.562 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:55.565 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.711538955\n# Parse_time: 0.000449608\n# Compile_time: 0.000808724\n# Rewrite_time: 0.000011\n# Optimize_time: 0.000839808\n# Wait_TS: 0.000388399\n# DB: write_after_import\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] [2024/05/06 13:10:55.568 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=135] [cur_db=write_after_import] [sql="CREATE TABLE t (id int AUTO_INCREMENT PRIMARY KEY NONCLUSTERED, v varchar(64))"] [user=] [2024/05/06 13:10:55.608 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:188, Type:create table, State:queueing, SchemaState:none, SchemaID:179, TableID:187, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:55.544 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:55.608 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:188, Type:create table, State:queueing, SchemaState:none, SchemaID:179, TableID:187, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:55.544 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t (id int AUTO_INCREMENT PRIMARY KEY NONCLUSTERED, v varchar(64))"] [2024/05/06 13:10:55.668 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=188] [conn=2] [category=ddl] [job="ID:188, Type:create table, State:queueing, SchemaState:none, SchemaID:179, TableID:187, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:55.544 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:55.677 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 179, Table ID: 187, Table Name: t"] [2024/05/06 13:10:55.758 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=135] [neededSchemaVersion=136] ["start time"=2.745834ms] [gotSchemaVersion=136] [phyTblIDs="[187]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:10:55.772 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=188] [version=136] [2024/05/06 13:10:55.804 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=136] ["take time"=53.10618ms] [job="ID:188, Type:create table, State:done, SchemaState:public, SchemaID:179, TableID:187, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:55.544 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:55.841 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=188] [conn=2] [job="ID:188, Type:create table, State:synced, SchemaState:public, SchemaID:179, TableID:187, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:55.544 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:55.936 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=188] [2024/05/06 13:10:55.936 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:55.940 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.373809791\n# Parse_time: 0.00079742\n# Compile_time: 0.001081212\n# Rewrite_time: 0.000010664\n# Optimize_time: 0.000839808\n# Wait_TS: 0.000365812\n# DB: write_after_import\n# Is_internal: false\n# Digest: e68ffb50dd9dad0801582f5d2bc5ca9fba5594b1cda860743510296b46f2089a\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE t (id int AUTO_INCREMENT PRIMARY KEY NONCLUSTERED, v varchar(64));"] [2024/05/06 13:10:56.135 +00:00] [INFO] [import_into.go:226] ["importing data from select statement"] [import-id=e118339a-ad38-44cf-b54e-08129937f04d] [concurrency=2] [target-table=`write_after_import`.`t`] [target-table-id=187] [2024/05/06 13:10:56.142 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 13:10:56.142 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365872728081621462] [2024/05/06 13:10:56.143 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:56.143 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 13:10:56.144 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:56.144 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:56.144 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 13:10:56.144 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 13:10:56.144 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:56.159 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 13:10:56.160 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 13:10:56.160 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 13:10:56.165 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:10:56.168 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:56.199 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=t] [import-id=e118339a-ad38-44cf-b54e-08129937f04d] [key=import-from-select] [2024/05/06 13:10:56.202 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=t] [import-id=e118339a-ad38-44cf-b54e-08129937f04d] [key=import-from-select] [readDur=25.856µs] [encodeDur=1.254146ms] [checksum="{cksum=4311923599730848115,size=296,kvs=8}"] [deliverDur=814.548µs] [type=query] [takeTime=2.666656ms] [] [2024/05/06 13:10:56.203 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=152] [kvs=4] [files=1] [sstFileSize=1009] [file=/tmp/tidb/import-4000/e118339a-ad38-44cf-b54e-08129937f04d/102b1544-1a0b-5f02-9523-0f5011224f00.sst/37cf96e4-0140-40ab-b535-ad0ccadf36d7.sst] [firstKey=7480000000000000BB5F728000000000000001] [lastKey=7480000000000000BB5F728000000000000004] [2024/05/06 13:10:56.256 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=t] [import-id=e118339a-ad38-44cf-b54e-08129937f04d] [key=import-from-select] [2024/05/06 13:10:56.257 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=t] [import-id=e118339a-ad38-44cf-b54e-08129937f04d] [key=import-from-select] [readDur=0s] [encodeDur=0s] [checksum="{cksum=0,size=0,kvs=0}"] [deliverDur=0s] [type=query] [takeTime=181.855µs] [] [2024/05/06 13:10:56.257 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:10:56.259 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [takeTime=2.152042ms] [] [2024/05/06 13:10:56.259 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [retryCnt=0] [2024/05/06 13:10:56.264 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:10:56.285 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=102b1544-1a0b-5f02-9523-0f5011224f00] ["region ranges"=1] [count=4] [size=152] [2024/05/06 13:10:56.285 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:10:56.299 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=102b1544-1a0b-5f02-9523-0f5011224f00] [size=152] [kvs=4] [importedSize=152] [importedCount=4] [2024/05/06 13:10:56.301 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [retryCnt=0] [takeTime=41.575729ms] [] [2024/05/06 13:10:56.301 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:56.301 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=144] [kvs=4] [files=1] [sstFileSize=1002] [file=/tmp/tidb/import-4000/e118339a-ad38-44cf-b54e-08129937f04d/630083e6-fc50-5cd2-8645-c17b147197ce.sst/97c3a881-d8ab-4b9b-b206-5acee6e163cc.sst] [firstKey=7480000000000000BB5F698000000000000001038000000000000004] [lastKey=7480000000000000BB5F698000000000000001038000000000000007] [2024/05/06 13:10:56.304 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=2.716225ms] [] [2024/05/06 13:10:56.304 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [2024/05/06 13:10:56.308 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:10:56.329 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=630083e6-fc50-5cd2-8645-c17b147197ce] ["region ranges"=1] [count=4] [size=144] [2024/05/06 13:10:56.330 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:10:56.371 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=630083e6-fc50-5cd2-8645-c17b147197ce] [size=144] [kvs=4] [importedSize=144] [importedCount=4] [2024/05/06 13:10:56.373 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [takeTime=69.44436ms] [] [2024/05/06 13:10:56.373 +00:00] [INFO] [table_import.go:761] ["post process start"] [table=t] [import-id=e118339a-ad38-44cf-b54e-08129937f04d] [checksum="{\"id=-1\"=\"{cksum=4613872053217128256,size=152,kvs=4}\",\"id=1\"=\"{cksum=8921845837811637811,size=144,kvs=4}\"}"] [2024/05/06 13:10:56.374 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [table=t] [import-id=e118339a-ad38-44cf-b54e-08129937f04d] [2024/05/06 13:10:56.384 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [table=t] [import-id=e118339a-ad38-44cf-b54e-08129937f04d] [takeTime=10.735023ms] [] [2024/05/06 13:10:56.384 +00:00] [INFO] [table_import.go:835] ["local checksum"] [table=t] [import-id=e118339a-ad38-44cf-b54e-08129937f04d] [checksum="{cksum=4311923599730848115,size=296,kvs=8}"] [2024/05/06 13:10:56.384 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [table=t] [import-id=e118339a-ad38-44cf-b54e-08129937f04d] [weight=30] [2024/05/06 13:10:56.385 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [table=t] [import-id=e118339a-ad38-44cf-b54e-08129937f04d] [concurrency=15] [2024/05/06 13:10:56.395 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=187] [physicalTableID=187] [indexID=-1] [checksum=4613872053217128256] [totalKvs=4] [totalBytes=152] [2024/05/06 13:10:56.397 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=187] [physicalTableID=187] [indexID=1] [checksum=8921845837811637811] [totalKvs=4] [totalBytes=144] [2024/05/06 13:10:56.398 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [table=t] [import-id=e118339a-ad38-44cf-b54e-08129937f04d] [local="{cksum=4311923599730848115,size=296,kvs=8}"] [2024/05/06 13:10:56.398 +00:00] [INFO] [table_import.go:763] ["post process completed"] [table=t] [import-id=e118339a-ad38-44cf-b54e-08129937f04d] [checksum="{\"id=-1\"=\"{cksum=4613872053217128256,size=152,kvs=4}\",\"id=1\"=\"{cksum=8921845837811637811,size=144,kvs=4}\"}"] [takeTime=24.208633ms] [] [2024/05/06 13:10:56.398 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:10:56.398 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [takeTime=29.839µs] [] [2024/05/06 13:10:56.398 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:10:56.400 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [takeTime=1.419158ms] [] [2024/05/06 13:10:56.400 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:56.400 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=8.14µs] [] [2024/05/06 13:10:56.400 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:56.401 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=1.134144ms] [] [2024/05/06 13:10:56.406 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 13:10:56.407 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:56.407 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:56.407 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 13:10:56.407 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 13:10:56.407 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 13:10:56.407 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 13:10:56.407 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:56.407 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:56.407 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:56.407 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:56.407 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:56.407 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 13:10:56.409 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 13:10:56.409 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:56.409 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:56.409 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:56.409 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:56.411 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449577236796014605\n# Conn_ID: 2\n# Query_time: 0.46974875\n# Parse_time: 0.000513977\n# Compile_time: 0.002833189\n# Rewrite_time: 0.001867077\n# Optimize_time: 0.000839808\n# Wait_TS: 0.00012671\n# Cop_time: 0.000055123 Process_time: 0.000081929 Wait_time: 0.000042468 Request_count: 1 Process_keys: 4 Total_keys: 5 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 4 Rocksdb_key_skipped_count: 8 Rocksdb_block_cache_hit_count: 2\n# DB: write_after_import\n# Is_internal: false\n# Digest: 4a4b6a4c30dc8ee1bebc60bd07e28678e357952a078d55330f553cd904684a3e\n# Stats: dt:pseudo[10000;0]\n# Num_cop_tasks: 1\n# Cop_proc_avg: 8.1929e-05 Cop_proc_addr: 127.0.0.1:20162\n# Cop_wait_avg: 4.2468e-05 Cop_wait_addr: 127.0.0.1:20162\n# Mem_max: 355\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('2wWYMAk1OV8yCTAJMAlOL0EJMAl0aW1lOjQ2NC43bXMsIGxvb3BzOjEJARygTi9BCjEJMzFfNwkwCTEwMDAwCWRhdGE6VGFibGVGdWxsU2Nhbl82CTQNRBQ0NC4ywrUVRXgyLCBjb3BfdGFzazoge251bTogMSwgbWF4OiAxLjA5AW5EcHJvY19rZXlzOiA0LCB0b3RfARIUOiA4MS45BUoBEyR3YWl0OiA0Mi41BROAY29wcl9jYWNoZV9oaXRfcmF0aW86IDAuMDAsIGJ1aWxkBXIIX2R1BRoQbjogNzgFOKhtYXhfZGlzdHNxbF9jb25jdXJyZW5jeTogMX0sIHJwY19pbmZvOntDb3A6Aa0UX3JwYzoxBZUIYWxfJSVQOTc0LjPCtXN9fQkzNTUgQnl0ZXMJISUgMgk0M182CTFfMSe4dGFibGU6ZHQsIGtlZXAgb3JkZXI6ZmFsc2UsIHN0YXRzOnBzZXVkbwk0CXRpa3YFsgQ6ewVlDDBzLCAthUh9LCBzY2FuX2RldGFpbDoge3RvAYwYcHJvY2VzczI4AQRhbDIXACBfc2l6ZTogMTgpVgRhbA0tODUsIGdldF9zbmFwc2hvdAnXECAxNy4xJSNwcm9ja3NkYjoge2RlbGV0ZV9za2lwcGVkX2NvdW4hhAHQAHk+FgAYOCwgYmxvYyHlOZcNMhQyfX19LCAB2V7GAAEcNvEBCGFsXyHzDRo1+CUpDHdhbGwNGQAyDbckfQlOL0EJTi9BCg==')\n# Binary_plan: tidb_decode_binary_plan('xgagCsEGCgxJbXBvcnRJbnRvXzIS+gUKDVRhYmxlUmVhZGVyXzcSuQMKD1QBElBGdWxsU2Nhbl82IWTCmlW+DkRBKQABAfCQiMNAMAQ4AkACShMKEQoLZnJvbV9zZWxlY3QSAmR0Uh5rZWVwIG9yZGVyOmZhbHNlLCBzdGF0czpwc2V1ZG9qwgJ0aWt2X3Rhc2s6e3RpbWU6MHMsIGxvb3BzOjF9LCBzY2FuX2RldGFpbDoge3RvdGFsX3Byb2Nlc3Nfa2V5czogNCwgdG90YWxfcHJvY2VzcwUXJF9zaXplOiAxODQRHlhrZXlzOiA1LCBnZXRfc25hcHNob3RfdAFywCAxNy4xwrVzLCByb2Nrc2RiOiB7ZGVsZXRlX3NraXBwZWRfY291bnQ6IDQsIGtleV86FgBQOCwgYmxvY2s6IHtjYWNoZV9oaXRfDTIUMn19fSwgAWcIX2RlUsYAARwUOiA4MS45BYMAdAXjCHdhaRGdDDQyLjUJGhxpa3Zfd2FsbA0zADINtwh9cP8RAQQBeBEKLP8BIZxWH6WHTBZBKSGnLagoAUABUhRkYXRhOlQ21gEEWhYFiBA0NDQuMgVuOGxvb3BzOjJi2AFjb3BfdCGgaCB7bnVtOiAxLCBtYXg6IDEuMDltcywgcHJvYy1fKW4loTbTAAXRADoZzBBjb3ByXzktRHJhdGlvOiAwLjAwLCBidWlsZAVyCF9kdQUaEG46IDc4BZaobWF4X2Rpc3RzcWxfY29uY3VycmVuY3k6IDF9LCBycGNfaW5mbzp7Q29wOgGtFF9ycGM6MVEDBeIwOTc0LjPCtXN9fXDjAj0vADghGxQDTi9BWhUFKBg0NjQuN21zVYxWZQEEGAE=')\n# Resource_group: default\nIMPORT INTO `write_after_import`.`t` FROM SELECT * FROM `from_select`.`dt`;"] === RUN TestImportInto/TestWriteAfterImportFromSelect/case-3 current case CREATE TABLE t (id int AUTO_INCREMENT PRIMARY KEY NONCLUSTERED, v varchar(64)) AUTO_ID_CACHE 1 [2024/05/06 13:10:56.440 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=136] [cur_db=write_after_import] [sql="drop table if exists t;"] [user=] [2024/05/06 13:10:56.467 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:189, Type:drop table, State:queueing, SchemaState:public, SchemaID:179, TableID:187, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:56.467 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:189, Type:drop table, State:queueing, SchemaState:public, SchemaID:179, TableID:187, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 13:10:56.515 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=189] [conn=2] [category=ddl] [job="ID:189, Type:drop table, State:queueing, SchemaState:public, SchemaID:179, TableID:187, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:56.545 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=136] [neededSchemaVersion=137] ["start time"=247.864µs] [gotSchemaVersion=137] [phyTblIDs="[187]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:56.555 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=189] [version=137] [2024/05/06 13:10:56.593 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=137] ["take time"=53.035274ms] [job="ID:189, Type:drop table, State:running, SchemaState:write only, SchemaID:179, TableID:187, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:56.631 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=189] [conn=2] [category=ddl] [job="ID:189, Type:drop table, State:running, SchemaState:write only, SchemaID:179, TableID:187, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:56.661 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=137] [neededSchemaVersion=138] ["start time"=217.427µs] [gotSchemaVersion=138] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:56.673 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=189] [version=138] [2024/05/06 13:10:56.711 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=138] ["take time"=53.257461ms] [job="ID:189, Type:drop table, State:running, SchemaState:delete only, SchemaID:179, TableID:187, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:56.779 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=189] [conn=2] [category=ddl] [job="ID:189, Type:drop table, State:running, SchemaState:delete only, SchemaID:179, TableID:187, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:56.789 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 179, Old Table ID: 187, Old Table Name: t"] [2024/05/06 13:10:56.864 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=138] [neededSchemaVersion=139] ["start time"=309.361µs] [gotSchemaVersion=139] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:56.877 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=189] [version=139] [2024/05/06 13:10:56.911 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=139] ["take time"=53.68894ms] [job="ID:189, Type:drop table, State:done, SchemaState:none, SchemaID:179, TableID:187, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:56.952 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=189] [tableIDs="[187]"] [comment="drop table: table ID"] [2024/05/06 13:10:56.962 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=189] [jobType="drop table"] [2024/05/06 13:10:56.966 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=189] [conn=2] [job="ID:189, Type:drop table, State:synced, SchemaState:none, SchemaID:179, TableID:187, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:56.443 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:57.025 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=189] [2024/05/06 13:10:57.025 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:57.029 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.589862731\n# Parse_time: 0.000519106\n# Compile_time: 0.00078997\n# Rewrite_time: 0.00001068\n# Optimize_time: 0.001033929\n# Wait_TS: 0.000345456\n# DB: write_after_import\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] [2024/05/06 13:10:57.033 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=139] [cur_db=write_after_import] [sql="CREATE TABLE t (id int AUTO_INCREMENT PRIMARY KEY NONCLUSTERED, v varchar(64)) AUTO_ID_CACHE 1"] [user=] [2024/05/06 13:10:57.083 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:191, Type:create table, State:queueing, SchemaState:none, SchemaID:179, TableID:190, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:57.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:57.083 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:191, Type:create table, State:queueing, SchemaState:none, SchemaID:179, TableID:190, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:57.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t (id int AUTO_INCREMENT PRIMARY KEY NONCLUSTERED, v varchar(64)) AUTO_ID_CACHE 1"] [2024/05/06 13:10:57.137 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=191] [conn=2] [category=ddl] [job="ID:191, Type:create table, State:queueing, SchemaState:none, SchemaID:179, TableID:190, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:57.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:57.145 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 179, Table ID: 190, Table Name: t"] [2024/05/06 13:10:57.214 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=139] [neededSchemaVersion=140] ["start time"=2.617735ms] [gotSchemaVersion=140] [phyTblIDs="[190]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:10:57.227 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=191] [version=140] [2024/05/06 13:10:57.264 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=140] ["take time"=56.898452ms] [job="ID:191, Type:create table, State:done, SchemaState:public, SchemaID:179, TableID:190, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:57.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:57.378 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=191] [conn=2] [job="ID:191, Type:create table, State:synced, SchemaState:public, SchemaID:179, TableID:190, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:57.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:57.425 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=191] [2024/05/06 13:10:57.426 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:57.429 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.399616209\n# Parse_time: 0.001612852\n# Compile_time: 0.002073119\n# Rewrite_time: 0.000008012\n# Optimize_time: 0.001033929\n# Wait_TS: 0.000383455\n# DB: write_after_import\n# Is_internal: false\n# Digest: 2f240416326fc09fb6849d7eeb00eb3313f36befa6e542035b06559f7cfa5f74\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE t (id int AUTO_INCREMENT PRIMARY KEY NONCLUSTERED, v varchar(64)) AUTO_ID_CACHE 1;"] [2024/05/06 13:10:57.601 +00:00] [INFO] [import_into.go:226] ["importing data from select statement"] [import-id=7ab45b5d-3b5d-4fad-8084-553ca4ac4832] [concurrency=2] [target-table=`write_after_import`.`t`] [target-table-id=190] [2024/05/06 13:10:57.609 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 13:10:57.609 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365872728081621462] [2024/05/06 13:10:57.610 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:57.610 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 13:10:57.611 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:57.611 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:57.611 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 13:10:57.611 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 13:10:57.611 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:57.625 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 13:10:57.627 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 13:10:57.627 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 13:10:57.631 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:10:57.635 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:57.683 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=t] [import-id=7ab45b5d-3b5d-4fad-8084-553ca4ac4832] [key=import-from-select] [2024/05/06 13:10:57.683 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=t] [import-id=7ab45b5d-3b5d-4fad-8084-553ca4ac4832] [key=import-from-select] [2024/05/06 13:10:57.687 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=t] [import-id=7ab45b5d-3b5d-4fad-8084-553ca4ac4832] [key=import-from-select] [readDur=21.312µs] [encodeDur=1.226624ms] [checksum="{cksum=1562502361153568187,size=222,kvs=6}"] [deliverDur=1.254754ms] [type=query] [takeTime=3.093334ms] [] [2024/05/06 13:10:57.687 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=t] [import-id=7ab45b5d-3b5d-4fad-8084-553ca4ac4832] [key=import-from-select] [readDur=208.635µs] [encodeDur=2.310518ms] [checksum="{cksum=3348452940637588680,size=74,kvs=2}"] [deliverDur=546.135µs] [type=query] [takeTime=3.794094ms] [] [2024/05/06 13:10:57.688 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=114] [kvs=3] [files=1] [sstFileSize=995] [file=/tmp/tidb/import-4000/7ab45b5d-3b5d-4fad-8084-553ca4ac4832/102b1544-1a0b-5f02-9523-0f5011224f00.sst/1c81cc1f-dc7b-4aee-8ddb-1a71541aa1f1.sst] [firstKey=7480000000000000BE5F728000000000000001] [lastKey=7480000000000000BE5F728000000000000004] [2024/05/06 13:10:57.689 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:10:57.689 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=38] [kvs=1] [files=1] [sstFileSize=936] [file=/tmp/tidb/import-4000/7ab45b5d-3b5d-4fad-8084-553ca4ac4832/102b1544-1a0b-5f02-9523-0f5011224f00.sst/f6b8c9ee-afd2-4813-8ac3-8421c0c0ee47.sst] [firstKey=7480000000000000BE5F728000000000000002] [lastKey=7480000000000000BE5F728000000000000002] [2024/05/06 13:10:57.692 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [takeTime=3.106117ms] [] [2024/05/06 13:10:57.692 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [retryCnt=0] [2024/05/06 13:10:57.699 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:10:57.721 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=102b1544-1a0b-5f02-9523-0f5011224f00] ["region ranges"=1] [count=4] [size=152] [2024/05/06 13:10:57.722 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:10:57.736 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=102b1544-1a0b-5f02-9523-0f5011224f00] [size=152] [kvs=4] [importedSize=152] [importedCount=4] [2024/05/06 13:10:57.738 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [retryCnt=0] [takeTime=45.67371ms] [] [2024/05/06 13:10:57.738 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:57.770 +00:00] [INFO] [engine.go:1644] ["compact sst"] [category=ddl-ingest] [fileCount=2] [size=144] [count=4] [cost=31.306269ms] [file=/tmp/tidb/import-4000/7ab45b5d-3b5d-4fad-8084-553ca4ac4832/630083e6-fc50-5cd2-8645-c17b147197ce.sst/1bfd3791-b1a8-4737-a6b9-b0b7f5732c2d.sst] [2024/05/06 13:10:57.770 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=144] [kvs=4] [files=1] [sstFileSize=1002] [file=/tmp/tidb/import-4000/7ab45b5d-3b5d-4fad-8084-553ca4ac4832/630083e6-fc50-5cd2-8645-c17b147197ce.sst/1bfd3791-b1a8-4737-a6b9-b0b7f5732c2d.sst] [firstKey=7480000000000000BE5F698000000000000001038000000000000004] [lastKey=7480000000000000BE5F698000000000000001038000000000000007] [2024/05/06 13:10:57.773 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=34.357993ms] [] [2024/05/06 13:10:57.773 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [2024/05/06 13:10:57.778 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:10:57.800 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=630083e6-fc50-5cd2-8645-c17b147197ce] ["region ranges"=1] [count=4] [size=144] [2024/05/06 13:10:57.800 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:10:57.815 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=630083e6-fc50-5cd2-8645-c17b147197ce] [size=144] [kvs=4] [importedSize=144] [importedCount=4] [2024/05/06 13:10:57.816 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [takeTime=43.509524ms] [] [2024/05/06 13:10:57.817 +00:00] [INFO] [table_import.go:761] ["post process start"] [table=t] [import-id=7ab45b5d-3b5d-4fad-8084-553ca4ac4832] [checksum="{\"id=-1\"=\"{cksum=4613872053217128256,size=152,kvs=4}\",\"id=1\"=\"{cksum=8921845837811637811,size=144,kvs=4}\"}"] [2024/05/06 13:10:57.817 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [table=t] [import-id=7ab45b5d-3b5d-4fad-8084-553ca4ac4832] [2024/05/06 13:10:57.830 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [table=t] [import-id=7ab45b5d-3b5d-4fad-8084-553ca4ac4832] [takeTime=13.253909ms] [] [2024/05/06 13:10:57.830 +00:00] [INFO] [table_import.go:835] ["local checksum"] [table=t] [import-id=7ab45b5d-3b5d-4fad-8084-553ca4ac4832] [checksum="{cksum=4311923599730848115,size=296,kvs=8}"] [2024/05/06 13:10:57.830 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [table=t] [import-id=7ab45b5d-3b5d-4fad-8084-553ca4ac4832] [weight=30] [2024/05/06 13:10:57.830 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [table=t] [import-id=7ab45b5d-3b5d-4fad-8084-553ca4ac4832] [concurrency=15] [2024/05/06 13:10:57.840 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=190] [physicalTableID=190] [indexID=-1] [checksum=4613872053217128256] [totalKvs=4] [totalBytes=152] [2024/05/06 13:10:57.841 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=190] [physicalTableID=190] [indexID=1] [checksum=8921845837811637811] [totalKvs=4] [totalBytes=144] [2024/05/06 13:10:57.842 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [table=t] [import-id=7ab45b5d-3b5d-4fad-8084-553ca4ac4832] [local="{cksum=4311923599730848115,size=296,kvs=8}"] [2024/05/06 13:10:57.842 +00:00] [INFO] [table_import.go:763] ["post process completed"] [table=t] [import-id=7ab45b5d-3b5d-4fad-8084-553ca4ac4832] [checksum="{\"id=-1\"=\"{cksum=4613872053217128256,size=152,kvs=4}\",\"id=1\"=\"{cksum=8921845837811637811,size=144,kvs=4}\"}"] [takeTime=25.574231ms] [] [2024/05/06 13:10:57.842 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:10:57.842 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [takeTime=27.099µs] [] [2024/05/06 13:10:57.843 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:10:57.844 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [takeTime=1.483383ms] [] [2024/05/06 13:10:57.844 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:57.844 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=13.272µs] [] [2024/05/06 13:10:57.844 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:57.845 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=1.140887ms] [] [2024/05/06 13:10:57.851 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:57.851 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 13:10:57.851 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:57.851 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 13:10:57.851 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 13:10:57.851 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 13:10:57.851 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 13:10:57.851 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:57.851 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:57.851 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:57.851 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:57.851 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:57.851 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 13:10:57.853 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 13:10:57.853 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:57.853 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:57.853 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:57.853 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:57.855 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449577237189492748\n# Conn_ID: 2\n# Query_time: 0.424556838\n# Parse_time: 0.000475649\n# Compile_time: 0.002580461\n# Rewrite_time: 0.001704891\n# Optimize_time: 0.001033929\n# Wait_TS: 0.000083482\n# Cop_time: 0.000057487 Process_time: 0.000087116 Wait_time: 0.000043156 Request_count: 1 Process_keys: 4 Total_keys: 5 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 4 Rocksdb_key_skipped_count: 8 Rocksdb_block_cache_hit_count: 2\n# DB: write_after_import\n# Is_internal: false\n# Digest: 4a4b6a4c30dc8ee1bebc60bd07e28678e357952a078d55330f553cd904684a3e\n# Stats: dt:pseudo[10000;0]\n# Num_cop_tasks: 1\n# Cop_proc_avg: 8.7116e-05 Cop_proc_addr: 127.0.0.1:20162\n# Cop_wait_avg: 4.3156e-05 Cop_wait_addr: 127.0.0.1:20162\n# Mem_max: 354\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('2wWYMAk1OV8yCTAJMAlOL0EJMAl0aW1lOjQxOS45bXMsIGxvb3BzOjEJARygTi9BCjEJMzFfNwkwCTEwMDAwCWRhdGE6VGFibGVGdWxsU2Nhbl82CTQJRBg1MDcuNsK1FUV4MiwgY29wX3Rhc2s6IHtudW06IDEsIG1heDogMS4zNwFuRHByb2Nfa2V5czogNCwgdG90XwESFDogODcuMQVKARMkd2FpdDogNDMuMgUTgGNvcHJfY2FjaGVfaGl0X3JhdGlvOiAwLjAwLCBidWlsZAVyCF9kdQUaGG46IDc2LjkFOqhtYXhfZGlzdHNxbF9jb25jdXJyZW5jeTogMX0sIHJwY19pbmZvOntDb3A6Aa8UX3JwYzoxBZcIYWxfJSdIMS4yNG1zfX0JMzU0IEJ5dGVzCSElIDIJNDNfNgkxXzEnuHRhYmxlOmR0LCBrZWVwIG9yZGVyOmZhbHNlLCBzdGF0czpwc2V1ZG8JNAl0aWt2BbIEOnsFYwAwNUABljxzY2FuX2RldGFpbDoge3RvAYoYcHJvY2VzczI4AQRhbDIXACBfc2l6ZTogMTgpVgRhbA0tODUsIGdldF9zbmFwc2hvdAnVECAxNi4zJSFwcm9ja3NkYjoge2RlbGV0ZV9za2lwcGVkX2NvdW4hhAHQAHk+FgAYOCwgYmxvYyHlOZcNMhQyfX19LCAB2V7GAAEcNvEBCGFsXyHzDRo1+CUpDHdhbGwNGUQyMDUuNcK1c30JTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('xgagCsEGCgxJbXBvcnRJbnRvXzIS+gUKDVRhYmxlUmVhZGVyXzcSuQMKD1QBElBGdWxsU2Nhbl82IWTCmlW+DkRBKQABAfCQiMNAMAQ4AkACShMKEQoLZnJvbV9zZWxlY3QSAmR0Uh5rZWVwIG9yZGVyOmZhbHNlLCBzdGF0czpwc2V1ZG9qwgJ0aWt2X3Rhc2s6e3RpbWU6MHMsIGxvb3BzOjF9LCBzY2FuX2RldGFpbDoge3RvdGFsX3Byb2Nlc3Nfa2V5czogNCwgdG90YWxfcHJvY2VzcwUXJF9zaXplOiAxODQRHlhrZXlzOiA1LCBnZXRfc25hcHNob3RfdAFywCAxNi4zwrVzLCByb2Nrc2RiOiB7ZGVsZXRlX3NraXBwZWRfY291bnQ6IDQsIGtleV86FgBQOCwgYmxvY2s6IHtjYWNoZV9oaXRfDTIUMn19fSwgAWcIX2RlUsYAARwUOiA4Ny4xBYMAdAXjCHdhaRGdDDQzLjIJGhxpa3Zfd2FsbA0zKDIwNS41wrVzfXD/EQEEAXgRCiz/ASGcVh+lh0wWQSkhpy2oKAFAAVIUZGF0YTpUNtYBBFoWBYgQNTA3LjYFbjhsb29wczoyYtgBY29wX3QhoGgge251bTogMSwgbWF4OiAxLjM3bXMsIHByb2MtXyluJaEAOjLTAAXRADoZzBBjb3ByXzktRHJhdGlvOiAwLjAwLCBidWlsZAVyCF9kdQUaGG46IDc2LjkFmKhtYXhfZGlzdHNxbF9jb25jdXJyZW5jeTogMX0sIHJwY19pbmZvOntDb3A6Aa8UX3JwYzoxUQUF5CgxLjI0bXN9fXDiAj0vADghGxQDTi9BWhUFJhA0MTkuOQHfKQkAMVZlAQQYAQ==')\n# Resource_group: default\nIMPORT INTO `write_after_import`.`t` FROM SELECT * FROM `from_select`.`dt`;"] === RUN TestImportInto/TestWriteAfterImportFromSelect/case-4 current case CREATE TABLE t (id int PRIMARY KEY CLUSTERED, v varchar(64)) [2024/05/06 13:10:57.868 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=140] [cur_db=write_after_import] [sql="drop table if exists t;"] [user=] [2024/05/06 13:10:57.907 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:192, Type:drop table, State:queueing, SchemaState:public, SchemaID:179, TableID:190, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:57.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:57.907 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:192, Type:drop table, State:queueing, SchemaState:public, SchemaID:179, TableID:190, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:57.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 13:10:57.957 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=192] [conn=2] [category=ddl] [job="ID:192, Type:drop table, State:queueing, SchemaState:public, SchemaID:179, TableID:190, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:57.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:58.002 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=140] [neededSchemaVersion=141] ["start time"=310.992µs] [gotSchemaVersion=141] [phyTblIDs="[190]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:58.014 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=192] [version=141] [2024/05/06 13:10:58.050 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=141] ["take time"=53.350009ms] [job="ID:192, Type:drop table, State:running, SchemaState:write only, SchemaID:179, TableID:190, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:57.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:58.091 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=192] [conn=2] [category=ddl] [job="ID:192, Type:drop table, State:running, SchemaState:write only, SchemaID:179, TableID:190, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:57.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:58.124 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=141] [neededSchemaVersion=142] ["start time"=242.424µs] [gotSchemaVersion=142] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:58.138 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=192] [version=142] [2024/05/06 13:10:58.172 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=142] ["take time"=52.911019ms] [job="ID:192, Type:drop table, State:running, SchemaState:delete only, SchemaID:179, TableID:190, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:57.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:58.229 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=192] [conn=2] [category=ddl] [job="ID:192, Type:drop table, State:running, SchemaState:delete only, SchemaID:179, TableID:190, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:57.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:58.238 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 179, Old Table ID: 190, Old Table Name: t"] [2024/05/06 13:10:58.317 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=142] [neededSchemaVersion=143] ["start time"=298.064µs] [gotSchemaVersion=143] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:58.330 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=192] [version=143] [2024/05/06 13:10:58.366 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=143] ["take time"=53.778343ms] [job="ID:192, Type:drop table, State:done, SchemaState:none, SchemaID:179, TableID:190, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:57.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:58.431 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=192] [tableIDs="[190]"] [comment="drop table: table ID"] [2024/05/06 13:10:58.440 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=192] [jobType="drop table"] [2024/05/06 13:10:58.444 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=192] [conn=2] [job="ID:192, Type:drop table, State:synced, SchemaState:none, SchemaID:179, TableID:190, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:57.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:58.511 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=192] [2024/05/06 13:10:58.511 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:58.515 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.647940747\n# Parse_time: 0.000609098\n# Compile_time: 0.000699156\n# Rewrite_time: 0.000011189\n# Optimize_time: 0.001235921\n# Wait_TS: 0.00034373\n# DB: write_after_import\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] [2024/05/06 13:10:58.517 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=143] [cur_db=write_after_import] [sql="CREATE TABLE t (id int PRIMARY KEY CLUSTERED, v varchar(64))"] [user=] [2024/05/06 13:10:58.554 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:194, Type:create table, State:queueing, SchemaState:none, SchemaID:179, TableID:193, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:58.493 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:58.554 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:194, Type:create table, State:queueing, SchemaState:none, SchemaID:179, TableID:193, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:58.493 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t (id int PRIMARY KEY CLUSTERED, v varchar(64))"] [2024/05/06 13:10:58.613 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=194] [conn=2] [category=ddl] [job="ID:194, Type:create table, State:queueing, SchemaState:none, SchemaID:179, TableID:193, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:58.493 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:58.621 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 179, Table ID: 193, Table Name: t"] [2024/05/06 13:10:58.678 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=143] [neededSchemaVersion=144] ["start time"=2.500145ms] [gotSchemaVersion=144] [phyTblIDs="[193]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:10:58.691 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=194] [version=144] [2024/05/06 13:10:58.729 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=144] ["take time"=58.779159ms] [job="ID:194, Type:create table, State:done, SchemaState:public, SchemaID:179, TableID:193, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:58.493 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:58.800 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=194] [conn=2] [job="ID:194, Type:create table, State:synced, SchemaState:public, SchemaID:179, TableID:193, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:58.493 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:58.841 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=194] [2024/05/06 13:10:58.841 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:58.846 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.330330368\n# Parse_time: 0.00079865\n# Compile_time: 0.001055098\n# Rewrite_time: 0.000010973\n# Optimize_time: 0.001235921\n# Wait_TS: 0.000456828\n# DB: write_after_import\n# Is_internal: false\n# Digest: 190445c91e9a154b99a97a4330dfe47563aadd09e811229dabe151d0482c68ff\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE t (id int PRIMARY KEY CLUSTERED, v varchar(64));"] [2024/05/06 13:10:59.034 +00:00] [INFO] [import_into.go:226] ["importing data from select statement"] [import-id=d8e1d996-5b1d-4a5d-8922-38d75548d3f8] [concurrency=2] [target-table=`write_after_import`.`t`] [target-table-id=193] [2024/05/06 13:10:59.042 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 13:10:59.042 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365872728081621462] [2024/05/06 13:10:59.043 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:59.043 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 13:10:59.044 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:10:59.044 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:59.044 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 13:10:59.044 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 13:10:59.044 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:59.058 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 13:10:59.060 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 13:10:59.061 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 13:10:59.065 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:10:59.069 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:59.079 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=t] [import-id=d8e1d996-5b1d-4a5d-8922-38d75548d3f8] [key=import-from-select] [2024/05/06 13:10:59.081 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=t] [import-id=d8e1d996-5b1d-4a5d-8922-38d75548d3f8] [key=import-from-select] [readDur=32.596µs] [encodeDur=1.036793ms] [checksum="{cksum=14384125892341312190,size=136,kvs=4}"] [deliverDur=298.43µs] [type=query] [takeTime=1.828171ms] [] [2024/05/06 13:10:59.082 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=136] [kvs=4] [files=1] [sstFileSize=1004] [file=/tmp/tidb/import-4000/d8e1d996-5b1d-4a5d-8922-38d75548d3f8/102b1544-1a0b-5f02-9523-0f5011224f00.sst/ebc85d6f-afc2-4419-9eab-74587c6bd344.sst] [firstKey=7480000000000000C15F728000000000000004] [lastKey=7480000000000000C15F728000000000000007] [2024/05/06 13:10:59.087 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=t] [import-id=d8e1d996-5b1d-4a5d-8922-38d75548d3f8] [key=import-from-select] [2024/05/06 13:10:59.087 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=t] [import-id=d8e1d996-5b1d-4a5d-8922-38d75548d3f8] [key=import-from-select] [readDur=0s] [encodeDur=0s] [checksum="{cksum=0,size=0,kvs=0}"] [deliverDur=0s] [type=query] [takeTime=126.54µs] [] [2024/05/06 13:10:59.087 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:10:59.089 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [takeTime=1.449656ms] [] [2024/05/06 13:10:59.089 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [retryCnt=0] [2024/05/06 13:10:59.093 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:10:59.115 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=102b1544-1a0b-5f02-9523-0f5011224f00] ["region ranges"=1] [count=4] [size=136] [2024/05/06 13:10:59.115 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:10:59.160 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=102b1544-1a0b-5f02-9523-0f5011224f00] [size=136] [kvs=4] [importedSize=136] [importedCount=4] [2024/05/06 13:10:59.162 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [retryCnt=0] [takeTime=72.760475ms] [] [2024/05/06 13:10:59.162 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:59.164 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=2.16996ms] [] [2024/05/06 13:10:59.164 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [2024/05/06 13:10:59.164 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:59.164 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [takeTime=63.189µs] [] [2024/05/06 13:10:59.165 +00:00] [INFO] [table_import.go:761] ["post process start"] [table=t] [import-id=d8e1d996-5b1d-4a5d-8922-38d75548d3f8] [checksum="{\"id=-1\"=\"{cksum=14384125892341312190,size=136,kvs=4}\"}"] [2024/05/06 13:10:59.165 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [table=t] [import-id=d8e1d996-5b1d-4a5d-8922-38d75548d3f8] [2024/05/06 13:10:59.165 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [table=t] [import-id=d8e1d996-5b1d-4a5d-8922-38d75548d3f8] [takeTime=34.2µs] [] [2024/05/06 13:10:59.165 +00:00] [INFO] [table_import.go:835] ["local checksum"] [table=t] [import-id=d8e1d996-5b1d-4a5d-8922-38d75548d3f8] [checksum="{cksum=14384125892341312190,size=136,kvs=4}"] [2024/05/06 13:10:59.165 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [table=t] [import-id=d8e1d996-5b1d-4a5d-8922-38d75548d3f8] [weight=30] [2024/05/06 13:10:59.165 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [table=t] [import-id=d8e1d996-5b1d-4a5d-8922-38d75548d3f8] [concurrency=15] [2024/05/06 13:10:59.169 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=193] [physicalTableID=193] [indexID=-1] [checksum=14384125892341312190] [totalKvs=4] [totalBytes=136] [2024/05/06 13:10:59.170 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [table=t] [import-id=d8e1d996-5b1d-4a5d-8922-38d75548d3f8] [local="{cksum=14384125892341312190,size=136,kvs=4}"] [2024/05/06 13:10:59.170 +00:00] [INFO] [table_import.go:763] ["post process completed"] [table=t] [import-id=d8e1d996-5b1d-4a5d-8922-38d75548d3f8] [checksum="{\"id=-1\"=\"{cksum=14384125892341312190,size=136,kvs=4}\"}"] [takeTime=5.704903ms] [] [2024/05/06 13:10:59.171 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:10:59.171 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [takeTime=12.15µs] [] [2024/05/06 13:10:59.171 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:10:59.172 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [takeTime=1.378719ms] [] [2024/05/06 13:10:59.172 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:59.172 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=9.773µs] [] [2024/05/06 13:10:59.172 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:10:59.173 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=1.092514ms] [] [2024/05/06 13:10:59.178 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 13:10:59.178 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 13:10:59.178 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 13:10:59.178 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 13:10:59.178 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 13:10:59.178 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 13:10:59.178 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 13:10:59.178 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:59.178 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:59.178 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:59.178 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:59.178 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:59.178 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 13:10:59.180 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 13:10:59.180 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:10:59.180 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:10:59.180 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:10:59.180 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:10:59.182 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449577237569601537\n# Conn_ID: 2\n# Query_time: 0.334745763\n# Parse_time: 0.000520685\n# Compile_time: 0.002848015\n# Rewrite_time: 0.001851409\n# Optimize_time: 0.001235921\n# Wait_TS: 0.000096655\n# Cop_time: 0.000055616 Process_time: 0.000055255 Wait_time: 0.000037166 Request_count: 1 Process_keys: 4 Total_keys: 5 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 4 Rocksdb_key_skipped_count: 8 Rocksdb_block_cache_hit_count: 2\n# DB: write_after_import\n# Is_internal: false\n# Digest: 4a4b6a4c30dc8ee1bebc60bd07e28678e357952a078d55330f553cd904684a3e\n# Stats: dt:pseudo[10000;0]\n# Num_cop_tasks: 1\n# Cop_proc_avg: 5.5255e-05 Cop_proc_addr: 127.0.0.1:20162\n# Cop_wait_avg: 3.7166e-05 Cop_wait_addr: 127.0.0.1:20162\n# Mem_max: 354\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('2wWYMAk1OV8yCTAJMAlOL0EJMAl0aW1lOjMyOS45bXMsIGxvb3BzOjEJARygTi9BCjEJMzFfNwkwCTEwMDAwCWRhdGE6VGFibGVGdWxsU2Nhbl82CTQJRBg0MTQuMsK1FUV4MiwgY29wX3Rhc2s6IHtudW06IDEsIG1heDogMS4wOAFuRHByb2Nfa2V5czogNCwgdG90XwESFDogNTUuMwVKARMcd2FpdDogMzcNXYBjb3ByX2NhY2hlX2hpdF9yYXRpbzogMC4wMCwgYnVpbGQFcghfZHUFGhBuOiA4MQ06qG1heF9kaXN0c3FsX2NvbmN1cnJlbmN5OiAxfSwgcnBjX2luZm86e0NvcDoBrxRfcnBjOjEFlwhhbF8lJ1A5ODIuMcK1c319CTM1NCBCeXRlcwkhJyAyCTQzXzYJMV8xKbh0YWJsZTpkdCwga2VlcCBvcmRlcjpmYWxzZSwgc3RhdHM6cHNldWRvCTQJdGlrdgW0BDp7BWUAMDVCAZg8c2Nhbl9kZXRhaWw6IHt0bwGMGHByb2Nlc3MyOgEEYWwyFwAgX3NpemU6IDE4KVgEYWwNLTg1LCBnZXRfc25hcHNob3QJ1xAgMTIuOSVwdHJvY2tzZGI6IHtkZWxldGVfc2tpcHBlZF9jb3VudCWmCGtleT4WABg4LCBibG9jIec5mQ0yFDJ9fX0sIAHZXsYAARw28wEIYWxfIfUNGjX6JSkMd2FsbA0ZPDIxMcK1c30JTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('xgagCsEGCgxJbXBvcnRJbnRvXzIS+gUKDVRhYmxlUmVhZGVyXzcStwMKD1QBElBGdWxsU2Nhbl82IWTCmlW+DkRBKQABAfCQiMNAMAQ4AkACShMKEQoLZnJvbV9zZWxlY3QSAmR0Uh5rZWVwIG9yZGVyOmZhbHNlLCBzdGF0czpwc2V1ZG9qwAJ0aWt2X3Rhc2s6e3RpbWU6MHMsIGxvb3BzOjF9LCBzY2FuX2RldGFpbDoge3RvdGFsX3Byb2Nlc3Nfa2V5czogNCwgdG90YWxfcHJvY2VzcwUXJF9zaXplOiAxODQRHlhrZXlzOiA1LCBnZXRfc25hcHNob3RfdAFywCAxMi45wrVzLCByb2Nrc2RiOiB7ZGVsZXRlX3NraXBwZWRfY291bnQ6IDQsIGtleV86FgBQOCwgYmxvY2s6IHtjYWNoZV9oaXRfDTIUMn19fSwgAWcIX2RlUsYAARwUOiA1NS4zBYMAdAXjCHdhaRGdDDM3LjIJGhxpa3Zfd2FsbA0zIDIxMcK1c31w/xEBBAF4EQoo/wEhnFYfpYdMFkEupgEoAUABUhRkYXRhOlQ21AEEWhYFhgg0MTQNbDhsb29wczoyYtoBY29wX3Qhnmgge251bTogMSwgbWF4OiAxLjA4bXMsIHByb2MtXSlsJZ820QAFzwA6GcoQY29wcl85K0RyYXRpbzogMC4wMCwgYnVpbGQFcghfZHUFGhRuOiA4MS4pBKhtYXhfZGlzdHNxbF9jb25jdXJyZW5jeTogMX0sIHJwY19pbmZvOntDb3A6Aa8UX3JwYzoxUQMF5Aw5ODIuJTgMfXDiAj0xADghHRQDTi9BWhUFKBAzMjkuOQHhKQsAMVZnAQQYAQ==')\n# Resource_group: default\nIMPORT INTO `write_after_import`.`t` FROM SELECT * FROM `from_select`.`dt`;"] === RUN TestImportInto/TestWriteAfterImportFromSelect/case-5 current case CREATE TABLE t (id int PRIMARY KEY CLUSTERED, v varchar(64)) AUTO_ID_CACHE 1 [2024/05/06 13:10:59.206 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=144] [cur_db=write_after_import] [sql="drop table if exists t;"] [user=] [2024/05/06 13:10:59.233 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:195, Type:drop table, State:queueing, SchemaState:public, SchemaID:179, TableID:193, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:59.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:59.233 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:195, Type:drop table, State:queueing, SchemaState:public, SchemaID:179, TableID:193, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:59.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 13:10:59.274 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=195] [conn=2] [category=ddl] [job="ID:195, Type:drop table, State:queueing, SchemaState:public, SchemaID:179, TableID:193, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:59.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:59.316 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=144] [neededSchemaVersion=145] ["start time"=247.059µs] [gotSchemaVersion=145] [phyTblIDs="[193]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:59.331 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=195] [version=145] [2024/05/06 13:10:59.365 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=145] ["take time"=53.072711ms] [job="ID:195, Type:drop table, State:running, SchemaState:write only, SchemaID:179, TableID:193, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:59.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:59.434 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=195] [conn=2] [category=ddl] [job="ID:195, Type:drop table, State:running, SchemaState:write only, SchemaID:179, TableID:193, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:59.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:59.466 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=145] [neededSchemaVersion=146] ["start time"=232.643µs] [gotSchemaVersion=146] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:59.479 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=195] [version=146] [2024/05/06 13:10:59.515 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=146] ["take time"=53.135757ms] [job="ID:195, Type:drop table, State:running, SchemaState:delete only, SchemaID:179, TableID:193, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:59.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:59.579 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=195] [conn=2] [category=ddl] [job="ID:195, Type:drop table, State:running, SchemaState:delete only, SchemaID:179, TableID:193, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:59.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:59.589 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 179, Old Table ID: 193, Old Table Name: t"] [2024/05/06 13:10:59.659 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=146] [neededSchemaVersion=147] ["start time"=292.658µs] [gotSchemaVersion=147] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:10:59.672 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=195] [version=147] [2024/05/06 13:10:59.707 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=147] ["take time"=53.501779ms] [job="ID:195, Type:drop table, State:done, SchemaState:none, SchemaID:179, TableID:193, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:59.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:59.758 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=195] [tableIDs="[193]"] [comment="drop table: table ID"] [2024/05/06 13:10:59.767 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=195] [jobType="drop table"] [2024/05/06 13:10:59.771 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=195] [conn=2] [job="ID:195, Type:drop table, State:synced, SchemaState:none, SchemaID:179, TableID:193, RowCount:0, ArgLen:3, start time: 2024-05-06 13:10:59.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:59.840 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=195] [2024/05/06 13:10:59.841 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:10:59.844 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.639639005\n# Parse_time: 0.000482353\n# Compile_time: 0.000662776\n# Rewrite_time: 0.000010401\n# Optimize_time: 0.000904814\n# Wait_TS: 0.000375108\n# DB: write_after_import\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] [2024/05/06 13:10:59.847 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=147] [cur_db=write_after_import] [sql="CREATE TABLE t (id int PRIMARY KEY CLUSTERED, v varchar(64)) AUTO_ID_CACHE 1"] [user=] [2024/05/06 13:10:59.897 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:197, Type:create table, State:queueing, SchemaState:none, SchemaID:179, TableID:196, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:59.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:10:59.897 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:197, Type:create table, State:queueing, SchemaState:none, SchemaID:179, TableID:196, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:59.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t (id int PRIMARY KEY CLUSTERED, v varchar(64)) AUTO_ID_CACHE 1"] [2024/05/06 13:10:59.966 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=197] [conn=2] [category=ddl] [job="ID:197, Type:create table, State:queueing, SchemaState:none, SchemaID:179, TableID:196, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:59.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:10:59.974 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 179, Table ID: 196, Table Name: t"] [2024/05/06 13:11:00.038 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=147] [neededSchemaVersion=148] ["start time"=2.494077ms] [gotSchemaVersion=148] [phyTblIDs="[196]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:11:00.051 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=197] [version=148] [2024/05/06 13:11:00.085 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=148] ["take time"=53.522857ms] [job="ID:197, Type:create table, State:done, SchemaState:public, SchemaID:179, TableID:196, RowCount:0, ArgLen:2, start time: 2024-05-06 13:10:59.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:00.175 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=197] [conn=2] [job="ID:197, Type:create table, State:synced, SchemaState:public, SchemaID:179, TableID:196, RowCount:0, ArgLen:0, start time: 2024-05-06 13:10:59.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:00.224 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=197] [2024/05/06 13:11:00.225 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:11:00.228 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.383314017\n# Parse_time: 0.000726761\n# Compile_time: 0.001047935\n# Rewrite_time: 0.000010142\n# Optimize_time: 0.000904814\n# Wait_TS: 0.000424896\n# DB: write_after_import\n# Is_internal: false\n# Digest: 167c2c11a12c6f6f66c7470de635a9c733721defb10797a5ebafdd6a3e1222b0\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE t (id int PRIMARY KEY CLUSTERED, v varchar(64)) AUTO_ID_CACHE 1;"] [2024/05/06 13:11:00.391 +00:00] [INFO] [import_into.go:226] ["importing data from select statement"] [import-id=0617714c-c1c1-47ed-be1d-447815675ab0] [concurrency=2] [target-table=`write_after_import`.`t`] [target-table-id=196] [2024/05/06 13:11:00.398 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 13:11:00.399 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365872728081621462] [2024/05/06 13:11:00.399 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:11:00.399 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 13:11:00.400 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:11:00.400 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 13:11:00.400 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 13:11:00.400 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 13:11:00.400 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 13:11:00.414 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 13:11:00.417 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 13:11:00.417 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 13:11:00.421 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:11:00.425 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:11:00.442 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=t] [import-id=0617714c-c1c1-47ed-be1d-447815675ab0] [key=import-from-select] [2024/05/06 13:11:00.444 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=t] [import-id=0617714c-c1c1-47ed-be1d-447815675ab0] [key=import-from-select] [readDur=51.994µs] [encodeDur=1.292812ms] [checksum="{cksum=14384125892341312190,size=136,kvs=4}"] [deliverDur=438.909µs] [type=query] [takeTime=2.230603ms] [] [2024/05/06 13:11:00.445 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=136] [kvs=4] [files=1] [sstFileSize=1004] [file=/tmp/tidb/import-4000/0617714c-c1c1-47ed-be1d-447815675ab0/102b1544-1a0b-5f02-9523-0f5011224f00.sst/63224d42-81a6-4750-aeda-9726fe3613c3.sst] [firstKey=7480000000000000C45F728000000000000004] [lastKey=7480000000000000C45F728000000000000007] [2024/05/06 13:11:00.450 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=t] [import-id=0617714c-c1c1-47ed-be1d-447815675ab0] [key=import-from-select] [2024/05/06 13:11:00.450 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=t] [import-id=0617714c-c1c1-47ed-be1d-447815675ab0] [key=import-from-select] [readDur=0s] [encodeDur=0s] [checksum="{cksum=0,size=0,kvs=0}"] [deliverDur=0s] [type=query] [takeTime=117.875µs] [] [2024/05/06 13:11:00.450 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:11:00.451 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [takeTime=1.454812ms] [] [2024/05/06 13:11:00.451 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [retryCnt=0] [2024/05/06 13:11:00.456 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:11:00.477 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=102b1544-1a0b-5f02-9523-0f5011224f00] ["region ranges"=1] [count=4] [size=136] [2024/05/06 13:11:00.478 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:11:00.491 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=102b1544-1a0b-5f02-9523-0f5011224f00] [size=136] [kvs=4] [importedSize=136] [importedCount=4] [2024/05/06 13:11:00.492 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [retryCnt=0] [takeTime=40.948351ms] [] [2024/05/06 13:11:00.493 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:11:00.494 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=1.533551ms] [] [2024/05/06 13:11:00.494 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [2024/05/06 13:11:00.494 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:11:00.494 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [takeTime=62.952µs] [] [2024/05/06 13:11:00.494 +00:00] [INFO] [table_import.go:761] ["post process start"] [table=t] [import-id=0617714c-c1c1-47ed-be1d-447815675ab0] [checksum="{\"id=-1\"=\"{cksum=14384125892341312190,size=136,kvs=4}\"}"] [2024/05/06 13:11:00.494 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [table=t] [import-id=0617714c-c1c1-47ed-be1d-447815675ab0] [2024/05/06 13:11:00.494 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [table=t] [import-id=0617714c-c1c1-47ed-be1d-447815675ab0] [takeTime=10.241µs] [] [2024/05/06 13:11:00.495 +00:00] [INFO] [table_import.go:835] ["local checksum"] [table=t] [import-id=0617714c-c1c1-47ed-be1d-447815675ab0] [checksum="{cksum=14384125892341312190,size=136,kvs=4}"] [2024/05/06 13:11:00.495 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [table=t] [import-id=0617714c-c1c1-47ed-be1d-447815675ab0] [weight=30] [2024/05/06 13:11:00.495 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [table=t] [import-id=0617714c-c1c1-47ed-be1d-447815675ab0] [concurrency=15] [2024/05/06 13:11:00.499 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=196] [physicalTableID=196] [indexID=-1] [checksum=14384125892341312190] [totalKvs=4] [totalBytes=136] [2024/05/06 13:11:00.500 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [table=t] [import-id=0617714c-c1c1-47ed-be1d-447815675ab0] [local="{cksum=14384125892341312190,size=136,kvs=4}"] [2024/05/06 13:11:00.500 +00:00] [INFO] [table_import.go:763] ["post process completed"] [table=t] [import-id=0617714c-c1c1-47ed-be1d-447815675ab0] [checksum="{\"id=-1\"=\"{cksum=14384125892341312190,size=136,kvs=4}\"}"] [takeTime=5.676061ms] [] [2024/05/06 13:11:00.500 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:11:00.500 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [takeTime=11.419µs] [] [2024/05/06 13:11:00.500 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:11:00.502 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [takeTime=1.169843ms] [] [2024/05/06 13:11:00.502 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:11:00.502 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=12.675µs] [] [2024/05/06 13:11:00.502 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:11:00.503 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=901.956µs] [] [2024/05/06 13:11:00.506 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 13:11:00.506 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 13:11:00.506 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 13:11:00.506 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 13:11:00.506 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 13:11:00.506 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 13:11:00.506 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 13:11:00.506 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:11:00.506 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:11:00.506 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:11:00.507 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:11:00.507 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:11:00.507 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 13:11:00.509 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 13:11:00.509 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:11:00.509 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:11:00.509 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:11:00.509 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] === RUN TestImportInto/TestWriteAfterImportFromSelect/case-6 current case CREATE TABLE t (id int, v varchar(64)) [2024/05/06 13:11:00.520 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=148] [cur_db=write_after_import] [sql="drop table if exists t;"] [user=] [2024/05/06 13:11:00.593 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:198, Type:drop table, State:queueing, SchemaState:public, SchemaID:179, TableID:196, RowCount:0, ArgLen:2, start time: 2024-05-06 13:11:00.494 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:11:00.593 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:198, Type:drop table, State:queueing, SchemaState:public, SchemaID:179, TableID:196, RowCount:0, ArgLen:2, start time: 2024-05-06 13:11:00.494 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 13:11:00.635 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=198] [conn=2] [category=ddl] [job="ID:198, Type:drop table, State:queueing, SchemaState:public, SchemaID:179, TableID:196, RowCount:0, ArgLen:0, start time: 2024-05-06 13:11:00.494 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:00.664 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=148] [neededSchemaVersion=149] ["start time"=291.035µs] [gotSchemaVersion=149] [phyTblIDs="[196]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:11:00.676 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=198] [version=149] [2024/05/06 13:11:00.714 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=149] ["take time"=53.327007ms] [job="ID:198, Type:drop table, State:running, SchemaState:write only, SchemaID:179, TableID:196, RowCount:0, ArgLen:2, start time: 2024-05-06 13:11:00.494 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:00.759 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=198] [conn=2] [category=ddl] [job="ID:198, Type:drop table, State:running, SchemaState:write only, SchemaID:179, TableID:196, RowCount:0, ArgLen:0, start time: 2024-05-06 13:11:00.494 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:00.794 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=149] [neededSchemaVersion=150] ["start time"=232.524µs] [gotSchemaVersion=150] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:11:00.805 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=198] [version=150] [2024/05/06 13:11:00.843 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=150] ["take time"=53.039487ms] [job="ID:198, Type:drop table, State:running, SchemaState:delete only, SchemaID:179, TableID:196, RowCount:0, ArgLen:0, start time: 2024-05-06 13:11:00.494 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:00.884 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=198] [conn=2] [category=ddl] [job="ID:198, Type:drop table, State:running, SchemaState:delete only, SchemaID:179, TableID:196, RowCount:0, ArgLen:0, start time: 2024-05-06 13:11:00.494 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:00.894 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 179, Old Table ID: 196, Old Table Name: t"] [2024/05/06 13:11:00.931 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=150] [neededSchemaVersion=151] ["start time"=222.353µs] [gotSchemaVersion=151] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:11:00.942 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=198] [version=151] [2024/05/06 13:11:00.981 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=151] ["take time"=53.080064ms] [job="ID:198, Type:drop table, State:done, SchemaState:none, SchemaID:179, TableID:196, RowCount:0, ArgLen:3, start time: 2024-05-06 13:11:00.494 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:01.064 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=198] [tableIDs="[196]"] [comment="drop table: table ID"] [2024/05/06 13:11:01.075 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=198] [jobType="drop table"] [2024/05/06 13:11:01.079 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=198] [conn=2] [job="ID:198, Type:drop table, State:synced, SchemaState:none, SchemaID:179, TableID:196, RowCount:0, ArgLen:3, start time: 2024-05-06 13:11:00.494 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:01.141 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=198] [2024/05/06 13:11:01.141 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:11:01.145 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.626417764\n# Parse_time: 0.000667897\n# Compile_time: 0.000863619\n# Rewrite_time: 0.000017145\n# Optimize_time: 0.001216002\n# Wait_TS: 0.000533758\n# DB: write_after_import\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] [2024/05/06 13:11:01.147 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=151] [cur_db=write_after_import] [sql="CREATE TABLE t (id int, v varchar(64))"] [user=] [2024/05/06 13:11:01.190 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:200, Type:create table, State:queueing, SchemaState:none, SchemaID:179, TableID:199, RowCount:0, ArgLen:2, start time: 2024-05-06 13:11:01.144 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:11:01.190 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:200, Type:create table, State:queueing, SchemaState:none, SchemaID:179, TableID:199, RowCount:0, ArgLen:2, start time: 2024-05-06 13:11:01.144 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t (id int, v varchar(64))"] [2024/05/06 13:11:01.252 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=200] [conn=2] [category=ddl] [job="ID:200, Type:create table, State:queueing, SchemaState:none, SchemaID:179, TableID:199, RowCount:0, ArgLen:0, start time: 2024-05-06 13:11:01.144 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:01.260 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 179, Table ID: 199, Table Name: t"] [2024/05/06 13:11:01.318 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=151] [neededSchemaVersion=152] ["start time"=2.470382ms] [gotSchemaVersion=152] [phyTblIDs="[199]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:11:01.330 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=200] [version=152] [2024/05/06 13:11:01.365 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=152] ["take time"=53.085932ms] [job="ID:200, Type:create table, State:done, SchemaState:public, SchemaID:179, TableID:199, RowCount:0, ArgLen:2, start time: 2024-05-06 13:11:01.144 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:01.436 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=200] [conn=2] [job="ID:200, Type:create table, State:synced, SchemaState:public, SchemaID:179, TableID:199, RowCount:0, ArgLen:0, start time: 2024-05-06 13:11:01.144 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:01.472 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=200] [2024/05/06 13:11:01.472 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:11:01.476 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.329891272\n# Parse_time: 0.000544203\n# Compile_time: 0.000923296\n# Rewrite_time: 0.000009341\n# Optimize_time: 0.001216002\n# Wait_TS: 0.000399964\n# DB: write_after_import\n# Is_internal: false\n# Digest: 32143d83306264b999fc086c72ef59b7822ff30eb2a53d16557ca027c4ee9578\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE t (id int, v varchar(64));"] [2024/05/06 13:11:01.716 +00:00] [INFO] [import_into.go:226] ["importing data from select statement"] [import-id=1c56dfb2-62d0-407b-9c66-5bb3aa5fc92d] [concurrency=2] [target-table=`write_after_import`.`t`] [target-table-id=199] [2024/05/06 13:11:01.724 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 13:11:01.724 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365872728081621462] [2024/05/06 13:11:01.725 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:11:01.725 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 13:11:01.726 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:11:01.726 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 13:11:01.726 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 13:11:01.726 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 13:11:01.726 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 13:11:01.740 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 13:11:01.742 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 13:11:01.742 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 13:11:01.747 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:11:01.750 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:11:01.757 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=t] [import-id=1c56dfb2-62d0-407b-9c66-5bb3aa5fc92d] [key=import-from-select] [2024/05/06 13:11:01.757 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=t] [import-id=1c56dfb2-62d0-407b-9c66-5bb3aa5fc92d] [key=import-from-select] [2024/05/06 13:11:01.758 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=t] [import-id=1c56dfb2-62d0-407b-9c66-5bb3aa5fc92d] [key=import-from-select] [readDur=28.153µs] [encodeDur=915.149µs] [checksum="{cksum=1654102259029988131,size=114,kvs=3}"] [deliverDur=263.247µs] [type=query] [takeTime=1.64285ms] [] [2024/05/06 13:11:01.759 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=t] [import-id=1c56dfb2-62d0-407b-9c66-5bb3aa5fc92d] [key=import-from-select] [readDur=9.323µs] [encodeDur=773.415µs] [checksum="{cksum=6265431849346841699,size=38,kvs=1}"] [deliverDur=276.865µs] [type=query] [takeTime=1.383229ms] [] [2024/05/06 13:11:01.759 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=38] [kvs=1] [files=1] [sstFileSize=936] [file=/tmp/tidb/import-4000/1c56dfb2-62d0-407b-9c66-5bb3aa5fc92d/102b1544-1a0b-5f02-9523-0f5011224f00.sst/c5b22f7a-521a-47ba-8e46-50aa64ca4dac.sst] [firstKey=7480000000000000C75F728000000000000002] [lastKey=7480000000000000C75F728000000000000002] [2024/05/06 13:11:01.759 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:11:01.760 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=114] [kvs=3] [files=1] [sstFileSize=995] [file=/tmp/tidb/import-4000/1c56dfb2-62d0-407b-9c66-5bb3aa5fc92d/102b1544-1a0b-5f02-9523-0f5011224f00.sst/b9b7e199-da7b-47f7-b24c-932150d71bfe.sst] [firstKey=7480000000000000C75F728000000000000001] [lastKey=7480000000000000C75F728000000000000004] [2024/05/06 13:11:01.763 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [takeTime=3.420122ms] [] [2024/05/06 13:11:01.763 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [retryCnt=0] [2024/05/06 13:11:01.767 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:11:01.789 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=102b1544-1a0b-5f02-9523-0f5011224f00] ["region ranges"=1] [count=4] [size=152] [2024/05/06 13:11:01.789 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:11:01.803 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=102b1544-1a0b-5f02-9523-0f5011224f00] [size=152] [kvs=4] [importedSize=152] [importedCount=4] [2024/05/06 13:11:01.805 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [retryCnt=0] [takeTime=42.260603ms] [] [2024/05/06 13:11:01.805 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:11:01.807 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=1.526432ms] [] [2024/05/06 13:11:01.807 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [2024/05/06 13:11:01.807 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:11:01.807 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [takeTime=62.295µs] [] [2024/05/06 13:11:01.807 +00:00] [INFO] [table_import.go:761] ["post process start"] [table=t] [import-id=1c56dfb2-62d0-407b-9c66-5bb3aa5fc92d] [checksum="{\"id=-1\"=\"{cksum=4613872053217128256,size=152,kvs=4}\"}"] [2024/05/06 13:11:01.807 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [table=t] [import-id=1c56dfb2-62d0-407b-9c66-5bb3aa5fc92d] [2024/05/06 13:11:01.815 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [table=t] [import-id=1c56dfb2-62d0-407b-9c66-5bb3aa5fc92d] [takeTime=7.485675ms] [] [2024/05/06 13:11:01.815 +00:00] [INFO] [table_import.go:835] ["local checksum"] [table=t] [import-id=1c56dfb2-62d0-407b-9c66-5bb3aa5fc92d] [checksum="{cksum=4613872053217128256,size=152,kvs=4}"] [2024/05/06 13:11:01.815 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [table=t] [import-id=1c56dfb2-62d0-407b-9c66-5bb3aa5fc92d] [weight=30] [2024/05/06 13:11:01.815 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [table=t] [import-id=1c56dfb2-62d0-407b-9c66-5bb3aa5fc92d] [concurrency=15] [2024/05/06 13:11:01.819 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=199] [physicalTableID=199] [indexID=-1] [checksum=4613872053217128256] [totalKvs=4] [totalBytes=152] [2024/05/06 13:11:01.820 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [table=t] [import-id=1c56dfb2-62d0-407b-9c66-5bb3aa5fc92d] [local="{cksum=4613872053217128256,size=152,kvs=4}"] [2024/05/06 13:11:01.820 +00:00] [INFO] [table_import.go:763] ["post process completed"] [table=t] [import-id=1c56dfb2-62d0-407b-9c66-5bb3aa5fc92d] [checksum="{\"id=-1\"=\"{cksum=4613872053217128256,size=152,kvs=4}\"}"] [takeTime=12.757108ms] [] [2024/05/06 13:11:01.820 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:11:01.820 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [takeTime=11.859µs] [] [2024/05/06 13:11:01.820 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:11:01.821 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [takeTime=1.254963ms] [] [2024/05/06 13:11:01.822 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:11:01.822 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=12.759µs] [] [2024/05/06 13:11:01.822 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:11:01.823 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=1.004626ms] [] [2024/05/06 13:11:01.826 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 13:11:01.826 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 13:11:01.826 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 13:11:01.826 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 13:11:01.826 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 13:11:01.826 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:11:01.826 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 13:11:01.826 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 13:11:01.826 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:11:01.826 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:11:01.826 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:11:01.826 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:11:01.826 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 13:11:01.828 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 13:11:01.828 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:11:01.828 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:11:01.828 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:11:01.828 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:11:01.830 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449577238250913801\n# Conn_ID: 2\n# Query_time: 0.353017368\n# Parse_time: 0.000478986\n# Compile_time: 0.0334989\n# Rewrite_time: 0.03233783\n# Optimize_time: 0.001216002\n# Wait_TS: 0.000259592\n# Cop_time: 0.000094758 Process_time: 0.000066635 Wait_time: 0.000041042 Request_count: 1 Process_keys: 4 Total_keys: 5 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 4 Rocksdb_key_skipped_count: 8 Rocksdb_block_cache_hit_count: 2\n# DB: write_after_import\n# Is_internal: false\n# Digest: 4a4b6a4c30dc8ee1bebc60bd07e28678e357952a078d55330f553cd904684a3e\n# Stats: dt:pseudo[10000;0]\n# Num_cop_tasks: 1\n# Cop_proc_avg: 6.6635e-05 Cop_proc_addr: 127.0.0.1:20160\n# Cop_wait_avg: 4.1042e-05 Cop_wait_addr: 127.0.0.1:20160\n# Mem_max: 355\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('2AWYMAk1OV8yCTAJMAlOL0EJMAl0aW1lOjMxNi4zbXMsIGxvb3BzOjEJARygTi9BCjEJMzFfNwkwCTEwMDAwCWRhdGE6VGFibGVGdWxsU2Nhbl82CTQJRBg2MTEuM8K1FUV4MiwgY29wX3Rhc2s6IHtudW06IDEsIG1heDogMi4xNgFuRHByb2Nfa2V5czogNCwgdG90XwESFDogNjYuNgVKARMcd2FpdDogNDEFEYBjb3ByX2NhY2hlX2hpdF9yYXRpbzogMC4wMCwgYnVpbGQFcAhfZHUFGhxuOiAxODkuOQU7qG1heF9kaXN0c3FsX2NvbmN1cnJlbmN5OiAxfSwgcnBjX2luZm86e0NvcDoBrhRfcnBjOjEFlghhbF8lJkgxLjk5bXN9fQkzNTUgQnl0ZXMJISQgMgk0M182CTFfMSa4dGFibGU6ZHQsIGtlZXAgb3JkZXI6ZmFsc2UsIHN0YXRzOnBzZXVkbwk0CXRpa3YFswQ6ewVjADA1PwGWPHNjYW5fZGV0YWlsOiB7dG8Bihhwcm9jZXNzMjcBBGFsMhcAEF9zaXplAfspVQRhbA0tODUsIGdldF9zbmFwc2hvdAnVECAyMC43JSFwcm9ja3NkYjoge2RlbGV0ZV9za2lwcGVkX2NvdW4hgwHQAHk+FgAYOCwgYmxvYyHkOZgNMhQyfX19LCAB2V7GAAEcNvABCGFsXyHyDRoENDEFmyUnDHdhbGwNF0QyMTAuOMK1c30JTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('wwagCr4GCgxJbXBvcnRJbnRvXzIS9wUKDVRhYmxlUmVhZGVyXzcStwMKD1QBElBGdWxsU2Nhbl82IWTCmlW+DkRBKQABAfCQiMNAMAQ4AkACShMKEQoLZnJvbV9zZWxlY3QSAmR0Uh5rZWVwIG9yZGVyOmZhbHNlLCBzdGF0czpwc2V1ZG9qwAJ0aWt2X3Rhc2s6e3RpbWU6MHMsIGxvb3BzOjF9LCBzY2FuX2RldGFpbDoge3RvdGFsX3Byb2Nlc3Nfa2V5czogNCwgdG90YWxfcHJvY2VzcwUXJF9zaXplOiAxODQRHlhrZXlzOiA1LCBnZXRfc25hcHNob3RfdAFywCAyMC43wrVzLCByb2Nrc2RiOiB7ZGVsZXRlX3NraXBwZWRfY291bnQ6IDQsIGtleV86FgBQOCwgYmxvY2s6IHtjYWNoZV9oaXRfDTIUMn19fSwgAWcIX2RlUsYAARwUOiA2Ni42BYMAdAXjCHdhaRGdBDQxCRgcaWt2X3dhbGwNMSgyMTAuOMK1c31w/xEBBAF4EQoo/wEhnFYfpYdMFkEupgEoAUABUhRkYXRhOlQ21AEEWhYFhhA2MTEuMwVuAGwlgSAyYtcBY29wX3Qhnmgge251bTogMSwgbWF4OiAyLjE2bXMsIHByb2MtXSlsJZ820QAFzwg6IDQJyhBjb3ByXzkpRHJhdGlvOiAwLjAwLCBidWlsZAVwCF9kdQUaHG46IDE4OS45BZeobWF4X2Rpc3RzcWxfY29uY3VycmVuY3k6IDF9LCBycGNfaW5mbzp7Q29wOgGuFF9ycGM6MVECBeMoMS45OW1zfX1w4wI9LgA4IRoUA04vQVoVBSYQMzE2LjMB3ikIBDFwOVkweP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `write_after_import`.`t` FROM SELECT * FROM `from_select`.`dt`;"] === RUN TestImportInto/TestWriteAfterImportFromSelect/case-7 current case CREATE TABLE t (id int, v varchar(64)) AUTO_ID_CACHE 1 [2024/05/06 13:11:01.859 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=152] [cur_db=write_after_import] [sql="drop table if exists t;"] [user=] [2024/05/06 13:11:01.884 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:201, Type:drop table, State:queueing, SchemaState:public, SchemaID:179, TableID:199, RowCount:0, ArgLen:2, start time: 2024-05-06 13:11:01.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:11:01.884 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:201, Type:drop table, State:queueing, SchemaState:public, SchemaID:179, TableID:199, RowCount:0, ArgLen:2, start time: 2024-05-06 13:11:01.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 13:11:01.990 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=201] [conn=2] [category=ddl] [job="ID:201, Type:drop table, State:queueing, SchemaState:public, SchemaID:179, TableID:199, RowCount:0, ArgLen:0, start time: 2024-05-06 13:11:01.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:02.028 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=152] [neededSchemaVersion=153] ["start time"=537.444µs] [gotSchemaVersion=153] [phyTblIDs="[199]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:11:02.040 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=201] [version=153] [2024/05/06 13:11:02.076 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=153] ["take time"=54.048776ms] [job="ID:201, Type:drop table, State:running, SchemaState:write only, SchemaID:179, TableID:199, RowCount:0, ArgLen:2, start time: 2024-05-06 13:11:01.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:02.134 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=201] [conn=2] [category=ddl] [job="ID:201, Type:drop table, State:running, SchemaState:write only, SchemaID:179, TableID:199, RowCount:0, ArgLen:0, start time: 2024-05-06 13:11:01.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:02.164 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=153] [neededSchemaVersion=154] ["start time"=226.836µs] [gotSchemaVersion=154] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:11:02.175 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=201] [version=154] [2024/05/06 13:11:02.214 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=154] ["take time"=53.920019ms] [job="ID:201, Type:drop table, State:running, SchemaState:delete only, SchemaID:179, TableID:199, RowCount:0, ArgLen:0, start time: 2024-05-06 13:11:01.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:02.254 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=201] [conn=2] [category=ddl] [job="ID:201, Type:drop table, State:running, SchemaState:delete only, SchemaID:179, TableID:199, RowCount:0, ArgLen:0, start time: 2024-05-06 13:11:01.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:02.265 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 179, Old Table ID: 199, Old Table Name: t"] [2024/05/06 13:11:02.317 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=154] [neededSchemaVersion=155] ["start time"=220.719µs] [gotSchemaVersion=155] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:11:02.328 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=201] [version=155] [2024/05/06 13:11:02.366 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=155] ["take time"=52.966921ms] [job="ID:201, Type:drop table, State:done, SchemaState:none, SchemaID:179, TableID:199, RowCount:0, ArgLen:3, start time: 2024-05-06 13:11:01.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:02.442 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=201] [tableIDs="[199]"] [comment="drop table: table ID"] [2024/05/06 13:11:02.452 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=201] [jobType="drop table"] [2024/05/06 13:11:02.457 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=201] [conn=2] [job="ID:201, Type:drop table, State:synced, SchemaState:none, SchemaID:179, TableID:199, RowCount:0, ArgLen:3, start time: 2024-05-06 13:11:01.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:02.568 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=201] [2024/05/06 13:11:02.568 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:11:02.572 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.713897545\n# Parse_time: 0.000443707\n# Compile_time: 0.00062797\n# Rewrite_time: 0.000010685\n# Optimize_time: 0.000801035\n# Wait_TS: 0.000381739\n# DB: write_after_import\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] [2024/05/06 13:11:02.575 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=155] [cur_db=write_after_import] [sql="CREATE TABLE t (id int, v varchar(64)) AUTO_ID_CACHE 1"] [user=] [2024/05/06 13:11:02.626 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:203, Type:create table, State:queueing, SchemaState:none, SchemaID:179, TableID:202, RowCount:0, ArgLen:2, start time: 2024-05-06 13:11:02.543 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:11:02.626 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:203, Type:create table, State:queueing, SchemaState:none, SchemaID:179, TableID:202, RowCount:0, ArgLen:2, start time: 2024-05-06 13:11:02.543 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t (id int, v varchar(64)) AUTO_ID_CACHE 1"] [2024/05/06 13:11:02.681 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=203] [conn=2] [category=ddl] [job="ID:203, Type:create table, State:queueing, SchemaState:none, SchemaID:179, TableID:202, RowCount:0, ArgLen:0, start time: 2024-05-06 13:11:02.543 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:02.689 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 179, Table ID: 202, Table Name: t"] [2024/05/06 13:11:02.740 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=155] [neededSchemaVersion=156] ["start time"=2.208897ms] [gotSchemaVersion=156] [phyTblIDs="[202]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:11:02.750 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=203] [version=156] [2024/05/06 13:11:02.787 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=156] ["take time"=53.322644ms] [job="ID:203, Type:create table, State:done, SchemaState:public, SchemaID:179, TableID:202, RowCount:0, ArgLen:2, start time: 2024-05-06 13:11:02.543 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:02.832 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=203] [conn=2] [job="ID:203, Type:create table, State:synced, SchemaState:public, SchemaID:179, TableID:202, RowCount:0, ArgLen:0, start time: 2024-05-06 13:11:02.543 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:02.886 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=203] [2024/05/06 13:11:02.886 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:11:02.890 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.317041851\n# Parse_time: 0.001369146\n# Compile_time: 0.001069215\n# Rewrite_time: 0.000012379\n# Optimize_time: 0.000801035\n# Wait_TS: 0.000426575\n# DB: write_after_import\n# Is_internal: false\n# Digest: c0acd9d1b735e4e56c8c7c6817d5889800ac27d5dd568ff1f00b38cd3e8665fc\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE t (id int, v varchar(64)) AUTO_ID_CACHE 1;"] [2024/05/06 13:11:03.115 +00:00] [INFO] [import_into.go:226] ["importing data from select statement"] [import-id=de1f7e3d-c69d-4381-8df4-4e54a6c9d681] [concurrency=2] [target-table=`write_after_import`.`t`] [target-table-id=202] [2024/05/06 13:11:03.123 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 13:11:03.123 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365872728081621462] [2024/05/06 13:11:03.123 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:11:03.123 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 13:11:03.124 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:11:03.124 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 13:11:03.124 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 13:11:03.124 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 13:11:03.124 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 13:11:03.138 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 13:11:03.140 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 13:11:03.140 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 13:11:03.145 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:11:03.149 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:11:03.164 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=t] [import-id=de1f7e3d-c69d-4381-8df4-4e54a6c9d681] [key=import-from-select] [2024/05/06 13:11:03.166 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=t] [import-id=de1f7e3d-c69d-4381-8df4-4e54a6c9d681] [key=import-from-select] [2024/05/06 13:11:03.173 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=t] [import-id=de1f7e3d-c69d-4381-8df4-4e54a6c9d681] [key=import-from-select] [readDur=61.904µs] [encodeDur=788.162µs] [checksum="{cksum=8588618341924296420,size=76,kvs=2}"] [deliverDur=375.328µs] [type=query] [takeTime=4.789986ms] [] [2024/05/06 13:11:03.173 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=t] [import-id=de1f7e3d-c69d-4381-8df4-4e54a6c9d681] [key=import-from-select] [readDur=166.264µs] [encodeDur=1.026065ms] [checksum="{cksum=3978687069447174564,size=76,kvs=2}"] [deliverDur=264.121µs] [type=query] [takeTime=9.389045ms] [] [2024/05/06 13:11:03.174 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=76] [kvs=2] [files=1] [sstFileSize=982] [file=/tmp/tidb/import-4000/de1f7e3d-c69d-4381-8df4-4e54a6c9d681/102b1544-1a0b-5f02-9523-0f5011224f00.sst/097a3f41-aa01-4f0c-a8c0-c9f5d3c39e47.sst] [firstKey=7480000000000000CA5F728000000000000002] [lastKey=7480000000000000CA5F728000000000000003] [2024/05/06 13:11:03.174 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:11:03.175 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=76] [kvs=2] [files=1] [sstFileSize=982] [file=/tmp/tidb/import-4000/de1f7e3d-c69d-4381-8df4-4e54a6c9d681/102b1544-1a0b-5f02-9523-0f5011224f00.sst/042880d6-e5fd-4105-884b-7a98105ad077.sst] [firstKey=7480000000000000CA5F728000000000000001] [lastKey=7480000000000000CA5F728000000000000004] [2024/05/06 13:11:03.177 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [takeTime=3.407155ms] [] [2024/05/06 13:11:03.178 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [retryCnt=0] [2024/05/06 13:11:03.182 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:11:03.205 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=102b1544-1a0b-5f02-9523-0f5011224f00] ["region ranges"=1] [count=4] [size=152] [2024/05/06 13:11:03.205 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:11:03.219 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=102b1544-1a0b-5f02-9523-0f5011224f00] [size=152] [kvs=4] [importedSize=152] [importedCount=4] [2024/05/06 13:11:03.221 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [retryCnt=0] [takeTime=43.099776ms] [] [2024/05/06 13:11:03.221 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:11:03.222 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=1.743046ms] [] [2024/05/06 13:11:03.223 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [2024/05/06 13:11:03.223 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:11:03.223 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [takeTime=71.687µs] [] [2024/05/06 13:11:03.223 +00:00] [INFO] [table_import.go:761] ["post process start"] [table=t] [import-id=de1f7e3d-c69d-4381-8df4-4e54a6c9d681] [checksum="{\"id=-1\"=\"{cksum=4613872053217128256,size=152,kvs=4}\"}"] [2024/05/06 13:11:03.223 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [table=t] [import-id=de1f7e3d-c69d-4381-8df4-4e54a6c9d681] [2024/05/06 13:11:03.231 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [table=t] [import-id=de1f7e3d-c69d-4381-8df4-4e54a6c9d681] [takeTime=7.606763ms] [] [2024/05/06 13:11:03.231 +00:00] [INFO] [table_import.go:835] ["local checksum"] [table=t] [import-id=de1f7e3d-c69d-4381-8df4-4e54a6c9d681] [checksum="{cksum=4613872053217128256,size=152,kvs=4}"] [2024/05/06 13:11:03.231 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [table=t] [import-id=de1f7e3d-c69d-4381-8df4-4e54a6c9d681] [weight=30] [2024/05/06 13:11:03.231 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [table=t] [import-id=de1f7e3d-c69d-4381-8df4-4e54a6c9d681] [concurrency=15] [2024/05/06 13:11:03.235 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=202] [physicalTableID=202] [indexID=-1] [checksum=4613872053217128256] [totalKvs=4] [totalBytes=152] [2024/05/06 13:11:03.235 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [table=t] [import-id=de1f7e3d-c69d-4381-8df4-4e54a6c9d681] [local="{cksum=4613872053217128256,size=152,kvs=4}"] [2024/05/06 13:11:03.235 +00:00] [INFO] [table_import.go:763] ["post process completed"] [table=t] [import-id=de1f7e3d-c69d-4381-8df4-4e54a6c9d681] [checksum="{\"id=-1\"=\"{cksum=4613872053217128256,size=152,kvs=4}\"}"] [takeTime=12.503346ms] [] [2024/05/06 13:11:03.236 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:11:03.236 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [takeTime=12.589µs] [] [2024/05/06 13:11:03.236 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:11:03.237 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [takeTime=1.089255ms] [] [2024/05/06 13:11:03.237 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:11:03.237 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=9.012µs] [] [2024/05/06 13:11:03.237 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:11:03.238 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=931.803µs] [] [2024/05/06 13:11:03.241 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 13:11:03.241 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 13:11:03.241 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 13:11:03.241 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 13:11:03.241 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 13:11:03.241 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 13:11:03.241 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 13:11:03.241 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:11:03.241 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:11:03.241 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:11:03.241 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:11:03.242 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:11:03.242 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 13:11:03.243 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 13:11:03.243 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:11:03.243 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:11:03.243 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:11:03.243 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:11:03.245 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449577238617915407\n# Conn_ID: 2\n# Query_time: 0.353480976\n# Parse_time: 0.000910891\n# Compile_time: 0.003451711\n# Rewrite_time: 0.002101281\n# Optimize_time: 0.000801035\n# Wait_TS: 0.000118991\n# Cop_time: 0.000092845 Process_time: 0.000079701 Wait_time: 0.000048263 Request_count: 1 Process_keys: 4 Total_keys: 5 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 4 Rocksdb_key_skipped_count: 8 Rocksdb_block_cache_hit_count: 2\n# DB: write_after_import\n# Is_internal: false\n# Digest: 4a4b6a4c30dc8ee1bebc60bd07e28678e357952a078d55330f553cd904684a3e\n# Stats: dt:pseudo[10000;0]\n# Num_cop_tasks: 1\n# Cop_proc_avg: 7.9701e-05 Cop_proc_addr: 127.0.0.1:20160\n# Cop_wait_avg: 4.8263e-05 Cop_wait_addr: 127.0.0.1:20160\n# Mem_max: 354\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('1wWYMAk1OV8yCTAJMAlOL0EJMAl0aW1lOjM0Ny40bXMsIGxvb3BzOjEJARygTi9BCjEJMzFfNwkwCTEwMDAwCWRhdGE6VGFibGVGdWxsU2Nhbl82CTQJRBA1OTHCtRVDeDIsIGNvcF90YXNrOiB7bnVtOiAxLCBtYXg6IDEuMzMBbERwcm9jX2tleXM6IDQsIHRvdF8BEhQ6IDc5LjcFSgETJHdhaXQ6IDQ4LjMFE4Bjb3ByX2NhY2hlX2hpdF9yYXRpbzogMC4wMCwgYnVpbGQFcghfZHUFGhhuOiA5NC4yBTqobWF4X2Rpc3RzcWxfY29uY3VycmVuY3k6IDF9LCBycGNfaW5mbzp7Q29wOgGvFF9ycGM6MQWXCGFsXyUlSDEuMTltc319CTM1NCBCeXRlcwkhIyAyCTQzXzYJMV8xJbh0YWJsZTpkdCwga2VlcCBvcmRlcjpmYWxzZSwgc3RhdHM6cHNldWRvCTQJdGlrdgWyBDp7BWMAMDVAAZY8c2Nhbl9kZXRhaWw6IHt0bwGKGHByb2Nlc3MyOAEEYWwyFwAgX3NpemU6IDE4KVYEYWwNLTg1LCBnZXRfc25hcHNob3QJ1RAgMjYuNiUhcHJvY2tzZGI6IHtkZWxldGVfc2tpcHBlZF9jb3VuIYQB0AB5PhYAGDgsIGJsb2Mh5TmXDTIUMn19fSwgAdlexgABHDbxAQhhbF8h8w0aNfglKQx3YWxsDRk8MjI3wrVzfQlOL0EJTi9BCg==')\n# Binary_plan: tidb_decode_binary_plan('wgagCr0GCgxJbXBvcnRJbnRvXzIS9gUKDVRhYmxlUmVhZGVyXzcStwMKD1QBElBGdWxsU2Nhbl82IWTCmlW+DkRBKQABAfCQiMNAMAQ4AkACShMKEQoLZnJvbV9zZWxlY3QSAmR0Uh5rZWVwIG9yZGVyOmZhbHNlLCBzdGF0czpwc2V1ZG9qwAJ0aWt2X3Rhc2s6e3RpbWU6MHMsIGxvb3BzOjF9LCBzY2FuX2RldGFpbDoge3RvdGFsX3Byb2Nlc3Nfa2V5czogNCwgdG90YWxfcHJvY2VzcwUXJF9zaXplOiAxODQRHlhrZXlzOiA1LCBnZXRfc25hcHNob3RfdAFywCAyNi42wrVzLCByb2Nrc2RiOiB7ZGVsZXRlX3NraXBwZWRfY291bnQ6IDQsIGtleV86FgBQOCwgYmxvY2s6IHtjYWNoZV9oaXRfDTIUMn19fSwgAWcIX2RlUsYAARwUOiA3OS43BYMAdAXjCHdhaRGdDDQ4LjMJGhxpa3Zfd2FsbA0zBDIyATIIfXD/EQEEAXgRCij/ASGcVh+lh0wWQS6mASgBQAFSFGRhdGE6VDbUAQRaFAWGCDU5MQVqAGwlfyAyYtgBY29wX3QhnGgge251bTogMSwgbWF4OiAxLjMzbXMsIHByb2MtWylqJZ02zwAFzQA6GcgQY29wcl85KURyYXRpbzogMC4wMCwgYnVpbGQFcghfZHUFGhhuOiA5NC4yBZiobWF4X2Rpc3RzcWxfY29uY3VycmVuY3k6IDF9LCBycGNfaW5mbzp7Q29wOgGvFF9ycGM6MVEBBeIoMS4xOW1zfX1w4gI9LQA4IRkUA04vQVoVBSYQMzQ3LjQB3ykJADFWYwEEGAE=')\n# Resource_group: default\nIMPORT INTO `write_after_import`.`t` FROM SELECT * FROM `from_select`.`dt`;"] === RUN TestImportInto/TestWriteAfterImportFromSelect/case-8 current case CREATE TABLE t (id int PRIMARY KEY NONCLUSTERED, v varchar(64)) [2024/05/06 13:11:03.255 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=156] [cur_db=write_after_import] [sql="drop table if exists t;"] [user=] [2024/05/06 13:11:03.282 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:204, Type:drop table, State:queueing, SchemaState:public, SchemaID:179, TableID:202, RowCount:0, ArgLen:2, start time: 2024-05-06 13:11:03.243 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:11:03.282 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:204, Type:drop table, State:queueing, SchemaState:public, SchemaID:179, TableID:202, RowCount:0, ArgLen:2, start time: 2024-05-06 13:11:03.243 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 13:11:03.344 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=204] [conn=2] [category=ddl] [job="ID:204, Type:drop table, State:queueing, SchemaState:public, SchemaID:179, TableID:202, RowCount:0, ArgLen:0, start time: 2024-05-06 13:11:03.243 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:03.375 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=156] [neededSchemaVersion=157] ["start time"=258.899µs] [gotSchemaVersion=157] [phyTblIDs="[202]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:11:03.386 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=204] [version=157] [2024/05/06 13:11:03.427 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=157] ["take time"=56.945278ms] [job="ID:204, Type:drop table, State:running, SchemaState:write only, SchemaID:179, TableID:202, RowCount:0, ArgLen:2, start time: 2024-05-06 13:11:03.243 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:03.493 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=204] [conn=2] [category=ddl] [job="ID:204, Type:drop table, State:running, SchemaState:write only, SchemaID:179, TableID:202, RowCount:0, ArgLen:0, start time: 2024-05-06 13:11:03.243 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:03.524 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=157] [neededSchemaVersion=158] ["start time"=313.757µs] [gotSchemaVersion=158] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:11:03.536 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=204] [version=158] [2024/05/06 13:11:03.572 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=158] ["take time"=53.360404ms] [job="ID:204, Type:drop table, State:running, SchemaState:delete only, SchemaID:179, TableID:202, RowCount:0, ArgLen:0, start time: 2024-05-06 13:11:03.243 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:03.630 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=204] [conn=2] [category=ddl] [job="ID:204, Type:drop table, State:running, SchemaState:delete only, SchemaID:179, TableID:202, RowCount:0, ArgLen:0, start time: 2024-05-06 13:11:03.243 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:03.639 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 179, Old Table ID: 202, Old Table Name: t"] [2024/05/06 13:11:03.681 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=158] [neededSchemaVersion=159] ["start time"=240.892µs] [gotSchemaVersion=159] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:11:03.695 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=204] [version=159] [2024/05/06 13:11:03.728 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=159] ["take time"=52.657172ms] [job="ID:204, Type:drop table, State:done, SchemaState:none, SchemaID:179, TableID:202, RowCount:0, ArgLen:3, start time: 2024-05-06 13:11:03.243 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:03.780 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=204] [tableIDs="[202]"] [comment="drop table: table ID"] [2024/05/06 13:11:03.790 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=204] [jobType="drop table"] [2024/05/06 13:11:03.793 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=204] [conn=2] [job="ID:204, Type:drop table, State:synced, SchemaState:none, SchemaID:179, TableID:202, RowCount:0, ArgLen:3, start time: 2024-05-06 13:11:03.243 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:03.854 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=204] [2024/05/06 13:11:03.854 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:11:03.888 +00:00] [WARN] [pd.go:168] ["get timestamp too slow"] ["cost time"=33.136297ms] [2024/05/06 13:11:03.894 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.639582216\n# Parse_time: 0.000463604\n# Compile_time: 0.000700522\n# Rewrite_time: 0.000013252\n# Optimize_time: 0.000863809\n# Wait_TS: 0.000387416\n# DB: write_after_import\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] [2024/05/06 13:11:03.898 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=159] [cur_db=write_after_import] [sql="CREATE TABLE t (id int PRIMARY KEY NONCLUSTERED, v varchar(64))"] [user=] [2024/05/06 13:11:03.949 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:206, Type:create table, State:queueing, SchemaState:none, SchemaID:179, TableID:205, RowCount:0, ArgLen:2, start time: 2024-05-06 13:11:03.894 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:11:03.949 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:206, Type:create table, State:queueing, SchemaState:none, SchemaID:179, TableID:205, RowCount:0, ArgLen:2, start time: 2024-05-06 13:11:03.894 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t (id int PRIMARY KEY NONCLUSTERED, v varchar(64))"] [2024/05/06 13:11:04.010 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=206] [conn=2] [category=ddl] [job="ID:206, Type:create table, State:queueing, SchemaState:none, SchemaID:179, TableID:205, RowCount:0, ArgLen:0, start time: 2024-05-06 13:11:03.894 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:04.018 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 179, Table ID: 205, Table Name: t"] [2024/05/06 13:11:04.080 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=159] [neededSchemaVersion=160] ["start time"=2.607315ms] [gotSchemaVersion=160] [phyTblIDs="[205]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:11:04.094 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=206] [version=160] [2024/05/06 13:11:04.127 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=160] ["take time"=53.895862ms] [job="ID:206, Type:create table, State:done, SchemaState:public, SchemaID:179, TableID:205, RowCount:0, ArgLen:2, start time: 2024-05-06 13:11:03.894 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:04.187 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=206] [conn=2] [job="ID:206, Type:create table, State:synced, SchemaState:public, SchemaID:179, TableID:205, RowCount:0, ArgLen:0, start time: 2024-05-06 13:11:03.894 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:04.237 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=206] [2024/05/06 13:11:04.237 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:11:04.241 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.346488002\n# Parse_time: 0.001870232\n# Compile_time: 0.002055431\n# Rewrite_time: 0.000013171\n# Optimize_time: 0.000863809\n# Wait_TS: 0.000408907\n# DB: write_after_import\n# Is_internal: false\n# Digest: c1243c00b7c2a501a26d652ae292f8c2e4063ab1729fc0f04d77dabab4fe6dde\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE t (id int PRIMARY KEY NONCLUSTERED, v varchar(64));"] [2024/05/06 13:11:04.435 +00:00] [INFO] [import_into.go:226] ["importing data from select statement"] [import-id=b56b7e3d-48cc-41d6-b74a-a85ef43adc9b] [concurrency=2] [target-table=`write_after_import`.`t`] [target-table-id=205] [2024/05/06 13:11:04.442 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 13:11:04.442 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365872728081621462] [2024/05/06 13:11:04.443 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:11:04.443 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 13:11:04.444 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:11:04.444 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 13:11:04.444 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 13:11:04.444 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 13:11:04.444 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 13:11:04.458 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 13:11:04.460 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 13:11:04.460 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 13:11:04.464 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:11:04.468 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:11:04.473 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=t] [import-id=b56b7e3d-48cc-41d6-b74a-a85ef43adc9b] [key=import-from-select] [2024/05/06 13:11:04.475 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=t] [import-id=b56b7e3d-48cc-41d6-b74a-a85ef43adc9b] [key=import-from-select] [readDur=35.915µs] [encodeDur=1.290971ms] [checksum="{cksum=4311923599730848115,size=296,kvs=8}"] [deliverDur=719.889µs] [type=query] [takeTime=2.501173ms] [] [2024/05/06 13:11:04.477 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=152] [kvs=4] [files=1] [sstFileSize=1009] [file=/tmp/tidb/import-4000/b56b7e3d-48cc-41d6-b74a-a85ef43adc9b/102b1544-1a0b-5f02-9523-0f5011224f00.sst/52fc44ae-8cde-42f5-a755-c1055a921f4c.sst] [firstKey=7480000000000000CD5F728000000000000001] [lastKey=7480000000000000CD5F728000000000000004] [2024/05/06 13:11:04.481 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=t] [import-id=b56b7e3d-48cc-41d6-b74a-a85ef43adc9b] [key=import-from-select] [2024/05/06 13:11:04.481 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=t] [import-id=b56b7e3d-48cc-41d6-b74a-a85ef43adc9b] [key=import-from-select] [readDur=0s] [encodeDur=0s] [checksum="{cksum=0,size=0,kvs=0}"] [deliverDur=0s] [type=query] [takeTime=127.441µs] [] [2024/05/06 13:11:04.481 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:11:04.483 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [takeTime=1.53709ms] [] [2024/05/06 13:11:04.483 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [retryCnt=0] [2024/05/06 13:11:04.487 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:11:04.509 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=102b1544-1a0b-5f02-9523-0f5011224f00] ["region ranges"=1] [count=4] [size=152] [2024/05/06 13:11:04.509 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:11:04.522 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=102b1544-1a0b-5f02-9523-0f5011224f00] [size=152] [kvs=4] [importedSize=152] [importedCount=4] [2024/05/06 13:11:04.524 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [retryCnt=0] [takeTime=41.278186ms] [] [2024/05/06 13:11:04.524 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:11:04.524 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=144] [kvs=4] [files=1] [sstFileSize=1002] [file=/tmp/tidb/import-4000/b56b7e3d-48cc-41d6-b74a-a85ef43adc9b/630083e6-fc50-5cd2-8645-c17b147197ce.sst/d8205a93-8ea8-43c4-91d1-c515eef12ff7.sst] [firstKey=7480000000000000CD5F698000000000000001038000000000000004] [lastKey=7480000000000000CD5F698000000000000001038000000000000007] [2024/05/06 13:11:04.527 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=2.785344ms] [] [2024/05/06 13:11:04.527 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [2024/05/06 13:11:04.531 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:11:04.553 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=630083e6-fc50-5cd2-8645-c17b147197ce] ["region ranges"=1] [count=4] [size=144] [2024/05/06 13:11:04.553 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:11:04.567 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=630083e6-fc50-5cd2-8645-c17b147197ce] [size=144] [kvs=4] [importedSize=144] [importedCount=4] [2024/05/06 13:11:04.568 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [takeTime=41.266204ms] [] [2024/05/06 13:11:04.569 +00:00] [INFO] [table_import.go:761] ["post process start"] [table=t] [import-id=b56b7e3d-48cc-41d6-b74a-a85ef43adc9b] [checksum="{\"id=1\"=\"{cksum=8921845837811637811,size=144,kvs=4}\",\"id=-1\"=\"{cksum=4613872053217128256,size=152,kvs=4}\"}"] [2024/05/06 13:11:04.569 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [table=t] [import-id=b56b7e3d-48cc-41d6-b74a-a85ef43adc9b] [2024/05/06 13:11:04.576 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [table=t] [import-id=b56b7e3d-48cc-41d6-b74a-a85ef43adc9b] [takeTime=7.038818ms] [] [2024/05/06 13:11:04.576 +00:00] [INFO] [table_import.go:835] ["local checksum"] [table=t] [import-id=b56b7e3d-48cc-41d6-b74a-a85ef43adc9b] [checksum="{cksum=4311923599730848115,size=296,kvs=8}"] [2024/05/06 13:11:04.576 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [table=t] [import-id=b56b7e3d-48cc-41d6-b74a-a85ef43adc9b] [weight=30] [2024/05/06 13:11:04.576 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [table=t] [import-id=b56b7e3d-48cc-41d6-b74a-a85ef43adc9b] [concurrency=15] [2024/05/06 13:11:04.585 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=205] [physicalTableID=205] [indexID=-1] [checksum=4613872053217128256] [totalKvs=4] [totalBytes=152] [2024/05/06 13:11:04.587 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=205] [physicalTableID=205] [indexID=1] [checksum=8921845837811637811] [totalKvs=4] [totalBytes=144] [2024/05/06 13:11:04.588 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [table=t] [import-id=b56b7e3d-48cc-41d6-b74a-a85ef43adc9b] [local="{cksum=4311923599730848115,size=296,kvs=8}"] [2024/05/06 13:11:04.588 +00:00] [INFO] [table_import.go:763] ["post process completed"] [table=t] [import-id=b56b7e3d-48cc-41d6-b74a-a85ef43adc9b] [checksum="{\"id=1\"=\"{cksum=8921845837811637811,size=144,kvs=4}\",\"id=-1\"=\"{cksum=4613872053217128256,size=152,kvs=4}\"}"] [takeTime=19.007338ms] [] [2024/05/06 13:11:04.588 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:11:04.588 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [takeTime=14.327µs] [] [2024/05/06 13:11:04.588 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:11:04.589 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [takeTime=1.075677ms] [] [2024/05/06 13:11:04.589 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:11:04.589 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=11.904µs] [] [2024/05/06 13:11:04.589 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:11:04.590 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=996.695µs] [] [2024/05/06 13:11:04.595 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 13:11:04.595 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 13:11:04.595 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 13:11:04.595 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 13:11:04.595 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 13:11:04.595 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 13:11:04.595 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 13:11:04.595 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:11:04.595 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:11:04.595 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:11:04.595 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:11:04.595 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:11:04.595 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 13:11:04.597 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 13:11:04.597 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:11:04.597 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:11:04.597 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:11:04.597 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:11:04.599 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449577238971809801\n# Conn_ID: 2\n# Query_time: 0.356058928\n# Parse_time: 0.000710605\n# Compile_time: 0.003535906\n# Rewrite_time: 0.002237186\n# Optimize_time: 0.000863809\n# Wait_TS: 0.000148446\n# Cop_time: 0.000103042 Process_time: 0.000055259 Wait_time: 0.000035654 Request_count: 1 Process_keys: 4 Total_keys: 5 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 4 Rocksdb_key_skipped_count: 8 Rocksdb_block_cache_hit_count: 2\n# DB: write_after_import\n# Is_internal: false\n# Digest: 4a4b6a4c30dc8ee1bebc60bd07e28678e357952a078d55330f553cd904684a3e\n# Stats: dt:pseudo[10000;0]\n# Num_cop_tasks: 1\n# Cop_proc_avg: 5.5259e-05 Cop_proc_addr: 127.0.0.1:20160\n# Cop_wait_avg: 3.5654e-05 Cop_wait_addr: 127.0.0.1:20160\n# Mem_max: 354\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('3AXwVTAJNTlfMgkwCTAJTi9BCTAJdGltZTozNDkuOG1zLCBsb29wczoxCU4vQQlOL0EKMQkzMV83CTAJMTAwMDAJZGF0YTpUYWJsZUZ1bGxTY2FuXzYJNAl0AUQYNTY3LjfCtRVFeDIsIGNvcF90YXNrOiB7bnVtOiAxLCBtYXg6IDEuMTQBbkRwcm9jX2tleXM6IDQsIHRvdF8BEhQ6IDU1LjMFSgETHHdhaXQ6IDM1DV2AY29wcl9jYWNoZV9oaXRfcmF0aW86IDAuMDAsIGJ1aWxkBXIIX2R1BRocbjogMTA2LjkFTqhtYXhfZGlzdHNxbF9jb25jdXJyZW5jeTogMX0sIHJwY19pbmZvOntDb3A6AbAUX3JwYzoxBZgIYWxfJShIMS4wNG1zfX0JMzU0IEJ5dGVzCSEmJDIJNDNfNgkxXzAtKKB0YWJsZTpkdCwga2VlcCBvcmRlcjpmYWxzZSwgc3RhdHM6cHNldWRvCSE8BGt2BbMEOnsFYwAwNUEBlgBzIWMoZGV0YWlsOiB7dG8Bihhwcm9jZXNzMjkBBGFsMhcAIF9zaXplOiAxOClXBGFsDS04NSwgZ2V0X3NuYXBzaG90CdUEIDExXHRyb2Nrc2RiOiB7ZGVsZXRlX3NraXBwZWRfY291bnQlpQhrZXk+FgAYOCwgYmxvYyHmOZgNMhQyfX19LCAB2V7GAAEcNvIBCGFsXyH0DRoAMxGdAHQhKQx3YWxsDRlEMTc0LjPCtXN9CU4vQQlOL0EK')\n# Binary_plan: tidb_decode_binary_plan('xwagCsIGCgxJbXBvcnRJbnRvXzIS+wUKDVRhYmxlUmVhZGVyXzcSuQMKD1QBElBGdWxsU2Nhbl82IWTCmlW+DkRBKQABAfCQiMNAMAQ4AkACShMKEQoLZnJvbV9zZWxlY3QSAmR0Uh5rZWVwIG9yZGVyOmZhbHNlLCBzdGF0czpwc2V1ZG9qwgJ0aWt2X3Rhc2s6e3RpbWU6MHMsIGxvb3BzOjF9LCBzY2FuX2RldGFpbDoge3RvdGFsX3Byb2Nlc3Nfa2V5czogNCwgdG90YWxfcHJvY2VzcwUXJF9zaXplOiAxODQRHlhrZXlzOiA1LCBnZXRfc25hcHNob3RfdAFywCAxNS43wrVzLCByb2Nrc2RiOiB7ZGVsZXRlX3NraXBwZWRfY291bnQ6IDQsIGtleV86FgBQOCwgYmxvY2s6IHtjYWNoZV9oaXRfDTIUMn19fSwgAWcIX2RlUsYAARwUOiA1NS4zBYMAdAXjCHdhaRGdADMRnSUpDHdhbGwNMwgxNzQFNAh9cP8RAQQBeBEKLP8BIZxWH6WHTBZBKSGnLagoAUABUhRkYXRhOlQ21gEEWhYFiAg1NjctCwBsJYMgMmLZAWNvcF90IaBoIHtudW06IDEsIG1heDogMS4xNG1zLCBwcm9jLV8pbiWhNtMABdEAOhnMEGNvcHJfOS1EcmF0aW86IDAuMDAsIGJ1aWxkBXIIX2R1BRocbjogMTA2LjklIahtYXhfZGlzdHNxbF9jb25jdXJyZW5jeTogMX0sIHJwY19pbmZvOntDb3A6AbAUX3JwYzoxUQYF5SgxLjA0bXN9fXDiAj0wADghHBQDTi9BWhUFJhAzNDkuOAHgKQoAMVZmAQQYAQ==')\n# Resource_group: default\nIMPORT INTO `write_after_import`.`t` FROM SELECT * FROM `from_select`.`dt`;"] === RUN TestImportInto/TestWriteAfterImportFromSelect/case-9 current case CREATE TABLE t (id int PRIMARY KEY NONCLUSTERED, v varchar(64)) AUTO_ID_CACHE 1 [2024/05/06 13:11:04.629 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=160] [cur_db=write_after_import] [sql="drop table if exists t;"] [user=] [2024/05/06 13:11:04.658 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:207, Type:drop table, State:queueing, SchemaState:public, SchemaID:179, TableID:205, RowCount:0, ArgLen:2, start time: 2024-05-06 13:11:04.593 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:11:04.658 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:207, Type:drop table, State:queueing, SchemaState:public, SchemaID:179, TableID:205, RowCount:0, ArgLen:2, start time: 2024-05-06 13:11:04.593 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 13:11:04.702 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=207] [conn=2] [category=ddl] [job="ID:207, Type:drop table, State:queueing, SchemaState:public, SchemaID:179, TableID:205, RowCount:0, ArgLen:0, start time: 2024-05-06 13:11:04.593 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:04.736 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=160] [neededSchemaVersion=161] ["start time"=269.003µs] [gotSchemaVersion=161] [phyTblIDs="[205]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:11:04.748 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=207] [version=161] [2024/05/06 13:11:04.799 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=161] ["take time"=67.897502ms] [job="ID:207, Type:drop table, State:running, SchemaState:write only, SchemaID:179, TableID:205, RowCount:0, ArgLen:2, start time: 2024-05-06 13:11:04.593 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:04.867 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=207] [conn=2] [category=ddl] [job="ID:207, Type:drop table, State:running, SchemaState:write only, SchemaID:179, TableID:205, RowCount:0, ArgLen:0, start time: 2024-05-06 13:11:04.593 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:04.911 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=161] [neededSchemaVersion=162] ["start time"=257.213µs] [gotSchemaVersion=162] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:11:04.924 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=207] [version=162] [2024/05/06 13:11:04.959 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=162] ["take time"=53.038623ms] [job="ID:207, Type:drop table, State:running, SchemaState:delete only, SchemaID:179, TableID:205, RowCount:0, ArgLen:0, start time: 2024-05-06 13:11:04.593 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:05.033 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=207] [conn=2] [category=ddl] [job="ID:207, Type:drop table, State:running, SchemaState:delete only, SchemaID:179, TableID:205, RowCount:0, ArgLen:0, start time: 2024-05-06 13:11:04.593 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:05.046 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 179, Old Table ID: 205, Old Table Name: t"] [2024/05/06 13:11:05.081 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=162] [neededSchemaVersion=163] ["start time"=231.182µs] [gotSchemaVersion=163] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:11:05.094 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=207] [version=163] [2024/05/06 13:11:05.129 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=163] ["take time"=52.797231ms] [job="ID:207, Type:drop table, State:done, SchemaState:none, SchemaID:179, TableID:205, RowCount:0, ArgLen:3, start time: 2024-05-06 13:11:04.593 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:05.177 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=207] [tableIDs="[205]"] [comment="drop table: table ID"] [2024/05/06 13:11:05.187 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=207] [jobType="drop table"] [2024/05/06 13:11:05.192 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=207] [conn=2] [job="ID:207, Type:drop table, State:synced, SchemaState:none, SchemaID:179, TableID:205, RowCount:0, ArgLen:3, start time: 2024-05-06 13:11:04.593 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:05.295 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=207] [2024/05/06 13:11:05.295 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:11:05.300 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.671555631\n# Parse_time: 0.000446571\n# Compile_time: 0.000665092\n# Rewrite_time: 0.000010678\n# Optimize_time: 0.001241551\n# Wait_TS: 0.00045053\n# DB: write_after_import\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] [2024/05/06 13:11:05.302 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=163] [cur_db=write_after_import] [sql="CREATE TABLE t (id int PRIMARY KEY NONCLUSTERED, v varchar(64)) AUTO_ID_CACHE 1"] [user=] [2024/05/06 13:11:05.357 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:209, Type:create table, State:queueing, SchemaState:none, SchemaID:179, TableID:208, RowCount:0, ArgLen:2, start time: 2024-05-06 13:11:05.294 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:11:05.357 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:209, Type:create table, State:queueing, SchemaState:none, SchemaID:179, TableID:208, RowCount:0, ArgLen:2, start time: 2024-05-06 13:11:05.294 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t (id int PRIMARY KEY NONCLUSTERED, v varchar(64)) AUTO_ID_CACHE 1"] [2024/05/06 13:11:05.413 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=209] [conn=2] [category=ddl] [job="ID:209, Type:create table, State:queueing, SchemaState:none, SchemaID:179, TableID:208, RowCount:0, ArgLen:0, start time: 2024-05-06 13:11:05.294 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:05.422 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 179, Table ID: 208, Table Name: t"] [2024/05/06 13:11:05.488 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=163] [neededSchemaVersion=164] ["start time"=2.815386ms] [gotSchemaVersion=164] [phyTblIDs="[208]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:11:05.500 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=209] [version=164] [2024/05/06 13:11:05.534 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=164] ["take time"=53.637726ms] [job="ID:209, Type:create table, State:done, SchemaState:public, SchemaID:179, TableID:208, RowCount:0, ArgLen:2, start time: 2024-05-06 13:11:05.294 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:05.584 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=209] [conn=2] [job="ID:209, Type:create table, State:synced, SchemaState:public, SchemaID:179, TableID:208, RowCount:0, ArgLen:0, start time: 2024-05-06 13:11:05.294 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:05.641 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=209] [2024/05/06 13:11:05.641 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:11:05.644 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.344163983\n# Parse_time: 0.000832676\n# Compile_time: 0.001002081\n# Rewrite_time: 0.000008561\n# Optimize_time: 0.001241551\n# Wait_TS: 0.00033984\n# DB: write_after_import\n# Is_internal: false\n# Digest: 4f931f6c009339ec161ef7b743ec5cd686b17cf8d9545d96f1abd4aa0a9c18f2\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE t (id int PRIMARY KEY NONCLUSTERED, v varchar(64)) AUTO_ID_CACHE 1;"] [2024/05/06 13:11:05.877 +00:00] [INFO] [import_into.go:226] ["importing data from select statement"] [import-id=a805a7bf-ad78-4c6c-993f-9ed5beee13b5] [concurrency=2] [target-table=`write_after_import`.`t`] [target-table-id=208] [2024/05/06 13:11:05.885 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 13:11:05.885 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365872728081621462] [2024/05/06 13:11:05.885 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:11:05.886 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 13:11:05.887 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 13:11:05.887 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:11:05.887 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 13:11:05.887 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 13:11:05.887 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 13:11:05.901 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 13:11:05.903 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 13:11:05.903 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 13:11:05.907 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:11:05.910 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:11:05.916 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=t] [import-id=a805a7bf-ad78-4c6c-993f-9ed5beee13b5] [key=import-from-select] [2024/05/06 13:11:05.918 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=t] [import-id=a805a7bf-ad78-4c6c-993f-9ed5beee13b5] [key=import-from-select] [readDur=31.115µs] [encodeDur=1.256404ms] [checksum="{cksum=4311923599730848115,size=296,kvs=8}"] [deliverDur=656.632µs] [type=query] [takeTime=2.295052ms] [] [2024/05/06 13:11:05.919 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=152] [kvs=4] [files=1] [sstFileSize=1009] [file=/tmp/tidb/import-4000/a805a7bf-ad78-4c6c-993f-9ed5beee13b5/102b1544-1a0b-5f02-9523-0f5011224f00.sst/9640c829-87e1-41ef-943f-51def875a607.sst] [firstKey=7480000000000000D05F728000000000000001] [lastKey=7480000000000000D05F728000000000000004] [2024/05/06 13:11:05.924 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=t] [import-id=a805a7bf-ad78-4c6c-993f-9ed5beee13b5] [key=import-from-select] [2024/05/06 13:11:05.924 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=t] [import-id=a805a7bf-ad78-4c6c-993f-9ed5beee13b5] [key=import-from-select] [readDur=0s] [encodeDur=0s] [checksum="{cksum=0,size=0,kvs=0}"] [deliverDur=0s] [type=query] [takeTime=129.848µs] [] [2024/05/06 13:11:05.924 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:11:05.926 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [takeTime=1.670436ms] [] [2024/05/06 13:11:05.926 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [retryCnt=0] [2024/05/06 13:11:05.931 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:11:05.952 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=102b1544-1a0b-5f02-9523-0f5011224f00] ["region ranges"=1] [count=4] [size=152] [2024/05/06 13:11:05.952 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:11:06.196 +00:00] [INFO] [region_request.go:1894] ["send request meet region error without retry"] [req-ts=449577239417454600] [req-type=Cop] [region="{ region id: 14, ver: 61, confVer: 5 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:, replicaSelector: replicaSelectorV2{replicaReadType: leader, attempts: 1, cacheRegionIsValid: false, replicaStatus: [peer: 15, store: 2, isEpochStale: false, attempts: 1, attempts_time: 248.8ms, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable peer: 20, store: 3, isEpochStale: false, attempts: 0, attempts_time: 0s, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable peer: 25, store: 1, isEpochStale: false, attempts: 0, attempts_time: 0s, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [total-round-stats="{total-backoff: 0s, total-backoff-times: 0, total-rpc: {Cop:{num_rpc:1, total_time:248.8ms}, rpc_errors:{epoch_not_match:1}}}"] [current-round-stats="{time: 249ms, backoff: 0s, timeout: 1m0s, req-max-exec-timeout: 1m0s, retry-times: 0, replica-access: {{peer:15, store:2, err:epoch_not_match}}}"] [2024/05/06 13:11:06.198 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=102b1544-1a0b-5f02-9523-0f5011224f00] [size=152] [kvs=4] [importedSize=152] [importedCount=4] [2024/05/06 13:11:06.200 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [retryCnt=0] [takeTime=273.505919ms] [] [2024/05/06 13:11:06.200 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:11:06.200 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=144] [kvs=4] [files=1] [sstFileSize=1002] [file=/tmp/tidb/import-4000/a805a7bf-ad78-4c6c-993f-9ed5beee13b5/630083e6-fc50-5cd2-8645-c17b147197ce.sst/1c135a2b-3654-45cd-881c-a9c83ea39a0b.sst] [firstKey=7480000000000000D05F698000000000000001038000000000000004] [lastKey=7480000000000000D05F698000000000000001038000000000000007] [2024/05/06 13:11:06.203 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=2.836142ms] [] [2024/05/06 13:11:06.203 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [2024/05/06 13:11:06.207 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:11:06.230 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=630083e6-fc50-5cd2-8645-c17b147197ce] ["region ranges"=1] [count=4] [size=144] [2024/05/06 13:11:06.230 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:11:06.243 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=630083e6-fc50-5cd2-8645-c17b147197ce] [size=144] [kvs=4] [importedSize=144] [importedCount=4] [2024/05/06 13:11:06.245 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [takeTime=42.23584ms] [] [2024/05/06 13:11:06.245 +00:00] [INFO] [table_import.go:761] ["post process start"] [table=t] [import-id=a805a7bf-ad78-4c6c-993f-9ed5beee13b5] [checksum="{\"id=-1\"=\"{cksum=4613872053217128256,size=152,kvs=4}\",\"id=1\"=\"{cksum=8921845837811637811,size=144,kvs=4}\"}"] [2024/05/06 13:11:06.245 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [table=t] [import-id=a805a7bf-ad78-4c6c-993f-9ed5beee13b5] [2024/05/06 13:11:06.252 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [table=t] [import-id=a805a7bf-ad78-4c6c-993f-9ed5beee13b5] [takeTime=7.154143ms] [] [2024/05/06 13:11:06.252 +00:00] [INFO] [table_import.go:835] ["local checksum"] [table=t] [import-id=a805a7bf-ad78-4c6c-993f-9ed5beee13b5] [checksum="{cksum=4311923599730848115,size=296,kvs=8}"] [2024/05/06 13:11:06.253 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [table=t] [import-id=a805a7bf-ad78-4c6c-993f-9ed5beee13b5] [weight=30] [2024/05/06 13:11:06.253 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [table=t] [import-id=a805a7bf-ad78-4c6c-993f-9ed5beee13b5] [concurrency=15] [2024/05/06 13:11:06.261 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=208] [physicalTableID=208] [indexID=-1] [checksum=4613872053217128256] [totalKvs=4] [totalBytes=152] [2024/05/06 13:11:06.262 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=208] [physicalTableID=208] [indexID=1] [checksum=8921845837811637811] [totalKvs=4] [totalBytes=144] [2024/05/06 13:11:06.263 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [table=t] [import-id=a805a7bf-ad78-4c6c-993f-9ed5beee13b5] [local="{cksum=4311923599730848115,size=296,kvs=8}"] [2024/05/06 13:11:06.263 +00:00] [INFO] [table_import.go:763] ["post process completed"] [table=t] [import-id=a805a7bf-ad78-4c6c-993f-9ed5beee13b5] [checksum="{\"id=-1\"=\"{cksum=4613872053217128256,size=152,kvs=4}\",\"id=1\"=\"{cksum=8921845837811637811,size=144,kvs=4}\"}"] [takeTime=17.83888ms] [] [2024/05/06 13:11:06.263 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:11:06.263 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [takeTime=15.964µs] [] [2024/05/06 13:11:06.263 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:11:06.265 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [takeTime=1.161668ms] [] [2024/05/06 13:11:06.265 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:11:06.265 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=14.293µs] [] [2024/05/06 13:11:06.265 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:11:06.266 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=1.003551ms] [] [2024/05/06 13:11:06.270 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 13:11:06.270 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 13:11:06.270 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 13:11:06.270 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 13:11:06.270 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 13:11:06.270 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 13:11:06.270 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:11:06.270 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 13:11:06.270 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:11:06.270 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:11:06.270 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:11:06.270 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:11:06.270 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 13:11:06.272 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 13:11:06.272 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:11:06.272 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:11:06.272 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:11:06.273 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:11:06.274 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449577239351918594\n# Conn_ID: 2\n# Query_time: 0.628268084\n# Parse_time: 0.000554834\n# Compile_time: 0.00290442\n# Rewrite_time: 0.001851892\n# Optimize_time: 0.001241551\n# Wait_TS: 0.000105497\n# Cop_time: 0.000084758 Process_time: 0.000064297 Wait_time: 0.000035921 Request_count: 1 Process_keys: 4 Total_keys: 5 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 4 Rocksdb_key_skipped_count: 8 Rocksdb_block_cache_hit_count: 2\n# DB: write_after_import\n# Is_internal: false\n# Digest: 4a4b6a4c30dc8ee1bebc60bd07e28678e357952a078d55330f553cd904684a3e\n# Stats: dt:pseudo[10000;0]\n# Num_cop_tasks: 1\n# Cop_proc_avg: 6.4297e-05 Cop_proc_addr: 127.0.0.1:20160\n# Cop_wait_avg: 3.5921e-05 Cop_wait_addr: 127.0.0.1:20160\n# Mem_max: 355\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('2gWYMAk1OV8yCTAJMAlOL0EJMAl0aW1lOjYyMy4zbXMsIGxvb3BzOjEJARygTi9BCjEJMzFfNwkwCTEwMDAwCWRhdGE6VGFibGVGdWxsU2Nhbl82CTQJRBg1ODUuM8K1FUV0MiwgY29wX3Rhc2s6IHtudW06IDEsIG1heDogMS4yAW1EcHJvY19rZXlzOiA0LCB0b3RfARIMOiA2NA1JARMkd2FpdDogMzUuOQVcgGNvcHJfY2FjaGVfaGl0X3JhdGlvOiAwLjAwLCBidWlsZAVxCF9kdQUaEG46IDY4DTqobWF4X2Rpc3RzcWxfY29uY3VycmVuY3k6IDF9LCBycGNfaW5mbzp7Q29wOgGuFF9ycGM6MQWXCGFsXyUmSDEuMDltc319CTM1NSBCeXRlcwkhJCAyCTQzXzYJMV8xJrh0YWJsZTpkdCwga2VlcCBvcmRlcjpmYWxzZSwgc3RhdHM6cHNldWRvCTQJdGlrdgWyBDp7BWMAMDU/AZY8c2Nhbl9kZXRhaWw6IHt0bwGKGHByb2Nlc3MyOAEEYWwyFwAgX3NpemU6IDE4KVYEYWwNLTg1LCBnZXRfc25hcHNob3QJ1QggMTctbnRyb2Nrc2RiOiB7ZGVsZXRlX3NraXBwZWRfY291bnQlpAhrZXk+FgAYOCwgYmxvYyHkOZcNMhQyfX19LCAB2V7GAAEcNvEBCGFsXyHzDRo1+CUpDHdhbGwNGUQyMTEuNsK1c30JTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('xQagCsAGCgxJbXBvcnRJbnRvXzIS+QUKDVRhYmxlUmVhZGVyXzcSuQMKD1QBElBGdWxsU2Nhbl82IWTCmlW+DkRBKQABAfCQiMNAMAQ4AkACShMKEQoLZnJvbV9zZWxlY3QSAmR0Uh5rZWVwIG9yZGVyOmZhbHNlLCBzdGF0czpwc2V1ZG9qwgJ0aWt2X3Rhc2s6e3RpbWU6MHMsIGxvb3BzOjF9LCBzY2FuX2RldGFpbDoge3RvdGFsX3Byb2Nlc3Nfa2V5czogNCwgdG90YWxfcHJvY2VzcwUXJF9zaXplOiAxODQRHlhrZXlzOiA1LCBnZXRfc25hcHNob3RfdAFywCAxNy4zwrVzLCByb2Nrc2RiOiB7ZGVsZXRlX3NraXBwZWRfY291bnQ6IDQsIGtleV86FgBQOCwgYmxvY2s6IHtjYWNoZV9oaXRfDTIUMn19fSwgAWcIX2RlUsYAARwMOiA2NA2DAHQF4wh3YWkRnQwzNS45BZ0lKQx3YWxsDTMoMjExLjbCtXN9cP8RAQQBeBEKLP8BIZxWH6WHTBZBKSGnLagoAUABUhRkYXRhOlQ21gEEWhYFiAg1ODUNiABsJYMgMmLXAWNvcF90IaBkIHtudW06IDEsIG1heDogMS4ybXMsIHByb2MtXiltJaA20gAF0AA6GcsQY29wcl85LERyYXRpbzogMC4wMCwgYnVpbGQFcQhfZHUFGhBuOiA2OC0FqG1heF9kaXN0c3FsX2NvbmN1cnJlbmN5OiAxfSwgcnBjX2luZm86e0NvcDoBrhRfcnBjOjFRBAXjKDEuMDltc319cOMCPS4AOCEaFANOL0FaFQUmEDYyMy4zAd8pCAAxVmQBBBgB')\n# Resource_group: default\nIMPORT INTO `write_after_import`.`t` FROM SELECT * FROM `from_select`.`dt`;"] === RUN TestImportInto/TestWriteAfterImportFromSelect/case-10 current case CREATE TABLE t (id bigint PRIMARY KEY auto_random, v varchar(64)) [2024/05/06 13:11:06.286 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=164] [cur_db=write_after_import] [sql="drop table if exists t;"] [user=] [2024/05/06 13:11:06.312 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:210, Type:drop table, State:queueing, SchemaState:public, SchemaID:179, TableID:208, RowCount:0, ArgLen:2, start time: 2024-05-06 13:11:06.293 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:11:06.312 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:210, Type:drop table, State:queueing, SchemaState:public, SchemaID:179, TableID:208, RowCount:0, ArgLen:2, start time: 2024-05-06 13:11:06.293 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 13:11:06.408 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=210] [conn=2] [category=ddl] [job="ID:210, Type:drop table, State:queueing, SchemaState:public, SchemaID:179, TableID:208, RowCount:0, ArgLen:0, start time: 2024-05-06 13:11:06.293 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:06.448 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=164] [neededSchemaVersion=165] ["start time"=278.31µs] [gotSchemaVersion=165] [phyTblIDs="[208]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:11:06.459 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=210] [version=165] [2024/05/06 13:11:06.496 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=165] ["take time"=53.504639ms] [job="ID:210, Type:drop table, State:running, SchemaState:write only, SchemaID:179, TableID:208, RowCount:0, ArgLen:2, start time: 2024-05-06 13:11:06.293 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:06.564 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=210] [conn=2] [category=ddl] [job="ID:210, Type:drop table, State:running, SchemaState:write only, SchemaID:179, TableID:208, RowCount:0, ArgLen:0, start time: 2024-05-06 13:11:06.293 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:06.598 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=165] [neededSchemaVersion=166] ["start time"=261.993µs] [gotSchemaVersion=166] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:11:06.609 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=210] [version=166] [2024/05/06 13:11:06.647 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=166] ["take time"=52.751053ms] [job="ID:210, Type:drop table, State:running, SchemaState:delete only, SchemaID:179, TableID:208, RowCount:0, ArgLen:0, start time: 2024-05-06 13:11:06.293 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:06.716 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=210] [conn=2] [category=ddl] [job="ID:210, Type:drop table, State:running, SchemaState:delete only, SchemaID:179, TableID:208, RowCount:0, ArgLen:0, start time: 2024-05-06 13:11:06.293 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:06.726 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 179, Old Table ID: 208, Old Table Name: t"] [2024/05/06 13:11:06.759 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=166] [neededSchemaVersion=167] ["start time"=258.506µs] [gotSchemaVersion=167] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:11:06.770 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=210] [version=167] [2024/05/06 13:11:06.808 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=167] ["take time"=53.664339ms] [job="ID:210, Type:drop table, State:done, SchemaState:none, SchemaID:179, TableID:208, RowCount:0, ArgLen:3, start time: 2024-05-06 13:11:06.293 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:06.893 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=210] [tableIDs="[208]"] [comment="drop table: table ID"] [2024/05/06 13:11:06.902 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=210] [jobType="drop table"] [2024/05/06 13:11:06.907 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=210] [conn=2] [job="ID:210, Type:drop table, State:synced, SchemaState:none, SchemaID:179, TableID:208, RowCount:0, ArgLen:3, start time: 2024-05-06 13:11:06.293 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:06.971 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=210] [2024/05/06 13:11:06.972 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:11:06.975 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.691029789\n# Parse_time: 0.000830188\n# Compile_time: 0.000967147\n# Rewrite_time: 0.000008828\n# Optimize_time: 0.00116208\n# Wait_TS: 0.000406067\n# DB: write_after_import\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] [2024/05/06 13:11:06.977 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=167] [cur_db=write_after_import] [sql="CREATE TABLE t (id bigint PRIMARY KEY auto_random, v varchar(64))"] [user=] [2024/05/06 13:11:07.021 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:212, Type:create table, State:queueing, SchemaState:none, SchemaID:179, TableID:211, RowCount:0, ArgLen:2, start time: 2024-05-06 13:11:06.944 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:11:07.021 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:212, Type:create table, State:queueing, SchemaState:none, SchemaID:179, TableID:211, RowCount:0, ArgLen:2, start time: 2024-05-06 13:11:06.944 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t (id bigint PRIMARY KEY auto_random, v varchar(64))"] [2024/05/06 13:11:07.094 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=212] [conn=2] [category=ddl] [job="ID:212, Type:create table, State:queueing, SchemaState:none, SchemaID:179, TableID:211, RowCount:0, ArgLen:0, start time: 2024-05-06 13:11:06.944 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:07.103 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 179, Table ID: 211, Table Name: t"] [2024/05/06 13:11:07.152 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=167] [neededSchemaVersion=168] ["start time"=2.394854ms] [gotSchemaVersion=168] [phyTblIDs="[211]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 13:11:07.163 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=212] [version=168] [2024/05/06 13:11:07.199 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=168] ["take time"=53.536163ms] [job="ID:212, Type:create table, State:done, SchemaState:public, SchemaID:179, TableID:211, RowCount:0, ArgLen:2, start time: 2024-05-06 13:11:06.944 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:07.241 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=212] [conn=2] [job="ID:212, Type:create table, State:synced, SchemaState:public, SchemaID:179, TableID:211, RowCount:0, ArgLen:0, start time: 2024-05-06 13:11:06.944 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:07.320 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=212] [2024/05/06 13:11:07.320 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:11:07.327 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.350760366\n# Parse_time: 0.000693087\n# Compile_time: 0.001017726\n# Rewrite_time: 0.000009633\n# Optimize_time: 0.00116208\n# Wait_TS: 0.000396355\n# DB: write_after_import\n# Is_internal: false\n# Digest: 06502dd8b564bfd335fcc99b19b8616ba7e5ba7b7b8d80ff9d48a7486aecca98\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Warnings: [{\"Level\":\"Note\",\"Message\":\"Available implicit allocation times: 288230376151711743\"}]\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE t (id bigint PRIMARY KEY auto_random, v varchar(64));"] [2024/05/06 13:11:07.507 +00:00] [INFO] [import_into.go:226] ["importing data from select statement"] [import-id=4b4238be-7f2f-4653-bb8a-44ad092114aa] [concurrency=2] [target-table=`write_after_import`.`t`] [target-table-id=211] [2024/05/06 13:11:07.517 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 13:11:07.517 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365872728081621462] [2024/05/06 13:11:07.518 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:11:07.518 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 13:11:07.519 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 13:11:07.519 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 13:11:07.519 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 13:11:07.519 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 13:11:07.519 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 13:11:07.534 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 13:11:07.536 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 13:11:07.536 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 13:11:07.541 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:11:07.545 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:11:07.600 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=t] [import-id=4b4238be-7f2f-4653-bb8a-44ad092114aa] [key=import-from-select] [2024/05/06 13:11:07.601 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=t] [import-id=4b4238be-7f2f-4653-bb8a-44ad092114aa] [key=import-from-select] [2024/05/06 13:11:07.602 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=t] [import-id=4b4238be-7f2f-4653-bb8a-44ad092114aa] [key=import-from-select] [readDur=71.318µs] [encodeDur=1.01966ms] [checksum="{cksum=6611381149400268126,size=102,kvs=3}"] [deliverDur=117.417µs] [type=query] [takeTime=1.641115ms] [] [2024/05/06 13:11:07.602 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=t] [import-id=4b4238be-7f2f-4653-bb8a-44ad092114aa] [key=import-from-select] [readDur=11.554µs] [encodeDur=462.091µs] [checksum="{cksum=11267714251197241312,size=34,kvs=1}"] [deliverDur=199.747µs] [type=query] [takeTime=988.584µs] [] [2024/05/06 13:11:07.603 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=34] [kvs=1] [files=1] [sstFileSize=925] [file=/tmp/tidb/import-4000/4b4238be-7f2f-4653-bb8a-44ad092114aa/102b1544-1a0b-5f02-9523-0f5011224f00.sst/b75815df-af13-478e-9330-a834e1cc2900.sst] [firstKey=7480000000000000D35F728000000000000006] [lastKey=7480000000000000D35F728000000000000006] [2024/05/06 13:11:07.603 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:11:07.604 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=102] [kvs=3] [files=1] [sstFileSize=991] [file=/tmp/tidb/import-4000/4b4238be-7f2f-4653-bb8a-44ad092114aa/102b1544-1a0b-5f02-9523-0f5011224f00.sst/62f93e9e-e72f-4b4f-b2aa-a49baea9a7fb.sst] [firstKey=7480000000000000D35F728000000000000004] [lastKey=7480000000000000D35F728000000000000007] [2024/05/06 13:11:07.607 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [takeTime=3.670221ms] [] [2024/05/06 13:11:07.607 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [retryCnt=0] [2024/05/06 13:11:07.612 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 13:11:07.634 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=102b1544-1a0b-5f02-9523-0f5011224f00] ["region ranges"=1] [count=4] [size=136] [2024/05/06 13:11:07.634 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 13:11:07.648 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=102b1544-1a0b-5f02-9523-0f5011224f00] [size=136] [kvs=4] [importedSize=136] [importedCount=4] [2024/05/06 13:11:07.650 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [retryCnt=0] [takeTime=42.427309ms] [] [2024/05/06 13:11:07.650 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:11:07.652 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=1.913611ms] [] [2024/05/06 13:11:07.652 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [2024/05/06 13:11:07.652 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:11:07.652 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [retryCnt=0] [takeTime=59.713µs] [] [2024/05/06 13:11:07.652 +00:00] [INFO] [table_import.go:761] ["post process start"] [table=t] [import-id=4b4238be-7f2f-4653-bb8a-44ad092114aa] [checksum="{\"id=-1\"=\"{cksum=14384125892341312190,size=136,kvs=4}\"}"] [2024/05/06 13:11:07.652 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [table=t] [import-id=4b4238be-7f2f-4653-bb8a-44ad092114aa] [2024/05/06 13:11:07.660 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [table=t] [import-id=4b4238be-7f2f-4653-bb8a-44ad092114aa] [takeTime=7.698661ms] [] [2024/05/06 13:11:07.660 +00:00] [INFO] [table_import.go:835] ["local checksum"] [table=t] [import-id=4b4238be-7f2f-4653-bb8a-44ad092114aa] [checksum="{cksum=14384125892341312190,size=136,kvs=4}"] [2024/05/06 13:11:07.660 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [table=t] [import-id=4b4238be-7f2f-4653-bb8a-44ad092114aa] [weight=30] [2024/05/06 13:11:07.660 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [table=t] [import-id=4b4238be-7f2f-4653-bb8a-44ad092114aa] [concurrency=15] [2024/05/06 13:11:07.664 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=211] [physicalTableID=211] [indexID=-1] [checksum=14384125892341312190] [totalKvs=4] [totalBytes=136] [2024/05/06 13:11:07.665 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [table=t] [import-id=4b4238be-7f2f-4653-bb8a-44ad092114aa] [local="{cksum=14384125892341312190,size=136,kvs=4}"] [2024/05/06 13:11:07.665 +00:00] [INFO] [table_import.go:763] ["post process completed"] [table=t] [import-id=4b4238be-7f2f-4653-bb8a-44ad092114aa] [checksum="{\"id=-1\"=\"{cksum=14384125892341312190,size=136,kvs=4}\"}"] [takeTime=12.674346ms] [] [2024/05/06 13:11:07.665 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:11:07.665 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [takeTime=13.678µs] [] [2024/05/06 13:11:07.665 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [2024/05/06 13:11:07.666 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:1] [engineUUID=102b1544-1a0b-5f02-9523-0f5011224f00] [takeTime=1.22433ms] [] [2024/05/06 13:11:07.667 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:11:07.667 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=10.403µs] [] [2024/05/06 13:11:07.667 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [2024/05/06 13:11:07.668 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`write_after_import`.`t`:-1] [engineUUID=630083e6-fc50-5cd2-8645-c17b147197ce] [takeTime=963.553µs] [] [2024/05/06 13:11:07.671 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 13:11:07.671 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 13:11:07.671 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 13:11:07.671 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 13:11:07.671 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 13:11:07.671 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 13:11:07.671 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 13:11:07.671 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:11:07.671 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:11:07.671 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:11:07.671 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:11:07.672 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:11:07.672 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 13:11:07.673 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 13:11:07.673 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:11:07.673 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:11:07.673 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:11:07.674 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:11:07.675 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449577239784456195\n# Conn_ID: 2\n# Query_time: 0.346876274\n# Parse_time: 0.00078645\n# Compile_time: 0.002951483\n# Rewrite_time: 0.001692496\n# Optimize_time: 0.00116208\n# Wait_TS: 0.000092338\n# Cop_time: 0.00009635 Process_time: 0.000069698 Wait_time: 0.000028427 Request_count: 1 Process_keys: 4 Total_keys: 5 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 4 Rocksdb_key_skipped_count: 8 Rocksdb_block_cache_hit_count: 2\n# DB: write_after_import\n# Is_internal: false\n# Digest: 4a4b6a4c30dc8ee1bebc60bd07e28678e357952a078d55330f553cd904684a3e\n# Stats: dt:pseudo[10000;0]\n# Num_cop_tasks: 1\n# Cop_proc_avg: 6.9698e-05 Cop_proc_addr: 127.0.0.1:20160\n# Cop_wait_avg: 2.8427e-05 Cop_wait_addr: 127.0.0.1:20160\n# Mem_max: 363\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('+AWYMAk1OV8yCTAJMAlOL0EJMAl0aW1lOjM0MS42bXMsIGxvb3BzOjEJARygTi9BCjEJMzFfNwkwCTEwMDAwCWRhdGE6VGFibGVGdWxsU2Nhbl82CTQJRBg2MzguOcK1FUV4MiwgY29wX3Rhc2s6IHtudW06IDEsIG1heDogMS40MgFuRHByb2Nfa2V5czogNCwgdG90XwESFDogNjkuNwVKARMkd2FpdDogMjguNAUTgGNvcHJfY2FjaGVfaGl0X3JhdGlvOiAwLjAwLCBidWlsZAVyCF9kdQUaFG46IDEzMA1OqG1heF9kaXN0c3FsX2NvbmN1cnJlbmN5OiAxfSwgcnBjX2luZm86e0NvcDoBsBRfcnBjOjEFmAhhbF8lKEQxLjNtc319CTM2MyBCeXRlcwkhJSAyCTQzXzYJMV8xJ7h0YWJsZTpkdCwga2VlcCBvcmRlcjpmYWxzZSwgc3RhdHM6cHNldWRvCTQJdGlrdgWyBDp7CWIhGC2GVH0sIHNjYW5fZGV0YWlsOiB7dG90YWwlJAhlc3MyOQE6FwAgX3NpemU6IDE4KVcEYWwNLTg1LCBnZXRfc25hcHNob3QJ1RAgMTEuMyVcdHJvY2tzZGI6IHtkZWxldGVfc2tpcHBlZF9jb3VudCWlCGtleT4WABg4LCBibG9jIeY5mA0yFDJ9fX0sIAHaXsYAARwAOjLyAQhhbF8h9A0aNfkJ/Shrdl9yZWFkX3dhbC2UACAlMyVILhUAODg4wrVzfQlOL0EJTi9BCg==')\n# Binary_plan: tidb_decode_binary_plan('4wagCt4GCgxJbXBvcnRJbnRvXzISlwYKDVRhYmxlUmVhZGVyXzcS1gMKD1QBElBGdWxsU2Nhbl82IWTCmlW+DkRBKQABAfCQiMNAMAQ4AkACShMKEQoLZnJvbV9zZWxlY3QSAmR0Uh5rZWVwIG9yZGVyOmZhbHNlLCBzdGF0czpwc2V1ZG9q3wJ0aWt2X3Rhc2s6e3RpbWU6MW1zLCBsb29wczoxfSwgc2Nhbl9kZXRhaWw6IHt0b3RhbF9wcm9jZXNzX2tleXM6IDQsIHRvdGFsX3Byb2NlcwkXIF9zaXplOiAxOBUeBGtlAS1ANSwgZ2V0X3NuYXBzaG90X3QBc8AgMTEuM8K1cywgcm9ja3NkYjoge2RlbGV0ZV9za2lwcGVkX2NvdW50OiA0LCBrZXlfOhYAUDgsIGJsb2NrOiB7Y2FjaGVfaGl0Xw0yFDJ9fX0sIAFnBF9kVsYAARwUOiA2OS43BYMJ4wh3YWkRnQwyOC40HRosa3ZfcmVhZF93YWxsDTwIMW1zAWMEa3YyFQAcODjCtXN9cP8RAQQBeBEKKP8BIZxWH6WHTBZBLsUBKAFAAVIUZGF0YTpUNvMBBFoWBaQQNjM4LjkFiimfIDJi2AFjb3BfdCG9SCB7bnVtOiAxLCBtYXg6IDEuNDIBlgxwcm9jLXspigBfARI27wAF7QA6GegQY29wcl85SURyYXRpbzogMC4wMCwgYnVpbGQFcghfZHUFGhRuOiAxMzAtPWBtYXhfZGlzdHNxbF9jb25jdXJyZW5jeTogQUs0cnBjX2luZm86e0NvcDoBsBhfcnBjOjEsLXQF5SQxLjNtc319cOsCPS8oOAFAAVIDTi9BWhUFJRAzNDEuNgHfKQkAMVZlAQQYAQ==')\n# Resource_group: default\nIMPORT INTO `write_after_import`.`t` FROM SELECT * FROM `from_select`.`dt`;"] [2024/05/06 13:11:07.686 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=168] [cur_db=write_after_import] [sql="drop table if exists t;"] [user=] [2024/05/06 13:11:07.714 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:213, Type:drop table, State:queueing, SchemaState:public, SchemaID:179, TableID:211, RowCount:0, ArgLen:2, start time: 2024-05-06 13:11:07.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 13:11:07.714 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:213, Type:drop table, State:queueing, SchemaState:public, SchemaID:179, TableID:211, RowCount:0, ArgLen:2, start time: 2024-05-06 13:11:07.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 13:11:07.801 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=213] [conn=2] [category=ddl] [job="ID:213, Type:drop table, State:queueing, SchemaState:public, SchemaID:179, TableID:211, RowCount:0, ArgLen:0, start time: 2024-05-06 13:11:07.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:07.835 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=168] [neededSchemaVersion=169] ["start time"=308.915µs] [gotSchemaVersion=169] [phyTblIDs="[211]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:11:07.848 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=213] [version=169] [2024/05/06 13:11:07.884 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=169] ["take time"=54.123012ms] [job="ID:213, Type:drop table, State:running, SchemaState:write only, SchemaID:179, TableID:211, RowCount:0, ArgLen:2, start time: 2024-05-06 13:11:07.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:07.931 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=213] [conn=2] [category=ddl] [job="ID:213, Type:drop table, State:running, SchemaState:write only, SchemaID:179, TableID:211, RowCount:0, ArgLen:0, start time: 2024-05-06 13:11:07.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:08.021 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=169] [neededSchemaVersion=170] ["start time"=224.795µs] [gotSchemaVersion=170] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:11:08.036 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=213] [version=170] [2024/05/06 13:11:08.071 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=170] ["take time"=53.693205ms] [job="ID:213, Type:drop table, State:running, SchemaState:delete only, SchemaID:179, TableID:211, RowCount:0, ArgLen:0, start time: 2024-05-06 13:11:07.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:08.133 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=213] [conn=2] [category=ddl] [job="ID:213, Type:drop table, State:running, SchemaState:delete only, SchemaID:179, TableID:211, RowCount:0, ArgLen:0, start time: 2024-05-06 13:11:07.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:08.143 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 179, Old Table ID: 211, Old Table Name: t"] [2024/05/06 13:11:08.180 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=170] [neededSchemaVersion=171] ["start time"=279.752µs] [gotSchemaVersion=171] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 13:11:08.192 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=213] [version=171] [2024/05/06 13:11:08.227 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=171] ["take time"=53.215873ms] [job="ID:213, Type:drop table, State:done, SchemaState:none, SchemaID:179, TableID:211, RowCount:0, ArgLen:3, start time: 2024-05-06 13:11:07.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:08.563 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449577240020385796\n# Query_time: 0.333407026\n# Parse_time: 0\n# Compile_time: 0.000986352\n# Rewrite_time: 0\n# Optimize_time: 0\n# Wait_TS: 0.000303495\n# Prewrite_time: 0.326718529 Commit_time: 0.001924123 Get_commit_ts_time: 0.000584863 Slowest_prewrite_rpc_detail: {total:0.327s, region_id: 14, store: 127.0.0.1:20162, time_detail: {tikv_wall_time: 325.5ms}, scan_detail: {get_snapshot_time: 27.3µs, rocksdb: {block: {}}}, write_detail: {store_batch_wait: 325ms, propose_send_wait: 0s, persist_log: {total: 148.8µs, write_leader_wait: 127ns, sync_log: 102.6µs, write_memtable: 3.28µs}, commit_log: 232.8µs, apply_batch_wait: 14.5µs, apply: {total:86.4µs, mutex_lock: 0s, write_leader_wait: 0s, write_wal: 17.8µs, write_memtable: 19.1µs}}} Commit_primary_rpc_detail: {total:0.327s, region_id: 14, store: 127.0.0.1:20162, time_detail: {tikv_wall_time: 325.5ms}, scan_detail: {get_snapshot_time: 27.3µs, rocksdb: {block: {}}}, write_detail: {store_batch_wait: 325ms, propose_send_wait: 0s, persist_log: {total: 148.8µs, write_leader_wait: 127ns, sync_log: 102.6µs, write_memtable: 3.28µs}, commit_log: 232.8µs, apply_batch_wait: 14.5µs, apply: {total:86.4µs, mutex_lock: 0s, write_leader_wait: 0s, write_wal: 17.8µs, write_memtable: 19.1µs}}} Write_keys: 1 Write_size: 19 Prewrite_region: 1\n# Is_internal: true\n# Digest: bdab55af0288282745b06ae511bf5258d90e46fca67dd2e2ef0faca225d2d599\n# Num_cop_tasks: 0\n# Mem_max: 8587\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('jQzwQDAJMjlfMgkwCTAJTi9BCTAJdGltZToxLjRtcywgbG9vcHM6MSwgY29tbWl0X3R4bjoge3ByZXdyaXRlOjMyNi43ASgQZ2V0X2MNIyhzOjU4NC45wrVzLA03EDoxLjkyASccc2xvd2VzdF8RQfA8X3JwYzoge3RvdGFsOiAwLjMyN3MsIHJlZ2lvbl9pZDogMTQsIHN0b3JlOiAxMjcuMC4wLjE6MjAxNjIsIAGoGF9kZXRhaWwBRCBpa3Zfd2FsbF8BGDw6IDMyNS41bXN9LCBzY2FuGSgBqhxzbmFwc2hvdA0rDDI3LjMFrlxyb2Nrc2RiOiB7YmxvY2s6IHt9fX0sIHcB7BlCBZAoX2JhdGNoX3dhaXQFbAHeLHByb3Bvc2Vfc2VuZA0aODBzLCBwZXJzaXN0X2xvZwGoCewQMTQ4LjgFdQleFGxlYWRlcg02KDEyN25zLCBzeW5jCTYQMTAyLjYdLhhtZW10YWJsAecELjIBRwB9MWsJMAgyMzINXhBhcHBseTKtAAwxNC41BUsFGxWSDDg2LjQFFxRtdXRleF8pAAG/SqAAGRcAdyG4BDE3DW0JKxmdGDE5LjHCtXMlRU0eGHByaW1hcnk++QEMMDAyc/75AS35CDQ4NiXPkvoBADMFKwQsIN76AQQxMw37rvwBBDY5LYIpMDL7AQA2OvoBBDQxDWEJLD1cBC4zSvkBEDE1NS4yJccl3jb5AVFEBRs1+QQxMTEFAG3C+gEEMzMNbj6eAAAyQUwl+G3NEG51bToxcUsMa2V5cxkORGJ5dGU6MTl9CTM5NSBCeXRlc4GJLAoxCTM2XzEJMAkxCUnsYHRpZGJfbWRsX2luZm8sIGhhbmRsZToyMTMBIom0ADBliIm1KDIsIEdldDp7bnVtRW4IMSwgZXxp9Qw3NjcuYVIAfUJIBGGgHF9wcm9jZXNzCSwEIDQJLBFBYfURGgA2LZ8JNxRrdl9yZWFh/ZWIYbthBQFoAGsyogQEMTEtwTahBAlKEYElKwAgFbwuFwAMX3NpeoECADkRmBUsSuQEBDE2LaoAck7kBCAJTi9BCU4vQQo=')\n# Plan_digest: ca2b8c61a8ea82f17bacb18dbe38cd4b008fc18663d28963f5ced78ed80210d7\n# Binary_plan: tidb_decode_binary_plan('vgx4CrkMCghEZWxldGVfMhKaAwoLUG9pbnRfR2V0XzEpAAUB8LDwPzABOAFAAUoYChYKBW15c3FsEg10aWRiX21kbF9pbmZvUgpoYW5kbGU6MjEzWhR0aW1lOjEuMDVtcywgbG9vcHM6MmKpAkdldDp7bnVtX3JwYzoxLCB0b3RhbF90aW1lOjc2Ny42wrVzfSwgdGltZV9kZXRhaWw6IHt0b3RhbF9wcm9jZXNzX3RpbWU6IDQ3LjbCtXMsIHRvdGFsX3dhaXRfdGltZTogNDYuOMK1cywNWyxrdl9yZWFkX3dhbGwJaDggMTAyLjHCtXMsIHRpa3YyGgAwMTjCtXN9LCBzY2FuX1qBABhrZXlzOiAxEXsAcA2YARcgX3NpemU6IDM5ER0BFQUsLGdldF9zbmFwc2hvdBGHCDYuMgWGWHJvY2tzZGI6IHtibG9jazoge319fXD/EQEEAXgRCgD/JYIcUgNOL0FaE3QpYQA0OWAcMWLjCGNvbW0hC0h4bjoge3ByZXdyaXRlOjMyNi43ASkBhxEjGHM6NTg0LjkFgwkUEDoxLjkyASccc2xvd2VzdF8RQQBfIa4AICmJuDogMC4zMjdzLCByZWdpb25faWQ6IDE0LCBzdG9yZTogMTI3LjAuMC4xOjIwMTYyIWUEbWU9TDpzARQzMjUuNW1GdAEBqjoxAQwyNy4zBa5SMQEELCAF7BlqBZAsX2JhdGNoX3dhaXQ6AWwB3ihwcm9wb3NlX3NlbkEYARo4MHMsIHBlcnNpc3RfbG9nGewMMTQ4LkEUEV4UbGVhZGVyDVAoMTI3bnMsIHN5bmMJNkFaQcMRLhhtZW10YWJsQRMELjIBRwR9LC1rCTAIMjMyDV4QYXBwbHkyrQAMMTQuNQXuBRsVkgw4Ni40BRcUbXV0ZXhfSTEBvwn+MqAAGRcYd2FsOiAxNw1tCSsZnQQxOWUQBH19GZ8YcHJpbWFyeT75AQwwMDJz/vkBLfkINDg2Jc9CbgNO+gEAMwUrBCwg3voBBDEzDfuu/AEENjktgikwMlsBADY6+gEENDENYQksPVwELjNK+QEIMTU1bf0l3jb5AQQyLklEBRs1+QQxMTEFAG3C+gEEMzMNbj6eAAAyQUwl+G3NCG51baGXCSiFvgAxUc1cYnl0ZToxOX1wiwN4////////////ARgB')\n# Resource_group: default\n;"] [2024/05/06 13:11:08.620 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=213] [tableIDs="[211]"] [comment="drop table: table ID"] [2024/05/06 13:11:08.632 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=213] [jobType="drop table"] [2024/05/06 13:11:08.637 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=213] [conn=2] [job="ID:213, Type:drop table, State:synced, SchemaState:none, SchemaID:179, TableID:211, RowCount:0, ArgLen:3, start time: 2024-05-06 13:11:07.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 13:11:08.724 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=213] [2024/05/06 13:11:08.725 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 13:11:08.729 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 1.044171291\n# Parse_time: 0.000715211\n# Compile_time: 0.000950071\n# Rewrite_time: 0.000010766\n# Optimize_time: 0.000809983\n# Wait_TS: 0.000481276\n# DB: write_after_import\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] [2024/05/06 13:11:08.755 +00:00] [WARN] [manager.go:306] ["is not the owner"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager d23462d9-50aa-4869-97b9-a1fe5d2ebdcd"] [2024/05/06 13:11:08.755 +00:00] [INFO] [manager.go:257] ["etcd session is done, creates a new one"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager d23462d9-50aa-4869-97b9-a1fe5d2ebdcd"] [2024/05/06 13:11:08.756 +00:00] [INFO] [manager.go:261] ["break campaign loop, NewSession failed"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager d23462d9-50aa-4869-97b9-a1fe5d2ebdcd"] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/util.contextDone\n\tpkg/util/etcd.go:90\ngithub.com/pingcap/tidb/pkg/util.NewSession\n\tpkg/util/etcd.go:50\ngithub.com/pingcap/tidb/pkg/owner.(*ownerManager).campaignLoop\n\tpkg/owner/manager.go:259\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 13:11:08.757 +00:00] [INFO] [manager.go:317] ["revoke session"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager d23462d9-50aa-4869-97b9-a1fe5d2ebdcd"] [] [2024/05/06 13:11:08.758 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 13:11:08.758 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 13, tp add index"] [category=ddl] ["take time"=20.389µs] [2024/05/06 13:11:08.759 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 14, tp add index"] [category=ddl] ["take time"=16.371µs] [2024/05/06 13:11:08.759 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 15, tp add index"] [category=ddl] ["take time"=26.128µs] [2024/05/06 13:11:08.759 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 16, tp add index"] [category=ddl] ["take time"=20.056µs] [2024/05/06 13:11:08.759 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 17, tp add index"] [category=ddl] ["take time"=29.649µs] [2024/05/06 13:11:08.759 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 18, tp add index"] [category=ddl] ["take time"=17.203µs] [2024/05/06 13:11:08.759 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 19, tp add index"] [category=ddl] ["take time"=27.24µs] [2024/05/06 13:11:08.759 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 20, tp add index"] [category=ddl] ["take time"=19.522µs] [2024/05/06 13:11:08.759 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 21, tp add index"] [category=ddl] ["take time"=26.549µs] [2024/05/06 13:11:08.759 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 22, tp add index"] [category=ddl] ["take time"=17.347µs] [2024/05/06 13:11:08.759 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 13:11:08.759 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 12, tp general"] [category=ddl] ["take time"=6.719µs] [2024/05/06 13:11:08.759 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 13:11:08.759 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/06 13:11:08.759 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 13:11:08.806 +00:00] [INFO] [ddl.go:951] ["DDL closed"] [category=ddl] [ID=d23462d9-50aa-4869-97b9-a1fe5d2ebdcd] ["take time"=71.303971ms] [2024/05/06 13:11:08.807 +00:00] [INFO] [ddl.go:769] ["stop DDL"] [category=ddl] [ID=d23462d9-50aa-4869-97b9-a1fe5d2ebdcd] [2024/05/06 13:11:08.809 +00:00] [INFO] [domain.go:1026] ["stopping ttlJobManager"] [2024/05/06 13:11:08.809 +00:00] [INFO] [runtime.go:190] ["TimerGroupRuntime loop exit"] [groupID=ttl] [2024/05/06 13:11:08.809 +00:00] [INFO] [notifier.go:142] ["etcd watcher exited to watch timer events"] [EtcdKey=/tidb/timer/cluster/1/notify/8878fa58-84a2-432a-8bfb-b290283d0de9] [watcherID=36c771bf-a1db-40ed-9807-417bafac2d0b] [2024/05/06 13:11:08.809 +00:00] [INFO] [notifier.go:227] ["etcd notify loop to watch timer events stopped"] [EtcdKey=/tidb/timer/cluster/1/notify/8878fa58-84a2-432a-8bfb-b290283d0de9] [2024/05/06 13:11:08.810 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/06 13:11:08.810 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 13:11:08.810 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 13:11:08.810 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 13:11:08.810 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 13:11:08.810 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/06 13:11:08.810 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 13:11:08.810 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 13:11:08.810 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 13:11:08.810 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 13:11:08.817 +00:00] [INFO] [job_manager.go:174] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [2024/05/06 13:11:08.817 +00:00] [INFO] [domain.go:1037] ["ttlJobManager exited."] [2024/05/06 13:11:08.818 +00:00] [INFO] [domain.go:2817] ["releaseServerID succeed"] [serverID=1121] [2024/05/06 13:11:08.818 +00:00] [INFO] [domain.go:2020] ["PlanReplayerTaskCollectHandle exited."] [2024/05/06 13:11:08.818 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 13:11:08.818 +00:00] [INFO] [domain.go:2074] ["dumpFileGcChecker exited."] [2024/05/06 13:11:08.818 +00:00] [INFO] [domain.go:2492] ["analyzeJobsCleanupWorker exited."] [2024/05/06 13:11:08.818 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 13:11:08.818 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=PlanReplayerTaskCollectHandle] [2024/05/06 13:11:08.818 +00:00] [INFO] [domain.go:1700] ["loadPrivilegeInLoop exited."] [2024/05/06 13:11:08.818 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 13:11:08.818 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 13:11:08.818 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 13:11:08.818 +00:00] [INFO] [domain.go:907] ["loadSchemaInLoop exited."] [2024/05/06 13:11:08.818 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 13:11:08.818 +00:00] [INFO] [domain.go:2040] ["PlanReplayerTaskDumpHandle exited."] [2024/05/06 13:11:08.818 +00:00] [INFO] [domain.go:2450] ["autoAnalyzeWorker exited."] [2024/05/06 13:11:08.819 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/06 13:11:08.819 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 13:11:08.819 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=PlanReplayerTaskDumpHandle] [2024/05/06 13:11:08.819 +00:00] [INFO] [domain.go:2371] ["updateStatsWorker is going to exit, start to flush stats"] [2024/05/06 13:11:08.819 +00:00] [INFO] [domain.go:1542] ["stopping dist task scheduler manager because the current node is not DDL owner anymore"] [id=d23462d9-50aa-4869-97b9-a1fe5d2ebdcd] [2024/05/06 13:11:08.819 +00:00] [INFO] [domain.go:2881] ["serverIDKeeper exited."] [2024/05/06 13:11:08.819 +00:00] [INFO] [domain.go:2323] ["loadStatsWorker exited."] [2024/05/06 13:11:08.818 +00:00] [INFO] [domain.go:2352] ["indexUsageWorker exited."] [2024/05/06 13:11:08.819 +00:00] [INFO] [manager.go:446] ["watcher is closed, no owner"] ["owner info"="[stats] ownerManager d23462d9-50aa-4869-97b9-a1fe5d2ebdcd watch owner key /tidb/stats/owner/22318f4e04c6fc15"] [2024/05/06 13:11:08.818 +00:00] [INFO] [domain.go:1750] ["LoadSysVarCacheLoop exited."] [2024/05/06 13:11:08.819 +00:00] [INFO] [scheduler_manager.go:318] ["subtask history table gc loop exits"] [server-id=:4000] [2024/05/06 13:11:08.819 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=indexUsageWorker] [2024/05/06 13:11:08.819 +00:00] [INFO] [scheduler_manager.go:379] ["cleanup loop exits"] [server-id=:4000] [2024/05/06 13:11:08.818 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 13:11:08.818 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=analyzeJobsCleanupWorker] [2024/05/06 13:11:08.819 +00:00] [WARN] [manager.go:306] ["is not the owner"] ["owner info"="[stats] /tidb/stats/owner ownerManager d23462d9-50aa-4869-97b9-a1fe5d2ebdcd"] [2024/05/06 13:11:08.819 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 13:11:08.819 +00:00] [INFO] [scheduler_manager.go:459] ["collect loop exits"] [server-id=:4000] [2024/05/06 13:11:08.819 +00:00] [INFO] [manager.go:446] ["watcher is closed, no owner"] ["owner info"="[log-backup] ownerManager 6a85c845-ad48-46bc-a947-13a19f4d9e60 watch owner key /tidb/br-stream/owner/22318f4e04c6fc0f"] [2024/05/06 13:11:08.818 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 13:11:08.818 +00:00] [INFO] [domain.go:2105] ["HistoricalStatsWorker exited."] [2024/05/06 13:11:08.819 +00:00] [WARN] [manager.go:306] ["is not the owner"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager 6a85c845-ad48-46bc-a947-13a19f4d9e60"] [2024/05/06 13:11:08.818 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 13:11:08.818 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/06 13:11:08.819 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=HistoricalStatsWorker] [2024/05/06 13:11:08.819 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/06 13:11:08.819 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 13:11:08.819 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 13:11:08.819 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=autoAnalyzeWorker] [2024/05/06 13:11:08.819 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 13:11:08.819 +00:00] [INFO] [plan_replayer.go:413] ["planReplayerTaskDumpWorker exited."] [2024/05/06 13:11:08.819 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 13:11:08.819 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 13:11:08.819 +00:00] [INFO] [advancer.go:397] ["Meet task event"] [category="log backup advancer"] [event="Err(, err = EOF)"] [2024/05/06 13:11:08.819 +00:00] [INFO] [scheduler_manager.go:206] ["schedule task loop exits"] [server-id=:4000] [2024/05/06 13:11:08.819 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadStatsWorker] [2024/05/06 13:11:08.819 +00:00] [ERROR] [advancer.go:400] ["listen task meet error, would reopen."] [error=EOF] [stack="github.com/pingcap/tidb/br/pkg/streamhelper.(*CheckpointAdvancer).StartTaskListener.func1\n\tbr/pkg/streamhelper/advancer.go:400"] [2024/05/06 13:11:08.819 +00:00] [INFO] [domain.go:1544] ["dist task scheduler manager stopped"] [id=d23462d9-50aa-4869-97b9-a1fe5d2ebdcd] [2024/05/06 13:11:08.819 +00:00] [INFO] [manager.go:446] ["watcher is closed, no owner"] ["owner info"="[bindinfo] ownerManager d23462d9-50aa-4869-97b9-a1fe5d2ebdcd watch owner key /tidb/bindinfo/owner/22318f4e04c6fc12"] [2024/05/06 13:11:08.819 +00:00] [INFO] [manager.go:257] ["etcd session is done, creates a new one"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager 6a85c845-ad48-46bc-a947-13a19f4d9e60"] [2024/05/06 13:11:08.819 +00:00] [INFO] [advancer.go:403] ["Task watcher exits due to some error."] [category="log backup advancer"] [error=EOF] [2024/05/06 13:11:08.819 +00:00] [INFO] [domain.go:1527] ["stopping dist task executor manager"] [2024/05/06 13:11:08.820 +00:00] [WARN] [manager.go:306] ["is not the owner"] ["owner info"="[bindinfo] /tidb/bindinfo/owner ownerManager d23462d9-50aa-4869-97b9-a1fe5d2ebdcd"] [2024/05/06 13:11:08.820 +00:00] [INFO] [manager.go:273] ["break campaign loop, context is done"] ["owner info"="[bindinfo] /tidb/bindinfo/owner ownerManager d23462d9-50aa-4869-97b9-a1fe5d2ebdcd"] [2024/05/06 13:11:08.820 +00:00] [INFO] [manager.go:280] ["recoverMetaLoop done"] [server-id=:4000] [2024/05/06 13:11:08.821 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."] [2024/05/06 13:11:08.821 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/06 13:11:08.821 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 13:11:08.821 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 13:11:08.821 +00:00] [INFO] [owner_daemon.go:87] ["daemon loop exits"] [id=6a85c845-ad48-46bc-a947-13a19f4d9e60] [daemon-id=LogBackup::Advancer] [2024/05/06 13:11:08.821 +00:00] [INFO] [flush_subscriber.go:109] [Clearing.] [category="log backup flush subscriber"] [timeout=1m0s] [2024/05/06 13:11:08.821 +00:00] [WARN] [etcd.go:78] ["failed to new session to etcd"] [ownerInfo="[log-backup] /tidb/br-stream/owner ownerManager 6a85c845-ad48-46bc-a947-13a19f4d9e60"] [error="context canceled"] [2024/05/06 13:11:08.821 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=logBackupAdvancer] [2024/05/06 13:11:08.832 +00:00] [ERROR] [txn.go:608] ["active transaction fail"] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/tikv/pd/client.(*tsoRequest).Wait\n\texternal/com_github_tikv_pd_client/tso_request.go:79\ngithub.com/tikv/client-go/v2/util.interceptedTsFuture.Wait\n\texternal/com_github_tikv_client_go_v2/util/pd_interceptor.go:73\ngithub.com/tikv/client-go/v2/oracle/oracles.(*tsFuture).Wait\n\texternal/com_github_tikv_client_go_v2/oracle/oracles/pd.go:132\ngithub.com/pingcap/tidb/pkg/session.(*txnFuture).wait\n\tpkg/session/txn.go:699\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).changePendingToValid\n\tpkg/session/txn.go:289\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Wait\n\tpkg/session/txn.go:607\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).ActivateTxn\n\tpkg/sessiontxn/isolation/base.go:290\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/base.go:186\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*OptimisticTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/optimistic.go:100\ngithub.com/pingcap/tidb/pkg/session.(*txnManager).GetStmtReadTS\n\tpkg/session/txnmanager.go:98\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).getSnapshotTS\n\tpkg/executor/builder.go:1817\ngithub.com/pingcap/tidb/pkg/executor.buildNoRangeIndexLookUpReader\n\tpkg/executor/builder.go:3731\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildIndexLookUpReader\n\tpkg/executor/builder.go:3787\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:292\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildHashJoin\n\tpkg/executor/builder.go:1471\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:258\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildHashAgg\n\tpkg/executor/builder.go:1630\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:270\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildSort\n\tpkg/executor/builder.go:2143\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:248\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).buildExecutor\n\tpkg/executor/adapter.go:1172\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:522\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/tikv/client-go/v2/oracle/oracles.(*tsFuture).Wait\n\texternal/com_github_tikv_client_go_v2/oracle/oracles/pd.go:135\ngithub.com/pingcap/tidb/pkg/session.(*txnFuture).wait\n\tpkg/session/txn.go:699\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).changePendingToValid\n\tpkg/session/txn.go:289\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Wait\n\tpkg/session/txn.go:607\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).ActivateTxn\n\tpkg/sessiontxn/isolation/base.go:290\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/base.go:186\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*OptimisticTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/optimistic.go:100\ngithub.com/pingcap/tidb/pkg/session.(*txnManager).GetStmtReadTS\n\tpkg/session/txnmanager.go:98\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).getSnapshotTS\n\tpkg/executor/builder.go:1817\ngithub.com/pingcap/tidb/pkg/executor.buildNoRangeIndexLookUpReader\n\tpkg/executor/builder.go:3731\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildIndexLookUpReader\n\tpkg/executor/builder.go:3787\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:292\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildHashJoin\n\tpkg/executor/builder.go:1471\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:258\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildHashAgg\n\tpkg/executor/builder.go:1630\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:270\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildSort\n\tpkg/executor/builder.go:2143\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:248\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).buildExecutor\n\tpkg/executor/adapter.go:1172\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:522\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).ExecuteSQLWithNewSession.func1\n\tpkg/disttask/framework/storage/task_table.go:183\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147"] [stack="github.com/pingcap/tidb/pkg/session.(*LazyTxn).Wait\n\tpkg/session/txn.go:608\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).ActivateTxn\n\tpkg/sessiontxn/isolation/base.go:290\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/base.go:186\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*OptimisticTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/optimistic.go:100\ngithub.com/pingcap/tidb/pkg/session.(*txnManager).GetStmtReadTS\n\tpkg/session/txnmanager.go:98\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).getSnapshotTS\n\tpkg/executor/builder.go:1817\ngithub.com/pingcap/tidb/pkg/executor.buildNoRangeIndexLookUpReader\n\tpkg/executor/builder.go:3731\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildIndexLookUpReader\n\tpkg/executor/builder.go:3787\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:292\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildHashJoin\n\tpkg/executor/builder.go:1471\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:258\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildHashAgg\n\tpkg/executor/builder.go:1630\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:270\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildSort\n\tpkg/executor/builder.go:2143\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:248\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).buildExecutor\n\tpkg/executor/adapter.go:1172\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:522\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).ExecuteSQLWithNewSession.func1\n\tpkg/disttask/framework/storage/task_table.go:183\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).ExecuteSQLWithNewSession\n\tpkg/disttask/framework/storage/task_table.go:182\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).GetTaskExecInfoByExecID\n\tpkg/disttask/framework/storage/task_table.go:270\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).handleTasks\n\tpkg/disttask/framework/taskexecutor/manager.go:193\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).handleTasksLoop\n\tpkg/disttask/framework/taskexecutor/manager.go:184\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157"] [2024/05/06 13:11:08.833 +00:00] [INFO] [tidb.go:269] ["rollbackTxn called due to ddl/autocommit failure"] [2024/05/06 13:11:08.834 +00:00] [WARN] [session.go:2153] ["run statement failed"] [schemaVersion=171] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/tikv/pd/client.(*tsoRequest).Wait\n\texternal/com_github_tikv_pd_client/tso_request.go:79\ngithub.com/tikv/client-go/v2/util.interceptedTsFuture.Wait\n\texternal/com_github_tikv_client_go_v2/util/pd_interceptor.go:73\ngithub.com/tikv/client-go/v2/oracle/oracles.(*tsFuture).Wait\n\texternal/com_github_tikv_client_go_v2/oracle/oracles/pd.go:132\ngithub.com/pingcap/tidb/pkg/session.(*txnFuture).wait\n\tpkg/session/txn.go:699\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).changePendingToValid\n\tpkg/session/txn.go:289\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Wait\n\tpkg/session/txn.go:607\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).ActivateTxn\n\tpkg/sessiontxn/isolation/base.go:290\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/base.go:186\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*OptimisticTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/optimistic.go:100\ngithub.com/pingcap/tidb/pkg/session.(*txnManager).GetStmtReadTS\n\tpkg/session/txnmanager.go:98\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).getSnapshotTS\n\tpkg/executor/builder.go:1817\ngithub.com/pingcap/tidb/pkg/executor.buildNoRangeIndexLookUpReader\n\tpkg/executor/builder.go:3731\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildIndexLookUpReader\n\tpkg/executor/builder.go:3787\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:292\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildHashJoin\n\tpkg/executor/builder.go:1471\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:258\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildHashAgg\n\tpkg/executor/builder.go:1630\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:270\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildSort\n\tpkg/executor/builder.go:2143\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:248\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).buildExecutor\n\tpkg/executor/adapter.go:1172\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:522\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/tikv/client-go/v2/oracle/oracles.(*tsFuture).Wait\n\texternal/com_github_tikv_client_go_v2/oracle/oracles/pd.go:135\ngithub.com/pingcap/tidb/pkg/session.(*txnFuture).wait\n\tpkg/session/txn.go:699\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).changePendingToValid\n\tpkg/session/txn.go:289\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Wait\n\tpkg/session/txn.go:607\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).ActivateTxn\n\tpkg/sessiontxn/isolation/base.go:290\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/base.go:186\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*OptimisticTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/optimistic.go:100\ngithub.com/pingcap/tidb/pkg/session.(*txnManager).GetStmtReadTS\n\tpkg/session/txnmanager.go:98\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).getSnapshotTS\n\tpkg/executor/builder.go:1817\ngithub.com/pingcap/tidb/pkg/executor.buildNoRangeIndexLookUpReader\n\tpkg/executor/builder.go:3731\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildIndexLookUpReader\n\tpkg/executor/builder.go:3787\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:292\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildHashJoin\n\tpkg/executor/builder.go:1471\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:258\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildHashAgg\n\tpkg/executor/builder.go:1630\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:270\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildSort\n\tpkg/executor/builder.go:2143\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:248\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).buildExecutor\n\tpkg/executor/adapter.go:1172\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:522\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).ExecuteSQLWithNewSession.func1\n\tpkg/disttask/framework/storage/task_table.go:183\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2024/05/06 13:11:08.835 +00:00] [ERROR] [manager.go:369] ["task manager met error"] [server-id=:4000] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/tikv/pd/client.(*tsoRequest).Wait\n\texternal/com_github_tikv_pd_client/tso_request.go:79\ngithub.com/tikv/client-go/v2/util.interceptedTsFuture.Wait\n\texternal/com_github_tikv_client_go_v2/util/pd_interceptor.go:73\ngithub.com/tikv/client-go/v2/oracle/oracles.(*tsFuture).Wait\n\texternal/com_github_tikv_client_go_v2/oracle/oracles/pd.go:132\ngithub.com/pingcap/tidb/pkg/session.(*txnFuture).wait\n\tpkg/session/txn.go:699\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).changePendingToValid\n\tpkg/session/txn.go:289\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Wait\n\tpkg/session/txn.go:607\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).ActivateTxn\n\tpkg/sessiontxn/isolation/base.go:290\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/base.go:186\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*OptimisticTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/optimistic.go:100\ngithub.com/pingcap/tidb/pkg/session.(*txnManager).GetStmtReadTS\n\tpkg/session/txnmanager.go:98\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).getSnapshotTS\n\tpkg/executor/builder.go:1817\ngithub.com/pingcap/tidb/pkg/executor.buildNoRangeIndexLookUpReader\n\tpkg/executor/builder.go:3731\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildIndexLookUpReader\n\tpkg/executor/builder.go:3787\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:292\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildHashJoin\n\tpkg/executor/builder.go:1471\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:258\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildHashAgg\n\tpkg/executor/builder.go:1630\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:270\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildSort\n\tpkg/executor/builder.go:2143\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:248\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).buildExecutor\n\tpkg/executor/adapter.go:1172\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:522\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/tikv/client-go/v2/oracle/oracles.(*tsFuture).Wait\n\texternal/com_github_tikv_client_go_v2/oracle/oracles/pd.go:135\ngithub.com/pingcap/tidb/pkg/session.(*txnFuture).wait\n\tpkg/session/txn.go:699\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).changePendingToValid\n\tpkg/session/txn.go:289\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Wait\n\tpkg/session/txn.go:607\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).ActivateTxn\n\tpkg/sessiontxn/isolation/base.go:290\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/base.go:186\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*OptimisticTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/optimistic.go:100\ngithub.com/pingcap/tidb/pkg/session.(*txnManager).GetStmtReadTS\n\tpkg/session/txnmanager.go:98\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).getSnapshotTS\n\tpkg/executor/builder.go:1817\ngithub.com/pingcap/tidb/pkg/executor.buildNoRangeIndexLookUpReader\n\tpkg/executor/builder.go:3731\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildIndexLookUpReader\n\tpkg/executor/builder.go:3787\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:292\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildHashJoin\n\tpkg/executor/builder.go:1471\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:258\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildHashAgg\n\tpkg/executor/builder.go:1630\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:270\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildSort\n\tpkg/executor/builder.go:2143\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:248\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).buildExecutor\n\tpkg/executor/adapter.go:1172\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:522\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).ExecuteSQLWithNewSession.func1\n\tpkg/disttask/framework/storage/task_table.go:183\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).logErr\n\tpkg/disttask/framework/taskexecutor/manager.go:369\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).handleTasks\n\tpkg/disttask/framework/taskexecutor/manager.go:195\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).handleTasksLoop\n\tpkg/disttask/framework/taskexecutor/manager.go:184\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).logErr\n\tpkg/disttask/framework/taskexecutor/manager.go:369\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).handleTasks\n\tpkg/disttask/framework/taskexecutor/manager.go:195\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).handleTasksLoop\n\tpkg/disttask/framework/taskexecutor/manager.go:184\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157"] [2024/05/06 13:11:08.836 +00:00] [INFO] [manager.go:179] ["handle tasks loop done"] [server-id=:4000] [2024/05/06 13:11:08.836 +00:00] [INFO] [domain.go:1529] ["dist task executor manager stopped"] [2024/05/06 13:11:08.836 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 13:11:08.871 +00:00] [INFO] [domain.go:2373] ["updateStatsWorker ready to release owner"] [2024/05/06 13:11:08.871 +00:00] [INFO] [manager.go:292] ["failed to campaign"] ["owner info"="[stats] /tidb/stats/owner ownerManager d23462d9-50aa-4869-97b9-a1fe5d2ebdcd"] [error="context canceled"] [2024/05/06 13:11:08.871 +00:00] [INFO] [manager.go:273] ["break campaign loop, context is done"] ["owner info"="[stats] /tidb/stats/owner ownerManager d23462d9-50aa-4869-97b9-a1fe5d2ebdcd"] [2024/05/06 13:11:09.022 +00:00] [INFO] [manager.go:261] ["break campaign loop, NewSession failed"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager 6a85c845-ad48-46bc-a947-13a19f4d9e60"] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/util.contextDone\n\tpkg/util/etcd.go:90\ngithub.com/pingcap/tidb/pkg/util.NewSession\n\tpkg/util/etcd.go:50\ngithub.com/pingcap/tidb/pkg/owner.(*ownerManager).campaignLoop\n\tpkg/owner/manager.go:259\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 13:11:10.064 +00:00] [INFO] [manager.go:317] ["revoke session"] ["owner info"="[bindinfo] /tidb/bindinfo/owner ownerManager d23462d9-50aa-4869-97b9-a1fe5d2ebdcd"] [error="rpc error: code = Canceled desc = grpc: the client connection is closing"] [2024/05/06 13:11:10.065 +00:00] [INFO] [domain.go:1889] ["globalBindHandleWorkerLoop exited."] [2024/05/06 13:11:10.065 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 13:11:10.118 +00:00] [INFO] [manager.go:317] ["revoke session"] ["owner info"="[stats] /tidb/stats/owner ownerManager d23462d9-50aa-4869-97b9-a1fe5d2ebdcd"] [error="rpc error: code = Canceled desc = grpc: the client connection is closing"] [2024/05/06 13:11:10.118 +00:00] [INFO] [domain.go:2379] ["updateStatsWorker exit preprocessing finished"] [2024/05/06 13:11:10.118 +00:00] [INFO] [domain.go:2404] ["updateStatsWorker exited."] [2024/05/06 13:11:10.118 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=updateStatsWorker] [2024/05/06 13:11:10.126 +00:00] [INFO] [domain.go:1074] ["domain closed"] ["take time"=1.390845775s] [2024/05/06 13:11:10.127 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 13:11:10.127 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 13:11:10.127 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 13:11:10.127 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 13:11:10.127 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 13:11:10.127 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 13:11:10.127 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 13:11:10.127 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 13:11:10.127 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=1] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:11:10.127 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 13:11:10.127 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=1] [collected-request-count=0] [pending-request-count=0] [2024/05/06 13:11:10.127 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 13:11:10.127 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 13:11:10.128 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=tikv-driver] --- PASS: TestImportInto (87.09s) --- PASS: TestImportInto/TestImportFromSelectBasic (6.96s) --- PASS: TestImportInto/TestImportFromSelectColumnList (3.08s) --- PASS: TestImportInto/TestImportFromSelectStaleRead (3.81s) --- PASS: TestImportInto/TestWriteAfterImportFromFile (32.74s) --- PASS: TestImportInto/TestWriteAfterImportFromFile/case-0 (2.14s) --- PASS: TestImportInto/TestWriteAfterImportFromFile/case-1 (3.12s) --- PASS: TestImportInto/TestWriteAfterImportFromFile/case-2 (2.60s) --- PASS: TestImportInto/TestWriteAfterImportFromFile/case-3 (2.94s) --- PASS: TestImportInto/TestWriteAfterImportFromFile/case-4 (2.59s) --- PASS: TestImportInto/TestWriteAfterImportFromFile/case-5 (2.89s) --- PASS: TestImportInto/TestWriteAfterImportFromFile/case-6 (2.69s) --- PASS: TestImportInto/TestWriteAfterImportFromFile/case-7 (4.04s) --- PASS: TestImportInto/TestWriteAfterImportFromFile/case-8 (2.96s) --- PASS: TestImportInto/TestWriteAfterImportFromFile/case-9 (2.92s) --- PASS: TestImportInto/TestWriteAfterImportFromFile/case-10 (2.92s) --- PASS: TestImportInto/TestWriteAfterImportFromSelect (18.21s) --- PASS: TestImportInto/TestWriteAfterImportFromSelect/case-0 (0.78s) --- PASS: TestImportInto/TestWriteAfterImportFromSelect/case-1 (1.49s) --- PASS: TestImportInto/TestWriteAfterImportFromSelect/case-2 (1.59s) --- PASS: TestImportInto/TestWriteAfterImportFromSelect/case-3 (1.43s) --- PASS: TestImportInto/TestWriteAfterImportFromSelect/case-4 (1.34s) --- PASS: TestImportInto/TestWriteAfterImportFromSelect/case-5 (1.31s) --- PASS: TestImportInto/TestWriteAfterImportFromSelect/case-6 (1.34s) --- PASS: TestImportInto/TestWriteAfterImportFromSelect/case-7 (1.40s) --- PASS: TestImportInto/TestWriteAfterImportFromSelect/case-8 (1.37s) --- PASS: TestImportInto/TestWriteAfterImportFromSelect/case-9 (1.66s) --- PASS: TestImportInto/TestWriteAfterImportFromSelect/case-10 (1.40s) PASS [2024/05/06 13:11:10.311 +00:00] [INFO] [manager.go:317] ["revoke session"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager 6a85c845-ad48-46bc-a947-13a19f4d9e60"] [error="rpc error: code = Canceled desc = grpc: the client connection is closing"] coverage: 14.2% of statements GCov does not exist at the given path: '' May 06, 2024 1:11:15 PM com.google.devtools.coverageoutputgenerator.Main getTracefiles INFO: No lcov file found. May 06, 2024 1:11:15 PM com.google.devtools.coverageoutputgenerator.Main getGcovInfoFiles INFO: No gcov info file found. May 06, 2024 1:11:15 PM com.google.devtools.coverageoutputgenerator.Main getGcovJsonInfoFiles INFO: No gcov json file found. May 06, 2024 1:11:15 PM com.google.devtools.coverageoutputgenerator.Main getProfdataFileOrNull INFO: No .profdata file found. May 06, 2024 1:11:15 PM com.google.devtools.coverageoutputgenerator.Main runWithArgs WARNING: There was no coverage found. ================================================================================ Target //tests/realtikvtest/importintotest2:importintotest2_test up-to-date: bazel-bin/tests/realtikvtest/importintotest2/importintotest2_test_/importintotest2_test INFO: Elapsed time: 30.308s, Critical Path: 13.36s INFO: 1572 processes: 1552 remote cache hit, 20 internal. INFO: Build completed successfully, 1572 total actions Test cases: finished with 28 passing and 0 failing out of 28 test cases Executed 0 out of 1 test: 1 test passes. ./build/jenkins_collect_coverage.sh root: /home/jenkins/.tidb/tmp/6fe290a12c1bd5bc697515c884fc0103/execroot/__main__/bazel-out/k8-fastbuild/testlogs Target //tests/realtikvtest/addindextest4:addindextest4_test up-to-date: bazel-bin/tests/realtikvtest/addindextest4/addindextest4_test_/addindextest4_test INFO: Elapsed time: 27.144s, Critical Path: 11.13s INFO: 1539 processes: 1529 remote cache hit, 10 internal. INFO: Build completed successfully, 1539 total actions Test cases: finished with 19 passing and 0 failing out of 19 test cases Executed 0 out of 1 test: 1 test passes. ./build/jenkins_collect_coverage.sh root: /home/jenkins/.tidb/tmp/6fe290a12c1bd5bc697515c884fc0103/execroot/__main__/bazel-out/k8-fastbuild/testlogs ./build/jenkins_collect_coverage.sh complete to collect bazel result. [1,611 / 1,613] [Prepa] Building external/remote_coverage_tools/Main.jar () [for tool] root: /home/jenkins/.tidb/tmp/6fe290a12c1bd5bc697515c884fc0103/execroot/__main__/bazel-out/k8-fastbuild/testlogs complete to collect bazel result. INFO: From Testing //tests/realtikvtest/importintotest:importintotest_test: ==================== Test output for //tests/realtikvtest/importintotest:importintotest_test: === RUN TestImportInto [2024/05/06 11:52:01.204 +00:00] [INFO] [pd_service_discovery.go:991] ["[pd] update member urls"] [old-urls="[http://127.0.0.1:2379]"] [new-urls="[http://127.0.0.1:2379,http://127.0.0.1:2382,http://127.0.0.1:2384]"] [2024/05/06 11:52:01.204 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:52:01.206 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:52:01.206 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:01.206 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:52:01.207 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:01.207 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:01.207 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:52:01.207 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:52:01.208 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:01.210 +00:00] [INFO] [tikv_driver.go:197] ["using API V1."] [2024/05/06 11:52:01.215 +00:00] [INFO] [store_cache.go:510] ["change store resolve state"] [store=1] [addr=127.0.0.1:20161] [from=unresolved] [to=resolved] [liveness-state=reachable] [2024/05/06 11:52:01.217 +00:00] [INFO] [store_cache.go:510] ["change store resolve state"] [store=3] [addr=127.0.0.1:20162] [from=unresolved] [to=resolved] [liveness-state=reachable] [2024/05/06 11:52:01.218 +00:00] [INFO] [store_cache.go:510] ["change store resolve state"] [store=2] [addr=127.0.0.1:20160] [from=unresolved] [to=resolved] [liveness-state=reachable] [2024/05/06 11:52:01.244 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 11:52:01.244 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 11:52:01.252 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 11:52:01.252 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 11:52:01.265 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 11:52:01.287 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=tikv-7365852658373524218] ["ddl lease"=500ms] ["stats lease"=3s] [2024/05/06 11:52:01.397 +00:00] [WARN] [info.go:316] ["init TiFlashReplicaManager"] [2024/05/06 11:52:01.539 +00:00] [INFO] [domain.go:2796] [acquireServerID] [serverID=510] ["lease id"=3eaa8f4dbd7763f0] [2024/05/06 11:52:01.542 +00:00] [INFO] [controller.go:185] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":10,\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":10,\"DegradedModeWaitDuration\":0}"] [2024/05/06 11:52:01.549 +00:00] [WARN] [domain.go:245] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\tpkg/domain/domain.go:335\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:242\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:606\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init\n\tpkg/domain/domain.go:1260\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get.func1\n\tpkg/session/tidb.go:92\ngithub.com/pingcap/tidb/pkg/util.RunWithRetry\n\tpkg/util/misc.go:70\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get\n\tpkg/session/tidb.go:79\ngithub.com/pingcap/tidb/pkg/session.createSessionWithOpt\n\tpkg/session/session.go:3620\ngithub.com/pingcap/tidb/pkg/session.createSession\n\tpkg/session/session.go:3612\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3562\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3346\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3312\ngithub.com/pingcap/tidb/tests/realtikvtest.CreateMockStoreAndDomainAndSetup\n\ttests/realtikvtest/testkit.go:124\ngithub.com/pingcap/tidb/tests/realtikvtest.CreateMockStoreAndSetup\n\ttests/realtikvtest/testkit.go:99\ntests/realtikvtest/importintotest/importintotest_test.(*mockGCSSuite).SetupSuite\n\ttests/realtikvtest/importintotest/util_test.go:65\ngithub.com/stretchr/testify/suite.Run\n\texternal/com_github_stretchr_testify/suite/suite.go:157\ntests/realtikvtest/importintotest/importintotest_test.TestImportInto\n\ttests/realtikvtest/importintotest/util_test.go:50\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [version=0] [2024/05/06 11:52:01.572 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=0] ["start time"=22.813797ms] [2024/05/06 11:52:01.575 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 11:52:01.575 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=a9279a74-a176-45fb-a402-5325730157fd] [runWorker=true] [2024/05/06 11:52:01.575 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=false] [2024/05/06 11:52:01.577 +00:00] [INFO] [manager.go:188] ["start campaign owner"] [ownerInfo="[ddl] /tidb/ddl/fg/owner"] [2024/05/06 11:52:01.578 +00:00] [WARN] [env.go:51] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2024/05/06 11:52:01.578 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 11:52:01.578 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 11:52:01.578 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 11:52:01.578 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 11:52:01.578 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 11:52:01.578 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 11:52:01.578 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 11:52:01.578 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 11:52:01.579 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 11:52:01.579 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 11:52:01.579 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 11:52:01.579 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 11:52:01.579 +00:00] [INFO] [owner_daemon.go:70] ["begin advancer daemon"] [daemon-id=LogBackup::Advancer] [2024/05/06 11:52:01.579 +00:00] [INFO] [manager.go:188] ["start campaign owner"] [ownerInfo="[log-backup] /tidb/br-stream/owner"] [2024/05/06 11:52:01.580 +00:00] [INFO] [manager.go:354] ["get owner"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager a9279a74-a176-45fb-a402-5325730157fd"] ["owner key"=/tidb/ddl/fg/owner/3eaa8f4dbd7763f4] [ownerID=a9279a74-a176-45fb-a402-5325730157fd] [op=none] [2024/05/06 11:52:01.581 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=logBackupAdvancer] [2024/05/06 11:52:01.581 +00:00] [INFO] [owner_daemon.go:81] ["begin running daemon"] [id=6b02476f-e623-40e5-a465-65f1c8cebb36] [daemon-id=LogBackup::Advancer] [2024/05/06 11:52:01.582 +00:00] [INFO] [manager.go:354] ["get owner"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager 6b02476f-e623-40e5-a465-65f1c8cebb36"] ["owner key"=/tidb/br-stream/owner/3eaa8f4dbd7763f6] [ownerID=6b02476f-e623-40e5-a465-65f1c8cebb36] [op=none] [2024/05/06 11:52:01.589 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=0] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2024/05/06 11:52:01.623 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:52:01.565 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:01.623 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:52:01.565 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS test"] [2024/05/06 11:52:01.629 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 11:52:01.630 +00:00] [INFO] [manager.go:354] ["get owner"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager a9279a74-a176-45fb-a402-5325730157fd"] ["owner key"=/tidb/ddl/fg/owner/3eaa8f4dbd7763f4] [ownerID=a9279a74-a176-45fb-a402-5325730157fd] [op=none] [2024/05/06 11:52:01.630 +00:00] [INFO] [manager.go:394] ["set owner op is the same as the original, so do nothing."] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager a9279a74-a176-45fb-a402-5325730157fd"] [op=none] [2024/05/06 11:52:01.630 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 11:52:01.672 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=3] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:01.565 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:01.726 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=1] ["start time"=27.191241ms] [2024/05/06 11:52:01.732 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 11:52:01.741 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:01.741 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2024/05/06 11:52:01.748 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=53.131036ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:52:01.565 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:01.793 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:01.565 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:01.819 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=3] [2024/05/06 11:52:01.819 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:01.824 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2024/05/06 11:52:01.850 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tPRIMARY KEY (Host, User));"] [user=] [2024/05/06 11:52:02.036 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:01.866 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:02.036 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:01.866 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tPRIMARY KEY (Host, User));"] [2024/05/06 11:52:02.084 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=5] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:01.866 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:02.391 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=1] [neededSchemaVersion=2] ["start time"=7.238578ms] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:02.402 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:02.402 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2024/05/06 11:52:02.433 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=53.220173ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:01.866 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:02.508 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:01.866 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:02.583 +00:00] [WARN] [runaway.go:166] ["failed to start runaway manager loop, please check whether the bootstrap or update is finished"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:141\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:67\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2089\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:1993\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1958\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1944\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1948\ngithub.com/pingcap/tidb/pkg/domain.(*SystemTableReader).Read\n\tpkg/domain/runaway.go:655\ngithub.com/pingcap/tidb/pkg/domain.getRunawayWatchRecord\n\tpkg/domain/runaway.go:543\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getWatchRecord\n\tpkg/domain/runaway.go:526\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getNewWatchRecords\n\tpkg/domain/runaway.go:509\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:177\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayStartLoop\n\tpkg/domain/runaway.go:156\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 11:52:02.679 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=5] [2024/05/06 11:52:02.679 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:02.682 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.842107446\n# Parse_time: 0\n# Compile_time: 0.009661584\n# Rewrite_time: 0.000012999\n# Optimize_time: 0\n# Wait_TS: 0.000438104\n# DB: mysql\n# Is_internal: true\n# Digest: 1dcdddcae0fb6a3fa29440fed26e29fecfb2c265d457dd4657cef0ce99abd274\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse mysql;\n;"] [2024/05/06 11:52:02.688 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=2] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [user=] [2024/05/06 11:52:02.735 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:02.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:02.735 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:02.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [2024/05/06 11:52:02.796 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=7] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:02.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:02.869 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=2] [neededSchemaVersion=3] ["start time"=2.870863ms] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:02.879 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:02.880 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2024/05/06 11:52:02.915 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=52.91314ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:02.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:02.950 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:02.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:02.999 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=7] [2024/05/06 11:52:02.999 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:03.002 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.315897251\n# Parse_time: 0\n# Compile_time: 0.002019557\n# Rewrite_time: 0.000009312\n# Optimize_time: 0\n# Wait_TS: 0.000477291\n# DB: mysql\n# Is_internal: true\n# Digest: eeb59bc0d98f65a2a5aef8eaa99596260e746b00eed183baf856558ef03533ac\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:03.005 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=3] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User))"] [user=] [2024/05/06 11:52:03.050 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:03.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:03.050 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:03.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User))"] [2024/05/06 11:52:03.099 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=9] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:03.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:03.160 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=3] [neededSchemaVersion=4] ["start time"=2.67278ms] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:03.170 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:03.170 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2024/05/06 11:52:03.207 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=53.545215ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:03.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:03.246 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:03.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:03.287 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=9] [2024/05/06 11:52:03.287 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:03.303 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=4] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User));"] [user=] [2024/05/06 11:52:03.413 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:03.266 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:03.413 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:03.266 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User));"] [2024/05/06 11:52:03.468 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=11] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:03.266 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:03.578 +00:00] [INFO] [info.go:1142] [SetTiFlashGroupConfig] [2024/05/06 11:52:03.579 +00:00] [WARN] [info.go:506] ["response not 200"] [method=GET] [host=127.0.0.1:2379] [url=/pd/api/v1/config/rule_group/tiflash] ["http status"=404] [2024/05/06 11:52:03.633 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=4] [neededSchemaVersion=5] ["start time"=4.94743ms] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:03.645 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:03.646 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2024/05/06 11:52:03.678 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=53.471871ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:03.266 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:03.754 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:03.266 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:03.860 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=11] [2024/05/06 11:52:03.860 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:03.864 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.567081928\n# Parse_time: 0\n# Compile_time: 0.006016757\n# Rewrite_time: 0.000012381\n# Optimize_time: 0\n# Wait_TS: 0.000301784\n# DB: mysql\n# Is_internal: true\n# Digest: e02ee30435ff06e52f357a0a68828973f373118f7009cbdfbeb747a4e7d91418\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:03.869 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=5] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name));"] [user=] [2024/05/06 11:52:03.930 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:03.866 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:03.930 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:03.866 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name));"] [2024/05/06 11:52:03.976 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=13] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:03.866 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:04.074 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=5] [neededSchemaVersion=6] ["start time"=3.416037ms] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:04.084 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:04.084 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2024/05/06 11:52:04.120 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=53.089511ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:03.866 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:04.159 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:03.866 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:04.220 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=13] [2024/05/06 11:52:04.220 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:04.223 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.356486221\n# Parse_time: 0\n# Compile_time: 0.002508434\n# Rewrite_time: 0.000013459\n# Optimize_time: 0\n# Wait_TS: 0.000651554\n# DB: mysql\n# Is_internal: true\n# Digest: 5759132672d59a4de3b27e6fbbd8f039e7489d9187962651ede26b9390589e5c\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:04.228 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=6] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name));"] [user=] [2024/05/06 11:52:04.295 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:04.216 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:04.295 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:04.216 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name));"] [2024/05/06 11:52:04.344 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=15] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:04.216 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:04.434 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=6] [neededSchemaVersion=7] ["start time"=3.001574ms] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:04.446 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:04.446 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2024/05/06 11:52:04.481 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=53.374513ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:04.216 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:04.547 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:04.216 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:04.606 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=15] [2024/05/06 11:52:04.606 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:04.610 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.383800084\n# Parse_time: 0\n# Compile_time: 0.002106819\n# Rewrite_time: 0.000008386\n# Optimize_time: 0\n# Wait_TS: 0.000502398\n# DB: mysql\n# Is_internal: true\n# Digest: 36f214f75d4d00ba6ac1ac7b8c95c01ec9574a40c07a536b2afe7a72144551b8\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:04.613 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=7] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [user=] [2024/05/06 11:52:04.652 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:04.616 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:04.652 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:04.616 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [2024/05/06 11:52:04.726 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=17] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:04.616 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:04.782 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=7] [neededSchemaVersion=8] ["start time"=2.535535ms] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:04.794 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:04.794 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2024/05/06 11:52:04.829 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=54.127912ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:04.616 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:04.894 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:04.616 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:04.936 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=17] [2024/05/06 11:52:04.937 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:04.940 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.327859609\n# Parse_time: 0\n# Compile_time: 0.001207529\n# Rewrite_time: 0.000009194\n# Optimize_time: 0\n# Wait_TS: 0.00040515\n# DB: mysql\n# Is_internal: true\n# Digest: 1b59564c29970a0a8880792322e02b7df09888f7d0a2dfc190f3ed0ff12369d4\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:04.942 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=8] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [user=] [2024/05/06 11:52:05.000 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:04.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:05.000 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:04.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [2024/05/06 11:52:05.073 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=19] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:04.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:05.142 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=8] [neededSchemaVersion=9] ["start time"=2.581653ms] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:05.153 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:05.154 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2024/05/06 11:52:05.189 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=53.661377ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:04.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:05.265 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:04.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:05.309 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=19] [2024/05/06 11:52:05.310 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:05.313 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.371965193\n# Parse_time: 0\n# Compile_time: 0.001134657\n# Rewrite_time: 0.000009101\n# Optimize_time: 0\n# Wait_TS: 0.000420652\n# DB: mysql\n# Is_internal: true\n# Digest: ade124588c0253b12ce82702300a98a0ff778787142ce450039efbd6347664dc\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:05.319 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=9] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [user=] [2024/05/06 11:52:05.377 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:05.316 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:05.377 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:05.316 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [2024/05/06 11:52:05.444 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=21] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:05.316 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:05.527 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=9] [neededSchemaVersion=10] ["start time"=2.986542ms] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:05.540 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:05.540 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2024/05/06 11:52:05.575 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=54.001208ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:05.316 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:05.649 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:05.316 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:05.703 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=21] [2024/05/06 11:52:05.703 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:05.707 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.390615295\n# Parse_time: 0\n# Compile_time: 0.003542372\n# Rewrite_time: 0.000010088\n# Optimize_time: 0\n# Wait_TS: 0.000431011\n# DB: mysql\n# Is_internal: true\n# Digest: be740d9d66f07e7842e3b48027d6fb3ef54623295384e63dcbf3e1c8a9f15c10\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:05.711 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=10] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [user=] [2024/05/06 11:52:05.783 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:05.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:05.783 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:05.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [2024/05/06 11:52:05.851 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=23] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:05.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:05.936 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=10] [neededSchemaVersion=11] ["start time"=3.099982ms] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:05.949 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:05.949 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2024/05/06 11:52:05.982 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=53.707636ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:05.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:06.064 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:05.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:06.139 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=23] [2024/05/06 11:52:06.140 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:06.144 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.434160425\n# Parse_time: 0\n# Compile_time: 0.001860605\n# Rewrite_time: 0.000009121\n# Optimize_time: 0\n# Wait_TS: 0.000430664\n# DB: mysql\n# Is_internal: true\n# Digest: 2db2929397c955d277d1b5400209b98787aa0797f979b9c213e3924c27b82ea9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:06.151 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=11] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2024/05/06 11:52:06.152 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2024/05/06 11:52:06.257 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:06.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:06.257 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:06.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [2024/05/06 11:52:06.317 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=25] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:06.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:06.444 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=11] [neededSchemaVersion=12] ["start time"=4.032622ms] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:06.456 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:06.456 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2024/05/06 11:52:06.489 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=53.999456ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:06.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:06.557 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:06.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:06.640 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=25] [2024/05/06 11:52:06.641 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:06.644 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.496492778\n# Parse_time: 0\n# Compile_time: 0.003037405\n# Rewrite_time: 0.000011974\n# Optimize_time: 0\n# Wait_TS: 0.000471764\n# DB: mysql\n# Is_internal: true\n# Digest: e038e634a5f1b7e5429d1252be7edf0ffb0922e8636032b9c68fd59f0484f6ef\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:06.649 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=12] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [user=] [2024/05/06 11:52:06.712 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:06.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [2024/05/06 11:52:06.712 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:06.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:06.772 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=27] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:06.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:06.868 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=12] [neededSchemaVersion=13] ["start time"=3.111606ms] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:06.878 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:06.878 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2024/05/06 11:52:06.915 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=53.67222ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:06.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:06.955 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:06.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:07.014 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=27] [2024/05/06 11:52:07.014 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:07.017 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.370460356\n# Parse_time: 0\n# Compile_time: 0.002214646\n# Rewrite_time: 0.000011232\n# Optimize_time: 0\n# Wait_TS: 0.000365043\n# DB: mysql\n# Is_internal: true\n# Digest: 84a28596914df45e10de865c11a515d8595f2c38a422f5c8d8fb86a470ba5cad\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:07.022 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=13] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [user=] [2024/05/06 11:52:07.078 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:07.016 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:07.078 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:07.016 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [2024/05/06 11:52:07.149 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=29] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:07.016 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:07.236 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=13] [neededSchemaVersion=14] ["start time"=3.437993ms] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:07.250 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:07.250 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2024/05/06 11:52:08.187 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=959.880995ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:07.016 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:08.188 +00:00] [WARN] [domain.go:647] ["loading schema takes a long time"] ["take time"=859.042167ms] [2024/05/06 11:52:08.194 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449575997201711110\n# Query_time: 0.93297175\n# Parse_time: 0\n# Compile_time: 0.01163697\n# Rewrite_time: 0.0019673\n# Optimize_time: 0.00781179\n# Wait_TS: 0.000125666\n# Cop_time: 0.000137668 Process_time: 0.000181071 Wait_time: 0.000085742 Request_count: 2 Process_keys: 1 Total_keys: 110 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 27 Rocksdb_key_skipped_count: 294\n# Is_internal: true\n# Digest: a5ae371f91ff344239c371574cfd61b79aa3a5899858f81f0a16e0e20d2730bc\n# Stats: tidb_ddl_job:pseudo[10000;0]\n# Num_cop_tasks: 2\n# Cop_proc_avg: 9.0535e-05 Cop_proc_p90: 9.8973e-05 Cop_proc_max: 9.8973e-05 Cop_proc_addr: 127.0.0.1:20161\n# Cop_wait_avg: 4.2871e-05 Cop_wait_p90: 4.5075e-05 Cop_wait_max: 4.5075e-05 Cop_wait_addr: 127.0.0.1:20161\n# Mem_max: 12960\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('8he4MAkzXzEzCTAJMjIzOC4xOQlteXNxbC50aWRiX2RkbF9qb2Iuam9iX21ldGEsIG1GHQDwQ3Byb2Nlc3NpbmcJMAl0aW1lOjMuODNtcywgbG9vcHM6MSwgQ29uY3VycmVuY3k6NQkxMS44IEtCCU4vQQoxCTE0XzE0dn8AGWIYOmRlc2MsIFqjAARpZBmCBDM3HYIcCTAgQnl0ZXMRCBwKMgkxN18yOB13VGlubmVyIGpvaW4sIGVxdWFsOltlcShiaQAB1CBsdW1uIzE1KV0ZdgQxMh12oCwgYnVpbGRfaGFzaF90YWJsZTp7dG90YWw6NjQ0LjHCtXMsIGZldGNoHRAFMgw6MHN9EasRCCQKMwkzMV80MShCAVQAKR26QGRhdGE6U2VsZWN0aW9uXzQwEY8QNDE5LjYFZjWJbGNvcF90YXNrOiB7bnVtOiAxLCBtYXg6IDEuNzEBuiFqNF9rZXlzOiAwLCB0b3RfARIMOiA4Mg2wARMcd2FpdDogNDUNE2Rjb3ByX2NhY2hlX2hpdF9yYXRpbzogMC4wMDEBAXIIX2R1BRoYbjogNDguNAWXNG1heF9kaXN0c3FsX2NvWSNIIDF9LCBycGNfaW5mbzp7Q29wOgGvDF9ycGNBTiVEAF9FaiwxLjYybXN9fQkyNDEt40FWCDQJMSEIBDFfctYCDHJlb3JJtARrdgWkBDp7BVUEMHNVuzx9LCBzY2FuX2RldGFpbDogKcAtIjw1NCwgZ2V0X3NuYXBzaG90CZMIIDIyDd+Ycm9ja3NkYjoge2RlbGV0ZV9za2lwcGVkX2NvdW50OiAxMywga2V5QhcAHDQzLCBibG9jIaYQfX19LCABlj6DACGYCGVzcw10LqABBGFsJaINGgQ0NS2nAHQB5gh3YWwtOiQgMjMxLjPCtXN9ITIBBBwKNQk0NF8zOSU3HDY2NjYuNjcJSbcuDQTwPCwgcmFuZ2U6Wy1pbmYsMjkpLCAoMjksK2luZl0sIGtlZXAgb3JkZXI6ZmFsc2UsIHN0YXRzOnBzZXVkbwmBIWZtAQGGAQQwCjMJNl8yOShQcm9iZUHrODY0MDAJZ3JvdXAgYnk6Q3F6QCwgZnVuY3M6Zmlyc3Ryb3coFRoIKS0+FQxxDwwyLjU0QeR1DRBwYXJ0aSEuGG9ya2VyOns5HRwyLjA1NjAyNQEvLpkCCDUsIEXMYTwAMGkgZQ0cOS42MTg4OTYBMGEiDGV4ZWNFRwENIb4YOjkuODMzN4mVYXIYMS45OTQxOAWRCHA5NR0QFH0sIGZpblqXABQ0MzQ4MTgBZ16XAAGjBG90CZcYMjAuNjY1woFoARQFlgwzLjc1aX4BEwWcHDEwLjk4MTU2pTIBnRwyLjM3NjkzOQFoAZ0ZEDmjYWMAM4FrJZwUbm90KGVxOYAcLCAyOSkpLCABGBRpc251bGwZHAApIdIJeQAuBWMtkQgJMzixp2HELDUJNl8zNQkwCTgwMD39SpIFbQsIaW5nUhoGJHNjaGVtYV9pZHNSHwBF4gkeSU4IbWluFa0AODJJAgAxEbcpGwm4BDIsakkCHDgzOS44NzLCIYNesgEAMV1JGDMuMDc4NDIliiGgJbMUMTgyLjQ0yTABFSU8GDMuNDU2NjRFoyG0FDcxMy45NanvIbQZEGpRAhgxLjMwNzgw5a1enwAuUQIQMzguMDMJzgGJBZ4QNC40MjgF4QETBZwUNS4xNzAzBVYBmxQxLjI1MzAJqwGbGRBZTwA2wd4EMzYx78XUJEhhc2hBZ2dfMzExegg0NTStXDV8ZtIGADRpXQRyb9HSLWkBEgw6IDk5FbRlwxAgNDAuNwUTAGO+0AYMMTk3Lmlm/tEGwdEEMTnJ0QQ3Od3RADdhDQAxpZr+DwPODwNKdQMUam9iX2lkfR8AOCWlZt0FVkoHIY3BxxZ0CCmiBGFsMhcAKF9zaXplOiA4MTk3ZSoAYfWAADZWgAdpKoJ+BwA0wa4EeV8+lQcANQ64CbZ+B1lMobcEYWn1fFFTQnwHCDc4LkGAeQAUOAk0M18zoVUMMAkxMIHyhZg6egd6XgeBoGaBASAJTi9BCU4vQQo=')\n# Plan_digest: ae1f28c9bec84b2f3ff25dddc3b860cc6fff8524d66eb8eb50996995f37bdd0c\n# Resource_group: default\n;"] [2024/05/06 11:52:08.695 +00:00] [INFO] [commit.go:160] ["2PC commitTS rejected by TiKV, retry with a newer commitTS"] [txnStartTS=449575997450485764] [info="{StartTs:449575997450485764 AttemptedCommitTs:449575997450485766 Key:748000fffffffffffb5f72800000000000001d MinCommitTs:449575997555343366}"] [2024/05/06 11:52:08.698 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449575997450485764\n# Query_time: 0.509312729\n# Parse_time: 0\n# Compile_time: 0.001075221\n# Rewrite_time: 0\n# Optimize_time: 0\n# Wait_TS: 0.000254768\n# Prewrite_time: 0.001690214 Commit_time: 0.00306426 Get_commit_ts_time: 0.00042353 Slowest_prewrite_rpc_detail: {total:0.002s, region_id: 14, store: 127.0.0.1:20161, time_detail: {tikv_wall_time: 790.9µs}, scan_detail: {get_snapshot_time: 16µs, rocksdb: {block: {}}}, write_detail: {store_batch_wait: 22.9µs, propose_send_wait: 0s, persist_log: {total: 129.6µs, write_leader_wait: 153ns, sync_log: 75.6µs, write_memtable: 3.35µs}, commit_log: 404.1µs, apply_batch_wait: 24µs, apply: {total:131µs, mutex_lock: 0s, write_leader_wait: 0s, write_wal: 33.1µs, write_memtable: 20.7µs}}} Commit_primary_rpc_detail: {total:0.002s, region_id: 14, store: 127.0.0.1:20161, time_detail: {tikv_wall_time: 790.9µs}, scan_detail: {get_snapshot_time: 16µs, rocksdb: {block: {}}}, write_detail: {store_batch_wait: 22.9µs, propose_send_wait: 0s, persist_log: {total: 129.6µs, write_leader_wait: 153ns, sync_log: 75.6µs, write_memtable: 3.35µs}, commit_log: 404.1µs, apply_batch_wait: 24µs, apply: {total:131µs, mutex_lock: 0s, write_leader_wait: 0s, write_wal: 33.1µs, write_memtable: 20.7µs}}} Write_keys: 1 Write_size: 19 Prewrite_region: 1\n# Is_internal: true\n# Digest: bdab55af0288282745b06ae511bf5258d90e46fca67dd2e2ef0faca225d2d599\n# Num_cop_tasks: 0\n# Mem_max: 8587\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('iAzoMAkyOV8yCTAJMAlOL0EJMAl0aW1lOjEuNDZtcywgbG9vcHM6MSwgY29tbWl0X3R4bjoge3ByZXdyaXQBJwQ2OQEnDGdldF8RIiRzOjQyMy41wrVzETYMOjMuMAVOIHNsb3dlc3RfcA1A8DxfcnBjOiB7dG90YWw6IDAuMDAycywgcmVnaW9uX2lkOiAxNCwgc3RvcmU6IDEyNy4wLjAuMToyMDE2MSwgAagYX2RldGFpbAFEIGlrdl93YWxsXwEYQDogNzkwLjnCtXN9LCBzY2FuGSkBqxxzbmFwc2hvdA0sBDE2Ba1Ycm9ja3NkYjoge2Jsb2NrOiB7fX19LCAF6hlABY84X2JhdGNoX3dhaXQ6IDIyBWo0LCBwcm9wb3NlX3NlbmQNHAAwARckZXJzaXN0X2xvZwGpCe0MMTI5Lgl3CWAUbGVhZGVyDTYoMTUzbnMsIHN5bmMJNgQ3NTItADBtZW10YWJsZTogMy4zIWoAfTFrCS8QNDA0LjEF1BBhcHBseTauAAA0GRkVjwQxMwkvFG11dGV4Xwn+AbtKnAAZFwB3IbUEMzMNagkrGZoMMjAuNyGAIUNNGxhwcmltYXJ5RvYBBDFz/vYBMfYEMzhFepL2AQA0LVTq+AEpwrL4AQQzMSUYUVg2+AEEMzQ6+AEIMy4zJa8+XgEIMy4wIbI++AEEMTcNMEb4AQQxNw2uBRs1+gA4UYcAbcL7AQgxOC5JTD6dAAQxNAWGJfttzQhudW2BRgkqDGtleXMZDvBDYnl0ZToxOX0JMzk1IEJ5dGVzCU4vQQoxCTM2XzEJMAkxCXRhYmxlOnRpZGJfbWRsX2luZm8sIGhhbmRsZToyOQkxCXSJswAwhYyJsygyLCBHZXQ6e251bUVwCDEsIGV6afMINzkwQZxCRQRhnBxfcHJvY2VzcwkqBCA3KeQJG2HxDRgANSGAEVUUa3ZfcmVhYfWVgQgxMzItHz6bBAgxNTYli0KlAglkEX8lJgAgFbguFwAMX3NpemH9ADcVgCFSASxO3gQINy44RUQAck7gBCAJTi9BCU4vQQo=')\n# Plan_digest: ca2b8c61a8ea82f17bacb18dbe38cd4b008fc18663d28963f5ced78ed80210d7\n# Resource_group: default\n;"] [2024/05/06 11:52:08.746 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:07.016 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:08.794 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=29] [2024/05/06 11:52:08.794 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:08.797 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 1.77732409\n# Parse_time: 0\n# Compile_time: 0.002079215\n# Rewrite_time: 0.000009658\n# Optimize_time: 0\n# Wait_TS: 0.000444038\n# DB: mysql\n# Is_internal: true\n# Digest: 4407fc98c36858aed19a41d8ab6383e7885e71a2edd2716950a8847ee0c4ccd2\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:08.801 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=14] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [user=] [2024/05/06 11:52:08.853 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:08.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [2024/05/06 11:52:08.853 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:08.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:08.922 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=31] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:08.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:09.015 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=14] [neededSchemaVersion=15] ["start time"=3.129266ms] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:09.026 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:09.026 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2024/05/06 11:52:09.061 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=53.985074ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:08.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:09.121 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:08.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:09.175 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=31] [2024/05/06 11:52:09.175 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:09.179 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.37923982\n# Parse_time: 0\n# Compile_time: 0.001851485\n# Rewrite_time: 0.000007743\n# Optimize_time: 0\n# Wait_TS: 0.000282222\n# DB: mysql\n# Is_internal: true\n# Digest: 6f80e6944eacefde08a31e8364b171d37e77c4bebc7757ae375b47812ca371cb\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:09.182 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=15] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [user=] [2024/05/06 11:52:09.233 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:09.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:09.233 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:09.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [2024/05/06 11:52:09.308 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=33] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:09.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:10.132 +00:00] [WARN] [domain.go:647] ["loading schema takes a long time"] ["take time"=803.298215ms] [2024/05/06 11:52:10.196 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=15] [neededSchemaVersion=16] ["start time"=4.153122ms] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:10.223 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:10.224 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2024/05/06 11:52:10.242 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=53.834501ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:09.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:10.319 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:09.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:10.372 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=33] [2024/05/06 11:52:10.372 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:10.377 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 1.196216767\n# Parse_time: 0\n# Compile_time: 0.001423111\n# Rewrite_time: 0.000008533\n# Optimize_time: 0\n# Wait_TS: 0.000365784\n# DB: mysql\n# Is_internal: true\n# Digest: ae00140f19e8173091b9a44ece06f4d51ecf640b3c9c924a7be8a7394182215f\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:10.386 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=16] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [user=] [2024/05/06 11:52:10.446 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:10.365 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:10.446 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:10.365 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [2024/05/06 11:52:10.521 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=35] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:10.365 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:10.616 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=16] [neededSchemaVersion=17] ["start time"=3.262582ms] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:10.628 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:10.628 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2024/05/06 11:52:10.662 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=53.959456ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:10.365 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:10.734 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:10.365 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:10.789 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=35] [2024/05/06 11:52:10.789 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:10.792 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.409845829\n# Parse_time: 0\n# Compile_time: 0.003959343\n# Rewrite_time: 0.000012398\n# Optimize_time: 0\n# Wait_TS: 0.000500051\n# DB: mysql\n# Is_internal: true\n# Digest: b0ac22a8699b953eeb48be3f830e94a20801551f37159b586c40d30dc883661d\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:10.796 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=17] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER)\n\t)"] [user=] [2024/05/06 11:52:10.847 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:10.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:10.847 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:10.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER)\n\t)"] [2024/05/06 11:52:10.913 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=37] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:10.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:10.995 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=17] [neededSchemaVersion=18] ["start time"=2.927426ms] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:11.006 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:11.006 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2024/05/06 11:52:11.042 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=53.71454ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:10.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:11.108 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:10.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:11.160 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=37] [2024/05/06 11:52:11.160 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:11.164 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.369450004\n# Parse_time: 0\n# Compile_time: 0.0019132\n# Rewrite_time: 0.000009542\n# Optimize_time: 0\n# Wait_TS: 0.000386433\n# DB: mysql\n# Is_internal: true\n# Digest: 9e6b544fb0287e9d8a74031560ed0cd6a5b4e54db073b893a68a76b05d929781\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:11.171 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=18] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql TEXT NOT NULL,\n\t\tbind_sql TEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64),\n\t\tplan_digest varchar(64),\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/06 11:52:11.247 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:11.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:11.247 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:11.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql TEXT NOT NULL,\n\t\tbind_sql TEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64),\n\t\tplan_digest varchar(64),\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 11:52:11.298 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=39] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:11.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:11.420 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=18] [neededSchemaVersion=19] ["start time"=3.854071ms] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:11.430 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:11.430 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2024/05/06 11:52:11.466 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=54.087086ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:11.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:11.507 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:11.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:11.576 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=39] [2024/05/06 11:52:11.576 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:11.579 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.4112815\n# Parse_time: 0\n# Compile_time: 0.002942849\n# Rewrite_time: 0.000012321\n# Optimize_time: 0\n# Wait_TS: 0.000461221\n# DB: mysql\n# Is_internal: true\n# Digest: 906c8d2d8937c4ba0f1e3f03de3e50407e0940fb66383a443b19d383373b2bb9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:11.602 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=19] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2024/05/06 11:52:11.664 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:11.566 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:11.664 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:11.566 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2024/05/06 11:52:11.707 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=41] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:11.566 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:11.790 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=19] [neededSchemaVersion=20] ["start time"=3.184298ms] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:11.801 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:11.801 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2024/05/06 11:52:11.835 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=53.459275ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:11.566 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:11.902 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:11.566 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:11.953 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=41] [2024/05/06 11:52:11.953 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:11.957 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.357129279\n# Parse_time: 0\n# Compile_time: 0.002347067\n# Rewrite_time: 0.000012045\n# Optimize_time: 0\n# Wait_TS: 0.000456611\n# DB: mysql\n# Is_internal: true\n# Digest: df1a9dde39341a07eb2fb8ef599e6652770203b79af3e1800917053820a3b51c\n# Num_cop_tasks: 0\n# Mem_max: 4096\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:11.960 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=20] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [user=] [2024/05/06 11:52:12.007 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:11.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:12.007 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:11.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [2024/05/06 11:52:12.048 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=43] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:11.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:12.108 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=20] [neededSchemaVersion=21] ["start time"=2.468242ms] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:12.119 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:12.119 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2024/05/06 11:52:12.156 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=53.830808ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:11.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:12.201 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:11.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:12.242 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=43] [2024/05/06 11:52:12.243 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:12.247 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=21] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [user=] [2024/05/06 11:52:12.281 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:12.216 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:12.281 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:12.216 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [2024/05/06 11:52:12.320 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=45] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:12.216 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:12.386 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=21] [neededSchemaVersion=22] ["start time"=2.545069ms] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:12.397 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:12.397 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2024/05/06 11:52:12.433 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=54.325093ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:12.216 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:12.496 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:12.216 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:12.527 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=45] [2024/05/06 11:52:12.528 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:12.537 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=22] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [user=] [2024/05/06 11:52:12.604 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:12.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:12.604 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:12.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [2024/05/06 11:52:12.653 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=47] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:12.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:12.745 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=22] [neededSchemaVersion=23] ["start time"=3.458711ms] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:12.757 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:12.757 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2024/05/06 11:52:12.791 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=54.139956ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:12.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:12.859 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:12.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:12.925 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=47] [2024/05/06 11:52:12.925 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:12.930 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.395351141\n# Parse_time: 0\n# Compile_time: 0.002378448\n# Rewrite_time: 0.00000921\n# Optimize_time: 0\n# Wait_TS: 0.000385936\n# DB: mysql\n# Is_internal: true\n# Digest: 9c4f6672f019f6d6c588a6b2eb00b13f041ee54cb97f253f85d7ae52df9d23c6\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:12.933 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2024/05/06 11:52:12.984 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:12.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:12.985 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:12.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2024/05/06 11:52:13.048 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=49] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:12.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:13.138 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=23] [neededSchemaVersion=24] ["start time"=3.499127ms] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:13.150 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:13.150 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2024/05/06 11:52:13.184 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=53.616595ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:12.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:13.249 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:12.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:13.295 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=49] [2024/05/06 11:52:13.295 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:13.298 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.366835827\n# Parse_time: 0\n# Compile_time: 0.001470444\n# Rewrite_time: 0.000010497\n# Optimize_time: 0\n# Wait_TS: 0.000345704\n# DB: mysql\n# Is_internal: true\n# Digest: 9e692f90f6e351e4eecf3fbff7177acf0a166d0cd79badb0ce0ced2bb754eb99\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:13.302 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV)\n\t);"] [user=] [2024/05/06 11:52:13.349 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:13.265 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:13.349 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:13.265 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV)\n\t);"] [2024/05/06 11:52:13.391 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=51] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:13.265 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:13.467 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=24] [neededSchemaVersion=25] ["start time"=2.809768ms] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:13.478 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:13.478 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2024/05/06 11:52:13.514 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=53.880496ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:13.265 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:13.581 +00:00] [INFO] [owner_daemon.go:56] ["daemon became owner"] [id=6b02476f-e623-40e5-a465-65f1c8cebb36] [daemon-id=LogBackup::Advancer] [2024/05/06 11:52:13.582 +00:00] [INFO] [advancer.go:513] ["Subscription handler spawned."] [category="log backup subscription manager"] [2024/05/06 11:52:13.589 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:13.265 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:13.638 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=51] [2024/05/06 11:52:13.638 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:13.642 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.341258505\n# Parse_time: 0\n# Compile_time: 0.00166934\n# Rewrite_time: 0.00000929\n# Optimize_time: 0\n# Wait_TS: 0.000462665\n# DB: mysql\n# Is_internal: true\n# Digest: fb2ab8d9eb87bcf45e5bc65e3dbe38a6d629c319d70fb6f44a741534bb3455a6\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:13.645 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [user=] [2024/05/06 11:52:13.694 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:13.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:13.694 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:13.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [2024/05/06 11:52:13.735 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=53] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:13.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:13.823 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=25] [neededSchemaVersion=26] ["start time"=2.818649ms] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:13.835 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:13.835 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2024/05/06 11:52:13.869 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=54.486774ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:13.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:13.907 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:13.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:13.951 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=53] [2024/05/06 11:52:13.951 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:13.955 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.310825971\n# Parse_time: 0\n# Compile_time: 0.001669678\n# Rewrite_time: 0.000012359\n# Optimize_time: 0\n# Wait_TS: 0.000392864\n# DB: mysql\n# Is_internal: true\n# Digest: 1fac41a3d4a89e3e4da2393e1f69d1aacfec8886db749d6329e9bf677df777b8\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:13.958 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [user=] [2024/05/06 11:52:14.005 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:13.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:14.005 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:13.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [2024/05/06 11:52:14.047 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=55] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:13.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:14.123 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=26] [neededSchemaVersion=27] ["start time"=2.777251ms] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:14.134 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:14.134 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2024/05/06 11:52:14.169 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=53.085705ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:13.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:14.209 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:13.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:14.257 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=55] [2024/05/06 11:52:14.258 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:14.261 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.304897081\n# Parse_time: 0\n# Compile_time: 0.001436349\n# Rewrite_time: 0.000009218\n# Optimize_time: 0\n# Wait_TS: 0.000466922\n# DB: mysql\n# Is_internal: true\n# Digest: 06962f34c69b85ab590c2556bdffd68d7705d56a70a3b0522b0ba5bc55363fd3\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:14.265 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [user=] [2024/05/06 11:52:14.319 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:14.265 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:14.319 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:14.265 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [2024/05/06 11:52:14.357 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=57] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:14.265 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:14.428 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=27] [neededSchemaVersion=28] ["start time"=2.76013ms] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:14.441 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:14.441 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2024/05/06 11:52:14.475 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=53.832727ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:14.265 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:14.562 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:14.265 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:14.610 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=57] [2024/05/06 11:52:14.610 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:14.614 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.350394849\n# Parse_time: 0\n# Compile_time: 0.001746574\n# Rewrite_time: 0.000009816\n# Optimize_time: 0\n# Wait_TS: 0.00096534\n# DB: mysql\n# Is_internal: true\n# Digest: a30fd7e284f356f111cb15459926cdbebb3d6f24c950b6f3b9729d8b5f13ee4f\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:14.619 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2024/05/06 11:52:14.620 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2024/05/06 11:52:14.673 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:14.616 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:14.674 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:14.616 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [2024/05/06 11:52:14.738 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=59] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:14.616 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:14.825 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=28] [neededSchemaVersion=29] ["start time"=3.780494ms] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:14.836 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:14.836 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2024/05/06 11:52:14.870 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=53.091475ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:14.616 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:14.908 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:14.616 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:14.969 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=59] [2024/05/06 11:52:14.969 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:14.972 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.355665245\n# Parse_time: 0\n# Compile_time: 0.00223598\n# Rewrite_time: 0.000008857\n# Optimize_time: 0\n# Wait_TS: 0.000292073\n# DB: mysql\n# Is_internal: true\n# Digest: c862b6db4c0b104bd6ade1db78bbe1f6a12a30584d750044f3eec57a1a86580e\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:14.978 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2024/05/06 11:52:15.031 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:14.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:15.031 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:14.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [2024/05/06 11:52:15.088 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=61] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:14.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:15.194 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=29] [neededSchemaVersion=30] ["start time"=4.183333ms] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:15.205 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:15.205 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2024/05/06 11:52:15.237 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=53.258005ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:14.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:15.303 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:14.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:15.365 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=61] [2024/05/06 11:52:15.366 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:15.369 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.392614455\n# Parse_time: 0\n# Compile_time: 0.002153602\n# Rewrite_time: 0.000009041\n# Optimize_time: 0\n# Wait_TS: 0.000352102\n# DB: mysql\n# Is_internal: true\n# Digest: eceb528bf68c7d9b100b120b5113005ea7f5a4c6c1f4834403330ff156d0a3aa\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:15.375 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2024/05/06 11:52:15.432 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:15.366 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:15.432 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:15.366 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [2024/05/06 11:52:15.488 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=63] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:15.366 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:15.579 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=30] [neededSchemaVersion=31] ["start time"=3.176198ms] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:15.593 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:15.593 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2024/05/06 11:52:15.628 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=55.741769ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:15.366 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:15.700 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:15.366 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:15.758 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=63] [2024/05/06 11:52:15.758 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:15.761 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.388038197\n# Parse_time: 0\n# Compile_time: 0.002412433\n# Rewrite_time: 0.000009995\n# Optimize_time: 0\n# Wait_TS: 0.0003981\n# DB: mysql\n# Is_internal: true\n# Digest: 752363602773b9b875eec93769301ada55a059e0b28c5434de98fdbbc6af54cb\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:15.770 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time)\n\t);"] [user=] [2024/05/06 11:52:15.864 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:15.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:15.864 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:15.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time)\n\t);"] [2024/05/06 11:52:15.941 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=65] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:15.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:16.060 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=31] [neededSchemaVersion=32] ["start time"=3.693369ms] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:16.071 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:16.071 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2024/05/06 11:52:16.105 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=53.216188ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:15.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:16.150 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:15.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:16.223 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=65] [2024/05/06 11:52:16.223 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:16.226 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.459502305\n# Parse_time: 0\n# Compile_time: 0.003337562\n# Rewrite_time: 0.000009685\n# Optimize_time: 0\n# Wait_TS: 0.000414143\n# DB: mysql\n# Is_internal: true\n# Digest: 1127cc15f332cc4c1c6b97d06d92880902c2f7e015188cc29392a62748dd8ae0\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:16.228 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2024/05/06 11:52:16.264 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:16.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:16.265 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:16.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [2024/05/06 11:52:16.341 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=67] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:16.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:16.392 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=32] [neededSchemaVersion=33] ["start time"=2.388693ms] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:16.403 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:16.403 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2024/05/06 11:52:16.438 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=52.983236ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:16.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:16.495 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:16.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:16.545 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=67] [2024/05/06 11:52:16.545 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:16.548 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.32106655\n# Parse_time: 0\n# Compile_time: 0.000921711\n# Rewrite_time: 0.000022987\n# Optimize_time: 0\n# Wait_TS: 0.00032354\n# DB: mysql\n# Is_internal: true\n# Digest: 6eab04864600dfa37145d44689995984eecc83e3dc6ce49c1e75d23567f8bac3\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:16.620 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:16.565 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:16.620 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:16.565 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE OR REPLACE VIEW mysql.tidb_mdl_view as (\n\t\tSELECT tidb_mdl_info.job_id,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query,\n\t\t\tsession_id,\n\t\t\tcluster_tidb_trx.start_time,\n\t\t\ttidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS\n\t\tFROM mysql.tidb_ddl_job,\n\t\t\tmysql.tidb_mdl_info,\n\t\t\tinformation_schema.cluster_tidb_trx\n\t\tWHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id\n\t\t\tAND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), ',') != 0\n\t);"] [2024/05/06 11:52:16.665 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=69] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:16.565 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:16.763 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=33] [neededSchemaVersion=34] ["start time"=3.147721ms] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 11:52:16.774 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:16.774 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2024/05/06 11:52:16.809 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=53.365582ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:16.565 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:16.847 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:16.565 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:16.908 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=69] [2024/05/06 11:52:16.908 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:16.911 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.358294219\n# Parse_time: 0\n# Compile_time: 0.006605936\n# Rewrite_time: 0.00344087\n# Optimize_time: 0\n# Wait_TS: 0.000385562\n# DB: mysql\n# Is_internal: true\n# Digest: 96862a845511a9a5adb6aee43dd8eb50968e12bb7d22d4585df8d692780c2f3e\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:16.915 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=34] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2024/05/06 11:52:16.970 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:16.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:16.970 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:16.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2024/05/06 11:52:17.035 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=71] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:16.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:17.117 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=34] [neededSchemaVersion=35] ["start time"=2.955937ms] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:17.128 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:17.128 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2024/05/06 11:52:17.164 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=54.109446ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:16.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:17.255 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:16.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:17.307 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=71] [2024/05/06 11:52:17.307 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:17.311 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.397812063\n# Parse_time: 0\n# Compile_time: 0.001666564\n# Rewrite_time: 0.000008159\n# Optimize_time: 0\n# Wait_TS: 0.000396625\n# DB: mysql\n# Is_internal: true\n# Digest: d88a70e9c5bb5a28f5a1d1f52613093328fd73c5e78668fab2b1a9c260ab506b\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:17.315 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [user=] [2024/05/06 11:52:17.365 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:17.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:17.365 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:17.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [2024/05/06 11:52:17.404 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=73] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:17.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:17.473 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=35] [neededSchemaVersion=36] ["start time"=2.556736ms] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:17.484 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:17.484 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2024/05/06 11:52:17.520 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=52.804893ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:17.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:17.584 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:17.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:17.630 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=73] [2024/05/06 11:52:17.630 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:17.635 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.321108008\n# Parse_time: 0\n# Compile_time: 0.001691869\n# Rewrite_time: 0.00002169\n# Optimize_time: 0\n# Wait_TS: 0.000396592\n# DB: mysql\n# Is_internal: true\n# Digest: 1ce2bb4fd69df5a5aeb254910aeeab700c1408b8c2de8f7dbe3ebbc11a4b1542\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:17.638 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [user=] [2024/05/06 11:52:17.693 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:17.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:17.693 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:17.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [2024/05/06 11:52:17.738 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=75] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:17.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:17.804 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=36] [neededSchemaVersion=37] ["start time"=2.946284ms] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:17.817 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:17.817 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2024/05/06 11:52:17.850 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=53.453618ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:17.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:17.938 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:17.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:17.985 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=75] [2024/05/06 11:52:17.985 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:17.989 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.352269155\n# Parse_time: 0\n# Compile_time: 0.001644419\n# Rewrite_time: 0.000010206\n# Optimize_time: 0\n# Wait_TS: 0.00038515\n# DB: mysql\n# Is_internal: true\n# Digest: f2c0bd78cfe8f7e6b4f8b30f83a48ff4c49a1a9de1c1a0c721ec3561ac42865a\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:17.996 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [user=] [2024/05/06 11:52:18.091 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:17.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:18.091 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:17.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [2024/05/06 11:52:18.136 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=77] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:17.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:18.282 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=37] [neededSchemaVersion=38] ["start time"=4.50215ms] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:18.295 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:18.296 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2024/05/06 11:52:18.327 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=53.011863ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:17.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:18.405 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:17.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:18.502 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=77] [2024/05/06 11:52:18.503 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:18.506 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.513313991\n# Parse_time: 0\n# Compile_time: 0.003282797\n# Rewrite_time: 0.000016173\n# Optimize_time: 0\n# Wait_TS: 0.000494651\n# DB: mysql\n# Is_internal: true\n# Digest: 923db1cc9d609e172ea493293255661f5a9679f95604192db50211d133741170\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:18.512 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [user=] [2024/05/06 11:52:18.610 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:18.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:18.610 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:18.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [2024/05/06 11:52:18.656 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=79] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:18.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:18.781 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=38] [neededSchemaVersion=39] ["start time"=4.192413ms] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:18.793 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:18.793 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2024/05/06 11:52:18.827 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=53.913577ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:18.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:18.902 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:18.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:18.979 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=79] [2024/05/06 11:52:18.979 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:18.983 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.47378022\n# Parse_time: 0\n# Compile_time: 0.002577576\n# Rewrite_time: 0.000014525\n# Optimize_time: 0\n# Wait_TS: 0.000464601\n# DB: mysql\n# Is_internal: true\n# Digest: 99a5c0e89a0b881a0fa10de262495ae25955edb2a7ef8776054ab57aca80e0d7\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:18.995 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [user=] [2024/05/06 11:52:19.112 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:18.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:19.112 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:18.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [2024/05/06 11:52:19.202 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=81] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:18.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:19.364 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=39] [neededSchemaVersion=40] ["start time"=4.597258ms] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:19.375 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:19.375 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2024/05/06 11:52:19.408 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=53.756652ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:18.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:19.459 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:18.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:19.549 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=81] [2024/05/06 11:52:19.549 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:19.553 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.563052653\n# Parse_time: 0\n# Compile_time: 0.004866158\n# Rewrite_time: 0.000012522\n# Optimize_time: 0\n# Wait_TS: 0.000422436\n# DB: mysql\n# Is_internal: true\n# Digest: a59d1fe47cade4697d39b0374d27cfee2fa302a4c752a5ae5073cecda386a0e8\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:19.559 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2024/05/06 11:52:19.643 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:19.565 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:19.643 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:19.565 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [2024/05/06 11:52:19.716 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=83] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:19.565 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:19.862 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=40] [neededSchemaVersion=41] ["start time"=4.272627ms] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:19.876 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:19.876 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2024/05/06 11:52:19.907 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=53.873336ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:19.565 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:19.957 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:19.565 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:20.046 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=83] [2024/05/06 11:52:20.046 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:20.050 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.492996011\n# Parse_time: 0\n# Compile_time: 0.002844013\n# Rewrite_time: 0.000012138\n# Optimize_time: 0\n# Wait_TS: 0.000819259\n# DB: mysql\n# Is_internal: true\n# Digest: 8b936e70dba13ed841799b00055530a734435802a5e9b11c1092357e8a0974ea\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:20.056 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2024/05/06 11:52:20.137 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:20.066 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:20.137 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:20.066 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [2024/05/06 11:52:20.181 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=85] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:20.066 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:20.315 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=41] [neededSchemaVersion=42] ["start time"=3.977423ms] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:20.326 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:20.327 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2024/05/06 11:52:20.360 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=53.283194ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:20.066 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:20.403 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:20.066 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:20.493 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=85] [2024/05/06 11:52:20.493 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:20.497 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.443844108\n# Parse_time: 0\n# Compile_time: 0.003484337\n# Rewrite_time: 0.000009769\n# Optimize_time: 0\n# Wait_TS: 0.000431838\n# DB: mysql\n# Is_internal: true\n# Digest: 666f922981f05f40c7604fdcedd884ec9f6dd414d45b0b8215b19cbf33205685\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:20.506 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [user=] [2024/05/06 11:52:20.590 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:20.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:20.590 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:20.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [2024/05/06 11:52:20.664 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=87] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:20.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:20.807 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=42] [neededSchemaVersion=43] ["start time"=5.017617ms] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:20.818 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:20.818 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2024/05/06 11:52:20.850 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=53.545768ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:20.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:20.905 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:20.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:20.984 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=87] [2024/05/06 11:52:20.985 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:20.988 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.486347331\n# Parse_time: 0\n# Compile_time: 0.004048308\n# Rewrite_time: 0.000009805\n# Optimize_time: 0\n# Wait_TS: 0.000384607\n# DB: mysql\n# Is_internal: true\n# Digest: 1865863db4761960f0296bcf5386c3bb0c98aa299ac12888aa8054dc66681ee3\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:20.994 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/06 11:52:21.057 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:20.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:21.058 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:20.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 11:52:21.122 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=89] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:20.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:21.228 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=43] [neededSchemaVersion=44] ["start time"=3.299355ms] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:21.239 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:21.239 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2024/05/06 11:52:21.274 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=53.625564ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:20.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:21.351 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:20.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:21.412 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=89] [2024/05/06 11:52:21.412 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:21.416 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.424180786\n# Parse_time: 0\n# Compile_time: 0.002688194\n# Rewrite_time: 0.00001762\n# Optimize_time: 0\n# Wait_TS: 0.000515891\n# DB: mysql\n# Is_internal: true\n# Digest: a2de40f38c40a12cca2de8ba7dffa75407607354a3f9335d67717fa5648c5128\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:21.421 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\ttime TIMESTAMP NOT NULL,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(12) NOT NULL,\n\t\toriginal_sql TEXT NOT NULL,\n\t\tplan_digest TEXT NOT NULL,\n\t\ttidb_server varchar(512),\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/06 11:52:21.486 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:21.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:21.486 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:21.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\ttime TIMESTAMP NOT NULL,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(12) NOT NULL,\n\t\toriginal_sql TEXT NOT NULL,\n\t\tplan_digest TEXT NOT NULL,\n\t\ttidb_server varchar(512),\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 11:52:21.554 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=91] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:21.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:21.661 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=44] [neededSchemaVersion=45] ["start time"=3.397577ms] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:21.673 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:21.673 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2024/05/06 11:52:21.707 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=53.275537ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:21.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:21.753 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:21.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:21.831 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=91] [2024/05/06 11:52:21.831 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:21.835 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.416663657\n# Parse_time: 0\n# Compile_time: 0.002682207\n# Rewrite_time: 0.00001095\n# Optimize_time: 0\n# Wait_TS: 0.000553129\n# DB: mysql\n# Is_internal: true\n# Digest: 138d4c5637e5b37a1254d33767e808750320baffba8200a31ad2008bb2b5df97\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:21.844 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [user=] [2024/05/06 11:52:21.939 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:21.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:21.939 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:21.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [2024/05/06 11:52:22.002 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=93] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:21.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:22.163 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=45] [neededSchemaVersion=46] ["start time"=5.187815ms] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:22.176 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:22.176 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2024/05/06 11:52:22.207 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=54.097659ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:21.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:22.259 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:21.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:22.360 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=93] [2024/05/06 11:52:22.360 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:22.364 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.522927683\n# Parse_time: 0\n# Compile_time: 0.003716978\n# Rewrite_time: 0.00000913\n# Optimize_time: 0\n# Wait_TS: 0.000399838\n# DB: mysql\n# Is_internal: true\n# Digest: 9911fdd027ae330cb69c5cc84a8759473df277eda62594b0dc9b5a797f09a21d\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:22.369 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/06 11:52:22.451 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:22.366 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:22.451 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:22.366 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 11:52:22.500 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=95] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:22.366 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:22.608 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=46] [neededSchemaVersion=47] ["start time"=3.643127ms] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:22.620 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:22.620 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2024/05/06 11:52:22.655 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=54.37409ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:22.366 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:22.706 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:22.366 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:22.771 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=95] [2024/05/06 11:52:22.771 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:22.775 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.408195881\n# Parse_time: 0\n# Compile_time: 0.00238392\n# Rewrite_time: 0.000016512\n# Optimize_time: 0\n# Wait_TS: 0.000431204\n# DB: mysql\n# Is_internal: true\n# Digest: 18ab068c70cca87bd99eadc5e483c12b4b41273470a58870b5f4e6eaf6322ce4\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:22.779 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [user=] [2024/05/06 11:52:22.830 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:22.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:22.830 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:22.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [2024/05/06 11:52:22.893 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=97] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:22.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:22.967 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=47] [neededSchemaVersion=48] ["start time"=2.660186ms] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:22.979 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:22.979 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2024/05/06 11:52:23.014 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=53.361136ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:22.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:23.079 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:22.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:23.142 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=97] [2024/05/06 11:52:23.142 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:23.146 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.369062842\n# Parse_time: 0\n# Compile_time: 0.001627395\n# Rewrite_time: 0.000011144\n# Optimize_time: 0\n# Wait_TS: 0.000441779\n# DB: mysql\n# Is_internal: true\n# Digest: d7aca5b8f7b6ebbd013778d4a0451e0b59954ffc0090d361b1f71722be496608\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:23.150 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [user=] [2024/05/06 11:52:23.206 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:23.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:23.206 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:23.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [2024/05/06 11:52:23.244 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=99] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:23.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:23.315 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=48] [neededSchemaVersion=49] ["start time"=2.718104ms] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:23.326 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:23.326 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2024/05/06 11:52:23.362 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=53.632894ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:23.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:23.401 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:23.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:23.448 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=99] [2024/05/06 11:52:23.448 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:23.451 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.3025824\n# Parse_time: 0\n# Compile_time: 0.00183073\n# Rewrite_time: 0.000011919\n# Optimize_time: 0\n# Wait_TS: 0.000491807\n# DB: mysql\n# Is_internal: true\n# Digest: 5ca9dd4b3efdb0fd8b4c7af3016f911e048fc356c5b2a241e06c5bc30f085ce7\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:23.452 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2024/05/06 11:52:23.486 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:52:23.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:23.487 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:52:23.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2024/05/06 11:52:23.543 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=101] [category=ddl] [job="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:23.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:23.574 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=49] [neededSchemaVersion=50] ["start time"=1.062894ms] [gotSchemaVersion=50] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:52:23.585 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:23.585 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2024/05/06 11:52:23.600 +00:00] [INFO] [runaway.go:158] ["preparations for the runaway manager are finished and start runaway manager loop"] [2024/05/06 11:52:23.601 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 11:52:23.601 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 11:52:23.601 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 11:52:23.623 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=54.133759ms] [job="ID:101, Type:create schema, State:done, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:52:23.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:23.664 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=101] [job="ID:101, Type:create schema, State:synced, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:23.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:23.692 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=101] [2024/05/06 11:52:23.692 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:23.751 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:23.666 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE OR REPLACE VIEW sys.schema_unused_indexes AS\n\t\tSELECT\n\t\t\ttable_schema as object_schema,\n\t\t\ttable_name as object_name,\n\t\t\tindex_name\n\t\tFROM information_schema.cluster_tidb_index_usage\n\t\tWHERE\n\t\t\ttable_schema not in ('sys', 'mysql', 'INFORMATION_SCHEMA', 'PERFORMANCE_SCHEMA') and\n\t\t\tindex_name != 'PRIMARY'\n\t\tGROUP BY table_schema, table_name, index_name\n\t\tHAVING\n\t\t\tsum(last_access_time) is null;"] [2024/05/06 11:52:23.751 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:23.666 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:23.824 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=103] [category=ddl] [job="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:23.666 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:23.911 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=50] [neededSchemaVersion=51] ["start time"=3.005809ms] [gotSchemaVersion=51] [phyTblIDs="[102]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 11:52:23.924 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:23.924 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2024/05/06 11:52:23.958 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=53.694364ms] [job="ID:103, Type:create view, State:done, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:23.666 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:24.007 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=103] [job="ID:103, Type:create view, State:synced, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:23.666 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:24.060 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=103] [2024/05/06 11:52:24.061 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:24.064 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.365983783\n# Parse_time: 0\n# Compile_time: 0.003671697\n# Rewrite_time: 0.001817401\n# Optimize_time: 0\n# Wait_TS: 0.000421944\n# DB: mysql\n# Is_internal: true\n# Digest: 04175714d714f771531a56c7ae3f097cec113655220f87ac336c5ae44d3d3f8f\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:24.576 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449576001618575361\n# Query_time: 0.364741745\n# Parse_time: 0\n# Compile_time: 0.174813339\n# Rewrite_time: 0.006602281\n# Optimize_time: 0\n# Wait_TS: 0\n# DB: mysql\n# Is_internal: true\n# Digest: eb58d96d7eba9ae407efec64db335db75d58891b8cfae5274e34deeeb21575de\n# Num_cop_tasks: 0\n# Mem_max: 371852\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('0AvoMAkyN18xCTAJMAlOL0EJMAl0aW1lOjE4MC44bXMsIGxvb3BzOjEsIHByZXBhcmU6IHt0b3RhbDogMzABIExhdXRvX2lkX2FsbG9jYXRvcjogewUMZF9jbnQ6IDEsIEdldDp7bnVtX3JwYzoxLCB0AT8AXwVmKDgxMy43wrVzfSwgARAYX2RldGFpbBFjHF9wcm9jZXNzCSwcIDQ4LjPCtXMRQQx3YWl0ERoIOS41HRooa3ZfcmVhZF93YWwNaAwgMTAzESMIaWt2MhoABDI3BRoYfSwgc2Nhbj6DAAxrZXlzBcYoZ2V0X3NuYXBzaG8RdwQxNgW9cCwgcm9ja3NkYjoge2Jsb2NrOiB7fX19LCBjb21tAaREeG46IHtwcmV3cml0ZToxLjY1ITkBUREiEHM6NDIyDU0JFAw6MS4zASYcc2xvd2VzdF8RPyVFACAxgxAwLjAwMgGBHGVnaW9uX2lkAeoQLCBzdG8hqQHbJDAuMC4xOjIwMTYhegRpbS5kAToKAQg2ODhWCgEBqjr7AAQyMSVwWvkABek5SgWPFF9iYXRjaCW2DDogMjgFPyhwcm9wb3NlX3NlbiGuSGl0OiAwcywgcGVyc2lzdF9sb2cZ6xAxMTAuNAU2CV4UbGVhZGVyDVAoMTQ1bnMsIHN5bmMJNgg0OS4JYwktNG1lbXRhYmxlOiAyLjgySXEpaAkvEDM2Mi45BV0QYXBwbHkyrAAEMTVNdwUbFZEENjYNjxRtdXRleF8p+AG+CXIynwAZFwB3YTkAMUmtCSkZmwg5LjUBGS47AhhwcmltYXJ5RvUBDDFzLCD+9QEl9Qg0MzAF30L/Akr1AQAxKSPe9QEIMTQuSTau9wEINDcuIbAALC0uMlcBCDMzbjL1AQAygUsRKjlYDDU4Mm4B4C7xAQQxNiFrACwp1D7vAUlnNu8BBDg0TVEAbcLvAQQyME1cPvEBTVol8S3NCG51baEjCSqFfAAxEdEYYnl0ZTozMgUubGluc2VydDoxNTAuN21zCTExNS4xIEtCCU4vQQo=')\n# Resource_group: default\n;"] [2024/05/06 11:52:24.691 +00:00] [INFO] [bootstrap.go:745] ["bootstrap successful"] ["take time"=23.109007344s] [2024/05/06 11:52:24.717 +00:00] [WARN] [manager.go:306] ["is not the owner"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager a9279a74-a176-45fb-a402-5325730157fd"] [2024/05/06 11:52:24.717 +00:00] [INFO] [manager.go:273] ["break campaign loop, context is done"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager a9279a74-a176-45fb-a402-5325730157fd"] [2024/05/06 11:52:24.719 +00:00] [INFO] [manager.go:317] ["revoke session"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager a9279a74-a176-45fb-a402-5325730157fd"] [] [2024/05/06 11:52:24.720 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 11:52:24.720 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 5, tp add index"] [category=ddl] ["take time"=22.133µs] [2024/05/06 11:52:24.720 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 6, tp add index"] [category=ddl] ["take time"=14.807µs] [2024/05/06 11:52:24.720 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 7, tp add index"] [category=ddl] ["take time"=13.669µs] [2024/05/06 11:52:24.720 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 8, tp add index"] [category=ddl] ["take time"=7.846µs] [2024/05/06 11:52:24.720 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 9, tp add index"] [category=ddl] ["take time"=13.998µs] [2024/05/06 11:52:24.720 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 10, tp add index"] [category=ddl] ["take time"=11.92µs] [2024/05/06 11:52:24.720 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 11, tp add index"] [category=ddl] ["take time"=13.514µs] [2024/05/06 11:52:24.720 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 2, tp add index"] [category=ddl] ["take time"=7.066µs] [2024/05/06 11:52:24.720 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 3, tp add index"] [category=ddl] ["take time"=11.1µs] [2024/05/06 11:52:24.720 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 4, tp add index"] [category=ddl] ["take time"=9.703µs] [2024/05/06 11:52:24.720 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 11:52:24.720 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 1, tp general"] [category=ddl] ["take time"=4.683µs] [2024/05/06 11:52:24.720 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 11:52:24.720 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/06 11:52:24.720 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 11:52:24.735 +00:00] [INFO] [ddl.go:951] ["DDL closed"] [category=ddl] [ID=a9279a74-a176-45fb-a402-5325730157fd] ["take time"=34.876838ms] [2024/05/06 11:52:24.735 +00:00] [INFO] [ddl.go:769] ["stop DDL"] [category=ddl] [ID=a9279a74-a176-45fb-a402-5325730157fd] [2024/05/06 11:52:24.738 +00:00] [INFO] [domain.go:2817] ["releaseServerID succeed"] [serverID=510] [2024/05/06 11:52:24.739 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 11:52:24.739 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 11:52:24.739 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 11:52:24.739 +00:00] [INFO] [domain.go:907] ["loadSchemaInLoop exited."] [2024/05/06 11:52:24.739 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/06 11:52:24.739 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/06 11:52:24.739 +00:00] [INFO] [domain.go:2881] ["serverIDKeeper exited."] [2024/05/06 11:52:24.739 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 11:52:24.739 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 11:52:24.739 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 11:52:24.739 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/06 11:52:24.739 +00:00] [INFO] [manager.go:446] ["watcher is closed, no owner"] ["owner info"="[log-backup] ownerManager 6b02476f-e623-40e5-a465-65f1c8cebb36 watch owner key /tidb/br-stream/owner/3eaa8f4dbd7763f6"] [2024/05/06 11:52:24.739 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 11:52:24.739 +00:00] [WARN] [manager.go:306] ["is not the owner"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager 6b02476f-e623-40e5-a465-65f1c8cebb36"] [2024/05/06 11:52:24.739 +00:00] [INFO] [manager.go:257] ["etcd session is done, creates a new one"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager 6b02476f-e623-40e5-a465-65f1c8cebb36"] [2024/05/06 11:52:24.739 +00:00] [INFO] [advancer.go:397] ["Meet task event"] [category="log backup advancer"] [event="Err(, err = EOF)"] [2024/05/06 11:52:24.739 +00:00] [ERROR] [advancer.go:400] ["listen task meet error, would reopen."] [error=EOF] [stack="github.com/pingcap/tidb/br/pkg/streamhelper.(*CheckpointAdvancer).StartTaskListener.func1\n\tbr/pkg/streamhelper/advancer.go:400"] [2024/05/06 11:52:24.739 +00:00] [INFO] [advancer.go:403] ["Task watcher exits due to some error."] [category="log backup advancer"] [error=EOF] [2024/05/06 11:52:24.741 +00:00] [INFO] [owner_daemon.go:87] ["daemon loop exits"] [id=6b02476f-e623-40e5-a465-65f1c8cebb36] [daemon-id=LogBackup::Advancer] [2024/05/06 11:52:24.741 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/06 11:52:24.741 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."] [2024/05/06 11:52:24.741 +00:00] [INFO] [flush_subscriber.go:109] [Clearing.] [category="log backup flush subscriber"] [timeout=1m0s] [2024/05/06 11:52:24.741 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=logBackupAdvancer] [2024/05/06 11:52:24.741 +00:00] [WARN] [etcd.go:78] ["failed to new session to etcd"] [ownerInfo="[log-backup] /tidb/br-stream/owner ownerManager 6b02476f-e623-40e5-a465-65f1c8cebb36"] [error="context canceled"] [2024/05/06 11:52:24.741 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 11:52:24.741 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 11:52:24.742 +00:00] [INFO] [domain.go:1074] ["domain closed"] ["take time"=41.357072ms] [2024/05/06 11:52:24.742 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=tikv-7365852658373524218] ["ddl lease"=500ms] ["stats lease"=3s] [2024/05/06 11:52:24.760 +00:00] [WARN] [info.go:316] ["init TiFlashReplicaManager"] [2024/05/06 11:52:24.904 +00:00] [INFO] [domain.go:2796] [acquireServerID] [serverID=1854] ["lease id"=6f188f4dbd775cb3] [2024/05/06 11:52:24.906 +00:00] [INFO] [controller.go:185] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":10,\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":10,\"DegradedModeWaitDuration\":0}"] [2024/05/06 11:52:24.942 +00:00] [INFO] [manager.go:261] ["break campaign loop, NewSession failed"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager 6b02476f-e623-40e5-a465-65f1c8cebb36"] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/util.contextDone\n\tpkg/util/etcd.go:90\ngithub.com/pingcap/tidb/pkg/util.NewSession\n\tpkg/util/etcd.go:50\ngithub.com/pingcap/tidb/pkg/owner.(*ownerManager).campaignLoop\n\tpkg/owner/manager.go:259\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 11:52:24.999 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=51] ["start time"=89.411827ms] [2024/05/06 11:52:25.005 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 11:52:25.005 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=13b79268-01a2-4631-adb6-11542ffedcba] [runWorker=true] [2024/05/06 11:52:25.005 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=false] [2024/05/06 11:52:25.007 +00:00] [INFO] [manager.go:188] ["start campaign owner"] [ownerInfo="[ddl] /tidb/ddl/fg/owner"] [2024/05/06 11:52:25.008 +00:00] [WARN] [env.go:51] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2024/05/06 11:52:25.008 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 11:52:25.008 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 11:52:25.008 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 11:52:25.008 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 11:52:25.008 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 11:52:25.008 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 11:52:25.008 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 11:52:25.009 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 11:52:25.009 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 11:52:25.009 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 11:52:25.009 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 11:52:25.009 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 11:52:25.009 +00:00] [INFO] [owner_daemon.go:70] ["begin advancer daemon"] [daemon-id=LogBackup::Advancer] [2024/05/06 11:52:25.009 +00:00] [INFO] [manager.go:188] ["start campaign owner"] [ownerInfo="[log-backup] /tidb/br-stream/owner"] [2024/05/06 11:52:25.011 +00:00] [INFO] [manager.go:354] ["get owner"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager 13b79268-01a2-4631-adb6-11542ffedcba"] ["owner key"=/tidb/ddl/fg/owner/22318f4dbd776521] [ownerID=13b79268-01a2-4631-adb6-11542ffedcba] [op=none] [2024/05/06 11:52:25.011 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=logBackupAdvancer] [2024/05/06 11:52:25.011 +00:00] [INFO] [owner_daemon.go:81] ["begin running daemon"] [id=1f774b2f-9366-4ce8-b7b9-a0316e128e82] [daemon-id=LogBackup::Advancer] [2024/05/06 11:52:25.036 +00:00] [INFO] [manager.go:188] ["start campaign owner"] [ownerInfo="[bindinfo] /tidb/bindinfo/owner"] [2024/05/06 11:52:25.037 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 11:52:25.037 +00:00] [WARN] [sysvar_cache.go:49] ["sysvar cache is empty, triggering rebuild"] [2024/05/06 11:52:25.039 +00:00] [INFO] [manager.go:354] ["get owner"] ["owner info"="[bindinfo] /tidb/bindinfo/owner ownerManager 13b79268-01a2-4631-adb6-11542ffedcba"] ["owner key"=/tidb/bindinfo/owner/22318f4dbd776526] [ownerID=13b79268-01a2-4631-adb6-11542ffedcba] [op=none] [2024/05/06 11:52:25.052 +00:00] [INFO] [sysvar.go:2748] ["set resource control"] [enable=true] [2024/05/06 11:52:25.059 +00:00] [INFO] [controller.go:447] ["[resource group controller] create resource group cost controller"] [name=default] [2024/05/06 11:52:25.060 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 11:52:25.061 +00:00] [INFO] [manager.go:354] ["get owner"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager 13b79268-01a2-4631-adb6-11542ffedcba"] ["owner key"=/tidb/ddl/fg/owner/22318f4dbd776521] [ownerID=13b79268-01a2-4631-adb6-11542ffedcba] [op=none] [2024/05/06 11:52:25.061 +00:00] [INFO] [manager.go:394] ["set owner op is the same as the original, so do nothing."] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager 13b79268-01a2-4631-adb6-11542ffedcba"] [op=none] [2024/05/06 11:52:25.061 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 11:52:25.162 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 11:52:25.179 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 11:52:25.191 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=PlanReplayerTaskCollectHandle] [2024/05/06 11:52:25.191 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=PlanReplayerTaskDumpHandle] [2024/05/06 11:52:25.191 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 11:52:25.191 +00:00] [INFO] [domain.go:2016] ["PlanReplayerTaskCollectHandle started"] [2024/05/06 11:52:25.191 +00:00] [INFO] [domain.go:2038] ["PlanReplayerTaskDumpHandle started"] [2024/05/06 11:52:25.191 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=HistoricalStatsWorker] [2024/05/06 11:52:25.191 +00:00] [INFO] [plan_replayer.go:409] ["planReplayerTaskDumpWorker started."] [2024/05/06 11:52:25.191 +00:00] [INFO] [domain.go:2070] ["dumpFileGcChecker started"] [2024/05/06 11:52:25.191 +00:00] [INFO] [domain.go:2103] ["HistoricalStatsWorker started"] [2024/05/06 11:52:25.193 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadStatsWorker] [2024/05/06 11:52:25.193 +00:00] [INFO] [manager.go:188] ["start campaign owner"] [ownerInfo="[stats] /tidb/stats/owner"] [2024/05/06 11:52:25.194 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=indexUsageWorker] [2024/05/06 11:52:25.195 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=updateStatsWorker] [2024/05/06 11:52:25.195 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=autoAnalyzeWorker] [2024/05/06 11:52:25.195 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=analyzeJobsCleanupWorker] [2024/05/06 11:52:25.195 +00:00] [INFO] [domain.go:2389] ["updateStatsWorker started."] [2024/05/06 11:52:25.197 +00:00] [INFO] [manager.go:354] ["get owner"] ["owner info"="[stats] /tidb/stats/owner ownerManager 13b79268-01a2-4631-adb6-11542ffedcba"] ["owner key"=/tidb/stats/owner/22318f4dbd77652b] [ownerID=13b79268-01a2-4631-adb6-11542ffedcba] [op=none] [2024/05/06 11:52:25.198 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 11:52:25.200 +00:00] [INFO] [manager.go:113] ["build task executor manager"] [server-id=:4000] [total-cpu=52] [total-mem=32GiB] [2024/05/06 11:52:25.206 +00:00] [INFO] [notifier.go:225] ["etcd notify loop to watch timer events started"] [EtcdKey=/tidb/timer/cluster/1/notify/ce97a664-29f6-4ea0-83b0-03c222b44831] [2024/05/06 11:52:25.206 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4] [2024/05/06 11:52:25.207 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4] [2024/05/06 11:52:25.216 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 11:52:25.217 +00:00] [INFO] [manager.go:146] ["task executor manager start"] [server-id=:4000] [2024/05/06 11:52:25.217 +00:00] [INFO] [domain.go:1525] ["dist task executor manager started"] [2024/05/06 11:52:25.238 +00:00] [INFO] [domain.go:2308] ["init stats info time"] [lite=true] ["take time"=44.752438ms] [2024/05/06 11:52:25.273 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1] [name=innodb_lock_wait_timeout] [val=50] === RUN TestImportInto/TestAddIndexBySQL import_into_test.go:990: enable after we support add-index option === RUN TestImportInto/TestAnalyze import_into_test.go:1142: skip for ci now === RUN TestImportInto/TestBasicImportInto [2024/05/06 11:52:25.287 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=51] [cur_db=] [sql="drop database if exists import_into"] [user=] [2024/05/06 11:52:25.290 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=51] [cur_db=] [sql="create database import_into"] [user=] [2024/05/06 11:52:25.331 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create schema, State:queueing, SchemaState:none, SchemaID:104, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:52:25.266 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:25.331 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:105, Type:create schema, State:queueing, SchemaState:none, SchemaID:104, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:52:25.266 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database import_into"] [2024/05/06 11:52:25.406 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=105] [conn=2] [category=ddl] [job="ID:105, Type:create schema, State:queueing, SchemaState:none, SchemaID:104, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:25.266 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:25.441 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=51] [neededSchemaVersion=52] ["start time"=954.808µs] [gotSchemaVersion=52] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:52:25.452 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2024/05/06 11:52:25.490 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=53.279682ms] [job="ID:105, Type:create schema, State:done, SchemaState:public, SchemaID:104, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:52:25.266 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:25.537 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=105] [conn=2] [job="ID:105, Type:create schema, State:synced, SchemaState:public, SchemaID:104, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:25.266 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:25.564 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=105] [2024/05/06 11:52:25.564 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:25.571 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=52] [cur_db=import_into] [sql="drop table if exists t;"] [user=] [2024/05/06 11:52:25.574 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=52] [cur_db=import_into] [sql="create table t (a bigint, b varchar(100), c int);"] [user=] [2024/05/06 11:52:25.642 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:25.566 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:25.642 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:25.566 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t (a bigint, b varchar(100), c int);"] [2024/05/06 11:52:25.715 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=107] [conn=2] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:25.566 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:25.723 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 104, Table ID: 106, Table Name: t"] [2024/05/06 11:52:25.787 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=52] [neededSchemaVersion=53] ["start time"=2.598397ms] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:25.800 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2024/05/06 11:52:25.834 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=53.881565ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:25.566 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:25.893 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=107] [conn=2] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:25.566 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:25.933 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=107] [2024/05/06 11:52:25.933 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:25.936 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.363335607\n# Parse_time: 0.000607887\n# Compile_time: 0.000802504\n# Rewrite_time: 0.000007346\n# Optimize_time: 0.000406719\n# Wait_TS: 0.000414609\n# DB: import_into\n# Is_internal: false\n# Digest: f4ac9d9369c16c7e7781e776841844018e469b33e3f61c50a28d47916121febd\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse import_into;\ncreate table t (a bigint, b varchar(100), c int);"] [2024/05/06 11:52:26.030 +00:00] [INFO] [runaway.go:158] ["preparations for the runaway manager are finished and start runaway manager loop"] [2024/05/06 11:52:26.030 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 11:52:26.030 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 11:52:26.030 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 11:52:26.205 +00:00] [INFO] [manager.go:317] ["revoke session"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager 6b02476f-e623-40e5-a465-65f1c8cebb36"] [error="rpc error: code = Canceled desc = grpc: the client connection is closing"] [2024/05/06 11:52:26.207 +00:00] [INFO] [runtime.go:160] ["TimerGroupRuntime loop started"] [groupID=ttl] [2024/05/06 11:52:26.207 +00:00] [INFO] [runtime.go:402] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true] [2024/05/06 11:52:26.207 +00:00] [INFO] [notifier.go:140] ["new etcd watcher created to watch timer events"] [EtcdKey=/tidb/timer/cluster/1/notify/ce97a664-29f6-4ea0-83b0-03c222b44831] [watcherID=5d8b4633-d9d5-4a5b-aa21-d57c406db11a] [2024/05/06 11:52:26.217 +00:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=16] [2024/05/06 11:52:26.233 +00:00] [INFO] [slots.go:207] ["update slot capacity"] [old=16] [new=52] [2024/05/06 11:52:26.233 +00:00] [INFO] [scheduler_manager.go:200] ["schedule task loop start"] [server-id=:4000] [2024/05/06 11:52:26.233 +00:00] [INFO] [scheduler_manager.go:373] ["cleanup loop start"] [server-id=:4000] [2024/05/06 11:52:26.233 +00:00] [INFO] [scheduler_manager.go:453] ["collect loop start"] [server-id=:4000] [2024/05/06 11:52:26.233 +00:00] [INFO] [scheduler_manager.go:312] ["subtask table gc loop start"] [server-id=:4000] [2024/05/06 11:52:26.298 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:26.513 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-multi-load/db.tbl.*.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"thread\":\"1\"}}"] [dist-task-enabled=true] [2024/05/06 11:52:26.639 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=1] [task-id=1] [data-size=63B] [thread-cnt=1] [global-sort=false] [2024/05/06 11:52:26.678 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=1] [2024/05/06 11:52:26.678 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=1] [2024/05/06 11:52:26.783 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:52:26.785 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:26.786 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=1] [curr-step=init] [next-step=import] [2024/05/06 11:52:26.805 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:26.808 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:52:26.808 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=63] [2024/05/06 11:52:26.808 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=3] [MaxChunkSize=268435456] [RegionsCount=3] [BatchSize=63] [cost=94.217µs] [2024/05/06 11:52:26.808 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=222.782µs] [] [2024/05/06 11:52:26.809 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=1] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:52:26.809 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=1] [subtasks=1] [2024/05/06 11:52:26.947 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=1] [mode=Import] [2024/05/06 11:52:26.968 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=1] [2024/05/06 11:52:26.995 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=1] [type=ImportInto] [remaining-slots=51] [2024/05/06 11:52:27.008 +00:00] [INFO] [info.go:1142] [SetTiFlashGroupConfig] [2024/05/06 11:52:27.063 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=1] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:52:27.065 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=1] [step=import] [2024/05/06 11:52:27.066 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:27.067 +00:00] [INFO] [table_import.go:106] ["import dir not exists, create it"] [table=t] [import_dir=/tmp/tidb/import-4000] [2024/05/06 11:52:27.075 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:52:27.076 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:52:27.076 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:27.076 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:52:27.077 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:27.077 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:27.077 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:52:27.077 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:52:27.077 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:27.095 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:52:27.097 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:52:27.097 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:52:27.097 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=1] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:52:27.097 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=1] [disk-quota=348.5GiB] [2024/05/06 11:52:27.145 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=1] [step=import] [subtask-id=1] [2024/05/06 11:52:27.150 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:27.154 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:27.154 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=106] [2024/05/06 11:52:27.160 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=106] [key=db.tbl.001.csv:0] [2024/05/06 11:52:27.164 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=106] [key=db.tbl.001.csv:0] [readDur=1.255213ms] [encodeDur=1.157521ms] [checksum="{cksum=1675147975136326378,size=82,kvs=2}"] [deliverDur=306.896µs] [type=file] [takeTime=3.227231ms] [] [2024/05/06 11:52:27.164 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=106] [2024/05/06 11:52:27.165 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=82] [kvs=2] [files=1] [sstFileSize=987] [file=/tmp/tidb/import-4000/1/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/1d14e84a-4987-4abf-8563-886212fa2a6c.sst] [firstKey=74800000000000006A5F728000000000000001] [lastKey=74800000000000006A5F728000000000000002] [2024/05/06 11:52:27.180 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=106] [key=db.tbl.002.csv:0] [2024/05/06 11:52:27.183 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=106] [key=db.tbl.002.csv:0] [readDur=1.175944ms] [encodeDur=669.396µs] [checksum="{cksum=12305018038957930638,size=82,kvs=2}"] [deliverDur=306.699µs] [type=file] [takeTime=2.518442ms] [] [2024/05/06 11:52:27.184 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=106] [2024/05/06 11:52:27.184 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=82] [kvs=2] [files=1] [sstFileSize=987] [file=/tmp/tidb/import-4000/1/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/d8d95f05-1b5c-4faf-8d8c-cae1c6803cbf.sst] [firstKey=74800000000000006A5F728000000000000008] [lastKey=74800000000000006A5F728000000000000009] [2024/05/06 11:52:27.197 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=106] [key=db.tbl.003.csv:0] [2024/05/06 11:52:27.200 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=106] [key=db.tbl.003.csv:0] [readDur=1.024357ms] [encodeDur=686.562µs] [checksum="{cksum=14730688775140726438,size=82,kvs=2}"] [deliverDur=281.398µs] [type=file] [takeTime=2.32057ms] [] [2024/05/06 11:52:27.200 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=1] [step=import] [subtask-id=1] [takeTime=55.550648ms] [] [2024/05/06 11:52:27.200 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=82] [kvs=2] [files=1] [sstFileSize=987] [file=/tmp/tidb/import-4000/1/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/8860ebf2-9f9d-4e1e-a791-6e6599edecbd.sst] [firstKey=74800000000000006A5F72800000000000000F] [lastKey=74800000000000006A5F728000000000000010] [2024/05/06 11:52:27.201 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=1] [step=import] [engine-id=0] [2024/05/06 11:52:27.201 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=1] [step=import] [engine-id=0] [2024/05/06 11:52:27.201 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:27.203 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [takeTime=2.07732ms] [] [2024/05/06 11:52:27.203 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [retryCnt=0] [2024/05/06 11:52:27.208 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:52:27.230 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] ["region ranges"=1] [count=6] [size=246] [2024/05/06 11:52:27.230 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:52:27.269 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [size=246] [kvs=6] [importedSize=246] [importedCount=6] [2024/05/06 11:52:27.270 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [retryCnt=0] [takeTime=67.246864ms] [] [2024/05/06 11:52:27.270 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:27.272 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [takeTime=1.34799ms] [] [2024/05/06 11:52:27.272 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=1] [step=import] [engine-id=0] [2024/05/06 11:52:27.272 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:27.273 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [takeTime=1.616429ms] [] [2024/05/06 11:52:27.274 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [retryCnt=0] [2024/05/06 11:52:27.274 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:27.274 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [retryCnt=0] [takeTime=53.47µs] [] [2024/05/06 11:52:27.274 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:27.275 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [takeTime=978.64µs] [] [2024/05/06 11:52:27.329 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=1] [step=import] [2024/05/06 11:52:27.332 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:27.332 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:27.332 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:52:27.332 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:52:27.332 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:52:27.332 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:52:27.332 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:52:27.332 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:27.332 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:27.332 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:27.333 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:27.333 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:27.333 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:52:27.334 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:52:27.335 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:27.335 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:27.335 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:27.335 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:27.335 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=1] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=271.362473ms] [] [2024/05/06 11:52:27.413 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:52:27.415 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:27.416 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=1] [curr-step=import] [next-step=post-process] [2024/05/06 11:52:27.416 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=1] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:52:27.502 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=1] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":6,\"ColSizeMap\":{\"1\":6,\"2\":36,\"3\":7}}"] [2024/05/06 11:52:27.504 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=1] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:52:27.504 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=1] [subtasks=1] [2024/05/06 11:52:27.663 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=1] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:52:27.708 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=2] [2024/05/06 11:52:27.708 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=2] [2024/05/06 11:52:27.708 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=2] [2024/05/06 11:52:27.716 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=2] [takeTime=7.660153ms] [] [2024/05/06 11:52:27.716 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=2] [groupId=-1] [size=246] [kvs=6] [checksum=8184885398518078658] [2024/05/06 11:52:27.716 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=2] [checksum="{cksum=8184885398518078658,size=246,kvs=6}"] [2024/05/06 11:52:27.716 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=2] [weight=30] [2024/05/06 11:52:27.716 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=2] [concurrency=15] [2024/05/06 11:52:27.720 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=106] [physicalTableID=106] [indexID=-1] [checksum=8184885398518078658] [totalKvs=6] [totalBytes=246] [2024/05/06 11:52:27.721 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=2] [local="{cksum=8184885398518078658,size=246,kvs=6}"] [2024/05/06 11:52:27.721 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=2] [takeTime=12.854107ms] [] [2024/05/06 11:52:27.721 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=2] [takeTime=13.026372ms] [] [2024/05/06 11:52:27.771 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=1] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=107.689019ms] [] [2024/05/06 11:52:27.799 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:52:27.799 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=1] [step=post-process] [state=running] [] [2024/05/06 11:52:27.802 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=1] [2024/05/06 11:52:27.883 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=1] [2024/05/06 11:52:27.898 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=1] [type=ImportInto] [2024/05/06 11:52:27.911 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:52:27.911 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=1] [2024/05/06 11:52:28.017 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:52:28.194 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 2.256493738\n# Parse_time: 0.001022894\n# Compile_time: 0.002256307\n# Rewrite_time: 0.000265988\n# Optimize_time: 0.000406719\n# Wait_TS: 0\n# DB: import_into\n# Is_internal: false\n# Digest: 58d360ce67e24b4d18a606f88f2f459d57f87ba3f12a22d674a5660c2ce18713\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6Mi4yNXMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6Mi4yNXMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `import_into`.`t` FROM 'gs://test-multi-load/db.tbl.*.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH thread=1;"] [2024/05/06 11:52:28.204 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=53] [cur_db=import_into] [sql="drop table if exists t;"] [user=] [2024/05/06 11:52:28.271 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:108, Type:drop table, State:queueing, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:28.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:28.271 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:108, Type:drop table, State:queueing, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:28.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 11:52:28.328 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=108] [conn=2] [category=ddl] [job="ID:108, Type:drop table, State:queueing, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:28.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:28.359 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=53] [neededSchemaVersion=54] ["start time"=411.653µs] [gotSchemaVersion=54] [phyTblIDs="[106]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:52:28.371 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=108] [version=54] [2024/05/06 11:52:28.408 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=54] ["take time"=53.495656ms] [job="ID:108, Type:drop table, State:running, SchemaState:write only, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:28.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:28.449 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=108] [conn=2] [category=ddl] [job="ID:108, Type:drop table, State:running, SchemaState:write only, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:28.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:28.480 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=54] [neededSchemaVersion=55] ["start time"=241.874µs] [gotSchemaVersion=55] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:52:28.493 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=108] [version=55] [2024/05/06 11:52:28.529 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=55] ["take time"=53.524704ms] [job="ID:108, Type:drop table, State:running, SchemaState:delete only, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:28.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:28.566 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=108] [conn=2] [category=ddl] [job="ID:108, Type:drop table, State:running, SchemaState:delete only, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:28.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:28.577 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 104, Old Table ID: 106, Old Table Name: t"] [2024/05/06 11:52:28.621 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=55] [neededSchemaVersion=56] ["start time"=271.999µs] [gotSchemaVersion=56] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:52:28.632 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=108] [version=56] [2024/05/06 11:52:28.670 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=56] ["take time"=54.374844ms] [job="ID:108, Type:drop table, State:done, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:28.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:28.735 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=108] [tableIDs="[106]"] [comment="drop table: table ID"] [2024/05/06 11:52:28.769 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=108] [jobType="drop table"] [2024/05/06 11:52:28.774 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=108] [conn=2] [job="ID:108, Type:drop table, State:synced, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:28.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:28.837 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=108] [2024/05/06 11:52:28.837 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:28.842 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.638718046\n# Parse_time: 0.00029266\n# Compile_time: 0.000771732\n# Rewrite_time: 0.00001042\n# Optimize_time: 0.0009757\n# Wait_TS: 0.000343655\n# DB: import_into\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] [2024/05/06 11:52:28.844 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=56] [cur_db=import_into] [sql="create table t (a bigint primary key, b varchar(100), c int);"] [user=] [2024/05/06 11:52:28.892 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:110, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:109, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:28.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:28.892 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:110, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:109, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:28.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t (a bigint primary key, b varchar(100), c int);"] [2024/05/06 11:52:28.963 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=110] [conn=2] [category=ddl] [job="ID:110, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:109, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:28.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:28.972 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 104, Table ID: 109, Table Name: t"] [2024/05/06 11:52:29.040 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=56] [neededSchemaVersion=57] ["start time"=2.969511ms] [gotSchemaVersion=57] [phyTblIDs="[109]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:29.051 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=110] [version=57] [2024/05/06 11:52:29.086 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=57] ["take time"=54.331922ms] [job="ID:110, Type:create table, State:done, SchemaState:public, SchemaID:104, TableID:109, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:28.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:29.132 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=110] [conn=2] [job="ID:110, Type:create table, State:synced, SchemaState:public, SchemaID:104, TableID:109, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:28.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:29.196 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=110] [2024/05/06 11:52:29.196 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:29.200 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.357653602\n# Parse_time: 0.000653869\n# Compile_time: 0.000948674\n# Rewrite_time: 0.000008245\n# Optimize_time: 0.0009757\n# Wait_TS: 0.000413675\n# DB: import_into\n# Is_internal: false\n# Digest: 1ef21995e118bfb6046909d1ea3dbe72db050594cdb1276dc8bea0a10399e8e3\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ncreate table t (a bigint primary key, b varchar(100), c int);"] [2024/05/06 11:52:29.218 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:29.404 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-multi-load/db.tbl.*.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"thread\":\"1\"}}"] [dist-task-enabled=true] [2024/05/06 11:52:29.518 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=2] [task-id=2] [data-size=63B] [thread-cnt=1] [global-sort=false] [2024/05/06 11:52:29.582 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=2] [2024/05/06 11:52:29.583 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=1] [2024/05/06 11:52:29.689 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:52:29.691 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:29.692 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=2] [curr-step=init] [next-step=import] [2024/05/06 11:52:29.713 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:29.716 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:52:29.716 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=63] [2024/05/06 11:52:29.717 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=3] [MaxChunkSize=268435456] [RegionsCount=3] [BatchSize=63] [cost=133.547µs] [2024/05/06 11:52:29.717 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=280.406µs] [] [2024/05/06 11:52:29.717 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=2] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:52:29.717 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=1] [subtasks=1] [2024/05/06 11:52:29.863 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=2] [mode=Import] [2024/05/06 11:52:29.883 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=2] [2024/05/06 11:52:29.890 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=2] [type=ImportInto] [remaining-slots=51] [2024/05/06 11:52:29.936 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=2] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:52:29.938 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=2] [step=import] [2024/05/06 11:52:29.940 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:29.949 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:52:29.950 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:52:29.950 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:29.950 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:52:29.951 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:29.951 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:29.951 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:52:29.951 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:52:29.951 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:29.968 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:52:29.969 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:52:29.969 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:52:29.970 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=2] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:52:29.970 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=2] [disk-quota=348.5GiB] [2024/05/06 11:52:30.037 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=2] [step=import] [subtask-id=3] [2024/05/06 11:52:30.047 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:30.051 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:30.051 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=109] [2024/05/06 11:52:30.063 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=109] [key=db.tbl.001.csv:0] [2024/05/06 11:52:30.067 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=109] [key=db.tbl.001.csv:0] [readDur=1.661117ms] [encodeDur=979.397µs] [checksum="{cksum=7519321974396982192,size=74,kvs=2}"] [deliverDur=152.485µs] [type=file] [takeTime=3.264502ms] [] [2024/05/06 11:52:30.068 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=109] [2024/05/06 11:52:30.068 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=74] [kvs=2] [files=1] [sstFileSize=978] [file=/tmp/tidb/import-4000/2/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/6446d182-539e-4bad-87a9-8f34c9fa0ea0.sst] [firstKey=74800000000000006D5F728000000000000001] [lastKey=74800000000000006D5F728000000000000002] [2024/05/06 11:52:30.077 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=109] [key=db.tbl.002.csv:0] [2024/05/06 11:52:30.080 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=109] [key=db.tbl.002.csv:0] [readDur=2.134083ms] [encodeDur=736.601µs] [checksum="{cksum=8353780349895382269,size=74,kvs=2}"] [deliverDur=57.953µs] [type=file] [takeTime=3.317247ms] [] [2024/05/06 11:52:30.081 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=109] [2024/05/06 11:52:30.082 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=74] [kvs=2] [files=1] [sstFileSize=978] [file=/tmp/tidb/import-4000/2/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/d936d3ed-104a-4fc7-bf33-f27b74ff16c5.sst] [firstKey=74800000000000006D5F728000000000000003] [lastKey=74800000000000006D5F728000000000000004] [2024/05/06 11:52:30.198 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=109] [key=db.tbl.003.csv:0] [2024/05/06 11:52:30.201 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=109] [key=db.tbl.003.csv:0] [readDur=1.538869ms] [encodeDur=1.099127ms] [checksum="{cksum=34078042553017573,size=74,kvs=2}"] [deliverDur=65.567µs] [type=file] [takeTime=3.090531ms] [] [2024/05/06 11:52:30.202 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=74] [kvs=2] [files=1] [sstFileSize=978] [file=/tmp/tidb/import-4000/2/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/9e38bb9c-c45c-4bc3-ae7a-e8330ba6a535.sst] [firstKey=74800000000000006D5F728000000000000005] [lastKey=74800000000000006D5F728000000000000006] [2024/05/06 11:52:30.203 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=2] [step=import] [subtask-id=3] [takeTime=165.445679ms] [] [2024/05/06 11:52:30.203 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=2] [step=import] [engine-id=0] [2024/05/06 11:52:30.203 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=2] [step=import] [engine-id=0] [2024/05/06 11:52:30.203 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:30.205 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [takeTime=1.767604ms] [] [2024/05/06 11:52:30.205 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [retryCnt=0] [2024/05/06 11:52:30.211 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:52:30.233 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] ["region ranges"=1] [count=6] [size=222] [2024/05/06 11:52:30.233 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:52:30.250 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [size=222] [kvs=6] [importedSize=222] [importedCount=6] [2024/05/06 11:52:30.252 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [retryCnt=0] [takeTime=46.827827ms] [] [2024/05/06 11:52:30.252 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:30.253 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [takeTime=1.312806ms] [] [2024/05/06 11:52:30.253 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=2] [step=import] [engine-id=0] [2024/05/06 11:52:30.253 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:30.255 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [takeTime=1.645387ms] [] [2024/05/06 11:52:30.255 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [retryCnt=0] [2024/05/06 11:52:30.255 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:30.255 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [retryCnt=0] [takeTime=61.7µs] [] [2024/05/06 11:52:30.255 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:30.256 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [takeTime=926.056µs] [] [2024/05/06 11:52:30.307 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=2] [step=import] [2024/05/06 11:52:30.311 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:52:30.311 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:52:30.311 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:52:30.311 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:52:30.311 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:30.311 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:30.311 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:52:30.311 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:52:30.311 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:30.311 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:30.311 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:30.311 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:30.311 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:30.311 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:52:30.312 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:30.313 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:52:30.313 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:30.313 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:30.313 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:30.314 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:30.314 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=2] [curr-step=import] [next-step=post-process] [2024/05/06 11:52:30.314 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=2] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=377.803702ms] [] [2024/05/06 11:52:30.314 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=2] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:52:30.385 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=2] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":6,\"ColSizeMap\":{\"1\":6,\"2\":36,\"3\":7}}"] [2024/05/06 11:52:30.386 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=2] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:52:30.387 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=1] [subtasks=1] [2024/05/06 11:52:30.590 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=2] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:52:30.645 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=4] [2024/05/06 11:52:30.646 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=4] [2024/05/06 11:52:30.646 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=4] [2024/05/06 11:52:30.646 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=4] [takeTime=13.399µs] [] [2024/05/06 11:52:30.646 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=4] [groupId=-1] [size=222] [kvs=6] [checksum=2003671119719883688] [2024/05/06 11:52:30.646 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=4] [checksum="{cksum=2003671119719883688,size=222,kvs=6}"] [2024/05/06 11:52:30.646 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=4] [weight=30] [2024/05/06 11:52:30.646 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=4] [concurrency=15] [2024/05/06 11:52:30.650 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=109] [physicalTableID=109] [indexID=-1] [checksum=2003671119719883688] [totalKvs=6] [totalBytes=222] [2024/05/06 11:52:30.651 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=4] [local="{cksum=2003671119719883688,size=222,kvs=6}"] [2024/05/06 11:52:30.651 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=4] [takeTime=5.237011ms] [] [2024/05/06 11:52:30.651 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=4] [takeTime=5.433092ms] [] [2024/05/06 11:52:30.692 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=2] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=101.588481ms] [] [2024/05/06 11:52:30.707 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:52:30.708 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=2] [step=post-process] [state=running] [] [2024/05/06 11:52:30.710 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=2] [2024/05/06 11:52:30.787 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=2] [type=ImportInto] [2024/05/06 11:52:30.790 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=2] [2024/05/06 11:52:30.820 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:52:30.820 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=2] [2024/05/06 11:52:30.933 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:52:31.079 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 1.878506619\n# Parse_time: 0.001789878\n# Compile_time: 0.001539361\n# Rewrite_time: 0.00031991\n# Optimize_time: 0.0009757\n# Wait_TS: 0\n# DB: import_into\n# Is_internal: false\n# Digest: 58d360ce67e24b4d18a606f88f2f459d57f87ba3f12a22d674a5660c2ce18713\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS44N3MsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS44N3MsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `import_into`.`t` FROM 'gs://test-multi-load/db.tbl.*.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH thread=1;"] [2024/05/06 11:52:31.088 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=57] [cur_db=import_into] [sql="drop table if exists t;"] [user=] [2024/05/06 11:52:31.120 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:111, Type:drop table, State:queueing, SchemaState:public, SchemaID:104, TableID:109, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:31.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:31.120 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:111, Type:drop table, State:queueing, SchemaState:public, SchemaID:104, TableID:109, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:31.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 11:52:31.194 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=111] [conn=2] [category=ddl] [job="ID:111, Type:drop table, State:queueing, SchemaState:public, SchemaID:104, TableID:109, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:31.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:31.230 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=57] [neededSchemaVersion=58] ["start time"=272.42µs] [gotSchemaVersion=58] [phyTblIDs="[109]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:52:31.245 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=111] [version=58] [2024/05/06 11:52:31.295 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=58] ["take time"=70.12514ms] [job="ID:111, Type:drop table, State:running, SchemaState:write only, SchemaID:104, TableID:109, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:31.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:31.356 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=111] [conn=2] [category=ddl] [job="ID:111, Type:drop table, State:running, SchemaState:write only, SchemaID:104, TableID:109, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:31.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:31.387 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=58] [neededSchemaVersion=59] ["start time"=251.902µs] [gotSchemaVersion=59] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:52:31.397 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=111] [version=59] [2024/05/06 11:52:31.436 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=59] ["take time"=53.668499ms] [job="ID:111, Type:drop table, State:running, SchemaState:delete only, SchemaID:104, TableID:109, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:31.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:31.487 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=111] [conn=2] [category=ddl] [job="ID:111, Type:drop table, State:running, SchemaState:delete only, SchemaID:104, TableID:109, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:31.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:31.498 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 104, Old Table ID: 109, Old Table Name: t"] [2024/05/06 11:52:31.560 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=59] [neededSchemaVersion=60] ["start time"=212.978µs] [gotSchemaVersion=60] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:52:31.572 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=111] [version=60] [2024/05/06 11:52:31.610 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=60] ["take time"=53.378904ms] [job="ID:111, Type:drop table, State:done, SchemaState:none, SchemaID:104, TableID:109, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:31.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:31.680 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=111] [tableIDs="[109]"] [comment="drop table: table ID"] [2024/05/06 11:52:31.688 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=111] [jobType="drop table"] [2024/05/06 11:52:31.691 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=111] [conn=2] [job="ID:111, Type:drop table, State:synced, SchemaState:none, SchemaID:104, TableID:109, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:31.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:31.772 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=111] [2024/05/06 11:52:31.772 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:31.779 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.6919664\n# Parse_time: 0.000312599\n# Compile_time: 0.000723544\n# Rewrite_time: 0.000009736\n# Optimize_time: 0.000944686\n# Wait_TS: 0.000444356\n# DB: import_into\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] [2024/05/06 11:52:31.782 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=60] [cur_db=import_into] [sql="create table t (a bigint primary key, b varchar(100), c int, key(b, a));"] [user=] [2024/05/06 11:52:31.830 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:112, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:31.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t (a bigint primary key, b varchar(100), c int, key(b, a));"] [2024/05/06 11:52:31.830 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:112, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:31.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:31.884 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=113] [conn=2] [category=ddl] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:31.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:31.892 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 104, Table ID: 112, Table Name: t"] [2024/05/06 11:52:31.964 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=60] [neededSchemaVersion=61] ["start time"=2.401196ms] [gotSchemaVersion=61] [phyTblIDs="[112]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:31.974 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=113] [version=61] [2024/05/06 11:52:32.012 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=61] ["take time"=53.617558ms] [job="ID:113, Type:create table, State:done, SchemaState:public, SchemaID:104, TableID:112, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:31.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:32.078 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=113] [conn=2] [job="ID:113, Type:create table, State:synced, SchemaState:public, SchemaID:104, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:31.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:32.122 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=113] [2024/05/06 11:52:32.122 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:32.126 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.345619505\n# Parse_time: 0.001335113\n# Compile_time: 0.0011667\n# Rewrite_time: 0.000008731\n# Optimize_time: 0.000944686\n# Wait_TS: 0.000408117\n# DB: import_into\n# Is_internal: false\n# Digest: e85b3192aafc65b95d27e341346cc13bb9c7af5bc622e94bb355bb86ac220174\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ncreate table t (a bigint primary key, b varchar(100), c int, key(b, a));"] [2024/05/06 11:52:32.138 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:32.326 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-multi-load/db.tbl.*.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"thread\":\"1\"}}"] [dist-task-enabled=true] [2024/05/06 11:52:32.425 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=3] [task-id=3] [data-size=63B] [thread-cnt=1] [global-sort=false] [2024/05/06 11:52:32.469 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=3] [2024/05/06 11:52:32.469 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=1] [2024/05/06 11:52:32.590 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:52:32.592 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:32.594 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=3] [curr-step=init] [next-step=import] [2024/05/06 11:52:32.616 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:32.620 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:52:32.620 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=63] [2024/05/06 11:52:32.620 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=3] [MaxChunkSize=268435456] [RegionsCount=3] [BatchSize=63] [cost=112.641µs] [2024/05/06 11:52:32.620 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=246.422µs] [] [2024/05/06 11:52:32.620 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=3] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:52:32.620 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=1] [subtasks=1] [2024/05/06 11:52:32.781 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=3] [mode=Import] [2024/05/06 11:52:32.801 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=3] [2024/05/06 11:52:32.831 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=3] [type=ImportInto] [remaining-slots=51] [2024/05/06 11:52:32.874 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=3] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:52:32.877 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=3] [step=import] [2024/05/06 11:52:32.878 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:32.888 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:52:32.888 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:52:32.889 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:32.889 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:52:32.890 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:52:32.890 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:52:32.890 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:32.890 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:32.890 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:32.905 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:52:32.907 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:52:32.907 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:52:32.907 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=3] [step=import] [data=236.3MiB] [per-index=78.77MiB] [2024/05/06 11:52:32.907 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=3] [disk-quota=348.5GiB] [2024/05/06 11:52:32.957 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=3] [step=import] [subtask-id=5] [2024/05/06 11:52:32.961 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:32.964 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:32.964 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=112] [2024/05/06 11:52:33.029 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=112] [key=db.tbl.001.csv:0] [2024/05/06 11:52:33.033 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=112] [key=db.tbl.001.csv:0] [readDur=1.183246ms] [encodeDur=996.448µs] [checksum="{cksum=14407722893173523601,size=206,kvs=4}"] [deliverDur=702.868µs] [type=file] [takeTime=3.357935ms] [] [2024/05/06 11:52:33.035 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=112] [2024/05/06 11:52:33.035 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=74] [kvs=2] [files=1] [sstFileSize=978] [file=/tmp/tidb/import-4000/3/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/77655c1a-2f90-4de7-b587-abde53f452d5.sst] [firstKey=7480000000000000705F728000000000000001] [lastKey=7480000000000000705F728000000000000002] [2024/05/06 11:52:33.047 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=112] [key=db.tbl.002.csv:0] [2024/05/06 11:52:33.050 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=112] [key=db.tbl.002.csv:0] [readDur=1.348454ms] [encodeDur=1.073948ms] [checksum="{cksum=15782324127249246501,size=206,kvs=4}"] [deliverDur=91.732µs] [type=file] [takeTime=2.885048ms] [] [2024/05/06 11:52:33.052 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=112] [2024/05/06 11:52:33.052 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=74] [kvs=2] [files=1] [sstFileSize=978] [file=/tmp/tidb/import-4000/3/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/fdfc9050-0425-4348-9f0a-fc6c831d7ca3.sst] [firstKey=7480000000000000705F728000000000000003] [lastKey=7480000000000000705F728000000000000004] [2024/05/06 11:52:33.061 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=112] [key=db.tbl.003.csv:0] [2024/05/06 11:52:33.064 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=112] [key=db.tbl.003.csv:0] [readDur=1.091072ms] [encodeDur=1.299354ms] [checksum="{cksum=12669308623598711748,size=206,kvs=4}"] [deliverDur=91.725µs] [type=file] [takeTime=2.885326ms] [] [2024/05/06 11:52:33.065 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=74] [kvs=2] [files=1] [sstFileSize=978] [file=/tmp/tidb/import-4000/3/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/ae415276-7dc6-43e1-b0ab-0acc6d549940.sst] [firstKey=7480000000000000705F728000000000000005] [lastKey=7480000000000000705F728000000000000006] [2024/05/06 11:52:33.065 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=3] [step=import] [subtask-id=5] [takeTime=108.036578ms] [] [2024/05/06 11:52:33.066 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=3] [step=import] [engine-id=0] [2024/05/06 11:52:33.066 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=3] [step=import] [engine-id=0] [2024/05/06 11:52:33.066 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:33.068 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [takeTime=1.703777ms] [] [2024/05/06 11:52:33.068 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [retryCnt=0] [2024/05/06 11:52:33.074 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:52:33.096 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] ["region ranges"=1] [count=6] [size=222] [2024/05/06 11:52:33.096 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:52:33.111 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [size=222] [kvs=6] [importedSize=222] [importedCount=6] [2024/05/06 11:52:33.114 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [retryCnt=0] [takeTime=45.711401ms] [] [2024/05/06 11:52:33.114 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:33.115 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [takeTime=1.361079ms] [] [2024/05/06 11:52:33.115 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=3] [step=import] [engine-id=0] [2024/05/06 11:52:33.115 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:33.117 +00:00] [INFO] [engine.go:1644] ["compact sst"] [category=ddl-ingest] [fileCount=3] [size=396] [count=6] [cost=1.317849ms] [file=/tmp/tidb/import-4000/3/2d9462f7-8d8a-52db-8655-8d0214d0d974.sst/78ee480c-67e0-4c22-bce8-3a43395d6763.sst] [2024/05/06 11:52:33.117 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=396] [kvs=6] [files=1] [sstFileSize=1155] [file=/tmp/tidb/import-4000/3/2d9462f7-8d8a-52db-8655-8d0214d0d974.sst/78ee480c-67e0-4c22-bce8-3a43395d6763.sst] [firstKey=7480000000000000705F698000000000000001017465737431000000FC038000000000000001038000000000000001] [lastKey=7480000000000000705F698000000000000001017465737436000000FC038000000000000006038000000000000006] [2024/05/06 11:52:33.119 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [takeTime=3.911925ms] [] [2024/05/06 11:52:33.119 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [retryCnt=0] [2024/05/06 11:52:33.124 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:52:33.146 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=2d9462f7-8d8a-52db-8655-8d0214d0d974] ["region ranges"=1] [count=6] [size=396] [2024/05/06 11:52:33.146 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:52:33.162 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=2d9462f7-8d8a-52db-8655-8d0214d0d974] [size=396] [kvs=6] [importedSize=396] [importedCount=6] [2024/05/06 11:52:33.164 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [retryCnt=0] [takeTime=44.372662ms] [] [2024/05/06 11:52:33.164 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:33.165 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [takeTime=1.189481ms] [] [2024/05/06 11:52:33.214 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=3] [step=import] [2024/05/06 11:52:33.219 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:33.219 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:33.219 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:52:33.219 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:52:33.219 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:52:33.219 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:52:33.219 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:52:33.219 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:33.219 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:33.219 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:33.219 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:33.219 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:33.220 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:52:33.222 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:52:33.222 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:33.222 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:33.222 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:33.222 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:33.222 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=3] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=347.832119ms] [] [2024/05/06 11:52:33.294 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:52:33.297 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:33.299 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=3] [curr-step=import] [next-step=post-process] [2024/05/06 11:52:33.299 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=3] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:52:33.380 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=3] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":6,\"ColSizeMap\":{\"1\":6,\"2\":36,\"3\":7}}"] [2024/05/06 11:52:33.382 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=3] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:52:33.382 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=1] [subtasks=1] [2024/05/06 11:52:33.579 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=3] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:52:33.634 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=3] [step=post-process] [subtask-id=6] [2024/05/06 11:52:33.634 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=3] [step=post-process] [subtask-id=6] [2024/05/06 11:52:33.634 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=3] [step=post-process] [subtask-id=6] [2024/05/06 11:52:33.634 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=3] [step=post-process] [subtask-id=6] [takeTime=13.051µs] [] [2024/05/06 11:52:33.634 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=3] [step=post-process] [subtask-id=6] [groupId=-1] [size=222] [kvs=6] [checksum=2003671119719883688] [2024/05/06 11:52:33.634 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=3] [step=post-process] [subtask-id=6] [groupId=1] [size=396] [kvs=6] [checksum=12171121870781005272] [2024/05/06 11:52:33.634 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=3] [step=post-process] [subtask-id=6] [checksum="{cksum=12909280944061374064,size=618,kvs=12}"] [2024/05/06 11:52:33.634 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=3] [step=post-process] [subtask-id=6] [weight=30] [2024/05/06 11:52:33.634 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=3] [step=post-process] [subtask-id=6] [concurrency=15] [2024/05/06 11:52:33.644 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=112] [physicalTableID=112] [indexID=-1] [checksum=2003671119719883688] [totalKvs=6] [totalBytes=222] [2024/05/06 11:52:33.646 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=112] [physicalTableID=112] [indexID=1] [checksum=12171121870781005272] [totalKvs=6] [totalBytes=396] [2024/05/06 11:52:33.647 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=3] [step=post-process] [subtask-id=6] [local="{cksum=12909280944061374064,size=618,kvs=12}"] [2024/05/06 11:52:33.648 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=3] [step=post-process] [subtask-id=6] [takeTime=13.704378ms] [] [2024/05/06 11:52:33.648 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=3] [step=post-process] [subtask-id=6] [takeTime=13.950587ms] [] [2024/05/06 11:52:33.696 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:52:33.696 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=3] [step=post-process] [state=running] [] [2024/05/06 11:52:33.700 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=3] [2024/05/06 11:52:33.703 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=3] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=124.106138ms] [] [2024/05/06 11:52:33.759 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=3] [type=ImportInto] [2024/05/06 11:52:33.778 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=3] [2024/05/06 11:52:33.826 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:52:33.826 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=3] [2024/05/06 11:52:33.931 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:52:33.995 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 1.868206196\n# Parse_time: 0.000536545\n# Compile_time: 0.001055531\n# Rewrite_time: 0.000237614\n# Optimize_time: 0.000944686\n# Wait_TS: 0\n# DB: import_into\n# Is_internal: false\n# Digest: 58d360ce67e24b4d18a606f88f2f459d57f87ba3f12a22d674a5660c2ce18713\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS44N3MsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS44N3MsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `import_into`.`t` FROM 'gs://test-multi-load/db.tbl.*.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH thread=1;"] [2024/05/06 11:52:34.004 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=61] [cur_db=import_into] [sql="drop table if exists t;"] [user=] [2024/05/06 11:52:34.033 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:114, Type:drop table, State:queueing, SchemaState:public, SchemaID:104, TableID:112, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:33.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:34.033 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:114, Type:drop table, State:queueing, SchemaState:public, SchemaID:104, TableID:112, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:33.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 11:52:34.107 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=114] [conn=2] [category=ddl] [job="ID:114, Type:drop table, State:queueing, SchemaState:public, SchemaID:104, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:33.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:34.142 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=61] [neededSchemaVersion=62] ["start time"=310.682µs] [gotSchemaVersion=62] [phyTblIDs="[112]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:52:34.157 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=114] [version=62] [2024/05/06 11:52:34.190 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=62] ["take time"=53.466897ms] [job="ID:114, Type:drop table, State:running, SchemaState:write only, SchemaID:104, TableID:112, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:33.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:34.241 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=114] [conn=2] [category=ddl] [job="ID:114, Type:drop table, State:running, SchemaState:write only, SchemaID:104, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:33.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:34.298 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=62] [neededSchemaVersion=63] ["start time"=288.558µs] [gotSchemaVersion=63] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:52:34.310 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=114] [version=63] [2024/05/06 11:52:34.346 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=63] ["take time"=53.639122ms] [job="ID:114, Type:drop table, State:running, SchemaState:delete only, SchemaID:104, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:33.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:34.390 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=114] [conn=2] [category=ddl] [job="ID:114, Type:drop table, State:running, SchemaState:delete only, SchemaID:104, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:33.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:34.402 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 104, Old Table ID: 112, Old Table Name: t"] [2024/05/06 11:52:34.447 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=63] [neededSchemaVersion=64] ["start time"=256.217µs] [gotSchemaVersion=64] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:52:34.458 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=114] [version=64] [2024/05/06 11:52:34.496 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=64] ["take time"=53.862623ms] [job="ID:114, Type:drop table, State:done, SchemaState:none, SchemaID:104, TableID:112, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:33.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:34.535 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=114] [tableIDs="[112]"] [comment="drop table: table ID"] [2024/05/06 11:52:34.544 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=114] [jobType="drop table"] [2024/05/06 11:52:34.548 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=114] [conn=2] [job="ID:114, Type:drop table, State:synced, SchemaState:none, SchemaID:104, TableID:112, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:33.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:34.610 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=114] [2024/05/06 11:52:34.610 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:34.614 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.610450326\n# Parse_time: 0.000320013\n# Compile_time: 0.000759784\n# Rewrite_time: 0.000009241\n# Optimize_time: 0.00121993\n# Wait_TS: 0.000478767\n# DB: import_into\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] [2024/05/06 11:52:34.617 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=64] [cur_db=import_into] [sql="create table t (a bigint auto_increment primary key, b varchar(100), c int);"] [user=] [2024/05/06 11:52:34.678 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:116, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:115, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:34.616 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:34.678 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:116, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:115, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:34.616 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t (a bigint auto_increment primary key, b varchar(100), c int);"] [2024/05/06 11:52:34.757 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=116] [conn=2] [category=ddl] [job="ID:116, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:115, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:34.616 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:34.767 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 104, Table ID: 115, Table Name: t"] [2024/05/06 11:52:34.836 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=64] [neededSchemaVersion=65] ["start time"=2.900852ms] [gotSchemaVersion=65] [phyTblIDs="[115]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:34.849 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=116] [version=65] [2024/05/06 11:52:34.884 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=65] ["take time"=56.363817ms] [job="ID:116, Type:create table, State:done, SchemaState:public, SchemaID:104, TableID:115, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:34.616 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:34.971 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=116] [conn=2] [job="ID:116, Type:create table, State:synced, SchemaState:public, SchemaID:104, TableID:115, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:34.616 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:35.013 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=116] [2024/05/06 11:52:35.014 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:35.018 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.403046209\n# Parse_time: 0.001295271\n# Compile_time: 0.001258772\n# Rewrite_time: 0.000009168\n# Optimize_time: 0.00121993\n# Wait_TS: 0.000496311\n# DB: import_into\n# Is_internal: false\n# Digest: 87e62b56a225d3c80391d5e14c98428d19a15c00da66e4500237a62097f60e4e\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ncreate table t (a bigint auto_increment primary key, b varchar(100), c int);"] [2024/05/06 11:52:35.035 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:35.272 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-multi-load/db.tbl.*.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"thread\":\"1\"}}"] [dist-task-enabled=true] [2024/05/06 11:52:35.372 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=4] [task-id=4] [data-size=63B] [thread-cnt=1] [global-sort=false] [2024/05/06 11:52:35.419 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=4] [2024/05/06 11:52:35.420 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=1] [2024/05/06 11:52:35.526 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:52:35.528 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:35.529 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=4] [curr-step=init] [next-step=import] [2024/05/06 11:52:35.552 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:35.555 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:52:35.555 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=63] [2024/05/06 11:52:35.555 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=3] [MaxChunkSize=268435456] [RegionsCount=3] [BatchSize=63] [cost=87.021µs] [2024/05/06 11:52:35.555 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=234.099µs] [] [2024/05/06 11:52:35.556 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=4] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:52:35.556 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=1] [subtasks=1] [2024/05/06 11:52:35.711 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=4] [mode=Import] [2024/05/06 11:52:35.730 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=4] [2024/05/06 11:52:35.748 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=4] [type=ImportInto] [remaining-slots=51] [2024/05/06 11:52:35.792 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=4] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:52:35.793 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=4] [step=import] [2024/05/06 11:52:35.795 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:35.804 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:52:35.804 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:52:35.805 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:35.805 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:52:35.806 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:35.806 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:35.806 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:52:35.806 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:52:35.806 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:35.820 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:52:35.821 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:52:35.821 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:52:35.822 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=4] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:52:35.822 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=4] [disk-quota=348.5GiB] [2024/05/06 11:52:35.865 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=4] [step=import] [subtask-id=7] [2024/05/06 11:52:35.870 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:35.874 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:35.874 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=115] [2024/05/06 11:52:35.901 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=115] [key=db.tbl.001.csv:0] [2024/05/06 11:52:35.903 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=115] [key=db.tbl.001.csv:0] [readDur=1.129247ms] [encodeDur=913.269µs] [checksum="{cksum=7519321974396982192,size=74,kvs=2}"] [deliverDur=47.653µs] [type=file] [takeTime=2.486354ms] [] [2024/05/06 11:52:35.904 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=115] [2024/05/06 11:52:35.904 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=74] [kvs=2] [files=1] [sstFileSize=978] [file=/tmp/tidb/import-4000/4/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/9ae2e796-7164-44a3-b984-34aafc9aae3e.sst] [firstKey=7480000000000000735F728000000000000001] [lastKey=7480000000000000735F728000000000000002] [2024/05/06 11:52:35.948 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=115] [key=db.tbl.002.csv:0] [2024/05/06 11:52:35.950 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=115] [key=db.tbl.002.csv:0] [readDur=1.215205ms] [encodeDur=760.144µs] [checksum="{cksum=8353780349895382269,size=74,kvs=2}"] [deliverDur=52.634µs] [type=file] [takeTime=2.364858ms] [] [2024/05/06 11:52:35.952 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=115] [2024/05/06 11:52:35.952 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=74] [kvs=2] [files=1] [sstFileSize=978] [file=/tmp/tidb/import-4000/4/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/6d9255f1-6158-4410-9c21-6d93392495a6.sst] [firstKey=7480000000000000735F728000000000000003] [lastKey=7480000000000000735F728000000000000004] [2024/05/06 11:52:36.032 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=115] [key=db.tbl.003.csv:0] [2024/05/06 11:52:36.036 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=115] [key=db.tbl.003.csv:0] [readDur=1.683698ms] [encodeDur=1.526878ms] [checksum="{cksum=34078042553017573,size=74,kvs=2}"] [deliverDur=64.542µs] [type=file] [takeTime=3.634248ms] [] [2024/05/06 11:52:36.037 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=4] [step=import] [subtask-id=7] [takeTime=171.622233ms] [] [2024/05/06 11:52:36.037 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=74] [kvs=2] [files=1] [sstFileSize=978] [file=/tmp/tidb/import-4000/4/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/863f8b24-4818-43ef-896d-10d7a8aa39cb.sst] [firstKey=7480000000000000735F728000000000000005] [lastKey=7480000000000000735F728000000000000006] [2024/05/06 11:52:36.037 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=4] [step=import] [engine-id=0] [2024/05/06 11:52:36.037 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=4] [step=import] [engine-id=0] [2024/05/06 11:52:36.037 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:36.039 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [takeTime=2.033746ms] [] [2024/05/06 11:52:36.039 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [retryCnt=0] [2024/05/06 11:52:36.045 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:52:36.067 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] ["region ranges"=1] [count=6] [size=222] [2024/05/06 11:52:36.067 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:52:36.100 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [size=222] [kvs=6] [importedSize=222] [importedCount=6] [2024/05/06 11:52:36.103 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [retryCnt=0] [takeTime=63.332135ms] [] [2024/05/06 11:52:36.103 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:36.105 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [takeTime=1.709907ms] [] [2024/05/06 11:52:36.105 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=4] [step=import] [engine-id=0] [2024/05/06 11:52:36.105 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:36.107 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [takeTime=1.955501ms] [] [2024/05/06 11:52:36.107 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [retryCnt=0] [2024/05/06 11:52:36.107 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:36.107 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [retryCnt=0] [takeTime=102.677µs] [] [2024/05/06 11:52:36.107 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:36.109 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [takeTime=1.268953ms] [] [2024/05/06 11:52:36.167 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=4] [step=import] [2024/05/06 11:52:36.172 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:52:36.172 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:52:36.172 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:36.172 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:36.172 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:52:36.172 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:52:36.172 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:52:36.172 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:36.172 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:36.172 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:36.172 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:36.172 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:36.172 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:52:36.175 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:52:36.175 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:36.175 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:36.175 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:36.175 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:36.175 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=4] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=383.155233ms] [] [2024/05/06 11:52:36.245 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:52:36.246 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:36.248 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=4] [curr-step=import] [next-step=post-process] [2024/05/06 11:52:36.248 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=4] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:52:36.318 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=4] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":6,\"ColSizeMap\":{\"1\":6,\"2\":36,\"3\":7}}"] [2024/05/06 11:52:36.319 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=4] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:52:36.319 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=1] [subtasks=1] [2024/05/06 11:52:36.513 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=4] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:52:36.562 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=8] [2024/05/06 11:52:36.562 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=8] [2024/05/06 11:52:36.562 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=8] [2024/05/06 11:52:36.570 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=8] [takeTime=7.993178ms] [] [2024/05/06 11:52:36.570 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=8] [groupId=-1] [size=222] [kvs=6] [checksum=2003671119719883688] [2024/05/06 11:52:36.570 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=8] [checksum="{cksum=2003671119719883688,size=222,kvs=6}"] [2024/05/06 11:52:36.570 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=8] [weight=30] [2024/05/06 11:52:36.570 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=8] [concurrency=15] [2024/05/06 11:52:36.575 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=115] [physicalTableID=115] [indexID=-1] [checksum=2003671119719883688] [totalKvs=6] [totalBytes=222] [2024/05/06 11:52:36.576 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=8] [local="{cksum=2003671119719883688,size=222,kvs=6}"] [2024/05/06 11:52:36.576 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=8] [takeTime=13.676928ms] [] [2024/05/06 11:52:36.576 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=8] [takeTime=13.919868ms] [] [2024/05/06 11:52:36.623 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=4] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=109.44885ms] [] [2024/05/06 11:52:36.644 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:52:36.644 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=4] [step=post-process] [state=running] [] [2024/05/06 11:52:36.647 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=4] [2024/05/06 11:52:36.715 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=4] [type=ImportInto] [2024/05/06 11:52:36.725 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=4] [2024/05/06 11:52:36.754 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:52:36.754 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=4] [2024/05/06 11:52:36.844 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:52:36.932 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 1.913447992\n# Parse_time: 0.000637918\n# Compile_time: 0.0015095\n# Rewrite_time: 0.00035771\n# Optimize_time: 0.00121993\n# Wait_TS: 0\n# DB: import_into\n# Is_internal: false\n# Digest: 58d360ce67e24b4d18a606f88f2f459d57f87ba3f12a22d674a5660c2ce18713\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS45MXMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS45MXMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `import_into`.`t` FROM 'gs://test-multi-load/db.tbl.*.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH thread=1;"] [2024/05/06 11:52:36.942 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=65] [cur_db=import_into] [sql="drop table if exists t;"] [user=] [2024/05/06 11:52:36.972 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:117, Type:drop table, State:queueing, SchemaState:public, SchemaID:104, TableID:115, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:36.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:36.972 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:117, Type:drop table, State:queueing, SchemaState:public, SchemaID:104, TableID:115, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:36.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 11:52:37.056 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=117] [conn=2] [category=ddl] [job="ID:117, Type:drop table, State:queueing, SchemaState:public, SchemaID:104, TableID:115, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:36.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:37.095 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=65] [neededSchemaVersion=66] ["start time"=281.903µs] [gotSchemaVersion=66] [phyTblIDs="[115]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:52:37.106 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=117] [version=66] [2024/05/06 11:52:37.143 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=66] ["take time"=53.007176ms] [job="ID:117, Type:drop table, State:running, SchemaState:write only, SchemaID:104, TableID:115, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:36.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:37.176 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=117] [conn=2] [category=ddl] [job="ID:117, Type:drop table, State:running, SchemaState:write only, SchemaID:104, TableID:115, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:36.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:37.210 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=66] [neededSchemaVersion=67] ["start time"=260.546µs] [gotSchemaVersion=67] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:52:37.220 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=117] [version=67] [2024/05/06 11:52:37.258 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=67] ["take time"=53.444352ms] [job="ID:117, Type:drop table, State:running, SchemaState:delete only, SchemaID:104, TableID:115, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:36.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:37.291 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=117] [conn=2] [category=ddl] [job="ID:117, Type:drop table, State:running, SchemaState:delete only, SchemaID:104, TableID:115, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:36.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:37.300 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 104, Old Table ID: 115, Old Table Name: t"] [2024/05/06 11:52:37.370 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=67] [neededSchemaVersion=68] ["start time"=308.331µs] [gotSchemaVersion=68] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:52:37.385 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=117] [version=68] [2024/05/06 11:52:37.418 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=68] ["take time"=53.996524ms] [job="ID:117, Type:drop table, State:done, SchemaState:none, SchemaID:104, TableID:115, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:36.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:37.475 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=117] [tableIDs="[115]"] [comment="drop table: table ID"] [2024/05/06 11:52:37.484 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=117] [jobType="drop table"] [2024/05/06 11:52:37.487 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=117] [conn=2] [job="ID:117, Type:drop table, State:synced, SchemaState:none, SchemaID:104, TableID:115, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:36.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:37.549 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=117] [2024/05/06 11:52:37.549 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:37.553 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.611709773\n# Parse_time: 0.000260094\n# Compile_time: 0.000626601\n# Rewrite_time: 0.000011967\n# Optimize_time: 0.001112818\n# Wait_TS: 0.000341824\n# DB: import_into\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] [2024/05/06 11:52:37.556 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=68] [cur_db=import_into] [sql="create table t (a bigint auto_random primary key, b varchar(100), c int);"] [user=] [2024/05/06 11:52:37.607 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:119, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:118, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:37.565 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:37.607 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:119, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:118, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:37.565 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t (a bigint auto_random primary key, b varchar(100), c int);"] [2024/05/06 11:52:37.669 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=119] [conn=2] [category=ddl] [job="ID:119, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:118, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:37.565 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:37.678 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 104, Table ID: 118, Table Name: t"] [2024/05/06 11:52:37.794 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=68] [neededSchemaVersion=69] ["start time"=2.607709ms] [gotSchemaVersion=69] [phyTblIDs="[118]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:37.806 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=119] [version=69] [2024/05/06 11:52:37.835 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=69] ["take time"=53.373212ms] [job="ID:119, Type:create table, State:done, SchemaState:public, SchemaID:104, TableID:118, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:37.565 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:37.883 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=119] [conn=2] [job="ID:119, Type:create table, State:synced, SchemaState:public, SchemaID:104, TableID:118, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:37.565 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:37.927 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=119] [2024/05/06 11:52:37.927 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:37.931 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.377374072\n# Parse_time: 0.001288219\n# Compile_time: 0.001174656\n# Rewrite_time: 0.000008767\n# Optimize_time: 0.001112818\n# Wait_TS: 0.000392514\n# DB: import_into\n# Is_internal: false\n# Digest: 680e7d3f6f37e1050af38c2c12ce7719de57439ae7df47bd08c10c0f2fecaa47\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Warnings: [{\"Level\":\"Note\",\"Message\":\"Available implicit allocation times: 288230376151711743\"}]\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ncreate table t (a bigint auto_random primary key, b varchar(100), c int);"] [2024/05/06 11:52:37.946 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:38.140 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-multi-load/db.tbl.*.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"thread\":\"1\"}}"] [dist-task-enabled=true] [2024/05/06 11:52:38.270 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=5] [task-id=5] [data-size=63B] [thread-cnt=1] [global-sort=false] [2024/05/06 11:52:38.310 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=5] [2024/05/06 11:52:38.310 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=5] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=1] [2024/05/06 11:52:38.417 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=5] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:52:38.419 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=5] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:38.420 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=5] [curr-step=init] [next-step=import] [2024/05/06 11:52:38.441 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:38.444 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:52:38.444 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=63] [2024/05/06 11:52:38.444 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=3] [MaxChunkSize=268435456] [RegionsCount=3] [BatchSize=63] [cost=102.546µs] [2024/05/06 11:52:38.445 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=250.524µs] [] [2024/05/06 11:52:38.445 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=5] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:52:38.445 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=5] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=1] [subtasks=1] [2024/05/06 11:52:38.602 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=5] [mode=Import] [2024/05/06 11:52:38.624 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=5] [2024/05/06 11:52:38.646 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=5] [type=ImportInto] [remaining-slots=51] [2024/05/06 11:52:38.689 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=5] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:52:38.690 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=5] [step=import] [2024/05/06 11:52:38.692 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:38.701 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:52:38.701 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:52:38.702 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:38.702 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:52:38.703 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:38.703 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:38.703 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:52:38.703 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:52:38.703 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:38.718 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:52:38.719 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:52:38.719 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:52:38.719 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=5] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:52:38.719 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=5] [disk-quota=348.5GiB] [2024/05/06 11:52:38.764 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=5] [step=import] [subtask-id=9] [2024/05/06 11:52:38.768 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:38.771 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:38.772 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=118] [2024/05/06 11:52:38.909 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=118] [key=db.tbl.001.csv:0] [2024/05/06 11:52:38.912 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=118] [key=db.tbl.001.csv:0] [readDur=1.198164ms] [encodeDur=1.032919ms] [checksum="{cksum=7519321974396982192,size=74,kvs=2}"] [deliverDur=192.708µs] [type=file] [takeTime=2.851198ms] [] [2024/05/06 11:52:38.913 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=118] [2024/05/06 11:52:38.913 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=74] [kvs=2] [files=1] [sstFileSize=978] [file=/tmp/tidb/import-4000/5/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/e4179d06-3a39-42f1-9bfd-04f6e5865745.sst] [firstKey=7480000000000000765F728000000000000001] [lastKey=7480000000000000765F728000000000000002] [2024/05/06 11:52:38.977 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=118] [key=db.tbl.002.csv:0] [2024/05/06 11:52:38.981 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=118] [key=db.tbl.002.csv:0] [readDur=1.518382ms] [encodeDur=1.498674ms] [checksum="{cksum=8353780349895382269,size=74,kvs=2}"] [deliverDur=68.431µs] [type=file] [takeTime=3.45791ms] [] [2024/05/06 11:52:38.982 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=118] [2024/05/06 11:52:38.982 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=74] [kvs=2] [files=1] [sstFileSize=978] [file=/tmp/tidb/import-4000/5/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/a36c6528-37a5-435d-92c1-be159bb1f366.sst] [firstKey=7480000000000000765F728000000000000003] [lastKey=7480000000000000765F728000000000000004] [2024/05/06 11:52:38.998 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=118] [key=db.tbl.003.csv:0] [2024/05/06 11:52:39.001 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=118] [key=db.tbl.003.csv:0] [readDur=1.270249ms] [encodeDur=1.440635ms] [checksum="{cksum=34078042553017573,size=74,kvs=2}"] [deliverDur=70.109µs] [type=file] [takeTime=3.107583ms] [] [2024/05/06 11:52:39.002 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=74] [kvs=2] [files=1] [sstFileSize=978] [file=/tmp/tidb/import-4000/5/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/3c4cd2a0-dd8f-4097-b76a-0e444ac95683.sst] [firstKey=7480000000000000765F728000000000000005] [lastKey=7480000000000000765F728000000000000006] [2024/05/06 11:52:39.002 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=5] [step=import] [subtask-id=9] [takeTime=237.997489ms] [] [2024/05/06 11:52:39.002 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=5] [step=import] [engine-id=0] [2024/05/06 11:52:39.002 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=5] [step=import] [engine-id=0] [2024/05/06 11:52:39.002 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:39.005 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [takeTime=2.171667ms] [] [2024/05/06 11:52:39.005 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [retryCnt=0] [2024/05/06 11:52:39.010 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:52:39.033 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] ["region ranges"=1] [count=6] [size=222] [2024/05/06 11:52:39.033 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:52:39.048 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [size=222] [kvs=6] [importedSize=222] [importedCount=6] [2024/05/06 11:52:39.050 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [retryCnt=0] [takeTime=45.526738ms] [] [2024/05/06 11:52:39.050 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:39.052 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [takeTime=1.310626ms] [] [2024/05/06 11:52:39.052 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=5] [step=import] [engine-id=0] [2024/05/06 11:52:39.052 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:39.053 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [takeTime=1.591125ms] [] [2024/05/06 11:52:39.054 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [retryCnt=0] [2024/05/06 11:52:39.054 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:39.054 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [retryCnt=0] [takeTime=63.259µs] [] [2024/05/06 11:52:39.054 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:39.055 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [takeTime=963.152µs] [] [2024/05/06 11:52:39.132 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=5] [step=import] [2024/05/06 11:52:39.136 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=5] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:52:39.137 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:52:39.137 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:52:39.137 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:39.137 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:39.137 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:52:39.137 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:52:39.137 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:52:39.137 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:39.137 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:39.137 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:39.137 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:39.137 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:39.137 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:52:39.138 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=5] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:39.139 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=5] [curr-step=import] [next-step=post-process] [2024/05/06 11:52:39.139 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=5] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:52:39.140 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:52:39.140 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:39.140 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:39.140 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:39.140 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:39.140 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=5] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=451.715407ms] [] [2024/05/06 11:52:39.216 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=5] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":6,\"ColSizeMap\":{\"1\":6,\"2\":36,\"3\":7}}"] [2024/05/06 11:52:39.218 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=5] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:52:39.218 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=5] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=1] [subtasks=1] [2024/05/06 11:52:39.392 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=5] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:52:39.441 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=10] [2024/05/06 11:52:39.442 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=10] [2024/05/06 11:52:39.442 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=10] [2024/05/06 11:52:39.450 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=10] [takeTime=8.606852ms] [] [2024/05/06 11:52:39.450 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=10] [groupId=-1] [size=222] [kvs=6] [checksum=2003671119719883688] [2024/05/06 11:52:39.451 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=10] [checksum="{cksum=2003671119719883688,size=222,kvs=6}"] [2024/05/06 11:52:39.451 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=10] [weight=30] [2024/05/06 11:52:39.451 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=10] [concurrency=15] [2024/05/06 11:52:39.455 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=118] [physicalTableID=118] [indexID=-1] [checksum=2003671119719883688] [totalKvs=6] [totalBytes=222] [2024/05/06 11:52:39.456 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=10] [local="{cksum=2003671119719883688,size=222,kvs=6}"] [2024/05/06 11:52:39.456 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=10] [takeTime=14.549706ms] [] [2024/05/06 11:52:39.456 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=10] [takeTime=14.776981ms] [] [2024/05/06 11:52:39.526 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=5] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=133.778247ms] [] [2024/05/06 11:52:39.533 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=5] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:52:39.534 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=5] [step=post-process] [state=running] [] [2024/05/06 11:52:39.537 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=5] [2024/05/06 11:52:39.584 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=5] [type=ImportInto] [2024/05/06 11:52:39.619 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=5] [2024/05/06 11:52:39.647 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:52:39.647 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=5] [2024/05/06 11:52:39.748 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:52:39.825 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 1.893174863\n# Parse_time: 0.000580529\n# Compile_time: 0.00113128\n# Rewrite_time: 0.000229867\n# Optimize_time: 0.001112818\n# Wait_TS: 0\n# DB: import_into\n# Is_internal: false\n# Digest: 58d360ce67e24b4d18a606f88f2f459d57f87ba3f12a22d674a5660c2ce18713\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS44OXMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS44OXMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `import_into`.`t` FROM 'gs://test-multi-load/db.tbl.*.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH thread=1;"] [2024/05/06 11:52:39.834 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=69] [cur_db=import_into] [sql="drop table if exists t;"] [user=] [2024/05/06 11:52:39.863 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:120, Type:drop table, State:queueing, SchemaState:public, SchemaID:104, TableID:118, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:39.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:39.863 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:120, Type:drop table, State:queueing, SchemaState:public, SchemaID:104, TableID:118, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:39.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 11:52:39.930 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=120] [conn=2] [category=ddl] [job="ID:120, Type:drop table, State:queueing, SchemaState:public, SchemaID:104, TableID:118, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:39.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:39.969 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=69] [neededSchemaVersion=70] ["start time"=390.078µs] [gotSchemaVersion=70] [phyTblIDs="[118]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:52:39.982 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=120] [version=70] [2024/05/06 11:52:40.018 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=70] ["take time"=53.745071ms] [job="ID:120, Type:drop table, State:running, SchemaState:write only, SchemaID:104, TableID:118, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:39.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:40.074 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=120] [conn=2] [category=ddl] [job="ID:120, Type:drop table, State:running, SchemaState:write only, SchemaID:104, TableID:118, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:39.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:40.108 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=70] [neededSchemaVersion=71] ["start time"=264.609µs] [gotSchemaVersion=71] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:52:40.122 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=120] [version=71] [2024/05/06 11:52:40.157 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=71] ["take time"=53.397954ms] [job="ID:120, Type:drop table, State:running, SchemaState:delete only, SchemaID:104, TableID:118, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:39.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:40.199 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=120] [conn=2] [category=ddl] [job="ID:120, Type:drop table, State:running, SchemaState:delete only, SchemaID:104, TableID:118, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:39.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:40.211 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 104, Old Table ID: 118, Old Table Name: t"] [2024/05/06 11:52:40.275 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=71] [neededSchemaVersion=72] ["start time"=273.504µs] [gotSchemaVersion=72] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:52:40.289 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=120] [version=72] [2024/05/06 11:52:40.319 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=72] ["take time"=53.996289ms] [job="ID:120, Type:drop table, State:done, SchemaState:none, SchemaID:104, TableID:118, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:39.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:40.423 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=120] [tableIDs="[118]"] [comment="drop table: table ID"] [2024/05/06 11:52:40.433 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=120] [jobType="drop table"] [2024/05/06 11:52:40.439 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=120] [conn=2] [job="ID:120, Type:drop table, State:synced, SchemaState:none, SchemaID:104, TableID:118, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:39.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:40.524 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=120] [2024/05/06 11:52:40.524 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:40.528 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.69490131\n# Parse_time: 0.000291061\n# Compile_time: 0.000871154\n# Rewrite_time: 0.000011217\n# Optimize_time: 0.001014991\n# Wait_TS: 0.000643381\n# DB: import_into\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] [2024/05/06 11:52:40.531 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=72] [cur_db=import_into] [sql="create table t (a bigint, b varchar(100), c int, primary key(b,c));"] [user=] [2024/05/06 11:52:40.587 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:122, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:121, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:40.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:40.587 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:122, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:121, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:40.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t (a bigint, b varchar(100), c int, primary key(b,c));"] [2024/05/06 11:52:40.642 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=122] [conn=2] [category=ddl] [job="ID:122, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:121, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:40.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:40.653 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 104, Table ID: 121, Table Name: t"] [2024/05/06 11:52:40.730 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=72] [neededSchemaVersion=73] ["start time"=2.812281ms] [gotSchemaVersion=73] [phyTblIDs="[121]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:40.744 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=122] [version=73] [2024/05/06 11:52:40.776 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=73] ["take time"=53.415949ms] [job="ID:122, Type:create table, State:done, SchemaState:public, SchemaID:104, TableID:121, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:40.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:40.842 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=122] [conn=2] [job="ID:122, Type:create table, State:synced, SchemaState:public, SchemaID:104, TableID:121, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:40.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:40.918 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=122] [2024/05/06 11:52:40.918 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:40.922 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.393323495\n# Parse_time: 0.001162756\n# Compile_time: 0.001069343\n# Rewrite_time: 0.000010056\n# Optimize_time: 0.001014991\n# Wait_TS: 0.000451598\n# DB: import_into\n# Is_internal: false\n# Digest: 11e1fb4a593782240a9e8eca1b17d035abc7a30376bfcf2b7fc6b90b26c5c577\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ncreate table t (a bigint, b varchar(100), c int, primary key(b,c));"] [2024/05/06 11:52:40.938 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:41.123 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-multi-load/db.tbl.*.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"thread\":\"1\"}}"] [dist-task-enabled=true] [2024/05/06 11:52:41.230 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=6] [task-id=6] [data-size=63B] [thread-cnt=1] [global-sort=false] [2024/05/06 11:52:41.299 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=6] [2024/05/06 11:52:41.299 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=6] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=1] [2024/05/06 11:52:41.404 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=6] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:52:41.406 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=6] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:41.407 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=6] [curr-step=init] [next-step=import] [2024/05/06 11:52:41.430 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:41.433 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:52:41.433 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=63] [2024/05/06 11:52:41.433 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=3] [MaxChunkSize=268435456] [RegionsCount=3] [BatchSize=63] [cost=129.328µs] [2024/05/06 11:52:41.433 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=281.884µs] [] [2024/05/06 11:52:41.434 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=6] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:52:41.434 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=6] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=1] [subtasks=1] [2024/05/06 11:52:41.586 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=6] [mode=Import] [2024/05/06 11:52:41.605 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=6] [2024/05/06 11:52:41.629 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=6] [type=ImportInto] [remaining-slots=51] [2024/05/06 11:52:41.674 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=6] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:52:41.676 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=6] [step=import] [2024/05/06 11:52:41.678 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:41.687 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:52:41.687 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:52:41.688 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:41.688 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:52:41.689 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:41.689 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:41.689 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:52:41.689 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:52:41.689 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:41.730 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:52:41.732 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:52:41.732 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:52:41.732 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=6] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:52:41.732 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=6] [disk-quota=348.5GiB] [2024/05/06 11:52:41.779 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=6] [step=import] [subtask-id=11] [2024/05/06 11:52:41.783 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:41.787 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:41.787 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=121] [2024/05/06 11:52:41.801 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=121] [key=db.tbl.001.csv:0] [2024/05/06 11:52:41.804 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=121] [key=db.tbl.001.csv:0] [readDur=1.191618ms] [encodeDur=1.31932ms] [checksum="{cksum=6438872994288898047,size=96,kvs=2}"] [deliverDur=52.729µs] [type=file] [takeTime=2.955123ms] [] [2024/05/06 11:52:41.805 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=121] [2024/05/06 11:52:41.805 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=96] [kvs=2] [files=1] [sstFileSize=1017] [file=/tmp/tidb/import-4000/6/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/b2cf1a21-5b40-4f50-9955-30f3737c61c9.sst] [firstKey=7480000000000000795F72017465737431000000FC03800000000000000B] [lastKey=7480000000000000795F72017465737432000000FC038000000000000016] [2024/05/06 11:52:41.848 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=121] [key=db.tbl.002.csv:0] [2024/05/06 11:52:41.850 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=121] [key=db.tbl.002.csv:0] [readDur=1.164574ms] [encodeDur=952.918µs] [checksum="{cksum=1050029282737908383,size=96,kvs=2}"] [deliverDur=54.336µs] [type=file] [takeTime=2.501635ms] [] [2024/05/06 11:52:41.852 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=121] [2024/05/06 11:52:41.852 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=96] [kvs=2] [files=1] [sstFileSize=1018] [file=/tmp/tidb/import-4000/6/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/63b1f176-cee9-42d6-9181-b18213bf0c0a.sst] [firstKey=7480000000000000795F72017465737433000000FC038000000000000021] [lastKey=7480000000000000795F72017465737434000000FC03800000000000002C] [2024/05/06 11:52:41.871 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=121] [key=db.tbl.003.csv:0] [2024/05/06 11:52:41.874 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=121] [key=db.tbl.003.csv:0] [readDur=1.256439ms] [encodeDur=1.151678ms] [checksum="{cksum=8773259395275999690,size=96,kvs=2}"] [deliverDur=58.105µs] [type=file] [takeTime=2.816134ms] [] [2024/05/06 11:52:41.875 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=6] [step=import] [subtask-id=11] [takeTime=95.751047ms] [] [2024/05/06 11:52:41.875 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=96] [kvs=2] [files=1] [sstFileSize=1018] [file=/tmp/tidb/import-4000/6/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/30ec5f67-8ad5-4ec7-a280-de78bc1b0575.sst] [firstKey=7480000000000000795F72017465737435000000FC038000000000000037] [lastKey=7480000000000000795F72017465737436000000FC038000000000000042] [2024/05/06 11:52:41.875 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=6] [step=import] [engine-id=0] [2024/05/06 11:52:41.875 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=6] [step=import] [engine-id=0] [2024/05/06 11:52:41.875 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:41.878 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [takeTime=2.375953ms] [] [2024/05/06 11:52:41.878 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [retryCnt=0] [2024/05/06 11:52:41.883 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:52:41.905 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] ["region ranges"=1] [count=6] [size=288] [2024/05/06 11:52:41.905 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:52:41.920 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [size=288] [kvs=6] [importedSize=288] [importedCount=6] [2024/05/06 11:52:41.922 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [retryCnt=0] [takeTime=44.032038ms] [] [2024/05/06 11:52:41.922 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:41.923 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [takeTime=1.247193ms] [] [2024/05/06 11:52:41.923 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=6] [step=import] [engine-id=0] [2024/05/06 11:52:41.923 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:41.925 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [takeTime=1.695192ms] [] [2024/05/06 11:52:41.925 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [retryCnt=0] [2024/05/06 11:52:41.925 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:41.925 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [retryCnt=0] [takeTime=64.859µs] [] [2024/05/06 11:52:41.925 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:41.926 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [takeTime=879.147µs] [] [2024/05/06 11:52:41.993 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=6] [step=import] [2024/05/06 11:52:41.999 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:41.999 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:41.999 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:52:41.999 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:52:41.999 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:52:41.999 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:52:41.999 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:41.999 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:52:41.999 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:41.999 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:41.999 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:41.999 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:42.000 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:52:42.003 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:52:42.003 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:42.003 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:42.003 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:42.003 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:42.003 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=6] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=328.263482ms] [] [2024/05/06 11:52:42.023 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=6] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:52:42.025 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=6] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:42.026 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=6] [curr-step=import] [next-step=post-process] [2024/05/06 11:52:42.026 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=6] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:52:42.103 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=6] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":6,\"ColSizeMap\":{\"1\":6,\"2\":36,\"3\":7}}"] [2024/05/06 11:52:42.105 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=6] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:52:42.105 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=6] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=1] [subtasks=1] [2024/05/06 11:52:42.344 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=6] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:52:42.395 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=12] [2024/05/06 11:52:42.396 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=12] [2024/05/06 11:52:42.396 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=12] [2024/05/06 11:52:42.396 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=12] [takeTime=12.731µs] [] [2024/05/06 11:52:42.396 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=12] [groupId=-1] [size=288] [kvs=6] [checksum=3317442229611736234] [2024/05/06 11:52:42.396 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=12] [checksum="{cksum=3317442229611736234,size=288,kvs=6}"] [2024/05/06 11:52:42.396 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=12] [weight=30] [2024/05/06 11:52:42.396 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=12] [concurrency=15] [2024/05/06 11:52:42.400 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=121] [physicalTableID=121] [indexID=1] [checksum=0] [totalKvs=0] [totalBytes=0] [2024/05/06 11:52:42.400 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=121] [physicalTableID=121] [indexID=-1] [checksum=3317442229611736234] [totalKvs=6] [totalBytes=288] [2024/05/06 11:52:42.401 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=12] [local="{cksum=3317442229611736234,size=288,kvs=6}"] [2024/05/06 11:52:42.401 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=12] [takeTime=5.314748ms] [] [2024/05/06 11:52:42.401 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=12] [takeTime=5.53573ms] [] [2024/05/06 11:52:42.464 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=6] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=119.61987ms] [] [2024/05/06 11:52:42.520 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=6] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:52:42.520 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=6] [step=post-process] [state=running] [] [2024/05/06 11:52:42.523 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=6] [2024/05/06 11:52:42.605 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=6] [2024/05/06 11:52:42.620 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=6] [type=ImportInto] [2024/05/06 11:52:42.632 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:52:42.632 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=6] [2024/05/06 11:52:42.728 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:52:42.794 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 1.8710372899999999\n# Parse_time: 0.000745273\n# Compile_time: 0.001373834\n# Rewrite_time: 0.000302261\n# Optimize_time: 0.001014991\n# Wait_TS: 0\n# DB: import_into\n# Is_internal: false\n# Digest: 58d360ce67e24b4d18a606f88f2f459d57f87ba3f12a22d674a5660c2ce18713\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS44N3MsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS44N3MsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `import_into`.`t` FROM 'gs://test-multi-load/db.tbl.*.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH thread=1;"] [2024/05/06 11:52:42.805 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=73] [cur_db=import_into] [sql="drop table if exists t;"] [user=] [2024/05/06 11:52:42.835 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:123, Type:drop table, State:queueing, SchemaState:public, SchemaID:104, TableID:121, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:42.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:42.835 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:123, Type:drop table, State:queueing, SchemaState:public, SchemaID:104, TableID:121, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:42.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 11:52:42.898 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=123] [conn=2] [category=ddl] [job="ID:123, Type:drop table, State:queueing, SchemaState:public, SchemaID:104, TableID:121, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:42.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:42.937 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=73] [neededSchemaVersion=74] ["start time"=276.949µs] [gotSchemaVersion=74] [phyTblIDs="[121]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:52:42.949 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=123] [version=74] [2024/05/06 11:52:42.985 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=74] ["take time"=53.841391ms] [job="ID:123, Type:drop table, State:running, SchemaState:write only, SchemaID:104, TableID:121, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:42.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:43.067 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=123] [conn=2] [category=ddl] [job="ID:123, Type:drop table, State:running, SchemaState:write only, SchemaID:104, TableID:121, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:42.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:43.100 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=74] [neededSchemaVersion=75] ["start time"=259.326µs] [gotSchemaVersion=75] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:52:43.113 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=123] [version=75] [2024/05/06 11:52:43.149 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=75] ["take time"=53.837133ms] [job="ID:123, Type:drop table, State:running, SchemaState:delete only, SchemaID:104, TableID:121, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:42.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:43.182 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=123] [conn=2] [category=ddl] [job="ID:123, Type:drop table, State:running, SchemaState:delete only, SchemaID:104, TableID:121, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:42.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:43.191 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 104, Old Table ID: 121, Old Table Name: t"] [2024/05/06 11:52:43.240 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=75] [neededSchemaVersion=76] ["start time"=235.433µs] [gotSchemaVersion=76] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:52:43.253 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=123] [version=76] [2024/05/06 11:52:43.290 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=76] ["take time"=53.799683ms] [job="ID:123, Type:drop table, State:done, SchemaState:none, SchemaID:104, TableID:121, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:42.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:43.332 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=123] [tableIDs="[121]"] [comment="drop table: table ID"] [2024/05/06 11:52:43.342 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=123] [jobType="drop table"] [2024/05/06 11:52:43.346 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=123] [conn=2] [job="ID:123, Type:drop table, State:synced, SchemaState:none, SchemaID:104, TableID:121, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:42.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:43.410 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=123] [2024/05/06 11:52:43.410 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:43.414 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.609972893\n# Parse_time: 0.00028868\n# Compile_time: 0.000852715\n# Rewrite_time: 0.000012149\n# Optimize_time: 0.001091855\n# Wait_TS: 0.00050779\n# DB: import_into\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] [2024/05/06 11:52:43.416 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=76] [cur_db=import_into] [sql="create table t (a bigint, b varchar(100), c int);"] [user=] [2024/05/06 11:52:43.494 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:125, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:124, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:43.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:43.494 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:125, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:124, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:43.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t (a bigint, b varchar(100), c int);"] [2024/05/06 11:52:43.553 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=125] [conn=2] [category=ddl] [job="ID:125, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:124, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:43.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:43.565 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 104, Table ID: 124, Table Name: t"] [2024/05/06 11:52:43.642 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=76] [neededSchemaVersion=77] ["start time"=3.101847ms] [gotSchemaVersion=77] [phyTblIDs="[124]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:43.659 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=125] [version=77] [2024/05/06 11:52:43.688 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=77] ["take time"=53.825408ms] [job="ID:125, Type:create table, State:done, SchemaState:public, SchemaID:104, TableID:124, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:43.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:43.746 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=125] [conn=2] [job="ID:125, Type:create table, State:synced, SchemaState:public, SchemaID:104, TableID:124, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:43.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:43.796 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=125] [2024/05/06 11:52:43.796 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:43.801 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.386487039\n# Parse_time: 0.00073485\n# Compile_time: 0.00140709\n# Rewrite_time: 0.00001006\n# Optimize_time: 0.001091855\n# Wait_TS: 0.000453226\n# DB: import_into\n# Is_internal: false\n# Digest: f4ac9d9369c16c7e7781e776841844018e469b33e3f61c50a28d47916121febd\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ncreate table t (a bigint, b varchar(100), c int);"] [2024/05/06 11:52:43.818 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:44.050 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"columns-and-vars\":\"(`c`, `b`, `a`)\",\"file-location\":\"gs://test-multi-load/db.tbl.*.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"thread\":\"1\"}}"] [dist-task-enabled=true] [2024/05/06 11:52:44.183 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=7] [task-id=7] [data-size=63B] [thread-cnt=1] [global-sort=false] [2024/05/06 11:52:44.245 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=7] [2024/05/06 11:52:44.245 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=7] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=1] [2024/05/06 11:52:44.353 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=7] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:52:44.355 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=7] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:44.356 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=7] [curr-step=init] [next-step=import] [2024/05/06 11:52:44.382 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:44.386 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:52:44.386 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=63] [2024/05/06 11:52:44.386 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=3] [MaxChunkSize=268435456] [RegionsCount=3] [BatchSize=63] [cost=141.329µs] [2024/05/06 11:52:44.386 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=370.778µs] [] [2024/05/06 11:52:44.386 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=7] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:52:44.386 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=7] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=1] [subtasks=1] [2024/05/06 11:52:44.575 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=7] [mode=Import] [2024/05/06 11:52:44.597 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=7] [2024/05/06 11:52:44.615 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=7] [type=ImportInto] [remaining-slots=51] [2024/05/06 11:52:44.675 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=7] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:52:44.676 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=7] [step=import] [2024/05/06 11:52:44.678 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:44.688 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:52:44.689 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:52:44.689 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:44.689 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:52:44.690 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:44.690 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:44.691 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:52:44.690 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:52:44.691 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:44.708 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:52:44.710 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:52:44.710 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:52:44.710 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=7] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:52:44.710 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=7] [disk-quota=348.5GiB] [2024/05/06 11:52:44.778 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=7] [step=import] [subtask-id=13] [2024/05/06 11:52:44.783 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:44.786 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:44.787 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=124] [2024/05/06 11:52:44.807 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=124] [key=db.tbl.001.csv:0] [2024/05/06 11:52:44.811 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=124] [key=db.tbl.001.csv:0] [readDur=1.201879ms] [encodeDur=1.450715ms] [checksum="{cksum=13837959720985630831,size=82,kvs=2}"] [deliverDur=303.688µs] [type=file] [takeTime=3.380241ms] [] [2024/05/06 11:52:44.811 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=124] [2024/05/06 11:52:44.812 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=82] [kvs=2] [files=1] [sstFileSize=987] [file=/tmp/tidb/import-4000/7/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/e31f095d-540c-4807-a1be-f7a61e11ef83.sst] [firstKey=74800000000000007C5F728000000000000001] [lastKey=74800000000000007C5F728000000000000002] [2024/05/06 11:52:44.832 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=124] [key=db.tbl.002.csv:0] [2024/05/06 11:52:44.835 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=124] [key=db.tbl.002.csv:0] [readDur=1.332661ms] [encodeDur=927.395µs] [checksum="{cksum=7610901642014463118,size=82,kvs=2}"] [deliverDur=297.611µs] [type=file] [takeTime=2.918869ms] [] [2024/05/06 11:52:44.836 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=124] [2024/05/06 11:52:44.836 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=82] [kvs=2] [files=1] [sstFileSize=987] [file=/tmp/tidb/import-4000/7/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/69eba6c7-bbb7-427b-b7cd-de2d96d3b153.sst] [firstKey=74800000000000007C5F728000000000000008] [lastKey=74800000000000007C5F728000000000000009] [2024/05/06 11:52:44.858 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=124] [key=db.tbl.003.csv:0] [2024/05/06 11:52:44.861 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=124] [key=db.tbl.003.csv:0] [readDur=1.351908ms] [encodeDur=1.260008ms] [checksum="{cksum=9673548632033812539,size=82,kvs=2}"] [deliverDur=350.839µs] [type=file] [takeTime=3.331367ms] [] [2024/05/06 11:52:44.862 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=7] [step=import] [subtask-id=13] [takeTime=83.604115ms] [] [2024/05/06 11:52:44.862 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=82] [kvs=2] [files=1] [sstFileSize=987] [file=/tmp/tidb/import-4000/7/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/c4cbf6f9-609e-40d6-a20e-02b2340bfad6.sst] [firstKey=74800000000000007C5F72800000000000000F] [lastKey=74800000000000007C5F728000000000000010] [2024/05/06 11:52:44.862 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=7] [step=import] [engine-id=0] [2024/05/06 11:52:44.862 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=7] [step=import] [engine-id=0] [2024/05/06 11:52:44.862 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:44.864 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [takeTime=2.14637ms] [] [2024/05/06 11:52:44.864 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [retryCnt=0] [2024/05/06 11:52:44.870 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:52:44.892 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] ["region ranges"=1] [count=6] [size=246] [2024/05/06 11:52:44.892 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:52:44.923 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [size=246] [kvs=6] [importedSize=246] [importedCount=6] [2024/05/06 11:52:44.926 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [retryCnt=0] [takeTime=61.081491ms] [] [2024/05/06 11:52:44.926 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:44.927 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [takeTime=1.260527ms] [] [2024/05/06 11:52:44.927 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=7] [step=import] [engine-id=0] [2024/05/06 11:52:44.927 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:44.929 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [takeTime=1.593268ms] [] [2024/05/06 11:52:44.929 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [retryCnt=0] [2024/05/06 11:52:44.929 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:44.929 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [retryCnt=0] [takeTime=79.907µs] [] [2024/05/06 11:52:44.929 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:44.930 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [takeTime=1.138796ms] [] [2024/05/06 11:52:45.016 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=7] [step=import] [2024/05/06 11:52:45.020 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:45.020 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:45.020 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:52:45.020 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:52:45.020 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:52:45.020 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:52:45.021 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:52:45.021 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:45.021 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:45.021 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:45.021 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:45.021 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:45.021 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:52:45.023 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:52:45.023 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:45.023 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:45.023 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:45.023 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:45.024 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=7] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=348.905154ms] [] [2024/05/06 11:52:45.066 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=7] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:52:45.067 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=7] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:45.069 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=7] [curr-step=import] [next-step=post-process] [2024/05/06 11:52:45.069 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=7] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:52:45.144 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=7] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":6,\"ColSizeMap\":{\"1\":7,\"2\":36,\"3\":6}}"] [2024/05/06 11:52:45.145 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=7] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:52:45.145 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=7] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=1] [subtasks=1] [2024/05/06 11:52:45.318 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=7] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:52:45.375 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=7] [step=post-process] [subtask-id=14] [2024/05/06 11:52:45.375 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=7] [step=post-process] [subtask-id=14] [2024/05/06 11:52:45.375 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=7] [step=post-process] [subtask-id=14] [2024/05/06 11:52:45.384 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=7] [step=post-process] [subtask-id=14] [takeTime=8.665566ms] [] [2024/05/06 11:52:45.384 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=7] [step=post-process] [subtask-id=14] [groupId=-1] [size=246] [kvs=6] [checksum=3434641841828523226] [2024/05/06 11:52:45.384 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=7] [step=post-process] [subtask-id=14] [checksum="{cksum=3434641841828523226,size=246,kvs=6}"] [2024/05/06 11:52:45.384 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=7] [step=post-process] [subtask-id=14] [weight=30] [2024/05/06 11:52:45.384 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=7] [step=post-process] [subtask-id=14] [concurrency=15] [2024/05/06 11:52:45.389 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=124] [physicalTableID=124] [indexID=-1] [checksum=3434641841828523226] [totalKvs=6] [totalBytes=246] [2024/05/06 11:52:45.389 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=7] [step=post-process] [subtask-id=14] [local="{cksum=3434641841828523226,size=246,kvs=6}"] [2024/05/06 11:52:45.389 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=7] [step=post-process] [subtask-id=14] [takeTime=14.06785ms] [] [2024/05/06 11:52:45.390 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=7] [step=post-process] [subtask-id=14] [takeTime=14.329923ms] [] [2024/05/06 11:52:45.432 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=7] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=114.483926ms] [] [2024/05/06 11:52:45.469 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=7] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:52:45.469 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=7] [step=post-process] [state=running] [] [2024/05/06 11:52:45.472 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=7] [2024/05/06 11:52:45.523 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=7] [type=ImportInto] [2024/05/06 11:52:45.551 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=7] [2024/05/06 11:52:45.576 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:52:45.576 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=7] [2024/05/06 11:52:45.662 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:52:45.768 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 1.966116719\n# Parse_time: 0.000832426\n# Compile_time: 0.001443152\n# Rewrite_time: 0.000272154\n# Optimize_time: 0.001091855\n# Wait_TS: 0\n# DB: import_into\n# Is_internal: false\n# Digest: 0c20fa95369ef6c6356c8d0d539210819a261fab936f1e19a6481337f4a39bb0\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS45NnMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS45NnMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `import_into`.`t` (`c`,`b`,`a`) FROM 'gs://test-multi-load/db.tbl.*.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH thread=1;"] [2024/05/06 11:52:45.778 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=77] [cur_db=import_into] [sql="drop table if exists t;"] [user=] [2024/05/06 11:52:45.811 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:126, Type:drop table, State:queueing, SchemaState:public, SchemaID:104, TableID:124, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:45.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:45.811 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:126, Type:drop table, State:queueing, SchemaState:public, SchemaID:104, TableID:124, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:45.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 11:52:45.870 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=126] [conn=2] [category=ddl] [job="ID:126, Type:drop table, State:queueing, SchemaState:public, SchemaID:104, TableID:124, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:45.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:45.905 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=77] [neededSchemaVersion=78] ["start time"=332.825µs] [gotSchemaVersion=78] [phyTblIDs="[124]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:52:45.917 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=126] [version=78] [2024/05/06 11:52:45.954 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=78] ["take time"=54.775466ms] [job="ID:126, Type:drop table, State:running, SchemaState:write only, SchemaID:104, TableID:124, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:45.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:46.033 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=126] [conn=2] [category=ddl] [job="ID:126, Type:drop table, State:running, SchemaState:write only, SchemaID:104, TableID:124, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:45.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:46.074 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=78] [neededSchemaVersion=79] ["start time"=312.281µs] [gotSchemaVersion=79] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:52:46.085 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=126] [version=79] [2024/05/06 11:52:46.122 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=79] ["take time"=52.920894ms] [job="ID:126, Type:drop table, State:running, SchemaState:delete only, SchemaID:104, TableID:124, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:45.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:46.161 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=126] [conn=2] [category=ddl] [job="ID:126, Type:drop table, State:running, SchemaState:delete only, SchemaID:104, TableID:124, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:45.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:46.196 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 104, Old Table ID: 124, Old Table Name: t"] [2024/05/06 11:52:46.237 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=79] [neededSchemaVersion=80] ["start time"=303.342µs] [gotSchemaVersion=80] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:52:46.250 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=126] [version=80] [2024/05/06 11:52:46.285 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=80] ["take time"=53.650413ms] [job="ID:126, Type:drop table, State:done, SchemaState:none, SchemaID:104, TableID:124, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:45.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:46.334 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=126] [tableIDs="[124]"] [comment="drop table: table ID"] [2024/05/06 11:52:46.344 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=126] [jobType="drop table"] [2024/05/06 11:52:46.349 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=126] [conn=2] [job="ID:126, Type:drop table, State:synced, SchemaState:none, SchemaID:104, TableID:124, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:45.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:46.423 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=126] [2024/05/06 11:52:46.423 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:46.427 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.649658706\n# Parse_time: 0.000301051\n# Compile_time: 0.000718589\n# Rewrite_time: 0.000010159\n# Optimize_time: 0.001073736\n# Wait_TS: 0.000355727\n# DB: import_into\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] [2024/05/06 11:52:46.429 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=80] [cur_db=import_into] [sql="create table t (a bigint, b varchar(100), c int, d varchar(100));"] [user=] [2024/05/06 11:52:46.481 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:128, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:127, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:46.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:46.481 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:128, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:127, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:46.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t (a bigint, b varchar(100), c int, d varchar(100));"] [2024/05/06 11:52:46.550 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=128] [conn=2] [category=ddl] [job="ID:128, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:127, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:46.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:46.559 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 104, Table ID: 127, Table Name: t"] [2024/05/06 11:52:46.666 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=80] [neededSchemaVersion=81] ["start time"=2.926023ms] [gotSchemaVersion=81] [phyTblIDs="[127]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:46.681 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=128] [version=81] [2024/05/06 11:52:46.712 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=81] ["take time"=53.9215ms] [job="ID:128, Type:create table, State:done, SchemaState:public, SchemaID:104, TableID:127, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:46.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:46.780 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=128] [conn=2] [job="ID:128, Type:create table, State:synced, SchemaState:public, SchemaID:104, TableID:127, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:46.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:46.829 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=128] [2024/05/06 11:52:46.829 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:46.833 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.405565144\n# Parse_time: 0.000680089\n# Compile_time: 0.000966199\n# Rewrite_time: 0.000010248\n# Optimize_time: 0.001073736\n# Wait_TS: 0.000444652\n# DB: import_into\n# Is_internal: false\n# Digest: 99e3ce8ee663195b3eb799e93a62b55cdf92783b479606f66c6eb4832a15102c\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ncreate table t (a bigint, b varchar(100), c int, d varchar(100));"] [2024/05/06 11:52:46.849 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:47.031 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"columns-and-vars\":\"(`c`, `d`, `a`)\",\"file-location\":\"gs://test-multi-load/db.tbl.*.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"thread\":\"1\"}}"] [dist-task-enabled=true] [2024/05/06 11:52:47.182 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=8] [task-id=8] [data-size=63B] [thread-cnt=1] [global-sort=false] [2024/05/06 11:52:47.222 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=8] [2024/05/06 11:52:47.223 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=8] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=1] [2024/05/06 11:52:47.328 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=8] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:52:47.330 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=8] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:47.331 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=8] [curr-step=init] [next-step=import] [2024/05/06 11:52:47.355 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:47.358 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:52:47.359 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=63] [2024/05/06 11:52:47.359 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=3] [MaxChunkSize=268435456] [RegionsCount=3] [BatchSize=63] [cost=122.636µs] [2024/05/06 11:52:47.359 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=270.023µs] [] [2024/05/06 11:52:47.359 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=8] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:52:47.359 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=8] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=1] [subtasks=1] [2024/05/06 11:52:47.533 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=8] [mode=Import] [2024/05/06 11:52:47.553 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=8] [2024/05/06 11:52:47.571 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=8] [type=ImportInto] [remaining-slots=51] [2024/05/06 11:52:47.614 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=8] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:52:47.615 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=8] [step=import] [2024/05/06 11:52:47.617 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:47.627 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:52:47.627 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:52:47.627 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:47.627 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:52:47.629 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:47.629 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:47.629 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:52:47.629 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:52:47.629 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:47.645 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:52:47.646 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:52:47.647 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:52:47.647 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=8] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:52:47.647 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=8] [disk-quota=348.5GiB] [2024/05/06 11:52:47.703 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=8] [step=import] [subtask-id=15] [2024/05/06 11:52:47.708 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:47.712 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:47.712 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=127] [2024/05/06 11:52:47.748 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=127] [key=db.tbl.001.csv:0] [2024/05/06 11:52:47.752 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=127] [key=db.tbl.001.csv:0] [readDur=1.513565ms] [encodeDur=1.519604ms] [checksum="{cksum=11510279650924602162,size=82,kvs=2}"] [deliverDur=357.751µs] [type=file] [takeTime=3.913111ms] [] [2024/05/06 11:52:47.753 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=127] [2024/05/06 11:52:47.753 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=82] [kvs=2] [files=1] [sstFileSize=987] [file=/tmp/tidb/import-4000/8/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/929228a0-e10c-4ea0-9cf6-29feea6f5253.sst] [firstKey=74800000000000007F5F728000000000000001] [lastKey=74800000000000007F5F728000000000000002] [2024/05/06 11:52:47.782 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=127] [key=db.tbl.002.csv:0] [2024/05/06 11:52:47.785 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=127] [key=db.tbl.002.csv:0] [readDur=1.114697ms] [encodeDur=1.144718ms] [checksum="{cksum=16401860098335995135,size=82,kvs=2}"] [deliverDur=357.993µs] [type=file] [takeTime=2.970597ms] [] [2024/05/06 11:52:47.786 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=82] [kvs=2] [files=1] [sstFileSize=987] [file=/tmp/tidb/import-4000/8/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/3b85e33d-2ba7-4b8c-9788-8122e979a2d2.sst] [firstKey=74800000000000007F5F728000000000000006] [lastKey=74800000000000007F5F728000000000000007] [2024/05/06 11:52:47.786 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=127] [2024/05/06 11:52:47.793 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=127] [key=db.tbl.003.csv:0] [2024/05/06 11:52:47.797 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=127] [key=db.tbl.003.csv:0] [readDur=1.014037ms] [encodeDur=1.994501ms] [checksum="{cksum=17104710824714968226,size=82,kvs=2}"] [deliverDur=319.677µs] [type=file] [takeTime=3.673297ms] [] [2024/05/06 11:52:47.797 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=82] [kvs=2] [files=1] [sstFileSize=987] [file=/tmp/tidb/import-4000/8/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/ea0b177f-1442-4a7f-b9ee-115e6cb27f4c.sst] [firstKey=74800000000000007F5F72800000000000000B] [lastKey=74800000000000007F5F72800000000000000C] [2024/05/06 11:52:47.797 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=8] [step=import] [subtask-id=15] [takeTime=94.228479ms] [] [2024/05/06 11:52:47.798 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=8] [step=import] [engine-id=0] [2024/05/06 11:52:47.798 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=8] [step=import] [engine-id=0] [2024/05/06 11:52:47.798 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:47.800 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [takeTime=2.008823ms] [] [2024/05/06 11:52:47.800 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [retryCnt=0] [2024/05/06 11:52:47.805 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:52:47.827 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] ["region ranges"=1] [count=6] [size=246] [2024/05/06 11:52:47.827 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:52:47.844 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [size=246] [kvs=6] [importedSize=246] [importedCount=6] [2024/05/06 11:52:47.846 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [retryCnt=0] [takeTime=46.039443ms] [] [2024/05/06 11:52:47.846 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:47.848 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [takeTime=1.247385ms] [] [2024/05/06 11:52:47.848 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=8] [step=import] [engine-id=0] [2024/05/06 11:52:47.848 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:47.849 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [takeTime=1.797302ms] [] [2024/05/06 11:52:47.850 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [retryCnt=0] [2024/05/06 11:52:47.850 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:47.850 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [retryCnt=0] [takeTime=67.313µs] [] [2024/05/06 11:52:47.850 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:47.851 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [takeTime=1.002346ms] [] [2024/05/06 11:52:47.912 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=8] [step=import] [2024/05/06 11:52:47.915 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:52:47.915 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:52:47.915 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:47.915 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:47.915 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:52:47.915 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:52:47.915 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:47.915 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:52:47.915 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:47.915 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:47.915 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:47.915 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:47.915 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:52:47.917 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:52:47.917 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:47.917 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:47.917 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:47.917 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:47.917 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=8] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=303.163822ms] [] [2024/05/06 11:52:47.971 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=8] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:52:47.972 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=8] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:47.974 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=8] [curr-step=import] [next-step=post-process] [2024/05/06 11:52:47.974 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=8] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:52:48.046 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=8] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":6,\"ColSizeMap\":{\"1\":7,\"2\":0,\"3\":6,\"4\":36}}"] [2024/05/06 11:52:48.048 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=8] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:52:48.048 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=8] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=1] [subtasks=1] [2024/05/06 11:52:48.234 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=8] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:52:48.287 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=8] [step=post-process] [subtask-id=16] [2024/05/06 11:52:48.287 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=8] [step=post-process] [subtask-id=16] [2024/05/06 11:52:48.287 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=8] [step=post-process] [subtask-id=16] [2024/05/06 11:52:48.296 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=8] [step=post-process] [subtask-id=16] [takeTime=8.620995ms] [] [2024/05/06 11:52:48.296 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=8] [step=post-process] [subtask-id=16] [groupId=-1] [size=246] [kvs=6] [checksum=10467356601048550255] [2024/05/06 11:52:48.296 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=8] [step=post-process] [subtask-id=16] [checksum="{cksum=10467356601048550255,size=246,kvs=6}"] [2024/05/06 11:52:48.296 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=8] [step=post-process] [subtask-id=16] [weight=30] [2024/05/06 11:52:48.296 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=8] [step=post-process] [subtask-id=16] [concurrency=15] [2024/05/06 11:52:48.302 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=127] [physicalTableID=127] [indexID=-1] [checksum=10467356601048550255] [totalKvs=6] [totalBytes=246] [2024/05/06 11:52:48.322 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=8] [step=post-process] [subtask-id=16] [local="{cksum=10467356601048550255,size=246,kvs=6}"] [2024/05/06 11:52:48.323 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=8] [step=post-process] [subtask-id=16] [takeTime=35.853321ms] [] [2024/05/06 11:52:48.323 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=8] [step=post-process] [subtask-id=16] [takeTime=36.085642ms] [] [2024/05/06 11:52:48.374 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=8] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=139.356004ms] [] [2024/05/06 11:52:48.451 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=8] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:52:48.451 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=8] [step=post-process] [state=running] [] [2024/05/06 11:52:48.455 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=8] [2024/05/06 11:52:48.510 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=8] [type=ImportInto] [2024/05/06 11:52:48.531 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=8] [2024/05/06 11:52:48.559 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:52:48.559 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=8] [2024/05/06 11:52:48.676 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:52:48.787 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 1.952846013\n# Parse_time: 0.001128039\n# Compile_time: 0.001584712\n# Rewrite_time: 0.000255278\n# Optimize_time: 0.001073736\n# Wait_TS: 0\n# DB: import_into\n# Is_internal: false\n# Digest: ab42cfd270552c1858f87a1550b5f5accab0738f18639050f3025ce52f1095a8\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS45NXMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS45NXMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `import_into`.`t` (`c`,`d`,`a`) FROM 'gs://test-multi-load/db.tbl.*.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH thread=1;"] [2024/05/06 11:52:48.797 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=81] [cur_db=import_into] [sql="drop table if exists t;"] [user=] [2024/05/06 11:52:48.832 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:129, Type:drop table, State:queueing, SchemaState:public, SchemaID:104, TableID:127, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:48.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:48.832 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:129, Type:drop table, State:queueing, SchemaState:public, SchemaID:104, TableID:127, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:48.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 11:52:48.889 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=129] [conn=2] [category=ddl] [job="ID:129, Type:drop table, State:queueing, SchemaState:public, SchemaID:104, TableID:127, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:48.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:48.921 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=81] [neededSchemaVersion=82] ["start time"=293.075µs] [gotSchemaVersion=82] [phyTblIDs="[127]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:52:48.932 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=129] [version=82] [2024/05/06 11:52:48.970 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=82] ["take time"=53.903286ms] [job="ID:129, Type:drop table, State:running, SchemaState:write only, SchemaID:104, TableID:127, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:48.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:49.031 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=129] [conn=2] [category=ddl] [job="ID:129, Type:drop table, State:running, SchemaState:write only, SchemaID:104, TableID:127, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:48.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:49.067 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=82] [neededSchemaVersion=83] ["start time"=373.517µs] [gotSchemaVersion=83] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:52:49.081 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=129] [version=83] [2024/05/06 11:52:49.116 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=83] ["take time"=53.511608ms] [job="ID:129, Type:drop table, State:running, SchemaState:delete only, SchemaID:104, TableID:127, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:48.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:49.165 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=129] [conn=2] [category=ddl] [job="ID:129, Type:drop table, State:running, SchemaState:delete only, SchemaID:104, TableID:127, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:48.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:49.177 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 104, Old Table ID: 127, Old Table Name: t"] [2024/05/06 11:52:49.246 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=83] [neededSchemaVersion=84] ["start time"=272.635µs] [gotSchemaVersion=84] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:52:49.260 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=129] [version=84] [2024/05/06 11:52:49.295 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=84] ["take time"=54.952335ms] [job="ID:129, Type:drop table, State:done, SchemaState:none, SchemaID:104, TableID:127, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:48.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:49.336 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=129] [tableIDs="[127]"] [comment="drop table: table ID"] [2024/05/06 11:52:49.346 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=129] [jobType="drop table"] [2024/05/06 11:52:49.350 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=129] [conn=2] [job="ID:129, Type:drop table, State:synced, SchemaState:none, SchemaID:104, TableID:127, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:48.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:49.414 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=129] [2024/05/06 11:52:49.414 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:49.418 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.62225928\n# Parse_time: 0.000448145\n# Compile_time: 0.000904103\n# Rewrite_time: 0.000010626\n# Optimize_time: 0.001052938\n# Wait_TS: 0.000467028\n# DB: import_into\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] [2024/05/06 11:52:49.421 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=84] [cur_db=import_into] [sql="create table t (a bigint auto_increment primary key, b varchar(100), c int, d varchar(100));"] [user=] [2024/05/06 11:52:49.468 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:131, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:130, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:49.415 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:49.468 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:131, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:130, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:49.415 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t (a bigint auto_increment primary key, b varchar(100), c int, d varchar(100));"] [2024/05/06 11:52:49.524 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=131] [conn=2] [category=ddl] [job="ID:131, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:130, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:49.415 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:49.532 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 104, Table ID: 130, Table Name: t"] [2024/05/06 11:52:49.608 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=84] [neededSchemaVersion=85] ["start time"=2.82218ms] [gotSchemaVersion=85] [phyTblIDs="[130]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:49.621 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=131] [version=85] [2024/05/06 11:52:49.666 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=85] ["take time"=64.813587ms] [job="ID:131, Type:create table, State:done, SchemaState:public, SchemaID:104, TableID:130, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:49.415 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:49.714 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=131] [conn=2] [job="ID:131, Type:create table, State:synced, SchemaState:public, SchemaID:104, TableID:130, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:49.415 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:49.774 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=131] [2024/05/06 11:52:49.774 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:49.778 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.359441674\n# Parse_time: 0.000866261\n# Compile_time: 0.00132867\n# Rewrite_time: 0.000012798\n# Optimize_time: 0.001052938\n# Wait_TS: 0.000381395\n# DB: import_into\n# Is_internal: false\n# Digest: 4fc89e7d9d1318dd58e3950c6c0c24e157931c5b03aaedbd177cd2ff59e62eaf\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ncreate table t (a bigint auto_increment primary key, b varchar(100), c int, d varchar(100));"] [2024/05/06 11:52:49.796 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:50.038 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"columns-and-vars\":\"(@`1`, @`2`, `a`)\",\"set-clause\":\"`c`=@`1`+100, `d`=@`2`, `b`=CONCAT(@`2`, _UTF8MB4'-aa')\",\"file-location\":\"gs://test-multi-load/db.tbl.*.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"thread\":\"1\"}}"] [dist-task-enabled=true] [2024/05/06 11:52:50.185 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=9] [task-id=9] [data-size=63B] [thread-cnt=1] [global-sort=false] [2024/05/06 11:52:50.233 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=9] [2024/05/06 11:52:50.233 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=9] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=1] [2024/05/06 11:52:50.343 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=9] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:52:50.345 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=9] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:50.346 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=9] [curr-step=init] [next-step=import] [2024/05/06 11:52:50.367 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:50.371 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:52:50.371 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=63] [2024/05/06 11:52:50.371 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=3] [MaxChunkSize=268435456] [RegionsCount=3] [BatchSize=63] [cost=101.597µs] [2024/05/06 11:52:50.371 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=249.002µs] [] [2024/05/06 11:52:50.371 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=9] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:52:50.371 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=9] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=1] [subtasks=1] [2024/05/06 11:52:50.512 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=9] [mode=Import] [2024/05/06 11:52:50.552 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=9] [2024/05/06 11:52:50.564 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=9] [type=ImportInto] [remaining-slots=51] [2024/05/06 11:52:50.612 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=9] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:52:50.616 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=9] [step=import] [2024/05/06 11:52:50.618 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:50.627 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:52:50.627 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:52:50.628 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:50.628 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:52:50.629 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:50.629 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:50.629 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:52:50.629 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:52:50.629 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:50.646 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:52:50.648 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:52:50.648 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:52:50.648 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=9] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:52:50.648 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=9] [disk-quota=348.5GiB] [2024/05/06 11:52:50.696 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=9] [step=import] [subtask-id=17] [2024/05/06 11:52:50.701 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:50.705 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:50.705 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=130] [2024/05/06 11:52:50.741 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=130] [key=db.tbl.001.csv:0] [2024/05/06 11:52:50.745 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=130] [key=db.tbl.001.csv:0] [readDur=1.125652ms] [encodeDur=1.927221ms] [checksum="{cksum=2180128874604033942,size=96,kvs=2}"] [deliverDur=82.866µs] [type=file] [takeTime=3.715416ms] [] [2024/05/06 11:52:50.746 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=130] [2024/05/06 11:52:50.746 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=96] [kvs=2] [files=1] [sstFileSize=995] [file=/tmp/tidb/import-4000/9/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/998e9293-4574-4033-9fb1-11cb36217a8a.sst] [firstKey=7480000000000000825F72800000000000000B] [lastKey=7480000000000000825F728000000000000016] [2024/05/06 11:52:50.828 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=130] [key=db.tbl.002.csv:0] [2024/05/06 11:52:50.832 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=130] [key=db.tbl.002.csv:0] [readDur=1.039628ms] [encodeDur=1.543912ms] [checksum="{cksum=17114733561715978064,size=96,kvs=2}"] [deliverDur=52.893µs] [type=file] [takeTime=2.978727ms] [] [2024/05/06 11:52:50.833 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=130] [2024/05/06 11:52:50.833 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=96] [kvs=2] [files=1] [sstFileSize=995] [file=/tmp/tidb/import-4000/9/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/45a947a8-f603-4561-a3d7-98d5647a191a.sst] [firstKey=7480000000000000825F728000000000000021] [lastKey=7480000000000000825F72800000000000002C] [2024/05/06 11:52:50.864 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=130] [key=db.tbl.003.csv:0] [2024/05/06 11:52:50.868 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=130] [key=db.tbl.003.csv:0] [readDur=1.293178ms] [encodeDur=1.785385ms] [checksum="{cksum=126932759714365300,size=96,kvs=2}"] [deliverDur=51.363µs] [type=file] [takeTime=3.446909ms] [] [2024/05/06 11:52:50.869 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=9] [step=import] [subtask-id=17] [takeTime=172.389003ms] [] [2024/05/06 11:52:50.869 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=96] [kvs=2] [files=1] [sstFileSize=995] [file=/tmp/tidb/import-4000/9/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/e1796f62-5a8b-4e43-8f77-10eeb8afa567.sst] [firstKey=7480000000000000825F728000000000000037] [lastKey=7480000000000000825F728000000000000042] [2024/05/06 11:52:50.869 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=9] [step=import] [engine-id=0] [2024/05/06 11:52:50.869 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=9] [step=import] [engine-id=0] [2024/05/06 11:52:50.869 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:50.871 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [takeTime=2.351377ms] [] [2024/05/06 11:52:50.871 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [retryCnt=0] [2024/05/06 11:52:50.877 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:52:50.899 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] ["region ranges"=1] [count=6] [size=288] [2024/05/06 11:52:50.899 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:52:50.914 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [size=288] [kvs=6] [importedSize=288] [importedCount=6] [2024/05/06 11:52:50.916 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [retryCnt=0] [takeTime=44.091657ms] [] [2024/05/06 11:52:50.916 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:50.917 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [takeTime=1.237656ms] [] [2024/05/06 11:52:50.917 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=9] [step=import] [engine-id=0] [2024/05/06 11:52:50.917 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:50.919 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [takeTime=1.520184ms] [] [2024/05/06 11:52:50.919 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [retryCnt=0] [2024/05/06 11:52:50.919 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:50.919 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [retryCnt=0] [takeTime=63.982µs] [] [2024/05/06 11:52:50.919 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:50.920 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [takeTime=864.107µs] [] [2024/05/06 11:52:50.976 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=9] [step=import] [2024/05/06 11:52:50.979 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:52:50.979 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:52:50.979 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:52:50.979 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:50.979 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:52:50.979 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:50.979 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:50.979 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:52:50.980 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:50.980 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:50.980 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:50.980 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:50.980 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:52:50.982 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:52:50.982 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:50.982 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:50.982 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:50.982 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:50.982 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=9] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=370.428353ms] [] [2024/05/06 11:52:51.087 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=9] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:52:51.089 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=9] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:51.091 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=9] [curr-step=import] [next-step=post-process] [2024/05/06 11:52:51.091 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=9] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:52:51.174 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=9] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":6,\"ColSizeMap\":{\"1\":7,\"2\":54,\"3\":12,\"4\":36}}"] [2024/05/06 11:52:51.176 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=9] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:52:51.176 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=9] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=1] [subtasks=1] [2024/05/06 11:52:51.324 +00:00] [INFO] [task_executor.go:237] ["no subtask to run for a while, exit"] [task-id=9] [task-type=ImportInto] [server-id=:4000] [2024/05/06 11:52:51.324 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=9] [type=ImportInto] [2024/05/06 11:52:51.354 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=9] [type=ImportInto] [remaining-slots=51] [2024/05/06 11:52:51.422 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=9] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:52:51.474 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=9] [step=post-process] [subtask-id=18] [2024/05/06 11:52:51.474 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=9] [step=post-process] [subtask-id=18] [2024/05/06 11:52:51.474 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=9] [step=post-process] [subtask-id=18] [2024/05/06 11:52:51.483 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=9] [step=post-process] [subtask-id=18] [takeTime=8.763386ms] [] [2024/05/06 11:52:51.483 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=9] [step=post-process] [subtask-id=18] [groupId=-1] [size=288] [kvs=6] [checksum=17437960271832508338] [2024/05/06 11:52:51.483 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=9] [step=post-process] [subtask-id=18] [checksum="{cksum=17437960271832508338,size=288,kvs=6}"] [2024/05/06 11:52:51.483 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=9] [step=post-process] [subtask-id=18] [weight=30] [2024/05/06 11:52:51.483 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=9] [step=post-process] [subtask-id=18] [concurrency=15] [2024/05/06 11:52:51.488 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=130] [physicalTableID=130] [indexID=-1] [checksum=17437960271832508338] [totalKvs=6] [totalBytes=288] [2024/05/06 11:52:51.488 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=9] [step=post-process] [subtask-id=18] [local="{cksum=17437960271832508338,size=288,kvs=6}"] [2024/05/06 11:52:51.488 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=9] [step=post-process] [subtask-id=18] [takeTime=14.45098ms] [] [2024/05/06 11:52:51.489 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=9] [step=post-process] [subtask-id=18] [takeTime=14.700603ms] [] [2024/05/06 11:52:51.536 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=9] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=113.600029ms] [] [2024/05/06 11:52:51.559 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=9] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:52:51.559 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=9] [step=post-process] [state=running] [] [2024/05/06 11:52:51.562 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=9] [2024/05/06 11:52:51.630 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=9] [type=ImportInto] [2024/05/06 11:52:51.643 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=9] [2024/05/06 11:52:51.664 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:52:51.664 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=9] [2024/05/06 11:52:51.748 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 1.9692720019999999\n# Parse_time: 0.001461609\n# Compile_time: 0.001903533\n# Rewrite_time: 0.000345385\n# Optimize_time: 0.001052938\n# Wait_TS: 0\n# DB: import_into\n# Is_internal: false\n# Digest: 4a0fe07d939f765134a1b85b431969d9bb6528c6a8167edf81387950de66899e\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS45N3MsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS45N3MsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `import_into`.`t` (@`1`,@`2`,`a`) SET `c`=@`1`+100, `d`=@`2`, `b`=CONCAT(@`2`, _UTF8MB4'-aa') FROM 'gs://test-multi-load/db.tbl.*.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH thread=1;"] [2024/05/06 11:52:51.758 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=85] [cur_db=import_into] [sql="drop table if exists t;"] [user=] [2024/05/06 11:52:51.769 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:52:51.809 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:132, Type:drop table, State:queueing, SchemaState:public, SchemaID:104, TableID:130, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:51.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:51.809 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:132, Type:drop table, State:queueing, SchemaState:public, SchemaID:104, TableID:130, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:51.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 11:52:51.868 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=132] [conn=2] [category=ddl] [job="ID:132, Type:drop table, State:queueing, SchemaState:public, SchemaID:104, TableID:130, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:51.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:51.911 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=85] [neededSchemaVersion=86] ["start time"=365.289µs] [gotSchemaVersion=86] [phyTblIDs="[130]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:52:51.924 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=132] [version=86] [2024/05/06 11:52:51.959 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=86] ["take time"=53.463139ms] [job="ID:132, Type:drop table, State:running, SchemaState:write only, SchemaID:104, TableID:130, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:51.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:52.027 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=132] [conn=2] [category=ddl] [job="ID:132, Type:drop table, State:running, SchemaState:write only, SchemaID:104, TableID:130, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:51.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:52.067 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=86] [neededSchemaVersion=87] ["start time"=339.714µs] [gotSchemaVersion=87] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:52:52.080 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=132] [version=87] [2024/05/06 11:52:52.116 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=87] ["take time"=53.592057ms] [job="ID:132, Type:drop table, State:running, SchemaState:delete only, SchemaID:104, TableID:130, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:51.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:52.189 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=132] [conn=2] [category=ddl] [job="ID:132, Type:drop table, State:running, SchemaState:delete only, SchemaID:104, TableID:130, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:51.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:52.201 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 104, Old Table ID: 130, Old Table Name: t"] [2024/05/06 11:52:52.241 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=87] [neededSchemaVersion=88] ["start time"=253.524µs] [gotSchemaVersion=88] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:52:52.277 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=132] [version=88] [2024/05/06 11:52:52.290 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=88] ["take time"=54.10878ms] [job="ID:132, Type:drop table, State:done, SchemaState:none, SchemaID:104, TableID:130, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:51.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:52.345 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=132] [tableIDs="[130]"] [comment="drop table: table ID"] [2024/05/06 11:52:52.356 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=132] [jobType="drop table"] [2024/05/06 11:52:52.361 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=132] [conn=2] [job="ID:132, Type:drop table, State:synced, SchemaState:none, SchemaID:104, TableID:130, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:51.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:52.419 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=132] [2024/05/06 11:52:52.420 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:52.424 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.667250915\n# Parse_time: 0.000359797\n# Compile_time: 0.001009309\n# Rewrite_time: 0.000010367\n# Optimize_time: 0.000805402\n# Wait_TS: 0.000404609\n# DB: import_into\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] [2024/05/06 11:52:52.428 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=88] [cur_db=import_into] [sql="create table t (a bigint, b varchar(100), c int, d varchar(100)) SHARD_ROW_ID_BITS 10;"] [user=] [2024/05/06 11:52:52.490 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:134, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:133, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:52.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:52.490 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:134, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:133, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:52.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t (a bigint, b varchar(100), c int, d varchar(100)) SHARD_ROW_ID_BITS 10;"] [2024/05/06 11:52:52.536 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=134] [conn=2] [category=ddl] [job="ID:134, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:133, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:52.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:52.546 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 104, Table ID: 133, Table Name: t"] [2024/05/06 11:52:52.629 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=88] [neededSchemaVersion=89] ["start time"=3.565762ms] [gotSchemaVersion=89] [phyTblIDs="[133]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:52.641 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=134] [version=89] [2024/05/06 11:52:52.675 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=89] ["take time"=53.280698ms] [job="ID:134, Type:create table, State:done, SchemaState:public, SchemaID:104, TableID:133, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:52.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:52.757 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=134] [conn=2] [job="ID:134, Type:create table, State:synced, SchemaState:public, SchemaID:104, TableID:133, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:52.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:52.811 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=134] [2024/05/06 11:52:52.812 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:52.816 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.39120165\n# Parse_time: 0.002063955\n# Compile_time: 0.001793369\n# Rewrite_time: 0.000009834\n# Optimize_time: 0.000805402\n# Wait_TS: 0.000345637\n# DB: import_into\n# Is_internal: false\n# Digest: ab52f992248f7aa534bc6318e4dbf849df1c079806fc7cfc8b225a6592cd30ef\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ncreate table t (a bigint, b varchar(100), c int, d varchar(100)) SHARD_ROW_ID_BITS 10;"] [2024/05/06 11:52:52.834 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:53.025 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"columns-and-vars\":\"(@`1`, @`2`, `a`)\",\"set-clause\":\"`c`=@`1`+100, `d`=@`2`, `b`=CONCAT(@`2`, _UTF8MB4'-aa')\",\"file-location\":\"gs://test-multi-load/db.tbl.*.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"thread\":\"1\"}}"] [dist-task-enabled=true] [2024/05/06 11:52:53.156 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=10] [task-id=10] [data-size=63B] [thread-cnt=1] [global-sort=false] [2024/05/06 11:52:53.214 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=10] [2024/05/06 11:52:53.214 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=10] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=1] [2024/05/06 11:52:53.323 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=10] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:52:53.325 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=10] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:53.326 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=10] [curr-step=init] [next-step=import] [2024/05/06 11:52:53.349 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:53.352 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:52:53.352 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=63] [2024/05/06 11:52:53.352 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=3] [MaxChunkSize=268435456] [RegionsCount=3] [BatchSize=63] [cost=123.029µs] [2024/05/06 11:52:53.353 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=318.218µs] [] [2024/05/06 11:52:53.353 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=10] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:52:53.353 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=10] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=1] [subtasks=1] [2024/05/06 11:52:53.492 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=10] [mode=Import] [2024/05/06 11:52:53.512 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=10] [2024/05/06 11:52:53.536 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=10] [type=ImportInto] [remaining-slots=51] [2024/05/06 11:52:53.605 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=10] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:52:53.606 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=10] [step=import] [2024/05/06 11:52:53.609 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:53.618 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:52:53.618 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:52:53.619 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:53.619 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:52:53.620 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:53.620 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:53.620 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:52:53.620 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:52:53.620 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:53.636 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:52:53.638 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:52:53.638 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:52:53.638 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=10] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:52:53.638 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=10] [disk-quota=348.5GiB] [2024/05/06 11:52:53.681 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=10] [step=import] [subtask-id=19] [2024/05/06 11:52:53.686 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:53.690 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:53.690 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=133] [2024/05/06 11:52:53.788 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=133] [key=db.tbl.001.csv:0] [2024/05/06 11:52:53.792 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=133] [key=db.tbl.001.csv:0] [readDur=1.265811ms] [encodeDur=1.624541ms] [checksum="{cksum=9096151903818431098,size=104,kvs=2}"] [deliverDur=278.683µs] [type=file] [takeTime=3.568337ms] [] [2024/05/06 11:52:53.793 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=133] [2024/05/06 11:52:53.793 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=104] [kvs=2] [files=1] [sstFileSize=1010] [file=/tmp/tidb/import-4000/10/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/ba358675-b301-4420-81c0-38a16c4d3b5b.sst] [firstKey=7480000000000000855F728840000000000001] [lastKey=7480000000000000855F72F8A0000000000002] [2024/05/06 11:52:53.887 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=133] [key=db.tbl.002.csv:0] [2024/05/06 11:52:53.891 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=133] [key=db.tbl.002.csv:0] [readDur=1.223993ms] [encodeDur=2.131319ms] [checksum="{cksum=1540599946714846010,size=104,kvs=2}"] [deliverDur=61.614µs] [type=file] [takeTime=3.74018ms] [] [2024/05/06 11:52:53.892 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=133] [2024/05/06 11:52:53.892 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=104] [kvs=2] [files=1] [sstFileSize=1008] [file=/tmp/tidb/import-4000/10/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/0b5e39a8-ce66-4ac7-bfc6-ee16fd759a3b.sst] [firstKey=7480000000000000855F728780000000000007] [lastKey=7480000000000000855F72D700000000000006] [2024/05/06 11:52:53.949 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=133] [key=db.tbl.003.csv:0] [2024/05/06 11:52:53.952 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=133] [key=db.tbl.003.csv:0] [readDur=1.092181ms] [encodeDur=1.514249ms] [checksum="{cksum=7135556550049781423,size=104,kvs=2}"] [deliverDur=53.062µs] [type=file] [takeTime=2.970092ms] [] [2024/05/06 11:52:53.953 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=10] [step=import] [subtask-id=19] [takeTime=271.193195ms] [] [2024/05/06 11:52:53.953 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=104] [kvs=2] [files=1] [sstFileSize=1009] [file=/tmp/tidb/import-4000/10/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/5f91bfa1-a45d-436f-b45b-7899cb5c11ea.sst] [firstKey=7480000000000000855F72A60000000000000B] [lastKey=7480000000000000855F72DA6000000000000C] [2024/05/06 11:52:53.953 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=10] [step=import] [engine-id=0] [2024/05/06 11:52:53.953 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=10] [step=import] [engine-id=0] [2024/05/06 11:52:53.953 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:53.956 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [takeTime=2.752219ms] [] [2024/05/06 11:52:53.956 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [retryCnt=0] [2024/05/06 11:52:53.961 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:52:53.983 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] ["region ranges"=1] [count=6] [size=312] [2024/05/06 11:52:53.983 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:52:53.998 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [size=312] [kvs=6] [importedSize=312] [importedCount=6] [2024/05/06 11:52:54.000 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [retryCnt=0] [takeTime=44.082865ms] [] [2024/05/06 11:52:54.000 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:54.001 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [takeTime=1.186718ms] [] [2024/05/06 11:52:54.001 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=10] [step=import] [engine-id=0] [2024/05/06 11:52:54.001 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:54.003 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [takeTime=1.516218ms] [] [2024/05/06 11:52:54.003 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [retryCnt=0] [2024/05/06 11:52:54.003 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:54.003 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [retryCnt=0] [takeTime=52.361µs] [] [2024/05/06 11:52:54.003 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:54.004 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [takeTime=1.050615ms] [] [2024/05/06 11:52:54.088 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=10] [step=import] [2024/05/06 11:52:54.093 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:54.093 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:54.093 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:52:54.093 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:52:54.093 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:52:54.093 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:52:54.093 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:52:54.093 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:54.093 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:54.094 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:54.094 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:54.094 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:54.094 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:52:54.096 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:52:54.096 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:54.096 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:54.096 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:54.096 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:54.096 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=10] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=491.412344ms] [] [2024/05/06 11:52:54.135 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=10] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:52:54.137 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=10] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:54.138 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=10] [curr-step=import] [next-step=post-process] [2024/05/06 11:52:54.138 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=10] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:52:54.207 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=10] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":6,\"ColSizeMap\":{\"1\":7,\"2\":54,\"3\":12,\"4\":36}}"] [2024/05/06 11:52:54.209 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=10] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:52:54.209 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=10] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=1] [subtasks=1] [2024/05/06 11:52:54.369 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=10] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:52:54.414 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=10] [step=post-process] [subtask-id=20] [2024/05/06 11:52:54.414 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=10] [step=post-process] [subtask-id=20] [2024/05/06 11:52:54.414 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=10] [step=post-process] [subtask-id=20] [2024/05/06 11:52:54.421 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=10] [step=post-process] [subtask-id=20] [takeTime=7.460724ms] [] [2024/05/06 11:52:54.421 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=10] [step=post-process] [subtask-id=20] [groupId=-1] [size=312] [kvs=6] [checksum=602317331038109679] [2024/05/06 11:52:54.421 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=10] [step=post-process] [subtask-id=20] [checksum="{cksum=602317331038109679,size=312,kvs=6}"] [2024/05/06 11:52:54.422 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=10] [step=post-process] [subtask-id=20] [weight=30] [2024/05/06 11:52:54.422 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=10] [step=post-process] [subtask-id=20] [concurrency=15] [2024/05/06 11:52:54.446 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=133] [physicalTableID=133] [indexID=-1] [checksum=602317331038109679] [totalKvs=6] [totalBytes=312] [2024/05/06 11:52:54.447 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=10] [step=post-process] [subtask-id=20] [local="{cksum=602317331038109679,size=312,kvs=6}"] [2024/05/06 11:52:54.447 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=10] [step=post-process] [subtask-id=20] [takeTime=33.03586ms] [] [2024/05/06 11:52:54.447 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=10] [step=post-process] [subtask-id=20] [takeTime=33.227032ms] [] [2024/05/06 11:52:54.492 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=10] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=122.327356ms] [] [2024/05/06 11:52:54.535 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=10] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:52:54.535 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=10] [step=post-process] [state=running] [] [2024/05/06 11:52:54.538 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=10] [2024/05/06 11:52:54.577 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=10] [type=ImportInto] [2024/05/06 11:52:54.621 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=10] [2024/05/06 11:52:54.642 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:52:54.642 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=10] [2024/05/06 11:52:54.720 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 1.903292166\n# Parse_time: 0.001192053\n# Compile_time: 0.002754365\n# Rewrite_time: 0.00032812\n# Optimize_time: 0.000805402\n# Wait_TS: 0\n# DB: import_into\n# Is_internal: false\n# Digest: 4a0fe07d939f765134a1b85b431969d9bb6528c6a8167edf81387950de66899e\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LKwwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS45cywgbG9vcHM6MglOL0EJTi9BCg==')\n# Binary_plan: tidb_decode_binary_plan('R8gKQwoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaEnRpbWU6MS45cywgbG9vcHM6MnD///8JAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `import_into`.`t` (@`1`,@`2`,`a`) SET `c`=@`1`+100, `d`=@`2`, `b`=CONCAT(@`2`, _UTF8MB4'-aa') FROM 'gs://test-multi-load/db.tbl.*.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH thread=1;"] [2024/05/06 11:52:54.731 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=89] [cur_db=import_into] [sql="drop table if exists t;"] [user=] [2024/05/06 11:52:54.744 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:52:54.757 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:135, Type:drop table, State:queueing, SchemaState:public, SchemaID:104, TableID:133, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:54.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:54.757 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:135, Type:drop table, State:queueing, SchemaState:public, SchemaID:104, TableID:133, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:54.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 11:52:54.796 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=135] [conn=2] [category=ddl] [job="ID:135, Type:drop table, State:queueing, SchemaState:public, SchemaID:104, TableID:133, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:54.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:54.849 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=89] [neededSchemaVersion=90] ["start time"=299.89µs] [gotSchemaVersion=90] [phyTblIDs="[133]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:52:54.861 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=135] [version=90] [2024/05/06 11:52:54.899 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=90] ["take time"=54.214717ms] [job="ID:135, Type:drop table, State:running, SchemaState:write only, SchemaID:104, TableID:133, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:54.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:54.931 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=135] [conn=2] [category=ddl] [job="ID:135, Type:drop table, State:running, SchemaState:write only, SchemaID:104, TableID:133, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:54.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:54.964 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=90] [neededSchemaVersion=91] ["start time"=303.188µs] [gotSchemaVersion=91] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:52:54.975 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=135] [version=91] [2024/05/06 11:52:55.012 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=91] ["take time"=52.942975ms] [job="ID:135, Type:drop table, State:running, SchemaState:delete only, SchemaID:104, TableID:133, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:54.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:55.088 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=135] [conn=2] [category=ddl] [job="ID:135, Type:drop table, State:running, SchemaState:delete only, SchemaID:104, TableID:133, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:54.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:55.099 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 104, Old Table ID: 133, Old Table Name: t"] [2024/05/06 11:52:55.145 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=91] [neededSchemaVersion=92] ["start time"=279.984µs] [gotSchemaVersion=92] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:52:55.158 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=135] [version=92] [2024/05/06 11:52:55.194 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=92] ["take time"=53.646404ms] [job="ID:135, Type:drop table, State:done, SchemaState:none, SchemaID:104, TableID:133, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:54.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:55.231 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=135] [tableIDs="[133]"] [comment="drop table: table ID"] [2024/05/06 11:52:55.241 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=135] [jobType="drop table"] [2024/05/06 11:52:55.246 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=135] [conn=2] [job="ID:135, Type:drop table, State:synced, SchemaState:none, SchemaID:104, TableID:133, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:54.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:55.332 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=135] [2024/05/06 11:52:55.333 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:55.337 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.606498882\n# Parse_time: 0.000472203\n# Compile_time: 0.000809905\n# Rewrite_time: 0.000012156\n# Optimize_time: 0.001034774\n# Wait_TS: 0.00044558\n# DB: import_into\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] [2024/05/06 11:52:55.340 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=92] [cur_db=import_into] [sql="create table t (a bigint auto_increment primary key, b int, c varchar(100), d int);"] [user=] [2024/05/06 11:52:55.389 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:137, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:136, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:55.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:55.389 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:137, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:136, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:55.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t (a bigint auto_increment primary key, b int, c varchar(100), d int);"] [2024/05/06 11:52:55.457 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=137] [conn=2] [category=ddl] [job="ID:137, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:136, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:55.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:55.466 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 104, Table ID: 136, Table Name: t"] [2024/05/06 11:52:55.534 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=92] [neededSchemaVersion=93] ["start time"=3.021799ms] [gotSchemaVersion=93] [phyTblIDs="[136]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:55.546 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=137] [version=93] [2024/05/06 11:52:55.580 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=93] ["take time"=53.430815ms] [job="ID:137, Type:create table, State:done, SchemaState:public, SchemaID:104, TableID:136, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:55.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:55.640 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=137] [conn=2] [job="ID:137, Type:create table, State:synced, SchemaState:public, SchemaID:104, TableID:136, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:55.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:55.711 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=137] [2024/05/06 11:52:55.711 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:55.715 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.377673706\n# Parse_time: 0.001592231\n# Compile_time: 0.001478788\n# Rewrite_time: 0.00001131\n# Optimize_time: 0.001034774\n# Wait_TS: 0.000398456\n# DB: import_into\n# Is_internal: false\n# Digest: db817a85dcf3f7c3b10541233a5c2fb5746c96774b5c96485baef7c9d25a13e6\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ncreate table t (a bigint auto_increment primary key, b int, c varchar(100), d int);"] [2024/05/06 11:52:55.730 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:55.952 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"columns-and-vars\":\"(`b`, `c`, `d`)\",\"file-location\":\"gs://test-multi-load/db.tbl.*.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"thread\":\"1\"}}"] [dist-task-enabled=true] [2024/05/06 11:52:56.076 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=11] [task-id=11] [data-size=63B] [thread-cnt=1] [global-sort=false] [2024/05/06 11:52:56.144 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=11] [2024/05/06 11:52:56.144 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=11] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=1] [2024/05/06 11:52:56.250 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=11] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:52:56.251 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=11] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:56.253 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=11] [curr-step=init] [next-step=import] [2024/05/06 11:52:56.273 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:56.276 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:52:56.277 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=63] [2024/05/06 11:52:56.277 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=3] [MaxChunkSize=268435456] [RegionsCount=3] [BatchSize=63] [cost=110.275µs] [2024/05/06 11:52:56.277 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=302.233µs] [] [2024/05/06 11:52:56.277 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=11] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:52:56.277 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=11] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=1] [subtasks=1] [2024/05/06 11:52:56.418 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=11] [mode=Import] [2024/05/06 11:52:56.438 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=11] [2024/05/06 11:52:56.446 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=11] [type=ImportInto] [remaining-slots=51] [2024/05/06 11:52:56.487 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=11] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:52:56.490 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=11] [step=import] [2024/05/06 11:52:56.491 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:56.499 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:52:56.500 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:52:56.500 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:56.500 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:52:56.501 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:56.501 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:56.501 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:52:56.501 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:52:56.501 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:56.539 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:52:56.541 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:52:56.541 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:52:56.541 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=11] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:52:56.541 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=11] [disk-quota=348.5GiB] [2024/05/06 11:52:56.591 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=11] [step=import] [subtask-id=21] [2024/05/06 11:52:56.595 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:56.599 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:56.599 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=136] [2024/05/06 11:52:56.626 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=136] [key=db.tbl.001.csv:0] [2024/05/06 11:52:56.629 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=136] [key=db.tbl.001.csv:0] [readDur=1.158781ms] [encodeDur=1.074717ms] [checksum="{cksum=1675147975136326378,size=82,kvs=2}"] [deliverDur=443.004µs] [type=file] [takeTime=3.012148ms] [] [2024/05/06 11:52:56.630 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=136] [2024/05/06 11:52:56.630 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=82] [kvs=2] [files=1] [sstFileSize=987] [file=/tmp/tidb/import-4000/11/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/96466398-8f6b-4e52-ab0f-ab25f173e870.sst] [firstKey=7480000000000000885F728000000000000001] [lastKey=7480000000000000885F728000000000000002] [2024/05/06 11:52:56.666 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=136] [key=db.tbl.002.csv:0] [2024/05/06 11:52:56.668 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=136] [key=db.tbl.002.csv:0] [readDur=1.254085ms] [encodeDur=991.569µs] [checksum="{cksum=12305018038957930638,size=82,kvs=2}"] [deliverDur=53.011µs] [type=file] [takeTime=2.598174ms] [] [2024/05/06 11:52:56.670 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=136] [2024/05/06 11:52:56.670 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=82] [kvs=2] [files=1] [sstFileSize=987] [file=/tmp/tidb/import-4000/11/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/ee219c4d-6f55-4bdc-952d-83e3b79cdc00.sst] [firstKey=7480000000000000885F728000000000000006] [lastKey=7480000000000000885F728000000000000007] [2024/05/06 11:52:56.697 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=136] [key=db.tbl.003.csv:0] [2024/05/06 11:52:56.699 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=136] [key=db.tbl.003.csv:0] [readDur=904.139µs] [encodeDur=734.274µs] [checksum="{cksum=17907548893808300386,size=82,kvs=2}"] [deliverDur=70.514µs] [type=file] [takeTime=1.987349ms] [] [2024/05/06 11:52:56.700 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=82] [kvs=2] [files=1] [sstFileSize=987] [file=/tmp/tidb/import-4000/11/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/10c6d4ed-9612-4353-a84a-4f6161be0d8c.sst] [firstKey=7480000000000000885F72800000000000000B] [lastKey=7480000000000000885F72800000000000000C] [2024/05/06 11:52:56.700 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=11] [step=import] [subtask-id=21] [takeTime=108.652119ms] [] [2024/05/06 11:52:56.700 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=11] [step=import] [engine-id=0] [2024/05/06 11:52:56.701 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=11] [step=import] [engine-id=0] [2024/05/06 11:52:56.701 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:56.702 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [takeTime=1.772035ms] [] [2024/05/06 11:52:56.702 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [retryCnt=0] [2024/05/06 11:52:56.708 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:52:56.730 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] ["region ranges"=1] [count=6] [size=246] [2024/05/06 11:52:56.730 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:52:56.744 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [size=246] [kvs=6] [importedSize=246] [importedCount=6] [2024/05/06 11:52:56.746 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [retryCnt=0] [takeTime=43.444059ms] [] [2024/05/06 11:52:56.746 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:56.747 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [takeTime=1.176795ms] [] [2024/05/06 11:52:56.747 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=11] [step=import] [engine-id=0] [2024/05/06 11:52:56.747 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:56.749 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [takeTime=1.469216ms] [] [2024/05/06 11:52:56.749 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [retryCnt=0] [2024/05/06 11:52:56.749 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:56.749 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [retryCnt=0] [takeTime=56.351µs] [] [2024/05/06 11:52:56.749 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:56.750 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [takeTime=852.475µs] [] [2024/05/06 11:52:56.800 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=11] [step=import] [2024/05/06 11:52:56.803 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:56.803 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:52:56.803 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:52:56.803 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:52:56.803 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:56.803 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:52:56.803 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:52:56.803 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:56.803 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:56.803 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:56.803 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:56.803 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:56.803 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:52:56.805 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:52:56.805 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:56.805 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:56.805 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:56.805 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:56.805 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=11] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=317.890689ms] [] [2024/05/06 11:52:56.862 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=11] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:52:56.864 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=11] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:56.865 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=11] [curr-step=import] [next-step=post-process] [2024/05/06 11:52:56.865 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=11] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:52:56.929 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=11] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":6,\"ColSizeMap\":{\"1\":6,\"2\":6,\"3\":36,\"4\":7}}"] [2024/05/06 11:52:56.931 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=11] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:52:56.931 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=11] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=1] [subtasks=1] [2024/05/06 11:52:57.139 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=11] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:52:57.190 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=11] [step=post-process] [subtask-id=22] [2024/05/06 11:52:57.190 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=11] [step=post-process] [subtask-id=22] [2024/05/06 11:52:57.190 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=11] [step=post-process] [subtask-id=22] [2024/05/06 11:52:57.199 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=11] [step=post-process] [subtask-id=22] [takeTime=8.336615ms] [] [2024/05/06 11:52:57.199 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=11] [step=post-process] [subtask-id=22] [groupId=-1] [size=246] [kvs=6] [checksum=5007723872062626566] [2024/05/06 11:52:57.199 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=11] [step=post-process] [subtask-id=22] [checksum="{cksum=5007723872062626566,size=246,kvs=6}"] [2024/05/06 11:52:57.199 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=11] [step=post-process] [subtask-id=22] [weight=30] [2024/05/06 11:52:57.199 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=11] [step=post-process] [subtask-id=22] [concurrency=15] [2024/05/06 11:52:57.204 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=136] [physicalTableID=136] [indexID=-1] [checksum=5007723872062626566] [totalKvs=6] [totalBytes=246] [2024/05/06 11:52:57.204 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=11] [step=post-process] [subtask-id=22] [local="{cksum=5007723872062626566,size=246,kvs=6}"] [2024/05/06 11:52:57.204 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=11] [step=post-process] [subtask-id=22] [takeTime=14.286258ms] [] [2024/05/06 11:52:57.205 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=11] [step=post-process] [subtask-id=22] [takeTime=14.526696ms] [] [2024/05/06 11:52:57.244 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=11] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=104.688187ms] [] [2024/05/06 11:52:57.263 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=11] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:52:57.264 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=11] [step=post-process] [state=running] [] [2024/05/06 11:52:57.267 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=11] [2024/05/06 11:52:57.349 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=11] [2024/05/06 11:52:57.355 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=11] [type=ImportInto] [2024/05/06 11:52:57.374 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:52:57.374 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=11] [2024/05/06 11:52:57.475 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:52:57.633 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 1.917163183\n# Parse_time: 0.000663774\n# Compile_time: 0.001351777\n# Rewrite_time: 0.000258923\n# Optimize_time: 0.001034774\n# Wait_TS: 0\n# DB: import_into\n# Is_internal: false\n# Digest: f3270b3d4ac347ff792763bdba108394282dd374769c7e26c556d7e9ff20c491\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS45MXMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS45MXMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `import_into`.`t` (`b`,`c`,`d`) FROM 'gs://test-multi-load/db.tbl.*.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH thread=1;"] [2024/05/06 11:52:57.644 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=93] [cur_db=import_into] [sql="drop table if exists t;"] [user=] [2024/05/06 11:52:57.676 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:138, Type:drop table, State:queueing, SchemaState:public, SchemaID:104, TableID:136, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:57.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:57.676 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:138, Type:drop table, State:queueing, SchemaState:public, SchemaID:104, TableID:136, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:57.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 11:52:57.770 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=138] [conn=2] [category=ddl] [job="ID:138, Type:drop table, State:queueing, SchemaState:public, SchemaID:104, TableID:136, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:57.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:57.810 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=93] [neededSchemaVersion=94] ["start time"=308.833µs] [gotSchemaVersion=94] [phyTblIDs="[136]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:52:57.822 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=138] [version=94] [2024/05/06 11:52:57.859 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=94] ["take time"=54.105208ms] [job="ID:138, Type:drop table, State:running, SchemaState:write only, SchemaID:104, TableID:136, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:57.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:57.941 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=138] [conn=2] [category=ddl] [job="ID:138, Type:drop table, State:running, SchemaState:write only, SchemaID:104, TableID:136, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:57.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:57.973 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=94] [neededSchemaVersion=95] ["start time"=263.317µs] [gotSchemaVersion=95] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:52:57.985 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=138] [version=95] [2024/05/06 11:52:58.022 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=95] ["take time"=53.637647ms] [job="ID:138, Type:drop table, State:running, SchemaState:delete only, SchemaID:104, TableID:136, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:57.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:58.104 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=138] [conn=2] [category=ddl] [job="ID:138, Type:drop table, State:running, SchemaState:delete only, SchemaID:104, TableID:136, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:57.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:58.116 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 104, Old Table ID: 136, Old Table Name: t"] [2024/05/06 11:52:58.174 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=95] [neededSchemaVersion=96] ["start time"=218.559µs] [gotSchemaVersion=96] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:52:58.185 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=138] [version=96] [2024/05/06 11:52:58.244 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=96] ["take time"=73.935885ms] [job="ID:138, Type:drop table, State:done, SchemaState:none, SchemaID:104, TableID:136, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:57.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:58.310 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=138] [tableIDs="[136]"] [comment="drop table: table ID"] [2024/05/06 11:52:58.318 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=138] [jobType="drop table"] [2024/05/06 11:52:58.322 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=138] [conn=2] [job="ID:138, Type:drop table, State:synced, SchemaState:none, SchemaID:104, TableID:136, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:57.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:58.398 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=138] [2024/05/06 11:52:58.398 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:58.402 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.758901284\n# Parse_time: 0.000401961\n# Compile_time: 0.001062307\n# Rewrite_time: 0.000018602\n# Optimize_time: 0.000901337\n# Wait_TS: 0.000368219\n# DB: import_into\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] [2024/05/06 11:52:58.405 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=96] [cur_db=import_into] [sql="create table t (a bigint auto_random primary key, b int, c varchar(100), d int);"] [user=] [2024/05/06 11:52:58.455 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:140, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:139, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:58.415 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t (a bigint auto_random primary key, b int, c varchar(100), d int);"] [2024/05/06 11:52:58.455 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:140, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:139, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:58.415 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:58.507 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=140] [conn=2] [category=ddl] [job="ID:140, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:139, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:58.415 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:58.515 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 104, Table ID: 139, Table Name: t"] [2024/05/06 11:52:58.586 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=96] [neededSchemaVersion=97] ["start time"=2.609249ms] [gotSchemaVersion=97] [phyTblIDs="[139]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:58.596 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=140] [version=97] [2024/05/06 11:52:58.633 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=97] ["take time"=54.070799ms] [job="ID:140, Type:create table, State:done, SchemaState:public, SchemaID:104, TableID:139, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:58.415 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:58.713 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=140] [conn=2] [job="ID:140, Type:create table, State:synced, SchemaState:public, SchemaID:104, TableID:139, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:58.415 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:58.764 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=140] [2024/05/06 11:52:58.764 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:58.768 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.364880285\n# Parse_time: 0.001044502\n# Compile_time: 0.001361603\n# Rewrite_time: 0.000009496\n# Optimize_time: 0.000901337\n# Wait_TS: 0.000275976\n# DB: import_into\n# Is_internal: false\n# Digest: fba4d25935bef9b723af6dd92c3917cc2a54ad46b4abb3834b9c72b264c418a3\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Warnings: [{\"Level\":\"Note\",\"Message\":\"Available implicit allocation times: 288230376151711743\"}]\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ncreate table t (a bigint auto_random primary key, b int, c varchar(100), d int);"] [2024/05/06 11:52:58.781 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:58.943 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"columns-and-vars\":\"(`b`, `c`, `d`)\",\"file-location\":\"gs://test-multi-load/db.tbl.*.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"thread\":\"1\"}}"] [dist-task-enabled=true] [2024/05/06 11:52:59.069 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=12] [task-id=12] [data-size=63B] [thread-cnt=1] [global-sort=false] [2024/05/06 11:52:59.108 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=12] [2024/05/06 11:52:59.108 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=12] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=1] [2024/05/06 11:52:59.214 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=12] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:52:59.215 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=12] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:59.217 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=12] [curr-step=init] [next-step=import] [2024/05/06 11:52:59.237 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:59.240 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:52:59.240 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=63] [2024/05/06 11:52:59.240 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=3] [MaxChunkSize=268435456] [RegionsCount=3] [BatchSize=63] [cost=117.116µs] [2024/05/06 11:52:59.240 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=255.413µs] [] [2024/05/06 11:52:59.240 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=12] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:52:59.240 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=12] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=1] [subtasks=1] [2024/05/06 11:52:59.372 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=12] [mode=Import] [2024/05/06 11:52:59.393 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=12] [2024/05/06 11:52:59.401 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=12] [type=ImportInto] [remaining-slots=51] [2024/05/06 11:52:59.470 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=12] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:52:59.472 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=12] [step=import] [2024/05/06 11:52:59.473 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:59.482 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:52:59.482 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:52:59.483 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:59.483 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:52:59.484 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:59.484 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:59.484 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:52:59.484 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:52:59.484 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:59.497 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:52:59.499 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:52:59.499 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:52:59.499 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=12] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:52:59.499 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=12] [disk-quota=348.5GiB] [2024/05/06 11:52:59.553 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=12] [step=import] [subtask-id=23] [2024/05/06 11:52:59.557 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:59.560 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:59.560 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=139] [2024/05/06 11:52:59.591 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=139] [key=db.tbl.001.csv:0] [2024/05/06 11:52:59.593 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=139] [key=db.tbl.001.csv:0] [readDur=1.005912ms] [encodeDur=720.466µs] [checksum="{cksum=1675147975136326378,size=82,kvs=2}"] [deliverDur=141.612µs] [type=file] [takeTime=2.170386ms] [] [2024/05/06 11:52:59.594 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=139] [2024/05/06 11:52:59.595 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=82] [kvs=2] [files=1] [sstFileSize=988] [file=/tmp/tidb/import-4000/12/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/2fdbb078-a2d4-4d2d-a825-5e092a4a878b.sst] [firstKey=74800000000000008B5F728400000000000001] [lastKey=74800000000000008B5F728400000000000002] [2024/05/06 11:52:59.606 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=139] [key=db.tbl.002.csv:0] [2024/05/06 11:52:59.608 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=139] [key=db.tbl.002.csv:0] [readDur=900.373µs] [encodeDur=644.68µs] [checksum="{cksum=12305018038957930638,size=82,kvs=2}"] [deliverDur=42.893µs] [type=file] [takeTime=1.86087ms] [] [2024/05/06 11:52:59.608 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=82] [kvs=2] [files=1] [sstFileSize=987] [file=/tmp/tidb/import-4000/12/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/8f0d710c-ab10-4969-8c5f-57954e2628c9.sst] [firstKey=74800000000000008B5F728000000000000006] [lastKey=74800000000000008B5F728000000000000007] [2024/05/06 11:52:59.608 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=139] [2024/05/06 11:52:59.659 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=139] [key=db.tbl.003.csv:0] [2024/05/06 11:52:59.661 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=139] [key=db.tbl.003.csv:0] [readDur=972.745µs] [encodeDur=762.236µs] [checksum="{cksum=17907548893808300386,size=82,kvs=2}"] [deliverDur=48.04µs] [type=file] [takeTime=2.029705ms] [] [2024/05/06 11:52:59.662 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=12] [step=import] [subtask-id=23] [takeTime=108.935719ms] [] [2024/05/06 11:52:59.662 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=82] [kvs=2] [files=1] [sstFileSize=988] [file=/tmp/tidb/import-4000/12/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/f1576112-8e06-4289-bef7-69ca93e58a23.sst] [firstKey=74800000000000008B5F728C0000000000000B] [lastKey=74800000000000008B5F728C0000000000000C] [2024/05/06 11:52:59.662 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=12] [step=import] [engine-id=0] [2024/05/06 11:52:59.663 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=12] [step=import] [engine-id=0] [2024/05/06 11:52:59.663 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:59.665 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [takeTime=2.261639ms] [] [2024/05/06 11:52:59.665 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [retryCnt=0] [2024/05/06 11:52:59.670 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:52:59.692 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] ["region ranges"=1] [count=6] [size=246] [2024/05/06 11:52:59.692 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:52:59.707 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [size=246] [kvs=6] [importedSize=246] [importedCount=6] [2024/05/06 11:52:59.709 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [retryCnt=0] [takeTime=44.063888ms] [] [2024/05/06 11:52:59.709 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:52:59.710 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [takeTime=1.1747ms] [] [2024/05/06 11:52:59.711 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=12] [step=import] [engine-id=0] [2024/05/06 11:52:59.711 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:59.712 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [takeTime=1.790717ms] [] [2024/05/06 11:52:59.712 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [retryCnt=0] [2024/05/06 11:52:59.713 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:59.713 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [retryCnt=0] [takeTime=55.67µs] [] [2024/05/06 11:52:59.713 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:52:59.713 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [takeTime=820.532µs] [] [2024/05/06 11:52:59.756 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=12] [step=import] [2024/05/06 11:52:59.759 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:59.759 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:52:59.759 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:52:59.759 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:59.759 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:52:59.759 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:52:59.759 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:52:59.759 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:59.759 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:59.759 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:59.759 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:59.760 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:59.760 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:52:59.762 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:52:59.762 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:59.762 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:59.762 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:59.762 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:59.762 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=12] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=291.387993ms] [] [2024/05/06 11:52:59.831 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=12] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:52:59.833 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=12] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:59.836 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=12] [curr-step=import] [next-step=post-process] [2024/05/06 11:52:59.836 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=12] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:52:59.922 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=12] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":6,\"ColSizeMap\":{\"1\":38,\"2\":6,\"3\":36,\"4\":7}}"] [2024/05/06 11:52:59.924 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=12] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:52:59.924 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=12] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=1] [subtasks=1] [2024/05/06 11:53:00.087 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=12] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:53:00.130 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=12] [step=post-process] [subtask-id=24] [2024/05/06 11:53:00.130 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=12] [step=post-process] [subtask-id=24] [2024/05/06 11:53:00.130 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=12] [step=post-process] [subtask-id=24] [2024/05/06 11:53:00.139 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=12] [step=post-process] [subtask-id=24] [takeTime=8.386683ms] [] [2024/05/06 11:53:00.139 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=12] [step=post-process] [subtask-id=24] [groupId=-1] [size=246] [kvs=6] [checksum=5007723872062626566] [2024/05/06 11:53:00.139 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=12] [step=post-process] [subtask-id=24] [checksum="{cksum=5007723872062626566,size=246,kvs=6}"] [2024/05/06 11:53:00.139 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=12] [step=post-process] [subtask-id=24] [weight=30] [2024/05/06 11:53:00.139 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=12] [step=post-process] [subtask-id=24] [concurrency=15] [2024/05/06 11:53:00.142 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=139] [physicalTableID=139] [indexID=-1] [checksum=5007723872062626566] [totalKvs=6] [totalBytes=246] [2024/05/06 11:53:00.143 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=12] [step=post-process] [subtask-id=24] [local="{cksum=5007723872062626566,size=246,kvs=6}"] [2024/05/06 11:53:00.143 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=12] [step=post-process] [subtask-id=24] [takeTime=12.832851ms] [] [2024/05/06 11:53:00.143 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=12] [step=post-process] [subtask-id=24] [takeTime=13.063641ms] [] [2024/05/06 11:53:00.182 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=12] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=94.731967ms] [] [2024/05/06 11:53:00.257 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=12] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:53:00.257 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=12] [step=post-process] [state=running] [] [2024/05/06 11:53:00.261 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=12] [2024/05/06 11:53:00.313 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=12] [2024/05/06 11:53:00.330 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=12] [type=ImportInto] [2024/05/06 11:53:00.343 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:53:00.343 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=12] [2024/05/06 11:53:00.442 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:53:00.626 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 1.856543904\n# Parse_time: 0.000635465\n# Compile_time: 0.001298491\n# Rewrite_time: 0.000250553\n# Optimize_time: 0.000901337\n# Wait_TS: 0\n# DB: import_into\n# Is_internal: false\n# Digest: f3270b3d4ac347ff792763bdba108394282dd374769c7e26c556d7e9ff20c491\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS44NXMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS44NXMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `import_into`.`t` (`b`,`c`,`d`) FROM 'gs://test-multi-load/db.tbl.*.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH thread=1;"] === RUN TestImportInto/TestCancelJob [2024/05/06 11:53:00.662 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=97] [cur_db=import_into] [sql="drop database if exists test_cancel_job"] [user=] [2024/05/06 11:53:00.665 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=97] [cur_db=import_into] [sql="create database test_cancel_job"] [user=] [2024/05/06 11:53:00.697 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:142, Type:create schema, State:queueing, SchemaState:none, SchemaID:141, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:00.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:00.697 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:142, Type:create schema, State:queueing, SchemaState:none, SchemaID:141, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:00.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database test_cancel_job"] [2024/05/06 11:53:00.747 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=142] [conn=2] [category=ddl] [job="ID:142, Type:create schema, State:queueing, SchemaState:none, SchemaID:141, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:00.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:00.779 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=97] [neededSchemaVersion=98] ["start time"=1.11758ms] [gotSchemaVersion=98] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:53:00.790 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=142] [version=98] [2024/05/06 11:53:00.827 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=98] ["take time"=53.747312ms] [job="ID:142, Type:create schema, State:done, SchemaState:public, SchemaID:141, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:00.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:00.890 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=142] [conn=2] [job="ID:142, Type:create schema, State:synced, SchemaState:public, SchemaID:141, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:00.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:00.919 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=142] [2024/05/06 11:53:00.919 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:00.924 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=98] [cur_db=test_cancel_job] [sql="CREATE TABLE t1 (i INT PRIMARY KEY);"] [user=] [2024/05/06 11:53:00.964 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:144, Type:create table, State:queueing, SchemaState:none, SchemaID:141, TableID:143, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:00.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:00.964 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:144, Type:create table, State:queueing, SchemaState:none, SchemaID:141, TableID:143, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:00.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t1 (i INT PRIMARY KEY);"] [2024/05/06 11:53:01.006 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=144] [conn=2] [category=ddl] [job="ID:144, Type:create table, State:queueing, SchemaState:none, SchemaID:141, TableID:143, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:00.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:01.013 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 141, Table ID: 143, Table Name: t1"] [2024/05/06 11:53:01.098 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=98] [neededSchemaVersion=99] ["start time"=2.484232ms] [gotSchemaVersion=99] [phyTblIDs="[143]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:01.109 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=144] [version=99] [2024/05/06 11:53:01.144 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=99] ["take time"=53.864214ms] [job="ID:144, Type:create table, State:done, SchemaState:public, SchemaID:141, TableID:143, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:00.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:01.205 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=144] [conn=2] [job="ID:144, Type:create table, State:synced, SchemaState:public, SchemaID:141, TableID:143, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:00.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:01.241 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=144] [2024/05/06 11:53:01.242 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:01.245 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.321755706\n# Parse_time: 0.000395387\n# Compile_time: 0.000673787\n# Rewrite_time: 0.000008507\n# Optimize_time: 0.001709263\n# Wait_TS: 0.000375206\n# DB: test_cancel_job\n# Is_internal: false\n# Digest: d8696567f7f4f571ff6f2842ead9c03ca982ef29a8c49eb575a9f42d5cd117de\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse test_cancel_job;\nCREATE TABLE t1 (i INT PRIMARY KEY);"] [2024/05/06 11:53:01.248 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=99] [cur_db=test_cancel_job] [sql="CREATE TABLE t2 (i INT PRIMARY KEY);"] [user=] [2024/05/06 11:53:01.296 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:146, Type:create table, State:queueing, SchemaState:none, SchemaID:141, TableID:145, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:01.216 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:01.296 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:146, Type:create table, State:queueing, SchemaState:none, SchemaID:141, TableID:145, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:01.216 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t2 (i INT PRIMARY KEY);"] [2024/05/06 11:53:01.367 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=146] [conn=2] [category=ddl] [job="ID:146, Type:create table, State:queueing, SchemaState:none, SchemaID:141, TableID:145, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:01.216 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:01.374 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 141, Table ID: 145, Table Name: t2"] [2024/05/06 11:53:01.421 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=99] [neededSchemaVersion=100] ["start time"=2.313071ms] [gotSchemaVersion=100] [phyTblIDs="[145]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:01.432 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=146] [version=100] [2024/05/06 11:53:01.485 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=100] ["take time"=69.52368ms] [job="ID:146, Type:create table, State:done, SchemaState:public, SchemaID:141, TableID:145, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:01.216 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:01.562 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=146] [conn=2] [job="ID:146, Type:create table, State:synced, SchemaState:public, SchemaID:141, TableID:145, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:01.216 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:01.593 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=146] [2024/05/06 11:53:01.593 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:01.596 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.350374602\n# Parse_time: 0.000614705\n# Compile_time: 0.001002148\n# Rewrite_time: 0.000010963\n# Optimize_time: 0.001709263\n# Wait_TS: 0.000400225\n# DB: test_cancel_job\n# Is_internal: false\n# Digest: a8c2f762f2e5725dfe473f67672234f006b1a928c4a769884a3707c56f1cd7f2\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE t2 (i INT PRIMARY KEY);"] [2024/05/06 11:53:01.598 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=100] [cur_db=test_cancel_job] [sql="DROP USER IF EXISTS 'test_cancel_job1'@'localhost';"] [user=] [2024/05/06 11:53:01.819 +00:00] [INFO] [session.go:3939] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=100] ["secure text"="create user test_cancel_job1@localhost"] [user=] [2024/05/06 11:53:01.981 +00:00] [INFO] [session.go:3939] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=100] ["secure text"="GRANT SELECT,UPDATE,INSERT,DELETE,ALTER on test_cancel_job.* to 'test_cancel_job1'@'localhost'"] [user=] [2024/05/06 11:53:02.149 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=100] [cur_db=test_cancel_job] [sql="DROP USER IF EXISTS 'test_cancel_job2'@'localhost';"] [user=] [2024/05/06 11:53:02.405 +00:00] [INFO] [session.go:3939] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=100] ["secure text"="create user test_cancel_job2@localhost"] [user=] [2024/05/06 11:53:02.548 +00:00] [INFO] [session.go:3939] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=100] ["secure text"="GRANT SELECT,UPDATE,INSERT,DELETE,ALTER on test_cancel_job.* to 'test_cancel_job2'@'localhost'"] [user=] [2024/05/06 11:53:02.745 +00:00] [INFO] [tidb.go:269] ["rollbackTxn called due to ddl/autocommit failure"] [2024/05/06 11:53:02.746 +00:00] [WARN] [session.go:2153] ["run statement failed"] [schemaVersion=100] [error="[executor:8170]Job ID 9999999999 doesn't exist"] [errorVerbose="[executor:8170]Job ID 9999999999 doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/executor/importer.GetJob\n\tpkg/executor/importer/job.go:151\ngithub.com/pingcap/tidb/pkg/executor.(*ImportIntoActionExec).checkPrivilegeAndStatus.func1\n\tpkg/executor/import_into.go:335\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/executor.(*ImportIntoActionExec).checkPrivilegeAndStatus\n\tpkg/executor/import_into.go:332\ngithub.com/pingcap/tidb/pkg/executor.(*ImportIntoActionExec).Next\n\tpkg/executor/import_into.go:318\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:410\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1211\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:960\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:794\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:559\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:390\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:363\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\tpkg/testkit/testkit.go:436\ntests/realtikvtest/importintotest/importintotest_test.(*mockGCSSuite).TestCancelJob\n\ttests/realtikvtest/importintotest/job_test.go:409\nreflect.Value.call\n\tGOROOT/src/reflect/value.go:596\nreflect.Value.Call\n\tGOROOT/src/reflect/value.go:380\ngithub.com/stretchr/testify/suite.Run.func1\n\texternal/com_github_stretchr_testify/suite/suite.go:202\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [session="{\n \"currDBName\": \"test_cancel_job\",\n \"id\": 2,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] [2024/05/06 11:53:02.764 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:02.937 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test_cancel_job/t.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"detached\":null}}"] [dist-task-enabled=true] [2024/05/06 11:53:03.044 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=13] [task-id=13] [data-size=3B] [thread-cnt=26] [global-sort=false] [2024/05/06 11:53:03.058 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: test_cancel_job1[test_cancel_job1] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.309776603\n# Parse_time: 0.00060833\n# Compile_time: 0.00187748\n# Rewrite_time: 0.000324545\n# Optimize_time: 0.001709263\n# Wait_TS: 0\n# DB: test_cancel_job\n# Is_internal: false\n# Digest: c4fea08b379d575726c4116a5ec31132ec35ecd71972dbdaf5df3f791809cd2f\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('L7gwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MzA2LjVtcywgbG9vcHM6MglOL0EJTi9BCg==')\n# Binary_plan: tidb_decode_binary_plan('StAKRgoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaFXRpbWU6MzA2LjVtcywgbG9vcHM6MnD//w0CNAF4////////////ARgB')\n# Resource_group: default\nIMPORT INTO `test_cancel_job`.`t1` FROM 'gs://test_cancel_job/t.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH detached;"] [2024/05/06 11:53:03.081 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=13] [2024/05/06 11:53:03.081 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=13] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=26] [2024/05/06 11:53:03.190 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=13] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:53:03.191 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=13] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:03.193 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=13] [curr-step=init] [next-step=import] [2024/05/06 11:53:03.218 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:03.221 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t1] [2024/05/06 11:53:03.222 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t1] [before=536870912000] [after=3] [2024/05/06 11:53:03.222 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t1] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=3] [cost=56.908µs] [2024/05/06 11:53:03.222 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t1] [takeTime=213.214µs] [] [2024/05/06 11:53:03.222 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=13] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:53:03.222 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=13] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=26] [subtasks=1] [2024/05/06 11:53:03.224 +00:00] [INFO] [import_into.go:322] ["import into action start"] [jobID=13] [action="\"cancel\""] [2024/05/06 11:53:03.313 +00:00] [WARN] [session.go:803] [sql] [label=internal] [error="[kv:9007]Write conflict, txnStartTS=449576011881512968, conflictStartTS=449576011881512962, conflictCommitTS=449576011881512969, key={tableID=82, tableName=mysql.tidb_global_task, indexID=1, indexValues={pending, 13, }}, originalKey=7480000000000000525f6980000000000000010170656e64696e6700fe03800000000000000d, primary={tableID=82, tableName=mysql.tidb_global_task, indexID=1, indexValues={pending, 13, }}, originalPrimaryKey=7480000000000000525f6980000000000000010170656e64696e6700fe03800000000000000d, reason=Optimistic [try again later]"] [txn="Txn{state=invalid}"] [2024/05/06 11:53:03.313 +00:00] [WARN] [session.go:1091] [retrying] [schemaVersion=100] [retryCnt=0] [queryNum=0] [sql=] [2024/05/06 11:53:03.316 +00:00] [INFO] [lock_resolver.go:1150] ["resolveLock rollback"] [lock="key: 748000fffffffffffa5f698000000000000002013a34303030000000fc038000000000000019, primary: 7480000000000000525f6980000000000000010170656e64696e6700fe03800000000000000d, txnStartTS: 449576011881512968, lockForUpdateTS:0, minCommitTs:449576011881512969, ttl: 3065, type: Put, UseAsyncCommit: false, txnSize: 4"] [2024/05/06 11:53:03.331 +00:00] [WARN] [session.go:1091] [retrying] [schemaVersion=100] [retryCnt=0] [queryNum=1] [sql=] [2024/05/06 11:53:03.337 +00:00] [WARN] [session.go:1091] [retrying] [schemaVersion=100] [retryCnt=0] [queryNum=2] [sql=] [2024/05/06 11:53:03.339 +00:00] [WARN] [session.go:1091] [retrying] [schemaVersion=100] [retryCnt=0] [queryNum=3] [sql=] [2024/05/06 11:53:03.340 +00:00] [WARN] [session.go:1114] ["transaction association"] ["retrying txnStartTS"=449576011894620165] ["original txnStartTS"=449576011881512968] [2024/05/06 11:53:03.349 +00:00] [INFO] [scheduler.go:147] ["task state/step changed by user or other scheduler"] [task-id=13] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [old-state=running] [new-state=cancelling] [old-step=import] [new-step=init] [2024/05/06 11:53:03.356 +00:00] [INFO] [scheduler.go:278] ["on cancelling state"] [task-id=13] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=cancelling] [step=init] [2024/05/06 11:53:03.401 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=13] [step=init] [state=reverting] [error="cancelled by user"] [errorVerbose="cancelled by user\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).onCancelling\n\tpkg/disttask/framework/scheduler/scheduler.go:280\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).scheduleTask\n\tpkg/disttask/framework/scheduler/scheduler.go:219\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).ScheduleTask\n\tpkg/disttask/framework/scheduler/scheduler.go:122\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).startScheduler.func1\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:367\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 11:53:03.403 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=13] [step=init] [mode=Normal] [2024/05/06 11:53:03.489 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=13] [2024/05/06 11:53:03.514 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:53:03.514 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=13] [2024/05/06 11:53:03.588 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:53:03.605 +00:00] [INFO] [import_into.go:325] ["import into action completed"] [jobID=13] [action="\"cancel\""] [takeTime=380.916092ms] [] [2024/05/06 11:53:03.605 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: test_cancel_job1[test_cancel_job1] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.38924232\n# Parse_time: 0.000222767\n# Compile_time: 0.000681405\n# Rewrite_time: 0.00000846\n# Optimize_time: 0.001709263\n# Wait_TS: 0\n# DB: test_cancel_job\n# Is_internal: false\n# Digest: 385c1fb0f1877fcd1132bb40d62e02e866f0e27765127b1859c6f3db4b0f4443\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ncancel import job 13;"] [2024/05/06 11:53:04.154 +00:00] [INFO] [tidb.go:269] ["rollbackTxn called due to ddl/autocommit failure"] [2024/05/06 11:53:04.154 +00:00] [WARN] [session.go:2153] ["run statement failed"] [schemaVersion=100] [error="[executor:8171]The current job status cannot perform the operation. CANCEL"] [session="{\n \"currDBName\": \"test_cancel_job\",\n \"id\": 2,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": {\n \"Username\": \"test_cancel_job1\",\n \"Hostname\": \"localhost\",\n \"CurrentUser\": false,\n \"AuthUsername\": \"test_cancel_job1\",\n \"AuthHostname\": \"localhost\",\n \"AuthPlugin\": \"\"\n }\n}"] [2024/05/06 11:53:04.162 +00:00] [INFO] [tidb.go:269] ["rollbackTxn called due to ddl/autocommit failure"] [2024/05/06 11:53:04.162 +00:00] [WARN] [session.go:2153] ["run statement failed"] [schemaVersion=100] [error="[planner:1227]Access denied; you need (at least one of) the SUPER privilege(s) for this operation"] [errorVerbose="[planner:1227]Access denied; you need (at least one of) the SUPER privilege(s) for this operation\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/executor/importer.GetJob\n\tpkg/executor/importer/job.go:159\ngithub.com/pingcap/tidb/pkg/executor.(*ImportIntoActionExec).checkPrivilegeAndStatus.func1\n\tpkg/executor/import_into.go:335\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/executor.(*ImportIntoActionExec).checkPrivilegeAndStatus\n\tpkg/executor/import_into.go:332\ngithub.com/pingcap/tidb/pkg/executor.(*ImportIntoActionExec).Next\n\tpkg/executor/import_into.go:318\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:410\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1211\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:960\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:794\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:559\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:390\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:363\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\tpkg/testkit/testkit.go:436\ntests/realtikvtest/importintotest/importintotest_test.(*mockGCSSuite).TestCancelJob\n\ttests/realtikvtest/importintotest/job_test.go:452\nreflect.Value.call\n\tGOROOT/src/reflect/value.go:596\nreflect.Value.Call\n\tGOROOT/src/reflect/value.go:380\ngithub.com/stretchr/testify/suite.Run.func1\n\texternal/com_github_stretchr_testify/suite/suite.go:202\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [session="{\n \"currDBName\": \"test_cancel_job\",\n \"id\": 2,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": {\n \"Username\": \"test_cancel_job2\",\n \"Hostname\": \"localhost\",\n \"CurrentUser\": false,\n \"AuthUsername\": \"test_cancel_job2\",\n \"AuthHostname\": \"localhost\",\n \"AuthPlugin\": \"\"\n }\n}"] [2024/05/06 11:53:04.168 +00:00] [INFO] [tidb.go:269] ["rollbackTxn called due to ddl/autocommit failure"] [2024/05/06 11:53:04.169 +00:00] [WARN] [session.go:2153] ["run statement failed"] [schemaVersion=100] [error="[executor:8171]The current job status cannot perform the operation. CANCEL"] [session="{\n \"currDBName\": \"test_cancel_job\",\n \"id\": 2,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": {\n \"Username\": \"root\",\n \"Hostname\": \"localhost\",\n \"CurrentUser\": false,\n \"AuthUsername\": \"root\",\n \"AuthHostname\": \"%\",\n \"AuthPlugin\": \"\"\n }\n}"] [2024/05/06 11:53:04.182 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:04.383 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test_cancel_job/t.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"detached\":null}}"] [dist-task-enabled=true] [2024/05/06 11:53:04.460 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=14] [task-id=14] [data-size=3B] [thread-cnt=26] [global-sort=false] [2024/05/06 11:53:04.512 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=14] [2024/05/06 11:53:04.512 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=14] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=26] [2024/05/06 11:53:04.619 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=14] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:53:04.620 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=14] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:04.621 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=14] [curr-step=init] [next-step=import] [2024/05/06 11:53:04.642 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:04.645 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t2] [2024/05/06 11:53:04.645 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t2] [before=536870912000] [after=3] [2024/05/06 11:53:04.645 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t2] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=3] [cost=77.042µs] [2024/05/06 11:53:04.645 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t2] [takeTime=224.434µs] [] [2024/05/06 11:53:04.645 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=14] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:53:04.645 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=14] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=26] [subtasks=1] [2024/05/06 11:53:04.741 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=14] [mode=Import] [2024/05/06 11:53:04.778 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=14] [2024/05/06 11:53:04.814 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=14] [type=ImportInto] [remaining-slots=26] [2024/05/06 11:53:04.856 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=14] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 11:53:04.857 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=14] [step=import] [2024/05/06 11:53:04.858 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:04.866 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:53:04.867 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:53:04.867 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:04.867 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:53:04.868 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:04.868 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:04.868 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:53:04.868 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:53:04.868 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:04.883 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:53:04.884 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:53:04.884 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t2] [quota=374.2GB] [2024/05/06 11:53:04.885 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=14] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:53:04.885 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t2] [import-id=14] [disk-quota=348.5GiB] [2024/05/06 11:53:04.928 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=14] [step=import] [subtask-id=26] [2024/05/06 11:53:04.933 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`test_cancel_job`.`t2`:0] [engineUUID=53400eb2-f75b-5777-a5ee-cfa50fd4a756] [2024/05/06 11:53:04.937 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`test_cancel_job`.`t2`:-1] [engineUUID=3b791ee0-18d2-5a77-83dc-792402f82bf3] [2024/05/06 11:53:04.937 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=145] [2024/05/06 11:53:04.979 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=145] [key=t.csv:0] [2024/05/06 11:53:04.982 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=145] [key=t.csv:0] [readDur=1.154411ms] [encodeDur=783.18µs] [checksum="{cksum=7435750759411199284,size=50,kvs=2}"] [deliverDur=522.447µs] [type=file] [takeTime=2.819763ms] [] [2024/05/06 11:53:04.983 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=14] [step=import] [subtask-id=26] [takeTime=54.91947ms] [] [2024/05/06 11:53:04.983 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=50] [kvs=2] [files=1] [sstFileSize=961] [file=/tmp/tidb/import-4000/14/53400eb2-f75b-5777-a5ee-cfa50fd4a756.sst/8b55e847-d026-4d3a-b183-df33808ed146.sst] [firstKey=7480000000000000915F728000000000000001] [lastKey=7480000000000000915F728000000000000002] [2024/05/06 11:53:04.984 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=14] [step=import] [engine-id=0] [2024/05/06 11:53:04.984 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=14] [step=import] [engine-id=0] [2024/05/06 11:53:04.984 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`test_cancel_job`.`t2`:0] [engineUUID=53400eb2-f75b-5777-a5ee-cfa50fd4a756] [2024/05/06 11:53:04.986 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`test_cancel_job`.`t2`:0] [engineUUID=53400eb2-f75b-5777-a5ee-cfa50fd4a756] [takeTime=2.010175ms] [] [2024/05/06 11:53:04.986 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`test_cancel_job`.`t2`:0] [engineUUID=53400eb2-f75b-5777-a5ee-cfa50fd4a756] [retryCnt=0] [2024/05/06 11:53:04.991 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:53:05.012 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=53400eb2-f75b-5777-a5ee-cfa50fd4a756] ["region ranges"=1] [count=2] [size=50] [2024/05/06 11:53:05.013 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:53:05.029 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=53400eb2-f75b-5777-a5ee-cfa50fd4a756] [size=50] [kvs=2] [importedSize=50] [importedCount=2] [2024/05/06 11:53:05.031 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`test_cancel_job`.`t2`:0] [engineUUID=53400eb2-f75b-5777-a5ee-cfa50fd4a756] [retryCnt=0] [takeTime=44.936628ms] [] [2024/05/06 11:53:05.031 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`test_cancel_job`.`t2`:0] [engineUUID=53400eb2-f75b-5777-a5ee-cfa50fd4a756] [2024/05/06 11:53:05.032 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`test_cancel_job`.`t2`:0] [engineUUID=53400eb2-f75b-5777-a5ee-cfa50fd4a756] [takeTime=1.161275ms] [] [2024/05/06 11:53:05.032 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=14] [step=import] [engine-id=0] [2024/05/06 11:53:05.032 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`test_cancel_job`.`t2`:-1] [engineUUID=3b791ee0-18d2-5a77-83dc-792402f82bf3] [2024/05/06 11:53:05.034 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`test_cancel_job`.`t2`:-1] [engineUUID=3b791ee0-18d2-5a77-83dc-792402f82bf3] [takeTime=1.654627ms] [] [2024/05/06 11:53:05.034 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`test_cancel_job`.`t2`:-1] [engineUUID=3b791ee0-18d2-5a77-83dc-792402f82bf3] [retryCnt=0] [2024/05/06 11:53:05.034 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=3b791ee0-18d2-5a77-83dc-792402f82bf3] [2024/05/06 11:53:05.034 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`test_cancel_job`.`t2`:-1] [engineUUID=3b791ee0-18d2-5a77-83dc-792402f82bf3] [retryCnt=0] [takeTime=59.902µs] [] [2024/05/06 11:53:05.034 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`test_cancel_job`.`t2`:-1] [engineUUID=3b791ee0-18d2-5a77-83dc-792402f82bf3] [2024/05/06 11:53:05.035 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`test_cancel_job`.`t2`:-1] [engineUUID=3b791ee0-18d2-5a77-83dc-792402f82bf3] [takeTime=806.684µs] [] [2024/05/06 11:53:05.084 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=14] [step=import] [2024/05/06 11:53:05.087 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:53:05.087 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:53:05.087 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:53:05.087 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:05.087 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:05.087 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:53:05.087 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:05.087 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:53:05.087 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:05.087 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:05.088 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:05.088 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:05.088 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:53:05.089 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:53:05.089 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:05.089 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:05.090 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:05.090 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:05.090 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=14] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=233.489044ms] [] [2024/05/06 11:53:05.133 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=14] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:53:05.134 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=14] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:05.135 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=14] [curr-step=import] [next-step=post-process] [2024/05/06 11:53:05.135 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=14] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:53:05.234 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=14] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":2,\"ColSizeMap\":{\"1\":2}}"] [2024/05/06 11:53:05.236 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=14] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:53:05.236 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=14] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=26] [subtasks=1] [2024/05/06 11:53:05.394 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=14] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 11:53:05.446 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=14] [step=post-process] [subtask-id=27] [2024/05/06 11:53:05.453 +00:00] [INFO] [import_into.go:322] ["import into action start"] [jobID=14] [action="\"cancel\""] [2024/05/06 11:53:05.520 +00:00] [INFO] [scheduler.go:147] ["task state/step changed by user or other scheduler"] [task-id=14] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [old-state=running] [new-state=cancelling] [old-step=post-process] [new-step=post-process] [2024/05/06 11:53:05.526 +00:00] [INFO] [scheduler.go:278] ["on cancelling state"] [task-id=14] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=cancelling] [step=post-process] [2024/05/06 11:53:05.603 +00:00] [INFO] [manager.go:246] [onCanceledTasks] [server-id=:4000] [task-id=14] [2024/05/06 11:53:05.731 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=14] [step=post-process] [state=reverting] [error="cancelled by user"] [errorVerbose="cancelled by user\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).onCancelling\n\tpkg/disttask/framework/scheduler/scheduler.go:280\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).scheduleTask\n\tpkg/disttask/framework/scheduler/scheduler.go:219\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).ScheduleTask\n\tpkg/disttask/framework/scheduler/scheduler.go:122\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).startScheduler.func1\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:367\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 11:53:05.732 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=14] [step=post-process] [mode=Normal] [2024/05/06 11:53:05.738 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=14] [2024/05/06 11:53:05.817 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=14] [2024/05/06 11:53:05.822 +00:00] [INFO] [import_into.go:325] ["import into action completed"] [jobID=14] [action="\"cancel\""] [takeTime=368.188027ms] [] [2024/05/06 11:53:05.822 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: test_cancel_job2[test_cancel_job2] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.376055335\n# Parse_time: 0.000492572\n# Compile_time: 0.000798784\n# Rewrite_time: 0.000007682\n# Optimize_time: 0.000187227\n# Wait_TS: 0\n# DB: test_cancel_job\n# Is_internal: false\n# Digest: 385c1fb0f1877fcd1132bb40d62e02e866f0e27765127b1859c6f3db4b0f4443\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ncancel import job 14;"] [2024/05/06 11:53:05.841 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:53:05.841 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=14] [2024/05/06 11:53:05.921 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:53:05.975 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=14] [step=post-process] [subtask-id=27] [2024/05/06 11:53:05.975 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=14] [step=post-process] [subtask-id=27] [2024/05/06 11:53:05.975 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=14] [step=post-process] [subtask-id=27] [takeTime=37.448µs] [] [2024/05/06 11:53:05.975 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=14] [step=post-process] [subtask-id=27] [groupId=-1] [size=50] [kvs=2] [checksum=7435750759411199284] [2024/05/06 11:53:05.975 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=14] [step=post-process] [subtask-id=27] [checksum="{cksum=7435750759411199284,size=50,kvs=2}"] [2024/05/06 11:53:05.976 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=14] [step=post-process] [subtask-id=27] [weight=30] [2024/05/06 11:53:05.976 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=14] [step=post-process] [subtask-id=27] [concurrency=15] [2024/05/06 11:53:05.978 +00:00] [ERROR] [txn.go:608] ["active transaction fail"] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/tikv/pd/client.(*tsoRequest).Wait\n\texternal/com_github_tikv_pd_client/tso_request.go:79\ngithub.com/tikv/client-go/v2/util.interceptedTsFuture.Wait\n\texternal/com_github_tikv_client_go_v2/util/pd_interceptor.go:73\ngithub.com/tikv/client-go/v2/oracle/oracles.(*tsFuture).Wait\n\texternal/com_github_tikv_client_go_v2/oracle/oracles/pd.go:132\ngithub.com/pingcap/tidb/pkg/session.(*txnFuture).wait\n\tpkg/session/txn.go:699\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).changePendingToValid\n\tpkg/session/txn.go:289\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Wait\n\tpkg/session/txn.go:607\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).ActivateTxn\n\tpkg/sessiontxn/isolation/base.go:290\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/base.go:186\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*OptimisticTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/optimistic.go:100\ngithub.com/pingcap/tidb/pkg/session.(*txnManager).GetStmtReadTS\n\tpkg/session/txnmanager.go:98\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).getSnapshotTS\n\tpkg/executor/builder.go:1817\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildChecksumTable\n\tpkg/executor/builder.go:709\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:174\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).buildExecutor\n\tpkg/executor/adapter.go:1172\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:522\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/pingcap/tidb/pkg/executor/importer.checksumTable.func4\n\tpkg/executor/importer/table_import.go:906\ngithub.com/pingcap/tidb/pkg/executor/importer.checksumTable\n\tpkg/executor/importer/table_import.go:933\ngithub.com/pingcap/tidb/pkg/executor/importer.VerifyChecksum\n\tpkg/executor/importer/table_import.go:841\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess.func2\n\tpkg/disttask/importinto/subtask_executor.go:149\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess\n\tpkg/disttask/importinto/subtask_executor.go:148\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*postProcessStepExecutor).RunSubtask\n\tpkg/disttask/importinto/task_executor.go:497\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask.func1\n\tpkg/disttask/framework/taskexecutor/task_executor.go:413\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:414\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/tikv/client-go/v2/oracle/oracles.(*tsFuture).Wait\n\texternal/com_github_tikv_client_go_v2/oracle/oracles/pd.go:135\ngithub.com/pingcap/tidb/pkg/session.(*txnFuture).wait\n\tpkg/session/txn.go:699\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).changePendingToValid\n\tpkg/session/txn.go:289\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Wait\n\tpkg/session/txn.go:607\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).ActivateTxn\n\tpkg/sessiontxn/isolation/base.go:290\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/base.go:186\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*OptimisticTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/optimistic.go:100\ngithub.com/pingcap/tidb/pkg/session.(*txnManager).GetStmtReadTS\n\tpkg/session/txnmanager.go:98\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).getSnapshotTS\n\tpkg/executor/builder.go:1817\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildChecksumTable\n\tpkg/executor/builder.go:709\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:174\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).buildExecutor\n\tpkg/executor/adapter.go:1172\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:522\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/pingcap/tidb/pkg/executor/importer.checksumTable.func4\n\tpkg/executor/importer/table_import.go:906\ngithub.com/pingcap/tidb/pkg/executor/importer.checksumTable\n\tpkg/executor/importer/table_import.go:933\ngithub.com/pingcap/tidb/pkg/executor/importer.VerifyChecksum\n\tpkg/executor/importer/table_import.go:841\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess.func2\n\tpkg/disttask/importinto/subtask_executor.go:149\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess\n\tpkg/disttask/importinto/subtask_executor.go:148\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*postProcessStepExecutor).RunSubtask\n\tpkg/disttask/importinto/task_executor.go:497\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask.func1\n\tpkg/disttask/framework/taskexecutor/task_executor.go:413\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:414\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/session.(*LazyTxn).Wait\n\tpkg/session/txn.go:608\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).ActivateTxn\n\tpkg/sessiontxn/isolation/base.go:290\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/base.go:186\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*OptimisticTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/optimistic.go:100\ngithub.com/pingcap/tidb/pkg/session.(*txnManager).GetStmtReadTS\n\tpkg/session/txnmanager.go:98\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).getSnapshotTS\n\tpkg/executor/builder.go:1817\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildChecksumTable\n\tpkg/executor/builder.go:709\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:174\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).buildExecutor\n\tpkg/executor/adapter.go:1172\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:522\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/pingcap/tidb/pkg/executor/importer.checksumTable.func4\n\tpkg/executor/importer/table_import.go:906\ngithub.com/pingcap/tidb/pkg/executor/importer.checksumTable\n\tpkg/executor/importer/table_import.go:933\ngithub.com/pingcap/tidb/pkg/executor/importer.VerifyChecksum\n\tpkg/executor/importer/table_import.go:841\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess.func2\n\tpkg/disttask/importinto/subtask_executor.go:149\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess\n\tpkg/disttask/importinto/subtask_executor.go:148\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*postProcessStepExecutor).RunSubtask\n\tpkg/disttask/importinto/task_executor.go:497\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask.func1\n\tpkg/disttask/framework/taskexecutor/task_executor.go:413\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:414\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [2024/05/06 11:53:05.980 +00:00] [INFO] [tidb.go:269] ["rollbackTxn called due to ddl/autocommit failure"] [2024/05/06 11:53:05.980 +00:00] [WARN] [session.go:2153] ["run statement failed"] [schemaVersion=100] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/tikv/pd/client.(*tsoRequest).Wait\n\texternal/com_github_tikv_pd_client/tso_request.go:79\ngithub.com/tikv/client-go/v2/util.interceptedTsFuture.Wait\n\texternal/com_github_tikv_client_go_v2/util/pd_interceptor.go:73\ngithub.com/tikv/client-go/v2/oracle/oracles.(*tsFuture).Wait\n\texternal/com_github_tikv_client_go_v2/oracle/oracles/pd.go:132\ngithub.com/pingcap/tidb/pkg/session.(*txnFuture).wait\n\tpkg/session/txn.go:699\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).changePendingToValid\n\tpkg/session/txn.go:289\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Wait\n\tpkg/session/txn.go:607\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).ActivateTxn\n\tpkg/sessiontxn/isolation/base.go:290\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/base.go:186\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*OptimisticTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/optimistic.go:100\ngithub.com/pingcap/tidb/pkg/session.(*txnManager).GetStmtReadTS\n\tpkg/session/txnmanager.go:98\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).getSnapshotTS\n\tpkg/executor/builder.go:1817\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildChecksumTable\n\tpkg/executor/builder.go:709\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:174\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).buildExecutor\n\tpkg/executor/adapter.go:1172\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:522\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/pingcap/tidb/pkg/executor/importer.checksumTable.func4\n\tpkg/executor/importer/table_import.go:906\ngithub.com/pingcap/tidb/pkg/executor/importer.checksumTable\n\tpkg/executor/importer/table_import.go:933\ngithub.com/pingcap/tidb/pkg/executor/importer.VerifyChecksum\n\tpkg/executor/importer/table_import.go:841\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess.func2\n\tpkg/disttask/importinto/subtask_executor.go:149\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess\n\tpkg/disttask/importinto/subtask_executor.go:148\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*postProcessStepExecutor).RunSubtask\n\tpkg/disttask/importinto/task_executor.go:497\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask.func1\n\tpkg/disttask/framework/taskexecutor/task_executor.go:413\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:414\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/tikv/client-go/v2/oracle/oracles.(*tsFuture).Wait\n\texternal/com_github_tikv_client_go_v2/oracle/oracles/pd.go:135\ngithub.com/pingcap/tidb/pkg/session.(*txnFuture).wait\n\tpkg/session/txn.go:699\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).changePendingToValid\n\tpkg/session/txn.go:289\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Wait\n\tpkg/session/txn.go:607\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).ActivateTxn\n\tpkg/sessiontxn/isolation/base.go:290\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/base.go:186\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*OptimisticTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/optimistic.go:100\ngithub.com/pingcap/tidb/pkg/session.(*txnManager).GetStmtReadTS\n\tpkg/session/txnmanager.go:98\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).getSnapshotTS\n\tpkg/executor/builder.go:1817\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildChecksumTable\n\tpkg/executor/builder.go:709\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:174\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).buildExecutor\n\tpkg/executor/adapter.go:1172\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:522\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/pingcap/tidb/pkg/executor/importer.checksumTable.func4\n\tpkg/executor/importer/table_import.go:906\ngithub.com/pingcap/tidb/pkg/executor/importer.checksumTable\n\tpkg/executor/importer/table_import.go:933\ngithub.com/pingcap/tidb/pkg/executor/importer.VerifyChecksum\n\tpkg/executor/importer/table_import.go:841\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess.func2\n\tpkg/disttask/importinto/subtask_executor.go:149\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess\n\tpkg/disttask/importinto/subtask_executor.go:148\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*postProcessStepExecutor).RunSubtask\n\tpkg/disttask/importinto/task_executor.go:497\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask.func1\n\tpkg/disttask/framework/taskexecutor/task_executor.go:413\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:414\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2024/05/06 11:53:05.981 +00:00] [ERROR] [task_executor.go:549] [onError] [task-id=14] [task-type=ImportInto] [server-id=:4000] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/tikv/pd/client.(*tsoRequest).Wait\n\texternal/com_github_tikv_pd_client/tso_request.go:79\ngithub.com/tikv/client-go/v2/util.interceptedTsFuture.Wait\n\texternal/com_github_tikv_client_go_v2/util/pd_interceptor.go:73\ngithub.com/tikv/client-go/v2/oracle/oracles.(*tsFuture).Wait\n\texternal/com_github_tikv_client_go_v2/oracle/oracles/pd.go:132\ngithub.com/pingcap/tidb/pkg/session.(*txnFuture).wait\n\tpkg/session/txn.go:699\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).changePendingToValid\n\tpkg/session/txn.go:289\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Wait\n\tpkg/session/txn.go:607\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).ActivateTxn\n\tpkg/sessiontxn/isolation/base.go:290\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/base.go:186\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*OptimisticTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/optimistic.go:100\ngithub.com/pingcap/tidb/pkg/session.(*txnManager).GetStmtReadTS\n\tpkg/session/txnmanager.go:98\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).getSnapshotTS\n\tpkg/executor/builder.go:1817\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildChecksumTable\n\tpkg/executor/builder.go:709\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:174\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).buildExecutor\n\tpkg/executor/adapter.go:1172\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:522\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/pingcap/tidb/pkg/executor/importer.checksumTable.func4\n\tpkg/executor/importer/table_import.go:906\ngithub.com/pingcap/tidb/pkg/executor/importer.checksumTable\n\tpkg/executor/importer/table_import.go:933\ngithub.com/pingcap/tidb/pkg/executor/importer.VerifyChecksum\n\tpkg/executor/importer/table_import.go:841\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess.func2\n\tpkg/disttask/importinto/subtask_executor.go:149\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess\n\tpkg/disttask/importinto/subtask_executor.go:148\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*postProcessStepExecutor).RunSubtask\n\tpkg/disttask/importinto/task_executor.go:497\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask.func1\n\tpkg/disttask/framework/taskexecutor/task_executor.go:413\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:414\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/tikv/client-go/v2/oracle/oracles.(*tsFuture).Wait\n\texternal/com_github_tikv_client_go_v2/oracle/oracles/pd.go:135\ngithub.com/pingcap/tidb/pkg/session.(*txnFuture).wait\n\tpkg/session/txn.go:699\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).changePendingToValid\n\tpkg/session/txn.go:289\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Wait\n\tpkg/session/txn.go:607\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).ActivateTxn\n\tpkg/sessiontxn/isolation/base.go:290\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/base.go:186\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*OptimisticTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/optimistic.go:100\ngithub.com/pingcap/tidb/pkg/session.(*txnManager).GetStmtReadTS\n\tpkg/session/txnmanager.go:98\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).getSnapshotTS\n\tpkg/executor/builder.go:1817\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildChecksumTable\n\tpkg/executor/builder.go:709\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:174\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).buildExecutor\n\tpkg/executor/adapter.go:1172\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:522\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/pingcap/tidb/pkg/executor/importer.checksumTable.func4\n\tpkg/executor/importer/table_import.go:906\ngithub.com/pingcap/tidb/pkg/executor/importer.checksumTable\n\tpkg/executor/importer/table_import.go:933\ngithub.com/pingcap/tidb/pkg/executor/importer.VerifyChecksum\n\tpkg/executor/importer/table_import.go:841\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess.func2\n\tpkg/disttask/importinto/subtask_executor.go:149\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess\n\tpkg/disttask/importinto/subtask_executor.go:148\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*postProcessStepExecutor).RunSubtask\n\tpkg/disttask/importinto/task_executor.go:497\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask.func1\n\tpkg/disttask/framework/taskexecutor/task_executor.go:413\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:414\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).onError\n\tpkg/disttask/framework/taskexecutor/task_executor.go:549\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:428\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).onError\n\tpkg/disttask/framework/taskexecutor/task_executor.go:549\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:428\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [2024/05/06 11:53:05.983 +00:00] [ERROR] [task_executor.go:555] ["taskExecutor met first error"] [task-id=14] [task-type=ImportInto] [server-id=:4000] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/tikv/pd/client.(*tsoRequest).Wait\n\texternal/com_github_tikv_pd_client/tso_request.go:79\ngithub.com/tikv/client-go/v2/util.interceptedTsFuture.Wait\n\texternal/com_github_tikv_client_go_v2/util/pd_interceptor.go:73\ngithub.com/tikv/client-go/v2/oracle/oracles.(*tsFuture).Wait\n\texternal/com_github_tikv_client_go_v2/oracle/oracles/pd.go:132\ngithub.com/pingcap/tidb/pkg/session.(*txnFuture).wait\n\tpkg/session/txn.go:699\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).changePendingToValid\n\tpkg/session/txn.go:289\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Wait\n\tpkg/session/txn.go:607\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).ActivateTxn\n\tpkg/sessiontxn/isolation/base.go:290\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/base.go:186\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*OptimisticTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/optimistic.go:100\ngithub.com/pingcap/tidb/pkg/session.(*txnManager).GetStmtReadTS\n\tpkg/session/txnmanager.go:98\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).getSnapshotTS\n\tpkg/executor/builder.go:1817\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildChecksumTable\n\tpkg/executor/builder.go:709\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:174\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).buildExecutor\n\tpkg/executor/adapter.go:1172\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:522\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/pingcap/tidb/pkg/executor/importer.checksumTable.func4\n\tpkg/executor/importer/table_import.go:906\ngithub.com/pingcap/tidb/pkg/executor/importer.checksumTable\n\tpkg/executor/importer/table_import.go:933\ngithub.com/pingcap/tidb/pkg/executor/importer.VerifyChecksum\n\tpkg/executor/importer/table_import.go:841\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess.func2\n\tpkg/disttask/importinto/subtask_executor.go:149\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess\n\tpkg/disttask/importinto/subtask_executor.go:148\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*postProcessStepExecutor).RunSubtask\n\tpkg/disttask/importinto/task_executor.go:497\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask.func1\n\tpkg/disttask/framework/taskexecutor/task_executor.go:413\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:414\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/tikv/client-go/v2/oracle/oracles.(*tsFuture).Wait\n\texternal/com_github_tikv_client_go_v2/oracle/oracles/pd.go:135\ngithub.com/pingcap/tidb/pkg/session.(*txnFuture).wait\n\tpkg/session/txn.go:699\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).changePendingToValid\n\tpkg/session/txn.go:289\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Wait\n\tpkg/session/txn.go:607\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).ActivateTxn\n\tpkg/sessiontxn/isolation/base.go:290\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/base.go:186\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*OptimisticTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/optimistic.go:100\ngithub.com/pingcap/tidb/pkg/session.(*txnManager).GetStmtReadTS\n\tpkg/session/txnmanager.go:98\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).getSnapshotTS\n\tpkg/executor/builder.go:1817\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildChecksumTable\n\tpkg/executor/builder.go:709\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:174\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).buildExecutor\n\tpkg/executor/adapter.go:1172\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:522\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/pingcap/tidb/pkg/executor/importer.checksumTable.func4\n\tpkg/executor/importer/table_import.go:906\ngithub.com/pingcap/tidb/pkg/executor/importer.checksumTable\n\tpkg/executor/importer/table_import.go:933\ngithub.com/pingcap/tidb/pkg/executor/importer.VerifyChecksum\n\tpkg/executor/importer/table_import.go:841\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess.func2\n\tpkg/disttask/importinto/subtask_executor.go:149\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess\n\tpkg/disttask/importinto/subtask_executor.go:148\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*postProcessStepExecutor).RunSubtask\n\tpkg/disttask/importinto/task_executor.go:497\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask.func1\n\tpkg/disttask/framework/taskexecutor/task_executor.go:413\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:414\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).onError\n\tpkg/disttask/framework/taskexecutor/task_executor.go:555\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:428\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [2024/05/06 11:53:05.984 +00:00] [WARN] [task_executor.go:633] ["subtask canceled"] [task-id=14] [task-type=ImportInto] [server-id=:4000] [error="context canceled"] [2024/05/06 11:53:05.998 +00:00] [ERROR] [task_executor.go:248] ["failed to handle task"] [task-id=14] [task-type=ImportInto] [server-id=:4000] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/tikv/pd/client.(*tsoRequest).Wait\n\texternal/com_github_tikv_pd_client/tso_request.go:79\ngithub.com/tikv/client-go/v2/util.interceptedTsFuture.Wait\n\texternal/com_github_tikv_client_go_v2/util/pd_interceptor.go:73\ngithub.com/tikv/client-go/v2/oracle/oracles.(*tsFuture).Wait\n\texternal/com_github_tikv_client_go_v2/oracle/oracles/pd.go:132\ngithub.com/pingcap/tidb/pkg/session.(*txnFuture).wait\n\tpkg/session/txn.go:699\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).changePendingToValid\n\tpkg/session/txn.go:289\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Wait\n\tpkg/session/txn.go:607\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).ActivateTxn\n\tpkg/sessiontxn/isolation/base.go:290\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/base.go:186\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*OptimisticTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/optimistic.go:100\ngithub.com/pingcap/tidb/pkg/session.(*txnManager).GetStmtReadTS\n\tpkg/session/txnmanager.go:98\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).getSnapshotTS\n\tpkg/executor/builder.go:1817\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildChecksumTable\n\tpkg/executor/builder.go:709\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:174\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).buildExecutor\n\tpkg/executor/adapter.go:1172\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:522\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/pingcap/tidb/pkg/executor/importer.checksumTable.func4\n\tpkg/executor/importer/table_import.go:906\ngithub.com/pingcap/tidb/pkg/executor/importer.checksumTable\n\tpkg/executor/importer/table_import.go:933\ngithub.com/pingcap/tidb/pkg/executor/importer.VerifyChecksum\n\tpkg/executor/importer/table_import.go:841\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess.func2\n\tpkg/disttask/importinto/subtask_executor.go:149\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess\n\tpkg/disttask/importinto/subtask_executor.go:148\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*postProcessStepExecutor).RunSubtask\n\tpkg/disttask/importinto/task_executor.go:497\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask.func1\n\tpkg/disttask/framework/taskexecutor/task_executor.go:413\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:414\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/tikv/client-go/v2/oracle/oracles.(*tsFuture).Wait\n\texternal/com_github_tikv_client_go_v2/oracle/oracles/pd.go:135\ngithub.com/pingcap/tidb/pkg/session.(*txnFuture).wait\n\tpkg/session/txn.go:699\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).changePendingToValid\n\tpkg/session/txn.go:289\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Wait\n\tpkg/session/txn.go:607\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).ActivateTxn\n\tpkg/sessiontxn/isolation/base.go:290\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/base.go:186\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*OptimisticTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/optimistic.go:100\ngithub.com/pingcap/tidb/pkg/session.(*txnManager).GetStmtReadTS\n\tpkg/session/txnmanager.go:98\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).getSnapshotTS\n\tpkg/executor/builder.go:1817\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildChecksumTable\n\tpkg/executor/builder.go:709\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:174\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).buildExecutor\n\tpkg/executor/adapter.go:1172\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:522\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/pingcap/tidb/pkg/executor/importer.checksumTable.func4\n\tpkg/executor/importer/table_import.go:906\ngithub.com/pingcap/tidb/pkg/executor/importer.checksumTable\n\tpkg/executor/importer/table_import.go:933\ngithub.com/pingcap/tidb/pkg/executor/importer.VerifyChecksum\n\tpkg/executor/importer/table_import.go:841\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess.func2\n\tpkg/disttask/importinto/subtask_executor.go:149\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess\n\tpkg/disttask/importinto/subtask_executor.go:148\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*postProcessStepExecutor).RunSubtask\n\tpkg/disttask/importinto/task_executor.go:497\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask.func1\n\tpkg/disttask/framework/taskexecutor/task_executor.go:413\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:414\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:248\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [2024/05/06 11:53:06.016 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=14] [type=ImportInto] [2024/05/06 11:53:07.087 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=100] [cur_db=test_cancel_job] [sql="truncate table t2"] [user=root@%] [2024/05/06 11:53:07.123 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:148, Type:truncate table, State:queueing, SchemaState:none, SchemaID:141, TableID:145, RowCount:0, ArgLen:3, start time: 2024-05-06 11:53:07.066 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:07.123 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:148, Type:truncate table, State:queueing, SchemaState:none, SchemaID:141, TableID:145, RowCount:0, ArgLen:3, start time: 2024-05-06 11:53:07.066 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="truncate table t2"] [2024/05/06 11:53:07.224 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=148] [conn=2] [category=ddl] [job="ID:148, Type:truncate table, State:queueing, SchemaState:none, SchemaID:141, TableID:145, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:07.066 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:07.237 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 141, Table ID: 147, Table Name: t2, Old Table ID: 145, Old Table Name: t2"] [2024/05/06 11:53:07.283 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=100] [neededSchemaVersion=101] ["start time"=2.98544ms] [gotSchemaVersion=101] [phyTblIDs="[145,147]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 11:53:07.297 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=148] [version=101] [2024/05/06 11:53:07.327 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=101] ["take time"=53.887637ms] [job="ID:148, Type:truncate table, State:done, SchemaState:public, SchemaID:141, TableID:145, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:07.066 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:07.412 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=148] [tableIDs="[145]"] [comment="drop table: table ID"] [2024/05/06 11:53:07.422 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=148] [jobType="truncate table"] [2024/05/06 11:53:07.426 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=148] [conn=2] [job="ID:148, Type:truncate table, State:synced, SchemaState:public, SchemaID:141, TableID:145, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:07.066 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:07.487 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=148] [2024/05/06 11:53:07.488 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:07.492 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.405482146\n# Parse_time: 0.000252876\n# Compile_time: 0.000856227\n# Rewrite_time: 0.000081839\n# Optimize_time: 0.000217808\n# Wait_TS: 0.000403998\n# DB: test_cancel_job\n# Is_internal: false\n# Digest: 0352e2dc5a3aa3fa658964d8f5847f2f063c5750255b3a95c30e043caa0d91d9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ntruncate table t2;"] [2024/05/06 11:53:07.513 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:07.718 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test_cancel_job/t.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"detached\":null}}"] [dist-task-enabled=true] [2024/05/06 11:53:07.799 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=15] [task-id=15] [data-size=3B] [thread-cnt=26] [global-sort=false] [2024/05/06 11:53:07.806 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: test_cancel_job2[test_cancel_job2] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.312126559\n# Parse_time: 0.0013964\n# Compile_time: 0.002473526\n# Rewrite_time: 0.000312577\n# Optimize_time: 0.000217808\n# Wait_TS: 0\n# DB: test_cancel_job\n# Is_internal: false\n# Digest: 098f14f0010fe14d812061e6965be2de38ec71c5b5b64ab8c8e22c08cd8067ee\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('L7gwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MzA3LjVtcywgbG9vcHM6MglOL0EJTi9BCg==')\n# Binary_plan: tidb_decode_binary_plan('StAKRgoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaFXRpbWU6MzA3LjVtcywgbG9vcHM6MnD//w0CNAF4////////////ARgB')\n# Resource_group: default\nIMPORT INTO `test_cancel_job`.`t2` FROM 'gs://test_cancel_job/t.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH detached;"] [2024/05/06 11:53:07.851 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=15] [2024/05/06 11:53:07.851 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=15] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=26] [2024/05/06 11:53:07.956 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=15] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:53:07.957 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=15] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:07.958 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=15] [curr-step=init] [next-step=import] [2024/05/06 11:53:07.969 +00:00] [INFO] [import_into.go:322] ["import into action start"] [jobID=15] [action="\"cancel\""] [2024/05/06 11:53:08.513 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:08.517 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t2] [2024/05/06 11:53:08.517 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t2] [before=536870912000] [after=3] [2024/05/06 11:53:08.517 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t2] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=3] [cost=77.354µs] [2024/05/06 11:53:08.517 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t2] [takeTime=224.198µs] [] [2024/05/06 11:53:08.517 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=15] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:53:08.517 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=15] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=26] [subtasks=1] [2024/05/06 11:53:08.629 +00:00] [INFO] [scheduler.go:147] ["task state/step changed by user or other scheduler"] [task-id=15] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [old-state=running] [new-state=cancelling] [old-step=import] [new-step=init] [2024/05/06 11:53:08.640 +00:00] [INFO] [scheduler.go:278] ["on cancelling state"] [task-id=15] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=cancelling] [step=init] [2024/05/06 11:53:08.682 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=15] [step=init] [state=reverting] [error="cancelled by user"] [errorVerbose="cancelled by user\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).onCancelling\n\tpkg/disttask/framework/scheduler/scheduler.go:280\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).scheduleTask\n\tpkg/disttask/framework/scheduler/scheduler.go:219\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).ScheduleTask\n\tpkg/disttask/framework/scheduler/scheduler.go:122\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).startScheduler.func1\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:367\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 11:53:08.684 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=15] [step=init] [mode=Normal] [2024/05/06 11:53:08.757 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=15] [2024/05/06 11:53:08.785 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:53:08.785 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=15] [2024/05/06 11:53:08.862 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:53:08.939 +00:00] [INFO] [import_into.go:325] ["import into action completed"] [jobID=15] [action="\"cancel\""] [takeTime=969.627737ms] [] [2024/05/06 11:53:08.939 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.980830902\n# Parse_time: 0.000474265\n# Compile_time: 0.000826589\n# Rewrite_time: 0.000008286\n# Optimize_time: 0.000217808\n# Wait_TS: 0\n# DB: test_cancel_job\n# Is_internal: false\n# Digest: 385c1fb0f1877fcd1132bb40d62e02e866f0e27765127b1859c6f3db4b0f4443\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ncancel import job 15;"] === RUN TestImportInto/TestChecksumNotMatch [2024/05/06 11:53:08.977 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=101] [cur_db=test_cancel_job] [sql="drop database if exists load_data"] [user=root@%] [2024/05/06 11:53:08.980 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=101] [cur_db=test_cancel_job] [sql="create database load_data"] [user=root@%] [2024/05/06 11:53:09.043 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:150, Type:create schema, State:queueing, SchemaState:none, SchemaID:149, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:08.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:09.043 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:150, Type:create schema, State:queueing, SchemaState:none, SchemaID:149, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:08.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database load_data"] [2024/05/06 11:53:09.086 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=150] [conn=2] [category=ddl] [job="ID:150, Type:create schema, State:queueing, SchemaState:none, SchemaID:149, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:08.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:09.124 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=101] [neededSchemaVersion=102] ["start time"=1.011336ms] [gotSchemaVersion=102] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:53:09.135 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=150] [version=102] [2024/05/06 11:53:09.173 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=102] ["take time"=54.519549ms] [job="ID:150, Type:create schema, State:done, SchemaState:public, SchemaID:149, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:08.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:09.218 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=150] [conn=2] [job="ID:150, Type:create schema, State:synced, SchemaState:public, SchemaID:149, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:08.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:09.249 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=150] [2024/05/06 11:53:09.249 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:09.257 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=102] [cur_db=load_data] [sql="drop table if exists t;"] [user=root@%] [2024/05/06 11:53:09.261 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=102] [cur_db=load_data] [sql="create table t (a bigint primary key, b varchar(100), c int);"] [user=root@%] [2024/05/06 11:53:09.312 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:152, Type:create table, State:queueing, SchemaState:none, SchemaID:149, TableID:151, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:09.265 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t (a bigint primary key, b varchar(100), c int);"] [2024/05/06 11:53:09.312 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:152, Type:create table, State:queueing, SchemaState:none, SchemaID:149, TableID:151, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:09.265 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:09.394 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=152] [conn=2] [category=ddl] [job="ID:152, Type:create table, State:queueing, SchemaState:none, SchemaID:149, TableID:151, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:09.265 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:09.403 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 149, Table ID: 151, Table Name: t"] [2024/05/06 11:53:09.467 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=102] [neededSchemaVersion=103] ["start time"=2.687819ms] [gotSchemaVersion=103] [phyTblIDs="[151]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:09.505 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=152] [version=103] [2024/05/06 11:53:09.513 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=103] ["take time"=53.441447ms] [job="ID:152, Type:create table, State:done, SchemaState:public, SchemaID:149, TableID:151, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:09.265 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:09.595 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=152] [conn=2] [job="ID:152, Type:create table, State:synced, SchemaState:public, SchemaID:149, TableID:151, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:09.265 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:09.632 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=152] [2024/05/06 11:53:09.632 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:09.635 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.376433731\n# Parse_time: 0.000891857\n# Compile_time: 0.00118341\n# Rewrite_time: 0.000046833\n# Optimize_time: 0.000177368\n# Wait_TS: 0.0003781\n# DB: load_data\n# Is_internal: false\n# Digest: 1ef21995e118bfb6046909d1ea3dbe72db050594cdb1276dc8bea0a10399e8e3\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse load_data;\ncreate table t (a bigint primary key, b varchar(100), c int);"] [2024/05/06 11:53:09.652 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:09.824 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-multi-load/duplicate-pk-*.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"__max_engine_size\":\"1\",\"thread\":\"1\"}}"] [dist-task-enabled=true] [2024/05/06 11:53:09.941 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=16] [task-id=16] [data-size=64B] [thread-cnt=1] [global-sort=false] [2024/05/06 11:53:09.979 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=16] [2024/05/06 11:53:09.979 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=16] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=1] [2024/05/06 11:53:10.086 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=16] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:53:10.087 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=16] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:10.089 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=16] [curr-step=init] [next-step=import] [2024/05/06 11:53:10.111 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:10.114 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:53:10.114 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=1] [after=1] [2024/05/06 11:53:10.114 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=2] [MaxChunkSize=268435456] [RegionsCount=2] [BatchSize=1] [cost=113.474µs] [2024/05/06 11:53:10.114 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=370.821µs] [] [2024/05/06 11:53:10.115 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=16] [curr-step=init] [next-step=import] [subtask-count=2] [2024/05/06 11:53:10.115 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=16] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=1] [subtasks=2] [2024/05/06 11:53:10.267 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=16] [mode=Import] [2024/05/06 11:53:10.306 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=16] [2024/05/06 11:53:10.337 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=16] [type=ImportInto] [remaining-slots=51] [2024/05/06 11:53:10.381 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=16] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:53:10.382 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=16] [step=import] [2024/05/06 11:53:10.384 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:10.394 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:53:10.394 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:53:10.395 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:10.395 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:53:10.396 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:10.396 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:10.396 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:53:10.396 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:53:10.396 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:10.411 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:53:10.413 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:53:10.413 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:53:10.413 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=16] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:53:10.413 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=16] [disk-quota=348.5GiB] [2024/05/06 11:53:10.461 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=16] [step=import] [subtask-id=28] [2024/05/06 11:53:10.465 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:53:10.469 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:53:10.469 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=151] [2024/05/06 11:53:10.532 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=151] [key=duplicate-pk-01.csv:0] [2024/05/06 11:53:10.535 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=151] [key=duplicate-pk-01.csv:0] [readDur=1.193161ms] [encodeDur=1.074934ms] [checksum="{cksum=51759393489250961,size=111,kvs=3}"] [deliverDur=591.723µs] [type=file] [takeTime=3.262868ms] [] [2024/05/06 11:53:10.535 +00:00] [WARN] [engine.go:1411] ["duplicated key found, skip write"] [category=ddl-ingest] [key=7480000000000000975F728000000000000002] [2024/05/06 11:53:10.536 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=74] [kvs=3] [files=1] [sstFileSize=978] [file=/tmp/tidb/import-4000/16/67ea3590-7c4f-5a31-ade6-de9a31136e82.sst/d9d214ce-8b84-4c39-ada2-df2ec6f2f21e.sst] [firstKey=7480000000000000975F728000000000000001] [lastKey=7480000000000000975F728000000000000002] [2024/05/06 11:53:10.536 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=16] [step=import] [subtask-id=28] [takeTime=75.410399ms] [] [2024/05/06 11:53:10.536 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=16] [step=import] [engine-id=0] [2024/05/06 11:53:10.536 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=16] [step=import] [engine-id=0] [2024/05/06 11:53:10.536 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:53:10.539 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [takeTime=2.046844ms] [] [2024/05/06 11:53:10.539 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [retryCnt=0] [2024/05/06 11:53:10.544 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:53:10.567 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=67ea3590-7c4f-5a31-ade6-de9a31136e82] ["region ranges"=1] [count=3] [size=74] [2024/05/06 11:53:10.567 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:53:10.581 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=67ea3590-7c4f-5a31-ade6-de9a31136e82] [size=74] [kvs=3] [importedSize=74] [importedCount=2] [2024/05/06 11:53:10.583 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [retryCnt=0] [takeTime=43.967326ms] [] [2024/05/06 11:53:10.583 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:53:10.584 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [takeTime=1.139283ms] [] [2024/05/06 11:53:10.584 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=16] [step=import] [engine-id=0] [2024/05/06 11:53:10.584 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:53:10.587 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [takeTime=2.975219ms] [] [2024/05/06 11:53:10.587 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [retryCnt=0] [2024/05/06 11:53:10.587 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:53:10.588 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [retryCnt=0] [takeTime=77.159µs] [] [2024/05/06 11:53:10.588 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:53:10.589 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [takeTime=1.050857ms] [] [2024/05/06 11:53:10.666 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=16] [step=import] [subtask-id=29] [2024/05/06 11:53:10.671 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`t`:1] [engineUUID=790a6a8f-6378-5243-b426-00d5655f2c86] [2024/05/06 11:53:10.675 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-2] [engineUUID=01f37b49-4958-5126-821d-b51976443d4b] [2024/05/06 11:53:10.675 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=151] [2024/05/06 11:53:10.866 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=151] [key=duplicate-pk-02.csv:0] [2024/05/06 11:53:10.869 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=151] [key=duplicate-pk-02.csv:0] [readDur=1.489407ms] [encodeDur=1.071004ms] [checksum="{cksum=1979783525861919033,size=111,kvs=3}"] [deliverDur=147.059µs] [type=file] [takeTime=3.345403ms] [] [2024/05/06 11:53:10.870 +00:00] [WARN] [engine.go:1411] ["duplicated key found, skip write"] [category=ddl-ingest] [key=7480000000000000975F728000000000000004] [2024/05/06 11:53:10.871 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=74] [kvs=3] [files=1] [sstFileSize=978] [file=/tmp/tidb/import-4000/16/790a6a8f-6378-5243-b426-00d5655f2c86.sst/7ab61b95-bb7a-482c-9510-b4357d7442b1.sst] [firstKey=7480000000000000975F728000000000000004] [lastKey=7480000000000000975F728000000000000006] [2024/05/06 11:53:10.871 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=16] [step=import] [subtask-id=29] [takeTime=204.518722ms] [] [2024/05/06 11:53:10.871 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=16] [step=import] [engine-id=1] [2024/05/06 11:53:10.871 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=16] [step=import] [engine-id=1] [2024/05/06 11:53:10.871 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:1] [engineUUID=790a6a8f-6378-5243-b426-00d5655f2c86] [2024/05/06 11:53:10.874 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:1] [engineUUID=790a6a8f-6378-5243-b426-00d5655f2c86] [takeTime=2.273609ms] [] [2024/05/06 11:53:10.874 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:1] [engineUUID=790a6a8f-6378-5243-b426-00d5655f2c86] [retryCnt=0] [2024/05/06 11:53:10.879 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:53:10.902 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=790a6a8f-6378-5243-b426-00d5655f2c86] ["region ranges"=1] [count=3] [size=74] [2024/05/06 11:53:10.902 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:53:10.917 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=790a6a8f-6378-5243-b426-00d5655f2c86] [size=74] [kvs=3] [importedSize=74] [importedCount=2] [2024/05/06 11:53:10.919 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:1] [engineUUID=790a6a8f-6378-5243-b426-00d5655f2c86] [retryCnt=0] [takeTime=44.847977ms] [] [2024/05/06 11:53:10.919 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:1] [engineUUID=790a6a8f-6378-5243-b426-00d5655f2c86] [2024/05/06 11:53:10.920 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:1] [engineUUID=790a6a8f-6378-5243-b426-00d5655f2c86] [takeTime=1.182502ms] [] [2024/05/06 11:53:10.920 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=16] [step=import] [engine-id=1] [2024/05/06 11:53:10.920 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-2] [engineUUID=01f37b49-4958-5126-821d-b51976443d4b] [2024/05/06 11:53:10.922 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-2] [engineUUID=01f37b49-4958-5126-821d-b51976443d4b] [takeTime=1.747454ms] [] [2024/05/06 11:53:10.922 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-2] [engineUUID=01f37b49-4958-5126-821d-b51976443d4b] [retryCnt=0] [2024/05/06 11:53:10.922 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=01f37b49-4958-5126-821d-b51976443d4b] [2024/05/06 11:53:10.922 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-2] [engineUUID=01f37b49-4958-5126-821d-b51976443d4b] [retryCnt=0] [takeTime=62.774µs] [] [2024/05/06 11:53:10.922 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-2] [engineUUID=01f37b49-4958-5126-821d-b51976443d4b] [2024/05/06 11:53:10.923 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-2] [engineUUID=01f37b49-4958-5126-821d-b51976443d4b] [takeTime=1.004331ms] [] [2024/05/06 11:53:10.984 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=16] [step=import] [2024/05/06 11:53:10.990 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:53:10.990 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:10.990 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:10.990 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:53:10.990 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:53:10.990 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:53:10.990 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=3] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:10.990 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:53:10.990 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:10.991 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:10.991 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=3] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:10.991 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:10.991 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:53:10.993 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:53:10.993 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:10.993 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:10.993 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=3] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:10.993 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:10.993 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=16] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=612.669242ms] [] [2024/05/06 11:53:11.003 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=16] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:53:11.005 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=16] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:11.006 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=16] [curr-step=import] [next-step=post-process] [2024/05/06 11:53:11.006 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=16] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:53:11.078 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=16] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":4,\"ColSizeMap\":{\"1\":6,\"2\":36,\"3\":7}}"] [2024/05/06 11:53:11.080 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=16] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:53:11.080 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=16] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=1] [subtasks=1] [2024/05/06 11:53:11.292 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=16] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:53:11.339 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=16] [step=post-process] [subtask-id=30] [2024/05/06 11:53:11.339 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=16] [step=post-process] [subtask-id=30] [2024/05/06 11:53:11.339 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=16] [step=post-process] [subtask-id=30] [2024/05/06 11:53:11.339 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=16] [step=post-process] [subtask-id=30] [takeTime=17.169µs] [] [2024/05/06 11:53:11.339 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=16] [step=post-process] [subtask-id=30] [groupId=-1] [size=222] [kvs=6] [checksum=2003671119719883688] [2024/05/06 11:53:11.339 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=16] [step=post-process] [subtask-id=30] [checksum="{cksum=2003671119719883688,size=222,kvs=6}"] [2024/05/06 11:53:11.340 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=16] [step=post-process] [subtask-id=30] [weight=30] [2024/05/06 11:53:11.340 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=16] [step=post-process] [subtask-id=30] [concurrency=15] [2024/05/06 11:53:11.344 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=151] [physicalTableID=151] [indexID=-1] [checksum=13563575747806423567] [totalKvs=4] [totalBytes=148] [2024/05/06 11:53:11.345 +00:00] [ERROR] [subtask_executor.go:117] ["post process failed"] [type=ImportInto] [task-id=16] [step=post-process] [subtask-id=30] [takeTime=5.912328ms] [error="[Lighting:Restore:ErrChecksumMismatch]checksum mismatched remote vs local => (checksum: 13563575747806423567 vs 2003671119719883688) (total_kvs: 4 vs 6) (total_bytes:148 vs 222)"] [stack="github.com/pingcap/tidb/pkg/disttask/importinto.postProcess.func1\n\tpkg/disttask/importinto/subtask_executor.go:117\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess\n\tpkg/disttask/importinto/subtask_executor.go:148\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*postProcessStepExecutor).RunSubtask\n\tpkg/disttask/importinto/task_executor.go:497\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask.func1\n\tpkg/disttask/framework/taskexecutor/task_executor.go:413\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:414\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [2024/05/06 11:53:11.345 +00:00] [ERROR] [task_executor.go:488] ["run subtask failed"] [type=ImportInto] [task-id=16] [step=post-process] [subtask-id=30] [takeTime=6.32075ms] [error="[Lighting:Restore:ErrChecksumMismatch]checksum mismatched remote vs local => (checksum: 13563575747806423567 vs 2003671119719883688) (total_kvs: 4 vs 6) (total_bytes:148 vs 222)"] [stack="github.com/pingcap/tidb/pkg/disttask/importinto.(*postProcessStepExecutor).RunSubtask.func1\n\tpkg/disttask/importinto/task_executor.go:488\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*postProcessStepExecutor).RunSubtask\n\tpkg/disttask/importinto/task_executor.go:497\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask.func1\n\tpkg/disttask/framework/taskexecutor/task_executor.go:413\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:414\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [2024/05/06 11:53:11.346 +00:00] [ERROR] [task_executor.go:549] [onError] [task-id=16] [task-type=ImportInto] [server-id=:4000] [error="[Lighting:Restore:ErrChecksumMismatch]checksum mismatched remote vs local => (checksum: 13563575747806423567 vs 2003671119719883688) (total_kvs: 4 vs 6) (total_bytes:148 vs 222)"] [errorVerbose="[Lighting:Restore:ErrChecksumMismatch]checksum mismatched remote vs local => (checksum: 13563575747806423567 vs 2003671119719883688) (total_kvs: 4 vs 6) (total_bytes:148 vs 222)\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/executor/importer.VerifyChecksum\n\tpkg/executor/importer/table_import.go:850\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess.func2\n\tpkg/disttask/importinto/subtask_executor.go:149\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess\n\tpkg/disttask/importinto/subtask_executor.go:148\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*postProcessStepExecutor).RunSubtask\n\tpkg/disttask/importinto/task_executor.go:497\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask.func1\n\tpkg/disttask/framework/taskexecutor/task_executor.go:413\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:414\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).onError\n\tpkg/disttask/framework/taskexecutor/task_executor.go:549\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:428\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).onError\n\tpkg/disttask/framework/taskexecutor/task_executor.go:549\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:428\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [2024/05/06 11:53:11.346 +00:00] [ERROR] [task_executor.go:555] ["taskExecutor met first error"] [task-id=16] [task-type=ImportInto] [server-id=:4000] [error="[Lighting:Restore:ErrChecksumMismatch]checksum mismatched remote vs local => (checksum: 13563575747806423567 vs 2003671119719883688) (total_kvs: 4 vs 6) (total_bytes:148 vs 222)"] [errorVerbose="[Lighting:Restore:ErrChecksumMismatch]checksum mismatched remote vs local => (checksum: 13563575747806423567 vs 2003671119719883688) (total_kvs: 4 vs 6) (total_bytes:148 vs 222)\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/executor/importer.VerifyChecksum\n\tpkg/executor/importer/table_import.go:850\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess.func2\n\tpkg/disttask/importinto/subtask_executor.go:149\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess\n\tpkg/disttask/importinto/subtask_executor.go:148\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*postProcessStepExecutor).RunSubtask\n\tpkg/disttask/importinto/task_executor.go:497\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask.func1\n\tpkg/disttask/framework/taskexecutor/task_executor.go:413\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:414\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).onError\n\tpkg/disttask/framework/taskexecutor/task_executor.go:555\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:428\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [2024/05/06 11:53:11.346 +00:00] [WARN] [task_executor.go:640] ["subtask failed"] [task-id=16] [task-type=ImportInto] [server-id=:4000] [error="[Lighting:Restore:ErrChecksumMismatch]checksum mismatched remote vs local => (checksum: 13563575747806423567 vs 2003671119719883688) (total_kvs: 4 vs 6) (total_bytes:148 vs 222)"] [2024/05/06 11:53:11.364 +00:00] [INFO] [task_executor.go:309] ["execute task step failed"] [task-id=16] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=72.24194ms] [error="[Lighting:Restore:ErrChecksumMismatch]checksum mismatched remote vs local => (checksum: 13563575747806423567 vs 2003671119719883688) (total_kvs: 4 vs 6) (total_bytes:148 vs 222)"] [2024/05/06 11:53:11.364 +00:00] [ERROR] [task_executor.go:248] ["failed to handle task"] [task-id=16] [task-type=ImportInto] [server-id=:4000] [error="[Lighting:Restore:ErrChecksumMismatch]checksum mismatched remote vs local => (checksum: 13563575747806423567 vs 2003671119719883688) (total_kvs: 4 vs 6) (total_bytes:148 vs 222)"] [errorVerbose="[Lighting:Restore:ErrChecksumMismatch]checksum mismatched remote vs local => (checksum: 13563575747806423567 vs 2003671119719883688) (total_kvs: 4 vs 6) (total_bytes:148 vs 222)\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/executor/importer.VerifyChecksum\n\tpkg/executor/importer/table_import.go:850\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess.func2\n\tpkg/disttask/importinto/subtask_executor.go:149\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess\n\tpkg/disttask/importinto/subtask_executor.go:148\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*postProcessStepExecutor).RunSubtask\n\tpkg/disttask/importinto/task_executor.go:497\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask.func1\n\tpkg/disttask/framework/taskexecutor/task_executor.go:413\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:414\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:248\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [2024/05/06 11:53:11.417 +00:00] [WARN] [scheduler.go:399] ["subtasks encounter errors"] [task-id=16] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [subtask-errs="[\"{error=\\\"[Lighting:Restore:ErrChecksumMismatch]checksum mismatched remote vs local => (checksum: 13563575747806423567 vs 2003671119719883688) (total_kvs: 4 vs 6) (total_bytes:148 vs 222)\\\"}\"]"] [2024/05/06 11:53:11.463 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=16] [type=ImportInto] [2024/05/06 11:53:11.498 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=16] [step=post-process] [state=reverting] [error="[Lighting:Restore:ErrChecksumMismatch]checksum mismatched remote vs local => (checksum: 13563575747806423567 vs 2003671119719883688) (total_kvs: 4 vs 6) (total_bytes:148 vs 222)"] [2024/05/06 11:53:11.499 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=16] [step=post-process] [mode=Normal] [2024/05/06 11:53:11.504 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=16] [2024/05/06 11:53:11.610 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=16] [2024/05/06 11:53:11.635 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:53:11.635 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=16] [2024/05/06 11:53:11.719 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:53:11.784 +00:00] [ERROR] [handle.go:109] ["task reverted"] [task-id=16] [error="[Lighting:Restore:ErrChecksumMismatch]checksum mismatched remote vs local => (checksum: 13563575747806423567 vs 2003671119719883688) (total_kvs: 4 vs 6) (total_bytes:148 vs 222)"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/handle.WaitTaskDoneOrPaused\n\tpkg/disttask/framework/handle/handle.go:109\ngithub.com/pingcap/tidb/pkg/executor.(*ImportIntoExec).waitTask\n\tpkg/executor/import_into.go:193\ngithub.com/pingcap/tidb/pkg/executor.(*ImportIntoExec).Next\n\tpkg/executor/import_into.go:140\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:410\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1211\ngithub.com/pingcap/tidb/pkg/executor.(*recordSet).Next\n\tpkg/executor/adapter.go:160\ngithub.com/pingcap/tidb/pkg/session.GetRows4Test\n\tpkg/session/tidb.go:346\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).QueryToErr\n\tpkg/testkit/testkit.go:265\ntests/realtikvtest/importintotest/importintotest_test.(*mockGCSSuite).TestChecksumNotMatch\n\ttests/realtikvtest/importintotest/import_into_test.go:709\nreflect.Value.call\n\tGOROOT/src/reflect/value.go:596\nreflect.Value.Call\n\tGOROOT/src/reflect/value.go:380\ngithub.com/stretchr/testify/suite.Run.func1\n\texternal/com_github_stretchr_testify/suite/suite.go:202\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595"] [2024/05/06 11:53:11.785 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 2.148908096\n# Parse_time: 0.000933618\n# Compile_time: 0.002274893\n# Rewrite_time: 0.000392196\n# Optimize_time: 0.000177368\n# Wait_TS: 0\n# DB: load_data\n# Is_internal: false\n# Digest: 792dd3b0e5ccb0f77c3065e7057034351dbbe01483a733ce648d568dee873a1b\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: false\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkwCXRpbWU6Mi4xNXMsIGxvb3BzOjEJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('RsAKQgoMSW1wb3J0SW50b18yOAFAAVIDTi9BWhN0aW1lOjIuMTVzLCBsb29wczoxcP//DQI0AXj///////////8BGAE=')\n# Resource_group: default\nIMPORT INTO `load_data`.`t` FROM 'gs://test-multi-load/duplicate-pk-*.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH thread=1, __max_engine_size=_UTF8MB4'1';"] [2024/05/06 11:53:11.795 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=103] [cur_db=load_data] [sql="truncate table t;"] [user=root@%] [2024/05/06 11:53:11.833 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:154, Type:truncate table, State:queueing, SchemaState:none, SchemaID:149, TableID:151, RowCount:0, ArgLen:3, start time: 2024-05-06 11:53:11.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:11.833 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:154, Type:truncate table, State:queueing, SchemaState:none, SchemaID:149, TableID:151, RowCount:0, ArgLen:3, start time: 2024-05-06 11:53:11.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="truncate table t;"] [2024/05/06 11:53:11.886 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=154] [conn=2] [category=ddl] [job="ID:154, Type:truncate table, State:queueing, SchemaState:none, SchemaID:149, TableID:151, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:11.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:11.898 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 149, Table ID: 153, Table Name: t, Old Table ID: 151, Old Table Name: t"] [2024/05/06 11:53:11.946 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=103] [neededSchemaVersion=104] ["start time"=2.335504ms] [gotSchemaVersion=104] [phyTblIDs="[151,153]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 11:53:11.957 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=154] [version=104] [2024/05/06 11:53:11.993 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=104] ["take time"=53.686011ms] [job="ID:154, Type:truncate table, State:done, SchemaState:public, SchemaID:149, TableID:151, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:11.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:12.063 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=154] [tableIDs="[151]"] [comment="drop table: table ID"] [2024/05/06 11:53:12.072 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=154] [jobType="truncate table"] [2024/05/06 11:53:12.077 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=154] [conn=2] [job="ID:154, Type:truncate table, State:synced, SchemaState:public, SchemaID:149, TableID:151, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:11.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:12.135 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=154] [2024/05/06 11:53:12.136 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:12.140 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.345017419\n# Parse_time: 0.000228356\n# Compile_time: 0.000667241\n# Rewrite_time: 0.000037777\n# Optimize_time: 0.000975979\n# Wait_TS: 0.000407086\n# DB: load_data\n# Is_internal: false\n# Digest: 2ff7fc61fcea18277bed40e235270c83f2a635733db48efecb6208524e5fa5bf\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ntruncate table t;"] [2024/05/06 11:53:12.155 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:12.331 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-multi-load/duplicate-pk-*.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"__max_engine_size\":\"1\",\"checksum_table\":\"off\",\"thread\":\"1\"}}"] [dist-task-enabled=true] [2024/05/06 11:53:12.447 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=17] [task-id=17] [data-size=64B] [thread-cnt=1] [global-sort=false] [2024/05/06 11:53:12.502 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=17] [2024/05/06 11:53:12.502 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=17] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=1] [2024/05/06 11:53:12.609 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=17] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:53:12.611 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=17] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:12.612 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=17] [curr-step=init] [next-step=import] [2024/05/06 11:53:12.633 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:12.636 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:53:12.636 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=1] [after=1] [2024/05/06 11:53:12.636 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=2] [MaxChunkSize=268435456] [RegionsCount=2] [BatchSize=1] [cost=69.532µs] [2024/05/06 11:53:12.636 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=202.71µs] [] [2024/05/06 11:53:12.636 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=17] [curr-step=init] [next-step=import] [subtask-count=2] [2024/05/06 11:53:12.636 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=17] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=1] [subtasks=2] [2024/05/06 11:53:12.774 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=17] [mode=Import] [2024/05/06 11:53:12.795 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=17] [2024/05/06 11:53:12.823 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=17] [type=ImportInto] [remaining-slots=51] [2024/05/06 11:53:12.901 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=17] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:53:12.903 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=17] [step=import] [2024/05/06 11:53:12.906 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:12.917 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:53:12.917 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:53:12.918 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:12.918 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:53:12.919 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:12.919 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:12.919 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:53:12.919 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:53:12.919 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:12.937 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:53:12.939 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:53:12.940 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:53:12.940 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=17] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:53:12.940 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=17] [disk-quota=348.5GiB] [2024/05/06 11:53:12.992 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=17] [step=import] [subtask-id=31] [2024/05/06 11:53:12.997 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:53:13.000 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:53:13.000 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=153] [2024/05/06 11:53:13.015 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=153] [key=duplicate-pk-01.csv:0] [2024/05/06 11:53:13.018 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=153] [key=duplicate-pk-01.csv:0] [readDur=1.219732ms] [encodeDur=1.408495ms] [checksum="{cksum=1987271171960289906,size=111,kvs=3}"] [deliverDur=67.741µs] [type=file] [takeTime=3.165366ms] [] [2024/05/06 11:53:13.018 +00:00] [WARN] [engine.go:1411] ["duplicated key found, skip write"] [category=ddl-ingest] [key=7480000000000000995F728000000000000002] [2024/05/06 11:53:13.019 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=17] [step=import] [subtask-id=31] [takeTime=26.643811ms] [] [2024/05/06 11:53:13.019 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=74] [kvs=3] [files=1] [sstFileSize=978] [file=/tmp/tidb/import-4000/17/67ea3590-7c4f-5a31-ade6-de9a31136e82.sst/09b8d3f6-c9da-41d5-bc46-11dc0b7c18d2.sst] [firstKey=7480000000000000995F728000000000000001] [lastKey=7480000000000000995F728000000000000002] [2024/05/06 11:53:13.019 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=17] [step=import] [engine-id=0] [2024/05/06 11:53:13.019 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=17] [step=import] [engine-id=0] [2024/05/06 11:53:13.020 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:53:13.021 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [takeTime=1.914437ms] [] [2024/05/06 11:53:13.022 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [retryCnt=0] [2024/05/06 11:53:13.026 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:53:13.048 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=67ea3590-7c4f-5a31-ade6-de9a31136e82] ["region ranges"=1] [count=3] [size=74] [2024/05/06 11:53:13.048 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:53:13.063 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=67ea3590-7c4f-5a31-ade6-de9a31136e82] [size=74] [kvs=3] [importedSize=74] [importedCount=2] [2024/05/06 11:53:13.065 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [retryCnt=0] [takeTime=43.57473ms] [] [2024/05/06 11:53:13.065 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:53:13.066 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [takeTime=1.06607ms] [] [2024/05/06 11:53:13.066 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=17] [step=import] [engine-id=0] [2024/05/06 11:53:13.067 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:53:13.068 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [takeTime=1.581236ms] [] [2024/05/06 11:53:13.068 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [retryCnt=0] [2024/05/06 11:53:13.068 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:53:13.068 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [retryCnt=0] [takeTime=55.09µs] [] [2024/05/06 11:53:13.068 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:53:13.069 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [takeTime=1.012922ms] [] [2024/05/06 11:53:13.143 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=17] [step=import] [subtask-id=32] [2024/05/06 11:53:13.147 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`t`:1] [engineUUID=790a6a8f-6378-5243-b426-00d5655f2c86] [2024/05/06 11:53:13.150 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-2] [engineUUID=01f37b49-4958-5126-821d-b51976443d4b] [2024/05/06 11:53:13.150 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=153] [2024/05/06 11:53:13.245 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=153] [key=duplicate-pk-02.csv:0] [2024/05/06 11:53:13.249 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=153] [key=duplicate-pk-02.csv:0] [readDur=1.281574ms] [encodeDur=2.344479ms] [checksum="{cksum=25417266091645402,size=111,kvs=3}"] [deliverDur=71.109µs] [type=file] [takeTime=4.09725ms] [] [2024/05/06 11:53:13.250 +00:00] [WARN] [engine.go:1411] ["duplicated key found, skip write"] [category=ddl-ingest] [key=7480000000000000995F728000000000000004] [2024/05/06 11:53:13.251 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=17] [step=import] [subtask-id=32] [takeTime=107.456562ms] [] [2024/05/06 11:53:13.251 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=74] [kvs=3] [files=1] [sstFileSize=978] [file=/tmp/tidb/import-4000/17/790a6a8f-6378-5243-b426-00d5655f2c86.sst/438461ba-2fdf-4c3a-8d1c-deef80b78b1f.sst] [firstKey=7480000000000000995F728000000000000004] [lastKey=7480000000000000995F728000000000000006] [2024/05/06 11:53:13.251 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=17] [step=import] [engine-id=1] [2024/05/06 11:53:13.251 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=17] [step=import] [engine-id=1] [2024/05/06 11:53:13.251 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:1] [engineUUID=790a6a8f-6378-5243-b426-00d5655f2c86] [2024/05/06 11:53:13.254 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:1] [engineUUID=790a6a8f-6378-5243-b426-00d5655f2c86] [takeTime=3.215142ms] [] [2024/05/06 11:53:13.254 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:1] [engineUUID=790a6a8f-6378-5243-b426-00d5655f2c86] [retryCnt=0] [2024/05/06 11:53:13.261 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:53:13.284 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=790a6a8f-6378-5243-b426-00d5655f2c86] ["region ranges"=1] [count=3] [size=74] [2024/05/06 11:53:13.284 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:53:13.299 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=790a6a8f-6378-5243-b426-00d5655f2c86] [size=74] [kvs=3] [importedSize=74] [importedCount=2] [2024/05/06 11:53:13.301 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:1] [engineUUID=790a6a8f-6378-5243-b426-00d5655f2c86] [retryCnt=0] [takeTime=46.392577ms] [] [2024/05/06 11:53:13.301 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:1] [engineUUID=790a6a8f-6378-5243-b426-00d5655f2c86] [2024/05/06 11:53:13.302 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:1] [engineUUID=790a6a8f-6378-5243-b426-00d5655f2c86] [takeTime=1.081156ms] [] [2024/05/06 11:53:13.302 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=17] [step=import] [engine-id=1] [2024/05/06 11:53:13.302 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-2] [engineUUID=01f37b49-4958-5126-821d-b51976443d4b] [2024/05/06 11:53:13.304 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-2] [engineUUID=01f37b49-4958-5126-821d-b51976443d4b] [takeTime=1.489314ms] [] [2024/05/06 11:53:13.304 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-2] [engineUUID=01f37b49-4958-5126-821d-b51976443d4b] [retryCnt=0] [2024/05/06 11:53:13.304 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=01f37b49-4958-5126-821d-b51976443d4b] [2024/05/06 11:53:13.304 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-2] [engineUUID=01f37b49-4958-5126-821d-b51976443d4b] [retryCnt=0] [takeTime=88.125µs] [] [2024/05/06 11:53:13.304 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-2] [engineUUID=01f37b49-4958-5126-821d-b51976443d4b] [2024/05/06 11:53:13.305 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-2] [engineUUID=01f37b49-4958-5126-821d-b51976443d4b] [takeTime=1.057659ms] [] [2024/05/06 11:53:13.390 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=17] [step=import] [2024/05/06 11:53:13.397 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:53:13.397 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:13.397 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:53:13.397 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:13.398 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:53:13.398 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:53:13.398 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:53:13.398 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:13.398 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=3] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:13.398 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:13.398 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=3] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:13.398 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:13.398 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:53:13.400 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:53:13.400 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:13.400 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:13.400 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=3] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:13.401 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:13.401 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=17] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=499.435331ms] [] [2024/05/06 11:53:13.427 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=17] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:53:13.429 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=17] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:13.430 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=17] [curr-step=import] [next-step=post-process] [2024/05/06 11:53:13.430 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=17] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:53:13.510 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=17] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":4,\"ColSizeMap\":{\"1\":6,\"2\":36,\"3\":7}}"] [2024/05/06 11:53:13.512 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=17] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:53:13.512 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=17] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=1] [subtasks=1] [2024/05/06 11:53:13.708 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=17] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:53:13.762 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=17] [step=post-process] [subtask-id=33] [2024/05/06 11:53:13.762 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=17] [step=post-process] [subtask-id=33] [2024/05/06 11:53:13.762 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=17] [step=post-process] [subtask-id=33] [2024/05/06 11:53:13.762 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=17] [step=post-process] [subtask-id=33] [takeTime=14.467µs] [] [2024/05/06 11:53:13.762 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=17] [step=post-process] [subtask-id=33] [groupId=-1] [size=222] [kvs=6] [checksum=2003671119719883688] [2024/05/06 11:53:13.762 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=17] [step=post-process] [subtask-id=33] [takeTime=183.013µs] [] [2024/05/06 11:53:13.762 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=17] [step=post-process] [subtask-id=33] [takeTime=415.41µs] [] [2024/05/06 11:53:13.809 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=17] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=100.828926ms] [] [2024/05/06 11:53:13.824 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=17] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:53:13.824 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=17] [step=post-process] [state=running] [] [2024/05/06 11:53:13.827 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=17] [2024/05/06 11:53:13.898 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=17] [type=ImportInto] [2024/05/06 11:53:13.909 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=17] [2024/05/06 11:53:13.933 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:53:13.933 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=17] [2024/05/06 11:53:14.005 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.864450201\n# Parse_time: 0.001242403\n# Compile_time: 0.001962638\n# Rewrite_time: 0.000393199\n# Optimize_time: 0.000975979\n# Wait_TS: 0\n# DB: load_data\n# Is_internal: false\n# Digest: 37eb0c2891d8d7df11775b4212252fbc2edb74e88044f7a209e41c63a9fbf608\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS44NnMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS44NnMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_data`.`t` FROM 'gs://test-multi-load/duplicate-pk-*.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH thread=1, checksum_table=_UTF8MB4'off', __max_engine_size=_UTF8MB4'1';"] [2024/05/06 11:53:14.018 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=104] [cur_db=load_data] [sql="truncate table t;"] [user=root@%] [2024/05/06 11:53:14.037 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:53:14.054 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:156, Type:truncate table, State:queueing, SchemaState:none, SchemaID:149, TableID:153, RowCount:0, ArgLen:3, start time: 2024-05-06 11:53:14.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:14.054 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:156, Type:truncate table, State:queueing, SchemaState:none, SchemaID:149, TableID:153, RowCount:0, ArgLen:3, start time: 2024-05-06 11:53:14.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="truncate table t;"] [2024/05/06 11:53:14.126 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=156] [conn=2] [category=ddl] [job="ID:156, Type:truncate table, State:queueing, SchemaState:none, SchemaID:149, TableID:153, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:14.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:14.139 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 149, Table ID: 155, Table Name: t, Old Table ID: 153, Old Table Name: t"] [2024/05/06 11:53:14.195 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=104] [neededSchemaVersion=105] ["start time"=2.442077ms] [gotSchemaVersion=105] [phyTblIDs="[153,155]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 11:53:14.207 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=156] [version=105] [2024/05/06 11:53:14.242 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=105] ["take time"=53.667501ms] [job="ID:156, Type:truncate table, State:done, SchemaState:public, SchemaID:149, TableID:153, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:14.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:14.279 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=156] [tableIDs="[153]"] [comment="drop table: table ID"] [2024/05/06 11:53:14.287 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=156] [jobType="truncate table"] [2024/05/06 11:53:14.291 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=156] [conn=2] [job="ID:156, Type:truncate table, State:synced, SchemaState:public, SchemaID:149, TableID:153, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:14.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:14.349 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=156] [2024/05/06 11:53:14.349 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:14.353 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.33562221\n# Parse_time: 0.000267179\n# Compile_time: 0.000819162\n# Rewrite_time: 0.000048493\n# Optimize_time: 0.001456949\n# Wait_TS: 0.000344404\n# DB: load_data\n# Is_internal: false\n# Digest: 2ff7fc61fcea18277bed40e235270c83f2a635733db48efecb6208524e5fa5bf\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ntruncate table t;"] [2024/05/06 11:53:14.367 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:14.558 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-multi-load/duplicate-pk-*.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"__max_engine_size\":\"1\",\"checksum_table\":\"optional\",\"thread\":\"1\"}}"] [dist-task-enabled=true] [2024/05/06 11:53:14.651 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=18] [task-id=18] [data-size=64B] [thread-cnt=1] [global-sort=false] [2024/05/06 11:53:14.699 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=18] [2024/05/06 11:53:14.699 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=18] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=1] [2024/05/06 11:53:14.805 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=18] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:53:14.807 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=18] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:14.808 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=18] [curr-step=init] [next-step=import] [2024/05/06 11:53:14.829 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:14.832 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:53:14.832 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=1] [after=1] [2024/05/06 11:53:14.832 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=2] [MaxChunkSize=268435456] [RegionsCount=2] [BatchSize=1] [cost=70.879µs] [2024/05/06 11:53:14.832 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=193.858µs] [] [2024/05/06 11:53:14.832 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=18] [curr-step=init] [next-step=import] [subtask-count=2] [2024/05/06 11:53:14.832 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=18] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=1] [subtasks=2] [2024/05/06 11:53:14.994 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=18] [mode=Import] [2024/05/06 11:53:15.016 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=18] [2024/05/06 11:53:15.030 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=18] [type=ImportInto] [remaining-slots=51] [2024/05/06 11:53:15.073 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=18] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:53:15.074 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=18] [step=import] [2024/05/06 11:53:15.075 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:15.084 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:53:15.084 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:53:15.084 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:15.084 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:53:15.085 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:15.085 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:15.085 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:53:15.085 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:53:15.085 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:15.099 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:53:15.101 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:53:15.101 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:53:15.101 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=18] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:53:15.101 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=18] [disk-quota=348.5GiB] [2024/05/06 11:53:15.145 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=18] [step=import] [subtask-id=34] [2024/05/06 11:53:15.149 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:53:15.153 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:53:15.153 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=155] [2024/05/06 11:53:15.165 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=155] [key=duplicate-pk-01.csv:0] [2024/05/06 11:53:15.168 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=155] [key=duplicate-pk-01.csv:0] [readDur=1.341028ms] [encodeDur=980.398µs] [checksum="{cksum=2204827062899216703,size=111,kvs=3}"] [deliverDur=75.21µs] [type=file] [takeTime=2.874297ms] [] [2024/05/06 11:53:15.168 +00:00] [WARN] [engine.go:1411] ["duplicated key found, skip write"] [category=ddl-ingest] [key=74800000000000009B5F728000000000000002] [2024/05/06 11:53:15.169 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=18] [step=import] [subtask-id=34] [takeTime=24.438297ms] [] [2024/05/06 11:53:15.169 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=74] [kvs=3] [files=1] [sstFileSize=978] [file=/tmp/tidb/import-4000/18/67ea3590-7c4f-5a31-ade6-de9a31136e82.sst/765f2db4-f56d-4e1d-8b3b-e29395c40b8c.sst] [firstKey=74800000000000009B5F728000000000000001] [lastKey=74800000000000009B5F728000000000000002] [2024/05/06 11:53:15.169 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=18] [step=import] [engine-id=0] [2024/05/06 11:53:15.170 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=18] [step=import] [engine-id=0] [2024/05/06 11:53:15.170 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:53:15.172 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [takeTime=2.270991ms] [] [2024/05/06 11:53:15.172 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [retryCnt=0] [2024/05/06 11:53:15.177 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:53:15.199 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=67ea3590-7c4f-5a31-ade6-de9a31136e82] ["region ranges"=1] [count=3] [size=74] [2024/05/06 11:53:15.199 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:53:15.213 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=67ea3590-7c4f-5a31-ade6-de9a31136e82] [size=74] [kvs=3] [importedSize=74] [importedCount=2] [2024/05/06 11:53:15.214 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [retryCnt=0] [takeTime=42.420673ms] [] [2024/05/06 11:53:15.215 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:53:15.216 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [takeTime=1.09291ms] [] [2024/05/06 11:53:15.216 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=18] [step=import] [engine-id=0] [2024/05/06 11:53:15.216 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:53:15.217 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [takeTime=1.622171ms] [] [2024/05/06 11:53:15.217 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [retryCnt=0] [2024/05/06 11:53:15.218 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:53:15.218 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [retryCnt=0] [takeTime=53.488µs] [] [2024/05/06 11:53:15.218 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:53:15.219 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [takeTime=924.069µs] [] [2024/05/06 11:53:15.290 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=18] [step=import] [subtask-id=35] [2024/05/06 11:53:15.294 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`t`:1] [engineUUID=790a6a8f-6378-5243-b426-00d5655f2c86] [2024/05/06 11:53:15.299 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-2] [engineUUID=01f37b49-4958-5126-821d-b51976443d4b] [2024/05/06 11:53:15.299 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=155] [2024/05/06 11:53:15.400 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=155] [key=duplicate-pk-02.csv:0] [2024/05/06 11:53:15.403 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=155] [key=duplicate-pk-02.csv:0] [readDur=1.355856ms] [encodeDur=855.306µs] [checksum="{cksum=384889320778658455,size=111,kvs=3}"] [deliverDur=67.27µs] [type=file] [takeTime=2.719242ms] [] [2024/05/06 11:53:15.404 +00:00] [WARN] [engine.go:1411] ["duplicated key found, skip write"] [category=ddl-ingest] [key=74800000000000009B5F728000000000000004] [2024/05/06 11:53:15.404 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=74] [kvs=3] [files=1] [sstFileSize=978] [file=/tmp/tidb/import-4000/18/790a6a8f-6378-5243-b426-00d5655f2c86.sst/087a89ae-fa1b-46e3-9b9c-fd505fe1fe09.sst] [firstKey=74800000000000009B5F728000000000000004] [lastKey=74800000000000009B5F728000000000000006] [2024/05/06 11:53:15.404 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=18] [step=import] [subtask-id=35] [takeTime=114.588137ms] [] [2024/05/06 11:53:15.405 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=18] [step=import] [engine-id=1] [2024/05/06 11:53:15.405 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=18] [step=import] [engine-id=1] [2024/05/06 11:53:15.405 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:1] [engineUUID=790a6a8f-6378-5243-b426-00d5655f2c86] [2024/05/06 11:53:15.407 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:1] [engineUUID=790a6a8f-6378-5243-b426-00d5655f2c86] [takeTime=1.810624ms] [] [2024/05/06 11:53:15.407 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:1] [engineUUID=790a6a8f-6378-5243-b426-00d5655f2c86] [retryCnt=0] [2024/05/06 11:53:15.412 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:53:15.434 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=790a6a8f-6378-5243-b426-00d5655f2c86] ["region ranges"=1] [count=3] [size=74] [2024/05/06 11:53:15.434 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:53:15.447 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=790a6a8f-6378-5243-b426-00d5655f2c86] [size=74] [kvs=3] [importedSize=74] [importedCount=2] [2024/05/06 11:53:15.449 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:1] [engineUUID=790a6a8f-6378-5243-b426-00d5655f2c86] [retryCnt=0] [takeTime=41.817771ms] [] [2024/05/06 11:53:15.449 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:1] [engineUUID=790a6a8f-6378-5243-b426-00d5655f2c86] [2024/05/06 11:53:15.450 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:1] [engineUUID=790a6a8f-6378-5243-b426-00d5655f2c86] [takeTime=1.09331ms] [] [2024/05/06 11:53:15.450 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=18] [step=import] [engine-id=1] [2024/05/06 11:53:15.450 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-2] [engineUUID=01f37b49-4958-5126-821d-b51976443d4b] [2024/05/06 11:53:15.452 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-2] [engineUUID=01f37b49-4958-5126-821d-b51976443d4b] [takeTime=1.669995ms] [] [2024/05/06 11:53:15.452 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-2] [engineUUID=01f37b49-4958-5126-821d-b51976443d4b] [retryCnt=0] [2024/05/06 11:53:15.452 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=01f37b49-4958-5126-821d-b51976443d4b] [2024/05/06 11:53:15.452 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-2] [engineUUID=01f37b49-4958-5126-821d-b51976443d4b] [retryCnt=0] [takeTime=66.573µs] [] [2024/05/06 11:53:15.452 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-2] [engineUUID=01f37b49-4958-5126-821d-b51976443d4b] [2024/05/06 11:53:15.453 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-2] [engineUUID=01f37b49-4958-5126-821d-b51976443d4b] [takeTime=844.761µs] [] [2024/05/06 11:53:15.493 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=18] [step=import] [2024/05/06 11:53:15.499 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:53:15.499 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:53:15.499 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:53:15.499 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:53:15.499 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:53:15.499 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:15.499 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:15.499 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=3] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:15.499 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:15.499 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:15.499 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=3] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:15.499 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:15.499 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:53:15.502 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:53:15.502 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:15.502 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:15.502 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=3] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:15.502 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:15.502 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=18] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=429.473365ms] [] [2024/05/06 11:53:15.520 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=18] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:53:15.523 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=18] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:15.525 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=18] [curr-step=import] [next-step=post-process] [2024/05/06 11:53:15.525 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=18] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:53:15.593 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=18] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":4,\"ColSizeMap\":{\"1\":6,\"2\":36,\"3\":7}}"] [2024/05/06 11:53:15.595 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=18] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:53:15.595 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=18] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=1] [subtasks=1] [2024/05/06 11:53:15.797 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=18] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:53:15.849 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=18] [step=post-process] [subtask-id=36] [2024/05/06 11:53:15.849 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=18] [step=post-process] [subtask-id=36] [2024/05/06 11:53:15.849 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=18] [step=post-process] [subtask-id=36] [2024/05/06 11:53:15.849 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=18] [step=post-process] [subtask-id=36] [takeTime=16.07µs] [] [2024/05/06 11:53:15.849 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=18] [step=post-process] [subtask-id=36] [groupId=-1] [size=222] [kvs=6] [checksum=2003671119719883688] [2024/05/06 11:53:15.849 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=18] [step=post-process] [subtask-id=36] [checksum="{cksum=2003671119719883688,size=222,kvs=6}"] [2024/05/06 11:53:15.849 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=18] [step=post-process] [subtask-id=36] [weight=30] [2024/05/06 11:53:15.850 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=18] [step=post-process] [subtask-id=36] [concurrency=15] [2024/05/06 11:53:15.854 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=155] [physicalTableID=155] [indexID=-1] [checksum=13563575747806423567] [totalKvs=4] [totalBytes=148] [2024/05/06 11:53:15.854 +00:00] [WARN] [table_import.go:856] ["verify checksum failed, but checksum is optional, will skip it"] [type=ImportInto] [task-id=18] [step=post-process] [subtask-id=36] [error="[Lighting:Restore:ErrChecksumMismatch]checksum mismatched remote vs local => (checksum: 13563575747806423567 vs 2003671119719883688) (total_kvs: 4 vs 6) (total_bytes:148 vs 222)"] [errorVerbose="[Lighting:Restore:ErrChecksumMismatch]checksum mismatched remote vs local => (checksum: 13563575747806423567 vs 2003671119719883688) (total_kvs: 4 vs 6) (total_bytes:148 vs 222)\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/executor/importer.VerifyChecksum\n\tpkg/executor/importer/table_import.go:850\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess.func2\n\tpkg/disttask/importinto/subtask_executor.go:149\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess\n\tpkg/disttask/importinto/subtask_executor.go:148\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*postProcessStepExecutor).RunSubtask\n\tpkg/disttask/importinto/task_executor.go:497\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask.func1\n\tpkg/disttask/framework/taskexecutor/task_executor.go:413\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:414\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 11:53:15.855 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=18] [step=post-process] [subtask-id=36] [takeTime=5.586535ms] [] [2024/05/06 11:53:15.855 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=18] [step=post-process] [subtask-id=36] [takeTime=5.877751ms] [] [2024/05/06 11:53:15.899 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=18] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=101.382903ms] [] [2024/05/06 11:53:15.930 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=18] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:53:15.930 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=18] [step=post-process] [state=running] [] [2024/05/06 11:53:15.933 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=18] [2024/05/06 11:53:15.996 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=18] [type=ImportInto] [2024/05/06 11:53:16.005 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=18] [2024/05/06 11:53:16.032 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:53:16.033 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=18] [2024/05/06 11:53:16.146 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:53:16.210 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.856327781\n# Parse_time: 0.000724226\n# Compile_time: 0.001568208\n# Rewrite_time: 0.000438023\n# Optimize_time: 0.001456949\n# Wait_TS: 0\n# DB: load_data\n# Is_internal: false\n# Digest: 37eb0c2891d8d7df11775b4212252fbc2edb74e88044f7a209e41c63a9fbf608\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS44NXMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS44NXMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_data`.`t` FROM 'gs://test-multi-load/duplicate-pk-*.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH thread=1, checksum_table=_UTF8MB4'optional', __max_engine_size=_UTF8MB4'1';"] === RUN TestImportInto/TestColumnsAndUserVars [2024/05/06 11:53:16.221 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=105] [cur_db=load_data] [sql="DROP DATABASE IF EXISTS load_data;"] [user=root@%] [2024/05/06 11:53:16.254 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:157, Type:drop schema, State:queueing, SchemaState:public, SchemaID:149, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:16.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:16.254 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:157, Type:drop schema, State:queueing, SchemaState:public, SchemaID:149, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:16.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="DROP DATABASE IF EXISTS load_data;"] [2024/05/06 11:53:16.303 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=157] [conn=2] [category=ddl] [job="ID:157, Type:drop schema, State:queueing, SchemaState:public, SchemaID:149, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:16.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:16.338 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=105] [neededSchemaVersion=106] ["start time"=379.659µs] [gotSchemaVersion=106] [phyTblIDs="[155]"] [actionTypes="[2]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:53:16.348 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=157] [version=106] [2024/05/06 11:53:16.386 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=106] ["take time"=53.004481ms] [job="ID:157, Type:drop schema, State:running, SchemaState:write only, SchemaID:149, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:16.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:16.449 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=157] [conn=2] [category=ddl] [job="ID:157, Type:drop schema, State:running, SchemaState:write only, SchemaID:149, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:16.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:16.483 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=106] [neededSchemaVersion=107] ["start time"=185.153µs] [gotSchemaVersion=107] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:53:16.525 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=157] [version=107] [2024/05/06 11:53:16.531 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=107] ["take time"=53.220383ms] [job="ID:157, Type:drop schema, State:running, SchemaState:delete only, SchemaID:149, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:16.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:16.590 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=157] [conn=2] [category=ddl] [job="ID:157, Type:drop schema, State:running, SchemaState:delete only, SchemaID:149, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:16.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:16.624 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=107] [neededSchemaVersion=108] ["start time"=222.243µs] [gotSchemaVersion=108] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:53:16.635 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=157] [version=108] [2024/05/06 11:53:16.674 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=108] ["take time"=53.808037ms] [job="ID:157, Type:drop schema, State:done, SchemaState:none, SchemaID:149, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:16.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:16.744 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=157] [tableIDs="[155]"] [comment="drop schema: table IDs"] [2024/05/06 11:53:16.753 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=157] [jobType="drop schema"] [2024/05/06 11:53:16.757 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=157] [conn=2] [job="ID:157, Type:drop schema, State:synced, SchemaState:none, SchemaID:149, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:16.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:16.812 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=157] [2024/05/06 11:53:16.812 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:16.816 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.596718193\n# Parse_time: 0.000702699\n# Compile_time: 0.000952803\n# Rewrite_time: 0.000046416\n# Optimize_time: 0.000968855\n# Wait_TS: 0.000328857\n# Is_internal: false\n# Digest: 56257f0c0dee1f157d6b4394eb3c67f0af51887b4f515caad24d258b1a7ab179\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nDROP DATABASE IF EXISTS load_data;"] [2024/05/06 11:53:16.818 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=108] [cur_db=] [sql="CREATE DATABASE load_data;"] [user=root@%] [2024/05/06 11:53:16.854 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:159, Type:create schema, State:queueing, SchemaState:none, SchemaID:158, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:16.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:16.855 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:159, Type:create schema, State:queueing, SchemaState:none, SchemaID:158, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:16.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE load_data;"] [2024/05/06 11:53:16.921 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=159] [conn=2] [category=ddl] [job="ID:159, Type:create schema, State:queueing, SchemaState:none, SchemaID:158, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:16.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:16.966 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=108] [neededSchemaVersion=109] ["start time"=1.055661ms] [gotSchemaVersion=109] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:53:17.008 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=159] [version=109] [2024/05/06 11:53:17.014 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=109] ["take time"=53.421815ms] [job="ID:159, Type:create schema, State:done, SchemaState:public, SchemaID:158, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:16.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:17.097 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=159] [conn=2] [job="ID:159, Type:create schema, State:synced, SchemaState:public, SchemaID:158, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:16.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:17.134 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=159] [2024/05/06 11:53:17.134 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:17.139 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.321380655\n# Parse_time: 0.000300467\n# Compile_time: 0.000782227\n# Rewrite_time: 0.000051451\n# Optimize_time: 0.000968855\n# Wait_TS: 0.000463672\n# Is_internal: false\n# Digest: ca60166e3dbebade2b09ffd4df8b6b04a5c001cc16f9b9d9e7cea22e5725278b\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE DATABASE load_data;"] [2024/05/06 11:53:17.143 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=109] [cur_db=] [sql="CREATE TABLE load_data.cols_and_vars (a INT, b INT, c int);"] [user=root@%] [2024/05/06 11:53:17.190 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:161, Type:create table, State:queueing, SchemaState:none, SchemaID:158, TableID:160, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:17.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:17.190 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:161, Type:create table, State:queueing, SchemaState:none, SchemaID:158, TableID:160, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:17.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE load_data.cols_and_vars (a INT, b INT, c int);"] [2024/05/06 11:53:17.237 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=161] [conn=2] [category=ddl] [job="ID:161, Type:create table, State:queueing, SchemaState:none, SchemaID:158, TableID:160, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:17.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:17.246 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 158, Table ID: 160, Table Name: cols_and_vars"] [2024/05/06 11:53:17.333 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=109] [neededSchemaVersion=110] ["start time"=2.773042ms] [gotSchemaVersion=110] [phyTblIDs="[160]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:17.346 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=161] [version=110] [2024/05/06 11:53:17.379 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=110] ["take time"=53.492118ms] [job="ID:161, Type:create table, State:done, SchemaState:public, SchemaID:158, TableID:160, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:17.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:17.453 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=161] [conn=2] [job="ID:161, Type:create table, State:synced, SchemaState:public, SchemaID:158, TableID:160, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:17.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:17.527 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=161] [2024/05/06 11:53:17.527 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:17.531 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.391379688\n# Parse_time: 0.001332137\n# Compile_time: 0.001926236\n# Rewrite_time: 0.000074654\n# Optimize_time: 0.000968855\n# Wait_TS: 0.000602786\n# Is_internal: false\n# Digest: 57ce36313adf6bc4512c45ed2cdaf6e4f87573d17b9a610ff0709862e78fa805\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE load_data.cols_and_vars (a INT, b INT, c int);"] [2024/05/06 11:53:17.553 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:17.728 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"columns-and-vars\":\"(@`V1`, @`v2`, @`v3`)\",\"set-clause\":\"`a`=@`V1`, `b`=@`V2`*10, `c`=123\",\"file-location\":\"gs://test-load/cols_and_vars-*.tsv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"thread\":\"2\"}}"] [dist-task-enabled=true] [2024/05/06 11:53:17.841 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=19] [task-id=19] [data-size=81B] [thread-cnt=2] [global-sort=false] [2024/05/06 11:53:17.890 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=19] [2024/05/06 11:53:17.890 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=19] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=2] [2024/05/06 11:53:17.998 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=19] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:53:18.000 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=19] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:18.002 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=19] [curr-step=init] [next-step=import] [2024/05/06 11:53:18.028 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:18.032 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=cols_and_vars] [2024/05/06 11:53:18.032 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=cols_and_vars] [before=536870912000] [after=81] [2024/05/06 11:53:18.033 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=cols_and_vars] [filesCount=2] [MaxChunkSize=268435456] [RegionsCount=2] [BatchSize=81] [cost=158.594µs] [2024/05/06 11:53:18.033 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=cols_and_vars] [takeTime=387.609µs] [] [2024/05/06 11:53:18.033 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=19] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:53:18.033 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=19] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=2] [subtasks=1] [2024/05/06 11:53:18.203 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=19] [mode=Import] [2024/05/06 11:53:18.223 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=19] [2024/05/06 11:53:18.249 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=19] [type=ImportInto] [remaining-slots=50] [2024/05/06 11:53:18.301 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=19] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=2, Mem=1.231GiB]"] [2024/05/06 11:53:18.303 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=19] [step=import] [2024/05/06 11:53:18.305 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:18.315 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:53:18.315 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:53:18.316 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:18.316 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:53:18.317 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:18.317 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:18.317 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:53:18.317 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:53:18.317 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:18.335 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:53:18.336 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:53:18.337 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=cols_and_vars] [quota=374.2GB] [2024/05/06 11:53:18.337 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=19] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:53:18.337 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=cols_and_vars] [import-id=19] [disk-quota=348.5GiB] [2024/05/06 11:53:18.423 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=19] [step=import] [subtask-id=37] [2024/05/06 11:53:18.428 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`cols_and_vars`:0] [engineUUID=af694e56-0929-5815-9e99-dfe7bdad9797] [2024/05/06 11:53:18.433 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`cols_and_vars`:-1] [engineUUID=c5aa228c-66c1-59bd-96a4-4ba391b5695d] [2024/05/06 11:53:18.433 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=160] [2024/05/06 11:53:18.433 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=160] [2024/05/06 11:53:18.487 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=160] [key=cols_and_vars-1.tsv:0] [2024/05/06 11:53:18.488 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=160] [key=cols_and_vars-2.tsv:0] [2024/05/06 11:53:18.493 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=160] [key=cols_and_vars-1.tsv:0] [readDur=1.76556ms] [encodeDur=3.722515ms] [checksum="{cksum=2686149398408423815,size=189,kvs=5}"] [deliverDur=358.195µs] [type=file] [takeTime=6.27603ms] [] [2024/05/06 11:53:18.494 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=189] [kvs=5] [files=1] [sstFileSize=1019] [file=/tmp/tidb/import-4000/19/af694e56-0929-5815-9e99-dfe7bdad9797.sst/7741e0f4-02c4-443a-83b3-88974ae9b729.sst] [firstKey=7480000000000000A05F728000000000000001] [lastKey=7480000000000000A05F728000000000000005] [2024/05/06 11:53:18.495 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=160] [key=cols_and_vars-2.tsv:0] [readDur=1.726611ms] [encodeDur=4.254926ms] [checksum="{cksum=15251348621166951835,size=152,kvs=4}"] [deliverDur=363.785µs] [type=file] [takeTime=6.815273ms] [] [2024/05/06 11:53:18.496 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=19] [step=import] [subtask-id=37] [takeTime=72.192759ms] [] [2024/05/06 11:53:18.496 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=152] [kvs=4] [files=1] [sstFileSize=1003] [file=/tmp/tidb/import-4000/19/af694e56-0929-5815-9e99-dfe7bdad9797.sst/aa91f571-340e-406d-8fa5-f5f728fd26c8.sst] [firstKey=7480000000000000A05F728000000000000010] [lastKey=7480000000000000A05F728000000000000013] [2024/05/06 11:53:18.496 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=19] [step=import] [engine-id=0] [2024/05/06 11:53:18.496 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=19] [step=import] [engine-id=0] [2024/05/06 11:53:18.496 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`cols_and_vars`:0] [engineUUID=af694e56-0929-5815-9e99-dfe7bdad9797] [2024/05/06 11:53:18.499 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`cols_and_vars`:0] [engineUUID=af694e56-0929-5815-9e99-dfe7bdad9797] [takeTime=2.378897ms] [] [2024/05/06 11:53:18.499 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`cols_and_vars`:0] [engineUUID=af694e56-0929-5815-9e99-dfe7bdad9797] [retryCnt=0] [2024/05/06 11:53:18.505 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:53:18.527 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=af694e56-0929-5815-9e99-dfe7bdad9797] ["region ranges"=1] [count=9] [size=341] [2024/05/06 11:53:18.527 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:53:18.544 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=af694e56-0929-5815-9e99-dfe7bdad9797] [size=341] [kvs=9] [importedSize=341] [importedCount=9] [2024/05/06 11:53:18.546 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`cols_and_vars`:0] [engineUUID=af694e56-0929-5815-9e99-dfe7bdad9797] [retryCnt=0] [takeTime=47.336396ms] [] [2024/05/06 11:53:18.546 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`cols_and_vars`:0] [engineUUID=af694e56-0929-5815-9e99-dfe7bdad9797] [2024/05/06 11:53:18.547 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`cols_and_vars`:0] [engineUUID=af694e56-0929-5815-9e99-dfe7bdad9797] [takeTime=1.184622ms] [] [2024/05/06 11:53:18.548 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=19] [step=import] [engine-id=0] [2024/05/06 11:53:18.548 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`cols_and_vars`:-1] [engineUUID=c5aa228c-66c1-59bd-96a4-4ba391b5695d] [2024/05/06 11:53:18.549 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`cols_and_vars`:-1] [engineUUID=c5aa228c-66c1-59bd-96a4-4ba391b5695d] [takeTime=1.746132ms] [] [2024/05/06 11:53:18.549 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`cols_and_vars`:-1] [engineUUID=c5aa228c-66c1-59bd-96a4-4ba391b5695d] [retryCnt=0] [2024/05/06 11:53:18.550 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=c5aa228c-66c1-59bd-96a4-4ba391b5695d] [2024/05/06 11:53:18.550 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`cols_and_vars`:-1] [engineUUID=c5aa228c-66c1-59bd-96a4-4ba391b5695d] [retryCnt=0] [takeTime=73.015µs] [] [2024/05/06 11:53:18.550 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`cols_and_vars`:-1] [engineUUID=c5aa228c-66c1-59bd-96a4-4ba391b5695d] [2024/05/06 11:53:18.551 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`cols_and_vars`:-1] [engineUUID=c5aa228c-66c1-59bd-96a4-4ba391b5695d] [takeTime=821.531µs] [] [2024/05/06 11:53:18.594 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=19] [step=import] [2024/05/06 11:53:18.598 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:18.598 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:53:18.598 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:18.598 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:53:18.598 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:53:18.598 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:53:18.598 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:53:18.598 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:18.598 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:18.598 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:18.598 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:18.598 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:18.598 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:53:18.601 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:53:18.601 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:18.601 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:18.601 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:18.601 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:18.601 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=19] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=2, Mem=1.231GiB]"] [takeTime=299.732915ms] [] [2024/05/06 11:53:18.611 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=19] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:53:18.613 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=19] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:18.614 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=19] [curr-step=import] [next-step=post-process] [2024/05/06 11:53:18.614 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=19] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:53:18.681 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=19] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":9,\"ColSizeMap\":{\"1\":9,\"2\":18,\"3\":18}}"] [2024/05/06 11:53:18.683 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=19] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:53:18.683 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=19] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=2] [subtasks=1] [2024/05/06 11:53:18.858 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=19] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=2, Mem=1.231GiB]"] [2024/05/06 11:53:18.904 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=19] [step=post-process] [subtask-id=38] [2024/05/06 11:53:18.904 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=19] [step=post-process] [subtask-id=38] [2024/05/06 11:53:18.904 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=19] [step=post-process] [subtask-id=38] [2024/05/06 11:53:18.915 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=19] [step=post-process] [subtask-id=38] [takeTime=10.481639ms] [] [2024/05/06 11:53:18.915 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=19] [step=post-process] [subtask-id=38] [groupId=-1] [size=341] [kvs=9] [checksum=17789414659666727964] [2024/05/06 11:53:18.915 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=19] [step=post-process] [subtask-id=38] [checksum="{cksum=17789414659666727964,size=341,kvs=9}"] [2024/05/06 11:53:18.915 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=19] [step=post-process] [subtask-id=38] [weight=30] [2024/05/06 11:53:18.915 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=19] [step=post-process] [subtask-id=38] [concurrency=15] [2024/05/06 11:53:18.919 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=160] [physicalTableID=160] [indexID=-1] [checksum=17789414659666727964] [totalKvs=9] [totalBytes=341] [2024/05/06 11:53:18.920 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=19] [step=post-process] [subtask-id=38] [local="{cksum=17789414659666727964,size=341,kvs=9}"] [2024/05/06 11:53:18.920 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=19] [step=post-process] [subtask-id=38] [takeTime=15.849581ms] [] [2024/05/06 11:53:18.920 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=19] [step=post-process] [subtask-id=38] [takeTime=16.158021ms] [] [2024/05/06 11:53:18.970 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=19] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=2, Mem=1.231GiB]"] [takeTime=112.277473ms] [] [2024/05/06 11:53:19.013 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=19] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:53:19.013 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=19] [step=post-process] [state=running] [] [2024/05/06 11:53:19.016 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=19] [2024/05/06 11:53:19.098 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=19] [type=ImportInto] [2024/05/06 11:53:19.099 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=19] [2024/05/06 11:53:19.122 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:53:19.122 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=19] [2024/05/06 11:53:19.239 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:53:19.395 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.862269102\n# Parse_time: 0.001834242\n# Compile_time: 0.003123801\n# Rewrite_time: 0.000588156\n# Optimize_time: 0.000968855\n# Wait_TS: 0\n# Is_internal: false\n# Digest: 9b2c49e59eb877d4028abf1351d7b38342a350197fa5d09e8d3dc3551e1577ad\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS44NnMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS44NnMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_data`.`cols_and_vars` (@`V1`,@`v2`,@`v3`) SET `a`=@`V1`, `b`=@`V2`*10, `c`=123 FROM 'gs://test-load/cols_and_vars-*.tsv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH thread=2;"] === RUN TestImportInto/TestDeliverBytesRows [2024/05/06 11:53:19.453 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=110] [cur_db=] [sql="drop database if exists load_data"] [user=root@%] [2024/05/06 11:53:19.482 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:162, Type:drop schema, State:queueing, SchemaState:public, SchemaID:158, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:19.415 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:19.482 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:162, Type:drop schema, State:queueing, SchemaState:public, SchemaID:158, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:19.415 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop database if exists load_data"] [2024/05/06 11:53:19.540 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=162] [conn=2] [category=ddl] [job="ID:162, Type:drop schema, State:queueing, SchemaState:public, SchemaID:158, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:19.415 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:19.572 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=110] [neededSchemaVersion=111] ["start time"=254.127µs] [gotSchemaVersion=111] [phyTblIDs="[160]"] [actionTypes="[2]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:53:19.584 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=162] [version=111] [2024/05/06 11:53:19.621 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=111] ["take time"=53.65119ms] [job="ID:162, Type:drop schema, State:running, SchemaState:write only, SchemaID:158, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:19.415 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:19.733 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=162] [conn=2] [category=ddl] [job="ID:162, Type:drop schema, State:running, SchemaState:write only, SchemaID:158, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:19.415 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:19.779 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=111] [neededSchemaVersion=112] ["start time"=234.723µs] [gotSchemaVersion=112] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:53:19.793 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=162] [version=112] [2024/05/06 11:53:19.817 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=112] ["take time"=53.687396ms] [job="ID:162, Type:drop schema, State:running, SchemaState:delete only, SchemaID:158, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:19.415 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:19.902 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=162] [conn=2] [category=ddl] [job="ID:162, Type:drop schema, State:running, SchemaState:delete only, SchemaID:158, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:19.415 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:19.937 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=112] [neededSchemaVersion=113] ["start time"=197.52µs] [gotSchemaVersion=113] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:53:19.950 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=162] [version=113] [2024/05/06 11:53:19.986 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=113] ["take time"=53.270984ms] [job="ID:162, Type:drop schema, State:done, SchemaState:none, SchemaID:158, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:19.415 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:20.033 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=162] [tableIDs="[160]"] [comment="drop schema: table IDs"] [2024/05/06 11:53:20.042 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=162] [jobType="drop schema"] [2024/05/06 11:53:20.046 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=162] [conn=2] [job="ID:162, Type:drop schema, State:synced, SchemaState:none, SchemaID:158, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:19.415 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:20.102 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=162] [2024/05/06 11:53:20.103 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:20.107 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.655410199\n# Parse_time: 0.000598659\n# Compile_time: 0.000951862\n# Rewrite_time: 0.000052955\n# Optimize_time: 0.005054459\n# Wait_TS: 0.000515445\n# Is_internal: false\n# Digest: 56257f0c0dee1f157d6b4394eb3c67f0af51887b4f515caad24d258b1a7ab179\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop database if exists load_data;"] [2024/05/06 11:53:20.108 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=113] [cur_db=] [sql="create database load_data"] [user=root@%] [2024/05/06 11:53:20.147 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:164, Type:create schema, State:queueing, SchemaState:none, SchemaID:163, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:20.115 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:20.147 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:164, Type:create schema, State:queueing, SchemaState:none, SchemaID:163, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:20.115 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database load_data"] [2024/05/06 11:53:20.218 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=164] [conn=2] [category=ddl] [job="ID:164, Type:create schema, State:queueing, SchemaState:none, SchemaID:163, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:20.115 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:20.285 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=113] [neededSchemaVersion=114] ["start time"=1.664601ms] [gotSchemaVersion=114] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:53:20.299 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=164] [version=114] [2024/05/06 11:53:20.316 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=114] ["take time"=54.263689ms] [job="ID:164, Type:create schema, State:done, SchemaState:public, SchemaID:163, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:20.115 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:20.358 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=164] [conn=2] [job="ID:164, Type:create schema, State:synced, SchemaState:public, SchemaID:163, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:20.115 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:20.387 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=164] [2024/05/06 11:53:20.387 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:20.394 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=114] [cur_db=load_data] [sql="drop table if exists t;"] [user=root@%] [2024/05/06 11:53:20.398 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=114] [cur_db=load_data] [sql="create table t (a bigint, b varchar(100), c int);"] [user=root@%] [2024/05/06 11:53:20.443 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:166, Type:create table, State:queueing, SchemaState:none, SchemaID:163, TableID:165, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:20.366 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:20.443 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:166, Type:create table, State:queueing, SchemaState:none, SchemaID:163, TableID:165, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:20.366 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t (a bigint, b varchar(100), c int);"] [2024/05/06 11:53:20.487 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=166] [conn=2] [category=ddl] [job="ID:166, Type:create table, State:queueing, SchemaState:none, SchemaID:163, TableID:165, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:20.366 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:20.496 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 163, Table ID: 165, Table Name: t"] [2024/05/06 11:53:20.576 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=114] [neededSchemaVersion=115] ["start time"=2.470573ms] [gotSchemaVersion=115] [phyTblIDs="[165]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:20.588 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=166] [version=115] [2024/05/06 11:53:20.623 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=115] ["take time"=53.49014ms] [job="ID:166, Type:create table, State:done, SchemaState:public, SchemaID:163, TableID:165, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:20.366 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:20.739 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=166] [conn=2] [job="ID:166, Type:create table, State:synced, SchemaState:public, SchemaID:163, TableID:165, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:20.366 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:20.794 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=166] [2024/05/06 11:53:20.794 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:20.799 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.402963488\n# Parse_time: 0.000686352\n# Compile_time: 0.001130045\n# Rewrite_time: 0.000065805\n# Optimize_time: 0.005054459\n# Wait_TS: 0.000373603\n# DB: load_data\n# Is_internal: false\n# Digest: f4ac9d9369c16c7e7781e776841844018e469b33e3f61c50a28d47916121febd\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse load_data;\ncreate table t (a bigint, b varchar(100), c int);"] [2024/05/06 11:53:20.818 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:21.026 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-multi-load/min-deliver-bytes-rows.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 11:53:21.163 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=20] [task-id=20] [data-size=98B] [thread-cnt=26] [global-sort=false] [2024/05/06 11:53:21.205 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=20] [2024/05/06 11:53:21.205 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=20] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=26] [2024/05/06 11:53:21.313 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=20] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:53:21.314 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=20] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:21.316 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=20] [curr-step=init] [next-step=import] [2024/05/06 11:53:21.336 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:21.339 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:53:21.339 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=98] [2024/05/06 11:53:21.339 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=98] [cost=70.964µs] [2024/05/06 11:53:21.339 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=179.091µs] [] [2024/05/06 11:53:21.340 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=20] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:53:21.340 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=20] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=26] [subtasks=1] [2024/05/06 11:53:21.458 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=20] [mode=Import] [2024/05/06 11:53:21.478 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=20] [2024/05/06 11:53:21.489 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=20] [type=ImportInto] [remaining-slots=26] [2024/05/06 11:53:21.567 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=20] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 11:53:21.569 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=20] [step=import] [2024/05/06 11:53:21.570 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:21.579 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:53:21.580 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:53:21.580 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:21.580 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:53:21.581 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:21.581 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:21.581 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:53:21.581 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:53:21.581 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:21.596 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:53:21.598 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:53:21.598 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:53:21.598 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=20] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:53:21.598 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=20] [disk-quota=348.5GiB] [2024/05/06 11:53:21.643 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=20] [step=import] [subtask-id=39] [2024/05/06 11:53:21.647 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:53:21.651 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:53:21.651 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=165] [2024/05/06 11:53:21.659 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=165] [key=min-deliver-bytes-rows.csv:0] [2024/05/06 11:53:21.664 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=165] [key=min-deliver-bytes-rows.csv:0] [readDur=1.566433ms] [encodeDur=2.715997ms] [checksum="{cksum=9838612991342579393,size=369,kvs=9}"] [deliverDur=522.345µs] [type=file] [takeTime=5.37646ms] [] [2024/05/06 11:53:21.665 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=369] [kvs=9] [files=1] [sstFileSize=1091] [file=/tmp/tidb/import-4000/20/67ea3590-7c4f-5a31-ade6-de9a31136e82.sst/aeae7e15-8115-4507-9825-1a3765ce440a.sst] [firstKey=7480000000000000A55F728000000000000001] [lastKey=7480000000000000A55F728000000000000009] [2024/05/06 11:53:21.665 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=20] [step=import] [subtask-id=39] [takeTime=21.976153ms] [] [2024/05/06 11:53:21.665 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=20] [step=import] [engine-id=0] [2024/05/06 11:53:21.666 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=20] [step=import] [engine-id=0] [2024/05/06 11:53:21.666 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:53:21.668 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [takeTime=1.965731ms] [] [2024/05/06 11:53:21.668 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [retryCnt=0] [2024/05/06 11:53:21.672 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:53:21.694 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=67ea3590-7c4f-5a31-ade6-de9a31136e82] ["region ranges"=1] [count=9] [size=369] [2024/05/06 11:53:21.695 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:53:21.709 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=67ea3590-7c4f-5a31-ade6-de9a31136e82] [size=369] [kvs=9] [importedSize=369] [importedCount=9] [2024/05/06 11:53:21.711 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [retryCnt=0] [takeTime=43.769953ms] [] [2024/05/06 11:53:21.712 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:53:21.713 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [takeTime=1.131246ms] [] [2024/05/06 11:53:21.713 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=20] [step=import] [engine-id=0] [2024/05/06 11:53:21.713 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:53:21.714 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [takeTime=1.582049ms] [] [2024/05/06 11:53:21.715 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [retryCnt=0] [2024/05/06 11:53:21.715 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:53:21.715 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [retryCnt=0] [takeTime=70.553µs] [] [2024/05/06 11:53:21.715 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:53:21.716 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [takeTime=936.432µs] [] [2024/05/06 11:53:21.770 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=20] [step=import] [2024/05/06 11:53:21.773 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:53:21.773 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:21.773 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:53:21.773 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:53:21.773 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:21.773 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:53:21.773 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:21.773 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:53:21.773 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:21.773 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:21.773 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:21.773 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:21.773 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:53:21.775 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:53:21.775 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:21.775 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:21.775 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:21.775 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:21.775 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=20] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=208.07835ms] [] [2024/05/06 11:53:21.826 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=20] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:53:21.827 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=20] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:21.828 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=20] [curr-step=import] [next-step=post-process] [2024/05/06 11:53:21.828 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=20] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:53:21.900 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=20] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":9,\"ColSizeMap\":{\"1\":9,\"2\":54,\"3\":13}}"] [2024/05/06 11:53:21.901 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=20] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:53:21.901 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=20] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=26] [subtasks=1] [2024/05/06 11:53:22.097 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=20] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 11:53:22.154 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=20] [step=post-process] [subtask-id=40] [2024/05/06 11:53:22.154 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=20] [step=post-process] [subtask-id=40] [2024/05/06 11:53:22.154 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=20] [step=post-process] [subtask-id=40] [2024/05/06 11:53:22.163 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=20] [step=post-process] [subtask-id=40] [takeTime=8.840689ms] [] [2024/05/06 11:53:22.163 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=20] [step=post-process] [subtask-id=40] [groupId=-1] [size=369] [kvs=9] [checksum=9838612991342579393] [2024/05/06 11:53:22.163 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=20] [step=post-process] [subtask-id=40] [checksum="{cksum=9838612991342579393,size=369,kvs=9}"] [2024/05/06 11:53:22.163 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=20] [step=post-process] [subtask-id=40] [weight=30] [2024/05/06 11:53:22.164 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=20] [step=post-process] [subtask-id=40] [concurrency=15] [2024/05/06 11:53:22.168 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=165] [physicalTableID=165] [indexID=-1] [checksum=9838612991342579393] [totalKvs=9] [totalBytes=369] [2024/05/06 11:53:22.169 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=20] [step=post-process] [subtask-id=40] [local="{cksum=9838612991342579393,size=369,kvs=9}"] [2024/05/06 11:53:22.169 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=20] [step=post-process] [subtask-id=40] [takeTime=14.331938ms] [] [2024/05/06 11:53:22.169 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=20] [step=post-process] [subtask-id=40] [takeTime=14.609909ms] [] [2024/05/06 11:53:22.214 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=20] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=116.280715ms] [] [2024/05/06 11:53:22.229 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=20] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:53:22.229 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=20] [step=post-process] [state=running] [] [2024/05/06 11:53:22.232 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=20] [2024/05/06 11:53:22.334 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=20] [type=ImportInto] [2024/05/06 11:53:22.335 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=20] [2024/05/06 11:53:22.362 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:53:22.362 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=20] [2024/05/06 11:53:22.455 +00:00] [INFO] [manager.go:354] ["get owner"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager 1f774b2f-9366-4ce8-b7b9-a0316e128e82"] ["owner key"=/tidb/br-stream/owner/22318f4dbd776523] [ownerID=1f774b2f-9366-4ce8-b7b9-a0316e128e82] [op=none] [2024/05/06 11:53:22.885 +00:00] [INFO] [coprocessor.go:1384] ["[TIME_COP_WAIT] resp_time:450.527458ms txnStartTS:449576016901570565 region_id:14 store_addr:127.0.0.1:20161 stats:Cop:{num_rpc:1, total_time:450.4ms} kv_process_ms:0 kv_wait_ms:0 kv_read_ms:0 processed_versions:2 total_versions:7 rocksdb_delete_skipped_count:2 rocksdb_key_skipped_count:16 rocksdb_cache_hit_count:0 rocksdb_read_count:0 rocksdb_read_byte:0"] [2024/05/06 11:53:22.885 +00:00] [INFO] [coprocessor.go:1384] ["[TIME_COP_WAIT] resp_time:435.341917ms txnStartTS:449576016901570561 region_id:14 store_addr:127.0.0.1:20161 stats:Cop:{num_rpc:1, total_time:435.2ms} kv_process_ms:0 kv_wait_ms:0 kv_read_ms:0 processed_versions:2 total_versions:158 rocksdb_delete_skipped_count:40 rocksdb_key_skipped_count:431 rocksdb_cache_hit_count:0 rocksdb_read_count:0 rocksdb_read_byte:0"] [2024/05/06 11:53:22.885 +00:00] [INFO] [coprocessor.go:1384] ["[TIME_COP_WAIT] resp_time:410.637143ms txnStartTS:449576016914939908 region_id:14 store_addr:127.0.0.1:20161 stats:Cop:{num_rpc:1, total_time:410.5ms} kv_process_ms:0 kv_wait_ms:0 kv_read_ms:0 processed_versions:0 total_versions:383 rocksdb_delete_skipped_count:89 rocksdb_key_skipped_count:1031 rocksdb_cache_hit_count:0 rocksdb_read_count:0 rocksdb_read_byte:0"] [2024/05/06 11:53:22.889 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449576016901570567\n# Query_time: 0.485815294\n# Parse_time: 0\n# Compile_time: 0.02056881\n# Rewrite_time: 0.003328499\n# Optimize_time: 0.005633716\n# Wait_TS: 0.000135161\n# Is_internal: true\n# Digest: 56f65ab8bc152ca7553456b6a305afc30e3bb2c2888cd73866c10d42c7e2e0b1\n# Stats: tidb_global_task:pseudo[10000;0],tidb_global_task_history:pseudo[10000;0]\n# Num_cop_tasks: 0\n# Mem_max: 9876\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Warnings: [{\"Level\":\"Note\",\"Message\":\"handle of t is selected since the path only has point ranges\",\"IsExtra\":true},{\"Level\":\"Note\",\"Message\":\"handle of t is selected since the path only has point ranges\",\"IsExtra\":true}]\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('/Rd4MAk2XzExCTAJMglncm91cCBieTpDb2x1bW4jMzEsIBELADIZCwAzGQsANBkLADUZCwA2GQsANxkLADgZCwA5FQsENDAZCxluADQZbgA0GW5INDQsIGZ1bmNzOmZpcnN0cm93KBGeDDEpLT4VDGImAAAyHSYAMmImAAAzHSYAM2ImAAA0HSZmmAAANR0mADViTAAANh0mADZiJgAANx0mADdiJgAAOB0mADhiJgAAOR0mADleJgAENDAZJiGoVnwBADQ9fCHDWiYAPXwh3lomAD18IflaJgA9fMA0NAkxCXRpbWU6NDYwLjhtcywgbG9vcHM6MiwgcGFydGlhbF93b3JrZXI6e3dhbGxfFSwQMTY1MTIFMbhjb25jdXJyZW5jeTo1LCB0YXNrX251bToxLCB0b3Rfd2FpdDoyLjI5OTAyMzk5cwkWOGV4ZWM6Njg4LjE1M8K1cwkVBV0AMgErLDk2MTEyNnMsIG1heAWbFDA3NDczMQGgCHA5NTISABR9LCBmaW5iqAAQNjM0OTNyqAABtBGoFDYzLjEzNxWRCaYELjBCowAgMzAxOTMwMzgxHaMUNTkzNjE2LqMAERIQfQlOL0EBBBgKMQk5XzEyhS41eQw1OS4zATYteQEoAQR0CjIJM18xMwkwCTEJbXlzcWwudGlkYl9nbG9iYWxfIWYILmlkMrcDWiYAASsMX2tleRksBDIsYiwACHlwZRkoADNiKAAMc3RhdB0pADRqKQAEZXAZUQA1YigAGHByaW9yaXQdpQA2YiwAXXEZWwA3Zi8AEHJlYXRlRV0ZLwA4Yi8AJHRhcmdldF9zY28uCwEAOWIwABBzdGFydDZeAGHuWo0BJTkMX3VwZEKTAGH9WjUADG1ldGEVu2H/WigAKGRpc3BhdGNoZXJfXRsANGbHARBlcnJvchlamQ0ENTg6DQQAQ33lKE9GRgk3LjgzIEtCRakYMwkzNl8xNEWqFHRhYmxlOj6qAiQsIGhhbmRsZToyQc5l5wFjBDVtmXABSgEESfcANQVNVucAHF9oaXN0b3J5lv8CFS6qBwMZNJYPAxUwJd41UGYXAx0xkh8DFTCqJwMVNLYvAxk3sjcDFTe6PwMVOLJHAy42AAB0vk8DFT2aVwMVML5fAxU5QmcDADBpBAwxLjQyeQMSwAn5S2FmDDEuODI2ZgMANmUZVmYDEXAubgMVagAzNmoALEdldDp7bnVtX3JwY+HtCHRvdMFWEgoIEDU4Ljlt4VgBDyRfZGV0YWlsOiB7CSMYcHJvY2Vzc4XxFDogMTIzLvUd4YQEYWmpDBQ6IDg4LjLxSSxhbF9rdl9yZWFkX3ciRggQIDQ1Ny7l0wx0aWt2ShkAGH0sIHNjYW5eggAUa2V5czogFmYIBGFsFZkBFyhfc2l6ZTogNTY0NxJaCAGABS4IMiwgpd0UbmFwc2hvEasMMjUuNQWrvHJvY2tzZGI6IHtibG9jazoge2NhY2hlX2hpdF9jb3VudDogNH19fQlOL0EJTi9BCg==')\n# Plan_digest: af44a0044a089a063c31e7a365012659fdd534bbd69420b8445c169b6e1e7ddd\n# Binary_plan: tidb_decode_binary_plan('8RmgCuwZCgpIYXNoQWdnXzExEpIRCghVbmlvbl8xMhLFBgoNUHJvamVjdGkBEkgzEnsKDFBvaW50X0dldF8xNCEiBQEMJkApAAUB8EzwPzABOAFAAUobChkKBW15c3FsEhB0aWRiX2dsb2JhbF90YXNrUgloYW5kbGU6MjBaFXRpbWU6NDU4LjVtcywgbG9vcHM6MnD//////wEDBAF4AQYFAQwBIauqAQEAPT5tAAhS6AQFagAuPmkAPC5pZC0+Q29sdW1uIzMxLCBaJgABlAxfa2V5GSwAMmYsAAh5cGUZKAAzYigADHN0YXQdKQA0aikABGVwGVEANWIoABhwcmlvcml0HaUANmIsACRjb25jdXJyZW5jHS8AN2YvACByZWF0ZV90aW0dsgA4Yi8AJHRhcmdldF9zY28uCwEAOWIwABBzdGFydDZeAAQ0MG4uABR0ZV91cGQBBzKTAAA0ZsIBDG1ldGE1RQA0Zr4BKGRpc3BhdGNoZXJfXRsANGbHARBlcnJvchlaBDRaWbAEOG1ZsAhiD0M5cxg6T0ZGcM4+XbkIEvgJNkgDDDUSwAMySQMANkZJA2VHCCMKIXFHABg+3gIcX2hpc3RvcnkuTwMAFCEyEDoxLjMyGZ5YMWK9AkdldDp7bnVtX3JwYzoyLCB0b3RhjXF8FDltc30sIAEPJF9kZXRhaWw6IHsJIxhwcm9jZXNzJYokOiAxMjMuM8K1cxFBCHdhaSnaFDogODguMh0aLGt2X3JlYWRfd2FsbA09EDQ1Ny4xAZcMdGlrdkoZABh9LCBzY2FuXoIAGGtleXM6IDERexGZARcoX3NpemU6IDU2NDcRHwEXEDogMiwgRasUbmFwc2hvEasMMjUuNQWrmHJvY2tzZGI6IHtibG9jazoge2NhY2hlX2hpdF9jb3VudDogNH19fZ6OBCGyBFLYifZCjAQxrpaUBBUuqpwEGTSWpAQVMJ6sBB0xkrQEFTCqvAQVNLbEBBk3sswEFTe61AQVOLLcBC42AMLkBBU9AG2W7AQVML70BBU5QvwEkV0ANDJdBEL7BATGDp37CCFWVQEBBENAGiEIBABAFiEItUkIOS4zgRQMbG9vcGb5BxgFD+aJ+ldSPkUALFK1BWdyb3VwIGJ5Ov3nEQsEMiwVCwAzGQsANBkLADUZCwA2GQsANxkLADgZCwA5FQvBvQ1jwZMRCxluwVARFkQ0LCBmdW5jczpmaXJzdHJvdygNGggzMSnVWA6cCFomAAAyHSYAMmJMAAAzHSYAM2ImAAA0HSZmmAAANR0mADViTAAANh0mADZiJgAANx0mADdiJgAAOB0mADhiJgAAOR0mADleJgAENDAZJiGoVlYBADQ9fCHDWiYAPXwh3lomAD18IflaJgA9fAA0IkYIBDYwNkYIRMsCcGFydGlhbF93b3JrZXI6e/k/AS0UMTY1MTI4YS+9Hgw6NSwgxSYMbnVtOukf5ZgoOjIuMjk5MDIzOTnpsDBfZXhlYzo2ODguMTUz5QAAdPETBSssOTYxMTI2cywgbWF4BW8QMDc0NzPlsghwOTUyEgAUfSwgZmluYqgAEDYzNDkzcqgAAbQAbw2oFDYzLjEzNxWRCaYELjBCowAgMzAxOTMwMzgxHaMUNTkzNjE2IRIRoxESAH1WtgcEGAE=')\n# Resource_group: default\n;"] [2024/05/06 11:53:22.892 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449576016901570561\n# Query_time: 0.448636366\n# Parse_time: 0\n# Compile_time: 0.006787086\n# Rewrite_time: 0.004736271\n# Optimize_time: 0.0052762\n# Wait_TS: 0\n# Cop_time: 0.435843968 Process_time: 0.000260321 Wait_time: 0.000041386 Request_count: 1 Process_keys: 2 Total_keys: 158 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 40 Rocksdb_key_skipped_count: 431\n# Is_internal: true\n# Digest: 3af9355dc8dd5dd409fc047dc560e5aa57876e5aff53fc988ac925b36651691c\n# Stats: tidb_background_subtask:pseudo[10000;0]\n# Num_cop_tasks: 1\n# Cop_proc_avg: 0.000260321 Cop_proc_addr: 127.0.0.1:20161\n# Cop_wait_avg: 4.1386e-05 Cop_wait_addr: 127.0.0.1:20161\n# Mem_max: 46430\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Warnings: [{\"Level\":\"Note\",\"Message\":\"[tidb_background_subtask] remain after pruning paths for tidb_background_subtask given Prop{SortItems: [], TaskTp: rootTask}\",\"IsExtra\":true}]\n# Succ: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('/QbwcTAJMjdfMQkwCTAJTi9BCTAJdGltZTo0NDBtcywgbG9vcHM6MSwgcHJlcGFyZTogNDM4LjNtcywgaW5zZXJ0OjEuN21zCTEzLjMgS0IJTi9BCjEJMzFfOQkwCTgwMDAJZGF0YTpTZWxlY3Rpb25fOAkyCQlhDDM2LjUZY2AyLCBjb3BfdGFzazoge251bTogMSwgbWF4AXIENS4FckRwcm9jX2tleXM6IDIsIHRvdF8BEiQ6IDI2MC4zwrVzCRQkd2FpdDogNDEuNAUTgGNvcHJfY2FjaGVfaGl0X3JhdGlvOiAwLjAwLCBidWlsZAV0CF9kdQUaEG46IDQ0DTqobWF4X2Rpc3RzcWxfY29uY3VycmVuY3k6IDF9LCBycGNfaW5mbzp7Q29wOgGxFF9ycGM6MQWECGFsXw3kRDUuMm1zfX0JOTk3IEJ5dGVzCSEiIDIJMV84CTFfMCkjgGVxKGNhc3QobXlzcWwudGlkYl9iYWNrZ3JvdW5kX3N1YiEWAC4BBQH+bCwgZG91YmxlIEJJTkFSWSksIDIwKQkyCXRpa3YFzAQ6ewV9BDBzNb9IfSwgc2Nhbl9kZXRhaWw6IHt0bwGkIT4IZXNzAVU1UwRhbDIXACBfc2l6ZTogODIpcQRhbA0tQDE1OCwgZ2V0X3NuYXBzaG90CfEQIDIwLjEld3Byb2Nrc2RiOiB7ZGVsZXRlX3NraXBwZWRfY291biGgFDAsIGtleUIXABwzMSwgYmxvY0EGEH19fSwgAcxeuQABHDr/AQhhbF9BAQ0bVQYlHQh3YWwtmQQgNA0aBH0JQfQhlBgzCTQzXzcJIZUsMTAwMDAJdGFibGU6Wo4BAb1sZXAgb3JkZXI6ZmFsc2UsIHN0YXRzOnBzZXVkb3qQASAJTi9BCU4vQQo=')\n# Plan_digest: f508ad48addeb42e796c107476dc7872c41fa4b905cc0fb54cae96a9fc24d958\n# Binary_plan: tidb_decode_binary_plan('+gfQCvUHCghJbnNlcnRfMRKcBwoNVGFibGVSZWFkZXJfORLdBAoLU2VsZWN0aW9uXzgSoQEKD1QBIkxGdWxsU2Nhbl83IQAAAAAI1ERBKQEJ8HEAiMNAMAI4AkACSiIKIAoFbXlzcWwSF3RpZGJfYmFja2dyb3VuZF9zdWJ0YXNrUh5rZWVwIG9yZGVyOmZhbHNlLCBzdGF0czpwc2V1ZG9qHHRpa3ZfdGFzazp7dGltZTowcywgbG9vcHM6MX1w//////8BBAQBeAEGBQEAAQWQCKAORQ2QBEC/DZAkUkNlcShjYXN0KAWUAC5akwCALnRhc2tfa2V5LCBkb3VibGUgQklOQVJZKSwgMjAparYCbpIACCwgcyEUVGRldGFpbDoge3RvdGFsX3Byb2Nlc3MBVRRzOiAyLCBGFwAgX3NpemU6IDgyFR4Ea2UBLUgxNTgsIGdldF9zbmFwc2hvdF90IQbAIDIwLjHCtXMsIHJvY2tzZGI6IHtkZWxldGVfc2tpcHBlZF9jb3VudDogNDAsIGtleUIXAEAzMSwgYmxvY2s6IHt9fX0sIAFYXrkAARwYOiAyNjAuMwV1CcAId2FpEY8MNDEuNAkaHGlrdl93YWxsDTQANA0aBH1wJZ0BATKsARxVVVVVBcwQQUk8AEAlrCgBQAFSEGRhdGE6U1l6BFoVBYUYNDM2LjVtc1EEHDJi2wFjb3BfIbRQOiB7bnVtOiAxLCBtYXg6IDQzNS4zASshfy1PKV4lkTrQAAXOADoZyYBjb3ByX2NhY2hlX2hpdF9yYXRpbzogMC4wMCwgYnVpbGQFdAhfZHUFGhBuOiA0NC0DqG1heF9kaXN0c3FsX2NvbmN1cnJlbmN5OiAxfSwgcnBjX2luZm86e0NvcDoBsRRfcnBjOjFRFA3lJDUuMm1zfX1w5Qdd2QA4IRkUA04vQVoTCScENDAB3zxsb29wczoxYh5wcmVwYXJlAfoEOC4F+mxpbnNlcnQ6MS43bXNw3mp4////////////ARgB')\n# Resource_group: default\n;"] [2024/05/06 11:53:22.894 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449576016914939908\n# Query_time: 0.426607711\n# Parse_time: 0\n# Compile_time: 0.008751866\n# Rewrite_time: 0.001522294\n# Optimize_time: 0.005789583\n# Wait_TS: 0.000127115\n# Cop_time: 0.408816542 Process_time: 0.000599697 Wait_time: 0.000072492 Request_count: 2 Total_keys: 766 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 178 Rocksdb_key_skipped_count: 2062\n# Is_internal: true\n# Digest: 1419dc3f429d38aa633c567e9a7382c40500243679dfa77e81a8e3ecb9436ee2\n# Stats: tidb_ddl_job:pseudo[10000;0]\n# Num_cop_tasks: 2\n# Cop_proc_avg: 0.000299848 Cop_proc_p90: 0.000340623 Cop_proc_max: 0.000340623 Cop_proc_addr: 127.0.0.1:20161\n# Cop_wait_avg: 3.6246e-05 Cop_wait_p90: 4.3468e-05 Cop_wait_max: 4.3468e-05 Cop_wait_addr: 127.0.0.1:20161\n# Mem_max: 12693\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('whe4MAkzXzEzCTAJNjY1Ni42NwlteXNxbC50aWRiX2RkbF9qb2Iuam9iX21ldGEsIG1GHQDwQ3Byb2Nlc3NpbmcJMAl0aW1lOjQxM21zLCBsb29wczoxLCBDb25jdXJyZW5jeTo1CTExLjggS0IJTi9BCjEJMTRfMTQJcn4AGWEUOmRlc2MsToUAFGpvYl9pZBmBCDIuNx2DHAkwIEJ5dGVzEQgcCjIJMTdfMjcd9lRpbm5lciBqb2luLCBlcXVhbDpbZXEoWgwBBGlkAdUgbHVtbiMxNSldLncAADQdd3gsIGJ1aWxkX2hhc2hfdGFibGU6e3RvdGFsOjQxMi4xASoQZmV0Y2gZDwUwDDowc30RqhEIIAozCTZfMjkoQgFRACkBuDQ0MDAJZ3JvdXAgYnk6QxGNQCwgZnVuY3M6Zmlyc3Ryb3coFRoIKS0+FQwdsQGFNalQcGFydGlhbF93b3JrZXI6e3dhbGxfLdMUMS4zMDIyBd8IY29uOdCILCB0YXNrX251bTowLCB0b3Rfd2FpdDoyLjA1NTUxMDQxMnMJFxhleGVjOjBzCQ0FVQUkUDY5MTYxOXMsIG1heDo0MTEuMTgyOQWXCHA5NS4RABR9LCBmaW5ingAQODc3NzAlVF6fAAGrFZ8YOS45NDTCtQ2PBZwQNS4yMDkVExWiFDc5ODk1MS6iABA4MzA0MQVrEaMREgB9QdYBBBgKNAkxXzMwMakkbm90KGlzbnVsbD2RIccFZg1NLYcICTM4Ua8gTi9BCjUJNl8zIbIIODAwPfJKmgJ5KFIjAyBzY2hlbWFfaWQhbEbHA0WgCR5JQwhtaW4VrQA4Vj4CJQQNtwAsbj4CHDA5LjI0NjU5rj8CGDQ1NDgxMTcuogE+PgIYNDU2NjM5OAHRQT0YMDkuMTQ1MwmXJZsdEnI/AhwwLjkwMjg1NWEOmj8CDDcwNsI6PwIIMzQ1FRMl2UHhFDA3NzcyNGEFBaQcMTAuODM5NjUlCgWkHRJZPyA2CTMxXzM2CTAp9zhkYXRhOkhhc2hBZ2dfMzF1wAHgAbQ1hAxjb3BfYZAIOiB7YZIEIDFpWAAgAWYANgEqQSUYX2tleXM6IG2vARIUOiAzNDAuGdFlwwQgMmkOZGNvcHJfY2FjaGVfaGl0X3JhdGlvOiAwLjAwkeEBcghfZHUFGhhuOiAyOC4xJQksbWF4X2Rpc3RzcWxfLlcBSCAxfSwgcnBjX2luZm86e0NvcDoBrwxfcnBjwTAAdKEkKUIBuCA1bXN9fQkyMzmtxWEWADdhFgwxCTFfLSG1CkraAgHhyaH+GAN1GEpmAMmCfSgAOCWmBGt2JR4EOntFEUHBLaw8fSwgc2Nhbl9kZXRhaWw6IMkaLZtAMzgzLCBnZXRfc25hcHNob3QpDgAgwTclWphyb2Nrc2RiOiB7ZGVsZXRlX3NraXBwZWRfY291bnQ6IDg5LCBrZXk+FwAIMTAzwZYIbG9jQSIQfX19LCABmD6FAC0yDXUyGwKhgARhaRGQTSIAdAHn2S0cIDQ2NS4zwrVd0BQ4CTQzXzOhFQwwCTEwgcqFcAA6LmcIfCwga2VlcCBvcmRlcjpmYWxzZSwgc3RhdHM6cHNldWRvelABQRgBBAQKM2E8HDQxKFByb2JloWUANhraCABkYUYsU2VsZWN0aW9uXzQwBVIMbWU6Mw3ILZsALEHzKbcAIEGYeUcIMS4zZXAhIS2rMkYDCDI1OU371WoMIDQzLokXBGNvukgDDDQ4LjIl7u5IA2lIDDEuMjNpRwQ1M31HIZEENDBlRzElStsCDHJlb3IW3Qk2zgIlCy000s8CBDIwDeH+zwKuzwIypAE2zwI1q4mCGGt2X3JlYWQu2gIF8wB0IQhd7wQzOSn2WYMENQlB7wA5JVn+7wJd7wV+MXEgCU4vQQlOL0EK')\n# Plan_digest: 29484af8ecb33bd721aada2a65e777d1777fbdefaa439f1f3bce3a7a45698fab\n# Binary_plan: tidb_decode_binary_plan('khrwSQqNGgoNUHJvamVjdGlvbl8xMxL3GAoHU29ydF8xNBL/FwoLSGFzaEpvaW5fMjcS0AYKDlRhYmxlUmVhZGVyXzQxEpEECgxTZWxlCUAYNDASlgEKEAUkUEZ1bGxTY2FuXzM5IQAAAADw7zBBKQEJ8GUAiMNAOAJAAkoXChUKBW15c3FsEgx0aWRiX2RkbF9qb2JSHmtlZXAgb3JkZXI6ZmFsc2UsIHN0YXRzOnBzZXVkb2oddGlrdl90YXNrOnt0aW1lOjFtcywgbG9vcHM6MX1w//////8BBAQBeAEGBQEAAQWELCBlMUEpq6qqqqoAugWEBFIYBYAALi5/ACQucmVvcmdqoQJ0bmYACCwgcwHd8IZkZXRhaWw6IHt0b3RhbF9rZXlzOiAzODMsIGdldF9zbmFwc2hvdF90aW1lOiAyMC4ywrVzLCByb2Nrc2RiOiB7ZGVsZXRlX3NraXBwZWRfY291bnQ6IDg5LCBrZXlfc2tpcHBlZF9jb3VudDogMTAzMSwgYmxvY2s6IHt9fX0sIHRpbWVfZGUyhQAccHJvY2Vzc18NdQw1OS4xBXYJowh3YWkRkAw0My41HRosa3ZfcmVhZF93YWxsDT0lWSUIHRUEMzkJUlpqASwaAQIhVVVVVZV09kA5bSgBQAFSEWRhdGE6U10vBFoUBaUIMzI5BYgwbG9vcHM6MWLZAWNvcCnhRCB7bnVtOiAxLCBtYXg6IDEuMwWUAeQtbgQwLAHaBfYEOiAy7gAF7AA6GeeAY29wcl9jYWNoZV9oaXRfcmF0aW86IDAuMDAsIGJ1aWxkBXMIX2R1BRoYbjogNDguMgWZqG1heF9kaXN0c3FsX2NvbmN1cnJlbmN5OiAxfSwgcnBjX2luZm86e0NvcDoBsBRfcnBjOjEFmABhLUskMS4yM21zfX1w/S6WAhAS9g8KCmFjIEFnZ18yORKkDC5PAxAzMBLCCxkgEDM1EqUHNoIDEDM2EuoEHSIIMRKVRoADADRF/P6AA32ABBx0OhoDBDBzkn8DAChhfwAAAQEEQL9pfyyUAWdyb3VwIGJ5Om2BCTaJAyHlHGVzc2luZywgSh8AJHNjaGVtYV9pZHNSHwAQdGFibGUJHiRmdW5jczptaW4oSkcATGpvYl9pZCktPkNvbHVtbiMxOGqAQvwDLuIAzvsDBDEybYUAcv77A6r7AxAzNDAuNkXAQvsDbXElyX3bGDQ2NS4zwrVe2wMgId7d3d0dPvdAOcZh2AQPZGHYCEhhc0XHDDMxWhVl1gw0MDkuZa2G1wMcNDEwLjZtcyxi2AMyywBt2A3EwtYDBDI4LYzu1gNp1gG4ADVl1wDvLtcDJSgIrWz4OigBAIT+7gK+7gJV0l3eCDVaEymeADEynAFEwwJwYXJ0aWFsX3dvcmtlcjp7WRchyRQyNDY1OTQhoy4ABRw1LCB0YXNrX6GkADCF8CmcKDIuMDQ1NDgxMTdzCRYMZXhlY2VFBHRvzX4FIxA2NjM5OGG/BGF4BWYMMTQ1MwmYCHA5NTISABR9LCBmaW5WnwAgMTAuOTAyODU1bp8AAasAbxGfDDkuNzB1GgmdDDUuMzT1Dsn/KDIuMDUwNzc3MjQyEaQcMTAuODM5NjUlCgWkHRJaEQdJDgRI/k0OCAC5QGU2KBZub3QoaXNudWxsNakINSkpUp8BCHD8AirMCCQaAQEhRERERCRjPlQABDhnsU8x+wQ1LI3+HGZpcnN0cm93HWyZ81kVADIhRHGxAMJuFQIYMTEuMzAyMiUKmhQCGDU1NTEwNDEhTiGMUhUCHDU1NjkxNjE5NXIUMS4xODI5BZgpcRURchQCGDEuODc3NzBF5V6fADoUAgg5NDSxLgmcDDUuMjAWmggBr2U3IDIuMDU3OTg5NTKiAAg4MzBtUBGjERJeFAIOlgoUb0ENQSmsHo8KaAFAAVI8aW5uZXIgam9pbiwgZXF1YWw6W2VxKGK2BgQsIDXoBCldsXcIMTIuJZUxxgA5FtwIEGhhc2hf5RUAOhauCgA6ASolIBBmZXRjaBkPBTAsOjBzfSGZKiJLzRseOqYAAD1KkAD5rBA6ZGVzY1KSB+lqHacAN11tBWwEfVo+bABOGAgBSBBtZXRhLE4WCBmJdUoAMx1nDGINQ28mwAlANXCcXnj///////////8BGAE=')\n# Resource_group: default\n;"] [2024/05/06 11:53:22.894 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449576016901570565\n# Query_time: 0.499410273\n# Parse_time: 0\n# Compile_time: 0.033212395\n# Rewrite_time: 0.003151362\n# Optimize_time: 0.014414577\n# Wait_TS: 0.000178202\n# Cop_time: 0.45391931 Process_time: 0.000306552 Wait_time: 0.000107618 Request_count: 3 Process_keys: 4 Total_keys: 135 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 64 Rocksdb_key_skipped_count: 324 Rocksdb_block_cache_hit_count: 6\n# Index_names: [tidb_background_subtask:idx_exec_id,tidb_global_task:state]\n# Is_internal: true\n# Digest: 8e00fe5c3677d581b104159ff91d824e3be8160c4e4be058288db681abd1a134\n# Stats: tidb_global_task:pseudo[10000;0],tidb_background_subtask:pseudo[10000;0]\n# Num_cop_tasks: 3\n# Cop_proc_avg: 0.000102184 Cop_proc_p90: 0.00011057 Cop_proc_max: 0.00011057 Cop_proc_addr: 127.0.0.1:20161\n# Cop_wait_avg: 3.5872e-05 Cop_wait_p90: 5.1145e-05 Cop_wait_max: 5.1145e-05 Cop_wait_addr: 127.0.0.1:20161\n# Mem_max: 34494\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Warnings: [{\"Level\":\"Note\",\"Message\":\"[st,idx_exec_id] remain after pruning paths for st given Prop{SortItems: [], TaskTp: rootTask}\",\"IsExtra\":true},{\"Level\":\"Note\",\"Message\":\"[t,state] remain after pruning paths for t given Prop{SortItems: [], TaskTp: rootTask}\",\"IsExtra\":true}]\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('5yuwMAkxNF8xMwkwCTEJbXlzcWwudGlkYl9nbG9iYWxfdGFzay5wcmlvcml0eSwgWiEAKGNyZWF0ZV90aW1lYiQAEGlkCTAJASJgOjQ1Ny44bXMsIGxvb3BzOjEJMCBCeXRlcxEIGAoxCTNfMTVukgAMaWQsIFqMAAGyDF9rZXlmIQAEeXBmpgAMc3RhdG4eAARlcGJYAIYmASBvbmN1cnJlbmNmnQCOSgEkdGFyZ2V0X3NjbwHJHENvbHVtbiMzITA1XwA1PV8ILCBDGXlYOk9GRgk0LjcxIEtCCU4vQQoyCTZfMTYlbCBncm91cCBieTpaWgEhdSRmdW5jczptYXgoHSUMYmFjawE9FG5kX3N1YiGBAC4d7AgpLT4VpAAsDUEcZmlyc3Ryb3cuRgAucgIQaWQpLT4dYjYcAJ5GAAGKQQtmTAARIqJSAAh5cGVqTgBFWikjfuIARWlmSwAFH56WAFF6Zk8AESKeUgBdh2ZVAB0lolgAWYpqWAAZJZ5YAAxzdGVwZlEAAR6eSgAuXQNmUgAuJgAu1wQANDJ4A0xwYXJ0aWFsX3dvcmtlcjp7d2FsbKUlKDo0NTUuNzUyODQxATEd8Qw6NSwgRZVsbnVtOjAsIHRvdF93YWl0OjIuMjc3NTI5MTk2cwkXFGV4ZWM6MA0NZfoFJCw3OTUyMDFzLCBtYXgFaBQ1OTI1ODYBaAhwOTUyEgAUfSwgZmluWqEAHDcuMzQyMzc5ATleoQABrRWhGDkuMTAzwrUNkQWeEDUuNTM4FRMRpBw4NDQyMTc0ORWkGDcuMjc1ODclDAmkGRIAfYGmAQQECjPBFhw4CTAJMC4wMl6rBoGkWjgEJVf+GQZaGQZ5YFp9ADIsA14kAC74AlokAEnLWh0ALpYCMqcGdqEFWcEANTrBAm45Bhg0CTE3XzIwMZBQaW5uZXIgam9pbiwgZXF1YWw6W2VxLt8FSoQAcs0AAR0QKSBlcSjRPQA3wcnJ7Ag2KV1mtQBsYnVpbGRfaGFzaF90YWJsZTp7dG90YWw6NDU0LkXOEGZldGNoGQ8FMAw6MHN9HoAIEQggCjUJM18yMShCAVEAKRHpPXyO0wBKJAAy6AEMY2FzdHonAVm5MGRvdWJsZSBCSU5BUln9WAA3OQ4INC43YbIaWwkhMyJ1COX8CDIuNvX8FDYJMzBfMnVTZkUAEGluZGV4EgwKBDogKU5pzQwgMi4xhVolUxhfaGFuZGxlBRalCSlaDCA1LjiJBYXJDCAxMy4BDwB9gekIYmxlTlcACDQ1MSmroQYIIDEsMoEELCA1fSwgbmV4dDogewFSAF8FngF2BYsFEyX5HF9sb29rdXBfDYcEMjmJnkYhABByZXNwOgV1IDZtc30JMTcuMx4fCRg3CTQ3XzI1UQQYMV8wCTEwCQVfDDpzdCwpGhA6aWR4X4HxDF9pZCgNCEQpLCByYW5nZTpbIjo0MDAwIiwNCFBdLCBrZWVwIG9yZGVyOmZhbHNlLCDh7yRzOnBzZXVkbwkyFsgJCDIuMD3LADMhBQBwMS0xGKHkDCAxLjIh8wxwcm9jgeAMczogMskiARIYOiA5OC4ywrGXAf0QOiAzMS4pDGhjb3ByX2NhY2hlX2hpdF9yYXRpbzogMC4wMCwpvgVxCF9kdQUaGG46IDY4LjUFTSxtYXhfZGlzdHNxbF9d0Uw6IDF9LCBycGNfaW5mbzp7Q29wOgGuFF9ycGM6MQWXDlYMEGltZToxBeAAfUEICGlrdgVpBDp7BRrB1U3BNH0sIHNjYW5fZGV0YWlsVX4B2ghlc3My7wAEYWwyFwAgX3NpemU6IDEy6UYEYWwNLQw4MCwgEj8LGG5hcHNob3RNygwxMy40BdmYcm9ja3NkYjoge2RlbGV0ZV9za2lwcGVkX2NvdW50OiA0MCwga2V5PhcAIDE5NywgYmxvY2EjAH0J1gRtZV64AAXnMpoB4YYEYWkRjjWhJRsmOAgcIDIxMy43wrX9FzA3CTFfMjcoUHJvYmUpRaHlIARpbnpWBEFzSGUsICJwZW5kaW5nIiwgInJ1bm4BCzApLCBub3QoaXNudWxsgkcACGVwKaEdBdNhuQAzQY0tv2a1Agg0NTAWpgwhyy2bMrcCEDExMC42JZIiYwgQIDUxLjEFEwBjvrgCBDU1/rgCVbgBugQ0bf65AoK5AgQ4MikPVbkAN1K4AgQyNC0mfrgCADKBeAB5QrcCADbCtgIymQE2twI1oD63AgwxLjIzoVsETi8WzAkYOAk0NV8yNkWvMlAFihsFZiwEFV/luQA5cRQYMAkyOS45Ny66Bz5QDv3VLhsA+XpeIQAS8g1aHQBtYloeAP4zCv4zCk4zCj6NCC4MAQ5aC16ACA5AEIUAADJp1HX+RkEKBDM08VsSfggFOymfAAkaHxIIMi40LkMEFAkyNDQgQhIgEg6wEOWRBDMzLpEHADPxkfWQJXoAKAUG/YgMcGF1c4HfACwVCihdLCBbInJldmVydAkZGQwJG60RACy1G4a+Bw3GCDEuNhIECTULAGNivgcAMQXvvQjJssXODDogOTel8eU77b8EMjXt0sIHBQQ4OM3m7r8H7b/eAwUEa2UOowgENDhSzwQEMTCt4oLPBFrQBAQxMZnRJtkI7bwANp6ZBz10NuIENXtC4gQEODglqJmF4ZkEMzWRhQ46CknoVlsHLmsDEvsM4VRB8gEEqTAEMzQFRi7vAnovBSgwCQlOL0EJTi9BCg==')\n# Plan_digest: 19251e4d0852c3daee269dcb983554a856b9ab56b15a27ac9c282faeeb7e2e53\n# Binary_plan: tidb_decode_binary_plan('ty/ACrIvCgdTb3J0XzEzEpkuCg1Qcm9qZWN0aW9uXzE1Eo0rCgpIYXNoQWdnXzE2ErkhCjIhABQ4Eo0eCgsBISRKb2luXzIwEuwQMkMAZDIxEvMOCg5JbmRleExvb2tVcF8yOBLLBQoRBRNAUmFuZ2VTY2FuXzI1GgEBIQABAQzQgUApAQj08AIAACRAMAI4AkACSiUKIwoFbXlzcWwSAnN0GhYKC2lkeF9leGVjX2lkEgdleGVjX2lkUjdyYW5nZTpbIjo0MDAwIiwiOjQwMDAiXSwga2VlcCBvcmRlcjpmYWxzZSwgc3RhdHM6cHNldWRvWhR0aW1lOjIuMDdtcywgbG9vcHM6M2LXAWNvcF90YXNrOiB7bnVtOiAxLCBtYXg6IDEuMm1zLCBwcm9jX2tleXM6IDIsIHRvdF9wcm9jOiA5OC4ywrVzLCB0b3Rfd2FpdDogMzEuM8K1cywgY29wcl9jYWNoZV9oaXRfcmF0aW86IDAuMDAsIGJ1aWxkX3Rhc2tfZHVyYXRpb246IDY4LjXCtXMsIG1heF9kaXN0c3FsX2NvbmN1cnJlbmN5OiAxfSwgcnBjX2luZm86e0NvcDp7bnVtX3JwYzoxLCB0b3RhbF90aW1lOjEuMDdtc319arQCdGlrdl90YXNrOnt0aW1lOjBzLCBsb29wczoxfSwgc2Nhbl9kZXRhaWw6IHt0b3RhbF9wcm9jZXNzX2tleXM6IDIsIHRvdGFsX3Byb2Nlc3Nfa2V5c19zaXplOiAxMjAsIHRvdGFsX2tleXM6IDgwLCBnZXRfc25hcHNob3RfdGltZTogMTMuNMK1cywgcm9ja3NkYjoge2RlbGV0ZV9za2lwcGVkX2NvdW50OiA0MCwga2V5X3NraXBwZWRfY291bnQ6IDE5NywgYmxvY2s6IHt9fX0sIHRpbWVfZGV0YWlsOiB7dG90YWxfcHJvY2Vzc190aW1lOiA5OC4ywrVzLCB0b3RhbF93YWl0X3RpbWU6IDMxLjPCtXMsIHRpa3Zfd2FsbF90aW1lOiAyMTMuN8K1c31w////////////AXj///////////8BEuYGCgxTZWxlY3Rpb25fMjcSjgEKEVRhYmxlUm93SURTY2FuXzI2IQAAAAAAVKVAKQAAAAAAACRAMAI4AkACSg0KCwoFbXlzcWxB3AhSHmtyqwIMahx0aWa6AQRw/xEBBAF4EQoQ/wEaAQJpWiyQpUApoNtLGqN1lD9hWBRSbmluKG1hV0wudGlkYl9iYWNrZ3JvdW5kX3N1YkH5XC5zdGF0ZSwgInBlbmRpbmciLCAicnVubgELMCksIG5vdChpc251bGyCRwAYZXApKVoVdCFSFDQ1MS4zbXVpCDFi22JpAxA0NTAuNQErQX4EX2tFTgAyJb0AXwESGDogMTEwLjZlWXlsDDUxLjEFEwRjb7psAww1NS41BTocbWF4X2Rpc3TmbAMBuhw0bXN9fWqwAm6zAQgsIHOhAARkZdptAwQ4MikQBGFsLR8gNywgZ2V0X3NuMmwDBDI0LScgcm9ja3NkYjogWmwDADKhLQx5X3NrNmsDBDYsvmoDMpoBHGFsX3dhaXRfRQA5oSUZDHdhbGwNGRQxLjIzbXNaxwIcIY1EbI0y9XJdxAgBQAFVVAg0LjdBKQBspb0QMWLtAWnBdQBfQcYQOiB7dG8BhAl/DDIuMTYBKzBmZXRjaF9oYW5kbGU6ARYANAEWKGJ1aWxkOiA1Ljg4RQsBuBA6IDEzLgEPHH0sIHRhYmxlTlcAQdcAOQFCCG51bcUrEGNvbmN1saUoNX0sIG5leHQ6IHsBUgBfBZ4BdgWLBRMJWhhsb29rdXBfDYcIMjkzFYY2IQAQcmVzcDoFdQA2ITMExoo28wMgASGpg8CnYxV0Ni8BCFKVAX7xAwxlcCwgdiQAHdkULCBjYXN0ev4DIYRBnmgsIGRvdWJsZSBCSU5BUlkpLT5Db2x1bW4jMzdexwEED0M9RRRPRkZw7BSd2ggStAs2bwgMORL3BzZvCAwzNhLRRm8ICDMzGh5vCAS4mh5vCAQ+QKEVDEocChoebQgUAXQaDgoFpQQAEgkHBFJtHmQIDHBhdXOhBwAsFQooXSwgWyJyZXZlcnQJGRkMCRutOQAstUMAXWFtBGVwgpoICDEuNkWcUd0A1WIxBQgxLjGlW6EeIXMMczogMC4wBQw5Ny43RVG5LwgyNS4WrggAY74vBQQ4OO3B7i8FqS8AMaUrAJHKKwXJFQQ0OFL3BAQxMM0LgvcEWvgEBDExmfkMY2FjaBa2CRqYCAg2fX2BEQhpbWVewAUBHAA6MnUBNgoFNXxCCgUEODglqVoMBRQS1gEKDFMidQgYMzUSbQoRVIGaAFIidAgEMzTp9gSquTrhAggMCgpZ4X5xCHpTCCgEukApuR6F61H4PWU+BFIoVhQIFGdsb2JhbKU3BC5zEg0IVlkAHCGJO8PWS+GNHVah5QAUJUkIMi40Rd1tBwRw9DbzBCACIekglPkmAY82PQAIUtsCnc8uiQAEaWQy6gQuGwCZs1o8AAx0eXBlYj4AhTJiHgAccHJpb3JpdHliIQAUY3JlYXRlRT1mJAC5GGIkACFpYh0ACHRhchIoCARjbwHJPsYFLgwBISdeuQUINloTLZsSpwktmka3BQTcIr23RCHFqRolOc6UQCmJ0t7gC5OZPyHlWFJwaW5uZXIgam9pbiwgZXF1YWw6W2VxelwGcuQAAR0QKSBlcSjVaAQsIBELDDYpXVoekAoANQ6rCQAsFb4AOeV9EF9oYXNo6XQEOnsSQAgMOjQ1NOnjEjsIGQ8FMCw6MHN9IX79VH1IFpU62gAAy/6CAv6CAv6CAv6CAoqCAn1oSogMXe9etgFCKwgE2CUudAIYzqZn4m+albEMAPBJdAS3Bg7xDBBwIGJ5Oh2BPv4CIGZ1bmNzOm1heHqNAh2mKt0IBDUsDUEcZmlyc3Ryb3cuRgA2awAIKS0+gocAfkYAkbtmTAARIp6YAIHsak4ApQopI36cAKUZZksABR+elgCxR2ZPABEinlIAvXhmVQAdJaJYALmsalgAGSWeWACF32IyAgEenkoALg0GZlIALiYAdYYANzY8BRjFAnBhcnRpDucIGG9ya2VyOnsm4A0kNDU1Ljc1Mjg0MQ4nDR3xBDo1DlgNCHNrXw47DRqwCg4TDTA6Mi4yNzc1MjkxOTZzFscKDvUTBDowDQ3NeygyNzc3OTUyMDFzLA6LCgVoEDU5MjU4ElwNCHA5NTISABR9LCBmaW5aoQAYNy4zNDIzNxLIDV6hAAGtCG90XwmhEDkuMTAzIlILBZ4MNS41Mw4tDgmxEaQcODQ0MjE3NDkVpBg3LjI3NTg3JQwJpBkSWvcJGCE0Dc5I1uQ+xQQAq/5fBv5fBjpfBkl6WskEeZVaIQA9d2K9CDKFA1pIAC6uAvn3ADVduXazCDY/BhSSxxdV2Pw+egEAXlp8AIblAIrjCQRpZB2sNDhtcywgbG9vcHM6MRgB')\n# Resource_group: default\n;"] [2024/05/06 11:53:22.897 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 2.096443191\n# Parse_time: 0.000728971\n# Compile_time: 0.001971576\n# Rewrite_time: 0.000456776\n# Optimize_time: 0.005054459\n# Wait_TS: 0\n# DB: load_data\n# Is_internal: false\n# Digest: 2151a8f4fc4821c35c9e69ec11b64682fe15dd1bf9a02fb5753a416004d4f9c9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6Mi4wOXMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6Mi4wOXMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_data`.`t` FROM 'gs://test-multi-load/min-deliver-bytes-rows.csv?endpoint=http://127.0.0.1:4443/storage/v1/';"] [2024/05/06 11:53:22.908 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=115] [cur_db=load_data] [sql="truncate table t"] [user=root@%] [2024/05/06 11:53:22.913 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:53:22.939 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:168, Type:truncate table, State:queueing, SchemaState:none, SchemaID:163, TableID:165, RowCount:0, ArgLen:3, start time: 2024-05-06 11:53:22.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:22.939 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:168, Type:truncate table, State:queueing, SchemaState:none, SchemaID:163, TableID:165, RowCount:0, ArgLen:3, start time: 2024-05-06 11:53:22.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="truncate table t"] [2024/05/06 11:53:22.987 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=168] [conn=2] [category=ddl] [job="ID:168, Type:truncate table, State:queueing, SchemaState:none, SchemaID:163, TableID:165, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:22.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:23.002 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 163, Table ID: 167, Table Name: t, Old Table ID: 165, Old Table Name: t"] [2024/05/06 11:53:23.061 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=115] [neededSchemaVersion=116] ["start time"=3.101324ms] [gotSchemaVersion=116] [phyTblIDs="[165,167]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 11:53:23.072 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=168] [version=116] [2024/05/06 11:53:23.107 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=116] ["take time"=53.863607ms] [job="ID:168, Type:truncate table, State:done, SchemaState:public, SchemaID:163, TableID:165, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:22.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:23.207 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=168] [tableIDs="[165]"] [comment="drop table: table ID"] [2024/05/06 11:53:23.216 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=168] [jobType="truncate table"] [2024/05/06 11:53:23.220 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=168] [conn=2] [job="ID:168, Type:truncate table, State:synced, SchemaState:public, SchemaID:163, TableID:165, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:22.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:23.290 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=168] [2024/05/06 11:53:23.290 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:23.294 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.387200846\n# Parse_time: 0.000241888\n# Compile_time: 0.000806433\n# Rewrite_time: 0.000038783\n# Optimize_time: 0.00114662\n# Wait_TS: 0.000537157\n# DB: load_data\n# Is_internal: false\n# Digest: 2ff7fc61fcea18277bed40e235270c83f2a635733db48efecb6208524e5fa5bf\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ntruncate table t;"] [2024/05/06 11:53:23.311 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:23.523 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-multi-load/min-deliver-bytes-rows.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 11:53:23.659 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=21] [task-id=21] [data-size=98B] [thread-cnt=26] [global-sort=false] [2024/05/06 11:53:23.707 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=21] [2024/05/06 11:53:23.707 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=21] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=26] [2024/05/06 11:53:23.814 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=21] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:53:23.815 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=21] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:23.817 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=21] [curr-step=init] [next-step=import] [2024/05/06 11:53:23.838 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:23.841 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:53:23.841 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=98] [2024/05/06 11:53:23.841 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=98] [cost=71.495µs] [2024/05/06 11:53:23.841 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=208.449µs] [] [2024/05/06 11:53:23.841 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=21] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:53:23.841 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=21] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=26] [subtasks=1] [2024/05/06 11:53:23.971 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=21] [mode=Import] [2024/05/06 11:53:24.019 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=21] [2024/05/06 11:53:24.044 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=21] [type=ImportInto] [remaining-slots=26] [2024/05/06 11:53:24.083 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=21] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 11:53:24.085 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=21] [step=import] [2024/05/06 11:53:24.086 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:24.099 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:53:24.099 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:53:24.100 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:24.100 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:53:24.101 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:24.101 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:53:24.101 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:24.101 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:53:24.101 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:24.118 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:53:24.120 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:53:24.120 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:53:24.120 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=21] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:53:24.120 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=21] [disk-quota=348.5GiB] [2024/05/06 11:53:24.165 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=21] [step=import] [subtask-id=41] [2024/05/06 11:53:24.169 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:53:24.173 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:53:24.173 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=167] [2024/05/06 11:53:24.207 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=167] [key=min-deliver-bytes-rows.csv:0] [2024/05/06 11:53:24.212 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=167] [key=min-deliver-bytes-rows.csv:0] [readDur=1.811742ms] [encodeDur=2.687117ms] [checksum="{cksum=13151641524582744081,size=369,kvs=9}"] [deliverDur=551.774µs] [type=file] [takeTime=4.991789ms] [] [2024/05/06 11:53:24.213 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=21] [step=import] [subtask-id=41] [takeTime=48.140867ms] [] [2024/05/06 11:53:24.213 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=369] [kvs=9] [files=1] [sstFileSize=1091] [file=/tmp/tidb/import-4000/21/67ea3590-7c4f-5a31-ade6-de9a31136e82.sst/e7a3a860-d7db-4b72-ab8a-5269ecd0ab0b.sst] [firstKey=7480000000000000A75F728000000000000001] [lastKey=7480000000000000A75F728000000000000009] [2024/05/06 11:53:24.213 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=21] [step=import] [engine-id=0] [2024/05/06 11:53:24.213 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=21] [step=import] [engine-id=0] [2024/05/06 11:53:24.213 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:53:24.216 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [takeTime=2.465778ms] [] [2024/05/06 11:53:24.216 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [retryCnt=0] [2024/05/06 11:53:24.221 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:53:24.243 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=67ea3590-7c4f-5a31-ade6-de9a31136e82] ["region ranges"=1] [count=9] [size=369] [2024/05/06 11:53:24.244 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:53:24.260 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=67ea3590-7c4f-5a31-ade6-de9a31136e82] [size=369] [kvs=9] [importedSize=369] [importedCount=9] [2024/05/06 11:53:24.262 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [retryCnt=0] [takeTime=45.661608ms] [] [2024/05/06 11:53:24.262 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:53:24.263 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [takeTime=1.136021ms] [] [2024/05/06 11:53:24.263 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=21] [step=import] [engine-id=0] [2024/05/06 11:53:24.263 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:53:24.265 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [takeTime=1.614876ms] [] [2024/05/06 11:53:24.265 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [retryCnt=0] [2024/05/06 11:53:24.265 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:53:24.265 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [retryCnt=0] [takeTime=57.707µs] [] [2024/05/06 11:53:24.265 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:53:24.266 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [takeTime=1.063877ms] [] [2024/05/06 11:53:24.319 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=21] [step=import] [2024/05/06 11:53:24.322 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:24.322 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:24.322 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:53:24.322 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:53:24.322 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:53:24.322 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:53:24.322 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:53:24.322 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:24.322 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:24.322 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:24.322 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:24.322 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:24.322 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:53:24.324 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:53:24.325 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:24.325 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:24.325 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:24.325 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:24.325 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=21] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=241.165486ms] [] [2024/05/06 11:53:24.332 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=21] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:53:24.333 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=21] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:24.334 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=21] [curr-step=import] [next-step=post-process] [2024/05/06 11:53:24.334 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=21] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:53:24.401 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=21] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":9,\"ColSizeMap\":{\"1\":9,\"2\":54,\"3\":13}}"] [2024/05/06 11:53:24.402 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=21] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:53:24.402 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=21] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=26] [subtasks=1] [2024/05/06 11:53:24.602 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=21] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 11:53:24.650 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=21] [step=post-process] [subtask-id=42] [2024/05/06 11:53:24.651 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=21] [step=post-process] [subtask-id=42] [2024/05/06 11:53:24.651 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=21] [step=post-process] [subtask-id=42] [2024/05/06 11:53:24.659 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=21] [step=post-process] [subtask-id=42] [takeTime=7.925662ms] [] [2024/05/06 11:53:24.659 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=21] [step=post-process] [subtask-id=42] [groupId=-1] [size=369] [kvs=9] [checksum=13151641524582744081] [2024/05/06 11:53:24.659 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=21] [step=post-process] [subtask-id=42] [checksum="{cksum=13151641524582744081,size=369,kvs=9}"] [2024/05/06 11:53:24.659 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=21] [step=post-process] [subtask-id=42] [weight=30] [2024/05/06 11:53:24.659 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=21] [step=post-process] [subtask-id=42] [concurrency=15] [2024/05/06 11:53:24.663 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=167] [physicalTableID=167] [indexID=-1] [checksum=13151641524582744081] [totalKvs=9] [totalBytes=369] [2024/05/06 11:53:24.663 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=21] [step=post-process] [subtask-id=42] [local="{cksum=13151641524582744081,size=369,kvs=9}"] [2024/05/06 11:53:24.664 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=21] [step=post-process] [subtask-id=42] [takeTime=12.906979ms] [] [2024/05/06 11:53:24.664 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=21] [step=post-process] [subtask-id=42] [takeTime=13.111293ms] [] [2024/05/06 11:53:24.703 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=21] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=101.008163ms] [] [2024/05/06 11:53:24.733 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=21] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:53:24.733 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=21] [step=post-process] [state=running] [] [2024/05/06 11:53:24.736 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=21] [2024/05/06 11:53:24.797 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=21] [type=ImportInto] [2024/05/06 11:53:24.831 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=21] [2024/05/06 11:53:24.855 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:53:24.856 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=21] [2024/05/06 11:53:24.936 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.6402396289999999\n# Parse_time: 0.00066064\n# Compile_time: 0.001670911\n# Rewrite_time: 0.000401336\n# Optimize_time: 0.00114662\n# Wait_TS: 0\n# DB: load_data\n# Is_internal: false\n# Digest: 2151a8f4fc4821c35c9e69ec11b64682fe15dd1bf9a02fb5753a416004d4f9c9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS42NHMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS42NHMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_data`.`t` FROM 'gs://test-multi-load/min-deliver-bytes-rows.csv?endpoint=http://127.0.0.1:4443/storage/v1/';"] === RUN TestImportInto/TestDetachedLoadParquet [2024/05/06 11:53:24.947 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=116] [cur_db=load_data] [sql="DROP DATABASE IF EXISTS load_csv;"] [user=root@%] [2024/05/06 11:53:24.949 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=116] [cur_db=load_data] [sql="CREATE DATABASE load_csv;"] [user=root@%] [2024/05/06 11:53:24.974 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:53:24.983 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:170, Type:create schema, State:queueing, SchemaState:none, SchemaID:169, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:24.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:24.983 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:170, Type:create schema, State:queueing, SchemaState:none, SchemaID:169, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:24.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE load_csv;"] [2024/05/06 11:53:25.011 +00:00] [INFO] [owner_daemon.go:56] ["daemon became owner"] [id=1f774b2f-9366-4ce8-b7b9-a0316e128e82] [daemon-id=LogBackup::Advancer] [2024/05/06 11:53:25.011 +00:00] [INFO] [advancer.go:513] ["Subscription handler spawned."] [category="log backup subscription manager"] [2024/05/06 11:53:25.048 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=170] [conn=2] [category=ddl] [job="ID:170, Type:create schema, State:queueing, SchemaState:none, SchemaID:169, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:24.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:25.079 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=116] [neededSchemaVersion=117] ["start time"=1.110147ms] [gotSchemaVersion=117] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:53:25.091 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=170] [version=117] [2024/05/06 11:53:25.127 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=117] ["take time"=53.225148ms] [job="ID:170, Type:create schema, State:done, SchemaState:public, SchemaID:169, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:24.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:25.188 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=170] [conn=2] [job="ID:170, Type:create schema, State:synced, SchemaState:public, SchemaID:169, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:24.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:25.252 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=170] [2024/05/06 11:53:25.252 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:25.257 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.308806635\n# Parse_time: 0.000221969\n# Compile_time: 0.000623834\n# Rewrite_time: 0.000034134\n# Optimize_time: 0.000912835\n# Wait_TS: 0.000364787\n# DB: load_data\n# Is_internal: false\n# Digest: 585918222e99fef2b9283ca10ca57fe7fdfb489a1d6c1e18932603eb4fe44bb8\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE DATABASE load_csv;"] [2024/05/06 11:53:25.268 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=117] [cur_db=load_csv] [sql="CREATE TABLE t (id INT, val1 INT, val2 VARCHAR(20), d1 DECIMAL(10, 0), d2 DECIMAL(10, 2), d3 DECIMAL(8, 8),d4 DECIMAL(20, 0), d5 DECIMAL(36, 0), d6 DECIMAL(28, 8));"] [user=root@%] [2024/05/06 11:53:25.339 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:172, Type:create table, State:queueing, SchemaState:none, SchemaID:169, TableID:171, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:25.266 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:25.339 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:172, Type:create table, State:queueing, SchemaState:none, SchemaID:169, TableID:171, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:25.266 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t (id INT, val1 INT, val2 VARCHAR(20), d1 DECIMAL(10, 0), d2 DECIMAL(10, 2), d3 DECIMAL(8, 8),d4 DECIMAL(20, 0), d5 DECIMAL(36, 0), d6 DECIMAL(28, 8));"] [2024/05/06 11:53:25.397 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=172] [conn=2] [category=ddl] [job="ID:172, Type:create table, State:queueing, SchemaState:none, SchemaID:169, TableID:171, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:25.266 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:25.407 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 169, Table ID: 171, Table Name: t"] [2024/05/06 11:53:25.541 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=117] [neededSchemaVersion=118] ["start time"=4.261666ms] [gotSchemaVersion=118] [phyTblIDs="[171]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:25.553 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=172] [version=118] [2024/05/06 11:53:25.585 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=118] ["take time"=53.332524ms] [job="ID:172, Type:create table, State:done, SchemaState:public, SchemaID:169, TableID:171, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:25.266 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:25.683 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=172] [conn=2] [job="ID:172, Type:create table, State:synced, SchemaState:public, SchemaID:169, TableID:171, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:25.266 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:25.748 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=172] [2024/05/06 11:53:25.748 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:25.753 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.492079174\n# Parse_time: 0.003426989\n# Compile_time: 0.004338011\n# Rewrite_time: 0.000067161\n# Optimize_time: 0.000912835\n# Wait_TS: 0.000549763\n# DB: load_csv\n# Is_internal: false\n# Digest: deb6e06dd4a4899630815ed56138c6b49ca532602f1a13a41fd477476bd62154\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse load_csv;\nCREATE TABLE t (id INT, val1 INT, val2 VARCHAR(20), d1 DECIMAL(10, 0), d2 DECIMAL(10, 2), d3 DECIMAL(8, 8),d4 DECIMAL(20, 0), d5 DECIMAL(36, 0), d6 DECIMAL(28, 8));"] [2024/05/06 11:53:25.969 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"/tmp/TestImportIntoTestDetachedLoadParquet3638253999/001/test.parquet\",\"format\":\"parquet\"}"] [dist-task-enabled=true] [2024/05/06 11:53:25.969 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:53:25.969 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=2686] [2024/05/06 11:53:25.970 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=2686] [cost=880.678µs] [2024/05/06 11:53:25.970 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=1.061532ms] [] [2024/05/06 11:53:26.187 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=22] [task-id=22] [data-size=2.623KiB] [thread-cnt=8] [global-sort=false] [2024/05/06 11:53:26.234 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=22] [2024/05/06 11:53:26.234 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=22] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:53:26.343 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=22] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:53:26.346 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=22] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:26.349 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=22] [curr-step=init] [next-step=import] [2024/05/06 11:53:26.372 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=22] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:53:26.372 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=22] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:53:26.610 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=22] [mode=Import] [2024/05/06 11:53:26.629 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=22] [2024/05/06 11:53:26.636 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=22] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:53:26.681 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=22] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:53:26.684 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=22] [step=import] [2024/05/06 11:53:26.693 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:53:26.693 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:53:26.694 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:26.694 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:53:26.695 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:26.695 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:53:26.695 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:26.695 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:53:26.695 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:26.710 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:53:26.711 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:53:26.712 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:53:26.712 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=22] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:53:26.712 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=22] [disk-quota=348.5GiB] [2024/05/06 11:53:26.759 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=22] [step=import] [subtask-id=43] [2024/05/06 11:53:26.763 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:0] [engineUUID=1e7b3aaf-1931-5e54-8538-256fb8e461db] [2024/05/06 11:53:26.767 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:-1] [engineUUID=922fc444-c86f-5359-8d65-4e59ab5cb948] [2024/05/06 11:53:26.767 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=171] [2024/05/06 11:53:26.821 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=171] [key=test.parquet:0] [2024/05/06 11:53:26.830 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=171] [key=test.parquet:0] [readDur=2.891365ms] [encodeDur=5.027607ms] [checksum="{cksum=13966026291112241924,size=726,kvs=6}"] [deliverDur=396.906µs] [type=file] [takeTime=8.873428ms] [] [2024/05/06 11:53:26.831 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=22] [step=import] [subtask-id=43] [takeTime=72.558156ms] [] [2024/05/06 11:53:26.832 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=726] [kvs=6] [files=1] [sstFileSize=1288] [file=/tmp/tidb/import-4000/22/1e7b3aaf-1931-5e54-8538-256fb8e461db.sst/9b8d927f-1004-4618-af9e-b3b25bc2170b.sst] [firstKey=7480000000000000AB5F728000000000000001] [lastKey=7480000000000000AB5F728000000000000006] [2024/05/06 11:53:26.832 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=22] [step=import] [engine-id=0] [2024/05/06 11:53:26.832 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=22] [step=import] [engine-id=0] [2024/05/06 11:53:26.832 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:0] [engineUUID=1e7b3aaf-1931-5e54-8538-256fb8e461db] [2024/05/06 11:53:26.835 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:0] [engineUUID=1e7b3aaf-1931-5e54-8538-256fb8e461db] [takeTime=3.494008ms] [] [2024/05/06 11:53:26.836 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:0] [engineUUID=1e7b3aaf-1931-5e54-8538-256fb8e461db] [retryCnt=0] [2024/05/06 11:53:26.842 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:53:26.864 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=1e7b3aaf-1931-5e54-8538-256fb8e461db] ["region ranges"=1] [count=6] [size=726] [2024/05/06 11:53:26.864 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:53:26.878 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=1e7b3aaf-1931-5e54-8538-256fb8e461db] [size=726] [kvs=6] [importedSize=726] [importedCount=6] [2024/05/06 11:53:26.880 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:0] [engineUUID=1e7b3aaf-1931-5e54-8538-256fb8e461db] [retryCnt=0] [takeTime=44.5158ms] [] [2024/05/06 11:53:26.880 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:0] [engineUUID=1e7b3aaf-1931-5e54-8538-256fb8e461db] [2024/05/06 11:53:26.883 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:0] [engineUUID=1e7b3aaf-1931-5e54-8538-256fb8e461db] [takeTime=2.401617ms] [] [2024/05/06 11:53:26.883 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=22] [step=import] [engine-id=0] [2024/05/06 11:53:26.883 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:-1] [engineUUID=922fc444-c86f-5359-8d65-4e59ab5cb948] [2024/05/06 11:53:26.884 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:-1] [engineUUID=922fc444-c86f-5359-8d65-4e59ab5cb948] [takeTime=1.541569ms] [] [2024/05/06 11:53:26.884 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:-1] [engineUUID=922fc444-c86f-5359-8d65-4e59ab5cb948] [retryCnt=0] [2024/05/06 11:53:26.885 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=922fc444-c86f-5359-8d65-4e59ab5cb948] [2024/05/06 11:53:26.885 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:-1] [engineUUID=922fc444-c86f-5359-8d65-4e59ab5cb948] [retryCnt=0] [takeTime=57.467µs] [] [2024/05/06 11:53:26.885 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:-1] [engineUUID=922fc444-c86f-5359-8d65-4e59ab5cb948] [2024/05/06 11:53:26.885 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:-1] [engineUUID=922fc444-c86f-5359-8d65-4e59ab5cb948] [takeTime=842.46µs] [] [2024/05/06 11:53:26.933 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=22] [step=import] [2024/05/06 11:53:26.936 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:53:26.936 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:53:26.936 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:26.936 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:53:26.936 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:53:26.936 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:53:26.936 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:26.937 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:26.937 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:26.937 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:26.937 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:26.937 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:26.937 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:53:26.939 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:53:26.939 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:26.939 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:26.939 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:26.939 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:26.939 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=22] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=258.249874ms] [] [2024/05/06 11:53:26.957 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=22] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:53:26.960 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=22] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:26.992 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=22] [curr-step=import] [next-step=post-process] [2024/05/06 11:53:26.992 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=22] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:53:27.069 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=22] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":6,\"ColSizeMap\":{\"1\":6,\"2\":14,\"3\":12,\"4\":42,\"5\":42,\"6\":36,\"7\":66,\"8\":108,\"9\":90}}"] [2024/05/06 11:53:27.072 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=22] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:53:27.072 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=22] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:53:27.293 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=22] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:53:27.372 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=22] [step=post-process] [subtask-id=44] [2024/05/06 11:53:27.372 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=22] [step=post-process] [subtask-id=44] [2024/05/06 11:53:27.372 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=22] [step=post-process] [subtask-id=44] [2024/05/06 11:53:27.380 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=22] [step=post-process] [subtask-id=44] [takeTime=8.45411ms] [] [2024/05/06 11:53:27.380 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=22] [step=post-process] [subtask-id=44] [groupId=-1] [size=726] [kvs=6] [checksum=13966026291112241924] [2024/05/06 11:53:27.381 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=22] [step=post-process] [subtask-id=44] [checksum="{cksum=13966026291112241924,size=726,kvs=6}"] [2024/05/06 11:53:27.381 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=22] [step=post-process] [subtask-id=44] [weight=30] [2024/05/06 11:53:27.381 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=22] [step=post-process] [subtask-id=44] [concurrency=15] [2024/05/06 11:53:27.385 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=171] [physicalTableID=171] [indexID=-1] [checksum=13966026291112241924] [totalKvs=6] [totalBytes=726] [2024/05/06 11:53:27.386 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=22] [step=post-process] [subtask-id=44] [local="{cksum=13966026291112241924,size=726,kvs=6}"] [2024/05/06 11:53:27.386 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=22] [step=post-process] [subtask-id=44] [takeTime=14.240065ms] [] [2024/05/06 11:53:27.386 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=22] [step=post-process] [subtask-id=44] [takeTime=14.456806ms] [] [2024/05/06 11:53:27.437 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=22] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=143.282232ms] [] [2024/05/06 11:53:27.459 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=22] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:53:27.459 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=22] [step=post-process] [state=running] [] [2024/05/06 11:53:27.463 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=22] [2024/05/06 11:53:27.534 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=22] [type=ImportInto] [2024/05/06 11:53:27.544 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=22] [2024/05/06 11:53:27.565 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:53:27.565 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=22] [2024/05/06 11:53:27.704 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:53:27.785 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 2.031135517\n# Parse_time: 0.000520031\n# Compile_time: 0.001489703\n# Rewrite_time: 0.000366775\n# Optimize_time: 0.000912835\n# Wait_TS: 0\n# DB: load_csv\n# Is_internal: false\n# Digest: 46c9ae50d402b8a4fb5ea152f20c1c0cc52c5c1b2a8c34e97e72968d0916e408\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6Mi4wM3MsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6Mi4wM3MsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_csv`.`t` FROM '/tmp/TestImportIntoTestDetachedLoadParquet3638253999/001/test.parquet' FORMAT 'parquet';"] [2024/05/06 11:53:27.796 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=118] [cur_db=load_csv] [sql="TRUNCATE TABLE t;"] [user=root@%] [2024/05/06 11:53:27.837 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:174, Type:truncate table, State:queueing, SchemaState:none, SchemaID:169, TableID:171, RowCount:0, ArgLen:3, start time: 2024-05-06 11:53:27.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:27.837 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:174, Type:truncate table, State:queueing, SchemaState:none, SchemaID:169, TableID:171, RowCount:0, ArgLen:3, start time: 2024-05-06 11:53:27.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="TRUNCATE TABLE t;"] [2024/05/06 11:53:27.910 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=174] [conn=2] [category=ddl] [job="ID:174, Type:truncate table, State:queueing, SchemaState:none, SchemaID:169, TableID:171, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:27.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:27.924 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 169, Table ID: 173, Table Name: t, Old Table ID: 171, Old Table Name: t"] [2024/05/06 11:53:28.007 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=118] [neededSchemaVersion=119] ["start time"=3.535168ms] [gotSchemaVersion=119] [phyTblIDs="[171,173]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 11:53:28.019 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=174] [version=119] [2024/05/06 11:53:28.053 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=119] ["take time"=53.867145ms] [job="ID:174, Type:truncate table, State:done, SchemaState:public, SchemaID:169, TableID:171, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:27.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:28.087 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=174] [tableIDs="[171]"] [comment="drop table: table ID"] [2024/05/06 11:53:28.096 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=174] [jobType="truncate table"] [2024/05/06 11:53:28.100 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=174] [conn=2] [job="ID:174, Type:truncate table, State:synced, SchemaState:public, SchemaID:169, TableID:171, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:27.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:28.227 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=174] [2024/05/06 11:53:28.228 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:28.232 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.436817483\n# Parse_time: 0.000183723\n# Compile_time: 0.000749292\n# Rewrite_time: 0.00005795\n# Optimize_time: 0.001080329\n# Wait_TS: 0.000465607\n# DB: load_csv\n# Is_internal: false\n# Digest: 2ff7fc61fcea18277bed40e235270c83f2a635733db48efecb6208524e5fa5bf\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nTRUNCATE TABLE t;"] [2024/05/06 11:53:28.255 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:28.470 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-load-parquet/p?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"parquet\",\"options\":{\"detached\":null}}"] [dist-task-enabled=true] [2024/05/06 11:53:28.681 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=23] [task-id=23] [data-size=2.623KiB] [thread-cnt=26] [global-sort=false] [2024/05/06 11:53:28.687 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.453885191\n# Parse_time: 0.001707919\n# Compile_time: 0.003444457\n# Rewrite_time: 0.000507613\n# Optimize_time: 0.001080329\n# Wait_TS: 0\n# DB: load_csv\n# Is_internal: false\n# Digest: 9d252dcfc45de0a6fa2d75a4bf9c0fe3abf2749dd3340cd6a447825efd5c8b80\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('L7gwCTU5XzIJMAkwCU4vQQkxCXRpbWU6NDQ3LjltcywgbG9vcHM6MglOL0EJTi9BCg==')\n# Binary_plan: tidb_decode_binary_plan('StAKRgoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaFXRpbWU6NDQ3LjltcywgbG9vcHM6MnD//w0CNAF4////////////ARgB')\n# Resource_group: default\nIMPORT INTO `load_csv`.`t` FROM 'gs://test-load-parquet/p?endpoint=http://127.0.0.1:4443/storage/v1/' FORMAT 'parquet' WITH detached;"] [2024/05/06 11:53:28.729 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=23] [2024/05/06 11:53:28.729 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=23] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=26] [2024/05/06 11:53:28.835 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=23] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:53:28.839 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=23] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:28.843 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=23] [curr-step=init] [next-step=import] [2024/05/06 11:53:28.865 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:28.868 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:53:28.869 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=2686] [2024/05/06 11:53:28.873 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=2686] [cost=4.351292ms] [2024/05/06 11:53:28.873 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=4.514677ms] [] [2024/05/06 11:53:28.873 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=23] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:53:28.873 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=23] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=26] [subtasks=1] [2024/05/06 11:53:29.088 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=23] [mode=Import] [2024/05/06 11:53:29.105 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=23] [type=ImportInto] [remaining-slots=26] [2024/05/06 11:53:29.108 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=23] [2024/05/06 11:53:29.146 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=23] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 11:53:29.149 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=23] [step=import] [2024/05/06 11:53:29.150 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:29.159 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:53:29.159 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:53:29.160 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:29.160 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:53:29.161 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:29.161 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:29.161 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:53:29.161 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:53:29.161 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:29.174 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:53:29.176 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:53:29.176 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:53:29.176 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=23] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:53:29.176 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=23] [disk-quota=348.5GiB] [2024/05/06 11:53:29.218 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=23] [step=import] [subtask-id=45] [2024/05/06 11:53:29.222 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:0] [engineUUID=1e7b3aaf-1931-5e54-8538-256fb8e461db] [2024/05/06 11:53:29.226 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:-1] [engineUUID=922fc444-c86f-5359-8d65-4e59ab5cb948] [2024/05/06 11:53:29.226 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=173] [2024/05/06 11:53:29.241 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=173] [key=p:0] [2024/05/06 11:53:29.248 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=173] [key=p:0] [readDur=2.144918ms] [encodeDur=3.98853ms] [checksum="{cksum=13966026291112241924,size=726,kvs=6}"] [deliverDur=303.42µs] [type=file] [takeTime=6.90394ms] [] [2024/05/06 11:53:29.249 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=23] [step=import] [subtask-id=45] [takeTime=31.286283ms] [] [2024/05/06 11:53:29.249 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=726] [kvs=6] [files=1] [sstFileSize=1288] [file=/tmp/tidb/import-4000/23/1e7b3aaf-1931-5e54-8538-256fb8e461db.sst/239c6df6-58f5-4c88-9fa7-e7ff9c711ddf.sst] [firstKey=7480000000000000AD5F728000000000000001] [lastKey=7480000000000000AD5F728000000000000006] [2024/05/06 11:53:29.249 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=23] [step=import] [engine-id=0] [2024/05/06 11:53:29.249 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=23] [step=import] [engine-id=0] [2024/05/06 11:53:29.250 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:0] [engineUUID=1e7b3aaf-1931-5e54-8538-256fb8e461db] [2024/05/06 11:53:29.252 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:0] [engineUUID=1e7b3aaf-1931-5e54-8538-256fb8e461db] [takeTime=2.652414ms] [] [2024/05/06 11:53:29.252 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:0] [engineUUID=1e7b3aaf-1931-5e54-8538-256fb8e461db] [retryCnt=0] [2024/05/06 11:53:29.257 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:53:29.279 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=1e7b3aaf-1931-5e54-8538-256fb8e461db] ["region ranges"=1] [count=6] [size=726] [2024/05/06 11:53:29.279 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:53:29.293 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=1e7b3aaf-1931-5e54-8538-256fb8e461db] [size=726] [kvs=6] [importedSize=726] [importedCount=6] [2024/05/06 11:53:29.295 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:0] [engineUUID=1e7b3aaf-1931-5e54-8538-256fb8e461db] [retryCnt=0] [takeTime=42.948005ms] [] [2024/05/06 11:53:29.295 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:0] [engineUUID=1e7b3aaf-1931-5e54-8538-256fb8e461db] [2024/05/06 11:53:29.297 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:0] [engineUUID=1e7b3aaf-1931-5e54-8538-256fb8e461db] [takeTime=1.20631ms] [] [2024/05/06 11:53:29.297 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=23] [step=import] [engine-id=0] [2024/05/06 11:53:29.297 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:-1] [engineUUID=922fc444-c86f-5359-8d65-4e59ab5cb948] [2024/05/06 11:53:29.298 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:-1] [engineUUID=922fc444-c86f-5359-8d65-4e59ab5cb948] [takeTime=1.495963ms] [] [2024/05/06 11:53:29.298 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:-1] [engineUUID=922fc444-c86f-5359-8d65-4e59ab5cb948] [retryCnt=0] [2024/05/06 11:53:29.298 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=922fc444-c86f-5359-8d65-4e59ab5cb948] [2024/05/06 11:53:29.299 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:-1] [engineUUID=922fc444-c86f-5359-8d65-4e59ab5cb948] [retryCnt=0] [takeTime=59.435µs] [] [2024/05/06 11:53:29.299 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:-1] [engineUUID=922fc444-c86f-5359-8d65-4e59ab5cb948] [2024/05/06 11:53:29.299 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:-1] [engineUUID=922fc444-c86f-5359-8d65-4e59ab5cb948] [takeTime=799.373µs] [] [2024/05/06 11:53:29.347 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=23] [step=import] [2024/05/06 11:53:29.350 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:53:29.350 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:53:29.350 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:29.350 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:53:29.351 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:53:29.350 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:29.351 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:29.350 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:53:29.351 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:29.351 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:29.351 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:29.351 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:29.351 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:53:29.351 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=23] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:53:29.353 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:53:29.353 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:29.353 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:29.353 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:29.353 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:29.353 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=23] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=207.055655ms] [] [2024/05/06 11:53:29.354 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=23] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:29.356 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=23] [curr-step=import] [next-step=post-process] [2024/05/06 11:53:29.356 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=23] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:53:29.451 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=23] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":6,\"ColSizeMap\":{\"1\":6,\"2\":14,\"3\":12,\"4\":42,\"5\":42,\"6\":36,\"7\":66,\"8\":108,\"9\":90}}"] [2024/05/06 11:53:29.454 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=23] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:53:29.455 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=23] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=26] [subtasks=1] [2024/05/06 11:53:29.648 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=23] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 11:53:29.702 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=23] [step=post-process] [subtask-id=46] [2024/05/06 11:53:29.702 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=23] [step=post-process] [subtask-id=46] [2024/05/06 11:53:29.702 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=23] [step=post-process] [subtask-id=46] [2024/05/06 11:53:29.710 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=23] [step=post-process] [subtask-id=46] [takeTime=7.824963ms] [] [2024/05/06 11:53:29.710 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=23] [step=post-process] [subtask-id=46] [groupId=-1] [size=726] [kvs=6] [checksum=13966026291112241924] [2024/05/06 11:53:29.710 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=23] [step=post-process] [subtask-id=46] [checksum="{cksum=13966026291112241924,size=726,kvs=6}"] [2024/05/06 11:53:29.710 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=23] [step=post-process] [subtask-id=46] [weight=30] [2024/05/06 11:53:29.710 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=23] [step=post-process] [subtask-id=46] [concurrency=15] [2024/05/06 11:53:29.715 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=173] [physicalTableID=173] [indexID=-1] [checksum=13966026291112241924] [totalKvs=6] [totalBytes=726] [2024/05/06 11:53:29.716 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=23] [step=post-process] [subtask-id=46] [local="{cksum=13966026291112241924,size=726,kvs=6}"] [2024/05/06 11:53:29.716 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=23] [step=post-process] [subtask-id=46] [takeTime=14.647428ms] [] [2024/05/06 11:53:29.717 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=23] [step=post-process] [subtask-id=46] [takeTime=14.86965ms] [] [2024/05/06 11:53:29.783 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=23] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:53:29.783 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=23] [step=post-process] [state=running] [] [2024/05/06 11:53:29.787 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=23] [2024/05/06 11:53:29.790 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=23] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=141.767064ms] [] [2024/05/06 11:53:29.836 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=23] [2024/05/06 11:53:29.844 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=23] [type=ImportInto] [2024/05/06 11:53:29.858 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:53:29.858 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=23] [2024/05/06 11:53:29.986 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:53:30.759 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=119] [cur_db=load_csv] [sql="TRUNCATE TABLE t;"] [user=root@%] [2024/05/06 11:53:30.786 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:176, Type:truncate table, State:queueing, SchemaState:none, SchemaID:169, TableID:173, RowCount:0, ArgLen:3, start time: 2024-05-06 11:53:30.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:30.786 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:176, Type:truncate table, State:queueing, SchemaState:none, SchemaID:169, TableID:173, RowCount:0, ArgLen:3, start time: 2024-05-06 11:53:30.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="TRUNCATE TABLE t;"] [2024/05/06 11:53:30.864 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=176] [conn=2] [category=ddl] [job="ID:176, Type:truncate table, State:queueing, SchemaState:none, SchemaID:169, TableID:173, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:30.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:30.877 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 169, Table ID: 175, Table Name: t, Old Table ID: 173, Old Table Name: t"] complete to collect bazel result. [2024/05/06 11:53:30.958 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=119] [neededSchemaVersion=120] ["start time"=3.910296ms] [gotSchemaVersion=120] [phyTblIDs="[173,175]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 11:53:30.970 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=176] [version=120] [2024/05/06 11:53:31.003 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=120] ["take time"=53.573899ms] [job="ID:176, Type:truncate table, State:done, SchemaState:public, SchemaID:169, TableID:173, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:30.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:31.070 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=176] [tableIDs="[173]"] [comment="drop table: table ID"] [2024/05/06 11:53:31.078 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=176] [jobType="truncate table"] [2024/05/06 11:53:31.082 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=176] [conn=2] [job="ID:176, Type:truncate table, State:synced, SchemaState:public, SchemaID:169, TableID:173, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:30.766 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:31.192 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=176] [2024/05/06 11:53:31.193 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:31.197 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.439329126\n# Parse_time: 0.000238193\n# Compile_time: 0.000756533\n# Rewrite_time: 0.000036471\n# Optimize_time: 0.004153654\n# Wait_TS: 0.000539097\n# DB: load_csv\n# Is_internal: false\n# Digest: 2ff7fc61fcea18277bed40e235270c83f2a635733db48efecb6208524e5fa5bf\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nTRUNCATE TABLE t;"] === RUN TestImportInto/TestDiskQuota [2024/05/06 11:53:31.200 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=120] [cur_db=load_csv] [sql="DROP DATABASE IF EXISTS load_test_disk_quota;"] [user=root@%] [2024/05/06 11:53:31.203 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=120] [cur_db=load_csv] [sql="CREATE DATABASE load_test_disk_quota;"] [user=root@%] [2024/05/06 11:53:31.236 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:178, Type:create schema, State:queueing, SchemaState:none, SchemaID:177, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:31.216 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:31.236 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:178, Type:create schema, State:queueing, SchemaState:none, SchemaID:177, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:31.216 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE load_test_disk_quota;"] [2024/05/06 11:53:31.310 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=178] [conn=2] [category=ddl] [job="ID:178, Type:create schema, State:queueing, SchemaState:none, SchemaID:177, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:31.216 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:31.342 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=120] [neededSchemaVersion=121] ["start time"=989.406µs] [gotSchemaVersion=121] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:53:31.354 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=178] [version=121] [2024/05/06 11:53:31.391 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=121] ["take time"=54.114675ms] [job="ID:178, Type:create schema, State:done, SchemaState:public, SchemaID:177, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:31.216 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:31.437 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=178] [conn=2] [job="ID:178, Type:create schema, State:synced, SchemaState:public, SchemaID:177, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:31.216 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:31.471 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=178] [2024/05/06 11:53:31.471 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:31.476 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=121] [cur_db=load_csv] [sql="CREATE TABLE load_test_disk_quota.t(a int, b int)"] [user=root@%] [2024/05/06 11:53:31.519 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:180, Type:create table, State:queueing, SchemaState:none, SchemaID:177, TableID:179, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:31.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:31.519 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:180, Type:create table, State:queueing, SchemaState:none, SchemaID:177, TableID:179, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:31.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE load_test_disk_quota.t(a int, b int)"] [2024/05/06 11:53:31.596 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=180] [conn=2] [category=ddl] [job="ID:180, Type:create table, State:queueing, SchemaState:none, SchemaID:177, TableID:179, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:31.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:31.607 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 177, Table ID: 179, Table Name: t"] [2024/05/06 11:53:31.674 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=121] [neededSchemaVersion=122] ["start time"=2.612638ms] [gotSchemaVersion=122] [phyTblIDs="[179]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:31.686 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=180] [version=122] [2024/05/06 11:53:31.720 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=122] ["take time"=53.653256ms] [job="ID:180, Type:create table, State:done, SchemaState:public, SchemaID:177, TableID:179, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:31.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:31.787 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=180] [conn=2] [job="ID:180, Type:create table, State:synced, SchemaState:public, SchemaID:177, TableID:179, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:31.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:31.826 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=180] [2024/05/06 11:53:31.826 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:31.830 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.354943198\n# Parse_time: 0.000522366\n# Compile_time: 0.000847505\n# Rewrite_time: 0.000046339\n# Optimize_time: 0.004153654\n# Wait_TS: 0.000305578\n# DB: load_csv\n# Is_internal: false\n# Digest: 2b5f3c5d220af7daf55fe6e161ec924257e5bff3b440b1a8b00d3b55ca4cf890\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE load_test_disk_quota.t(a int, b int);"] [2024/05/06 11:53:31.888 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:32.123 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-load/diskquota-test.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"disk_quota\":\"1b\"}}"] [dist-task-enabled=true] [2024/05/06 11:53:32.214 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=24] [task-id=24] [data-size=95.49KiB] [thread-cnt=26] [global-sort=false] [2024/05/06 11:53:32.256 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=24] [2024/05/06 11:53:32.257 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=24] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=26] [2024/05/06 11:53:32.363 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=24] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:53:32.364 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=24] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:32.365 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=24] [curr-step=init] [next-step=import] [2024/05/06 11:53:32.385 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:32.388 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:53:32.388 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=97780] [2024/05/06 11:53:32.389 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=97780] [cost=56.208µs] [2024/05/06 11:53:32.389 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=176.697µs] [] [2024/05/06 11:53:32.389 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=24] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:53:32.389 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=24] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=26] [subtasks=1] [2024/05/06 11:53:32.527 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=24] [mode=Import] [2024/05/06 11:53:32.548 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=24] [2024/05/06 11:53:32.560 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=24] [type=ImportInto] [remaining-slots=26] [2024/05/06 11:53:32.603 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=24] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 11:53:32.604 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=24] [step=import] [2024/05/06 11:53:32.605 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:32.615 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:53:32.615 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:53:32.615 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:32.615 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:53:32.616 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:32.616 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:32.616 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:53:32.616 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:53:32.616 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:32.631 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:53:32.632 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:53:32.632 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=24] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:53:32.632 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=24] [disk-quota=1B] [2024/05/06 11:53:32.682 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=24] [step=import] [subtask-id=47] [2024/05/06 11:53:32.686 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_test_disk_quota`.`t`:0] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:32.690 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_test_disk_quota`.`t`:-1] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:32.691 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=179] [2024/05/06 11:53:32.739 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=179] [key=diskquota-test.csv:0] [2024/05/06 11:53:33.303 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=49] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.316 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=98304] [kvs=2816] [files=1] [sstFileSize=33945] [file=/tmp/tidb/import-4000/24/958a8637-d337-5bb1-a7f0-a440d652de89.sst/e6e01001-eb4b-477f-a3af-040af08126bd.sst] [firstKey=7480000000000000B35F728000000000000001] [lastKey=7480000000000000B35F728000000000000B00] [2024/05/06 11:53:33.318 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.323 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:53:33.346 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=958a8637-d337-5bb1-a7f0-a440d652de89] ["region ranges"=1] [count=2816] [size=98304] [2024/05/06 11:53:33.346 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:53:33.402 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=958a8637-d337-5bb1-a7f0-a440d652de89] [size=98304] [kvs=2816] [importedSize=98304] [importedCount=2816] [2024/05/06 11:53:33.404 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=86.49371ms] [] [2024/05/06 11:53:33.411 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=49152] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.413 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:33.413 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:33.413 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=67.362µs] [] [2024/05/06 11:53:33.417 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.417 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.417 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=52.589µs] [] [2024/05/06 11:53:33.423 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=49152] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.425 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.425 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.425 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=57.739µs] [] [2024/05/06 11:53:33.430 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=49152] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.432 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:33.433 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:33.433 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=57.291µs] [] [2024/05/06 11:53:33.437 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.438 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.438 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=61.589µs] [] [2024/05/06 11:53:33.444 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=49152] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.446 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.446 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.446 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=96.828µs] [] [2024/05/06 11:53:33.452 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=49152] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.454 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:33.454 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:33.454 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=72.46µs] [] [2024/05/06 11:53:33.459 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.459 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.459 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=61.506µs] [] [2024/05/06 11:53:33.464 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=49152] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.467 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.467 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.467 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=83.079µs] [] [2024/05/06 11:53:33.473 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=49152] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.474 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:33.474 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:33.474 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=52.308µs] [] [2024/05/06 11:53:33.479 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.479 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.479 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=57.614µs] [] [2024/05/06 11:53:33.486 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=49152] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.488 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.488 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.488 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=73.913µs] [] [2024/05/06 11:53:33.494 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=49152] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.496 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:33.496 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:33.496 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=84.785µs] [] [2024/05/06 11:53:33.501 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.501 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.501 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=86.366µs] [] [2024/05/06 11:53:33.507 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=49152] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.509 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.509 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.509 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=81.758µs] [] [2024/05/06 11:53:33.549 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=49152] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.552 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:33.552 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:33.552 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=98.903µs] [] [2024/05/06 11:53:33.556 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.557 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.557 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=89.168µs] [] [2024/05/06 11:53:33.562 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=49152] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.564 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.564 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.564 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=52.717µs] [] [2024/05/06 11:53:33.570 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=49152] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.571 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:33.571 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:33.571 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=51.584µs] [] [2024/05/06 11:53:33.576 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.576 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.576 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=66.903µs] [] [2024/05/06 11:53:33.582 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=49152] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.584 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.584 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.584 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=51.696µs] [] [2024/05/06 11:53:33.589 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=49152] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.590 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:33.590 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:33.590 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=62.481µs] [] [2024/05/06 11:53:33.595 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.595 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.595 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=73.382µs] [] [2024/05/06 11:53:33.601 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=49152] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.603 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.603 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.603 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=64.519µs] [] [2024/05/06 11:53:33.609 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=49152] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.611 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:33.611 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:33.611 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=55.865µs] [] [2024/05/06 11:53:33.615 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.615 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.615 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=62.775µs] [] [2024/05/06 11:53:33.621 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=49152] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.623 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.623 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.623 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=55.703µs] [] [2024/05/06 11:53:33.628 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=49152] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.630 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:33.630 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:33.630 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=63.712µs] [] [2024/05/06 11:53:33.634 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.634 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.635 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=72.483µs] [] [2024/05/06 11:53:33.640 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=49152] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.642 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.642 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.642 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=93.669µs] [] [2024/05/06 11:53:33.648 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=49152] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.650 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:33.650 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:33.650 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=53.233µs] [] [2024/05/06 11:53:33.654 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.654 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.654 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=53.697µs] [] [2024/05/06 11:53:33.660 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=49152] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.661 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.661 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.661 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=47.769µs] [] [2024/05/06 11:53:33.668 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=49152] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.670 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:33.670 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:33.670 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=85.698µs] [] [2024/05/06 11:53:33.675 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.675 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.675 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=81.566µs] [] [2024/05/06 11:53:33.681 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=49152] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.683 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.683 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.683 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=57.672µs] [] [2024/05/06 11:53:33.690 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=49152] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.692 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:33.692 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:33.692 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=87.32µs] [] [2024/05/06 11:53:33.696 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.696 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.696 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=52.243µs] [] [2024/05/06 11:53:33.702 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=49152] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.704 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.704 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.704 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=71.339µs] [] [2024/05/06 11:53:33.710 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=49152] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.712 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:33.712 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:33.712 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=63.718µs] [] [2024/05/06 11:53:33.717 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.717 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.717 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=75.476µs] [] [2024/05/06 11:53:33.723 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=49152] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.725 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.725 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.725 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=55.705µs] [] [2024/05/06 11:53:33.730 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=49152] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.732 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:33.732 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:33.732 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=53.295µs] [] [2024/05/06 11:53:33.736 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.736 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.736 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=58.285µs] [] [2024/05/06 11:53:33.742 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=49152] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.743 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.744 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.744 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=54.603µs] [] [2024/05/06 11:53:33.749 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=49152] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.751 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:33.751 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:33.751 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=47.469µs] [] [2024/05/06 11:53:33.754 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.755 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.755 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=57.784µs] [] [2024/05/06 11:53:33.760 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=49152] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.762 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.762 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.762 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=60.106µs] [] [2024/05/06 11:53:33.768 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=49152] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.769 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:33.769 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:33.769 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=57.062µs] [] [2024/05/06 11:53:33.773 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.774 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.774 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=62.326µs] [] [2024/05/06 11:53:33.778 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=49152] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.780 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.780 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.780 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=59.895µs] [] [2024/05/06 11:53:33.785 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=49152] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.787 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:33.787 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:33.787 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=51.892µs] [] [2024/05/06 11:53:33.791 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.791 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.791 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=47.237µs] [] [2024/05/06 11:53:33.796 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=49152] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.798 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.798 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.798 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=66.787µs] [] [2024/05/06 11:53:33.803 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=49152] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.805 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:33.805 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:33.805 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=79.445µs] [] [2024/05/06 11:53:33.809 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.809 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.809 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=56.869µs] [] [2024/05/06 11:53:33.814 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=49152] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.816 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.816 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.816 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=52.945µs] [] [2024/05/06 11:53:33.822 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=49152] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.824 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:33.824 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:33.824 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=62.708µs] [] [2024/05/06 11:53:33.828 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.828 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.828 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=60.642µs] [] [2024/05/06 11:53:33.834 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=49152] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.836 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.836 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.836 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=63.998µs] [] [2024/05/06 11:53:33.842 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=49152] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.876 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:33.876 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:33.876 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=145.632µs] [] [2024/05/06 11:53:33.882 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.882 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.882 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=68.459µs] [] [2024/05/06 11:53:33.889 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=49152] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.891 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.891 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:33.891 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=89.181µs] [] [2024/05/06 11:53:33.897 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=55819] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:33.909 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=98315] [kvs=2809] [files=1] [sstFileSize=33997] [file=/tmp/tidb/import-4000/24/958a8637-d337-5bb1-a7f0-a440d652de89.sst/ca74c165-2c57-4282-8a71-7da0a92f0790.sst] [firstKey=7480000000000000B35F728000000000000B01] [lastKey=7480000000000000B35F7280000000000015F9] [2024/05/06 11:53:33.912 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:33.912 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:33.912 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=61.126µs] [] [2024/05/06 11:53:33.916 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:33.921 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:53:33.944 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=958a8637-d337-5bb1-a7f0-a440d652de89] ["region ranges"=1] [count=2809] [size=98315] [2024/05/06 11:53:33.944 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:53:33.997 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=958a8637-d337-5bb1-a7f0-a440d652de89] [size=98315] [kvs=2809] [importedSize=196619] [importedCount=5625] [2024/05/06 11:53:33.999 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=82.596074ms] [] [2024/05/06 11:53:34.006 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=98309] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.008 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.008 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.008 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=81.457µs] [] [2024/05/06 11:53:34.013 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=98309] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.015 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:34.015 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:34.016 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=85.138µs] [] [2024/05/06 11:53:34.020 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.020 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.020 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=59.292µs] [] [2024/05/06 11:53:34.025 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=98309] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.026 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.026 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.026 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=76.17µs] [] [2024/05/06 11:53:34.032 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=98309] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.034 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:34.034 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:34.034 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=63.923µs] [] [2024/05/06 11:53:34.038 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.038 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.038 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=73.602µs] [] [2024/05/06 11:53:34.043 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=98309] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.045 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.045 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.046 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=82.612µs] [] [2024/05/06 11:53:34.052 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=98309] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.054 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:34.054 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:34.054 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=101.213µs] [] [2024/05/06 11:53:34.058 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.058 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.058 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=56.569µs] [] [2024/05/06 11:53:34.064 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=98309] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.066 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.066 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.066 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=69.691µs] [] [2024/05/06 11:53:34.071 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=98309] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.073 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:34.073 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:34.074 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=91.606µs] [] [2024/05/06 11:53:34.078 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.079 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.079 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=65.363µs] [] [2024/05/06 11:53:34.084 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=98309] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.085 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.085 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.085 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=47.223µs] [] [2024/05/06 11:53:34.092 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=98309] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.093 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:34.093 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:34.093 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=56.804µs] [] [2024/05/06 11:53:34.097 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.097 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.097 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=74.176µs] [] [2024/05/06 11:53:34.103 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=98309] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.104 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.104 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.105 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=69.378µs] [] [2024/05/06 11:53:34.111 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=98309] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.112 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:34.113 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:34.113 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=51.285µs] [] [2024/05/06 11:53:34.116 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.117 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.117 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=60.541µs] [] [2024/05/06 11:53:34.122 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=98309] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.124 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.124 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.124 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=81.101µs] [] [2024/05/06 11:53:34.129 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=98309] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.131 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:34.131 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:34.132 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=93.341µs] [] [2024/05/06 11:53:34.136 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.136 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.136 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=75.3µs] [] [2024/05/06 11:53:34.141 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=98309] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.143 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.143 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.143 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=74.219µs] [] [2024/05/06 11:53:34.148 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=98309] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.150 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:34.150 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:34.150 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=58.196µs] [] [2024/05/06 11:53:34.154 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.154 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.154 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=65.519µs] [] [2024/05/06 11:53:34.160 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=98309] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.162 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.162 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.162 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=192.802µs] [] [2024/05/06 11:53:34.200 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=98309] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.202 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:34.202 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:34.202 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=71.994µs] [] [2024/05/06 11:53:34.206 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.206 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.206 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=81.834µs] [] [2024/05/06 11:53:34.212 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=98309] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.214 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.214 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.214 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=69.645µs] [] [2024/05/06 11:53:34.219 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=98309] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.221 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:34.221 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:34.221 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=52.153µs] [] [2024/05/06 11:53:34.225 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.225 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.225 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=49.249µs] [] [2024/05/06 11:53:34.231 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=98309] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.233 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.233 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.233 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=71.889µs] [] [2024/05/06 11:53:34.238 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=98309] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.240 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:34.240 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:34.240 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=81.275µs] [] [2024/05/06 11:53:34.245 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.245 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.245 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=45.231µs] [] [2024/05/06 11:53:34.250 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=98309] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.252 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.252 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.252 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=58.441µs] [] [2024/05/06 11:53:34.257 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=98309] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.258 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:34.258 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:34.258 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=48.64µs] [] [2024/05/06 11:53:34.263 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.263 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.263 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=65.776µs] [] [2024/05/06 11:53:34.269 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=98309] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.270 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.270 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.270 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=45.014µs] [] [2024/05/06 11:53:34.276 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=98309] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.277 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:34.277 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:34.277 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=59.355µs] [] [2024/05/06 11:53:34.281 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.281 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.281 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=72.041µs] [] [2024/05/06 11:53:34.286 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=98309] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.288 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.288 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.288 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=82.841µs] [] [2024/05/06 11:53:34.294 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=98309] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.296 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:34.296 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:34.296 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=51.219µs] [] [2024/05/06 11:53:34.299 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.299 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.299 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=64.012µs] [] [2024/05/06 11:53:34.304 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=98309] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.306 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.306 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.306 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=58.94µs] [] [2024/05/06 11:53:34.312 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=98309] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.313 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:34.313 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:34.313 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=52.793µs] [] [2024/05/06 11:53:34.317 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.317 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.317 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=49.08µs] [] [2024/05/06 11:53:34.322 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=98309] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.324 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.324 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.324 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=74.773µs] [] [2024/05/06 11:53:34.330 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=98309] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.332 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:34.332 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:34.332 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=70.877µs] [] [2024/05/06 11:53:34.337 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.337 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.337 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=68.989µs] [] [2024/05/06 11:53:34.342 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=98309] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.344 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.344 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.344 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=65.93µs] [] [2024/05/06 11:53:34.350 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=98309] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.351 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:34.352 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:34.352 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=58.531µs] [] [2024/05/06 11:53:34.355 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.356 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.356 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=44.944µs] [] [2024/05/06 11:53:34.361 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=98309] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.363 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.363 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.363 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=61.374µs] [] [2024/05/06 11:53:34.369 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=98309] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.371 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:34.371 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:34.371 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=73.407µs] [] [2024/05/06 11:53:34.376 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.376 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.376 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=83.086µs] [] [2024/05/06 11:53:34.382 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=98309] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.384 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.384 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.384 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=56.593µs] [] [2024/05/06 11:53:34.389 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=98309] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.391 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:34.392 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:34.392 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=70.634µs] [] [2024/05/06 11:53:34.396 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.396 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.396 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=61.015µs] [] [2024/05/06 11:53:34.401 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=98309] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.403 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.403 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.403 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=53.302µs] [] [2024/05/06 11:53:34.409 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=98309] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.411 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:34.411 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:34.411 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=76.671µs] [] [2024/05/06 11:53:34.415 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.415 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.415 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=48.181µs] [] [2024/05/06 11:53:34.422 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=98309] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.424 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.424 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.424 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=58.643µs] [] [2024/05/06 11:53:34.429 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=98309] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.431 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:34.431 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:34.431 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=60.365µs] [] [2024/05/06 11:53:34.435 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.435 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.435 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=61.267µs] [] [2024/05/06 11:53:34.440 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=98309] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.442 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.442 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.442 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=64.566µs] [] [2024/05/06 11:53:34.447 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=98309] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.449 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:34.449 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:34.449 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=74.464µs] [] [2024/05/06 11:53:34.453 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.453 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.453 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=47.411µs] [] [2024/05/06 11:53:34.458 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=98309] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.460 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.460 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.460 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=48.68µs] [] [2024/05/06 11:53:34.465 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=98309] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.467 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:34.467 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:34.467 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=85.749µs] [] [2024/05/06 11:53:34.471 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.471 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.471 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=47.094µs] [] [2024/05/06 11:53:34.477 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=98309] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.479 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.479 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.479 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=55.445µs] [] [2024/05/06 11:53:34.484 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=98309] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.486 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:34.486 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:34.486 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=87.245µs] [] [2024/05/06 11:53:34.490 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.490 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.490 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=85.483µs] [] [2024/05/06 11:53:34.524 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=98309] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.526 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.526 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:34.527 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=68.11µs] [] [2024/05/06 11:53:34.533 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=105659] [quota=1] [largeEnginesCount=2] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:34.546 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=98315] [kvs=2809] [files=1] [sstFileSize=33990] [file=/tmp/tidb/import-4000/24/958a8637-d337-5bb1-a7f0-a440d652de89.sst/633ffc02-4187-434e-ad8c-6e2e19e7f541.sst] [firstKey=7480000000000000B35F7280000000000015FA] [lastKey=7480000000000000B35F7280000000000020F2] [2024/05/06 11:53:34.548 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:34.548 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:34.548 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=89.808µs] [] [2024/05/06 11:53:34.553 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:34.559 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:53:34.582 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=958a8637-d337-5bb1-a7f0-a440d652de89] ["region ranges"=1] [count=2809] [size=98315] [2024/05/06 11:53:34.582 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:53:37.193 +00:00] [WARN] [local.go:1203] ["meet retryable error when writing to TiKV"] [category=ddl-ingest] [error="peer 243, store 2, region 240, epoch conf_ver:5 version:57 , when open write stream: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 127.0.0.1:20160: i/o timeout\""] ["job stage"=needRescan] [2024/05/06 11:53:37.196 +00:00] [INFO] [local.go:1410] ["put job back to jobCh to retry later"] [category=ddl-ingest] [startKey=7480000000000000B35F7280000000000015FA] [endKey=7480000000000000B35F7280000000000020F3] [stage=regionScanned] [retryCount=1] [waitUntil=2024/05/06 11:53:39.196 +00:00] [2024/05/06 11:53:37.205 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449576020152418307\n# Query_time: 2.419742771\n# Parse_time: 0\n# Compile_time: 0.010753358\n# Rewrite_time: 0.00158218\n# Optimize_time: 0.006927413\n# Wait_TS: 0.000141057\n# Cop_time: 0.000970692 Process_time: 0.000682799 Wait_time: 0.000161829 Request_count: 2 Total_keys: 822 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 192 Rocksdb_key_skipped_count: 2216\n# Is_internal: true\n# Digest: 1419dc3f429d38aa633c567e9a7382c40500243679dfa77e81a8e3ecb9436ee2\n# Stats: tidb_ddl_job:pseudo[10000;0]\n# Num_cop_tasks: 2\n# Cop_proc_avg: 0.000341399 Cop_proc_p90: 0.000393767 Cop_proc_max: 0.000393767 Cop_proc_addr: 127.0.0.1:20161\n# Cop_wait_avg: 8.0914e-05 Cop_wait_p90: 9.4503e-05 Cop_wait_max: 9.4503e-05 Cop_wait_addr: 127.0.0.1:20161\n# Mem_max: 12941\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('ohe4MAkzXzEzCTAJNjY1Ni42NwlteXNxbC50aWRiX2RkbF9qb2Iuam9iX21ldGEsIG1GHQDwQ3Byb2Nlc3NpbmcJMAl0aW1lOjUuNzNtcywgbG9vcHM6MSwgQ29uY3VycmVuY3k6NQkxMS44IEtCCU4vQQoxCTE0XzE0dn8AGWIYOmRlc2MsIFqjAARpZBGCDDQuOTIdghwJMCBCeXRlcxEIHAoyCTE3XzI3HXdUaW5uZXIgam9pbiwgZXF1YWw6W2VxKGJpAAHUIGx1bW4jMTUpXRl2BDU4HXZ0LCBidWlsZF9oYXNoX3RhYmxlOnt0b3RhbDozLjc3ASkQZmV0Y2gVDgUuDDowc30RpxEIIAozCTZfMjkoQgFPACkBtTQ0MDAJZ3JvdXAgYnk6QxGKQCwgZnVuY3M6Zmlyc3Ryb3coFRoIKS0+FQwRrgAzPq4AUHBhcnRpYWxfd29ya2VyOnt3YWxsXyXRFDIuODkxNwXcBGNvPct4LCB0YXNrX251bTowLCB0b3Rfd2FpdDoxMi45ODU4NgUxARYYZXhlYzowcwkjBVIYMTMuMTgxNSUGLG1heDoyLjcxMzQxNiEWCHA5NR0QFH0sIGZpblKXABgzLjQ0OTI4BUVemAABpBGYHDM3LjUyOMK1DYkFlhA2LjAwMhUTCZwYNS43ODY3MQGMAZwcMy4zMDQxMDQBEAGcGRAQfQlOL0EBBBgKNAkxXzMwMZskbm90KGlzbnVsbD2DIbkFYAgyLjQF6G0fCAkzOFGfYRIQNQk2XzMhpQg4MDA95UqKAnkXUhIDJHNjaGVtYV9pZHNSHwBFkQkeSTYIbWluFa4AOE4xAgwyLjM5IQQNuAAsajECGDEuODQzMDIlQ16aAS4yAhg3LjAxNDA3JWMhryWbMjECGDcuMTUzNzQl7CGVGDEuNjA0MDkFkSGVGRBqMQIYMi40NDIyNQVnXpcALjECGDc3Ljk0N8IyMQIQNS4xMTUVEyXRGDkuODkwMDCFcgGcGDIuMTQ0NTOlBAGcGRBZMSA2CTMxXzM2CTAp6DhkYXRhOkhhc2hBZ2dfMzFxpAgxLjQFVjVzDGNvcF9hdAg6IHthdgggMSwFchAgMS43NSGcQRQYX2tleXM6IC1gARIQOiAyODkVtGWkECA2Ny4zBRNkY29wcl9jYWNoZV9oaXRfcmF0aW86IDAuMDCRwQFxCF9kdQUaFG46IDQ5LmkyLG1heF9kaXN0c3FsXy5PAUggMX0sIHJwY19pbmZvOntDb3A6Aa4MX3JwY8EOAHShBCk6LDEuNjVtc319CTI0NK2jYQQAN2EEDDEJMV8tHpXr/gYDlgYDSmYAFGpvYl9pZH0WADglowRrdiUdBDp7RQhBsS2qPH0sIHNjYW5fZGV0YWlsOiCp+S2aQDQxMSwgZ2V0X3NuYXBzaG90KQ0MIDQ4LkltmHJvY2tzZGI6IHtkZWxldGVfc2tpcHBlZF9jb3VudDogOTYsIGtleT4XACQxMTA4LCBibG9jQSAQfX19LCABmD6FAEESCGVzcw11XRqhZQRhaRGOVSEAdAHn2Q0cIDQ2NS42wrVdzRQ4CTQzXzOhBAwwCTEwgbiFXgA6LkUIfCwga2VlcCBvcmRlcjpmYWxzZSwgc3RhdHM6cHNldWRvelABQRgBBAQKM2E5HDQxKFByb2JloVQANhq4CABkYUMsU2VsZWN0aW9uXzQwBVIOjwgMNDUuNEXrLZ0ALEH0KbkAIEGZeUcIMy4whbQhIy2tMkcDDDM5My7ZQSEtEDogOTQuiRAAY75JAwg4OC5plgBt7kkDZUkMMi44N2lJBDU3fUkhkwQ0MGVJMSdK3QIMcmVvcha9CTbQAiULLTTS0QIENjctG/7RAq7RAjKkATbTAjWriYMYa3ZfcmVhZC7cAgXzAHQhCF3xCDY3MyWpWYUENQlB8QA5JVkAMf7xAlnxBX4xcSAJTi9BCU4vQQo=')\n# Plan_digest: 29484af8ecb33bd721aada2a65e777d1777fbdefaa439f1f3bce3a7a45698fab\n# Binary_plan: tidb_decode_binary_plan('8hnwSQrtGQoNUHJvamVjdGlvbl8xMxLWGAoHU29ydF8xNBLfFwoLSGFzaEpvaW5fMjcS0gYKDlRhYmxlUmVhZGVyXzQxEpEECgxTZWxlCUAYNDASlgEKEAUkUEZ1bGxTY2FuXzM5IQAAAADw7zBBKQEJ8GUAiMNAOAJAAkoXChUKBW15c3FsEgx0aWRiX2RkbF9qb2JSHmtlZXAgb3JkZXI6ZmFsc2UsIHN0YXRzOnBzZXVkb2oddGlrdl90YXNrOnt0aW1lOjFtcywgbG9vcHM6MX1w//////8BBAQBeAEGBQEAAQWELCBlMUEpq6qqqqoAugWEBFIYBYAALi5/ACQucmVvcmdqoQJ0bmYACCwgcwHd8IZkZXRhaWw6IHt0b3RhbF9rZXlzOiA0MTEsIGdldF9zbmFwc2hvdF90aW1lOiA2Ny41wrVzLCByb2Nrc2RiOiB7ZGVsZXRlX3NraXBwZWRfY291bnQ6IDk2LCBrZXlfc2tpcHBlZF9jb3VudDogMTEwOCwgYmxvY2s6IHt9fX0sIHRpbWVfZGUyhQAccHJvY2Vzc18JdRAzOTMuOAV2CaMId2FpEZAEOTQNkAkaLGt2X3JlYWRfd2FsbA09JVklCB0VHDY3My45wrVzWmoBLBoBAiFVVVVVlXT2QDltKAFAAVIRZGF0YTpTXS8EWhYFpRA1NDUuNAWkAGwpxRRi2QFjb3Ap40Qge251bTogMSwgbWF4OiAzLjAFlgHmLXAEMCwBwgX4ADo28AAF7gA6GemAY29wcl9jYWNoZV9oaXRfcmF0aW86IDAuMDAsIGJ1aWxkBXMIX2R1BRoQbjogODgF6wV8yF9kaXN0c3FsX2NvbmN1cnJlbmN5OiAxfSwgcnBjX2luZm86e0NvcDp7bnVtX3JwYzoxLAGYAGEtTSgyLjg3bXN9fXCBAl2YEBLXDwoKYWUgQWdnXzI5EpMMLlEDEDMwErALGSAQMzUSogc2hAMQMzYS6gQdIggxEpVGggMANEX+/oIDfYIEHHQ6HAMEMHOSgQMAKGGBAAABAQRAv2mBLJQBZ3JvdXAgYnk6bYELNosDIeUcZXNzaW5nLCBKHwAgc2NoZW1hX2lkIaFGPgAQdGFibGUJHiRmdW5jczptaW4oSigATGpvYl9pZCktPkNvbHVtbiMxOGqAQv4DLuIAzv0DDDQ4LjdF4wBy/v0Dqv0DBDI4YallHwRhbGUNbdkMNjcuMwWOJcl93RA0NjUuNmbdAyAh3t3d3R0+90A5xmHaBA9kYdoISGFzRccMMzFaFGXYEDEuNDJtWRoEYtdi1gMMMS43NQEqIfFO1gMdyQXHpU0JwsLUAww0OS4yBfwEbWH+1AMMMS42NWXUAPQybAYhJQitbPg6JQEAhP7rAr7rAlXPXdsANS2bDDIuMzkhcbFxGLMCcGFydGlBJhhvcmtlcjp7WRUYMS44NDMwMqV3LvwEHDUsIHRhc2tfoaAAMEVlKZwcNy4wMTQwNzQBYBx0b3RfZXhlY2VAAQ1FGRw3LjE1Mzc0NwEiodYYMS42MDQwOQWSCHA5NR0QFH0sIGZpblKXABgyLjQ0MjI1BWdelwABowBvEZcMNy45NGmEARQFlhA1LjExNUUNARMFnBg5Ljg5MDAwRbkBnBwyLjE0NDUzMwGsAZwZEFoBByn/BEj+Lf8IALlAZSQoFm5vdChpc251bGw1mgg1KSk1kAQ0NgFiLZAEcPwuJQYkGgEBIUREREQkYz5VAAQ4Z7E+Me0ENSyN7RxmaXJzdHJvdx1tmeJRBwwzLjU4HXdyBwIUMi44OTE3BS9ebwEuBgIcMTIuOTg1ODYFMSFeJXGhRwENJWsYMTMuMTgxNVUHGDIuNzEzNDElCSlrERBqBwIYMy40NDkyOAVFXpgALgcCEDM3LjUyIhIJCZYMNi4wMIkUGZwUNS43ODY3RfVBBxgzLjMwNDEwRW4BnBkQXgcCDnkKFG9BDUEprB5yCmgBQAFSPGlubmVyIGpvaW4sIGVxdWFsOltlcShilwYELCA12gQpXU0tADQ6tgEANxa8CBBoYXNoX8X1ADoWkAoMOjMuNyUYEGZldGNoFQ4FLiw6MHN9IZkqIkvNGx46owAAPUqNAKGZAGXlihg6ZGVzYywgSiQA6UgVpAA5ZUNN0QVrBH1aPmsATvUHAUcQbWV0YSxOZAAZiA1oCDUuN2WbDWgMYg1DbyaeCUA1cJxeeP///////////wEYAQ==')\n# Resource_group: default\n;"] [2024/05/06 11:53:37.249 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449576020152418306\n# Query_time: 2.471794011\n# Parse_time: 0\n# Compile_time: 0.022164895\n# Rewrite_time: 0.002939121\n# Optimize_time: 0.014372324\n# Wait_TS: 0.000164857\n# Cop_time: 0.00642394 Process_time: 0.000412737 Wait_time: 0.000202361 Request_count: 4 Process_keys: 4 Total_keys: 152 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 73 Rocksdb_key_skipped_count: 363 Rocksdb_block_cache_hit_count: 8\n# Index_names: [tidb_background_subtask:idx_exec_id,tidb_global_task:state]\n# Is_internal: true\n# Digest: 8e00fe5c3677d581b104159ff91d824e3be8160c4e4be058288db681abd1a134\n# Stats: tidb_global_task:pseudo[10000;0],tidb_background_subtask:pseudo[10000;0]\n# Num_cop_tasks: 4\n# Cop_proc_avg: 0.000103184 Cop_proc_p90: 0.000173427 Cop_proc_max: 0.000173427 Cop_proc_addr: 127.0.0.1:20161\n# Cop_wait_avg: 5.059e-05 Cop_wait_p90: 7.1137e-05 Cop_wait_max: 7.1137e-05 Cop_wait_addr: 127.0.0.1:20161\n# Mem_max: 74493\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Warnings: [{\"Level\":\"Note\",\"Message\":\"[st,idx_exec_id] remain after pruning paths for st given Prop{SortItems: [], TaskTp: rootTask}\",\"IsExtra\":true},{\"Level\":\"Note\",\"Message\":\"[t,state] remain after pruning paths for t given Prop{SortItems: [], TaskTp: rootTask}\",\"IsExtra\":true}]\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('6jKwMAkxNF8xMwkwCTEJbXlzcWwudGlkYl9nbG9iYWxfdGFzay5wcmlvcml0eSwgWiEAKGNyZWF0ZV90aW1lYiQAEGlkCTEJASKYOjQyLjRtcywgbG9vcHM6Mgk0LjczIEtCCTAgQnl0ZXMKMQkzXzE1bpEADGlkLCBaiwABsQxfa2V5ZiEABHlwZqUADHN0YXRuHgAEZXBiWACGJQEgb25jdXJyZW5jZp0AjkkBJHRhcmdldF9zY28BySBDb2x1bW4jMzUxXgwxMS41PV4ILCBDGXgMOk9GRiFvADEhbyROL0EKMgk2XzE2JWsgZ3JvdXAgYnk6WlkBIXQkZnVuY3M6bWF4KB0lDGJhY2sBPRRuZF9zdWIhgAAuHesIKS0+FaMALA1BHGZpcnN0cm93LkYALnACEGlkKS0+HWI2HACeRgABikEKZkwAESKiUgAIeXBlak4ARVkpI37iAEVoZksABR+elgBReWZPABEinlIAXYZmVQAdJaJYAFmKalgAGSWeWAAMc3RlcGZRAAEenkoALlwDZlIALiYAcXcIOS41LtUEVCwgcGFydGlhbF93b3JrZXI6e3dhbGylIiA6OC4zNDA1OTZhph3uDDo1LCBFkmBudW06MSwgdG90X3dhaXQ6MzguODc3Mzg3ATEBFjhleGVjOjIyNC45NjLCtXMJK6VbHDM5LjM5MzI3BVwkbWF4OjguMTg0Mgk7CHA5NR0QFH0sIGZpblKhABg5LjUyMjk5BXBeoQABrRGhGDE0Ny4wODQViwWgEDguMjYzFRMFnhw0MS43NzQ2MgHIAZ0cOS4wOTU5NTEBEAGdGRAAfYGeAQQ0CjMJM18xOAkwCTAuMDJeoQaBnFowBCVS/hAGWhAGeVhafQAyJANeJAAu8AJaJABJw1odAC6OAjKeBnaZBVG5DDcuNzkhge2OdjAGGDQJMTdfMjAxj1Bpbm5lciBqb2luLCBlcXVhbDpbZXEu1gVKgwByzAABHRApIGVxKNE0ADcBkMniCDYpXRm0ADRFnRW0aGJ1aWxkX2hhc2hfdGFibGU6e3RvdGFsOjYuMUVuIGZldGNoOjUuOWWkBS4QOjE4Ni5BoSR9LCBwcm9iZTp7PYtN4BhhbDozMS44ISBBsQg2LjZlWgkwCDIzNwVBACwJXxAgYW5kIGmxKDEuNm1zfQkxMC4y4Woe2QgcNQkzXzIxKEIBrQApMUQ91o4uAUokAB23FCwgY2FzdHqCAXkTMGRvdWJsZSBCSU5BUln9qgA3MWkINS43dk0ICDIuNiJNCBQ2CTMwXzJ1rBlEADQ2RAAQaW5kZXgSWgoEOiApqIkfECAyLjEzIWslrhhfaGFuZGxlBRaFIim2ECA2Ljg3hVclaxggMTUuOcK1IcUl+VZXAAA2BUGhWAggMSwy0wQsIDV9LCBuZXh0OiB7AVEAXwWdAXUANGUWBRQJWhhsb29rdXBfDYcQMjgyLjgViDYjAAxyZXNwAUMEMjNFBgg5LjlBBg5wCRg3CTQ3XzI1UQMYMV8wCTEwCQVgDDpzdCwpGxA6aWR4X6FEDF9pZCgNCEQpLCByYW5nZTpbIjo0MDAwIiwNCFBdLCBrZWVwIG9yZGVyOmZhbHNlLCAOQAgcczpwc2V1ZG8xhwgyLjB9NAAzIQcAcDEuMRpB5AwgMS40JS8McHJvY6E6AHMlNaHtARIUOiAxMDUuKYIBFCEhFDogNzEuMSUNaGNvcHJfY2FjaGVfaGl0X3JhdGlvOiAwLjAwLCnBBXMIX2R1BRoUbjogNzIuycQsbWF4X2Rpc3RzcWxfXdJMOiAxfSwgcnBjX2luZm86e0NvcDoBsAxfcnBj7SYOpwxEaW1lOjEuMjltc319LCB0aWt2BWkEOnsFGgAwIm4MAU0oc2Nhbl9kZXRhaWxVgQHbCGVzczLwAARhbDIXACBfc2l6ZTogNjDlcARhbA0sDDk1LCASkAsYbmFwc2hvdE3MADSRHJhyb2Nrc2RiOiB7ZGVsZXRlX3NraXBwZWRfY291bnQ6IDQ3LCBrZXk+FwAgMjM1LCBibG9jYSUAfQnVBG1lXrcABeY2mgHh2gRhaRGPNaElGyaMCAwgMjc2YT9BngEEIAo3CTFfMjcoUKESAClFoeV5BGluelUEQXNIZSwgInBlbmRpbmciLCAicnVubgELMCksIG5vdChpc251bGyCRwAMZXApKVG0CDEuOYURtegAY2K0AgAypeghxy2YADElpyXCDDogNTaFJgkTIRcFEwA11rMCBDUxrff+swJBswAxVrICZYIJ9+6zAkmzCDQxOQX6VbQAMVKzAgQzOW3YWbO6gQIuZwE2gAIENTYtbgB04ZgcX2t2X3JlYWQuiQIF8kKeAgQxNCW5WaAYOAk0NV8yNkWaMjsFigYFNhUEBXExY0H8AQTppAA5cQAYMAkyOS45Ny6lBz6NDv3ALhsA+WVeIQASLw5aHQBtTloeAP54Cv54Ck54Cj54CC4MAQ6fC15rCAA2cewINi4zElwJKZJSiAoEMzTxSBJrCAAzDrkQKaAZRQAwhQgVReXPyQs+bAgANQVvPmwIADWFce3lADFx6okzCDE2LqUtDqgNBGJsWmwIADUSOAjxUjLKBlpsCAgzLjESlwoBZTZJCA2HDDM5MS4WXg1GIwAibAgAMg5sCAwyMS41MSQSbAgEMzMubAgAMx5sCCJrCEVpACgFBipjCAxwYXVzoboALBUKKF0sIFsicmV2ZXJ0CRkZDAkbrewALLX2qpkIADQSYQsptHKZCClcXuUFCDE3My0nJpkIADSx+QBjvpkIBDY3/pkIKpkIDq8M6cQ2hAT+mQgymQgAMjblBQA1VpkIADIxJbnmVpkIBDI2DlsKAHk+mQgIMTI4JpkIJuoJGs4IADaeqwgurAE2KwY1sz4NBggzMTcSZgq5rQ6tCAQzNbGtDk4LiQ9WbwgukwQSaQ4qaAgAON0OADJuHAsAMRLMDF6DAgQ3Nu1DWYIIMjcuDqEMBVS2GwsANRE6/mgIDmgIBDA0VmkI/oICLoICCDQ3NpJpCAQxNG2oWYMeaQhCUQIAMppRAi56ATZQAjWBPlACCDIwOCWbWVASXQgEMzRFSi4sBcJcCC5WASAJTi9BCU4vQQo=')\n# Plan_digest: 19251e4d0852c3daee269dcb983554a856b9ab56b15a27ac9c282faeeb7e2e53\n# Binary_plan: tidb_decode_binary_plan('5jbACuE2CgdTb3J0XzEzEsQ1Cg1Qcm9qZWN0aW9uXzE1ErcyCgpIYXNoQWdnXzE2EukoCjIhABQ4ErwlCgsBISRKb2luXzIwEt0QMkMAZDIxEuMOCg5JbmRleExvb2tVcF8yOBLLBQoRBRNAUmFuZ2VTY2FuXzI1GgEBIQABAQzQgUApAQj0mwEAACRAMAE4AkACSiUKIwoFbXlzcWwSAnN0GhYKC2lkeF9leGVjX2lkEgdleGVjX2lkUjdyYW5nZTpbIjo0MDAwIiwiOjQwMDAiXSwga2VlcCBvcmRlcjpmYWxzZSwgc3RhdHM6cHNldWRvWhR0aW1lOjIuMDdtcywgbG9vcHM6M2LZAWNvcF90YXNrOiB7bnVtOiAxLCBtYXg6IDEuNDFtcywgcHJvY19rZXlzOiAxLCB0b3RfcHJvYzogMTA1LjfCtXMsIHRvdF93YWl0OiA3MS4xwrVzLCBjb3ByX2NhY2hlX2hpdF9yYXRpbzogMC4wMCwgYnVpbGRfdGFza19kdXJhdGlvbjogNzIuMsK1cywgbWF4X2Rpc3RzcWxfY29uY3VycmVuY3k6IDF9LCBycGNfaW5mbzp7Q29wOntudW1fcnBjOjEsIHRvdGFsX3RpbWU6MS4yOW1zfX1qsgJ0aWt2X3Rhc2s6e3RpbWU6MHMsIGxvb3BzOjF9LCBzY2FuX2RldGFpbDoge3RvdGFsX3Byb2Nlc3Nfa2V5FfEAYTYXACBfc2l6ZTogNjAF+mRhbF9rZXlzOiA5NSwgZ2V0X3NuYXBzaG90XwVywCA0Ny4zwrVzLCByb2Nrc2RiOiB7ZGVsZXRlX3NraXBwZWRfY291bnQ6IDQ3LCBrZXk+FwBEMjM1LCBibG9jazoge319fSwgAVgAX1q3AAEcDDogMTA9mxRhbF93YWkRjwQ3MS2iJRsMd2FsbA00IDI3NsK1c31w/xEBBAF4EQok/wES1AYKDFNlbG01QDI3Eo8BChFUYWJsZVJvd0lESd8ANkncBFSlQtwCCA0KC13cCFIea3KrAgRqHQWdRZUAewXSBDFtVbMAMVqjAAgaAQIJfyyQpUApoNtLGqN1lD9pWxBSbmluKGVaTC50aWRiX2JhY2tncm91bmRfc3ViAWdcLnN0YXRlLCAicGVuZGluZyIsICJydW5uAQswKSwgbm90KGlzbnVsbIJHAAxlcCkpbWsMMS45Mxm4CDJi12prAwQyMgEqBHByVmsDDDU2LjlFRGF+Ic0AOgETADUFEzRjb3ByX2NhY2hlX2hpdIpqAwQ1MU2RFG1heF9kafZqAxwxbXN9fWqgAnKxAQgsIHOB/1qzAmk+ADFxTSEECGVzcwUXbWoINDE5ER4VLUpqAwwzOS43JRN5aro4AwA1PWg2NwMENTYtb4loGGt2X3JlYWQuQANFoyUHLlUDBDE0JbpatAIcIY1EbI0y9XIysQIIAUABTUEMNS40NUEXAGylrBAyYu4BacFkaRkEIHsJi2UgDCAyLjFFbCxmZXRjaF9oYW5kbGUFFgWXJGJ1aWxkOiA2LjgpIUlDBDE1CZwILCB0YclWVwAANgVBCG51bcUZCGNvbrmRKDV9LCBuZXh0OiB7AVEAXwWdAXUENDkBtgUUCVoYbG9va3VwXw2HEDI4Mi44JalGIwAMcmVzcAFDHDIzbXN9cJqfLoUE4T0YqYPAp2MVdD4xAQhSlQF+4AMMZXAsIHYkAB3dFCwgY2FzdHrtA4E5QZFoLCBkb3VibGUgQklOQVJZKS0+Q29sdW1uIzM3NckANzLJAQQPQz1IFE9GRnDsFC5tBQSREjZgCAg5EtE6YAgQMzYSjAZCYAgIMzMaHmAIELiaQCkABQEAPh5gCAgcChqxhBQBdBoOCgWF9AASCQcEUm0eVwgMcGF1c4H3ACwVCihdLCBbInJldmVydAkZGQwJG60pACy1MwBdoo0IBDQ4QStJ4QgzYtlqIgUANUVVgR4hdPWchTAYOiAxNzMuNEVUuSMANHHOwiMFDDY3LjIFTf4jBaEjBDQ3pSQAxkIkBQAw3dT+IwUENjI2IgUANVaNCAAyMSa5I1aNCAQyNiHDAHk+jQgIMTI4Jo0I2XUawggANp6fCC6tATZoBTW0PkoFCDMxNxK5CFpKBQQSgTKhCAwzNRKNRqEIBDM0FiIIBKq5Qh0DCAwKCnkdgqAIABwFnoEAGqAILssBVkIJABoenwgoBLpAKbkehetR+D1tmgRSKFZgCBRnbG9iYWwFZwQuczZZCAA4pZZpNwgyYthqNwMAMYV5XjcDBDc27TN5NgQyN8UWACzGNgMANRE6/jYDYTYEMDRlNgCU/jYDcjYDCDQ3NpJaCAQxNI1deTceWghCBQMAMpoFAy57ATYEAzWCRWYuTggEMDglnFpjAhwhiTvD1kvhjTJgAiZOCAw2LjAyuW16TggENTYBKz5OCAA1EmQI7ccAMR5ICuHGEDogMTYuEkEMck4IqcWuTggMMy4xNAGLAWVSTggIMzkxLZ1GIwAiTggAMg5OCASvrDZOCCACIekglPkmAY8+MQEMUtsCbQ6IDxYuDC6HAwRpZDJFCC4bAIEOwZpmIQAIeXBlYh0A5YxiHgAYcHJpb3JpdGZcABRjcmVhdGUSDApiRQAy3wha4ACBZ2JBAAh0YXISdgsEY28ByT4hCS4MASEnXhQJADYaFAkINi4zRWSRxUIUCQTcIioUCUAhxakaJTnOlEApidLe4AuTmQ7bDWQBQAFScGlubmVyIGpvaW4sIGVxdWFsOltlcXq6CXLnAAEdECkgZXEoIsYJBCwgEQsINildDb8AN+XYACwVvwSVAWUXEF9oYXNoSagEOnsSoQsMOjYuMWV4ZU0MOjUuOUXQBS4MOjE4NhKNDQR9LKGjDGJlOns9pgQ6Ne3UDDozMS4SKAkYbWF4OjYuNiU4BHByATAEMjMeXxAFXwwgYW5kZQgBMwA2QfUk1FEhfv1UfUgWlUI7AQDL/uYC/uYC/uYC/uYCiuYCfShKNhA9rVUXADcSqApi1gIE2CUu1gIYzqZn4m+alR6PCADwUdYEtwYOoBAQcCBieTodgj5jAyBmdW5jczptYXh67wIdpyqdDAQ1LA1BHGZpcnN0cm93LkYANmsACCktPoKHAH5GALEgZkwAESKemAChUWpOAKVvKSN+nAClfmZLAAUfnpYAsaxmTwARIp5SAL3dZlUAHSWiWAAmhQ5qWAAZJZ5YAKVBYjICAR6eSgAucgZmUgAuJgBthwg5LjWlZnGHGL4CcGFydGkOaAkYb3JrZXI6eyZXCRg4LjM0MDU5pVUd7qV+DGFza18OrggWnhIWexMgMzguODc3Mzg3DpcIDjgLDqMXGDoyMjQuOTYWNg4BFRKXERwzOS4zOTMyNwVcob0UOC4xODQyCTsIcDk1HRAUfSwgZmluUqEAGDkuNTIyOTkFcF6hAMkrCaEUMTQ3LjA4Jg4PBaAQOC4yNjMS1A4Vnhg0MS43NzQ2xZ0BnRg5LjA5NTk1ElsMAZ0ZEF5xChQ0Dc5I1uRGvwQAq/5aBv5aBjpaBkl0WsMEeY9aIQA9dGIcCTJ/A1pIAC6oAiZTCAA1TbMIMTEuEqsNUbNCEAk2OgYUkscXVdj8RnsBAF5afQCG5gCKQwoEaWQNrQg0Mi4uYAMQcOglGAE=')\n# Resource_group: default\n;"] [2024/05/06 11:53:38.135 +00:00] [INFO] [coprocessor.go:1384] ["[TIME_COP_WAIT] resp_time:686.748327ms txnStartTS:449576020833730564 region_id:28 store_addr:127.0.0.1:20161 stats:Cop:{num_rpc:1, total_time:1.66ms} kv_process_ms:0 kv_wait_ms:0 kv_read_ms:0 processed_versions:1 total_versions:55 rocksdb_delete_skipped_count:26 rocksdb_key_skipped_count:128 rocksdb_cache_hit_count:6 rocksdb_read_count:0 rocksdb_read_byte:0"] [2024/05/06 11:53:38.145 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449576020860207107\n# Query_time: 0.656494361\n# Parse_time: 0\n# Compile_time: 0.008483896\n# Rewrite_time: 0.001546078\n# Optimize_time: 0.00544992\n# Wait_TS: 0.000139395\n# Cop_time: 0.000139493 Process_time: 0.000501292 Wait_time: 0.000158639 Request_count: 2 Total_keys: 822 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 192 Rocksdb_key_skipped_count: 2216\n# Is_internal: true\n# Digest: 1419dc3f429d38aa633c567e9a7382c40500243679dfa77e81a8e3ecb9436ee2\n# Stats: tidb_ddl_job:pseudo[10000;0]\n# Num_cop_tasks: 2\n# Cop_proc_avg: 0.000250646 Cop_proc_p90: 0.000332363 Cop_proc_max: 0.000332363 Cop_proc_addr: 127.0.0.1:20161\n# Cop_wait_avg: 7.9319e-05 Cop_wait_p90: 8.9689e-05 Cop_wait_max: 8.9689e-05 Cop_wait_addr: 127.0.0.1:20161\n# Mem_max: 12927\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('/ha4MAkzXzEzCTAJNjY1Ni42NwlteXNxbC50aWRiX2RkbF9qb2Iuam9iX21ldGEsIG1GHQDwQ3Byb2Nlc3NpbmcJMAl0aW1lOjMuNjltcywgbG9vcHM6MSwgQ29uY3VycmVuY3k6NQkxMS44IEtCCU4vQQoxCTE0XzE0dn8AGWIYOmRlc2MsIFqjAARpZBmCBDE0HYIcCTAgQnl0ZXMRCBwKMgkxN18yNx13VGlubmVyIGpvaW4sIGVxdWFsOltlcShiaQAB1CBsdW1uIzE1KV0RdgQyLjb3AGxidWlsZF9oYXNoX3RhYmxlOnt0b3RhbDoyLjUyAZ4QZmV0Y2gVDgUuDDowc30RphEIIAozCTZfMjkoQgFPACkBtDQ0MDAJZ3JvdXAgYnk6QxGJQCwgZnVuY3M6Zmlyc3Ryb3coFRoIKS0+FQwZrQQzNwGFNaVQcGFydGlhbF93b3JrZXI6e3dhbGxfJdAUMS41Nzk4KdQEY289y3QsIHRhc2tfbnVtOjAsIHRvdF93YWl0OjYuODg3MTMlggEVGGV4ZWM6MHMJIgVSEDcuMTE5CVEobWF4OjEuNDUxMzgFMQhwOTUdEBR9LCBmaW5SlgAYMi4yMzE0NwXFXpYAAaIRlhwyOS42NDLCtQ2IBZUQNS42NjkVEwWbHDkuNTE4MjY1IRwBnBgyLjE2Nzc3JdoBnBkQEH0JTi9BAQQYCjQJMV8zMDGaJG5vdChpc251bGw9giG4BWAAMTZ4AQgJMzhRnWEQEDUJNl8zIaQIODAwPeRKiAJ5FVIQAyRzY2hlbWFfaWRzUh8ARZAJHkk1CG1pbhWuADhOMAIIMS4yJWuKMAIcNjM0LjMxN8Iha16aAS4wAhgyLjI3NTMzIXIhriWaMi8CFDIuNTM1NmU0IZMYNTQwLjQ0NAVgIZMZEGovAhgxLjE1NTEyRWRelQA6LwIEMTA6LwIQNC4xNjIFdwGoJc8YNC4zODE1NAW9AZwYMS4wODY3OQUQAZwZEFkvIDYJMzFfMzYJMCnmOGRhdGE6SGFzaEFnZ18zMXGhEDM5OC41BW01cwxjb3BfYXIIOiB7YXQIIDEsBXQMIDEuNwlxJHJvY19rZXlzOiAtYAESFDogMTY4LlnnZaQAIE34aGNvcHJfY2FjaGVfaGl0X3JhdGlvOiAwLjAwLImSBXEIX2R1BRoUbjogNDguKdosbWF4X2Rpc3RzcWxfLlEBSCAxfSwgcnBjX2luZm86e0NvcDoBrgxfcnBjwQwAdKEDKTwsMS41OW1zfX0JMjQzraFhBAA3YQQMMQkxXy0gler+BgOWBgNKZgAUam9iX2lkfRYAOCWlBGt2JR0EOntFCkGyLao8fSwgc2Nhbl9kZXRhaWw6IKn4LZpANDExLCBnZXRfc25hcHNob3QpDRAgNTMuMyXvmHJvY2tzZGI6IHtkZWxldGVfc2tpcHBlZF9jb3VudDogOTYsIGtleT4XACQxMTA4LCBibG9jQSAQfX19LCABmD6FAEESCGVzcw11MhoCoWcEYWkRkE0hAHQB59kMDCAzMzJFTFnPFDgJNDNfM6EEDDAJMTCBuIVeADouQwh8LCBrZWVwIG9yZGVyOmZhbHNlLCBzdGF0czpwc2V1ZG96UAFBGAEEBAozYTscNDEoUHJvYmWhVAA2GrYIAGRhRSxTZWxlY3Rpb25fNDAFUg6NCAg5Ni6JKy2dACxB9Cm5ACBBmS5HA6X2ISItrDJGAwH6CUph/iEqDDogODltDgBjvkgDDDk2Ljgl7wBt7kgDbUgANG1HADR9RyGRBDQwZUcxJUrbAgxyZW9yFrkJ/s4CNs4CDDY2LjYF3/7OAq7OAjKiATbOAjWpAHQB6V3QDDUxMy6h1FlkBDUJQdAAOSU6/tACftAC')\n# Plan_digest: 29484af8ecb33bd721aada2a65e777d1777fbdefaa439f1f3bce3a7a45698fab\n# Binary_plan: tidb_decode_binary_plan('zhnwSQrJGQoNUHJvamVjdGlvbl8xMxKyGAoHU29ydF8xNBK7FwoLSGFzaEpvaW5fMjcSsAYKDlRhYmxlUmVhZGVyXzQxEvEDCgxTZWxlCUAYNDASlQEKEAUkUEZ1bGxTY2FuXzM5IQAAAADw7zBBKQEJ8G0AiMNAOAJAAkoXChUKBW15c3FsEgx0aWRiX2RkbF9qb2JSHmtlZXAgb3JkZXI6ZmFsc2UsIHN0YXRzOnBzZXVkb2ocdGlrdl90YXNrOnt0aW1lOjBzLCBsb29wczoxfXD///////////8BeP///wkMAAEFgywgZTFBKauqqqqqALoFgwRSGAV/AC4ufgAkLnJlb3JnaoICdGplAAgsIHMB2/CGZGV0YWlsOiB7dG90YWxfa2V5czogNDExLCBnZXRfc25hcHNob3RfdGltZTogNjYuNsK1cywgcm9ja3NkYjoge2RlbGV0ZV9za2lwcGVkX2NvdW50OiA5Niwga2V5X3NraXBwZWRfY291bnQ6IDExMDgsIGJsb2NrOiB7fX19LCB0aW1lX2RlMoUAHHByb2Nlc3NfCXUQMzMyLjQFdgmjCHdhaRGQDDg5LjcJGgHpDHdhbGwNNCA1MTMuMsK1c31WSwEsGgECIVVVVVWVdPZAOU4wAUABUhFkYXRhOlNlbE1PDDQwWhYFhwgzOTYNhgRsbyWmFGLXAWNvcCnDVCB7bnVtOiAxLCBtYXg6IDEuNW1zLCABxy1RBDAsAb0F2QA6NtEABc8EOiAVyoBjb3ByX2NhY2hlX2hpdF9yYXRpbzogMC4wMCwgYnVpbGQFcghfZHUFGhhuOiA5Ni44JQSobWF4X2Rpc3RzcWxfY29uY3VycmVuY3k6IDF9LCBycGNfaW5mbzp7Q29wOgGvFF9ycGM6MQWYAGEtNyQxLjRtc319cPQBXXcQEtYPCgphQyhBZ2dfMjkSkwwKDDkgEDMwErALGSAQMzUSpAc2YgMQMzYS6gQdIgAxTmADADRF3f5gA+5gA21gAChhYAAAAQEEQL9pYCyUAWdyb3VwIGJ5Om1h6TZqAyHkHGVzc2luZywgSh8AJHNjaGVtYV9pZHNSHwAQdGFibGUJHiRmdW5jczptaW4oSkcATGpvYl9pZCktPkNvbHVtbiMxOGqA/t0DQt0DDDUzLjNFSQBy/t0Dqt0DEDE2OC45BXZC3QMANg0YOtsDgQ8BGlrbAyAh3t3d3R0+90A5xmHYBA9kYdgISGFzRccEMzF11gg4LjUFf47WAwQ3M27XAzLLAG3XDcTC1QMENDiN2f7VA2HVBDU5ZdYA8y7WAyUnCK1s+DonAQCE/u0Cvu0CVdFd3Qg1WhSlcwwxLjI3IXExm0SxAnBhcnRpYWxfd29ya2VyOnu58hg2MzQuMzE3Jcsu/QQcNSwgdGFza1+hoK2FwUAYOjIuMjc1MyXQIHRvdF9leGVjOuGDAQ0FfRgyLjUzNTYyAYCh1BQ1NDAuNDTJhwhwOTUdEBR9LCBmaW5SlQAcMS4xNTUxMjQBRV6VAAGhAG9NLxAyOS4xMMG3pZYJlRA0LjE2MgXXAScFmxg0LjM4MTU0Bb0BnBgxLjA4Njc5BRABnBkQbiQDCK1I/i39CAC5QGUkKBZub3QoaXNudWxsNZgINSkpNY4AMy6OAQhw/ALdJSQaAQEhRERERCRjPlUABDhnsT4x6wQ1LI3tHGZpcnN0cm93HW2Z4lEFADI2dwAEYrJqBQIcMS41Nzk4NjlucAEuBQIYNi44ODcxMyWgIV5GBgIQNy4xMTkJUSlqEDQ1MTM4BTEpahEQagYCGDIuMjMxNDclPZoGAgQ2NDnzBZUINS42jUsBqEUGGDkuNTE4MjYSaggBnBgyLjE2Nzc3Bf0BnBkQXgYCDlgKFG9BDUEprB5QCmgBQAFSPGlubmVyIGpvaW4sIGVxdWFsOltlcShilgYELCA12QwpXVoTBZwEMi4Fh3G5ADcWuQgQaGFzaF/F8wA6Fm4KYWVlYhBmZXRjaBUOBS4sOjBzfSGZKiJLzRseOqIAAD1KjAD5iBA6ZGVzY1JuB+lGTc8IMy4xJccNpAVrBH1aPmsATvMHAUcQbWV0YSxO8QcZiBVoST8NaAxiDUNvJpsJQDVwnF54////////////ARgB')\n# Resource_group: default\n;"] [2024/05/06 11:53:38.148 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449576020833730564\n# Query_time: 0.737743987\n# Parse_time: 0\n# Compile_time: 0.034781902\n# Rewrite_time: 0.004512437\n# Optimize_time: 0.020882361\n# Wait_TS: 0.000185007\n# Cop_time: 0.692303139 Process_time: 0.000352921 Wait_time: 0.000265188 Request_count: 4 Process_keys: 4 Total_keys: 152 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 73 Rocksdb_key_skipped_count: 363 Rocksdb_block_cache_hit_count: 8\n# Index_names: [tidb_background_subtask:idx_exec_id,tidb_global_task:state]\n# Is_internal: true\n# Digest: 8e00fe5c3677d581b104159ff91d824e3be8160c4e4be058288db681abd1a134\n# Stats: tidb_global_task:pseudo[10000;0],tidb_background_subtask:pseudo[10000;0]\n# Num_cop_tasks: 4\n# Cop_proc_avg: 8.823e-05 Cop_proc_p90: 0.000141341 Cop_proc_max: 0.000141341 Cop_proc_addr: 127.0.0.1:20161\n# Cop_wait_avg: 6.6297e-05 Cop_wait_p90: 9.0935e-05 Cop_wait_max: 9.0935e-05 Cop_wait_addr: 127.0.0.1:20161\n# Mem_max: 74493\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Warnings: [{\"Level\":\"Note\",\"Message\":\"[st,idx_exec_id] remain after pruning paths for st given Prop{SortItems: [], TaskTp: rootTask}\",\"IsExtra\":true},{\"Level\":\"Note\",\"Message\":\"[t,state] remain after pruning paths for t given Prop{SortItems: [], TaskTp: rootTask}\",\"IsExtra\":true}]\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('2TKwMAkxNF8xMwkwCTEJbXlzcWwudGlkYl9nbG9iYWxfdGFzay5wcmlvcml0eSwgWiEAKGNyZWF0ZV90aW1lYiQAEGlkCTEJASKYOjY5NW1zLCBsb29wczoyCTQuNzMgS0IJMCBCeXRlcwoxCTNfMTUJapAADGlkLCBaigABsAxfa2V5ZiEABHlwZqQADHN0YXRuHgAEZXBiWACGJAEgb25jdXJyZW5jZp0AjkgBJHRhcmdldF9zY28BySBDb2x1bW4jMzU5XQg0LjY9XwgsIEMZeQw6T0ZGIXAAMSFwJE4vQQoyCTZfMTYl/CBncm91cCBieTpaWgEhdSRmdW5jczptYXgoHSUMYmFjawE9FG5kX3N1YiGBAC4d7AgpLT4VpAAsDUEcZmlyc3Ryb3cuRgAucAIQaWQpLT4dYjYcAJ5GAAGKQQtmTAARIqJSAAh5cGVqTgBFWikjfuIARWlmSwAFH56WAFF6Zk8AESKeUgBdh2ZVAB0lolgAWYpqWAAZJZ5YAAxzdGVwZlEAAR6eSgAuXQNmUgAuJgAueAMANDJ4A0xwYXJ0aWFsX3dvcmtlcjp7d2FsbKUjJDo2OTMuNjk4MzIFMR3xDDo1LCBFlWxudW06MSwgdG90X3dhaXQ6My40NjYzMzgzODFzCRc0ZXhlYzoyNzUuMzgywrUNFaVfASwwNzAyNjU1OXMsIG1heAlwDDEyNjcBoAhwOTUuEQAUfSwgZmluWqcAHDQuMzU4NDU5AThepwABsxGnFDQ2LjQ3NhWPBaQQNS43MTQVExGiGDcwMjI0NTMZohg0LjMxNDc5JRIJoxkSAH2BrAEEBAozwRwcOAkwCTAuMDJerwaBqlo+BCVd/h8GWh8GeWZafQAyMgNeJAAu/gJaJABJ0VodAC6cAjKtBnanBVnHADMh7e2cdj0GGDQJMTdfMjAxjlBpbm5lciBqb2luLCBlcXVhbDpbZXEu4wVKggByywABHRApIGVxKNFBADcBkMnwCDYpXRmzBDIuRdoVtWxidWlsZF9oYXNoX3RhYmxlOnt0b3RhbDo2LjY4Ad4cZmV0Y2g6Ni4ShwgFLRw6MTgyLjnCtWEPGHByb2JlOns9ik3kBGFsZVx1VQgyLjEBTgkwEDI0NC44RecFXhAgYW5kIHW7GHN9CTEwLjLhdh7mCBw1CTNfMjEoQgGrACkxQz3Uji0BSiQAHbYULCBjYXN0eoEBeREwZG91YmxlIEJJTkFSWf22ADc1aAQuM4UJNWc+WQgIMi42IlkIFDYJMzBfMnWqGUQAMDZgAhBpbmRleBJmCgQ6ICmmiSMMIDIuMjmsGF9oYW5kbGUFFj21ECA2LjY1JXQlagwgMTYugX0AfaFFCGJsZVZXAAA5Eh4JoWEIIDEsMtYELCA1fSwgbmV4dDogewFRAF8FnRA6IDMuMQX5BRRFURxfbG9va3VwX0k8ECA0Ni4xFYc2IgAMcmVzcAG3CDU0bUEFCDkuOUEFDnsJGDcJNDdfMjVRAhgxXzAJMTAJBV8MOnN0LCkaEDppZHhfoUcMX2lkKA0IRCksIHJhbmdlOlsiOjQwMDAiLA0IUF0sIGtlZXAgb3JkZXI6ZmFsc2UsIA5LCBxzOnBzZXVkbzGGCDIuMkG5KckAMyEFAHAxLDEYwTcMIDEuNSWuDHByb2OhNgBzJTOh7gESEDogMTAxDfkBFCEfDDogOTBlSAVVXHJfY2FjaGVfaGl0X3JhdGlvOiAwLjAwLGl0BXMIX2R1BRoAbgE6JUQsbWF4X2Rpc3RzcWxfXc5MOiAxfSwgcnBjX2luZm86e0NvcDoBrgxfcnBj7SsOrwwQaW1lOjHhiQB9QQYIaWt2BWYEOnsFGQAwInYMAUwoc2Nhbl9kZXRhaWxVfAHYCGVzczLtAARhbDIXACBfc2l6ZTogNjDliARhbA0sDDk1LCASmAsYbmFwc2hvdE3HBDUzBdWYcm9ja3NkYjoge2RlbGV0ZV9za2lwcGVkX2NvdW50OiA0Nywga2V5PhcAIDIzNSwgYmxvY2EeAH0J0wRtZV61AAXkNpUB4dgEYWkRjTWcJRkmkAgUIDI2Ny43gf5BmgEEIAo3CTFfMjcoUKEMAClFneVyBGluelAEQW9IZSwgInBlbmRpbmciLCAicnVubgELMCksIG5vdChpc251bGyCRwAMZXApKVmwADE24QUAY2KxAgA0Zd4hxy2YGkYJARIMOiA0NE2dWbAENjattwRjb7qwAgg3NS6Jff6yAkGyCDI5bf6zAoKzAgg0MTk2tAIAMVazAgQ1LhZSClm1uoMCLmcBNoICNW5CggIEMDeFS1mCGDgJNDVfMjZFfDIZBYrkBGb3A0HdAQTpgAA5UeEYMAkyOS45Ny6BBz51Dv2cLhsA+UFeIQASFw5aHQBtL1oeAP5SCv5SCk5SCj5UCC4MAQ55C15HCAA2cc0MNjkxLuXayX9SZAoEMzTxJhJICAAzDqIQKaEuRgDFnBVG5a2p7jZKCAg2ODcJcRKZCSJLCBUXAGIOgwkQOiA3Ljb5xQw6IDE1qRIELCDlk05ZAAgyLjgSrwzxNDKuBlpMCAg2ODgWNgqplxKnCABsNk0ICDcyLhYwDUYjAB5OCAA0Ek4IDDIxLjUxKBJOCAQzMy5OCAAzHk4IIk0IRW4AKAUGKkUIDHBhdXOhoAAsFQooXSwgWyJyZXZlcnQJGRkMCRut0gAstdyiewghdr3Man0ICDY4NgkqobtOzQUMMTQxLuleuc4ENzgtPMLOBQQ2OA1N/s4Foc4ENjb+zgWGzgUENjI2zQUANVaBCAAz0eC5zlaDCAQyNg4/CgB5PoMICDEyOCaDCABjIs8JGrgIADaelQgurAE2EwY1sz4TBgwzMjYuEpMNobABBBKVCAQzNbG0DjILiRVWVwgumgQSSw4qUAgAMBLRC5U8ZlAIADOFq16DAgA2HgMIWYIEMjnFyMoACwA2HjoL/oICQYIAMv6CAoqCAgg0NzaSUQgEMTNiUQhCUQIAMppRAi56ATZQAjWBPlACADFNallQEmMIBDM0RUouLgX+YggWYgg=')\n# Plan_digest: 19251e4d0852c3daee269dcb983554a856b9ab56b15a27ac9c282faeeb7e2e53\n# Binary_plan: tidb_decode_binary_plan('1TbACtA2CgdTb3J0XzEzErQ1Cg1Qcm9qZWN0aW9uXzE1EqYyCgpIYXNoQWdnXzE2EsooCjIhABQ4Ep4lCgsBISRKb2luXzIwErkQMkMAZDIxEr8OCg5JbmRleExvb2tVcF8yOBLHBQoRBRNAUmFuZ2VTY2FuXzI1GgEBIQABAQzQgUApAQj0NgIAACRAMAE4AkACSiUKIwoFbXlzcWwSAnN0GhYKC2lkeF9leGVjX2lkEgdleGVjX2lkUjdyYW5nZTpbIjo0MDAwIiwiOjQwMDAiXSwga2VlcCBvcmRlcjpmYWxzZSwgc3RhdHM6cHNldWRvWhN0aW1lOjIuMm1zLCBsb29wczozYtYBY29wX3Rhc2s6IHtudW06IDEsIG1heDogMS41M21zLCBwcm9jX2tleXM6IDEsIHRvdF9wcm9jOiAxMDEuMcK1cywgdG90X3dhaXQ6IDkwLjnCtXMsIGNvcHJfY2FjaGVfaGl0X3JhdGlvOiAwLjAwLCBidWlsZF90YXNrX2R1cmF0aW9uOiA5MMK1cywgbWF4X2Rpc3RzcWxfY29uY3VycmVuY3k6IDF9LCBycGNfaW5mbzp7Q29wOntudW1fcnBjOjEsIHRvdGFsX3RpbWU6MS40bXN9fWqyAnRpa3ZfdGFzazp7dGltZTowcywgbG9vcHM6MX0sIHNjYW5fZGV0YWlsOiB7dG90YWxfcHJvY2Vzc19rZXlzOiAxLCB0b3RhbF9wcm9jZXNzX2tleXNfc2l6ZTogNjAsIHRvdGFsX2tleXM6IDk1LCBnZXRfc25hcHNob3RfdGltZTogNTPCtXMsIHJvY2tzZGI6IHtkZWxldGVfc2tpcHBlZF9jb3VudDogNDcsIGtleV9za2lwcGVkX2NvdW50OiAyMzUsIGJsb2NrOiB7fX19LCB0aW1lX2RldGFKtQAgdGltZTogMTAxOZYYYWxfd2FpdA0bCDkwLimdIHRpa3Zfd2FsbA0ZKDI2Ny43wrVzfXD/EQEEAXgRCiT/ARK1BgoMU2VsbTFAMjcSjgEKEVRhYmxlUm93SURJ2wA2SdgEVKVC2AIIDQoLXdgIUh5rcqcCBGocBZ8AdEGSAHsF1AQwc1GvADFaogAIGgECCX4skKVAKaDbSxqjdZQ/aVYQUm5pbihlVUwudGlkYl9iYWNrZ3JvdW5kX3N1YgFmXC5zdGF0ZSwgInBlbmRpbmciLCAicnVubgELMCksIG5vdChpc251bGyCRwAUZXApKVoUBbQQMi4xN20VuAwyYtgBZmcDBDQ2ASoIcHJvUmcDBDQ0MbYEb3Qlziw6IDY2LjjCtXMsIGO+ZgMMNzUuNQU6/mgDYWgEMjllaQSBAm6xAQgsIHOB+gxkZXRhSrQCDGtleXORVwhhbF8hBABlNmkDCDQxOXGHFS0gZ2V0X3NuYXBzfWkINS4yBdk0cm9ja3NkYjoge2Jsb2OqOQMuaAE2OAM1bwXoLjgDBDA3ZWxalgIcIY1EbI0y9XIykwIIAUABTSMMNi4wMyH5BGxvoYoQMmLtAWnBQUn6DCB7dG8Bh0VNECAyLjI4ASssZmV0Y2hfaGFuZGxlBRYANQEWJGJ1aWxkOiA2LjYp3GHzFDogMTYuNmHUCCwgdGGqVlcAADlFewhudW0lhRRjb25jdXKtcSg1fSwgbmV4dDogewFRAF8FnRQ6IDMuMTkBdQUUCVoYbG9va3VwXw2HBDQ2JRQALEoiAAxyZXNwAbccNTRtc31wmp8uZQThGRipg8CnYxV0PjABCFKVAX7BAwxlcCwgdiQAHdwULCBjYXN0es4DgRpBcmgsIGRvdWJsZSBCSU5BUlkpLT5Db2x1bW4jMzc1yAAzJRIxyAQPQz1HFE9GRnDsFC5NBQSYEjY8CAg5Etc6PAgQMzYSjgZCPAgIMzMaHjwIBLiasWQAPh48CAgcChqxZBQBdBoOCgWF1QASCQcEUm0eMwgMcGF1c4HYACwVCihdLCBbInJldmVydAkZGQwJG60KACy1FABdgmkIABVFtgw2ODcuvQQIM2LaYgQFCDY4NgkrgQEhdpUVhRMYOiAxNDEuM2XguQYMNzguNAUTAGO+BgUENjgNTf4GBaEGBDY2pQYAxv4GBXIGBQQ2MjYFBQg1NSxOBgUAM9EZuQYMZGVsZUZxCAQyNiHFIHlfc2tpcHBlZB5xCBAxMjgsILE4CGNhYxq+CQxjb3VuwXcEfX2BTghpbWVezwUBHDqtATZLBTW0PksFCDMyNsXnWksFBBKBMoMIDDM1Eo1GgwgEMzQWBQgEqrlCHwMIDAoKeR/+gghygggoBLpAKbkehetR+D1tnARSKFZDCAxnbG9iDrUKBGFzDoMIMjwIADAyUQRuPAgAM8UYXjcDADbx73k2BDI5rZ/GNgMePwr+NgNhNgAyaTYAlP42A3I2Awg0NzaSPQgEMTNiPQhCBQMAMpoFAy57ATYEAzWCPgQDADFtHloEAxwhiTvD1kvhjTJgAg5PCK1vCDkxLjJQCADxZlAIoZtFOTZRCBUX7csMNy42MaVi4e0QOiAxNS4SJgwALG5SCAQ4NA4eCK5SCBA2ODguMQE1AWZWUwgENzKt60YjAB5UCAA0ElQIBK+sNlQIIAIh6SCU+SYBjz41AQhS2wIqMAguiwMEaWQySwguGwBhq8GeZiEACHlwZWIdAOWSYh4AGHByaW9yaXRmXAAUY3JlYXRlpWNiRQAy5Qha4AAAcz4tCTbiAAByEl0LBGNvAck+JwkuKgAhJ14aCQA2XZNFZ2IbCQTcIiobCUAhxakaJTnOlEApidLe4AuTmQ7DDWQBQAFScGlubmVyIGpvaW4sIGVxdWFsOltlcXrBCXLoAAEdECkgZXEoIs0JBCwgEQsINildFcAAMhaXCBHABJMBZRoQX2hhc2hJqgQ6exKoCww6Ni42BeplUQg6Ni4qmQsMMTgyLg54DwB9EksRDGJlOns9pwQ6Ne3ZGDozLjQ2cyyhXQw6NjkyaRIEcHIBMAgyNDQa8A0FXgwgYW5kZQkJMyx9cNRRIX79VH1IFpVCOgEAy/7mAv7mAv7mAv7mAormAn0oAGJGHRA9rBpBEwQ2OTJnBULvCwTYJS7UAhjOpmfib5qVHpIIAPBR1AS3Bg6GEBBwIGJ5Oh2BPmIDIGZ1bmNzOm1heHrtAh2mKqIMBDUsDUEcZmlyc3Ryb3cuRgA2awAIKS0+gocAfkYAsR9mTAARIp6YAKFQak4ApW4pI36cAKV9ZksABR+elgCxq2ZPABEinlIAvdxmVQAdJaJYACaKDmpYABklnlgApT9iMgIBHp5KAAB03XFmUgAuJgC1nAQ0LhJrCLGcGMsCcGFydGkObAkYb3JrZXI6eyaqESA2OTMuNjk4MzIFMh3xpX8MYXNrXw6xCAAxpYsWZBOhjhw2MzM4MzgxcwkXDogXGDoyNzUuMzgWahIOVAsS8QwBLBg3MDI2NTU5tcEUMy42MTI2Ev8OCHA5NQmBCREUfSwgZmluWqcAGDQuMzU4NDUS/wtepwDJMgmnEDQ2LjQ3DucRHaQMNS43MRYZDy6iABg3MDIyNDUzGaIYNC4zMTQ3OSUSCaMZEl6CChQ0Dc5I1uRGzQQAq/5nBv5nBjpnBkmCWtEEeZ1aIQA9eWZqCYqOCS62AiZfCAA1XcESfhNRwXpJBhSSxxdV2PxGfAEAXlrGAIbnAIrDAARpZNX1EtIILGxvb3BzOjJw6CUYAQ==')\n# Resource_group: default\n;"] [2024/05/06 11:53:39.040 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449576021056552967\n# Query_time: 0.775515707\n# Parse_time: 0\n# Compile_time: 0.014140657\n# Rewrite_time: 0.002099466\n# Optimize_time: 0.009230295\n# Wait_TS: 0.000170329\n# Cop_time: 0.751852508 Process_time: 0.000562691 Wait_time: 0.000144976 Request_count: 2 Total_keys: 822 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 192 Rocksdb_key_skipped_count: 2216\n# Is_internal: true\n# Digest: 1419dc3f429d38aa633c567e9a7382c40500243679dfa77e81a8e3ecb9436ee2\n# Stats: tidb_ddl_job:pseudo[10000;0]\n# Num_cop_tasks: 2\n# Cop_proc_avg: 0.000281345 Cop_proc_p90: 0.000325963 Cop_proc_max: 0.000325963 Cop_proc_addr: 127.0.0.1:20161\n# Cop_wait_avg: 7.2488e-05 Cop_wait_p90: 9.3851e-05 Cop_wait_max: 9.3851e-05 Cop_wait_addr: 127.0.0.1:20161\n# Mem_max: 12684\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('/xa4MAkzXzEzCTAJNjY1Ni42NwlteXNxbC50aWRiX2RkbF9qb2Iuam9iX21ldGEsIG1GHQDwRnByb2Nlc3NpbmcJMAl0aW1lOjc1NC4xbXMsIGxvb3BzOjEsIENvbmN1cnJlbmN5OjUJMTEuOCBLQglOL0EKMQkxNF8xNAkwboAAGWMUOmRlc2MsTocAFGpvYl9pZBmDCDMuNR2DHAkwIEJ5dGVzEQgcCjIJMTdfMjcd+FRpbm5lciBqb2luLCBlcXVhbDpbZXEoWg4BOGlkLCBDb2x1bW4jMTUpXS53ADb6AGxidWlsZF9oYXNoX3RhYmxlOnt0b3RhbDoyLjAyAaAQZmV0Y2gVDgUuDDowc30RqBEIIAozCTZfMjkoQgFPACkBtjA0MDAJZ3JvdXAgYnk6FYtALCBmdW5jczpmaXJzdHJvdygVGggpLT4VDBGvCDEuOQWFNahQcGFydGlhbF93b3JrZXI6e3dhbGxfJdQcMS40MDM0NzgBtAhjb245zngsIHRhc2tfbnVtOjAsIHRvdF93YWl0OjYuNDE1MzQ5ATABFRhleGVjOjBzCSIFUhg2LjYxMjI4JaYobWF4OjEuMzQwMTcBMQhwOTUZDxR9LCBmaW5alQAUODA1NjY2ATRelQABoRGVHDIxLjMyNMK1DYcFlBA0LjY2NRUTBZoYOC4wNzY4NwVXCZoUNzUxMzQ0AWcJmxEQAH1BxAEEGAo0CTFfMzAxmSRub3QoaXNudWxsPYEhtwVgCDEuMgX2LXcICTM4UZ4gTi9BCjUJNl8zIaMIODAwPeNKiQJ5F1ISAyRzY2hlbWFfaWRzUh8ARY8JHkk0CG1pbhWuADhWLwIpnw24ACxqLwIcNTYzLjM5McIha16aAS4vAhgxLjgyODE4RV8hryWbMi8CGDEuOTkzOTAFIiGVFDQxOS45OSm6IZUZEHIxAhAwNDkxMiXaXpcALjECEDMxLjE4CWQVlhA1Ljk4OQXZARMl0RgzLjk0MTg4Re0BnBQ5OTAuMjIFJAGbFQ9ZLyA2CTMxXzM2CTAp5jhkYXRhOkhhc2hBZ2dfMzFxoAwzNzAuSa81cwxjb3BfYXEIOiB7YXMIIDEsBXIMIDEuMmk7JHJvY19rZXlzOiAtYAESGDogMjM2LjcFkgG2ZaMMIDUxLjGiYHByX2NhY2hlX2hpdF9yYXRpbzogMC4wMCyJkwVzCF9kdQUaGG46IDM4LjMFTSxtYXhfZGlzdHNxbF8uUQFIIDF9LCBycGNfaW5mbzp7Q29wOgGwDF9ycGPBEAB0oQQpPCwxLjE5bXN9fQkyNDOtpGEGADdhBgwxCTFfLSKV6/4IA5YIA0pmAMlhfRgAOCWnBGt2JR0EOntFCkGzLaw8fSwgc2Nhbl9kZXRhaWw6IKn5LZxANDExLCBnZXRfc25hcHNob3QpDQggMzYlV5hyb2Nrc2RiOiB7ZGVsZXRlX3NraXBwZWRfY291bnQ6IDk2LCBrZXk+FwAkMTEwOCwgYmxvY0EgEH19fSwgAZY+gwBBEghlc3MNczIaAqFnBGFpEY5VIQB0AefZDQwgMzc0RQFZ0RQ4CTQzXzOhBgwwCTEwgbqFYAA6LkgIfCwga2VlcCBvcmRlcjpmYWxzZSwgc3RhdHM6cHNldWRvelABQRgBBAQKM2E9HDQxKFByb2JloVYANhq7CABkYUcsU2VsZWN0aW9uXzQwBVISkggEMi6lvy2cACxiSAMIMy4zpedaRwMEMzIpoXlFCDkzLokOAGO+RQMENzZtfwBt7kUDZUUMMi44N21FADR9RSGPBDQwZUUxI0rZAgxyZW9yFrwJ/swCNswCBDcyjb3+zgKuzgI9oTbMAjWoAHQB513MCDUzNgWoWWAENQlBzAA5JTj+zAJ+zAI=')\n# Plan_digest: 29484af8ecb33bd721aada2a65e777d1777fbdefaa439f1f3bce3a7a45698fab\n# Binary_plan: tidb_decode_binary_plan('zxnwSQrKGQoNUHJvamVjdGlvbl8xMxKyGAoHU29ydF8xNBK6FwoLSGFzaEpvaW5fMjcSrAYKDlRhYmxlUmVhZGVyXzQxEu8DCgxTZWxlCUAYNDASlQEKEAUkUEZ1bGxTY2FuXzM5IQAAAADw7zBBKQEJ8G0AiMNAOAJAAkoXChUKBW15c3FsEgx0aWRiX2RkbF9qb2JSHmtlZXAgb3JkZXI6ZmFsc2UsIHN0YXRzOnBzZXVkb2ocdGlrdl90YXNrOnt0aW1lOjBzLCBsb29wczoxfXD///////////8BeP///wkMAAEFgywgZTFBKauqqqqqALoFgwRSGAV/AC4ufgAkLnJlb3JnaoACdGplAAgsIHMB2/CGZGV0YWlsOiB7dG90YWxfa2V5czogNDExLCBnZXRfc25hcHNob3RfdGltZTogNzIuNMK1cywgcm9ja3NkYjoge2RlbGV0ZV9za2lwcGVkX2NvdW50OiA5Niwga2V5X3NraXBwZWRfY291bnQ6IDExMDgsIGJsb2NrOiB7fX19LCB0aW1lX2RlMoUAHHByb2Nlc3NfCXUIMzI2BXQJoQh3YWkRjgw5My45CRoB5wx3YWxsDTIINTM2BagAfVZJASwaAQIhVVVVVZV09kA5TCgBQAFSEWRhdGE6U10NBFoVBYUcNzUyLjRtcywxoxRi1gFjb3ApwEQge251bTogMSwgbWF4OiAzLjMBKQHELU4EMCwBvAXWADouzgAFzAA6GceAY29wcl9jYWNoZV9oaXRfcmF0aW86IDAuMDAsIGJ1aWxkBXAIX2R1BRoYbjogNzYuMSUBqG1heF9kaXN0c3FsX2NvbmN1cnJlbmN5OiAxfSwgcnBjX2luZm86e0NvcDoBrRRfcnBjOjEFlgBhLTQoMi44N21zfX1w9AFdcxAS1w8KCmE/IEFnZ18yORKVDC4rAxAzMBKyCxkgEDM1EqYHNl4DEDM2EuoEHSIAMU5cAwA0Rdn+XAPuXANtXAAoYVwAAAEBBEC/aVwslAFncm91cCBieTptYeU2ZgMh4xxlc3NpbmcsIEofACRzY2hlbWFfaWRzUh8AEHRhYmxlCR4kZnVuY3M6bWluKEpHAERqb2JfaWQpLT5Db2x1bW4jMTj+2QNK2QMAM2ljAHL+1wOq1wMQMjM2LjdFvkLZAwQ1MU3YAHQ62QMYMzc0LjPCtV7ZAyAh3t3d3R0+90A5xmHWBA9kYdYISGFzRccMMzFaFmXUCDM3MIUmedUA2WLVAwwxLjI3btYDMs0AbdgVxsLYAwQzOAXmhVH62AMMMS4xOWXYAPMu2AMlKQitbPg6KQEAhP7vAr7vAlXTXd8INVoUJZ8IMS4xJXMEbG/lFUhisQJwYXJ0aWFsX3dvcmtlcjp7ufIUNTYzLjM5qQwuAAUcNSwgdGFza1+hoQAwhfApnBwxLjgyODE4OCHTIHRvdF9leGVjOuGCAQ0NfhA5OTM5MAUiodcYNDE5Ljk5NUWwCHA5NR0QFH0sIGZpblKXABwxLjA0OTEyNgFnXpcAAaMAbw2XEDMxLjE4CWQBFAWWEDUuOTg5BXcBEwWcHDMuOTQxODg5AVcBnBQ5OTAuMjIFJAGbFQ9a/wYp/QRI/i39CAC5QGUmKBZub3QoaXNudWxsNZgINSkpNY4EMjUBcC2OCHD8At0nJBoBASFEREREJGM+VQAEOGexQDHrBDUsje8cZmlyc3Ryb3cdbZnkWQUEOTIdd3IFAhgxLjQwMzQ3JbNebgEuBQIYNi40MTUzNCVHIVwlbzIFAhg2LjYxMjI4BfkhaRAxLjM0MEmWIWkVD3IDAhA4MDU2NqIDAhQyMS4zMjQlzBWUDDQuNjZZFkUDGDguMDc2ODcFVwmaEDc1MTM0EqMICZsREF4FAiT/////b0ENQSmsHk0KaAFAAVI8aW5uZXIgam9pbiwgZXF1YWw6W2VxKGKXBgQsIDXYBCldIiwJCDMuMS61AQA3Fr0IEGhhc2hfxfYAOhZtCgw6Mi4wJd4QZmV0Y2gVDgUuLDowc30hmSoiS80bHjqkAAA9So4A+YsUOmRlc2MsTpAH6UkdpSXYTdEFbAR9Wj5sAE73BwFIEG1ldGEsTmUAGYkVaQA0Ng4BCA1DbyahCUA1cJxeeP///////////wEYAQ==')\n# Resource_group: default\n;"] [2024/05/06 11:53:39.042 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449576021083029505\n# Query_time: 0.703562095\n# Parse_time: 0\n# Compile_time: 0.009099844\n# Rewrite_time: 0.001229916\n# Optimize_time: 0.004648372\n# Wait_TS: 0.000145234\n# Cop_time: 0.005277129 Process_time: 0.000257326 Wait_time: 0.000061451 Request_count: 2 Process_keys: 2 Total_keys: 114 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 53 Rocksdb_key_skipped_count: 267 Rocksdb_block_cache_hit_count: 14\n# Index_names: [tidb_global_task:state]\n# Is_internal: true\n# Digest: 1d875b0ee770651d98331d998cea95542744a1a372f1556653545c137ee53157\n# Stats: tidb_global_task:pseudo[10000;0]\n# Num_cop_tasks: 2\n# Cop_proc_avg: 0.000128663 Cop_proc_p90: 0.000200827 Cop_proc_max: 0.000200827 Cop_proc_addr: 127.0.0.1:20161\n# Cop_wait_avg: 3.0725e-05 Cop_wait_p90: 3.0905e-05 Cop_wait_max: 3.0905e-05 Cop_wait_addr: 127.0.0.1:20161\n# Mem_max: 15116\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Warnings: [{\"Level\":\"Note\",\"Message\":\"[t,state] remain after pruning paths for t given Prop{SortItems: [], TaskTp: copSingleReadTask}\",\"IsExtra\":true},{\"Level\":\"Note\",\"Message\":\"[t,state] remain after pruning paths for t given Prop{SortItems: [], TaskTp: copMultiReadTask}\",\"IsExtra\":true}]\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('yhKYMAkzXzcJMAkzMglteXNxbC50aWRiX2dsb2JhbF90YXNrLmlkLCBtVhsAASAQX2tleSxiIQAIeXBlYh0ADHN0YXRuHgAEZXBiOwAYcHJpb3JpdGZ5ACRjb25jdXJyZW5jaiQAIHJlYXRlX3RpbWaGADh0YXJnZXRfc2NvcGUJMQkBLEw6NjkxLjFtcywgbG9vcHM6MiwgQxluWDpPRkYJNC4zNCBLQglOL0EKMQkxNV85cmIBhs4AiqoAVGlkLCBvZmZzZXQ6MCwgY291bnQ6MzIZtAgwLjkdtAGjADURoxwyCTMwXzIwCUUGFTIMODkuMxkyHDMsIGluZGV4RRQUOiB7dG90QSEcaW1lOiA0LjglEChmZXRjaF9oYW5kbAUWBDc4AUBgYnVpbGQ6IDcuNDfCtXMsIHdhaXQ6IDIzLgEPHH0sIHRhYmxlTlcACDMuNQWzFG51bTogMQHUNdQwOiA1fSwgbmV4dDogewFRAF8FnRg6IDY4My40AXYFFQlbGGxvb2t1cF8NiBA4ODQuOBWJNiMARHJlc3A6IDIuNzNtc30JNi4wNzEjIDMJNDdfMTcoQgHNICkJMV8wCTYwCQVgBDp0LRsAOkXRACgFBlgpLCByYW5nZTpbImNhbmNlbGxpbmciLC4NACBdLCBbInBhdXMJGhEKCRcIZW5kDRcNCgUXEHJlc3VtCRgVCw0ZDHZlcnQRGhEMCRsIdW5uDRkNClBdLCBrZWVwIG9yZGVyOmZhbHNlLCABtihzOnBzZXVkbwkxCSXZDDQuMDchTEnoADMhggBwMakxlQhtYXghMgA5JaoMcHJvY4EQAHMlsAx0b3RfARIQOiAyMDAtdAEUIZsUOiAzMC45JYdoY29wcl9jYWNoZV9oaXRfcmF0aW86IDAuMDAsSTwFcwhfZHUFGhRuOiA5NjEFOSxtYXhfZGlzdHNxbF998Ew6IDF9LCBycGNfaW5mbzp7Q29wOgGvGF9ycGM6MSwBg1G6GDIuNTRtc31BhQhpa3YFaAQ6ewX7ADB13wFNKHNjYW5fZGV0YWlsVfsB2ghlc3My7wAEYWwyFwAgX3NpemU6IDYyEXUEa2UlGwwxMywghVYYbmFwc2hvdIWDDDogMTRlE2gsIHJvY2tzZGI6IHtkZWxldGVfc2tpcHBlZF9p1gggNTMhwgB5PhcAIDI2NywgYmxvY2GgOVENNQgxMn0J6QRtZV7LAAX6Nq0BBGFsJa8NGzW0JS8Md2FsbBUZGDguNcK1c32B8wEENAozCTE1XzE5KFByb2JlaTFmYwb+AQWKAQUIMi4yhY5JzAAyZswCCDEuN4XNIeAxsSXAJdsMOiA1NgXqCRNVywH9BVS6ywJpA+7KAknKDDEuNTL+ygKGygIMNDc2OQX5BGFsORtOygIAMkLKAmKYAp6XAi54AUKWAil/PpYCCDE4MjKUAhg0CTQ1XzE4Qr4Fig4FZh4EIAlOL0EJTi9BCg==')\n# Plan_digest: 48dcd4c11cce2eb90ac2d7fc6603c2db38527ca1df1c7148039e4a9a53cb66d9\n# Binary_plan: tidb_decode_binary_plan('pRTwUgqgFAoMUHJvamVjdGlvbl83Ep4RCgZUb3BOXzkS4g8KDkluZGV4TG9va1VwXzIwEtsGChFJbmRleFJhbmdlU2Nhbl8xNxoBASEAAAAAALiqQCkAAQmAAE5AMAE4AkACShwKGgoFbXlzcWwSAXQaDgoFc3RhdGUSCQdYUroBcmFuZ2U6WyJjYW5jZWxsaW5nIiwuDQAgXSwgWyJwYXVzCRoRCgkXCGVuZA0XDQoFFxByZXN1bQkYFQsNGQx2ZXJ0ERoRDAkbCHVubg0ZDQpQXSwga2VlcCBvcmRlcjpmYWxzZSwgAb3wPHM6cHNldWRvWhR0aW1lOjQuMDdtcywgbG9vcHM6M2LYAWNvcF90YXNrOiB7bnVtOiAxLCBtYXg6IDIuOTkBKiBwcm9jX2tleXMFGwx0b3RfARIoOiAyMDAuOMK1cywFFCR3YWl0OiAzMC45BROgY29wcl9jYWNoZV9oaXRfcmF0aW86IDAuMDAsIGJ1aWxkX3Rhc2tfZHUFGhRuOiA5NjEFOahtYXhfZGlzdHNxbF9jb25jdXJyZW5jeTogMX0sIHJwY19pbmZvOntDb3A6Aa8UX3JwYzoxBYMIYWxfBeI4Mi41NG1zfX1qyAJ0aWt2BWkEOnsFGwAwFfkBTjxzY2FuX2RldGFpbDoge3RvAUIB2whlc3My8AAEYWwyFwAgX3NpemU6IDYyEXYtHDwxMywgZ2V0X3NuYXBzaG90CY4QIDE0LjcF2phyb2Nrc2RiOiB7ZGVsZXRlX3NraXBwZWRfY291bnQ6IDUzLCBrZXk+FwAwMjY3LCBibG9jazogezlSDTUYMTJ9fX0sIAHeXssAARw6rgEEYWwlsA0bNbUlLwh3YWwtSSwgMzA4LjXCtXN9cP8RAQQBeBEKGP8BEsIGCgdlfEQxORKNAQoRVGFibGVSb3dJRFMhWwwxOCEAAQEEqslCZwMIDAoKeWcEUh52ugIEahwFmUWkRsgBVpwAKBoBAiG8dJMYBGzLEX0AQG3kCFJybWHgJC50aWRiX2dsb2JBOTRhc2sucHJpb3JpdHksIFohABRjcmVhdGUlNmIkADRpZCwgb2Zmc2V0OjAsICmmBDMybX0MMi4yOGFTaX0IMmLWYn0DDDEuNzEBKgBwWn0DCDU2LiGaRYMlzCGuDRMAY8J8A2m07nsDaXsMMS41MmV7AJL+ewNyewMMNDc2OQX6BGFscX1WewMEMi4+ewNiSQOeSAMueQFCRwMtk4F2fUcIMTgyZkUDHCHy8dv/zI2cMqYCEAFAAVoVZbgQNjg5LjNBCUkzEDNi7wFpwdBpDpG2BSsMIDQuOEU0LGZldGNoX2hhbmRsZQEWADdFdKV2EDogNy40KRSpsQQyMyUjgUNhvU5XAAwzLjU5AYIIbnVtxQIylgUoNX0sIG5leHQ6IHsBUQBfBZ0YOiA2ODMuNAE1BRUJWxhsb29rdXBfDYgIODg0zT5GIwAMcmVzcMGAHDczbXN9cMwwnXQcIevLO+L2BqI+LwH+1QPS1QMtowg5MC4lISmjDDJw5CIusQAUUTKiSF1RRrEABKACWmYEgUJaGwCBp0HyYn4ECHR5cGabBA4OCG4eAARlcGJYAIYbBfmrYkUAjj8FCHRhcuVEDGNvcGU1YAQxLkXYLWAIYg9DGW1MOk9GRnDcInj///////////8BGAE=')\n# Resource_group: default\n;"] [2024/05/06 11:53:39.045 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449576021069922308\n# Query_time: 0.732147859\n# Parse_time: 0\n# Compile_time: 0.029311682\n# Rewrite_time: 0.003985184\n# Optimize_time: 0.018070063\n# Wait_TS: 0.000183763\n# Cop_time: 0.011447037 Process_time: 0.00040755 Wait_time: 0.000207683 Request_count: 4 Process_keys: 4 Total_keys: 152 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 73 Rocksdb_key_skipped_count: 363 Rocksdb_block_cache_hit_count: 8\n# Index_names: [tidb_background_subtask:idx_exec_id,tidb_global_task:state]\n# Is_internal: true\n# Digest: 8e00fe5c3677d581b104159ff91d824e3be8160c4e4be058288db681abd1a134\n# Stats: tidb_global_task:pseudo[10000;0],tidb_background_subtask:pseudo[10000;0]\n# Num_cop_tasks: 4\n# Cop_proc_avg: 0.000101887 Cop_proc_p90: 0.000145355 Cop_proc_max: 0.000145355 Cop_proc_addr: 127.0.0.1:20161\n# Cop_wait_avg: 5.192e-05 Cop_wait_p90: 9.5605e-05 Cop_wait_max: 9.5605e-05 Cop_wait_addr: 127.0.0.1:20161\n# Mem_max: 74493\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Warnings: [{\"Level\":\"Note\",\"Message\":\"[st,idx_exec_id] remain after pruning paths for st given Prop{SortItems: [], TaskTp: rootTask}\",\"IsExtra\":true},{\"Level\":\"Note\",\"Message\":\"[t,state] remain after pruning paths for t given Prop{SortItems: [], TaskTp: rootTask}\",\"IsExtra\":true}]\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('2TKwMAkxNF8xMwkwCTEJbXlzcWwudGlkYl9nbG9iYWxfdGFzay5wcmlvcml0eSwgWiEAKGNyZWF0ZV90aW1lYiQAEGlkCTEJASKgOjY5NC43bXMsIGxvb3BzOjIJNC43MyBLQgkwIEJ5dGVzCjEJM18xNQlqkgAMaWQsIFqMAAGyDF9rZXlmIQAEeXBmpgAMc3RhdG4eAARlcGJYAIYmASBvbmN1cnJlbmNmnQCOSgEkdGFyZ2V0X3NjbwHJIENvbHVtbiMzNS5fAQAyPV8ILCBDGXkMOk9GRiFwADEhcCROL0EKMgk2XzE2Jf4gZ3JvdXAgYnk6WloBIXUkZnVuY3M6bWF4KB0lDGJhY2sBPRRuZF9zdWIhgQAuHewIKS0+FaQALA1BHGZpcnN0cm93LkYALnICEGlkKS0+HWI2HACeRgABikELZkwAESKiUgAIeXBlak4ARVopI37iAEVpZksABR+elgBRemZPABEinlIAXYdmVQAdJaJYAFmKalgAGSWeWAAMc3RlcGZRAAEenkoALl0DZlIALiYAeXgIMy45MngDTHBhcnRpYWxfd29ya2VyOnt3YWxspSUoOjY5My4yMDM5NTUBMR3xDDo1LCBFlWxudW06MSwgdG90X3dhaXQ6My40NjQyNTc0NTRzCRc0ZXhlYzozNTIuODY0wrUNFaVhASwwNTA0OTkyOXMsIG1heAVwEDA2OTE5pXgIcDk1MhIAFH0sIGZpbmKpABA4NzQwOXKpAAG1EakQNTguMTUVkAWlEDkuNDcyFRMVoxg4MzI1MDgyHaMQNzk5NTWFvBGjERIAfYGtAQQECjPBHRw4CTAJMC4wMl6yBoGrWj8EJV7+IAZaIAZ5Z1p9ADIzA14kAC7/AlokAEnSWh0ALp0CMq4GdqgFWcgEMi4l7u2fdkAGGDQJMTdfMjAxkFBpbm5lciBqb2luLCBlcXVhbDpbZXEu5gVKhAByzQABHRApIGVxKNFEADcBkMnzCDYpXS61AAAzYUwVtWhidWlsZF9oYXNoX3RhYmxlOnt0b3RhbDo2OTEJKihmZXRjaDo2OTAuOAE5BTAcOjQxMS4xwrVhExhwcm9iZTp7PY9N6ARhbGViVbgIMS40AUEJMAw0ODYuSf8FYBAgYW5kIHXBGHN9CTEwLjLhfB7sCBw1CTNfMjEoQgGuACkxRj3ZjjABSiQAHbYULCBjYXN0eoQBeRYwZG91YmxlIEJJTkFSWf28ADc5awAwMr8JIZAi2QgAOg5gCAgyLjYiYAgUNgkzMF8ydbAuRQBl6TWwEGluZGV4EnAKBDogKauJKgwgNjg0SZAlURhfaGFuZGxlCRcleCm5CCAyNoViJWwQIDQ2LjcpxiX8TlcACDQuNgWBoWkIIDEsMoUFLCA1fSwgbmV4dDogewFRAF8FnQF0ZRkFEwlZGGxvb2t1cF8NhAgxLjFFhUYhABRyZXNwOiChmQBtQQUIOS45QQUOgQkYNwk0N18yNVECGDFfMAkxMAkFXgw6c3QsKRgQOmlkeF+hTAxfaWQoDQhEKSwgcmFuZ2U6WyI6NDAwMCIsDQhQXSwga2VlcCBvcmRlcjpmYWxzZSwgDlEIHHM6cHNldWRvMYUINy4zxRAphAAzIQQAcDErMRfBPgwgMS44JSwMcHJvY6E8AHMlMqHzARIUOiAxMjYuKX8BFAH+DDogOTUNE2hjb3ByX2NhY2hlX2hpdF9yYXRpbzogMC4wMCwpvAVzCF9kdQUaDG46IDgpvcW6IF9kaXN0c3FsX13RTDogMX0sIHJwY19pbmZvOntDb3A6AbAMX3JwY+00DroMGGltZToxLjYhcRh9LCB0aWt2BWkEOnsFGgAwIoAMAU0oc2Nhbl9kZXRhaWxVfgHbCGVzczLwAARhbDIXAAxfc2l6QYsAMOWSBGFsDSwMOTUsIBKiCxhuYXBzaG90TckINTku6QaYcm9ja3NkYjoge2RlbGV0ZV9za2lwcGVkX2NvdW50OiA0Nywga2V5PhcAIDIzNSwgYmxvY2EiAH0J1QRtZV63AAXmNpoB4eIEYWkRjzWhJRsmnAgQIDMyMy4OUgj5dBw3CTFfMjcoUKESAClFo+V9BGluelYEQXVIZSwgInBlbmRpbmciLCAicnVubgELMCksIG5vdChpc251bGyCRwAMZXApKVG2CDIuOaWxSbYAMma2AggyLjJljiHJLZoaUgkBEgw6IDM5hSUlvE21DDU4LjiFRwBjvrUCADHNOf62AkG2FDIuMDFtcynh/rYCZrYCCDQxOQX7VbcAMVK2Agw0NS4zJRNZtrqEAi5oATaDAjVvPoMCCDE4NemHoSMBBBwKOAk0NV8yNkV9MiAFiusEZkQBAVsBBOmHADlR4hgwCTI5Ljk3LogHPoIO/aMuGwD5SF4hABIkDlodAG0wWh4A/l4K/l4KTl4KPlsILgwBDoULXk4IADZxzg6ACWWmdc9GrhAEMzTxLRJOCAAzDq8QKaEVRgw4OS42DoUJFUblsqnxNk8ICDQuMgUqNk4IDDQuMjEBQPHJADmlAgAs5coMOiAzMGUEwUcOSwpOVwAOpggSjwjxOTKxBlpQCAg0LjflgamWBVsAbDpRCAA35XlGIQAWUQgINjgyDowJFH0JMjEuNTElElIIBDMzLlIIADMeUggiUQhFawAoBQYqSQgMcGF1c6GeACwVCihdLCBbInJldmVydAkZGQwJG63QACy12qJ/CAA0KTEps3J+CAA2JSahtk7IBQgxNDUtriZ+CAQyOO1swskFBDg2Jez+yAWhyAAxDrgK/scFfscFBDYyNsYFBDU1UscFBDEzGo8JucdWfQgEMjYOPwoAeT59CAgxMjgmfQgmzgkasggANp6PCC6rATYMBjWyPgwGCDI0ORJSDbmtDo8IBDM1sa0OMguJDlZRCC6TBBJODiJKCAg0Ljdls0mCakoICDMuMAUpXoICADk+/QoAMhYDDsJ9AhAyMzUuOeVuBG1h/vwKEsYP/n4Cfn4CCDQ3NpJGCAQxMRpsCVl/HkYIQk0CADKaTQI5djpKAil9RkgCadpZSBJUCAQzNEVCLiIF/lMIFlMI')\n# Plan_digest: 19251e4d0852c3daee269dcb983554a856b9ab56b15a27ac9c282faeeb7e2e53\n# Binary_plan: tidb_decode_binary_plan('1TbACtA2CgdTb3J0XzEzErI1Cg1Qcm9qZWN0aW9uXzE1EqQyCgpIYXNoQWdnXzE2EscoCjIhABQ4EpklCgsBISRKb2luXzIwEsAQMkMAZDIxEsUOCg5JbmRleExvb2tVcF8yOBLNBQoRBRNAUmFuZ2VTY2FuXzI1GgEBIQABAQzQgUApAQj0mwEAACRAMAE4AkACSiUKIwoFbXlzcWwSAnN0GhYKC2lkeF9leGVjX2lkEgdleGVjX2lkUjdyYW5nZTpbIjo0MDAwIiwiOjQwMDAiXSwga2VlcCBvcmRlcjpmYWxzZSwgc3RhdHM6cHNldWRvWhR0aW1lOjcuMzdtcywgbG9vcHM6M2LZAWNvcF90YXNrOiB7bnVtOiAxLCBtYXg6IDEuODJtcywgcHJvY19rZXlzOiAxLCB0b3RfcHJvYzogMTI2LjbCtXMsIHRvdF93YWl0OiA5NS42wrVzLCBjb3ByX2NhY2hlX2hpdF9yYXRpbzogMC4wMCwgYnVpbGRfdGFza19kdXJhdGlvbjogODYuN8K1cywgbWF4X2Rpc3RzcWxfY29uY3VycmVuY3k6IDF9LCBycGNfaW5mbzp7Q29wOntudW1fcnBjOjEsIHRvdGFsX3RpbWU6MS42Nm1zfX1qtAJ0aWt2X3Rhc2s6e3RpbWU6MHMsIGxvb3BzOjF9LCBzY2FuX2RldGFpbDoge3RvdGFsX3Byb2Nlc3Nfa2V5FfEAYTYXACBfc2l6ZTogNjAF+mRhbF9rZXlzOiA5NSwgZ2V0X3NuYXBzaG90XwVywCA1OS4ywrVzLCByb2Nrc2RiOiB7ZGVsZXRlX3NraXBwZWRfY291bnQ6IDQ3LCBrZXk+FwBEMjM1LCBibG9jazoge319fSwgAVgAX1q3AAEcDDogMTI9mxRhbF93YWkRjwQ5NS2iJRsMd2FsbA00KDMyMy40wrVzfXD/EQEEAXgRCiT/ARK2BgoMU2VsbTdAMjcSjgEKEVRhYmxlUm93SURJ4QA2Sd4EVKVC3gIIDQoLXd4IUh5rcq0CBGocBZ9FlwB7BdQAMFW0ADFaogAIGgECCX4skKVAKaDbSxqjdZQ/aVwQUm5pbihlW0wudGlkYl9iYWNrZ3JvdW5kX3N1YgFmXC5zdGF0ZSwgInBlbmRpbmciLCAicnVubgELMCksIG5vdChpc251bGyCRwAMZXApKW1sEDIuOThtFbgIMmLZYmwDDDIuMjMBKgRwclZsAwwzOS43RUVhfyHOFDogNTguOAUTGGNvcHJfY2GmawMQMTExLjEFOxRtYXhfZGnubAMoMi4wMW1zfX1qgQJusgEILCBzoQFatQJpQAAxcU8hBQhlc3MFF21sCDQxOREeFS1KbAMMNDUuMwXZeWy6OgMuaQE2OQM1cAXofTkIMTg1JU9alwIcIY1EbI0y9XIylAIQAUABWhVF2BA2OTAuMiH7AGylkRAyYusBacFJSfwEIHud2BQgNjg0LjUBLChmZXRjaF9oYW5kbIGJDDg0LjQBFyBidWlsZDogMjYlBEknBDQ2RTqBN2GsTlcACDQuNgWCCG51baX+CGNvbrl2KDV9LCBuZXh0OiB7AVEAXwWdAYsFiQUTCVkYbG9va3VwXw2ECDEuMUXRRiEAPHJlc3A6IDMuNDZtc31wmp8uZQThHxipg8CnYxV0Pi8BCFKVAX7BAwxlcCwgdiQAHdoULCBjYXN0es4DgRpBcWgsIGRvdWJsZSBCSU5BUlkpLT5Db2x1bW4jMzc9xwA3IYQxxwQPQz1GFE9GRnDsFC5OBQSJEjZDCAg5Esg6QwgQMzYSigZCQwgIMzMaHkMIBLiasWUAPh5DCAgcChqxZRQBdBoOCgWF1gASCQcEUm0eOggMcGF1c4HZACwVCihdLCBbInJldmVydAkZGQwJG60LACy1FQBdgnAIABNF4E2bKRcIM2LYYgMFCDEuNiVBYf4hdPV+hRAQOiAxNDXFoIUIrQQEMjjtXMIEBQQ4No0q7gMFqQMAMWGUDH19asb+AgVyAgUENjIF+SJuCAA1Vm4IBDEz7d+5AlZuCAQyNiHBAHk+bggIMTI4Jm4I2VUaowgANp6ACC6sATZHBTWzPkcFEDI0OS41aoAICPkFCiqACBAzNRKNAUKACAQzNBYCCASquUIbAwgMCgp5G/5/CHJ/CCgEukApuR6F61H4PW2YBFIoVkAIFGdsb2JhbKWTBC5zLjkICDQuN6XRaTYIMmLUYjYDCDMuMAUqXjYDADnJDCY3CAAyIWQALMYxAxAyMzUuOcVY7jIDaTIAMm0yAJD+MgNyMgMINDc2kjUIBDEx5SIALH0zHjUIQgEDADKaAQM5dzr+Ail+RvwCiY9eQwgYiTvD1kvhjTJYAipDCAw4OS42LnwGAO5mQwgINC4yBSs2QggMNC4yMQFB8b0AOa1q4b4MOiAzMKUsbkMIIoMIrkQICDQuN6XyAWZaRQgENzIBl0YhABZFCAg2ODLhdQx9cK+sNkYIIAIh6SCU+SYBjz4yAQhS2wIqIggugAMEaWQyPQguGwAmBghaPAAMdHlwZWI+AOWDYh4AHHByaW9yaXR5YiEAFGNyZWF0ZRKkDWYkACZrCGIkAIFgYh0ACHRhchJOCwRjbwHJPhkJLgwBISdeDAkANioMCRL9CZG/QgwJBNwiKgwJQCHFqRolOc6UQCmJ0t7gC5OZDrUNZAFAAVJwaW5uZXIgam9pbiwgZXF1YWw6W2VxerMJcugAAR0QKSBlcSgivwkELCARCwg2KV0VwAAyNsAABJYBZRkQX2hhc2hJqQQ6exKYCww6NjkxCStlUAA6Ds0LEvINBTAIOjQxFmkNBH0soaAMYmU6ez2qBDo17dEAOg4MCxb5EAVQsdAUYmU6NDg25RQALAlgDCBhbmRlDQA6BTMsfXDUUSF+/VR9SBaVQj0BAMv+6QL+6QL+6QL+6QKK6QJ9z0oSED2sXRkS9wxi2QIE2CUu2QIYzqZn4m+alR6MCADwUdkEtwYOfRAQcCBieTodgz5nAyBmdW5jczptYXh68gIdqCqZDAQ1LA1BHGZpcnN0cm93LkYANmsACCktPoKHAH5GALEkZkwAESKemAChVWpOAKVzKSN+nAClgmZLAAUfnpYAsbBmTwARIp5SAL3hZlUAHSWiWADZFWpYABklnlgApURiMgIBHp5KAC52BmZSAC4mAHWICDMuOQ4ZCHGIGMwCcGFydGkObAkYb3JrZXI6eyagESA2OTMuMjAzOTVluh3xpYEMYXNrXw60CBZ9EhZXDqFdGDQyNTc0NTQabg4OhRcYOjM1Mi44Ng4jFaW55ZMFLBg1MDQ5OTI5tcMYMy4wNjkxORLcCAhwOTUFghESFH0sIGZpbmKpABA4NzQwOXKpAMk2CakMNTguMRpRCgRvdAmlDDkuNDcWbxYBExKCDwHPGDgzMjUwODIdoxA3OTk1NRJeCRGjERJehQoUNA3OSNbkRs4EAKv+agb+agY6agZJg1rSBHmeWiEAXSFiLwkyjgNaSAAutwImZQgANVXCADQ29hNCIwk2SgYUkscXVdj8RnwBAF5afgCG5wCKVwoEaWQdrkXOLGxvb3BzOjJw6CUYAQ==')\n# Resource_group: default\n;"] [2024/05/06 11:53:39.253 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=958a8637-d337-5bb1-a7f0-a440d652de89] [size=98315] [kvs=2809] [importedSize=294934] [importedCount=8434] [2024/05/06 11:53:39.255 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=4.701962596s] [] [2024/05/06 11:53:39.262 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=0] [memSize=167679] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:39.268 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=179] [key=diskquota-test.csv:0] [readDur=361.557692ms] [encodeDur=1.607562969s] [checksum="{cksum=13278823448959016481,size=349744,kvs=10000}"] [deliverDur=47.745021ms] [type=file] [takeTime=6.529341133s] [] [2024/05/06 11:53:39.269 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=54810] [kvs=1566] [files=1] [sstFileSize=19384] [file=/tmp/tidb/import-4000/24/958a8637-d337-5bb1-a7f0-a440d652de89.sst/daf5b402-98d2-4126-94e8-bf34b5a38f44.sst] [firstKey=7480000000000000B35F7280000000000020F3] [lastKey=7480000000000000B35F728000000000002710] [2024/05/06 11:53:39.269 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=24] [step=import] [subtask-id=47] [takeTime=6.58750859s] [] [2024/05/06 11:53:39.270 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=24] [step=import] [engine-id=0] [2024/05/06 11:53:39.270 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=24] [step=import] [engine-id=0] [2024/05/06 11:53:39.270 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_test_disk_quota`.`t`:0] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:39.274 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_test_disk_quota`.`t`:0] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [takeTime=3.990928ms] [] [2024/05/06 11:53:39.274 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:39.274 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_test_disk_quota`.`t`:0] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [2024/05/06 11:53:39.278 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:53:39.301 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=958a8637-d337-5bb1-a7f0-a440d652de89] ["region ranges"=1] [count=1566] [size=54810] [2024/05/06 11:53:39.302 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:53:39.341 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=958a8637-d337-5bb1-a7f0-a440d652de89] [size=54810] [kvs=1566] [importedSize=349744] [importedCount=10000] [2024/05/06 11:53:39.343 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=69.703415ms] [] [2024/05/06 11:53:39.348 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:53:39.370 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=958a8637-d337-5bb1-a7f0-a440d652de89] ["region ranges"=1] [count=1566] [size=54810] [2024/05/06 11:53:39.370 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:53:39.407 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=958a8637-d337-5bb1-a7f0-a440d652de89] [size=54810] [kvs=1566] [importedSize=404554] [importedCount=11566] [2024/05/06 11:53:39.409 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_test_disk_quota`.`t`:0] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [retryCnt=0] [takeTime=135.510027ms] [] [2024/05/06 11:53:39.409 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_test_disk_quota`.`t`:0] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [2024/05/06 11:53:39.416 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_test_disk_quota`.`t`:0] [engineUUID=958a8637-d337-5bb1-a7f0-a440d652de89] [takeTime=6.869223ms] [] [2024/05/06 11:53:39.417 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=24] [step=import] [engine-id=0] [2024/05/06 11:53:39.417 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_test_disk_quota`.`t`:-1] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:39.417 +00:00] [WARN] [table_import.go:562] ["disk quota exceeded"] [table=t] [import-id=24] [diskSize=860] [memSize=0] [quota=1] [largeEnginesCount=1] [inProgressLargeEnginesCount=0] [2024/05/06 11:53:39.420 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:39.420 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_test_disk_quota`.`t`:-1] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [takeTime=3.783019ms] [] [2024/05/06 11:53:39.420 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:39.421 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=92.945µs] [] [2024/05/06 11:53:39.421 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_test_disk_quota`.`t`:-1] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [2024/05/06 11:53:39.425 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:39.425 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_test_disk_quota`.`t`:-1] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [retryCnt=0] [takeTime=4.813961ms] [] [2024/05/06 11:53:39.425 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_test_disk_quota`.`t`:-1] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [2024/05/06 11:53:39.427 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_test_disk_quota`.`t`:-1] [engineUUID=2412f538-0a8b-5aeb-ad25-2c75702b9b27] [takeTime=1.052804ms] [] [2024/05/06 11:53:39.530 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=24] [step=import] [2024/05/06 11:53:39.545 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:39.545 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:39.545 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:53:39.545 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:53:39.546 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:53:39.545 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:53:39.545 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:53:39.546 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:39.546 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=1] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:39.546 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:39.546 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=1] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:39.546 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:39.546 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:53:39.549 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:53:39.549 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:39.549 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:39.549 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=1] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:39.549 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:39.549 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=24] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=6.945637662s] [] [2024/05/06 11:53:39.579 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=24] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:53:39.580 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=24] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:39.581 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=24] [curr-step=import] [next-step=post-process] [2024/05/06 11:53:39.582 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=24] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:53:39.668 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=24] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":11566,\"ColSizeMap\":{\"1\":21744,\"2\":21744}}"] [2024/05/06 11:53:39.670 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=24] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:53:39.670 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=24] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=26] [subtasks=1] [2024/05/06 11:53:39.840 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=24] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 11:53:39.915 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=24] [step=post-process] [subtask-id=48] [2024/05/06 11:53:39.916 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=24] [step=post-process] [subtask-id=48] [2024/05/06 11:53:39.916 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=24] [step=post-process] [subtask-id=48] [2024/05/06 11:53:39.926 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=24] [step=post-process] [subtask-id=48] [takeTime=10.223422ms] [] [2024/05/06 11:53:39.926 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=24] [step=post-process] [subtask-id=48] [groupId=-1] [size=349744] [kvs=10000] [checksum=13278823448959016481] [2024/05/06 11:53:39.926 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=24] [step=post-process] [subtask-id=48] [checksum="{cksum=13278823448959016481,size=349744,kvs=10000}"] [2024/05/06 11:53:39.926 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=24] [step=post-process] [subtask-id=48] [weight=30] [2024/05/06 11:53:39.927 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=24] [step=post-process] [subtask-id=48] [concurrency=15] [2024/05/06 11:53:39.937 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=179] [physicalTableID=179] [indexID=-1] [checksum=13278823448959016481] [totalKvs=10000] [totalBytes=349744] [2024/05/06 11:53:39.938 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=24] [step=post-process] [subtask-id=48] [local="{cksum=13278823448959016481,size=349744,kvs=10000}"] [2024/05/06 11:53:39.938 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=24] [step=post-process] [subtask-id=48] [takeTime=22.433135ms] [] [2024/05/06 11:53:39.938 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=24] [step=post-process] [subtask-id=48] [takeTime=22.759999ms] [] [2024/05/06 11:53:39.980 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=24] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:53:39.980 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=24] [step=post-process] [state=running] [] [2024/05/06 11:53:39.981 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=24] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=141.286799ms] [] [2024/05/06 11:53:39.984 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=24] [2024/05/06 11:53:40.034 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=24] [type=ImportInto] [2024/05/06 11:53:40.065 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=24] [2024/05/06 11:53:40.090 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 8.22018911\n# Parse_time: 0.00097491\n# Compile_time: 0.002145678\n# Rewrite_time: 0.000483689\n# Optimize_time: 0.004153654\n# Wait_TS: 0\n# DB: load_csv\n# Is_internal: false\n# Digest: b74ef18b8b91fbb6972ff394e46ac7dcd3c98c579d826ec6957bbe1c6cbbe3d4\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6OC4yMnMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6OC4yMnMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_test_disk_quota`.`t` FROM 'gs://test-load/diskquota-test.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH disk_quota=_UTF8MB4'1b';"] [2024/05/06 11:53:40.100 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:53:40.100 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=24] === RUN TestImportInto/TestGBK [2024/05/06 11:53:40.107 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=122] [cur_db=load_csv] [sql="DROP DATABASE IF EXISTS load_charset;"] [user=root@%] [2024/05/06 11:53:40.110 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=122] [cur_db=load_csv] [sql="CREATE DATABASE load_charset;"] [user=root@%] [2024/05/06 11:53:40.156 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:182, Type:create schema, State:queueing, SchemaState:none, SchemaID:181, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:40.115 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:40.156 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:182, Type:create schema, State:queueing, SchemaState:none, SchemaID:181, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:40.115 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE load_charset;"] [2024/05/06 11:53:40.202 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:53:40.219 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=182] [conn=2] [category=ddl] [job="ID:182, Type:create schema, State:queueing, SchemaState:none, SchemaID:181, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:40.115 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:40.309 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=122] [neededSchemaVersion=123] ["start time"=1.443401ms] [gotSchemaVersion=123] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:53:40.322 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=182] [version=123] [2024/05/06 11:53:40.353 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=123] ["take time"=54.667564ms] [job="ID:182, Type:create schema, State:done, SchemaState:public, SchemaID:181, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:40.115 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:40.397 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=182] [conn=2] [job="ID:182, Type:create schema, State:synced, SchemaState:public, SchemaID:181, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:40.115 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:40.426 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=182] [2024/05/06 11:53:40.426 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:40.430 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.321356535\n# Parse_time: 0.000331991\n# Compile_time: 0.00091404\n# Rewrite_time: 0.000046342\n# Optimize_time: 0.002041813\n# Wait_TS: 0.000534407\n# DB: load_csv\n# Is_internal: false\n# Digest: 57c1769775ec71b312ca9272bfda9dbbb71fbb1ce0cbb7a37842365c6d1d7996\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE DATABASE load_charset;"] [2024/05/06 11:53:40.433 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=123] [cur_db=load_csv] [sql="CREATE TABLE load_charset.gbk (\n\t\ti INT, j VARCHAR(255)\n\t\t) CHARACTER SET gbk;"] [user=root@%] [2024/05/06 11:53:40.482 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:184, Type:create table, State:queueing, SchemaState:none, SchemaID:181, TableID:183, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:40.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:40.482 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:184, Type:create table, State:queueing, SchemaState:none, SchemaID:181, TableID:183, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:40.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE load_charset.gbk (\n\t\ti INT, j VARCHAR(255)\n\t\t) CHARACTER SET gbk;"] [2024/05/06 11:53:40.532 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=184] [conn=2] [category=ddl] [job="ID:184, Type:create table, State:queueing, SchemaState:none, SchemaID:181, TableID:183, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:40.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:40.543 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 181, Table ID: 183, Table Name: gbk"] [2024/05/06 11:53:40.613 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=123] [neededSchemaVersion=124] ["start time"=2.893833ms] [gotSchemaVersion=124] [phyTblIDs="[183]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:40.629 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=184] [version=124] [2024/05/06 11:53:40.659 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=124] ["take time"=53.250239ms] [job="ID:184, Type:create table, State:done, SchemaState:public, SchemaID:181, TableID:183, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:40.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:40.740 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=184] [conn=2] [job="ID:184, Type:create table, State:synced, SchemaState:public, SchemaID:181, TableID:183, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:40.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:40.817 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=184] [2024/05/06 11:53:40.817 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:40.822 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.390633683\n# Parse_time: 0.000769854\n# Compile_time: 0.001398012\n# Rewrite_time: 0.000056724\n# Optimize_time: 0.002041813\n# Wait_TS: 0.000503149\n# DB: load_csv\n# Is_internal: false\n# Digest: cfbc6f5cd6277b5b9a7b31f86566840ecb6cd85611cb466d1d4d45b30752460f\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE load_charset.gbk ( i INT, j VARCHAR(255) ) CHARACTER SET gbk;"] [2024/05/06 11:53:40.824 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=124] [cur_db=load_csv] [sql="CREATE TABLE load_charset.utf8mb4 (\n\t\ti INT, j VARCHAR(255)\n\t\t) CHARACTER SET utf8mb4;"] [user=root@%] [2024/05/06 11:53:40.875 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:186, Type:create table, State:queueing, SchemaState:none, SchemaID:181, TableID:185, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:40.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:40.875 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:186, Type:create table, State:queueing, SchemaState:none, SchemaID:181, TableID:185, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:40.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE load_charset.utf8mb4 (\n\t\ti INT, j VARCHAR(255)\n\t\t) CHARACTER SET utf8mb4;"] [2024/05/06 11:53:40.957 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=186] [conn=2] [category=ddl] [job="ID:186, Type:create table, State:queueing, SchemaState:none, SchemaID:181, TableID:185, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:40.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:40.967 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 181, Table ID: 185, Table Name: utf8mb4"] [2024/05/06 11:53:41.040 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=124] [neededSchemaVersion=125] ["start time"=3.005614ms] [gotSchemaVersion=125] [phyTblIDs="[185]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:41.054 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=186] [version=125] [2024/05/06 11:53:41.086 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=125] ["take time"=54.030938ms] [job="ID:186, Type:create table, State:done, SchemaState:public, SchemaID:181, TableID:185, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:40.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:41.172 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=186] [conn=2] [job="ID:186, Type:create table, State:synced, SchemaState:public, SchemaID:181, TableID:185, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:40.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:41.212 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=186] [2024/05/06 11:53:41.212 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:41.217 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.394304067\n# Parse_time: 0.000773603\n# Compile_time: 0.001244531\n# Rewrite_time: 0.000061094\n# Optimize_time: 0.002041813\n# Wait_TS: 0.000476301\n# DB: load_csv\n# Is_internal: false\n# Digest: 8571b0835bd6580e6df533d1e89e5c4f1cdd6f8d878f83f3d4e14b8b1dbb3267\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE load_charset.utf8mb4 ( i INT, j VARCHAR(255) ) CHARACTER SET utf8mb4;"] [2024/05/06 11:53:41.267 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:41.491 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-load/gbk.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"character_set\":\"gbk\"}}"] [dist-task-enabled=true] [2024/05/06 11:53:41.897 +00:00] [INFO] [coprocessor.go:1384] ["[TIME_COP_WAIT] resp_time:386.544166ms txnStartTS:449576021908520964 region_id:28 store_addr:127.0.0.1:20161 stats:Cop:{num_rpc:1, total_time:386.4ms} kv_process_ms:0 kv_wait_ms:0 kv_read_ms:0 processed_versions:1 total_versions:1 rocksdb_delete_skipped_count:0 rocksdb_key_skipped_count:0 rocksdb_cache_hit_count:2 rocksdb_read_count:0 rocksdb_read_byte:0"] [2024/05/06 11:53:41.897 +00:00] [INFO] [coprocessor.go:1384] ["[TIME_COP_WAIT] resp_time:349.157531ms txnStartTS:449576021921890305 region_id:28 store_addr:127.0.0.1:20161 stats:Cop:{num_rpc:1, total_time:349.1ms} kv_process_ms:0 kv_wait_ms:0 kv_read_ms:0 processed_versions:0 total_versions:114 rocksdb_delete_skipped_count:53 rocksdb_key_skipped_count:270 rocksdb_cache_hit_count:18 rocksdb_read_count:0 rocksdb_read_byte:0"] [2024/05/06 11:53:41.897 +00:00] [INFO] [coprocessor.go:1384] ["[TIME_COP_WAIT] resp_time:400.201833ms txnStartTS:449576021908520963 region_id:14 store_addr:127.0.0.1:20161 stats:Cop:{num_rpc:1, total_time:400.1ms} kv_process_ms:0 kv_wait_ms:0 kv_read_ms:0 processed_versions:0 total_versions:423 rocksdb_delete_skipped_count:99 rocksdb_key_skipped_count:1141 rocksdb_cache_hit_count:0 rocksdb_read_count:0 rocksdb_read_byte:0"] [2024/05/06 11:53:41.900 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449576021908520964\n# Query_time: 0.395352499\n# Parse_time: 0\n# Compile_time: 0.003178453\n# Rewrite_time: 0.000586194\n# Optimize_time: 0.001344842\n# Wait_TS: 0\n# Cop_time: 0.388301297 Process_time: 0.000125232 Wait_time: 0.000067172 Request_count: 2 Process_keys: 2 Total_keys: 3 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 1 Rocksdb_key_skipped_count: 2 Rocksdb_block_cache_hit_count: 5\n# Index_names: [dist_framework_meta:PRIMARY]\n# Is_internal: true\n# Digest: 4b96d5d3b0100db751a03f5341c7ba207163251d820d8115aa60e75693b5e939\n# Stats: dist_framework_meta:pseudo[10000;0]\n# Num_cop_tasks: 2\n# Cop_proc_avg: 6.2616e-05 Cop_proc_p90: 6.4236e-05 Cop_proc_max: 6.4236e-05 Cop_proc_addr: 127.0.0.1:20161\n# Cop_wait_avg: 3.3586e-05 Cop_wait_p90: 3.5558e-05 Cop_wait_max: 3.5558e-05 Cop_wait_addr: 127.0.0.1:20161\n# Mem_max: 46022\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Warnings: [{\"Level\":\"Note\",\"Message\":\"[dist_framework_meta] remain after pruning paths for dist_framework_meta given Prop{SortItems: [], TaskTp: rootTask}\",\"IsExtra\":true}]\n# Succ: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('zA24MAkzXzEzCTAJMTAwMDAJbXlzcWwuZGlzdF9mcmFtZXdvcmtfbWV0YS5ob3N0LCBmIAAMcm9sZW4gAPBDY3B1X2NvdW50CTEJdGltZTozOTAuOW1zLCBsb29wczoyLCBDb25jdXJyZW5jeTo1CTE4LjAgS0IJTi9BCjEJMzBfMTIVpy5EAAAyMkQASGluZGV4X3Rhc2s6IHt0b3RhbF8FbhAgMS43NwEqLGZldGNoX2hhbmRsZQUWADQBFmBidWlsZDogMTMuN8K1cywgd2FpdDogOS4zAQ8cfSwgdGFibGVOVwAIMzg4AUAkbnVtOiAxLCBjbxnDLCA1fSwgbmV4dDogewFQAF8FnBQ6IDIuMDEBNAUUAHQFWRhsb29rdXBfDYYQMjkzLjgVhzYjAEByZXNwOiAzODcuN21zfQkxOTklIDIJNDZfMTAoQgHMECkJMV8wLdUFZAA6StUBACwpLyA6UFJJTUFSWSgh5HwpLCBrZWVwIG9yZGVyOnRydWUsIHN0YXRzOnBzZXVkbzF7ADEBgTG9ADMB+gBwMSAxDQhtYXghYgQxMwHuIHByb2Nfa2V5cyUoDHRvdF8BEgw6IDYxBeoBESERFDogMzUuNgUTaGNvcHJfY2FjaGVfaGl0X3JhdGlvOiAwLjAwLCmwBXAIX2R1BRoUbjogNDAuCU0MbWF4XwHvDHNxbF8ykgFEMX0sIHJwY19pbmZvOntDb3A6Aa0YX3JwYzoxLAGEUS8YMS4wM21zfSH6CGlrdgVpBDp7RUkAMBX1AU0oc2Nhbl9kZXRhaWxVcAHYCGVzczLtAARhbDIXACBfc2l6ZTogNTkRdSkZPDIsIGdldF9zbmFwc2hvdF8FcRAgMTYuNCURXHJvY2tzZGI6IHtkZWxldGVfc2tpcHBlZGlYJVgIa2V5PhYAGDIsIGJsb2NhEDlNZYoMOiAzfQnjBG1lXsUACYM5pQhhbF8hpw0YNawlJgh3YWxxbggyMDJlShB9CU4vQQEEQZ4kNV8xMShQcm9iZZqeAl2JEGZhbHNlVooCDDM4Ny5FYwBskUkEY29WjAIQMzg2LjVyjQIINC4yJWtdjwQxLtqPAgwzNC41BU3ujwJJjwG5ADT+kAKGkAIENDg2kAIAMV6QAgA5BdhZkABiXmECADKeYQI9eTpjAjGAPmMCRDE4OC4xwrVzfQlOL0EJTi9BCg==')\n# Plan_digest: cef718bcf4137307a8167e595941a92a260deb7dd9e1c9735bfba3ce3542de0f\n# Binary_plan: tidb_decode_binary_plan('3g6oCtkOCg1Qcm9qZWN0aW9uXzEzEpUNCg5JbmRleExvb2tVcF8xMhLDBQoQSQETXEZ1bGxTY2FuXzEwGgEBIQAAAADw7yBBKQEJ8LAAiMNAMAE4AkACSi8KLQoFbXlzcWwSE2Rpc3RfZnJhbWV3b3JrX21ldGEaDwoHUFJJTUFSWRIEaG9zdFIda2VlcCBvcmRlcjp0cnVlLCBzdGF0czpwc2V1ZG9aE3RpbWU6MS43bXMsIGxvb3BzOjNi1gFjb3BfdGFzazoge251bTogMSwgbWF4OiAxLjEzbXMsIHByb2Nfa2V5czogMSwgdG90X3Byb2M6IDYxwrVzLCABEcB3YWl0OiAzNS42wrVzLCBjb3ByX2NhY2hlX2hpdF9yYXRpbzogMC4wMCwgYnVpbGRfAXAIX2R1BRoUbjogNDAuCU0MbWF4XwHr0HNxbF9jb25jdXJyZW5jeTogMX0sIHJwY19pbmZvOntDb3A6e251bV9ycGM6MSwgdG90YWxfDd80MDNtc319ar8CdGlrdl8BagQ6ewUbBDBzEfcBTgBzIYEgZGV0YWlsOiB7CUIYcHJvY2VzczLuAARhbDIXACBfc2l6ZTogNTkRdlRrZXlzOiAyLCBnZXRfc25hcHNob3RfBXEQIDE2LjQlEnRyb2Nrc2RiOiB7ZGVsZXRlX3NraXBwZWRfY291bnQlWQhrZXk+FgAoMiwgYmxvY2s6IHs5Tg0yFDN9fX0sIAFnXsUAARwIOiA2KVkJ4CGoDRg1rSUmCHdhbC1ALCAyMDIuN8K1c31w/xEBBAF4EQpA/wESjQUKEVRhYmxlUm93SURJxwwxGgECRccIgKIpQscCCB4KHG7HAgRSHl22FGZhbHNlLDa3AgAVBckUMzg3LjNtNcIMMmLaAV65AhAzODYuNQErIc8toAAxJa8lyhQ6IDY0LjIll128BDEu2rwCDDM0LjUFTe68Akm8AbkANEW9AJL+vQJyvQIENDglDgRhbDkdVr0CADkF2QByVb0AYl6OAgAyno4CPXoEYWwykAIxgT6QAgwxODguQcQAfVaQAhwh8KANhx9wEzJ3AggBQAFRNww5MC4yQQwEbG+B8BAyYu4BaaGDiRhx+EViECAxLjc3ASssZmV0Y2hfaGFuZGxlBRYANAEWhbkMOiAxM2UeBCwgYUwQOiA5LjNlLQgsIHRhFE5XAAgzODgBQAhudW1l6DLXBCg1fSwgbmV4dDogewFQAF8FnBQ6IDIuMDEBNAUUAHQFWRhsb29rdXBfDYYQMjkzLjglnUYjABRyZXNwOiBhMBg3bXN9cNKXLr8DJS8EJ85CLwEIUmNtwWkALqF9OmgGAC7BXAQsIGYgAAxyb2xlbiAACGNwdYm2PZQAOQHfMZQEDUO960Q1cPSPAXj///////////8BGAE=')\n# Resource_group: default\n;"] [2024/05/06 11:53:41.900 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449576021921890305\n# Query_time: 0.363050234\n# Parse_time: 0\n# Compile_time: 0.009914945\n# Rewrite_time: 0.001410093\n# Optimize_time: 0.005023961\n# Wait_TS: 0.000173471\n# Cop_time: 0.34964673 Process_time: 0.000197019 Wait_time: 0.000027836 Request_count: 1 Total_keys: 114 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 53 Rocksdb_key_skipped_count: 270 Rocksdb_block_cache_hit_count: 18\n# Index_names: [tidb_global_task:state]\n# Is_internal: true\n# Digest: 1d875b0ee770651d98331d998cea95542744a1a372f1556653545c137ee53157\n# Stats: tidb_global_task:pseudo[10000;0]\n# Num_cop_tasks: 1\n# Cop_proc_avg: 0.000197019 Cop_proc_addr: 127.0.0.1:20161\n# Cop_wait_avg: 2.7836e-05 Cop_wait_addr: 127.0.0.1:20161\n# Mem_max: 4703\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Warnings: [{\"Level\":\"Note\",\"Message\":\"[t,state] remain after pruning paths for t given Prop{SortItems: [], TaskTp: copSingleReadTask}\",\"IsExtra\":true},{\"Level\":\"Note\",\"Message\":\"[t,state] remain after pruning paths for t given Prop{SortItems: [], TaskTp: copMultiReadTask}\",\"IsExtra\":true}]\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('iwyYMAkzXzcJMAkzMglteXNxbC50aWRiX2dsb2JhbF90YXNrLmlkLCBtVhsAASAQX2tleSxiIQAIeXBlYh0ADHN0YXRuHgAEZXBiOwAYcHJpb3JpdGZ5ACRjb25jdXJyZW5jaiQAIHJlYXRlX3RpbWaGADh0YXJnZXRfc2NvcGUJMAkBLEw6MzUwLjZtcywgbG9vcHM6MSwgQxluWDpPRkYJNC4zNCBLQglOL0EKMQkxNV85cmIBhs4AiqoAVGlkLCBvZmZzZXQ6MCwgY291bnQ6MzJetAAcCTAgQnl0ZXMFoxwyCTMwXzIwCUUGLjIAADQZ5hAyCTI1OR00kDMJNDdfMTcoQnVpbGQpCTFfMAk2MAl0YWJsZTp0LCBpbmRleDol4gAoBQZYKSwgcmFuZ2U6WyJjYW5jZWxsaW5nIiwuDQAgXSwgWyJwYXVzCRoRCgkXCGVuZA0XDQoFFxByZXN1bQkYFQsNGQx2ZXJ0ERoRDAkbCHVubg0ZDQpQXSwga2VlcCBvcmRlcjpmYWxzZSwgAbYcczpwc2V1ZG81FAw0OS45ORQAMSFoAHBlJlA6IHtudW06IDEsIG1heDogMzQ5LjIBKgxwcm9jYSMkczogMCwgdG90XwESHDogMTk3wrVzCRIkd2FpdDogMjcuOAUTcGNvcHJfY2FjaGVfaGl0X3JhdGlvOiAwLjAwLCBiIW8FcghfZHUFGhhuOiA0MS4yBTosbWF4X2Rpc3RzcWxffQJMOiAxfSwgcnBjX2luZm86e0NvcDoBrwxfcnBjAcUIdG90Ye0MaW1lOgG4KDFtc319LCB0aWt2BWoEOnsFGwQwc1XyQH0sIHNjYW5fZGV0YWlsOiB7CUIEa2UB5xQxMTQsIGdhNRxuYXBzaG90XwU/ECAxMi42BaZgcm9ja3NkYjoge2RlbGV0ZV9za2lwcGVkX0m1CCA1MyGQAHk+FwAEMjchAAhsb2MhbTkfDTUIMTh9CbUEbWU+lwAhcQhlc3MRhzl5CGFsXyF7DRk1gAX5DHdhbGwRGSw5NS45wrVzfQlOL0EBBAQKM2HUHDE5KFByb2JlSf1mQAX+3gN23gMBkAEEIAo0CTQ1XzE4CT6KA4LaAiAJTi9BCU4vQQo=')\n# Plan_digest: 48dcd4c11cce2eb90ac2d7fc6603c2db38527ca1df1c7148039e4a9a53cb66d9\n# Binary_plan: tidb_decode_binary_plan('zQ3wUgrIDQoMUHJvamVjdGlvbl83EsgKCgZUb3BOXzkSkQkKDkluZGV4TG9va1VwXzIwEqUGChFJbmRleFJhbmdlU2Nhbl8xNxoBASEAAAAAALiqQCkAAQl4AE5AOAJAAkocChoKBW15c3FsEgF0Gg4KBXN0YXRlEgkHWFK6AXJhbmdlOlsiY2FuY2VsbGluZyIsLg0AIF0sIFsicGF1cwkaEQoJFwhlbmQNFw0KBRcQcmVzdW0JGBULDRkMdmVydBEaEQwJGwh1bm4NGQ0KUF0sIGtlZXAgb3JkZXI6ZmFsc2UsIAG98D5zOnBzZXVkb1oVdGltZTozNDkuOW1zLCBsb29wczoxYtkBY29wX3Rhc2s6IHtudW06IDEsIG1heDogMzQ5LjIBK0Rwcm9jX2tleXM6IDAsIHRvdF8BEhw6IDE5N8K1cwkSJHdhaXQ6IDI3LjgFE4Bjb3ByX2NhY2hlX2hpdF9yYXRpbzogMC4wMCwgYnVpbGQFcghfZHUFGhhuOiA0MS4yBTrQbWF4X2Rpc3RzcWxfY29uY3VycmVuY3k6IDF9LCBycGNfaW5mbzp7Q29wOntudW1fcnBjOjEFhAhhbF8V4ywxbXN9fWqSAnRpa3YFawQ6ewUcBDBzFfoMfSwgc0EPKGRldGFpbDoge3RvAUMJ6EAxMTQsIGdldF9zbmFwc2hvdAlbECAxMi42BaeYcm9ja3NkYjoge2RlbGV0ZV9za2lwcGVkX2NvdW50OiA1Mywga2V5PhcABDI3IQEIbG9jIW45IA01GDE4fX19LCABqj6XACFyCGVzcxGHOXoIYWxfIXwNGTWBBfkId2FsLRQsIDI5NS45wrVzfXD/EQEEAXgRChj/ARKbAgoHZUZAMTkSbQoRVGFibGVSb3dJRFMhJAwxOCEAAQEEqsk6MAMIDAoKeTAEUh52gwJWewAoGgECIbx0kxgEbMsRXQBAZY0IUnJtYYkkLnRpZGJfZ2xvYiHhNGFzay5wcmlvcml0eSwgWiEAFGNyZWF0ZSUTYiQANGlkLCBvZmZzZXQ6MCwgKYEEMzJWowAcIfLx2//MjZwdoAgBQAFxUgw1MC40YSdpUgwycIMCPVkcIevLO+L2BqI2OwD+2wDO2wAdrwA2Ga8AMS6sABRRMqJIXVE+rAAEoAJaZwEhQ1obACGoYUtifwEIdHlwZpwBgbhuHgAEZXBiWACGHAKZVGJFAI5AAgh0YXKFIAxjb3BlWlsBCGIPQxltTDpPRkZw3CJ4////////////ARgB')\n# Resource_group: default\n;"] [2024/05/06 11:53:41.904 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449576021908520963\n# Query_time: 0.415995311\n# Parse_time: 0\n# Compile_time: 0.00865151\n# Rewrite_time: 0.001439112\n# Optimize_time: 0.005726726\n# Wait_TS: 0.000104566\n# Cop_time: 0.398172833 Process_time: 0.000594994 Wait_time: 0.000097667 Request_count: 2 Total_keys: 846 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 198 Rocksdb_key_skipped_count: 2282\n# Is_internal: true\n# Digest: 1419dc3f429d38aa633c567e9a7382c40500243679dfa77e81a8e3ecb9436ee2\n# Stats: tidb_ddl_job:pseudo[10000;0]\n# Num_cop_tasks: 2\n# Cop_proc_avg: 0.000297497 Cop_proc_p90: 0.000298764 Cop_proc_max: 0.000298764 Cop_proc_addr: 127.0.0.1:20161\n# Cop_wait_avg: 4.8833e-05 Cop_wait_p90: 4.9802e-05 Cop_wait_max: 4.9802e-05 Cop_wait_addr: 127.0.0.1:20161\n# Mem_max: 12681\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('rxe4MAkzXzEzCTAJNjY1Ni42NwlteXNxbC50aWRiX2RkbF9qb2Iuam9iX21ldGEsIG1GHQDwRnByb2Nlc3NpbmcJMAl0aW1lOjQwMi43bXMsIGxvb3BzOjEsIENvbmN1cnJlbmN5OjUJMTEuOCBLQglOL0EKMQkxNF8xNAkwboAAGWMUOmRlc2MsTocAFGpvYl9pZC6DAAAzHYMcCTAgQnl0ZXMRCBwKMgkxN18yNx34VGlubmVyIGpvaW4sIGVxdWFsOltlcShaDgE4aWQsIENvbHVtbiMxNSldHXcddXgsIGJ1aWxkX2hhc2hfdGFibGU6e3RvdGFsOjQwMS42ASoQZmV0Y2gZDwUwDDowc30RqBEIIAozCTZfMjkoQgFRACkBtjA0MDAJZ3JvdXAgYnk6FYtALCBmdW5jczpmaXJzdHJvdygVGggpLT4VDBmvCDEuNAGHNalQcGFydGlhbF93b3JrZXI6e3dhbGxfLdUYMC43NDIxMwXiCGNvbjnRiCwgdGFza19udW06MCwgdG90X3dhaXQ6Mi4wMDI4NzkyNzZzCRcYZXhlYzowcwkNBVYBJFgzMDU1NTYzcywgbWF4OjQwMC42NDU0OQGYCHA5NS4RABR9LCBmaW5anwAYMS4zMzE1MiX2Xp8AAasRnwAzQe4INMK1DY8FnBA1LjcyMhUTFaIMNTQ5MR2hHDEuMjkxNDI1GaIZEgB9QdYBBBgKNAkxXzMwMaskbm90KGlzbnVsbD2TACk5iQQwLgVPLYkICTM4UbEgTi9BCjUJNl8zIbYIODAwPfZKnAJ5KlIlAyBzY2hlbWFfaWQhbUbLA0WkCR5JRwhtaW4VrwA4VkICNrkAACxqQgIgMzk4LjY5NTIxBepeowEuQgIoMS45OTI3NDM4MjUupgEyQgIFJBA4NjcxNVFCAWgQNTk0NDNFC0FDLhIAckQCGDAuMzgwMjFy4wIuRAIQNDAuNDRZMUVEFDYuMDI1wlFXRUQBpBQ5MTI5ODgheE3lEDMwNzE4ZX4Bo0H3ERJZRCA2CTMxXzM2CTAp+jhkYXRhOkhhc2hBZ2dfMzFRPgXfQY1NPhQsIGNvcF9hlAg6IHthlgQgMWlcACABZgXdQSgYX2tleXM6IC1xARIUOiAyOTYuGdBlxxAgNDkuOAXQZGNvcHJfY2FjaGVfaGl0X3JhdGlvOiAwLjAwkeoBdAhfZHUFGhhuOiAyNC4zBTosbWF4X2Rpc3RzcWxfLvkBSCAxfSwgcnBjX2luZm86e0NvcDoBsQxfcnBjwTcAdKEtKUMBuiAxbXN9fQkyNDGtzGEbADdhGwwxCTFfLSO1E0rfAgHjyaoALE5CBs4dA0pmAMmJfS0AOCWoBGt2JR4EOntFEkHDLa48fSwgc2Nhbl9kZXRhaWw6IMkjLZ1ANDIzLCBnZXRfc25hcHNob3QpDhAgMjYuOSVamHJvY2tzZGI6IHtkZWxldGVfc2tpcHBlZF9jb3VudDogOTksIGtleT4XAAgxMTTBnwhsb2NBJBB9fX0sIAGYPoUALTIRdQA5XR2hhgRhaRGQVSQAdAHp2TYcIDQ1OS4xwrVd1BQ4CTQzXzOhHgwwCTEwgdGFdwA6LnIIfCwga2VlcCBvcmRlcjpmYWxzZSwgc3RhdHM6cHNldWRvelIBQRoBBAQKM2FAHDQxKFByb2JloW4ANhrlCABkYUooU2VsZWN0aW9uXzShqCEB5YtpAS2fZk0DDDEuNzFhdiElLa86TAMAOG051XQIIDQ3LbgAY75MAwQ1NiVIZcn6TAMMMS42MkpLAyGTBDQwZUsxJ0rfAgxyZW9yFuoJ/tICOtICBDcuqTb+0gK20gI9ozrSAjGqAHQB6S7SAgQ3NoXWWWYENQlB0gA5JTr+0gJ+0gI=')\n# Plan_digest: 29484af8ecb33bd721aada2a65e777d1777fbdefaa439f1f3bce3a7a45698fab\n# Binary_plan: tidb_decode_binary_plan('/xnwSQr6GQoNUHJvamVjdGlvbl8xMxLiGAoHU29ydF8xNBLqFwoLSGFzaEpvaW5fMjcSsgYKDlRhYmxlUmVhZGVyXzQxEvEDCgxTZWxlCUAYNDASlQEKEAUkUEZ1bGxTY2FuXzM5IQAAAADw7zBBKQEJ8G0AiMNAOAJAAkoXChUKBW15c3FsEgx0aWRiX2RkbF9qb2JSHmtlZXAgb3JkZXI6ZmFsc2UsIHN0YXRzOnBzZXVkb2ocdGlrdl90YXNrOnt0aW1lOjBzLCBsb29wczoxfXD///////////8BeP///wkMAAEFgywgZTFBKauqqqqqALoFgwRSGAV/AC4ufgAkLnJlb3JnaoICdGplAAgsIHMB2/CGZGV0YWlsOiB7dG90YWxfa2V5czogNDIzLCBnZXRfc25hcHNob3RfdGltZTogMjcuNcK1cywgcm9ja3NkYjoge2RlbGV0ZV9za2lwcGVkX2NvdW50OiA5OSwga2V5X3NraXBwZWRfY291bnQ6IDExNDEsIGJsb2NrOiB7fX19LCB0aW1lX2RlMoUAHHByb2Nlc3NfDXUMOTguOAV2CaMId2FpEZAMNDcuOQkaAekMd2FsbA00IDQ3Ni4zwrVzfVZLASwaAQIhVVVVVZV09kA5TigBQAFSEWRhdGE6U10PBFoWBYcQNDAxLjIFbARsbyWmFGLZAWNvcCnDWCB7bnVtOiAxLCBtYXg6IDEuNzFtcywgAcgtUgQwLAG+BdoEOiAy0gAF0AA6GcuAY29wcl9jYWNoZV9oaXRfcmF0aW86IDAuMDAsIGJ1aWxkBXMIX2R1BRoYbjogNTYuMQWZqG1heF9kaXN0c3FsX2NvbmN1cnJlbmN5OiAxfSwgcnBjX2luZm86e0NvcDoBsBRfcnBjOjEFmABhLTgoMS42Mm1zfX1w8QFdeRASgRAKCmFFIEFnZ18yORKtDC4xAxAzMBLJCxkgEDM1EqkHNmQDEDM2EuwEHSIAMU5iAwA0Rd/+YgPuYgNtYgAoYWIAAAEBBEC/aWIslAFncm91cCBieTptYes2bAMh5Rxlc3NpbmcsIEofACRzY2hlbWFfaWRzUh8AEHRhYmxlCR4kZnVuY3M6bWluKEpHAERqb2JfaWQpLT5Db2x1bW4jMTj+3wNO3wMANm1PAHL+3wOy3wMENi5pWUbfAwA5cfk+3wMENTlF9FrfAyAh3t3d3R0+90A5yGHcBA9kYdwISGFzRckMMzFaFWXaEDM5OC41Ya9x2QDbYtkDEDQwMC4yASsh9VbaAx3NcdoRxsLaAwQyNIXFhVb62gMBugAxRtsDJSoIrWz4OioBAIT+8gK+8gJV1l3iADUtoAG7MqABRMQCcGFydGlhbF93b3JrZXI6e7n6Ic0QNjk1MjEFMi4GBRw1LCB0YXNrX6GqrY7BSjA6MS45OTI3NDM4MjVzpQ0UX2V4ZWM64ZAEdG/NaQUkFDg2NzE1MymOBWgUNTk0NDMzRQ8EOTUyEgAUfSwgZmluUqEAAc4QMzgwMjFFSF6hAAGtAG9NQRA0MC40NHUiCZ4QNi4wMjWl9QEnRccBpBQ5MTI5ODgNowVqEDA3MTg0EaMuEgBuOwMIrUj+TREIALlAZTsoFm5vdChpc251bGw1rAg1KSlaogEIcPwC3T8kGgEBIUREREQkYz5WAAQ4Z7FYUQAENSytBxxmaXJzdHJvdx1umfxZGgQxLgXdcboAwmoaAgH9EDc0MjEzcnkBLhoCKDIuMDAyODc5Mjc2YhoCASQUMzA1NTU2URoBaBA2NDU0OS52AQ0RchgCGDEuMzMxNTJFUY4YAhQzNi42NzRVBUW2DDUuNzJZK0UYAaIMNTQ5MR2hGDEuMjkxNDJlI0G7EtwIDRJeGAIOhQoYb0ENQSmsqhp9CmgBQAFSPGlubmVyIGpvaW4sIGVxdWFsOltlcShiwQYELCA16gwpXVoTBaEENDAlkjHEADkW5QgQaGFzaF/lHgg6e3QOmwoFpgA2IVUQZmV0Y2gZDwUwLDowc30hmSoiS80bHjqkAAA9So4AocDptRQ6ZGVzYyxOugfpc1XjBDIuJZoNpwVsBH1aPmwATiEIAUgQbWV0YSxOZQAZiR1pADcB5g1pDGINQ28mywlANXCcXnj///////////8BGAE=')\n# Resource_group: default\n;"] [2024/05/06 11:53:42.017 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=25] [task-id=25] [data-size=69B] [thread-cnt=26] [global-sort=false] [2024/05/06 11:53:42.066 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=25] [2024/05/06 11:53:42.067 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=25] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=26] [2024/05/06 11:53:42.174 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=25] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:53:42.175 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=25] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:42.177 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=25] [curr-step=init] [next-step=import] [2024/05/06 11:53:42.196 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:42.199 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=gbk] [2024/05/06 11:53:42.199 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=gbk] [before=536870912000] [after=69] [2024/05/06 11:53:42.199 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=gbk] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=69] [cost=73.487µs] [2024/05/06 11:53:42.199 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=gbk] [takeTime=264.78µs] [] [2024/05/06 11:53:42.200 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=25] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:53:42.200 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=25] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=26] [subtasks=1] [2024/05/06 11:53:42.336 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=25] [mode=Import] [2024/05/06 11:53:42.356 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=25] [2024/05/06 11:53:42.371 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=25] [type=ImportInto] [remaining-slots=26] [2024/05/06 11:53:42.417 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=25] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 11:53:42.418 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=25] [step=import] [2024/05/06 11:53:42.419 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:42.428 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:53:42.428 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:53:42.429 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:42.429 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:53:42.430 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:42.430 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:42.430 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:53:42.430 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:53:42.430 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:42.479 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:53:42.481 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:53:42.482 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=gbk] [quota=374.2GB] [2024/05/06 11:53:42.482 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=25] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:53:42.482 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=gbk] [import-id=25] [disk-quota=348.5GiB] [2024/05/06 11:53:42.535 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=25] [step=import] [subtask-id=49] [2024/05/06 11:53:42.539 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_charset`.`gbk`:0] [engineUUID=bde291e2-5685-5f69-92ea-f9e2ed68f368] [2024/05/06 11:53:42.542 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_charset`.`gbk`:-1] [engineUUID=2007fb28-9e9f-5c54-bfb7-f2a048e6ea16] [2024/05/06 11:53:42.543 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=183] [2024/05/06 11:53:42.594 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=183] [key=gbk.csv:0] [2024/05/06 11:53:42.597 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=183] [key=gbk.csv:0] [readDur=1.332082ms] [encodeDur=1.188954ms] [checksum="{cksum=12169156294469719470,size=160,kvs=2}"] [deliverDur=302.976µs] [type=file] [takeTime=3.205143ms] [] [2024/05/06 11:53:42.598 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=25] [step=import] [subtask-id=49] [takeTime=62.592441ms] [] [2024/05/06 11:53:42.598 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=160] [kvs=2] [files=1] [sstFileSize=1093] [file=/tmp/tidb/import-4000/25/bde291e2-5685-5f69-92ea-f9e2ed68f368.sst/c622af98-cfd6-4d95-b60a-b2c91f72996d.sst] [firstKey=7480000000000000B75F728000000000000001] [lastKey=7480000000000000B75F728000000000000002] [2024/05/06 11:53:42.598 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=25] [step=import] [engine-id=0] [2024/05/06 11:53:42.598 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=25] [step=import] [engine-id=0] [2024/05/06 11:53:42.598 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_charset`.`gbk`:0] [engineUUID=bde291e2-5685-5f69-92ea-f9e2ed68f368] [2024/05/06 11:53:42.601 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_charset`.`gbk`:0] [engineUUID=bde291e2-5685-5f69-92ea-f9e2ed68f368] [takeTime=2.573952ms] [] [2024/05/06 11:53:42.601 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_charset`.`gbk`:0] [engineUUID=bde291e2-5685-5f69-92ea-f9e2ed68f368] [retryCnt=0] [2024/05/06 11:53:42.605 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:53:42.628 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=bde291e2-5685-5f69-92ea-f9e2ed68f368] ["region ranges"=1] [count=2] [size=160] [2024/05/06 11:53:42.628 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:53:42.644 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=bde291e2-5685-5f69-92ea-f9e2ed68f368] [size=160] [kvs=2] [importedSize=160] [importedCount=2] [2024/05/06 11:53:42.646 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_charset`.`gbk`:0] [engineUUID=bde291e2-5685-5f69-92ea-f9e2ed68f368] [retryCnt=0] [takeTime=45.109159ms] [] [2024/05/06 11:53:42.646 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_charset`.`gbk`:0] [engineUUID=bde291e2-5685-5f69-92ea-f9e2ed68f368] [2024/05/06 11:53:42.647 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_charset`.`gbk`:0] [engineUUID=bde291e2-5685-5f69-92ea-f9e2ed68f368] [takeTime=1.174405ms] [] [2024/05/06 11:53:42.647 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=25] [step=import] [engine-id=0] [2024/05/06 11:53:42.647 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_charset`.`gbk`:-1] [engineUUID=2007fb28-9e9f-5c54-bfb7-f2a048e6ea16] [2024/05/06 11:53:42.649 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_charset`.`gbk`:-1] [engineUUID=2007fb28-9e9f-5c54-bfb7-f2a048e6ea16] [takeTime=1.558495ms] [] [2024/05/06 11:53:42.649 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_charset`.`gbk`:-1] [engineUUID=2007fb28-9e9f-5c54-bfb7-f2a048e6ea16] [retryCnt=0] [2024/05/06 11:53:42.649 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2007fb28-9e9f-5c54-bfb7-f2a048e6ea16] [2024/05/06 11:53:42.649 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_charset`.`gbk`:-1] [engineUUID=2007fb28-9e9f-5c54-bfb7-f2a048e6ea16] [retryCnt=0] [takeTime=62.585µs] [] [2024/05/06 11:53:42.649 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_charset`.`gbk`:-1] [engineUUID=2007fb28-9e9f-5c54-bfb7-f2a048e6ea16] [2024/05/06 11:53:42.650 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_charset`.`gbk`:-1] [engineUUID=2007fb28-9e9f-5c54-bfb7-f2a048e6ea16] [takeTime=970.037µs] [] [2024/05/06 11:53:42.693 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=25] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:53:42.694 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=25] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:42.695 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=25] [curr-step=import] [next-step=post-process] [2024/05/06 11:53:42.696 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=25] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:53:42.713 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=25] [step=import] [2024/05/06 11:53:42.717 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:42.717 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:53:42.717 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:53:42.717 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:42.717 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:53:42.717 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:53:42.717 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:42.717 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:53:42.717 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:42.717 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:42.717 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:42.717 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:42.717 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:53:42.719 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:53:42.719 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:42.719 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:42.719 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:42.719 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:42.720 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=25] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=302.341273ms] [] [2024/05/06 11:53:42.773 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=25] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":2,\"ColSizeMap\":{\"1\":2,\"2\":98}}"] [2024/05/06 11:53:42.774 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=25] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:53:42.774 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=25] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=26] [subtasks=1] [2024/05/06 11:53:42.960 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=25] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 11:53:43.010 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=25] [step=post-process] [subtask-id=50] [2024/05/06 11:53:43.010 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=25] [step=post-process] [subtask-id=50] [2024/05/06 11:53:43.010 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=25] [step=post-process] [subtask-id=50] [2024/05/06 11:53:43.019 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=25] [step=post-process] [subtask-id=50] [takeTime=8.576683ms] [] [2024/05/06 11:53:43.019 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=25] [step=post-process] [subtask-id=50] [groupId=-1] [size=160] [kvs=2] [checksum=12169156294469719470] [2024/05/06 11:53:43.019 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=25] [step=post-process] [subtask-id=50] [checksum="{cksum=12169156294469719470,size=160,kvs=2}"] [2024/05/06 11:53:43.019 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=25] [step=post-process] [subtask-id=50] [weight=30] [2024/05/06 11:53:43.019 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=25] [step=post-process] [subtask-id=50] [concurrency=15] [2024/05/06 11:53:43.023 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=183] [physicalTableID=183] [indexID=-1] [checksum=12169156294469719470] [totalKvs=2] [totalBytes=160] [2024/05/06 11:53:43.024 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=25] [step=post-process] [subtask-id=50] [local="{cksum=12169156294469719470,size=160,kvs=2}"] [2024/05/06 11:53:43.024 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=25] [step=post-process] [subtask-id=50] [takeTime=13.798792ms] [] [2024/05/06 11:53:43.024 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=25] [step=post-process] [subtask-id=50] [takeTime=14.035565ms] [] [2024/05/06 11:53:43.071 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=25] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=111.205559ms] [] [2024/05/06 11:53:43.092 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=25] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:53:43.093 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=25] [step=post-process] [state=running] [] [2024/05/06 11:53:43.095 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=25] [2024/05/06 11:53:43.167 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=25] [type=ImportInto] [2024/05/06 11:53:43.173 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=25] [2024/05/06 11:53:43.202 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:53:43.202 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=25] [2024/05/06 11:53:43.316 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 2.097390997\n# Parse_time: 0.000601594\n# Compile_time: 0.001654446\n# Rewrite_time: 0.00039489\n# Optimize_time: 0.002041813\n# Wait_TS: 0\n# DB: load_csv\n# Is_internal: false\n# Digest: 366f6a89a6fc2abde0e7f87d5e3a8f2a04fc9cbaed14de3eec007915d595314d\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6Mi4wOXMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6Mi4wOXMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_charset`.`gbk` FROM 'gs://test-load/gbk.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH character_set=_UTF8MB4'gbk';"] [2024/05/06 11:53:43.340 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:43.343 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:53:43.553 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-load/gbk.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"character_set\":\"gbk\"}}"] [dist-task-enabled=true] [2024/05/06 11:53:43.692 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=26] [task-id=26] [data-size=69B] [thread-cnt=26] [global-sort=false] [2024/05/06 11:53:43.731 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=26] [2024/05/06 11:53:43.732 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=26] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=26] [2024/05/06 11:53:43.839 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=26] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:53:43.841 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=26] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:43.842 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=26] [curr-step=init] [next-step=import] [2024/05/06 11:53:43.862 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:43.865 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=utf8mb4] [2024/05/06 11:53:43.865 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=utf8mb4] [before=536870912000] [after=69] [2024/05/06 11:53:43.865 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=utf8mb4] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=69] [cost=64.611µs] [2024/05/06 11:53:43.865 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=utf8mb4] [takeTime=188.754µs] [] [2024/05/06 11:53:43.866 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=26] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:53:43.866 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=26] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=26] [subtasks=1] [2024/05/06 11:53:43.984 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=26] [mode=Import] [2024/05/06 11:53:44.003 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=26] [2024/05/06 11:53:44.030 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=26] [type=ImportInto] [remaining-slots=26] [2024/05/06 11:53:44.121 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=26] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 11:53:44.123 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=26] [step=import] [2024/05/06 11:53:44.124 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:44.133 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:53:44.133 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:53:44.133 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:44.134 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:53:44.135 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:44.135 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:53:44.135 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:44.135 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:53:44.135 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:44.150 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:53:44.152 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:53:44.152 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=utf8mb4] [quota=374.2GB] [2024/05/06 11:53:44.152 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=26] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:53:44.152 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=utf8mb4] [import-id=26] [disk-quota=348.5GiB] [2024/05/06 11:53:44.195 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=26] [step=import] [subtask-id=51] [2024/05/06 11:53:44.199 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:0] [engineUUID=26744e53-a2fb-5b15-b0f8-1a4e2c7f2f9b] [2024/05/06 11:53:44.202 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:-1] [engineUUID=e89504af-26b5-5340-ae2e-218c1dc24988] [2024/05/06 11:53:44.203 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=185] [2024/05/06 11:53:44.262 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=185] [key=gbk.csv:0] [2024/05/06 11:53:44.265 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=185] [key=gbk.csv:0] [readDur=1.35971ms] [encodeDur=884.243µs] [checksum="{cksum=12169156294469719470,size=160,kvs=2}"] [deliverDur=295.401µs] [type=file] [takeTime=2.91203ms] [] [2024/05/06 11:53:44.265 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=26] [step=import] [subtask-id=51] [takeTime=70.097335ms] [] [2024/05/06 11:53:44.265 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=160] [kvs=2] [files=1] [sstFileSize=1093] [file=/tmp/tidb/import-4000/26/26744e53-a2fb-5b15-b0f8-1a4e2c7f2f9b.sst/12cb3374-c8a9-44ec-9bd8-e0a2e2946a79.sst] [firstKey=7480000000000000B95F728000000000000001] [lastKey=7480000000000000B95F728000000000000002] [2024/05/06 11:53:44.266 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=26] [step=import] [engine-id=0] [2024/05/06 11:53:44.266 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=26] [step=import] [engine-id=0] [2024/05/06 11:53:44.266 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:0] [engineUUID=26744e53-a2fb-5b15-b0f8-1a4e2c7f2f9b] [2024/05/06 11:53:44.268 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:0] [engineUUID=26744e53-a2fb-5b15-b0f8-1a4e2c7f2f9b] [takeTime=2.35088ms] [] [2024/05/06 11:53:44.268 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:0] [engineUUID=26744e53-a2fb-5b15-b0f8-1a4e2c7f2f9b] [retryCnt=0] [2024/05/06 11:53:44.273 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:53:44.295 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=26744e53-a2fb-5b15-b0f8-1a4e2c7f2f9b] ["region ranges"=1] [count=2] [size=160] [2024/05/06 11:53:44.296 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:53:44.311 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=26744e53-a2fb-5b15-b0f8-1a4e2c7f2f9b] [size=160] [kvs=2] [importedSize=160] [importedCount=2] [2024/05/06 11:53:44.313 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:0] [engineUUID=26744e53-a2fb-5b15-b0f8-1a4e2c7f2f9b] [retryCnt=0] [takeTime=44.964102ms] [] [2024/05/06 11:53:44.313 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:0] [engineUUID=26744e53-a2fb-5b15-b0f8-1a4e2c7f2f9b] [2024/05/06 11:53:44.315 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:0] [engineUUID=26744e53-a2fb-5b15-b0f8-1a4e2c7f2f9b] [takeTime=1.188937ms] [] [2024/05/06 11:53:44.315 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=26] [step=import] [engine-id=0] [2024/05/06 11:53:44.315 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:-1] [engineUUID=e89504af-26b5-5340-ae2e-218c1dc24988] [2024/05/06 11:53:44.316 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:-1] [engineUUID=e89504af-26b5-5340-ae2e-218c1dc24988] [takeTime=1.534415ms] [] [2024/05/06 11:53:44.316 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:-1] [engineUUID=e89504af-26b5-5340-ae2e-218c1dc24988] [retryCnt=0] [2024/05/06 11:53:44.317 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=e89504af-26b5-5340-ae2e-218c1dc24988] [2024/05/06 11:53:44.317 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:-1] [engineUUID=e89504af-26b5-5340-ae2e-218c1dc24988] [retryCnt=0] [takeTime=63.176µs] [] [2024/05/06 11:53:44.317 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:-1] [engineUUID=e89504af-26b5-5340-ae2e-218c1dc24988] [2024/05/06 11:53:44.317 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:-1] [engineUUID=e89504af-26b5-5340-ae2e-218c1dc24988] [takeTime=859.341µs] [] [2024/05/06 11:53:44.374 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=26] [step=import] [2024/05/06 11:53:44.377 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:44.377 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:44.377 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:53:44.377 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:53:44.377 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:53:44.377 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:53:44.377 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:53:44.377 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:44.377 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:44.378 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:44.378 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:44.378 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:44.378 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:53:44.380 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:53:44.380 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:44.380 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:44.380 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:44.380 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:44.380 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=26] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=258.504769ms] [] [2024/05/06 11:53:44.463 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=26] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:53:44.465 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=26] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:44.466 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=26] [curr-step=import] [next-step=post-process] [2024/05/06 11:53:44.466 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=26] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:53:44.576 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=26] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":2,\"ColSizeMap\":{\"1\":2,\"2\":98}}"] [2024/05/06 11:53:44.579 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=26] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:53:44.579 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=26] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=26] [subtasks=1] [2024/05/06 11:53:44.751 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=26] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 11:53:44.801 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=26] [step=post-process] [subtask-id=52] [2024/05/06 11:53:44.801 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=26] [step=post-process] [subtask-id=52] [2024/05/06 11:53:44.801 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=26] [step=post-process] [subtask-id=52] [2024/05/06 11:53:44.811 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=26] [step=post-process] [subtask-id=52] [takeTime=9.161468ms] [] [2024/05/06 11:53:44.811 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=26] [step=post-process] [subtask-id=52] [groupId=-1] [size=160] [kvs=2] [checksum=12169156294469719470] [2024/05/06 11:53:44.811 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=26] [step=post-process] [subtask-id=52] [checksum="{cksum=12169156294469719470,size=160,kvs=2}"] [2024/05/06 11:53:44.811 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=26] [step=post-process] [subtask-id=52] [weight=30] [2024/05/06 11:53:44.811 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=26] [step=post-process] [subtask-id=52] [concurrency=15] [2024/05/06 11:53:44.821 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=185] [physicalTableID=185] [indexID=-1] [checksum=12169156294469719470] [totalKvs=2] [totalBytes=160] [2024/05/06 11:53:44.821 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=26] [step=post-process] [subtask-id=52] [local="{cksum=12169156294469719470,size=160,kvs=2}"] [2024/05/06 11:53:44.821 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=26] [step=post-process] [subtask-id=52] [takeTime=20.021982ms] [] [2024/05/06 11:53:44.821 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=26] [step=post-process] [subtask-id=52] [takeTime=20.215269ms] [] [2024/05/06 11:53:44.859 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=26] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:53:44.859 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=26] [step=post-process] [state=running] [] [2024/05/06 11:53:44.862 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=26] [2024/05/06 11:53:44.868 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=26] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=117.159303ms] [] [2024/05/06 11:53:44.925 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=26] [type=ImportInto] [2024/05/06 11:53:44.970 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=26] [2024/05/06 11:53:44.983 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.656709812\n# Parse_time: 0.000582556\n# Compile_time: 0.001358756\n# Rewrite_time: 0.000362739\n# Optimize_time: 0.001031216\n# Wait_TS: 0\n# DB: load_csv\n# Is_internal: false\n# Digest: 456657ccead4fe483db0b01bf04fee69e0a4728ba623fae84d7794bb531b116c\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS42NXMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS42NXMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_charset`.`utf8mb4` FROM 'gs://test-load/gbk.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH character_set=_UTF8MB4'gbk';"] [2024/05/06 11:53:44.993 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:53:44.993 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=26] [2024/05/06 11:53:44.997 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=125] [cur_db=load_csv] [sql="TRUNCATE TABLE load_charset.gbk;"] [user=root@%] [2024/05/06 11:53:45.039 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:188, Type:truncate table, State:queueing, SchemaState:none, SchemaID:181, TableID:183, RowCount:0, ArgLen:3, start time: 2024-05-06 11:53:44.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:45.039 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:188, Type:truncate table, State:queueing, SchemaState:none, SchemaID:181, TableID:183, RowCount:0, ArgLen:3, start time: 2024-05-06 11:53:44.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="TRUNCATE TABLE load_charset.gbk;"] [2024/05/06 11:53:45.080 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:53:45.110 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=188] [conn=2] [category=ddl] [job="ID:188, Type:truncate table, State:queueing, SchemaState:none, SchemaID:181, TableID:183, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:44.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:45.123 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 181, Table ID: 187, Table Name: gbk, Old Table ID: 183, Old Table Name: gbk"] [2024/05/06 11:53:45.177 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=125] [neededSchemaVersion=126] ["start time"=2.404617ms] [gotSchemaVersion=126] [phyTblIDs="[183,187]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 11:53:45.187 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=188] [version=126] [2024/05/06 11:53:45.223 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=126] ["take time"=53.499397ms] [job="ID:188, Type:truncate table, State:done, SchemaState:public, SchemaID:181, TableID:183, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:44.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:45.284 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=188] [tableIDs="[183]"] [comment="drop table: table ID"] [2024/05/06 11:53:45.293 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=188] [jobType="truncate table"] [2024/05/06 11:53:45.297 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=188] [conn=2] [job="ID:188, Type:truncate table, State:synced, SchemaState:public, SchemaID:181, TableID:183, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:44.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:45.412 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=188] [2024/05/06 11:53:45.413 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:45.417 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.422422763\n# Parse_time: 0.000861102\n# Compile_time: 0.001005878\n# Rewrite_time: 0.000041978\n# Optimize_time: 0.001834044\n# Wait_TS: 0.000491444\n# DB: load_csv\n# Is_internal: false\n# Digest: c8f29f40d190979c1f87d3d570bb2b003426b3619cdb4afc7b648989d16bb74a\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nTRUNCATE TABLE load_charset.gbk;"] [2024/05/06 11:53:45.433 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:45.639 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-load/utf8mb4.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"character_set\":\"utf8mb4\"}}"] [dist-task-enabled=true] [2024/05/06 11:53:45.727 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=27] [task-id=27] [data-size=101B] [thread-cnt=26] [global-sort=false] [2024/05/06 11:53:45.770 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=27] [2024/05/06 11:53:45.770 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=27] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=26] [2024/05/06 11:53:45.877 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=27] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:53:45.878 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=27] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:45.879 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=27] [curr-step=init] [next-step=import] [2024/05/06 11:53:45.904 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:45.907 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=gbk] [2024/05/06 11:53:45.907 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=gbk] [before=536870912000] [after=101] [2024/05/06 11:53:45.907 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=gbk] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=101] [cost=62.597µs] [2024/05/06 11:53:45.907 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=gbk] [takeTime=177.048µs] [] [2024/05/06 11:53:45.908 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=27] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:53:45.908 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=27] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=26] [subtasks=1] [2024/05/06 11:53:46.043 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=27] [mode=Import] [2024/05/06 11:53:46.065 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=27] [2024/05/06 11:53:46.086 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=27] [type=ImportInto] [remaining-slots=26] [2024/05/06 11:53:46.128 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=27] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 11:53:46.129 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=27] [step=import] [2024/05/06 11:53:46.131 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:46.139 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:53:46.139 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:53:46.140 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:46.140 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:53:46.141 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:46.141 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:46.141 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:53:46.141 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:53:46.141 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:46.155 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:53:46.157 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:53:46.157 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=gbk] [quota=374.2GB] [2024/05/06 11:53:46.157 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=27] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:53:46.157 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=gbk] [import-id=27] [disk-quota=348.5GiB] [2024/05/06 11:53:46.206 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=27] [step=import] [subtask-id=53] [2024/05/06 11:53:46.210 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_charset`.`gbk`:0] [engineUUID=bde291e2-5685-5f69-92ea-f9e2ed68f368] [2024/05/06 11:53:46.214 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_charset`.`gbk`:-1] [engineUUID=2007fb28-9e9f-5c54-bfb7-f2a048e6ea16] [2024/05/06 11:53:46.214 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=187] [2024/05/06 11:53:46.256 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=187] [key=utf8mb4.csv:0] [2024/05/06 11:53:46.261 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=187] [key=utf8mb4.csv:0] [readDur=1.625015ms] [encodeDur=1.558905ms] [checksum="{cksum=12169156294469719470,size=160,kvs=2}"] [deliverDur=338.289µs] [type=file] [takeTime=4.142761ms] [] [2024/05/06 11:53:46.262 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=27] [step=import] [subtask-id=53] [takeTime=55.397084ms] [] [2024/05/06 11:53:46.262 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=160] [kvs=2] [files=1] [sstFileSize=1093] [file=/tmp/tidb/import-4000/27/bde291e2-5685-5f69-92ea-f9e2ed68f368.sst/161dddcd-8610-49ec-9011-0846e47b7df6.sst] [firstKey=7480000000000000BB5F728000000000000001] [lastKey=7480000000000000BB5F728000000000000002] [2024/05/06 11:53:46.262 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=27] [step=import] [engine-id=0] [2024/05/06 11:53:46.262 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=27] [step=import] [engine-id=0] [2024/05/06 11:53:46.262 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_charset`.`gbk`:0] [engineUUID=bde291e2-5685-5f69-92ea-f9e2ed68f368] [2024/05/06 11:53:46.264 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_charset`.`gbk`:0] [engineUUID=bde291e2-5685-5f69-92ea-f9e2ed68f368] [takeTime=2.255346ms] [] [2024/05/06 11:53:46.265 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_charset`.`gbk`:0] [engineUUID=bde291e2-5685-5f69-92ea-f9e2ed68f368] [retryCnt=0] [2024/05/06 11:53:46.271 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:53:46.293 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=bde291e2-5685-5f69-92ea-f9e2ed68f368] ["region ranges"=1] [count=2] [size=160] [2024/05/06 11:53:46.293 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:53:46.310 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=bde291e2-5685-5f69-92ea-f9e2ed68f368] [size=160] [kvs=2] [importedSize=160] [importedCount=2] [2024/05/06 11:53:46.312 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_charset`.`gbk`:0] [engineUUID=bde291e2-5685-5f69-92ea-f9e2ed68f368] [retryCnt=0] [takeTime=46.972748ms] [] [2024/05/06 11:53:46.312 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_charset`.`gbk`:0] [engineUUID=bde291e2-5685-5f69-92ea-f9e2ed68f368] [2024/05/06 11:53:46.313 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_charset`.`gbk`:0] [engineUUID=bde291e2-5685-5f69-92ea-f9e2ed68f368] [takeTime=1.242823ms] [] [2024/05/06 11:53:46.313 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=27] [step=import] [engine-id=0] [2024/05/06 11:53:46.313 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_charset`.`gbk`:-1] [engineUUID=2007fb28-9e9f-5c54-bfb7-f2a048e6ea16] [2024/05/06 11:53:46.315 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_charset`.`gbk`:-1] [engineUUID=2007fb28-9e9f-5c54-bfb7-f2a048e6ea16] [takeTime=1.673718ms] [] [2024/05/06 11:53:46.315 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_charset`.`gbk`:-1] [engineUUID=2007fb28-9e9f-5c54-bfb7-f2a048e6ea16] [retryCnt=0] [2024/05/06 11:53:46.315 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2007fb28-9e9f-5c54-bfb7-f2a048e6ea16] [2024/05/06 11:53:46.315 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_charset`.`gbk`:-1] [engineUUID=2007fb28-9e9f-5c54-bfb7-f2a048e6ea16] [retryCnt=0] [takeTime=61.875µs] [] [2024/05/06 11:53:46.315 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_charset`.`gbk`:-1] [engineUUID=2007fb28-9e9f-5c54-bfb7-f2a048e6ea16] [2024/05/06 11:53:46.316 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_charset`.`gbk`:-1] [engineUUID=2007fb28-9e9f-5c54-bfb7-f2a048e6ea16] [takeTime=1.021146ms] [] [2024/05/06 11:53:46.367 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=27] [step=import] [2024/05/06 11:53:46.371 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:46.371 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:46.371 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:53:46.371 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:53:46.371 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:53:46.371 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:53:46.371 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:53:46.371 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:46.372 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:46.372 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:46.372 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:46.372 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:46.372 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:53:46.374 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:53:46.374 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:46.375 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:46.375 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:46.375 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:46.375 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=27] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=246.841913ms] [] [2024/05/06 11:53:46.391 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=27] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:53:46.393 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=27] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:46.394 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=27] [curr-step=import] [next-step=post-process] [2024/05/06 11:53:46.394 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=27] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:53:46.466 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=27] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":2,\"ColSizeMap\":{\"1\":2,\"2\":98}}"] [2024/05/06 11:53:46.468 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=27] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:53:46.468 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=27] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=26] [subtasks=1] [2024/05/06 11:53:46.664 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=27] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 11:53:46.721 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=27] [step=post-process] [subtask-id=54] [2024/05/06 11:53:46.722 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=27] [step=post-process] [subtask-id=54] [2024/05/06 11:53:46.722 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=27] [step=post-process] [subtask-id=54] [2024/05/06 11:53:46.730 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=27] [step=post-process] [subtask-id=54] [takeTime=8.196288ms] [] [2024/05/06 11:53:46.730 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=27] [step=post-process] [subtask-id=54] [groupId=-1] [size=160] [kvs=2] [checksum=12169156294469719470] [2024/05/06 11:53:46.730 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=27] [step=post-process] [subtask-id=54] [checksum="{cksum=12169156294469719470,size=160,kvs=2}"] [2024/05/06 11:53:46.730 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=27] [step=post-process] [subtask-id=54] [weight=30] [2024/05/06 11:53:46.730 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=27] [step=post-process] [subtask-id=54] [concurrency=15] [2024/05/06 11:53:46.734 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=187] [physicalTableID=187] [indexID=-1] [checksum=12169156294469719470] [totalKvs=2] [totalBytes=160] [2024/05/06 11:53:46.735 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=27] [step=post-process] [subtask-id=54] [local="{cksum=12169156294469719470,size=160,kvs=2}"] [2024/05/06 11:53:46.735 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=27] [step=post-process] [subtask-id=54] [takeTime=13.635961ms] [] [2024/05/06 11:53:46.735 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=27] [step=post-process] [subtask-id=54] [takeTime=13.845275ms] [] [2024/05/06 11:53:46.786 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=27] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=121.942045ms] [] [2024/05/06 11:53:46.792 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=27] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:53:46.792 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=27] [step=post-process] [state=running] [] [2024/05/06 11:53:46.795 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=27] [2024/05/06 11:53:46.843 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=27] [type=ImportInto] [2024/05/06 11:53:46.877 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=27] [2024/05/06 11:53:46.906 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:53:46.907 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=27] [2024/05/06 11:53:46.997 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.578127071\n# Parse_time: 0.000610828\n# Compile_time: 0.001711512\n# Rewrite_time: 0.00043733\n# Optimize_time: 0.001834044\n# Wait_TS: 0\n# DB: load_csv\n# Is_internal: false\n# Digest: 366f6a89a6fc2abde0e7f87d5e3a8f2a04fc9cbaed14de3eec007915d595314d\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS41N3MsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS41N3MsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_charset`.`gbk` FROM 'gs://test-load/utf8mb4.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH character_set=_UTF8MB4'utf8mb4';"] [2024/05/06 11:53:47.007 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:53:47.009 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=126] [cur_db=load_csv] [sql="TRUNCATE TABLE load_charset.gbk;"] [user=root@%] [2024/05/06 11:53:47.072 +00:00] [WARN] [pd.go:168] ["get timestamp too slow"] ["cost time"=40.298756ms] [2024/05/06 11:53:47.100 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:190, Type:truncate table, State:queueing, SchemaState:none, SchemaID:181, TableID:187, RowCount:0, ArgLen:3, start time: 2024-05-06 11:53:47.016 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:47.100 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:190, Type:truncate table, State:queueing, SchemaState:none, SchemaID:181, TableID:187, RowCount:0, ArgLen:3, start time: 2024-05-06 11:53:47.016 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="TRUNCATE TABLE load_charset.gbk;"] [2024/05/06 11:53:47.156 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=190] [conn=2] [category=ddl] [job="ID:190, Type:truncate table, State:queueing, SchemaState:none, SchemaID:181, TableID:187, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:47.016 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:47.169 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 181, Table ID: 189, Table Name: gbk, Old Table ID: 187, Old Table Name: gbk"] [2024/05/06 11:53:47.210 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=126] [neededSchemaVersion=127] ["start time"=2.779411ms] [gotSchemaVersion=127] [phyTblIDs="[187,189]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 11:53:47.222 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=190] [version=127] [2024/05/06 11:53:47.256 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=127] ["take time"=53.771494ms] [job="ID:190, Type:truncate table, State:done, SchemaState:public, SchemaID:181, TableID:187, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:47.016 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:47.329 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=190] [tableIDs="[187]"] [comment="drop table: table ID"] [2024/05/06 11:53:47.338 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=190] [jobType="truncate table"] [2024/05/06 11:53:47.344 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=190] [conn=2] [job="ID:190, Type:truncate table, State:synced, SchemaState:public, SchemaID:181, TableID:187, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:47.016 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:47.418 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=190] [2024/05/06 11:53:47.418 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:47.422 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.414174036\n# Parse_time: 0.000312501\n# Compile_time: 0.000883379\n# Rewrite_time: 0.00003736\n# Optimize_time: 0.001461553\n# Wait_TS: 0.000299265\n# DB: load_csv\n# Is_internal: false\n# Digest: c8f29f40d190979c1f87d3d570bb2b003426b3619cdb4afc7b648989d16bb74a\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nTRUNCATE TABLE load_charset.gbk;"] [2024/05/06 11:53:47.436 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:47.642 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-load/emoji.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"character_set\":\"utf8mb4\"}}"] [dist-task-enabled=true] [2024/05/06 11:53:47.725 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=28] [task-id=28] [data-size=61B] [thread-cnt=26] [global-sort=false] [2024/05/06 11:53:47.777 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=28] [2024/05/06 11:53:47.777 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=28] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=26] [2024/05/06 11:53:47.883 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=28] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:53:47.884 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=28] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:47.886 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=28] [curr-step=init] [next-step=import] [2024/05/06 11:53:47.904 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:47.907 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=gbk] [2024/05/06 11:53:47.907 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=gbk] [before=536870912000] [after=61] [2024/05/06 11:53:47.907 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=gbk] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=61] [cost=64.9µs] [2024/05/06 11:53:47.907 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=gbk] [takeTime=184.784µs] [] [2024/05/06 11:53:47.907 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=28] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:53:47.907 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=28] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=26] [subtasks=1] [2024/05/06 11:53:48.056 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=28] [mode=Import] [2024/05/06 11:53:48.074 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=28] [2024/05/06 11:53:48.097 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=28] [type=ImportInto] [remaining-slots=26] [2024/05/06 11:53:48.138 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=28] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 11:53:48.140 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=28] [step=import] [2024/05/06 11:53:48.141 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:48.149 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:53:48.149 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:53:48.149 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:48.149 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:53:48.150 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:48.150 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:48.150 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:53:48.150 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:53:48.151 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:48.165 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:53:48.166 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:53:48.166 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=gbk] [quota=374.2GB] [2024/05/06 11:53:48.166 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=28] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:53:48.166 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=gbk] [import-id=28] [disk-quota=348.5GiB] [2024/05/06 11:53:48.209 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=28] [step=import] [subtask-id=55] [2024/05/06 11:53:48.213 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_charset`.`gbk`:0] [engineUUID=bde291e2-5685-5f69-92ea-f9e2ed68f368] [2024/05/06 11:53:48.217 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_charset`.`gbk`:-1] [engineUUID=2007fb28-9e9f-5c54-bfb7-f2a048e6ea16] [2024/05/06 11:53:48.217 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=189] [2024/05/06 11:53:48.232 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=189] [key=emoji.csv:0] [2024/05/06 11:53:48.234 +00:00] [ERROR] [chunk_process.go:334] ["process chunk failed"] [type=ImportInto] [table-id=189] [key=emoji.csv:0] [takeTime=1.32502ms] [error="[Lightning:Restore:ErrEncodeKV]encode kv error in file emoji.csv:0 at offset 61: [table:1366]Incorrect string value '\\xF0\\x9F\\x98\\x80' for column 'j'"] [stack="github.com/pingcap/tidb/pkg/executor/importer.(*baseChunkProcessor).Process.func1\n\tpkg/executor/importer/chunk_process.go:334\ngithub.com/pingcap/tidb/pkg/executor/importer.(*baseChunkProcessor).Process\n\tpkg/executor/importer/chunk_process.go:354\ngithub.com/pingcap/tidb/pkg/executor/importer.ProcessChunkWithWriter\n\tpkg/executor/importer/engine_process.go:116\ngithub.com/pingcap/tidb/pkg/executor/importer.ProcessChunk\n\tpkg/executor/importer/engine_process.go:69\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*importMinimalTaskExecutor).Run\n\tpkg/disttask/importinto/subtask_executor.go:75\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*chunkWorker).HandleTask\n\tpkg/disttask/importinto/encode_and_sort_operator.go:197\ngithub.com/pingcap/tidb/pkg/resourcemanager/pool/workerpool.(*WorkerPool[...]).handleTaskWithRecover\n\tpkg/resourcemanager/pool/workerpool/workerpool.go:131\ngithub.com/pingcap/tidb/pkg/resourcemanager/pool/workerpool.(*WorkerPool[...]).runAWorker.func1\n\tpkg/resourcemanager/pool/workerpool/workerpool.go:147\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157"] [2024/05/06 11:53:48.234 +00:00] [ERROR] [task_executor.go:125] ["run subtask failed"] [type=ImportInto] [task-id=28] [step=import] [subtask-id=55] [takeTime=24.908909ms] [error="[Lightning:Restore:ErrEncodeKV]encode kv error in file emoji.csv:0 at offset 61: [table:1366]Incorrect string value '\\xF0\\x9F\\x98\\x80' for column 'j'"] [stack="github.com/pingcap/tidb/pkg/disttask/importinto.(*importStepExecutor).RunSubtask.func1\n\tpkg/disttask/importinto/task_executor.go:125\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*importStepExecutor).RunSubtask\n\tpkg/disttask/importinto/task_executor.go:187\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask.func1\n\tpkg/disttask/framework/taskexecutor/task_executor.go:413\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:414\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [2024/05/06 11:53:48.234 +00:00] [ERROR] [task_executor.go:549] [onError] [task-id=28] [task-type=ImportInto] [server-id=:4000] [error="[Lightning:Restore:ErrEncodeKV]encode kv error in file emoji.csv:0 at offset 61: [table:1366]Incorrect string value '\\xF0\\x9F\\x98\\x80' for column 'j'"] [errorVerbose="[Lightning:Restore:ErrEncodeKV]encode kv error in file emoji.csv:0 at offset 61: [table:1366]Incorrect string value '\\xF0\\x9F\\x98\\x80' for column 'j'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/executor/importer.(*chunkEncoder).encodeLoop\n\tpkg/executor/importer/chunk_process.go:286\ngithub.com/pingcap/tidb/pkg/executor/importer.(*baseChunkProcessor).Process.func3\n\tpkg/executor/importer/chunk_process.go:346\ngolang.org/x/sync/errgroup.(*Group).Go.func1\n\texternal/org_golang_x_sync/errgroup/errgroup.go:78\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).onError\n\tpkg/disttask/framework/taskexecutor/task_executor.go:549\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:428\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).onError\n\tpkg/disttask/framework/taskexecutor/task_executor.go:549\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:428\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [2024/05/06 11:53:48.235 +00:00] [ERROR] [task_executor.go:555] ["taskExecutor met first error"] [task-id=28] [task-type=ImportInto] [server-id=:4000] [error="[Lightning:Restore:ErrEncodeKV]encode kv error in file emoji.csv:0 at offset 61: [table:1366]Incorrect string value '\\xF0\\x9F\\x98\\x80' for column 'j'"] [errorVerbose="[Lightning:Restore:ErrEncodeKV]encode kv error in file emoji.csv:0 at offset 61: [table:1366]Incorrect string value '\\xF0\\x9F\\x98\\x80' for column 'j'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/executor/importer.(*chunkEncoder).encodeLoop\n\tpkg/executor/importer/chunk_process.go:286\ngithub.com/pingcap/tidb/pkg/executor/importer.(*baseChunkProcessor).Process.func3\n\tpkg/executor/importer/chunk_process.go:346\ngolang.org/x/sync/errgroup.(*Group).Go.func1\n\texternal/org_golang_x_sync/errgroup/errgroup.go:78\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).onError\n\tpkg/disttask/framework/taskexecutor/task_executor.go:555\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:428\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [2024/05/06 11:53:48.235 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:48.235 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:53:48.235 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:53:48.235 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:53:48.235 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:53:48.235 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:53:48.235 +00:00] [WARN] [task_executor.go:640] ["subtask failed"] [task-id=28] [task-type=ImportInto] [server-id=:4000] [error="[table:1366]Incorrect string value '\\xF0\\x9F\\x98\\x80' for column 'j'"] [2024/05/06 11:53:48.235 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:48.235 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:48.253 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=28] [step=import] [2024/05/06 11:53:48.256 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:48.256 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:48.256 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:48.256 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:48.256 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:53:48.258 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:53:48.258 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:48.258 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:48.258 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:48.258 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:48.258 +00:00] [INFO] [task_executor.go:309] ["execute task step failed"] [task-id=28] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=119.688775ms] [error="[Lightning:Restore:ErrEncodeKV]encode kv error in file emoji.csv:0 at offset 61: [table:1366]Incorrect string value '\\xF0\\x9F\\x98\\x80' for column 'j'"] [2024/05/06 11:53:48.258 +00:00] [ERROR] [task_executor.go:248] ["failed to handle task"] [task-id=28] [task-type=ImportInto] [server-id=:4000] [error="[Lightning:Restore:ErrEncodeKV]encode kv error in file emoji.csv:0 at offset 61: [table:1366]Incorrect string value '\\xF0\\x9F\\x98\\x80' for column 'j'"] [errorVerbose="[Lightning:Restore:ErrEncodeKV]encode kv error in file emoji.csv:0 at offset 61: [table:1366]Incorrect string value '\\xF0\\x9F\\x98\\x80' for column 'j'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/executor/importer.(*chunkEncoder).encodeLoop\n\tpkg/executor/importer/chunk_process.go:286\ngithub.com/pingcap/tidb/pkg/executor/importer.(*baseChunkProcessor).Process.func3\n\tpkg/executor/importer/chunk_process.go:346\ngolang.org/x/sync/errgroup.(*Group).Go.func1\n\texternal/org_golang_x_sync/errgroup/errgroup.go:78\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:248\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [2024/05/06 11:53:48.308 +00:00] [WARN] [scheduler.go:399] ["subtasks encounter errors"] [task-id=28] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [subtask-errs="[\"{error=\\\"[table:1366]Incorrect string value '\\\\\\\\xF0\\\\\\\\x9F\\\\\\\\x98\\\\\\\\x80' for column 'j'\\\"}\"]"] [2024/05/06 11:53:48.371 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=28] [type=ImportInto] [2024/05/06 11:53:48.398 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=28] [step=import] [state=reverting] [error="[table:1366]Incorrect string value '\\xF0\\x9F\\x98\\x80' for column 'j'"] [2024/05/06 11:53:48.400 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=28] [step=import] [mode=Normal] [2024/05/06 11:53:48.415 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=28] [2024/05/06 11:53:48.484 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=28] [2024/05/06 11:53:48.504 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:53:48.504 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=28] [2024/05/06 11:53:48.601 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:53:48.683 +00:00] [ERROR] [handle.go:109] ["task reverted"] [task-id=28] [error="[table:1366]Incorrect string value '\\xF0\\x9F\\x98\\x80' for column 'j'"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/handle.WaitTaskDoneOrPaused\n\tpkg/disttask/framework/handle/handle.go:109\ngithub.com/pingcap/tidb/pkg/executor.(*ImportIntoExec).waitTask\n\tpkg/executor/import_into.go:193\ngithub.com/pingcap/tidb/pkg/executor.(*ImportIntoExec).Next\n\tpkg/executor/import_into.go:140\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:410\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1211\ngithub.com/pingcap/tidb/pkg/executor.(*recordSet).Next\n\tpkg/executor/adapter.go:160\ngithub.com/pingcap/tidb/pkg/session.GetRows4Test\n\tpkg/session/tidb.go:346\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).QueryToErr\n\tpkg/testkit/testkit.go:265\ntests/realtikvtest/importintotest/importintotest_test.(*mockGCSSuite).TestGBK\n\ttests/realtikvtest/importintotest/import_into_test.go:544\nreflect.Value.call\n\tGOROOT/src/reflect/value.go:596\nreflect.Value.Call\n\tGOROOT/src/reflect/value.go:380\ngithub.com/stretchr/testify/suite.Run.func1\n\texternal/com_github_stretchr_testify/suite/suite.go:202\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595"] [2024/05/06 11:53:48.684 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.260731585\n# Parse_time: 0.000782475\n# Compile_time: 0.001611104\n# Rewrite_time: 0.000306659\n# Optimize_time: 0.001461553\n# Wait_TS: 0\n# DB: load_csv\n# Is_internal: false\n# Digest: 366f6a89a6fc2abde0e7f87d5e3a8f2a04fc9cbaed14de3eec007915d595314d\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: false\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkwCXRpbWU6MS4yNnMsIGxvb3BzOjEJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('RsAKQgoMSW1wb3J0SW50b18yOAFAAVIDTi9BWhN0aW1lOjEuMjZzLCBsb29wczoxcP//DQI0AXj///////////8BGAE=')\n# Resource_group: default\nIMPORT INTO `load_charset`.`gbk` FROM 'gs://test-load/emoji.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH character_set=_UTF8MB4'utf8mb4';"] === RUN TestImportInto/TestGeneratedColumnsAndTSVFile [2024/05/06 11:53:48.687 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=127] [cur_db=load_csv] [sql="DROP DATABASE IF EXISTS load_csv;"] [user=root@%] [2024/05/06 11:53:48.713 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:191, Type:drop schema, State:queueing, SchemaState:public, SchemaID:169, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:48.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:48.713 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:191, Type:drop schema, State:queueing, SchemaState:public, SchemaID:169, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:48.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="DROP DATABASE IF EXISTS load_csv;"] [2024/05/06 11:53:48.750 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=191] [conn=2] [category=ddl] [job="ID:191, Type:drop schema, State:queueing, SchemaState:public, SchemaID:169, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:48.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:48.828 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=127] [neededSchemaVersion=128] ["start time"=316.297µs] [gotSchemaVersion=128] [phyTblIDs="[175]"] [actionTypes="[2]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:53:48.841 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=191] [version=128] [2024/05/06 11:53:48.877 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=128] ["take time"=54.582896ms] [job="ID:191, Type:drop schema, State:running, SchemaState:write only, SchemaID:169, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:48.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:48.951 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=191] [conn=2] [category=ddl] [job="ID:191, Type:drop schema, State:running, SchemaState:write only, SchemaID:169, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:48.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:48.981 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=128] [neededSchemaVersion=129] ["start time"=189.941µs] [gotSchemaVersion=129] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:53:48.995 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=191] [version=129] [2024/05/06 11:53:49.031 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=129] ["take time"=53.666178ms] [job="ID:191, Type:drop schema, State:running, SchemaState:delete only, SchemaID:169, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:48.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:49.096 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=191] [conn=2] [category=ddl] [job="ID:191, Type:drop schema, State:running, SchemaState:delete only, SchemaID:169, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:48.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:49.129 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=129] [neededSchemaVersion=130] ["start time"=198.246µs] [gotSchemaVersion=130] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:53:49.140 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=191] [version=130] [2024/05/06 11:53:49.178 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=130] ["take time"=53.567804ms] [job="ID:191, Type:drop schema, State:done, SchemaState:none, SchemaID:169, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:48.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:49.228 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=191] [tableIDs="[175]"] [comment="drop schema: table IDs"] [2024/05/06 11:53:49.238 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=191] [jobType="drop schema"] [2024/05/06 11:53:49.242 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=191] [conn=2] [job="ID:191, Type:drop schema, State:synced, SchemaState:none, SchemaID:169, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:48.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:49.327 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=191] [2024/05/06 11:53:49.327 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:49.333 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.647511517\n# Parse_time: 0.000672901\n# Compile_time: 0.001069538\n# Rewrite_time: 0.000052885\n# Optimize_time: 0.001461553\n# Wait_TS: 0.00036277\n# Is_internal: false\n# Digest: 90823b624f9f7165ddb142ce332b9bfc34fed2bbf1bc11ef3d4787cd1598b726\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nDROP DATABASE IF EXISTS load_csv;"] [2024/05/06 11:53:49.335 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=130] [cur_db=] [sql="CREATE DATABASE load_csv;"] [user=root@%] [2024/05/06 11:53:49.368 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:193, Type:create schema, State:queueing, SchemaState:none, SchemaID:192, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:49.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:49.368 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:193, Type:create schema, State:queueing, SchemaState:none, SchemaID:192, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:49.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE load_csv;"] [2024/05/06 11:53:49.440 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=193] [conn=2] [category=ddl] [job="ID:193, Type:create schema, State:queueing, SchemaState:none, SchemaID:192, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:49.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:49.476 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=130] [neededSchemaVersion=131] ["start time"=1.088551ms] [gotSchemaVersion=131] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:53:49.488 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=193] [version=131] [2024/05/06 11:53:49.524 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=131] ["take time"=54.130513ms] [job="ID:193, Type:create schema, State:done, SchemaState:public, SchemaID:192, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:49.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:49.574 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=193] [conn=2] [job="ID:193, Type:create schema, State:synced, SchemaState:public, SchemaID:192, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:49.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:49.615 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=193] [2024/05/06 11:53:49.615 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:49.625 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=131] [cur_db=load_csv] [sql="CREATE TABLE load_csv.t_gen1 (a int, b int generated ALWAYS AS (a+1));"] [user=root@%] [2024/05/06 11:53:49.677 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:195, Type:create table, State:queueing, SchemaState:none, SchemaID:192, TableID:194, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:49.616 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE load_csv.t_gen1 (a int, b int generated ALWAYS AS (a+1));"] [2024/05/06 11:53:49.677 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:195, Type:create table, State:queueing, SchemaState:none, SchemaID:192, TableID:194, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:49.616 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:49.749 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=195] [conn=2] [category=ddl] [job="ID:195, Type:create table, State:queueing, SchemaState:none, SchemaID:192, TableID:194, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:49.616 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:49.758 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 192, Table ID: 194, Table Name: t_gen1"] [2024/05/06 11:53:49.848 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=131] [neededSchemaVersion=132] ["start time"=3.072764ms] [gotSchemaVersion=132] [phyTblIDs="[194]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:49.861 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=195] [version=132] [2024/05/06 11:53:49.894 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=132] ["take time"=54.505569ms] [job="ID:195, Type:create table, State:done, SchemaState:public, SchemaID:192, TableID:194, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:49.616 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:49.947 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=195] [conn=2] [job="ID:195, Type:create table, State:synced, SchemaState:public, SchemaID:192, TableID:194, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:49.616 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:49.995 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=195] [2024/05/06 11:53:49.996 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:50.000 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.37686883\n# Parse_time: 0.001246831\n# Compile_time: 0.001679118\n# Rewrite_time: 0.000061254\n# Optimize_time: 0.001461553\n# Wait_TS: 0.000390692\n# DB: load_csv\n# Is_internal: false\n# Digest: 44459012174f20922ebbeb279540a1f1e608def0e29395f245e4f8496bfb740e\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse load_csv;\nCREATE TABLE load_csv.t_gen1 (a int, b int generated ALWAYS AS (a+1));"] [2024/05/06 11:53:50.020 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:50.240 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gcs://test-bucket/generated_columns.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"fields_terminated_by\":\"\\t\"}}"] [dist-task-enabled=true] [2024/05/06 11:53:50.328 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=29] [task-id=29] [data-size=7B] [thread-cnt=26] [global-sort=false] [2024/05/06 11:53:50.369 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=29] [2024/05/06 11:53:50.369 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=29] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=26] [2024/05/06 11:53:50.476 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=29] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:53:50.478 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=29] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:50.479 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=29] [curr-step=init] [next-step=import] [2024/05/06 11:53:50.499 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:50.502 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t_gen1] [2024/05/06 11:53:50.502 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t_gen1] [before=536870912000] [after=7] [2024/05/06 11:53:50.502 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t_gen1] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=7] [cost=58.589µs] [2024/05/06 11:53:50.503 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t_gen1] [takeTime=166.041µs] [] [2024/05/06 11:53:50.503 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=29] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:53:50.503 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=29] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=26] [subtasks=1] [2024/05/06 11:53:50.630 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=29] [mode=Import] [2024/05/06 11:53:50.674 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=29] [2024/05/06 11:53:50.718 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=29] [type=ImportInto] [remaining-slots=26] [2024/05/06 11:53:50.762 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=29] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 11:53:50.764 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=29] [step=import] [2024/05/06 11:53:50.766 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:50.784 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:53:50.785 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:53:50.785 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:50.785 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:53:50.786 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:50.786 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:50.786 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:53:50.786 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:50.786 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:53:50.802 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:53:50.804 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:53:50.804 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t_gen1] [quota=374.2GB] [2024/05/06 11:53:50.804 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=29] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:53:50.804 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t_gen1] [import-id=29] [disk-quota=348.5GiB] [2024/05/06 11:53:50.857 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=29] [step=import] [subtask-id=56] [2024/05/06 11:53:50.862 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:0] [engineUUID=2338f157-c807-5664-9eae-1ae164d075d7] [2024/05/06 11:53:50.865 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:-1] [engineUUID=0063f486-3d5e-5c59-9865-8b1da5b97873] [2024/05/06 11:53:50.866 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=194] [2024/05/06 11:53:50.928 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=194] [key=generated_columns.csv:0] [2024/05/06 11:53:50.933 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=194] [key=generated_columns.csv:0] [readDur=1.869807ms] [encodeDur=1.835627ms] [checksum="{cksum=6725679395568127565,size=58,kvs=2}"] [deliverDur=326.787µs] [type=file] [takeTime=4.485597ms] [] [2024/05/06 11:53:50.934 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=29] [step=import] [subtask-id=56] [takeTime=76.078421ms] [] [2024/05/06 11:53:50.934 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=58] [kvs=2] [files=1] [sstFileSize=970] [file=/tmp/tidb/import-4000/29/2338f157-c807-5664-9eae-1ae164d075d7.sst/f42e8a03-f7f4-48bf-826d-09994305d983.sst] [firstKey=7480000000000000C25F728000000000000001] [lastKey=7480000000000000C25F728000000000000002] [2024/05/06 11:53:50.934 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=29] [step=import] [engine-id=0] [2024/05/06 11:53:50.934 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=29] [step=import] [engine-id=0] [2024/05/06 11:53:50.934 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:0] [engineUUID=2338f157-c807-5664-9eae-1ae164d075d7] [2024/05/06 11:53:50.937 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:0] [engineUUID=2338f157-c807-5664-9eae-1ae164d075d7] [takeTime=3.342461ms] [] [2024/05/06 11:53:50.938 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:0] [engineUUID=2338f157-c807-5664-9eae-1ae164d075d7] [retryCnt=0] [2024/05/06 11:53:50.943 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:53:50.965 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=2338f157-c807-5664-9eae-1ae164d075d7] ["region ranges"=1] [count=2] [size=58] [2024/05/06 11:53:50.966 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:53:50.982 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=2338f157-c807-5664-9eae-1ae164d075d7] [size=58] [kvs=2] [importedSize=58] [importedCount=2] [2024/05/06 11:53:50.984 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:0] [engineUUID=2338f157-c807-5664-9eae-1ae164d075d7] [retryCnt=0] [takeTime=46.845136ms] [] [2024/05/06 11:53:50.985 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:0] [engineUUID=2338f157-c807-5664-9eae-1ae164d075d7] [2024/05/06 11:53:50.986 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:0] [engineUUID=2338f157-c807-5664-9eae-1ae164d075d7] [takeTime=1.563167ms] [] [2024/05/06 11:53:50.986 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=29] [step=import] [engine-id=0] [2024/05/06 11:53:50.986 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:-1] [engineUUID=0063f486-3d5e-5c59-9865-8b1da5b97873] [2024/05/06 11:53:50.988 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:-1] [engineUUID=0063f486-3d5e-5c59-9865-8b1da5b97873] [takeTime=1.916892ms] [] [2024/05/06 11:53:50.988 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:-1] [engineUUID=0063f486-3d5e-5c59-9865-8b1da5b97873] [retryCnt=0] [2024/05/06 11:53:50.989 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=0063f486-3d5e-5c59-9865-8b1da5b97873] [2024/05/06 11:53:50.989 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:-1] [engineUUID=0063f486-3d5e-5c59-9865-8b1da5b97873] [retryCnt=0] [takeTime=83.342µs] [] [2024/05/06 11:53:50.989 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:-1] [engineUUID=0063f486-3d5e-5c59-9865-8b1da5b97873] [2024/05/06 11:53:50.990 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:-1] [engineUUID=0063f486-3d5e-5c59-9865-8b1da5b97873] [takeTime=948.699µs] [] [2024/05/06 11:53:51.042 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=29] [step=import] [2024/05/06 11:53:51.045 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:53:51.045 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:53:51.045 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:53:51.045 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:53:51.045 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:51.045 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:51.045 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:51.045 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:53:51.045 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:51.045 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:51.045 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:51.046 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:51.046 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:53:51.048 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:53:51.048 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:51.048 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:51.048 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:51.048 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:51.048 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=29] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=285.982555ms] [] [2024/05/06 11:53:51.101 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=29] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:53:51.103 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=29] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:51.104 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=29] [curr-step=import] [next-step=post-process] [2024/05/06 11:53:51.104 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=29] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:53:51.237 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=29] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":2,\"ColSizeMap\":{\"1\":2,\"2\":2}}"] [2024/05/06 11:53:51.239 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=29] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:53:51.239 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=29] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=26] [subtasks=1] [2024/05/06 11:53:51.409 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=29] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 11:53:51.458 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=29] [step=post-process] [subtask-id=57] [2024/05/06 11:53:51.458 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=29] [step=post-process] [subtask-id=57] [2024/05/06 11:53:51.458 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=29] [step=post-process] [subtask-id=57] [2024/05/06 11:53:51.468 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=29] [step=post-process] [subtask-id=57] [takeTime=9.866638ms] [] [2024/05/06 11:53:51.468 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=29] [step=post-process] [subtask-id=57] [groupId=-1] [size=58] [kvs=2] [checksum=6725679395568127565] [2024/05/06 11:53:51.468 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=29] [step=post-process] [subtask-id=57] [checksum="{cksum=6725679395568127565,size=58,kvs=2}"] [2024/05/06 11:53:51.469 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=29] [step=post-process] [subtask-id=57] [weight=30] [2024/05/06 11:53:51.469 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=29] [step=post-process] [subtask-id=57] [concurrency=15] [2024/05/06 11:53:51.474 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=194] [physicalTableID=194] [indexID=-1] [checksum=6725679395568127565] [totalKvs=2] [totalBytes=58] [2024/05/06 11:53:51.474 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=29] [step=post-process] [subtask-id=57] [local="{cksum=6725679395568127565,size=58,kvs=2}"] [2024/05/06 11:53:51.475 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=29] [step=post-process] [subtask-id=57] [takeTime=16.21742ms] [] [2024/05/06 11:53:51.475 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=29] [step=post-process] [subtask-id=57] [takeTime=16.468818ms] [] [2024/05/06 11:53:51.525 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=29] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=115.208687ms] [] [2024/05/06 11:53:51.614 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=29] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:53:51.614 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=29] [step=post-process] [state=running] [] [2024/05/06 11:53:51.617 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=29] [2024/05/06 11:53:51.674 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=29] [2024/05/06 11:53:51.697 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=29] [type=ImportInto] [2024/05/06 11:53:51.701 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:53:51.701 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=29] [2024/05/06 11:53:51.783 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:53:51.895 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.893759127\n# Parse_time: 0.00163864\n# Compile_time: 0.004173799\n# Rewrite_time: 0.001933716\n# Optimize_time: 0.001461553\n# Wait_TS: 0\n# DB: load_csv\n# Is_internal: false\n# Digest: 83c244a30775de79c2da78d12ca20e26f744714d783e2c7211e4d693aeabfd67\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS44OXMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS44OXMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_csv`.`t_gen1` FROM 'gcs://test-bucket/generated_columns.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH fields_terminated_by=_UTF8MB4' ';"] [2024/05/06 11:53:51.936 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:52.223 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"columns-and-vars\":\"(`a`)\",\"file-location\":\"gcs://test-bucket/generated_columns.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"fields_terminated_by\":\"\\t\"}}"] [dist-task-enabled=true] [2024/05/06 11:53:52.345 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=30] [task-id=30] [data-size=7B] [thread-cnt=26] [global-sort=false] [2024/05/06 11:53:52.391 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=30] [2024/05/06 11:53:52.391 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=30] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=26] [2024/05/06 11:53:52.501 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=30] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:53:52.503 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=30] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:52.504 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=30] [curr-step=init] [next-step=import] [2024/05/06 11:53:52.527 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:52.530 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t_gen1] [2024/05/06 11:53:52.531 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t_gen1] [before=536870912000] [after=7] [2024/05/06 11:53:52.531 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t_gen1] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=7] [cost=78.7µs] [2024/05/06 11:53:52.531 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t_gen1] [takeTime=195.557µs] [] [2024/05/06 11:53:52.531 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=30] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:53:52.531 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=30] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=26] [subtasks=1] [2024/05/06 11:53:52.674 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=30] [mode=Import] [2024/05/06 11:53:52.695 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=30] [2024/05/06 11:53:52.721 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=30] [type=ImportInto] [remaining-slots=26] [2024/05/06 11:53:52.767 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=30] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 11:53:52.769 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=30] [step=import] [2024/05/06 11:53:52.771 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:52.783 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:53:52.783 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:53:52.784 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:52.784 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:53:52.785 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:52.785 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:53:52.785 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:52.785 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:53:52.785 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:52.803 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:53:52.805 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:53:52.805 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t_gen1] [quota=374.2GB] [2024/05/06 11:53:52.805 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=30] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:53:52.805 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t_gen1] [import-id=30] [disk-quota=348.5GiB] [2024/05/06 11:53:52.849 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=30] [step=import] [subtask-id=58] [2024/05/06 11:53:52.853 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:0] [engineUUID=2338f157-c807-5664-9eae-1ae164d075d7] [2024/05/06 11:53:52.858 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:-1] [engineUUID=0063f486-3d5e-5c59-9865-8b1da5b97873] [2024/05/06 11:53:52.858 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=194] [2024/05/06 11:53:52.878 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=194] [key=generated_columns.csv:0] [2024/05/06 11:53:52.882 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=194] [key=generated_columns.csv:0] [readDur=1.448191ms] [encodeDur=1.639109ms] [checksum="{cksum=6725679395568127565,size=58,kvs=2}"] [deliverDur=316.781µs] [type=file] [takeTime=3.864388ms] [] [2024/05/06 11:53:52.883 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=58] [kvs=2] [files=1] [sstFileSize=970] [file=/tmp/tidb/import-4000/30/2338f157-c807-5664-9eae-1ae164d075d7.sst/c1369f40-441a-41fb-a6b9-346a16051a64.sst] [firstKey=7480000000000000C25F728000000000000001] [lastKey=7480000000000000C25F728000000000000002] [2024/05/06 11:53:52.883 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=30] [step=import] [subtask-id=58] [takeTime=34.43747ms] [] [2024/05/06 11:53:52.883 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=30] [step=import] [engine-id=0] [2024/05/06 11:53:52.883 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=30] [step=import] [engine-id=0] [2024/05/06 11:53:52.883 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:0] [engineUUID=2338f157-c807-5664-9eae-1ae164d075d7] [2024/05/06 11:53:52.886 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:0] [engineUUID=2338f157-c807-5664-9eae-1ae164d075d7] [takeTime=2.248797ms] [] [2024/05/06 11:53:52.886 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:0] [engineUUID=2338f157-c807-5664-9eae-1ae164d075d7] [retryCnt=0] [2024/05/06 11:53:52.891 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:53:52.933 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=2338f157-c807-5664-9eae-1ae164d075d7] ["region ranges"=1] [count=2] [size=58] [2024/05/06 11:53:52.935 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:53:52.958 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=2338f157-c807-5664-9eae-1ae164d075d7] [size=58] [kvs=2] [importedSize=58] [importedCount=2] [2024/05/06 11:53:52.961 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:0] [engineUUID=2338f157-c807-5664-9eae-1ae164d075d7] [retryCnt=0] [takeTime=74.809171ms] [] [2024/05/06 11:53:52.961 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:0] [engineUUID=2338f157-c807-5664-9eae-1ae164d075d7] [2024/05/06 11:53:52.962 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:0] [engineUUID=2338f157-c807-5664-9eae-1ae164d075d7] [takeTime=1.423617ms] [] [2024/05/06 11:53:52.963 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=30] [step=import] [engine-id=0] [2024/05/06 11:53:52.963 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:-1] [engineUUID=0063f486-3d5e-5c59-9865-8b1da5b97873] [2024/05/06 11:53:52.965 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:-1] [engineUUID=0063f486-3d5e-5c59-9865-8b1da5b97873] [takeTime=2.005385ms] [] [2024/05/06 11:53:52.965 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:-1] [engineUUID=0063f486-3d5e-5c59-9865-8b1da5b97873] [retryCnt=0] [2024/05/06 11:53:52.965 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=0063f486-3d5e-5c59-9865-8b1da5b97873] [2024/05/06 11:53:52.965 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:-1] [engineUUID=0063f486-3d5e-5c59-9865-8b1da5b97873] [retryCnt=0] [takeTime=67.55µs] [] [2024/05/06 11:53:52.965 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:-1] [engineUUID=0063f486-3d5e-5c59-9865-8b1da5b97873] [2024/05/06 11:53:52.966 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:-1] [engineUUID=0063f486-3d5e-5c59-9865-8b1da5b97873] [takeTime=1.335458ms] [] [2024/05/06 11:53:53.017 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=30] [step=import] [2024/05/06 11:53:53.021 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:53:53.021 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:53.021 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:53:53.021 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:53:53.021 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:53:53.021 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:53.021 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:53:53.021 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:53.021 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:53.021 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:53.021 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:53.021 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:53.021 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:53:53.023 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=30] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:53:53.024 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:53:53.024 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:53.024 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:53.024 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:53.024 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:53.024 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=30] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=256.462257ms] [] [2024/05/06 11:53:53.024 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=30] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:53.025 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=30] [curr-step=import] [next-step=post-process] [2024/05/06 11:53:53.025 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=30] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:53:53.104 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=30] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":2,\"ColSizeMap\":{\"1\":2,\"2\":2}}"] [2024/05/06 11:53:53.106 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=30] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:53:53.106 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=30] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=26] [subtasks=1] [2024/05/06 11:53:53.281 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=30] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 11:53:53.361 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=30] [step=post-process] [subtask-id=59] [2024/05/06 11:53:53.362 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=30] [step=post-process] [subtask-id=59] [2024/05/06 11:53:53.362 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=30] [step=post-process] [subtask-id=59] [2024/05/06 11:53:53.367 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=30] [step=post-process] [subtask-id=59] [takeTime=4.831618ms] [] [2024/05/06 11:53:53.367 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=30] [step=post-process] [subtask-id=59] [groupId=-1] [size=58] [kvs=2] [checksum=6725679395568127565] [2024/05/06 11:53:53.367 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=30] [step=post-process] [subtask-id=59] [checksum="{cksum=6725679395568127565,size=58,kvs=2}"] [2024/05/06 11:53:53.367 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=30] [step=post-process] [subtask-id=59] [weight=30] [2024/05/06 11:53:53.367 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=30] [step=post-process] [subtask-id=59] [concurrency=15] [2024/05/06 11:53:53.371 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=194] [physicalTableID=194] [indexID=-1] [checksum=6725679395568127565] [totalKvs=2] [totalBytes=58] [2024/05/06 11:53:53.372 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=30] [step=post-process] [subtask-id=59] [local="{cksum=6725679395568127565,size=58,kvs=2}"] [2024/05/06 11:53:53.372 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=30] [step=post-process] [subtask-id=59] [takeTime=10.533018ms] [] [2024/05/06 11:53:53.372 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=30] [step=post-process] [subtask-id=59] [takeTime=10.760174ms] [] [2024/05/06 11:53:53.417 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=30] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:53:53.417 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=30] [step=post-process] [state=running] [] [2024/05/06 11:53:53.418 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=30] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=137.688462ms] [] [2024/05/06 11:53:53.420 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=30] [2024/05/06 11:53:53.470 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=30] [type=ImportInto] [2024/05/06 11:53:53.498 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=30] [2024/05/06 11:53:53.521 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:53:53.521 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=30] [2024/05/06 11:53:53.606 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.685619214\n# Parse_time: 0.001245195\n# Compile_time: 0.002798054\n# Rewrite_time: 0.00150792\n# Optimize_time: 0.000969381\n# Wait_TS: 0\n# DB: load_csv\n# Is_internal: false\n# Digest: 270d30c701bd71ca11bf5517c378822c7f3ac846fed93f1da8ce212a30fa9320\n# Num_cop_tasks: 0\n# Mem_max: 4096\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS42OHMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS42OHMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_csv`.`t_gen1` (`a`) FROM 'gcs://test-bucket/generated_columns.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH fields_terminated_by=_UTF8MB4' ';"] [2024/05/06 11:53:53.615 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:53:53.643 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:53.853 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"columns-and-vars\":\"(`a`, @`1`)\",\"file-location\":\"gcs://test-bucket/generated_columns.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"fields_terminated_by\":\"\\t\"}}"] [dist-task-enabled=true] [2024/05/06 11:53:53.940 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=31] [task-id=31] [data-size=7B] [thread-cnt=26] [global-sort=false] [2024/05/06 11:53:53.978 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=31] [2024/05/06 11:53:53.978 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=31] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=26] [2024/05/06 11:53:54.086 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=31] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:53:54.088 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=31] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:54.089 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=31] [curr-step=init] [next-step=import] [2024/05/06 11:53:54.112 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:54.115 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t_gen1] [2024/05/06 11:53:54.115 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t_gen1] [before=536870912000] [after=7] [2024/05/06 11:53:54.115 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t_gen1] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=7] [cost=51.261µs] [2024/05/06 11:53:54.115 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t_gen1] [takeTime=168.643µs] [] [2024/05/06 11:53:54.116 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=31] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:53:54.116 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=31] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=26] [subtasks=1] [2024/05/06 11:53:54.272 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=31] [mode=Import] [2024/05/06 11:53:54.292 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=31] [2024/05/06 11:53:54.308 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=31] [type=ImportInto] [remaining-slots=26] [2024/05/06 11:53:54.356 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=31] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 11:53:54.357 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=31] [step=import] [2024/05/06 11:53:54.359 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:54.368 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:53:54.368 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:53:54.369 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:54.369 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:53:54.370 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:54.370 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:54.370 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:53:54.370 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:53:54.370 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:54.387 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:53:54.389 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:53:54.389 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t_gen1] [quota=374.2GB] [2024/05/06 11:53:54.389 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=31] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:53:54.389 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t_gen1] [import-id=31] [disk-quota=348.5GiB] [2024/05/06 11:53:54.436 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=31] [step=import] [subtask-id=60] [2024/05/06 11:53:54.441 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:0] [engineUUID=2338f157-c807-5664-9eae-1ae164d075d7] [2024/05/06 11:53:54.445 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:-1] [engineUUID=0063f486-3d5e-5c59-9865-8b1da5b97873] [2024/05/06 11:53:54.446 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=194] [2024/05/06 11:53:54.480 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=194] [key=generated_columns.csv:0] [2024/05/06 11:53:54.482 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=194] [key=generated_columns.csv:0] [readDur=1.033662ms] [encodeDur=950.935µs] [checksum="{cksum=6725679395568127565,size=58,kvs=2}"] [deliverDur=285.473µs] [type=file] [takeTime=2.61328ms] [] [2024/05/06 11:53:54.483 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=31] [step=import] [subtask-id=60] [takeTime=46.510835ms] [] [2024/05/06 11:53:54.483 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=58] [kvs=2] [files=1] [sstFileSize=970] [file=/tmp/tidb/import-4000/31/2338f157-c807-5664-9eae-1ae164d075d7.sst/7e9669f6-2d4a-40b4-a61d-d994ed1ec77e.sst] [firstKey=7480000000000000C25F728000000000000001] [lastKey=7480000000000000C25F728000000000000002] [2024/05/06 11:53:54.483 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=31] [step=import] [engine-id=0] [2024/05/06 11:53:54.483 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=31] [step=import] [engine-id=0] [2024/05/06 11:53:54.483 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:0] [engineUUID=2338f157-c807-5664-9eae-1ae164d075d7] [2024/05/06 11:53:54.485 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:0] [engineUUID=2338f157-c807-5664-9eae-1ae164d075d7] [takeTime=1.859179ms] [] [2024/05/06 11:53:54.485 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:0] [engineUUID=2338f157-c807-5664-9eae-1ae164d075d7] [retryCnt=0] [2024/05/06 11:53:54.491 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:53:54.513 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=2338f157-c807-5664-9eae-1ae164d075d7] ["region ranges"=1] [count=2] [size=58] [2024/05/06 11:53:54.513 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:53:54.532 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=2338f157-c807-5664-9eae-1ae164d075d7] [size=58] [kvs=2] [importedSize=58] [importedCount=2] [2024/05/06 11:53:54.534 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:0] [engineUUID=2338f157-c807-5664-9eae-1ae164d075d7] [retryCnt=0] [takeTime=48.131022ms] [] [2024/05/06 11:53:54.534 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:0] [engineUUID=2338f157-c807-5664-9eae-1ae164d075d7] [2024/05/06 11:53:54.535 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:0] [engineUUID=2338f157-c807-5664-9eae-1ae164d075d7] [takeTime=1.029524ms] [] [2024/05/06 11:53:54.535 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=31] [step=import] [engine-id=0] [2024/05/06 11:53:54.535 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:-1] [engineUUID=0063f486-3d5e-5c59-9865-8b1da5b97873] [2024/05/06 11:53:54.536 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:-1] [engineUUID=0063f486-3d5e-5c59-9865-8b1da5b97873] [takeTime=1.548165ms] [] [2024/05/06 11:53:54.536 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:-1] [engineUUID=0063f486-3d5e-5c59-9865-8b1da5b97873] [retryCnt=0] [2024/05/06 11:53:54.536 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=0063f486-3d5e-5c59-9865-8b1da5b97873] [2024/05/06 11:53:54.537 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:-1] [engineUUID=0063f486-3d5e-5c59-9865-8b1da5b97873] [retryCnt=0] [takeTime=58.87µs] [] [2024/05/06 11:53:54.537 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:-1] [engineUUID=0063f486-3d5e-5c59-9865-8b1da5b97873] [2024/05/06 11:53:54.538 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen1`:-1] [engineUUID=0063f486-3d5e-5c59-9865-8b1da5b97873] [takeTime=1.159922ms] [] [2024/05/06 11:53:54.638 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=31] [step=import] [2024/05/06 11:53:54.642 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:53:54.642 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:53:54.642 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:54.642 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:53:54.642 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:54.642 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:53:54.642 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:53:54.642 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:54.642 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:54.642 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:54.642 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:54.642 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:54.643 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:53:54.645 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:53:54.645 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:54.645 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:54.645 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:54.645 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:54.645 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=31] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=289.216383ms] [] [2024/05/06 11:53:54.706 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=31] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:53:54.708 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=31] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:54.709 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=31] [curr-step=import] [next-step=post-process] [2024/05/06 11:53:54.709 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=31] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:53:54.778 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=31] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":2,\"ColSizeMap\":{\"1\":2,\"2\":2}}"] [2024/05/06 11:53:54.779 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=31] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:53:54.779 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=31] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=26] [subtasks=1] [2024/05/06 11:53:54.934 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=31] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [2024/05/06 11:53:55.033 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=31] [step=post-process] [subtask-id=61] [2024/05/06 11:53:55.033 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=31] [step=post-process] [subtask-id=61] [2024/05/06 11:53:55.033 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=31] [step=post-process] [subtask-id=61] [2024/05/06 11:53:55.039 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=31] [step=post-process] [subtask-id=61] [takeTime=6.080552ms] [] [2024/05/06 11:53:55.039 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=31] [step=post-process] [subtask-id=61] [groupId=-1] [size=58] [kvs=2] [checksum=6725679395568127565] [2024/05/06 11:53:55.039 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=31] [step=post-process] [subtask-id=61] [checksum="{cksum=6725679395568127565,size=58,kvs=2}"] [2024/05/06 11:53:55.040 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=31] [step=post-process] [subtask-id=61] [weight=30] [2024/05/06 11:53:55.040 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=31] [step=post-process] [subtask-id=61] [concurrency=15] [2024/05/06 11:53:55.045 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=194] [physicalTableID=194] [indexID=-1] [checksum=6725679395568127565] [totalKvs=2] [totalBytes=58] [2024/05/06 11:53:55.046 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=31] [step=post-process] [subtask-id=61] [local="{cksum=6725679395568127565,size=58,kvs=2}"] [2024/05/06 11:53:55.046 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=31] [step=post-process] [subtask-id=61] [takeTime=12.831252ms] [] [2024/05/06 11:53:55.046 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=31] [step=post-process] [subtask-id=61] [takeTime=13.196694ms] [] [2024/05/06 11:53:55.095 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=31] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=26, Mem=16GiB]"] [takeTime=160.236335ms] [] [2024/05/06 11:53:55.103 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=31] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:53:55.103 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=31] [step=post-process] [state=running] [] [2024/05/06 11:53:55.106 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=31] [2024/05/06 11:53:55.151 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=31] [type=ImportInto] [2024/05/06 11:53:55.185 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=31] [2024/05/06 11:53:55.211 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:53:55.212 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=31] [2024/05/06 11:53:55.245 +00:00] [INFO] [slots.go:207] ["update slot capacity"] [old=52] [new=16] [2024/05/06 11:53:55.297 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:53:55.504 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.875660967\n# Parse_time: 0.000802797\n# Compile_time: 0.002730057\n# Rewrite_time: 0.001594398\n# Optimize_time: 0.00108328\n# Wait_TS: 0\n# DB: load_csv\n# Is_internal: false\n# Digest: 531f5f7c33b39ea234221fa5a52494ba6c41bc6c4550333784358ae7e80c5933\n# Num_cop_tasks: 0\n# Mem_max: 4096\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS44N3MsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS44N3MsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_csv`.`t_gen1` (`a`,@`1`) FROM 'gcs://test-bucket/generated_columns.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH fields_terminated_by=_UTF8MB4' ';"] [2024/05/06 11:53:55.517 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=132] [cur_db=load_csv] [sql="create table t_gen2 (a int generated ALWAYS AS (b+1), b int);"] [user=root@%] [2024/05/06 11:53:55.563 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:197, Type:create table, State:queueing, SchemaState:none, SchemaID:192, TableID:196, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:55.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:55.563 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:197, Type:create table, State:queueing, SchemaState:none, SchemaID:192, TableID:196, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:55.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t_gen2 (a int generated ALWAYS AS (b+1), b int);"] [2024/05/06 11:53:55.629 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=197] [conn=2] [category=ddl] [job="ID:197, Type:create table, State:queueing, SchemaState:none, SchemaID:192, TableID:196, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:55.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:55.639 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 192, Table ID: 196, Table Name: t_gen2"] [2024/05/06 11:53:55.690 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=132] [neededSchemaVersion=133] ["start time"=3.111906ms] [gotSchemaVersion=133] [phyTblIDs="[196]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:55.702 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=197] [version=133] [2024/05/06 11:53:55.736 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=133] ["take time"=53.416877ms] [job="ID:197, Type:create table, State:done, SchemaState:public, SchemaID:192, TableID:196, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:55.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:55.786 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=197] [conn=2] [job="ID:197, Type:create table, State:synced, SchemaState:public, SchemaID:192, TableID:196, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:55.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:55.866 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=197] [2024/05/06 11:53:55.866 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:55.871 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.356244812\n# Parse_time: 0.001004127\n# Compile_time: 0.001602091\n# Rewrite_time: 0.000053019\n# Optimize_time: 0.001046867\n# Wait_TS: 0.00072434\n# DB: load_csv\n# Is_internal: false\n# Digest: c0c1e655030eb7d9be0b5fece448345426beb9af37ebd689032048d6380d3a0c\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ncreate table t_gen2 (a int generated ALWAYS AS (b+1), b int);"] [2024/05/06 11:53:55.886 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:56.096 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gcs://test-bucket/generated_columns.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"fields_terminated_by\":\"\\t\"}}"] [dist-task-enabled=true] [2024/05/06 11:53:56.194 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=32] [task-id=32] [data-size=7B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:53:56.235 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=32] [2024/05/06 11:53:56.236 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=32] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:53:56.344 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=32] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:53:56.346 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=32] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:56.348 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=32] [curr-step=init] [next-step=import] [2024/05/06 11:53:56.371 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:56.374 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t_gen2] [2024/05/06 11:53:56.374 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t_gen2] [before=536870912000] [after=7] [2024/05/06 11:53:56.375 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t_gen2] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=7] [cost=97.597µs] [2024/05/06 11:53:56.375 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t_gen2] [takeTime=258.092µs] [] [2024/05/06 11:53:56.375 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=32] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:53:56.375 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=32] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:53:56.513 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=32] [mode=Import] [2024/05/06 11:53:56.533 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=32] [2024/05/06 11:53:56.542 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=32] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:53:56.589 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=32] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:53:56.590 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=32] [step=import] [2024/05/06 11:53:56.592 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:56.601 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:53:56.601 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:53:56.602 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:56.602 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:53:56.603 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:56.603 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:53:56.603 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:56.603 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:53:56.603 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:56.618 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:53:56.620 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:53:56.620 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t_gen2] [quota=374.2GB] [2024/05/06 11:53:56.620 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=32] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:53:56.620 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t_gen2] [import-id=32] [disk-quota=348.5GiB] [2024/05/06 11:53:56.670 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=32] [step=import] [subtask-id=62] [2024/05/06 11:53:56.674 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:0] [engineUUID=2af2eecd-4648-5805-aaa5-feaf0c6afb0e] [2024/05/06 11:53:56.677 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:-1] [engineUUID=af5132f3-132a-5b97-bec8-b012709d66fc] [2024/05/06 11:53:56.677 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=196] [2024/05/06 11:53:56.721 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=196] [key=generated_columns.csv:0] [2024/05/06 11:53:56.724 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=196] [key=generated_columns.csv:0] [readDur=1.164327ms] [encodeDur=1.41249ms] [checksum="{cksum=12236948213998824982,size=58,kvs=2}"] [deliverDur=306.34µs] [type=file] [takeTime=3.363292ms] [] [2024/05/06 11:53:56.725 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=32] [step=import] [subtask-id=62] [takeTime=55.216689ms] [] [2024/05/06 11:53:56.725 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=58] [kvs=2] [files=1] [sstFileSize=971] [file=/tmp/tidb/import-4000/32/2af2eecd-4648-5805-aaa5-feaf0c6afb0e.sst/3e94f553-eb59-4a1b-9bd0-2819abbe74fc.sst] [firstKey=7480000000000000C45F728000000000000001] [lastKey=7480000000000000C45F728000000000000002] [2024/05/06 11:53:56.725 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=32] [step=import] [engine-id=0] [2024/05/06 11:53:56.725 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=32] [step=import] [engine-id=0] [2024/05/06 11:53:56.725 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:0] [engineUUID=2af2eecd-4648-5805-aaa5-feaf0c6afb0e] [2024/05/06 11:53:56.728 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:0] [engineUUID=2af2eecd-4648-5805-aaa5-feaf0c6afb0e] [takeTime=2.406643ms] [] [2024/05/06 11:53:56.728 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:0] [engineUUID=2af2eecd-4648-5805-aaa5-feaf0c6afb0e] [retryCnt=0] [2024/05/06 11:53:56.733 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:53:56.755 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=2af2eecd-4648-5805-aaa5-feaf0c6afb0e] ["region ranges"=1] [count=2] [size=58] [2024/05/06 11:53:56.755 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:53:56.771 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=2af2eecd-4648-5805-aaa5-feaf0c6afb0e] [size=58] [kvs=2] [importedSize=58] [importedCount=2] [2024/05/06 11:53:56.773 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:0] [engineUUID=2af2eecd-4648-5805-aaa5-feaf0c6afb0e] [retryCnt=0] [takeTime=44.458012ms] [] [2024/05/06 11:53:56.773 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:0] [engineUUID=2af2eecd-4648-5805-aaa5-feaf0c6afb0e] [2024/05/06 11:53:56.774 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:0] [engineUUID=2af2eecd-4648-5805-aaa5-feaf0c6afb0e] [takeTime=1.19375ms] [] [2024/05/06 11:53:56.774 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=32] [step=import] [engine-id=0] [2024/05/06 11:53:56.774 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:-1] [engineUUID=af5132f3-132a-5b97-bec8-b012709d66fc] [2024/05/06 11:53:56.776 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:-1] [engineUUID=af5132f3-132a-5b97-bec8-b012709d66fc] [takeTime=1.908835ms] [] [2024/05/06 11:53:56.776 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:-1] [engineUUID=af5132f3-132a-5b97-bec8-b012709d66fc] [retryCnt=0] [2024/05/06 11:53:56.776 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=af5132f3-132a-5b97-bec8-b012709d66fc] [2024/05/06 11:53:56.776 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:-1] [engineUUID=af5132f3-132a-5b97-bec8-b012709d66fc] [retryCnt=0] [takeTime=74.127µs] [] [2024/05/06 11:53:56.776 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:-1] [engineUUID=af5132f3-132a-5b97-bec8-b012709d66fc] [2024/05/06 11:53:56.777 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:-1] [engineUUID=af5132f3-132a-5b97-bec8-b012709d66fc] [takeTime=965.463µs] [] [2024/05/06 11:53:56.831 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=32] [step=import] [2024/05/06 11:53:56.835 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:53:56.835 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:53:56.835 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:56.835 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:56.835 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:53:56.835 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:53:56.835 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:53:56.835 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:56.835 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:56.835 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:56.835 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:56.835 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:56.835 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:53:56.837 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:53:56.837 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:56.837 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:56.837 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:56.837 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:56.837 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=32] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=248.189278ms] [] [2024/05/06 11:53:56.864 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=32] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:53:56.866 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=32] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:56.867 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=32] [curr-step=import] [next-step=post-process] [2024/05/06 11:53:56.867 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=32] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:53:56.940 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=32] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":2,\"ColSizeMap\":{\"1\":2,\"2\":2}}"] [2024/05/06 11:53:56.942 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=32] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:53:56.942 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=32] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:53:57.117 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=32] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:53:57.167 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=32] [step=post-process] [subtask-id=63] [2024/05/06 11:53:57.167 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=32] [step=post-process] [subtask-id=63] [2024/05/06 11:53:57.167 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=32] [step=post-process] [subtask-id=63] [2024/05/06 11:53:57.177 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=32] [step=post-process] [subtask-id=63] [takeTime=9.434445ms] [] [2024/05/06 11:53:57.177 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=32] [step=post-process] [subtask-id=63] [groupId=-1] [size=58] [kvs=2] [checksum=12236948213998824982] [2024/05/06 11:53:57.177 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=32] [step=post-process] [subtask-id=63] [checksum="{cksum=12236948213998824982,size=58,kvs=2}"] [2024/05/06 11:53:57.177 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=32] [step=post-process] [subtask-id=63] [weight=30] [2024/05/06 11:53:57.177 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=32] [step=post-process] [subtask-id=63] [concurrency=15] [2024/05/06 11:53:57.182 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=196] [physicalTableID=196] [indexID=-1] [checksum=12236948213998824982] [totalKvs=2] [totalBytes=58] [2024/05/06 11:53:57.182 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=32] [step=post-process] [subtask-id=63] [local="{cksum=12236948213998824982,size=58,kvs=2}"] [2024/05/06 11:53:57.183 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=32] [step=post-process] [subtask-id=63] [takeTime=15.373129ms] [] [2024/05/06 11:53:57.183 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=32] [step=post-process] [subtask-id=63] [takeTime=15.614433ms] [] [2024/05/06 11:53:57.229 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=32] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=112.03897ms] [] [2024/05/06 11:53:57.266 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=32] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:53:57.266 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=32] [step=post-process] [state=running] [] [2024/05/06 11:53:57.269 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=32] [2024/05/06 11:53:57.325 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=32] [type=ImportInto] [2024/05/06 11:53:57.342 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=32] [2024/05/06 11:53:57.361 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:53:57.361 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=32] [2024/05/06 11:53:57.489 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.6166025309999998\n# Parse_time: 0.000601568\n# Compile_time: 0.002518271\n# Rewrite_time: 0.001376269\n# Optimize_time: 0.001046867\n# Wait_TS: 0\n# DB: load_csv\n# Is_internal: false\n# Digest: aadb5d4e27c12b2f9dfc09d6d7106d4c5a35ddea525aa93fd4dbeff74192d1f1\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS42MXMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS42MXMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_csv`.`t_gen2` FROM 'gcs://test-bucket/generated_columns.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH fields_terminated_by=_UTF8MB4' ';"] [2024/05/06 11:53:57.503 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:53:57.532 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:57.713 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"columns-and-vars\":\"(`b`)\",\"file-location\":\"gcs://test-bucket/generated_columns.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"fields_terminated_by\":\"\\t\"}}"] [dist-task-enabled=true] [2024/05/06 11:53:57.805 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=33] [task-id=33] [data-size=7B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:53:57.844 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=33] [2024/05/06 11:53:57.844 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=33] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:53:57.950 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=33] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:53:57.952 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=33] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:57.953 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=33] [curr-step=init] [next-step=import] [2024/05/06 11:53:57.975 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:57.977 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t_gen2] [2024/05/06 11:53:57.978 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t_gen2] [before=536870912000] [after=7] [2024/05/06 11:53:57.978 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t_gen2] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=7] [cost=51.663µs] [2024/05/06 11:53:57.978 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t_gen2] [takeTime=164.363µs] [] [2024/05/06 11:53:57.978 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=33] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:53:57.978 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=33] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:53:58.104 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=33] [mode=Import] [2024/05/06 11:53:58.131 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=33] [2024/05/06 11:53:58.142 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=33] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:53:58.181 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=33] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:53:58.182 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=33] [step=import] [2024/05/06 11:53:58.184 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:58.192 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:53:58.193 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:53:58.193 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:58.193 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:53:58.194 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:58.194 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:53:58.194 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:58.194 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:53:58.194 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:58.210 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:53:58.212 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:53:58.212 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t_gen2] [quota=374.2GB] [2024/05/06 11:53:58.212 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=33] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:53:58.212 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t_gen2] [import-id=33] [disk-quota=348.5GiB] [2024/05/06 11:53:58.314 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=33] [step=import] [subtask-id=64] [2024/05/06 11:53:58.320 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:0] [engineUUID=2af2eecd-4648-5805-aaa5-feaf0c6afb0e] [2024/05/06 11:53:58.325 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:-1] [engineUUID=af5132f3-132a-5b97-bec8-b012709d66fc] [2024/05/06 11:53:58.326 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=196] [2024/05/06 11:53:58.359 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=196] [key=generated_columns.csv:0] [2024/05/06 11:53:58.363 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=196] [key=generated_columns.csv:0] [readDur=1.483258ms] [encodeDur=1.622563ms] [checksum="{cksum=6725679395568127565,size=58,kvs=2}"] [deliverDur=355.352µs] [type=file] [takeTime=4.204925ms] [] [2024/05/06 11:53:58.364 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=58] [kvs=2] [files=1] [sstFileSize=971] [file=/tmp/tidb/import-4000/33/2af2eecd-4648-5805-aaa5-feaf0c6afb0e.sst/0b8d60a6-c890-40a0-9b60-3d517d5987ed.sst] [firstKey=7480000000000000C45F728000000000000001] [lastKey=7480000000000000C45F728000000000000002] [2024/05/06 11:53:58.364 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=33] [step=import] [subtask-id=64] [takeTime=50.144398ms] [] [2024/05/06 11:53:58.365 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=33] [step=import] [engine-id=0] [2024/05/06 11:53:58.365 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=33] [step=import] [engine-id=0] [2024/05/06 11:53:58.365 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:0] [engineUUID=2af2eecd-4648-5805-aaa5-feaf0c6afb0e] [2024/05/06 11:53:58.367 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:0] [engineUUID=2af2eecd-4648-5805-aaa5-feaf0c6afb0e] [takeTime=1.958746ms] [] [2024/05/06 11:53:58.367 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:0] [engineUUID=2af2eecd-4648-5805-aaa5-feaf0c6afb0e] [retryCnt=0] [2024/05/06 11:53:58.372 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:53:58.394 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=2af2eecd-4648-5805-aaa5-feaf0c6afb0e] ["region ranges"=1] [count=2] [size=58] [2024/05/06 11:53:58.394 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:53:58.416 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=2af2eecd-4648-5805-aaa5-feaf0c6afb0e] [size=58] [kvs=2] [importedSize=58] [importedCount=2] [2024/05/06 11:53:58.418 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:0] [engineUUID=2af2eecd-4648-5805-aaa5-feaf0c6afb0e] [retryCnt=0] [takeTime=51.554665ms] [] [2024/05/06 11:53:58.419 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:0] [engineUUID=2af2eecd-4648-5805-aaa5-feaf0c6afb0e] [2024/05/06 11:53:58.421 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:0] [engineUUID=2af2eecd-4648-5805-aaa5-feaf0c6afb0e] [takeTime=1.879331ms] [] [2024/05/06 11:53:58.421 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=33] [step=import] [engine-id=0] [2024/05/06 11:53:58.421 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:-1] [engineUUID=af5132f3-132a-5b97-bec8-b012709d66fc] [1,513 / 1,567] [Prepa] GoCompilePkg br/pkg/metautil/metautil.a [2024/05/06 11:53:58.424 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:-1] [engineUUID=af5132f3-132a-5b97-bec8-b012709d66fc] [takeTime=3.053514ms] [] [2024/05/06 11:53:58.424 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:-1] [engineUUID=af5132f3-132a-5b97-bec8-b012709d66fc] [retryCnt=0] [2024/05/06 11:53:58.424 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=af5132f3-132a-5b97-bec8-b012709d66fc] [2024/05/06 11:53:58.424 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:-1] [engineUUID=af5132f3-132a-5b97-bec8-b012709d66fc] [retryCnt=0] [takeTime=93.671µs] [] [2024/05/06 11:53:58.424 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:-1] [engineUUID=af5132f3-132a-5b97-bec8-b012709d66fc] [2024/05/06 11:53:58.425 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:-1] [engineUUID=af5132f3-132a-5b97-bec8-b012709d66fc] [takeTime=1.223832ms] [] [2024/05/06 11:53:58.468 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=33] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:53:58.470 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=33] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:58.471 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=33] [curr-step=import] [next-step=post-process] [2024/05/06 11:53:58.471 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=33] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:53:58.476 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=33] [step=import] [2024/05/06 11:53:58.503 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:53:58.503 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:58.503 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:53:58.503 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:58.503 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:53:58.503 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:53:58.503 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:53:58.503 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:58.503 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:58.503 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:58.503 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:58.504 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:58.504 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:53:58.506 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:53:58.507 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:58.507 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:58.507 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:58.507 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:58.507 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=33] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=325.862739ms] [] [2024/05/06 11:53:58.568 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=33] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":2,\"ColSizeMap\":{\"1\":2,\"2\":2}}"] [2024/05/06 11:53:58.570 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=33] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:53:58.570 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=33] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:53:58.756 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=33] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:53:58.806 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=33] [step=post-process] [subtask-id=65] [2024/05/06 11:53:58.807 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=33] [step=post-process] [subtask-id=65] [2024/05/06 11:53:58.807 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=33] [step=post-process] [subtask-id=65] [2024/05/06 11:53:58.812 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=33] [step=post-process] [subtask-id=65] [takeTime=5.60867ms] [] [2024/05/06 11:53:58.812 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=33] [step=post-process] [subtask-id=65] [groupId=-1] [size=58] [kvs=2] [checksum=6725679395568127565] [2024/05/06 11:53:58.813 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=33] [step=post-process] [subtask-id=65] [checksum="{cksum=6725679395568127565,size=58,kvs=2}"] [2024/05/06 11:53:58.813 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=33] [step=post-process] [subtask-id=65] [weight=30] [2024/05/06 11:53:58.813 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=33] [step=post-process] [subtask-id=65] [concurrency=15] [2024/05/06 11:53:58.818 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=196] [physicalTableID=196] [indexID=-1] [checksum=6725679395568127565] [totalKvs=2] [totalBytes=58] [2024/05/06 11:53:58.819 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=33] [step=post-process] [subtask-id=65] [local="{cksum=6725679395568127565,size=58,kvs=2}"] [2024/05/06 11:53:58.819 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=33] [step=post-process] [subtask-id=65] [takeTime=12.474269ms] [] [2024/05/06 11:53:58.819 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=33] [step=post-process] [subtask-id=65] [takeTime=12.760559ms] [] [2024/05/06 11:53:58.863 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=33] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=106.306446ms] [] [2024/05/06 11:53:58.868 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=33] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:53:58.868 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=33] [step=post-process] [state=running] [] [2024/05/06 11:53:58.871 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=33] [2024/05/06 11:53:58.914 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=33] [type=ImportInto] [2024/05/06 11:53:58.951 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=33] [2024/05/06 11:53:58.982 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:53:58.982 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=33] [2024/05/06 11:53:59.077 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.5637461689999999\n# Parse_time: 0.00122037\n# Compile_time: 0.00326849\n# Rewrite_time: 0.001657906\n# Optimize_time: 0.000978869\n# Wait_TS: 0\n# DB: load_csv\n# Is_internal: false\n# Digest: 77767b6e1c4f50d19609f42a064e114e77fed5992582539ccd017c6272f21e28\n# Num_cop_tasks: 0\n# Mem_max: 4096\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS41NnMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS41NnMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_csv`.`t_gen2` (`b`) FROM 'gcs://test-bucket/generated_columns.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH fields_terminated_by=_UTF8MB4' ';"] [2024/05/06 11:53:59.086 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:53:59.154 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:59.340 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"columns-and-vars\":\"(`a`)\",\"file-location\":\"gcs://test-bucket/generated_columns.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"fields_terminated_by\":\"\\t\"}}"] [dist-task-enabled=true] [2024/05/06 11:53:59.424 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=34] [task-id=34] [data-size=7B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:53:59.470 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=34] [2024/05/06 11:53:59.470 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=34] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:53:59.577 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=34] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:53:59.579 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=34] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:59.580 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=34] [curr-step=init] [next-step=import] [2024/05/06 11:53:59.600 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:59.603 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t_gen2] [2024/05/06 11:53:59.603 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t_gen2] [before=536870912000] [after=7] [2024/05/06 11:53:59.603 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t_gen2] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=7] [cost=76.346µs] [2024/05/06 11:53:59.603 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t_gen2] [takeTime=234.38µs] [] [2024/05/06 11:53:59.603 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=34] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:53:59.603 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=34] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:53:59.722 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=34] [mode=Import] [2024/05/06 11:53:59.744 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=34] [2024/05/06 11:53:59.767 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=34] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:53:59.808 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=34] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:53:59.809 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=34] [step=import] [2024/05/06 11:53:59.811 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:59.820 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:53:59.821 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:53:59.821 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:59.821 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:53:59.822 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:59.822 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:59.822 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:53:59.822 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:53:59.823 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:59.838 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:53:59.840 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:53:59.840 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t_gen2] [quota=374.2GB] [2024/05/06 11:53:59.840 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=34] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:53:59.840 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t_gen2] [import-id=34] [disk-quota=348.5GiB] [2024/05/06 11:53:59.883 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=34] [step=import] [subtask-id=66] [2024/05/06 11:53:59.887 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:0] [engineUUID=2af2eecd-4648-5805-aaa5-feaf0c6afb0e] [2024/05/06 11:53:59.890 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:-1] [engineUUID=af5132f3-132a-5b97-bec8-b012709d66fc] [2024/05/06 11:53:59.891 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=196] [2024/05/06 11:53:59.916 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=196] [key=generated_columns.csv:0] [2024/05/06 11:53:59.919 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=196] [key=generated_columns.csv:0] [readDur=1.235761ms] [encodeDur=854.512µs] [checksum="{cksum=7435750759411199284,size=50,kvs=2}"] [deliverDur=276.214µs] [type=file] [takeTime=2.704608ms] [] [2024/05/06 11:53:59.920 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=34] [step=import] [subtask-id=66] [takeTime=36.241085ms] [] [2024/05/06 11:53:59.920 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=50] [kvs=2] [files=1] [sstFileSize=961] [file=/tmp/tidb/import-4000/34/2af2eecd-4648-5805-aaa5-feaf0c6afb0e.sst/17989a2e-294a-4d0e-beec-612548f3afe8.sst] [firstKey=7480000000000000C45F728000000000000001] [lastKey=7480000000000000C45F728000000000000002] [2024/05/06 11:53:59.920 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=34] [step=import] [engine-id=0] [2024/05/06 11:53:59.920 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=34] [step=import] [engine-id=0] [2024/05/06 11:53:59.920 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:0] [engineUUID=2af2eecd-4648-5805-aaa5-feaf0c6afb0e] [2024/05/06 11:53:59.922 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:0] [engineUUID=2af2eecd-4648-5805-aaa5-feaf0c6afb0e] [takeTime=1.875878ms] [] [2024/05/06 11:53:59.922 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:0] [engineUUID=2af2eecd-4648-5805-aaa5-feaf0c6afb0e] [retryCnt=0] [2024/05/06 11:53:59.927 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:53:59.950 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=2af2eecd-4648-5805-aaa5-feaf0c6afb0e] ["region ranges"=1] [count=2] [size=50] [2024/05/06 11:53:59.950 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:54:00.003 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=2af2eecd-4648-5805-aaa5-feaf0c6afb0e] [size=50] [kvs=2] [importedSize=50] [importedCount=2] [2024/05/06 11:54:00.004 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:0] [engineUUID=2af2eecd-4648-5805-aaa5-feaf0c6afb0e] [retryCnt=0] [takeTime=82.575716ms] [] [2024/05/06 11:54:00.005 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:0] [engineUUID=2af2eecd-4648-5805-aaa5-feaf0c6afb0e] [2024/05/06 11:54:00.006 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:0] [engineUUID=2af2eecd-4648-5805-aaa5-feaf0c6afb0e] [takeTime=1.239642ms] [] [2024/05/06 11:54:00.006 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=34] [step=import] [engine-id=0] [2024/05/06 11:54:00.006 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:-1] [engineUUID=af5132f3-132a-5b97-bec8-b012709d66fc] [2024/05/06 11:54:00.008 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:-1] [engineUUID=af5132f3-132a-5b97-bec8-b012709d66fc] [takeTime=1.730654ms] [] [2024/05/06 11:54:00.008 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:-1] [engineUUID=af5132f3-132a-5b97-bec8-b012709d66fc] [retryCnt=0] [2024/05/06 11:54:00.008 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=af5132f3-132a-5b97-bec8-b012709d66fc] [2024/05/06 11:54:00.008 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:-1] [engineUUID=af5132f3-132a-5b97-bec8-b012709d66fc] [retryCnt=0] [takeTime=75.939µs] [] [2024/05/06 11:54:00.008 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:-1] [engineUUID=af5132f3-132a-5b97-bec8-b012709d66fc] [2024/05/06 11:54:00.009 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t_gen2`:-1] [engineUUID=af5132f3-132a-5b97-bec8-b012709d66fc] [takeTime=1.055134ms] [] [2024/05/06 11:54:00.061 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=34] [step=import] [2024/05/06 11:54:00.064 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:00.064 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:54:00.064 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:54:00.064 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:54:00.064 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:00.064 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:54:00.064 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:54:00.065 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:00.065 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:00.065 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:00.065 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:00.065 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:00.065 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:54:00.067 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:54:00.067 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:00.067 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:00.067 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:00.067 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:00.067 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=34] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=259.249686ms] [] [2024/05/06 11:54:00.094 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=34] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:54:00.095 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=34] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:54:00.096 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=34] [curr-step=import] [next-step=post-process] [2024/05/06 11:54:00.097 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=34] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:54:00.166 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=34] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":2,\"ColSizeMap\":{\"1\":0,\"2\":0}}"] [2024/05/06 11:54:00.167 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=34] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:54:00.167 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=34] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:54:00.317 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=34] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:54:00.411 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=34] [step=post-process] [subtask-id=67] [2024/05/06 11:54:00.411 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=34] [step=post-process] [subtask-id=67] [2024/05/06 11:54:00.411 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=34] [step=post-process] [subtask-id=67] [2024/05/06 11:54:00.416 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=34] [step=post-process] [subtask-id=67] [takeTime=4.728844ms] [] [2024/05/06 11:54:00.416 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=34] [step=post-process] [subtask-id=67] [groupId=-1] [size=50] [kvs=2] [checksum=7435750759411199284] [2024/05/06 11:54:00.416 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=34] [step=post-process] [subtask-id=67] [checksum="{cksum=7435750759411199284,size=50,kvs=2}"] [2024/05/06 11:54:00.417 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=34] [step=post-process] [subtask-id=67] [weight=30] [2024/05/06 11:54:00.417 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=34] [step=post-process] [subtask-id=67] [concurrency=15] [2024/05/06 11:54:00.421 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=196] [physicalTableID=196] [indexID=-1] [checksum=7435750759411199284] [totalKvs=2] [totalBytes=50] [2024/05/06 11:54:00.422 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=34] [step=post-process] [subtask-id=67] [local="{cksum=7435750759411199284,size=50,kvs=2}"] [2024/05/06 11:54:00.422 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=34] [step=post-process] [subtask-id=67] [takeTime=10.181916ms] [] [2024/05/06 11:54:00.422 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=34] [step=post-process] [subtask-id=67] [takeTime=10.420499ms] [] [2024/05/06 11:54:00.466 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=34] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=149.204909ms] [] [2024/05/06 11:54:00.501 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=34] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:54:00.501 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=34] [step=post-process] [state=running] [] [2024/05/06 11:54:00.504 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=34] [2024/05/06 11:54:00.559 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=34] [type=ImportInto] [2024/05/06 11:54:00.579 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=34] [2024/05/06 11:54:00.612 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:54:00.612 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=34] [2024/05/06 11:54:00.706 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.572360132\n# Parse_time: 0.00141237\n# Compile_time: 0.003919666\n# Rewrite_time: 0.002058907\n# Optimize_time: 0.001163477\n# Wait_TS: 0\n# DB: load_csv\n# Is_internal: false\n# Digest: ce5157336e474352b6ec42e96f0d265354fe3d79136030a10a71e3dd75c5f13e\n# Num_cop_tasks: 0\n# Mem_max: 4096\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS41N3MsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS41N3MsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_csv`.`t_gen2` (`a`) FROM 'gcs://test-bucket/generated_columns.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH fields_terminated_by=_UTF8MB4' ';"] [2024/05/06 11:54:00.708 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] === RUN TestImportInto/TestIgnoreNLines [2024/05/06 11:54:00.718 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=133] [cur_db=load_csv] [sql="drop database if exists load_data"] [user=root@%] [2024/05/06 11:54:00.796 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:198, Type:drop schema, State:queueing, SchemaState:public, SchemaID:163, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:00.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:54:00.796 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:198, Type:drop schema, State:queueing, SchemaState:public, SchemaID:163, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:00.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop database if exists load_data"] [2024/05/06 11:54:00.848 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=198] [conn=2] [category=ddl] [job="ID:198, Type:drop schema, State:queueing, SchemaState:public, SchemaID:163, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:00.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:00.885 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=133] [neededSchemaVersion=134] ["start time"=341.639µs] [gotSchemaVersion=134] [phyTblIDs="[167]"] [actionTypes="[2]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:54:00.898 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=198] [version=134] [2024/05/06 11:54:00.934 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=134] ["take time"=54.056787ms] [job="ID:198, Type:drop schema, State:running, SchemaState:write only, SchemaID:163, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:00.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:00.980 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=198] [conn=2] [category=ddl] [job="ID:198, Type:drop schema, State:running, SchemaState:write only, SchemaID:163, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:00.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:01.027 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=134] [neededSchemaVersion=135] ["start time"=205.018µs] [gotSchemaVersion=135] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:54:01.044 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=198] [version=135] [2024/05/06 11:54:01.066 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=135] ["take time"=53.276455ms] [job="ID:198, Type:drop schema, State:running, SchemaState:delete only, SchemaID:163, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:00.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:01.110 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=198] [conn=2] [category=ddl] [job="ID:198, Type:drop schema, State:running, SchemaState:delete only, SchemaID:163, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:00.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:01.147 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=135] [neededSchemaVersion=136] ["start time"=258.125µs] [gotSchemaVersion=136] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:54:01.164 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=198] [version=136] [2024/05/06 11:54:01.197 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=136] ["take time"=54.468272ms] [job="ID:198, Type:drop schema, State:done, SchemaState:none, SchemaID:163, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:00.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:01.300 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=198] [tableIDs="[167]"] [comment="drop schema: table IDs"] [2024/05/06 11:54:01.308 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=198] [jobType="drop schema"] [2024/05/06 11:54:01.312 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=198] [conn=2] [job="ID:198, Type:drop schema, State:synced, SchemaState:none, SchemaID:163, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:00.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:01.359 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=198] [2024/05/06 11:54:01.359 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:54:01.363 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.64634684\n# Parse_time: 0.000600862\n# Compile_time: 0.00089166\n# Rewrite_time: 0.000056671\n# Optimize_time: 0.001417303\n# Wait_TS: 0.000400742\n# DB: load_csv\n# Is_internal: false\n# Digest: 56257f0c0dee1f157d6b4394eb3c67f0af51887b4f515caad24d258b1a7ab179\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop database if exists load_data;"] [2024/05/06 11:54:01.365 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=136] [cur_db=load_csv] [sql="create database load_data"] [user=root@%] [2024/05/06 11:54:01.397 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:200, Type:create schema, State:queueing, SchemaState:none, SchemaID:199, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:01.365 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:54:01.397 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:200, Type:create schema, State:queueing, SchemaState:none, SchemaID:199, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:01.365 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database load_data"] [2024/05/06 11:54:01.468 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=200] [conn=2] [category=ddl] [job="ID:200, Type:create schema, State:queueing, SchemaState:none, SchemaID:199, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:01.365 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:01.501 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=136] [neededSchemaVersion=137] ["start time"=1.028223ms] [gotSchemaVersion=137] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:54:01.512 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=200] [version=137] [2024/05/06 11:54:01.549 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=137] ["take time"=53.31378ms] [job="ID:200, Type:create schema, State:done, SchemaState:public, SchemaID:199, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:01.365 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:01.589 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=200] [conn=2] [job="ID:200, Type:create schema, State:synced, SchemaState:public, SchemaID:199, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:01.365 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:01.620 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=200] [2024/05/06 11:54:01.620 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:54:01.626 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=137] [cur_db=load_data] [sql="drop table if exists t;"] [user=root@%] [2024/05/06 11:54:01.629 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=137] [cur_db=load_data] [sql="create table t (a bigint, b varchar(100), c int);"] [user=root@%] [2024/05/06 11:54:01.671 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:202, Type:create table, State:queueing, SchemaState:none, SchemaID:199, TableID:201, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:01.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:54:01.671 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:202, Type:create table, State:queueing, SchemaState:none, SchemaID:199, TableID:201, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:01.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t (a bigint, b varchar(100), c int);"] [2024/05/06 11:54:01.773 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=202] [conn=2] [category=ddl] [job="ID:202, Type:create table, State:queueing, SchemaState:none, SchemaID:199, TableID:201, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:01.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:01.782 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 199, Table ID: 201, Table Name: t"] [2024/05/06 11:54:01.849 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=137] [neededSchemaVersion=138] ["start time"=3.042875ms] [gotSchemaVersion=138] [phyTblIDs="[201]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:54:01.863 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=202] [version=138] [2024/05/06 11:54:01.895 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=138] ["take time"=53.999894ms] [job="ID:202, Type:create table, State:done, SchemaState:public, SchemaID:199, TableID:201, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:01.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:01.944 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=202] [conn=2] [job="ID:202, Type:create table, State:synced, SchemaState:public, SchemaID:199, TableID:201, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:01.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:01.995 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=202] [2024/05/06 11:54:01.995 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:54:01.999 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.371039271\n# Parse_time: 0.000975019\n# Compile_time: 0.00114156\n# Rewrite_time: 0.000051358\n# Optimize_time: 0.001417303\n# Wait_TS: 0.000351349\n# DB: load_data\n# Is_internal: false\n# Digest: f4ac9d9369c16c7e7781e776841844018e469b33e3f61c50a28d47916121febd\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse load_data;\ncreate table t (a bigint, b varchar(100), c int);"] [2024/05/06 11:54:02.013 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:02.243 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-multi-load/skip-rows-*.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"thread\":\"1\"}}"] [dist-task-enabled=true] [2024/05/06 11:54:02.346 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=35] [task-id=35] [data-size=97B] [thread-cnt=1] [global-sort=false] [2024/05/06 11:54:02.376 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=35] [2024/05/06 11:54:02.376 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=35] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=1] [2024/05/06 11:54:02.484 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=35] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:54:02.485 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=35] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:54:02.486 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=35] [curr-step=init] [next-step=import] [2024/05/06 11:54:02.516 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:02.519 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:54:02.519 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=97] [2024/05/06 11:54:02.520 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=2] [MaxChunkSize=268435456] [RegionsCount=2] [BatchSize=97] [cost=69.863µs] [2024/05/06 11:54:02.520 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=198.58µs] [] [2024/05/06 11:54:02.520 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=35] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:54:02.520 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=35] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=1] [subtasks=1] [2024/05/06 11:54:02.676 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=35] [mode=Import] [2024/05/06 11:54:02.695 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=35] [2024/05/06 11:54:02.719 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=35] [type=ImportInto] [remaining-slots=51] [2024/05/06 11:54:02.763 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=35] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:54:02.764 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=35] [step=import] [2024/05/06 11:54:02.765 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:02.775 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:54:02.775 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:54:02.775 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:02.775 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:54:02.777 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:02.777 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:54:02.777 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:02.777 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:54:02.777 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:02.793 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:54:02.795 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:54:02.795 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:54:02.795 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=35] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:54:02.795 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=35] [disk-quota=348.5GiB] [2024/05/06 11:54:02.838 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=35] [step=import] [subtask-id=68] [2024/05/06 11:54:02.843 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:54:02.847 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:54:02.847 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=201] [2024/05/06 11:54:02.855 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=201] [key=skip-rows-1.csv:0] [2024/05/06 11:54:02.858 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=201] [key=skip-rows-1.csv:0] [readDur=1.230661ms] [encodeDur=1.334538ms] [checksum="{cksum=12736467198054628245,size=164,kvs=4}"] [deliverDur=250.776µs] [type=file] [takeTime=3.235639ms] [] [2024/05/06 11:54:02.859 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=201] [2024/05/06 11:54:02.859 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=164] [kvs=4] [files=1] [sstFileSize=1017] [file=/tmp/tidb/import-4000/35/67ea3590-7c4f-5a31-ade6-de9a31136e82.sst/6fde087f-6ee8-4053-b795-2a337d99f4b4.sst] [firstKey=7480000000000000C95F728000000000000001] [lastKey=7480000000000000C95F728000000000000004] [2024/05/06 11:54:02.868 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=201] [key=skip-rows-2.csv:0] [2024/05/06 11:54:02.872 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=201] [key=skip-rows-2.csv:0] [readDur=1.396712ms] [encodeDur=1.742961ms] [checksum="{cksum=8522431110482423612,size=205,kvs=5}"] [deliverDur=262.96µs] [type=file] [takeTime=3.765936ms] [] [2024/05/06 11:54:02.874 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=35] [step=import] [subtask-id=68] [takeTime=35.59568ms] [] [2024/05/06 11:54:02.874 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=205] [kvs=5] [files=1] [sstFileSize=1032] [file=/tmp/tidb/import-4000/35/67ea3590-7c4f-5a31-ade6-de9a31136e82.sst/e5f54394-2c8e-4022-9c7f-caedbb27c18d.sst] [firstKey=7480000000000000C95F72800000000000000F] [lastKey=7480000000000000C95F728000000000000013] [2024/05/06 11:54:02.874 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=35] [step=import] [engine-id=0] [2024/05/06 11:54:02.874 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=35] [step=import] [engine-id=0] [2024/05/06 11:54:02.874 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:54:02.878 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [takeTime=3.461126ms] [] [2024/05/06 11:54:02.878 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [retryCnt=0] [2024/05/06 11:54:02.883 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:54:02.905 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=67ea3590-7c4f-5a31-ade6-de9a31136e82] ["region ranges"=1] [count=9] [size=369] [2024/05/06 11:54:02.905 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:54:02.920 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=67ea3590-7c4f-5a31-ade6-de9a31136e82] [size=369] [kvs=9] [importedSize=369] [importedCount=9] [2024/05/06 11:54:02.922 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [retryCnt=0] [takeTime=44.625441ms] [] [2024/05/06 11:54:02.923 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:54:02.924 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [takeTime=1.238195ms] [] [2024/05/06 11:54:02.924 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=35] [step=import] [engine-id=0] [2024/05/06 11:54:02.924 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:54:02.926 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [takeTime=1.61164ms] [] [2024/05/06 11:54:02.926 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [retryCnt=0] [2024/05/06 11:54:02.926 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:54:02.926 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [retryCnt=0] [takeTime=60.347µs] [] [2024/05/06 11:54:02.926 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:54:02.927 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [takeTime=961.668µs] [] [2024/05/06 11:54:02.981 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=35] [step=import] [2024/05/06 11:54:02.985 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:54:02.985 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:54:02.985 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:54:02.985 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:02.985 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:54:02.985 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:02.985 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:54:02.985 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:02.985 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:02.985 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:02.985 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:02.985 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:02.985 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:54:02.987 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:54:02.987 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:02.987 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:02.987 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:02.987 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:02.987 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=35] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=223.779722ms] [] [2024/05/06 11:54:02.999 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=35] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:54:03.000 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=35] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:54:03.002 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=35] [curr-step=import] [next-step=post-process] [2024/05/06 11:54:03.002 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=35] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:54:03.109 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=35] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":9,\"ColSizeMap\":{\"1\":9,\"2\":54,\"3\":13}}"] [2024/05/06 11:54:03.111 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=35] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:54:03.111 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=35] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=1] [subtasks=1] [2024/05/06 11:54:03.304 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=35] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:54:03.350 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=35] [step=post-process] [subtask-id=69] [2024/05/06 11:54:03.351 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=35] [step=post-process] [subtask-id=69] [2024/05/06 11:54:03.351 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=35] [step=post-process] [subtask-id=69] [2024/05/06 11:54:03.358 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=35] [step=post-process] [subtask-id=69] [takeTime=7.753733ms] [] [2024/05/06 11:54:03.359 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=35] [step=post-process] [subtask-id=69] [groupId=-1] [size=369] [kvs=9] [checksum=14304774505401095337] [2024/05/06 11:54:03.359 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=35] [step=post-process] [subtask-id=69] [checksum="{cksum=14304774505401095337,size=369,kvs=9}"] [2024/05/06 11:54:03.359 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=35] [step=post-process] [subtask-id=69] [weight=30] [2024/05/06 11:54:03.359 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=35] [step=post-process] [subtask-id=69] [concurrency=15] [2024/05/06 11:54:03.363 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=201] [physicalTableID=201] [indexID=-1] [checksum=14304774505401095337] [totalKvs=9] [totalBytes=369] [2024/05/06 11:54:03.363 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=35] [step=post-process] [subtask-id=69] [local="{cksum=14304774505401095337,size=369,kvs=9}"] [2024/05/06 11:54:03.363 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=35] [step=post-process] [subtask-id=69] [takeTime=12.628383ms] [] [2024/05/06 11:54:03.363 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=35] [step=post-process] [subtask-id=69] [takeTime=12.903886ms] [] [2024/05/06 11:54:03.433 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=35] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:54:03.433 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=35] [step=post-process] [state=running] [] [2024/05/06 11:54:03.437 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=35] [2024/05/06 11:54:03.439 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=35] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=134.905871ms] [] [2024/05/06 11:54:03.483 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=35] [2024/05/06 11:54:03.497 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=35] [type=ImportInto] [2024/05/06 11:54:03.514 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:54:03.514 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=35] [2024/05/06 11:54:03.610 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.610128762\n# Parse_time: 0.000482363\n# Compile_time: 0.001222065\n# Rewrite_time: 0.000293179\n# Optimize_time: 0.001417303\n# Wait_TS: 0\n# DB: load_data\n# Is_internal: false\n# Digest: 58d360ce67e24b4d18a606f88f2f459d57f87ba3f12a22d674a5660c2ce18713\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS42MXMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS42MXMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_data`.`t` FROM 'gs://test-multi-load/skip-rows-*.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH thread=1;"] [2024/05/06 11:54:03.611 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:54:03.623 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=138] [cur_db=load_data] [sql="truncate table t"] [user=root@%] [2024/05/06 11:54:03.660 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:204, Type:truncate table, State:queueing, SchemaState:none, SchemaID:199, TableID:201, RowCount:0, ArgLen:3, start time: 2024-05-06 11:54:03.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:54:03.660 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:204, Type:truncate table, State:queueing, SchemaState:none, SchemaID:199, TableID:201, RowCount:0, ArgLen:3, start time: 2024-05-06 11:54:03.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="truncate table t"] [2024/05/06 11:54:03.708 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=204] [conn=2] [category=ddl] [job="ID:204, Type:truncate table, State:queueing, SchemaState:none, SchemaID:199, TableID:201, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:03.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:03.726 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 199, Table ID: 203, Table Name: t, Old Table ID: 201, Old Table Name: t"] [2024/05/06 11:54:03.789 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=138] [neededSchemaVersion=139] ["start time"=3.010226ms] [gotSchemaVersion=139] [phyTblIDs="[201,203]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 11:54:03.838 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=204] [version=139] [2024/05/06 11:54:03.839 +00:00] [INFO] [syncer.go:352] ["syncer check all versions, someone is not synced"] [category=ddl] [info="instance ip , port 4000, id 13b79268-01a2-4631-adb6-11542ffedcba"] ["ddl job id"=204] [ver=139] [2024/05/06 11:54:03.862 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=139] ["take time"=81.008758ms] [job="ID:204, Type:truncate table, State:done, SchemaState:public, SchemaID:199, TableID:201, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:03.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:03.921 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=204] [tableIDs="[201]"] [comment="drop table: table ID"] [2024/05/06 11:54:03.931 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=204] [jobType="truncate table"] [2024/05/06 11:54:03.936 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=204] [conn=2] [job="ID:204, Type:truncate table, State:synced, SchemaState:public, SchemaID:199, TableID:201, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:03.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:04.003 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=204] [2024/05/06 11:54:04.003 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:54:04.008 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.386309386\n# Parse_time: 0.000344215\n# Compile_time: 0.001271432\n# Rewrite_time: 0.000052553\n# Optimize_time: 0.001237591\n# Wait_TS: 0.00054269\n# DB: load_data\n# Is_internal: false\n# Digest: 2ff7fc61fcea18277bed40e235270c83f2a635733db48efecb6208524e5fa5bf\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ntruncate table t;"] [2024/05/06 11:54:04.025 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:04.228 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-multi-load/skip-rows-*.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"skip_rows\":\"1\",\"thread\":\"1\"}}"] [dist-task-enabled=true] [2024/05/06 11:54:04.380 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=36] [task-id=36] [data-size=97B] [thread-cnt=1] [global-sort=false] [2024/05/06 11:54:04.427 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=36] [2024/05/06 11:54:04.427 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=36] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=1] [2024/05/06 11:54:04.534 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=36] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:54:04.535 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=36] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:54:04.537 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=36] [curr-step=init] [next-step=import] [2024/05/06 11:54:04.562 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:04.565 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:54:04.565 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=97] [2024/05/06 11:54:04.565 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=2] [MaxChunkSize=268435456] [RegionsCount=2] [BatchSize=97] [cost=114.879µs] [2024/05/06 11:54:04.566 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=309.095µs] [] [2024/05/06 11:54:04.566 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=36] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:54:04.566 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=36] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=1] [subtasks=1] [2024/05/06 11:54:04.754 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=36] [mode=Import] [2024/05/06 11:54:04.774 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=36] [2024/05/06 11:54:04.793 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=36] [type=ImportInto] [remaining-slots=51] [2024/05/06 11:54:04.839 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=36] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:54:04.841 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=36] [step=import] [2024/05/06 11:54:04.843 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:04.852 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:54:04.852 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:54:04.853 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:04.853 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:54:04.854 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:54:04.854 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:04.854 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:04.854 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:54:04.854 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:04.871 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:54:04.872 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:54:04.872 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:54:04.872 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=36] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:54:04.872 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=36] [disk-quota=348.5GiB] [2024/05/06 11:54:04.919 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=36] [step=import] [subtask-id=70] [2024/05/06 11:54:04.923 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:54:04.926 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:54:04.927 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=203] [2024/05/06 11:54:04.960 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=203] [key=skip-rows-1.csv:0] [2024/05/06 11:54:04.962 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=203] [key=skip-rows-1.csv:0] [readDur=239.711µs] [encodeDur=1.087029ms] [checksum="{cksum=1726994466585087899,size=123,kvs=3}"] [deliverDur=286.29µs] [type=file] [takeTime=1.977476ms] [] [2024/05/06 11:54:04.962 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=203] [2024/05/06 11:54:04.962 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=123] [kvs=3] [files=1] [sstFileSize=1002] [file=/tmp/tidb/import-4000/36/67ea3590-7c4f-5a31-ade6-de9a31136e82.sst/ca991eb8-071c-456e-8c13-d375868140a1.sst] [firstKey=7480000000000000CB5F728000000000000001] [lastKey=7480000000000000CB5F728000000000000003] [2024/05/06 11:54:05.016 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=203] [key=skip-rows-2.csv:0] [2024/05/06 11:54:05.018 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=203] [key=skip-rows-2.csv:0] [readDur=255.53µs] [encodeDur=1.286205ms] [checksum="{cksum=5624564024173586417,size=164,kvs=4}"] [deliverDur=332.159µs] [type=file] [takeTime=2.285444ms] [] [2024/05/06 11:54:05.019 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=164] [kvs=4] [files=1] [sstFileSize=1017] [file=/tmp/tidb/import-4000/36/67ea3590-7c4f-5a31-ade6-de9a31136e82.sst/43c87a0a-af8d-4799-9624-f63efb941859.sst] [firstKey=7480000000000000CB5F72800000000000000F] [lastKey=7480000000000000CB5F728000000000000012] [2024/05/06 11:54:05.019 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=36] [step=import] [subtask-id=70] [takeTime=100.345382ms] [] [2024/05/06 11:54:05.019 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=36] [step=import] [engine-id=0] [2024/05/06 11:54:05.019 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=36] [step=import] [engine-id=0] [2024/05/06 11:54:05.020 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:54:05.022 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [takeTime=2.049804ms] [] [2024/05/06 11:54:05.022 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [retryCnt=0] [2024/05/06 11:54:05.027 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:54:05.048 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=67ea3590-7c4f-5a31-ade6-de9a31136e82] ["region ranges"=1] [count=7] [size=287] [2024/05/06 11:54:05.049 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:54:05.070 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=67ea3590-7c4f-5a31-ade6-de9a31136e82] [size=287] [kvs=7] [importedSize=287] [importedCount=7] [2024/05/06 11:54:05.073 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [retryCnt=0] [takeTime=51.115657ms] [] [2024/05/06 11:54:05.073 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:54:05.075 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [takeTime=1.59123ms] [] [2024/05/06 11:54:05.075 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=36] [step=import] [engine-id=0] [2024/05/06 11:54:05.075 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:54:05.077 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [takeTime=1.939605ms] [] [2024/05/06 11:54:05.077 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [retryCnt=0] [2024/05/06 11:54:05.077 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:54:05.077 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [retryCnt=0] [takeTime=76.743µs] [] [2024/05/06 11:54:05.077 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:54:05.078 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [takeTime=973.463µs] [] [2024/05/06 11:54:05.132 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=36] [step=import] [2024/05/06 11:54:05.135 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:54:05.135 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:05.135 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:54:05.135 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:54:05.135 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:54:05.135 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:05.135 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:54:05.135 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:05.135 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:05.135 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:05.135 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:05.135 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:05.135 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:54:05.138 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:54:05.138 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:05.138 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:05.138 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:05.138 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:05.138 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=36] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=299.265911ms] [] [2024/05/06 11:54:05.192 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=36] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:54:05.193 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=36] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:54:05.195 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=36] [curr-step=import] [next-step=post-process] [2024/05/06 11:54:05.195 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=36] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:54:05.286 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=36] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":7,\"ColSizeMap\":{\"1\":7,\"2\":42,\"3\":11}}"] [2024/05/06 11:54:05.289 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=36] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:54:05.289 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=36] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=1] [subtasks=1] [2024/05/06 11:54:05.476 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=36] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:54:05.525 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=36] [step=post-process] [subtask-id=71] [2024/05/06 11:54:05.525 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=36] [step=post-process] [subtask-id=71] [2024/05/06 11:54:05.525 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=36] [step=post-process] [subtask-id=71] [2024/05/06 11:54:05.534 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=36] [step=post-process] [subtask-id=71] [takeTime=8.711727ms] [] [2024/05/06 11:54:05.534 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=36] [step=post-process] [subtask-id=71] [groupId=-1] [size=287] [kvs=7] [checksum=6483480866311923818] [2024/05/06 11:54:05.534 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=36] [step=post-process] [subtask-id=71] [checksum="{cksum=6483480866311923818,size=287,kvs=7}"] [2024/05/06 11:54:05.534 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=36] [step=post-process] [subtask-id=71] [weight=30] [2024/05/06 11:54:05.534 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=36] [step=post-process] [subtask-id=71] [concurrency=15] [2024/05/06 11:54:05.538 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=203] [physicalTableID=203] [indexID=-1] [checksum=6483480866311923818] [totalKvs=7] [totalBytes=287] [2024/05/06 11:54:05.539 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=36] [step=post-process] [subtask-id=71] [local="{cksum=6483480866311923818,size=287,kvs=7}"] [2024/05/06 11:54:05.539 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=36] [step=post-process] [subtask-id=71] [takeTime=14.164806ms] [] [2024/05/06 11:54:05.539 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=36] [step=post-process] [subtask-id=71] [takeTime=14.441678ms] [] [2024/05/06 11:54:05.630 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=36] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=153.844321ms] [] [2024/05/06 11:54:05.654 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=36] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:54:05.654 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=36] [step=post-process] [state=running] [] [2024/05/06 11:54:05.658 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=36] [2024/05/06 11:54:05.733 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=36] [type=ImportInto] [2024/05/06 11:54:05.739 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=36] [2024/05/06 11:54:05.763 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:54:05.763 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=36] [2024/05/06 11:54:05.864 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:54:05.941 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.932382514\n# Parse_time: 0.001193919\n# Compile_time: 0.001528183\n# Rewrite_time: 0.000377664\n# Optimize_time: 0.001237591\n# Wait_TS: 0\n# DB: load_data\n# Is_internal: false\n# Digest: 1431ef0f8152ec147cf77c85ee9c8be43939ce00a132572b45fe6bd8841230f7\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS45M3MsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS45M3MsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_data`.`t` FROM 'gs://test-multi-load/skip-rows-*.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH thread=1, skip_rows=1;"] [2024/05/06 11:54:05.950 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=139] [cur_db=load_data] [sql="truncate table t"] [user=root@%] [2024/05/06 11:54:06.031 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:206, Type:truncate table, State:queueing, SchemaState:none, SchemaID:199, TableID:203, RowCount:0, ArgLen:3, start time: 2024-05-06 11:54:05.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:54:06.030 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:206, Type:truncate table, State:queueing, SchemaState:none, SchemaID:199, TableID:203, RowCount:0, ArgLen:3, start time: 2024-05-06 11:54:05.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="truncate table t"] [2024/05/06 11:54:06.109 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=206] [conn=2] [category=ddl] [job="ID:206, Type:truncate table, State:queueing, SchemaState:none, SchemaID:199, TableID:203, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:05.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:06.123 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 199, Table ID: 205, Table Name: t, Old Table ID: 203, Old Table Name: t"] [2024/05/06 11:54:06.186 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=139] [neededSchemaVersion=140] ["start time"=3.087487ms] [gotSchemaVersion=140] [phyTblIDs="[203,205]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 11:54:06.198 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=206] [version=140] [2024/05/06 11:54:06.232 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=140] ["take time"=53.618091ms] [job="ID:206, Type:truncate table, State:done, SchemaState:public, SchemaID:199, TableID:203, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:05.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:06.290 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=206] [tableIDs="[203]"] [comment="drop table: table ID"] [2024/05/06 11:54:06.299 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=206] [jobType="truncate table"] [2024/05/06 11:54:06.304 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=206] [conn=2] [job="ID:206, Type:truncate table, State:synced, SchemaState:public, SchemaID:199, TableID:203, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:05.916 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:06.381 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=206] [2024/05/06 11:54:06.382 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:54:06.386 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.436358334\n# Parse_time: 0.000169666\n# Compile_time: 0.000741901\n# Rewrite_time: 0.000038475\n# Optimize_time: 0.001187842\n# Wait_TS: 0.000590762\n# DB: load_data\n# Is_internal: false\n# Digest: 2ff7fc61fcea18277bed40e235270c83f2a635733db48efecb6208524e5fa5bf\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ntruncate table t;"] [2024/05/06 11:54:06.402 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:06.633 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-multi-load/skip-rows-*.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"skip_rows\":\"3\",\"thread\":\"1\"}}"] [dist-task-enabled=true] [2024/05/06 11:54:06.740 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=37] [task-id=37] [data-size=97B] [thread-cnt=1] [global-sort=false] [2024/05/06 11:54:06.790 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=37] [2024/05/06 11:54:06.790 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=37] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=1] [2024/05/06 11:54:06.899 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=37] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:54:06.901 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=37] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:54:06.902 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=37] [curr-step=init] [next-step=import] [2024/05/06 11:54:06.924 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:06.927 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:54:06.927 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=97] [2024/05/06 11:54:06.928 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=2] [MaxChunkSize=268435456] [RegionsCount=2] [BatchSize=97] [cost=152.334µs] [2024/05/06 11:54:06.928 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=394.454µs] [] [2024/05/06 11:54:06.928 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=37] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:54:06.928 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=37] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=1] [subtasks=1] [2024/05/06 11:54:07.146 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=37] [mode=Import] [2024/05/06 11:54:07.166 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=37] [2024/05/06 11:54:07.180 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=37] [type=ImportInto] [remaining-slots=51] [2024/05/06 11:54:07.232 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=37] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:54:07.234 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=37] [step=import] [2024/05/06 11:54:07.235 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:07.244 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:54:07.244 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:54:07.245 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:07.245 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:54:07.246 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:07.246 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:54:07.246 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:07.246 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:54:07.246 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:07.262 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:54:07.264 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:54:07.264 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:54:07.264 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=37] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:54:07.264 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=37] [disk-quota=348.5GiB] [2024/05/06 11:54:07.318 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=37] [step=import] [subtask-id=72] [2024/05/06 11:54:07.323 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:54:07.326 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:54:07.326 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=205] [2024/05/06 11:54:07.344 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=205] [key=skip-rows-1.csv:0] [2024/05/06 11:54:07.346 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=205] [key=skip-rows-1.csv:0] [readDur=158.128µs] [encodeDur=647.233µs] [checksum="{cksum=15880027770607611968,size=41,kvs=1}"] [deliverDur=278.866µs] [type=file] [takeTime=1.563795ms] [] [2024/05/06 11:54:07.347 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=205] [2024/05/06 11:54:07.347 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=41] [kvs=1] [files=1] [sstFileSize=939] [file=/tmp/tidb/import-4000/37/67ea3590-7c4f-5a31-ade6-de9a31136e82.sst/d94555e6-8ae7-4b07-a0ef-f555242bf114.sst] [firstKey=7480000000000000CD5F728000000000000001] [lastKey=7480000000000000CD5F728000000000000001] [2024/05/06 11:54:07.402 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=205] [key=skip-rows-2.csv:0] [2024/05/06 11:54:07.404 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=205] [key=skip-rows-2.csv:0] [readDur=337.866µs] [encodeDur=1.458767ms] [checksum="{cksum=4333126819455252683,size=82,kvs=2}"] [deliverDur=324.186µs] [type=file] [takeTime=2.682705ms] [] [2024/05/06 11:54:07.405 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=37] [step=import] [subtask-id=72] [takeTime=86.772761ms] [] [2024/05/06 11:54:07.405 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=82] [kvs=2] [files=1] [sstFileSize=987] [file=/tmp/tidb/import-4000/37/67ea3590-7c4f-5a31-ade6-de9a31136e82.sst/713b2b74-503c-4e1f-8638-706a84c259d1.sst] [firstKey=7480000000000000CD5F72800000000000000F] [lastKey=7480000000000000CD5F728000000000000010] [2024/05/06 11:54:07.406 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=37] [step=import] [engine-id=0] [2024/05/06 11:54:07.406 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=37] [step=import] [engine-id=0] [2024/05/06 11:54:07.406 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:54:07.409 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [takeTime=2.862909ms] [] [2024/05/06 11:54:07.409 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [retryCnt=0] [2024/05/06 11:54:07.414 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:54:07.436 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=67ea3590-7c4f-5a31-ade6-de9a31136e82] ["region ranges"=1] [count=3] [size=123] [2024/05/06 11:54:07.437 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:54:07.452 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=67ea3590-7c4f-5a31-ade6-de9a31136e82] [size=123] [kvs=3] [importedSize=123] [importedCount=3] [2024/05/06 11:54:07.454 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [retryCnt=0] [takeTime=44.724221ms] [] [2024/05/06 11:54:07.454 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:54:07.455 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [takeTime=1.408846ms] [] [2024/05/06 11:54:07.455 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=37] [step=import] [engine-id=0] [2024/05/06 11:54:07.455 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:54:07.457 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [takeTime=1.771968ms] [] [2024/05/06 11:54:07.457 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [retryCnt=0] [2024/05/06 11:54:07.457 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:54:07.457 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [retryCnt=0] [takeTime=83.02µs] [] [2024/05/06 11:54:07.457 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:54:07.459 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [takeTime=1.078862ms] [] [2024/05/06 11:54:07.518 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=37] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:54:07.519 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=37] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:54:07.521 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=37] [curr-step=import] [next-step=post-process] [2024/05/06 11:54:07.521 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=37] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:54:07.521 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=37] [step=import] [2024/05/06 11:54:07.526 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:54:07.526 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:07.526 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:54:07.526 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:54:07.526 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:54:07.526 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:07.526 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:54:07.526 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:07.526 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:07.526 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:07.526 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:07.526 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:07.526 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:54:07.529 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:54:07.529 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:07.529 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:07.529 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:07.529 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:07.529 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=37] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=297.077923ms] [] [2024/05/06 11:54:07.601 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=37] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":3,\"ColSizeMap\":{\"1\":3,\"2\":18,\"3\":5}}"] [2024/05/06 11:54:07.603 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=37] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:54:07.603 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=37] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=1] [subtasks=1] [2024/05/06 11:54:07.819 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=37] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:54:07.882 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=37] [step=post-process] [subtask-id=73] [2024/05/06 11:54:07.882 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=37] [step=post-process] [subtask-id=73] [2024/05/06 11:54:07.882 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=37] [step=post-process] [subtask-id=73] [2024/05/06 11:54:07.893 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=37] [step=post-process] [subtask-id=73] [takeTime=10.793448ms] [] [2024/05/06 11:54:07.893 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=37] [step=post-process] [subtask-id=73] [groupId=-1] [size=123] [kvs=3] [checksum=16159877524845660299] [2024/05/06 11:54:07.893 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=37] [step=post-process] [subtask-id=73] [checksum="{cksum=16159877524845660299,size=123,kvs=3}"] [2024/05/06 11:54:07.893 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=37] [step=post-process] [subtask-id=73] [weight=30] [2024/05/06 11:54:07.893 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=37] [step=post-process] [subtask-id=73] [concurrency=15] [2024/05/06 11:54:07.898 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=205] [physicalTableID=205] [indexID=-1] [checksum=16159877524845660299] [totalKvs=3] [totalBytes=123] [2024/05/06 11:54:07.899 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=37] [step=post-process] [subtask-id=73] [local="{cksum=16159877524845660299,size=123,kvs=3}"] [2024/05/06 11:54:07.899 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=37] [step=post-process] [subtask-id=73] [takeTime=16.405958ms] [] [2024/05/06 11:54:07.899 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=37] [step=post-process] [subtask-id=73] [takeTime=16.676523ms] [] [2024/05/06 11:54:07.946 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=37] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=126.558286ms] [] [2024/05/06 11:54:08.013 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=37] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:54:08.013 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=37] [step=post-process] [state=running] [] [2024/05/06 11:54:08.016 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=37] [2024/05/06 11:54:08.077 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=37] [type=ImportInto] [2024/05/06 11:54:08.097 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=37] [2024/05/06 11:54:08.132 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:54:08.133 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=37] [2024/05/06 11:54:08.281 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:54:08.320 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.9319894949999998\n# Parse_time: 0.001021407\n# Compile_time: 0.001495103\n# Rewrite_time: 0.000340711\n# Optimize_time: 0.001187842\n# Wait_TS: 0\n# DB: load_data\n# Is_internal: false\n# Digest: 1431ef0f8152ec147cf77c85ee9c8be43939ce00a132572b45fe6bd8841230f7\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS45M3MsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS45M3MsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_data`.`t` FROM 'gs://test-multi-load/skip-rows-*.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH thread=1, skip_rows=3;"] === RUN TestImportInto/TestImportIntoPrivilegePositiveCase [2024/05/06 11:54:08.331 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=140] [cur_db=load_data] [sql="drop database if exists import_into"] [user=root@%] [2024/05/06 11:54:08.360 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:207, Type:drop schema, State:queueing, SchemaState:public, SchemaID:104, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:08.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:54:08.361 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:207, Type:drop schema, State:queueing, SchemaState:public, SchemaID:104, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:08.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop database if exists import_into"] [2024/05/06 11:54:08.420 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=207] [conn=2] [category=ddl] [job="ID:207, Type:drop schema, State:queueing, SchemaState:public, SchemaID:104, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:08.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:08.463 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=140] [neededSchemaVersion=141] ["start time"=329.776µs] [gotSchemaVersion=141] [phyTblIDs="[139]"] [actionTypes="[2]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:54:08.475 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=207] [version=141] [2024/05/06 11:54:08.512 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=141] ["take time"=53.916032ms] [job="ID:207, Type:drop schema, State:running, SchemaState:write only, SchemaID:104, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:08.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:08.553 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=207] [conn=2] [category=ddl] [job="ID:207, Type:drop schema, State:running, SchemaState:write only, SchemaID:104, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:08.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:08.591 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=141] [neededSchemaVersion=142] ["start time"=212.068µs] [gotSchemaVersion=142] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:54:08.603 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=207] [version=142] [2024/05/06 11:54:08.639 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=142] ["take time"=53.590302ms] [job="ID:207, Type:drop schema, State:running, SchemaState:delete only, SchemaID:104, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:08.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:08.682 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=207] [conn=2] [category=ddl] [job="ID:207, Type:drop schema, State:running, SchemaState:delete only, SchemaID:104, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:08.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:08.759 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=142] [neededSchemaVersion=143] ["start time"=369.236µs] [gotSchemaVersion=143] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:54:08.775 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=207] [version=143] [2024/05/06 11:54:08.806 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=143] ["take time"=53.866605ms] [job="ID:207, Type:drop schema, State:done, SchemaState:none, SchemaID:104, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:08.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:08.881 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=207] [tableIDs="[139]"] [comment="drop schema: table IDs"] [2024/05/06 11:54:08.890 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=207] [jobType="drop schema"] [2024/05/06 11:54:08.894 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=207] [conn=2] [job="ID:207, Type:drop schema, State:synced, SchemaState:none, SchemaID:104, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:08.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:08.950 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=207] [2024/05/06 11:54:08.950 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:54:08.954 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.624908721\n# Parse_time: 0.000538715\n# Compile_time: 0.001088227\n# Rewrite_time: 0.000050256\n# Optimize_time: 0.001388545\n# Wait_TS: 0.000481284\n# DB: load_data\n# Is_internal: false\n# Digest: 2bf6205fd312b0e6558e6060b915b47a10f35edac12a547b88c81cc4b6f4279f\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop database if exists import_into;"] [2024/05/06 11:54:08.956 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=143] [cur_db=load_data] [sql="create database import_into"] [user=root@%] [2024/05/06 11:54:08.988 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:209, Type:create schema, State:queueing, SchemaState:none, SchemaID:208, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:08.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:54:08.988 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:209, Type:create schema, State:queueing, SchemaState:none, SchemaID:208, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:08.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database import_into"] [2024/05/06 11:54:09.074 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=209] [conn=2] [category=ddl] [job="ID:209, Type:create schema, State:queueing, SchemaState:none, SchemaID:208, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:08.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:09.109 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=143] [neededSchemaVersion=144] ["start time"=1.513629ms] [gotSchemaVersion=144] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:54:09.125 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=209] [version=144] [2024/05/06 11:54:09.156 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=144] ["take time"=54.55612ms] [job="ID:209, Type:create schema, State:done, SchemaState:public, SchemaID:208, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:08.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:09.274 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=209] [conn=2] [job="ID:209, Type:create schema, State:synced, SchemaState:public, SchemaID:208, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:08.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:09.319 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=209] [2024/05/06 11:54:09.319 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:54:09.325 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.369559665\n# Parse_time: 0.000434716\n# Compile_time: 0.001006938\n# Rewrite_time: 0.0000367\n# Optimize_time: 0.001388545\n# Wait_TS: 0.000354693\n# DB: load_data\n# Is_internal: false\n# Digest: b2e644a98645255505b98c384516d33fe0a09aa33be2df92d2a39fa8f0a994ce\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ncreate database import_into;"] [2024/05/06 11:54:09.329 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=144] [cur_db=import_into] [sql="create table t (a bigint, b varchar(100), c int);"] [user=root@%] [2024/05/06 11:54:09.383 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:211, Type:create table, State:queueing, SchemaState:none, SchemaID:208, TableID:210, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:09.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:54:09.383 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:211, Type:create table, State:queueing, SchemaState:none, SchemaID:208, TableID:210, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:09.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t (a bigint, b varchar(100), c int);"] [2024/05/06 11:54:09.465 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=211] [conn=2] [category=ddl] [job="ID:211, Type:create table, State:queueing, SchemaState:none, SchemaID:208, TableID:210, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:09.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:09.474 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 208, Table ID: 210, Table Name: t"] [2024/05/06 11:54:09.555 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=144] [neededSchemaVersion=145] ["start time"=2.612129ms] [gotSchemaVersion=145] [phyTblIDs="[210]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:54:09.567 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=211] [version=145] [2024/05/06 11:54:09.602 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=145] ["take time"=54.900138ms] [job="ID:211, Type:create table, State:done, SchemaState:public, SchemaID:208, TableID:210, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:09.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:09.692 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=211] [conn=2] [job="ID:211, Type:create table, State:synced, SchemaState:public, SchemaID:208, TableID:210, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:09.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:09.736 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=211] [2024/05/06 11:54:09.736 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:54:09.741 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.413067015\n# Parse_time: 0.000704866\n# Compile_time: 0.000997828\n# Rewrite_time: 0.000071877\n# Optimize_time: 0.001388545\n# Wait_TS: 0.000581192\n# DB: import_into\n# Is_internal: false\n# Digest: f4ac9d9369c16c7e7781e776841844018e469b33e3f61c50a28d47916121febd\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse import_into;\ncreate table t (a bigint, b varchar(100), c int);"] [2024/05/06 11:54:09.743 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=145] [cur_db=import_into] [sql="DROP USER IF EXISTS 'test_import_into'@'localhost';"] [user=root@%] [2024/05/06 11:54:10.030 +00:00] [INFO] [session.go:3939] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=145] ["secure text"="create user test_import_into@localhost"] [user=root@%] [2024/05/06 11:54:10.263 +00:00] [INFO] [session.go:3939] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=145] ["secure text"="GRANT SELECT on import_into.t to 'test_import_into'@'localhost'"] [user=root@%] [2024/05/06 11:54:10.437 +00:00] [INFO] [session.go:3939] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=145] ["secure text"="GRANT UPDATE on import_into.t to 'test_import_into'@'localhost'"] [user=root@%] [2024/05/06 11:54:10.650 +00:00] [INFO] [session.go:3939] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=145] ["secure text"="GRANT INSERT on import_into.t to 'test_import_into'@'localhost'"] [user=root@%] [2024/05/06 11:54:10.827 +00:00] [INFO] [session.go:3939] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=145] ["secure text"="GRANT DELETE on import_into.t to 'test_import_into'@'localhost'"] [user=root@%] [2024/05/06 11:54:11.025 +00:00] [INFO] [session.go:3939] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=145] ["secure text"="GRANT ALTER on import_into.t to 'test_import_into'@'localhost'"] [user=root@%] [2024/05/06 11:54:11.208 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:11.466 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://privilege-test/db.tbl.*.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 11:54:11.573 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=38] [task-id=38] [data-size=21B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:54:11.622 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=38] [2024/05/06 11:54:11.622 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=38] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:54:11.728 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=38] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:54:11.730 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=38] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:54:11.731 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=38] [curr-step=init] [next-step=import] [2024/05/06 11:54:11.756 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:11.759 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:54:11.759 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=21] [2024/05/06 11:54:11.759 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=21] [cost=89.269µs] [2024/05/06 11:54:11.759 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=286.623µs] [] [2024/05/06 11:54:11.759 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=38] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:54:11.759 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=38] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:54:11.932 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=38] [mode=Import] [2024/05/06 11:54:11.953 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=38] [2024/05/06 11:54:11.984 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=38] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:54:12.036 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=38] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:54:12.037 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=38] [step=import] [2024/05/06 11:54:12.039 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:12.047 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:54:12.047 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:54:12.048 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:12.048 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:54:12.049 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:12.049 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:54:12.049 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:54:12.049 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:12.049 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:12.065 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:54:12.066 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:54:12.066 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:54:12.066 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=38] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:54:12.066 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=38] [disk-quota=348.5GiB] [2024/05/06 11:54:12.114 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=38] [step=import] [subtask-id=74] [2024/05/06 11:54:12.119 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:54:12.123 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:54:12.124 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=210] [2024/05/06 11:54:12.144 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=210] [key=db.tbl.001.csv:0] [2024/05/06 11:54:12.147 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=210] [key=db.tbl.001.csv:0] [readDur=1.219605ms] [encodeDur=1.017378ms] [checksum="{cksum=1675147975136326378,size=82,kvs=2}"] [deliverDur=291.964µs] [type=file] [takeTime=2.910679ms] [] [2024/05/06 11:54:12.148 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=38] [step=import] [subtask-id=74] [takeTime=33.486335ms] [] [2024/05/06 11:54:12.148 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=82] [kvs=2] [files=1] [sstFileSize=987] [file=/tmp/tidb/import-4000/38/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/7ee57e9f-4293-4335-b46c-8db86a709254.sst] [firstKey=7480000000000000D25F728000000000000001] [lastKey=7480000000000000D25F728000000000000002] [2024/05/06 11:54:12.148 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=38] [step=import] [engine-id=0] [2024/05/06 11:54:12.148 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=38] [step=import] [engine-id=0] [2024/05/06 11:54:12.148 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:54:12.151 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [takeTime=2.397118ms] [] [2024/05/06 11:54:12.151 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [retryCnt=0] [2024/05/06 11:54:12.157 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:54:12.179 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] ["region ranges"=1] [count=2] [size=82] [2024/05/06 11:54:12.179 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:54:12.194 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [size=82] [kvs=2] [importedSize=82] [importedCount=2] [2024/05/06 11:54:12.196 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [retryCnt=0] [takeTime=45.434542ms] [] [2024/05/06 11:54:12.196 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:54:12.197 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [takeTime=1.03263ms] [] [2024/05/06 11:54:12.197 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=38] [step=import] [engine-id=0] [2024/05/06 11:54:12.198 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:54:12.199 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [takeTime=1.751039ms] [] [2024/05/06 11:54:12.199 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [retryCnt=0] [2024/05/06 11:54:12.199 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:54:12.200 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [retryCnt=0] [takeTime=89.117µs] [] [2024/05/06 11:54:12.200 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:54:12.201 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [takeTime=1.049798ms] [] [2024/05/06 11:54:12.251 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=38] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:54:12.252 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=38] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:54:12.253 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=38] [curr-step=import] [next-step=post-process] [2024/05/06 11:54:12.253 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=38] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:54:12.262 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=38] [step=import] [2024/05/06 11:54:12.264 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:12.264 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:54:12.264 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:54:12.264 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:12.264 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:54:12.264 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:54:12.264 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:12.265 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:54:12.265 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:12.265 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:12.265 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:12.265 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:12.265 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:54:12.267 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:54:12.267 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:12.267 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:12.267 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:12.267 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:12.267 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=38] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=231.297395ms] [] [2024/05/06 11:54:12.366 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=38] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":2,\"ColSizeMap\":{\"1\":2,\"2\":12,\"3\":2}}"] [2024/05/06 11:54:12.368 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=38] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:54:12.368 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=38] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:54:12.534 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=38] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:54:12.581 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=38] [step=post-process] [subtask-id=75] [2024/05/06 11:54:12.581 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=38] [step=post-process] [subtask-id=75] [2024/05/06 11:54:12.581 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=38] [step=post-process] [subtask-id=75] [2024/05/06 11:54:12.588 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=38] [step=post-process] [subtask-id=75] [takeTime=7.40184ms] [] [2024/05/06 11:54:12.588 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=38] [step=post-process] [subtask-id=75] [groupId=-1] [size=82] [kvs=2] [checksum=1675147975136326378] [2024/05/06 11:54:12.588 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=38] [step=post-process] [subtask-id=75] [checksum="{cksum=1675147975136326378,size=82,kvs=2}"] [2024/05/06 11:54:12.589 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=38] [step=post-process] [subtask-id=75] [weight=30] [2024/05/06 11:54:12.589 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=38] [step=post-process] [subtask-id=75] [concurrency=15] [2024/05/06 11:54:12.592 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=210] [physicalTableID=210] [indexID=-1] [checksum=1675147975136326378] [totalKvs=2] [totalBytes=82] [2024/05/06 11:54:12.593 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=38] [step=post-process] [subtask-id=75] [local="{cksum=1675147975136326378,size=82,kvs=2}"] [2024/05/06 11:54:12.593 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=38] [step=post-process] [subtask-id=75] [takeTime=11.989153ms] [] [2024/05/06 11:54:12.593 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=38] [step=post-process] [subtask-id=75] [takeTime=12.19139ms] [] [2024/05/06 11:54:12.641 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=38] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=106.113548ms] [] [2024/05/06 11:54:12.648 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=38] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:54:12.648 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=38] [step=post-process] [state=running] [] [2024/05/06 11:54:12.651 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=38] [2024/05/06 11:54:12.727 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=38] [type=ImportInto] [2024/05/06 11:54:12.732 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=38] [2024/05/06 11:54:12.758 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:54:12.759 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=38] [2024/05/06 11:54:12.837 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: test_import_into[test_import_into] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.644390473\n# Parse_time: 0.000424315\n# Compile_time: 0.00118635\n# Rewrite_time: 0.000305676\n# Optimize_time: 0.001388545\n# Wait_TS: 0\n# DB: import_into\n# Is_internal: false\n# Digest: 2151a8f4fc4821c35c9e69ec11b64682fe15dd1bf9a02fb5753a416004d4f9c9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS42NHMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS42NHMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `import_into`.`t` FROM 'gs://privilege-test/db.tbl.*.csv?endpoint=http://127.0.0.1:4443/storage/v1/';"] [2024/05/06 11:54:12.847 +00:00] [INFO] [sem.go:78] ["tidb-server is operating with security enhanced mode (SEM) enabled"] [2024/05/06 11:54:12.848 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=145] [cur_db=import_into] [sql="truncate table t"] [user=root@%] [2024/05/06 11:54:12.864 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:54:12.879 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:213, Type:truncate table, State:queueing, SchemaState:none, SchemaID:208, TableID:210, RowCount:0, ArgLen:3, start time: 2024-05-06 11:54:12.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:54:12.879 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:213, Type:truncate table, State:queueing, SchemaState:none, SchemaID:208, TableID:210, RowCount:0, ArgLen:3, start time: 2024-05-06 11:54:12.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="truncate table t"] [2024/05/06 11:54:12.947 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=213] [conn=2] [category=ddl] [job="ID:213, Type:truncate table, State:queueing, SchemaState:none, SchemaID:208, TableID:210, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:12.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:12.960 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 208, Table ID: 212, Table Name: t, Old Table ID: 210, Old Table Name: t"] [2024/05/06 11:54:13.017 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=145] [neededSchemaVersion=146] ["start time"=2.879263ms] [gotSchemaVersion=146] [phyTblIDs="[210,212]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 11:54:13.030 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=213] [version=146] [2024/05/06 11:54:13.064 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=146] ["take time"=58.955393ms] [job="ID:213, Type:truncate table, State:done, SchemaState:public, SchemaID:208, TableID:210, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:12.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:13.165 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=213] [tableIDs="[210]"] [comment="drop table: table ID"] [2024/05/06 11:54:13.173 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=213] [jobType="truncate table"] [2024/05/06 11:54:13.177 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=213] [conn=2] [job="ID:213, Type:truncate table, State:synced, SchemaState:public, SchemaID:208, TableID:210, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:12.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:13.245 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=213] [2024/05/06 11:54:13.245 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:54:13.249 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.401589276\n# Parse_time: 0.00018049\n# Compile_time: 0.000779332\n# Rewrite_time: 0.000046628\n# Optimize_time: 0.002133698\n# Wait_TS: 0.000384768\n# DB: import_into\n# Is_internal: false\n# Digest: 2ff7fc61fcea18277bed40e235270c83f2a635733db48efecb6208524e5fa5bf\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ntruncate table t;"] [2024/05/06 11:54:13.264 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:13.503 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://privilege-test/db.tbl.*.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 11:54:13.659 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=39] [task-id=39] [data-size=21B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:54:13.697 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=39] [2024/05/06 11:54:13.697 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=39] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:54:13.807 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=39] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:54:13.809 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=39] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:54:13.811 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=39] [curr-step=init] [next-step=import] [2024/05/06 11:54:13.834 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:13.836 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:54:13.836 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=21] [2024/05/06 11:54:13.836 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=21] [cost=55.901µs] [2024/05/06 11:54:13.836 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=161.777µs] [] [2024/05/06 11:54:13.837 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=39] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:54:13.837 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=39] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:54:14.021 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=39] [mode=Import] [2024/05/06 11:54:14.041 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=39] [2024/05/06 11:54:14.065 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=39] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:54:14.117 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=39] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:54:14.118 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=39] [step=import] [2024/05/06 11:54:14.119 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:14.127 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:54:14.127 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:54:14.128 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:14.128 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:54:14.128 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:14.129 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:54:14.129 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:14.129 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:54:14.129 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:14.142 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:54:14.144 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:54:14.144 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:54:14.144 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=39] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:54:14.144 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=39] [disk-quota=348.5GiB] [2024/05/06 11:54:14.184 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=39] [step=import] [subtask-id=76] [2024/05/06 11:54:14.188 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:54:14.191 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:54:14.192 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=212] [2024/05/06 11:54:14.212 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=212] [key=db.tbl.001.csv:0] [2024/05/06 11:54:14.216 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=212] [key=db.tbl.001.csv:0] [readDur=1.538384ms] [encodeDur=1.079224ms] [checksum="{cksum=1675147975136326378,size=82,kvs=2}"] [deliverDur=361.634µs] [type=file] [takeTime=3.480777ms] [] [2024/05/06 11:54:14.217 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=39] [step=import] [subtask-id=76] [takeTime=33.397281ms] [] [2024/05/06 11:54:14.217 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=82] [kvs=2] [files=1] [sstFileSize=987] [file=/tmp/tidb/import-4000/39/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/7d0e3d36-548c-4fcc-a3a1-e120ef71bc45.sst] [firstKey=7480000000000000D45F728000000000000001] [lastKey=7480000000000000D45F728000000000000002] [2024/05/06 11:54:14.217 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=39] [step=import] [engine-id=0] [2024/05/06 11:54:14.217 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=39] [step=import] [engine-id=0] [2024/05/06 11:54:14.217 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:54:14.220 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [takeTime=2.455538ms] [] [2024/05/06 11:54:14.220 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [retryCnt=0] [2024/05/06 11:54:14.225 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:54:14.247 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] ["region ranges"=1] [count=2] [size=82] [2024/05/06 11:54:14.247 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:54:14.261 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [size=82] [kvs=2] [importedSize=82] [importedCount=2] [2024/05/06 11:54:14.263 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [retryCnt=0] [takeTime=43.066053ms] [] [2024/05/06 11:54:14.263 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:54:14.264 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [takeTime=995.9µs] [] [2024/05/06 11:54:14.264 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=39] [step=import] [engine-id=0] [2024/05/06 11:54:14.264 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:54:14.266 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [takeTime=1.483952ms] [] [2024/05/06 11:54:14.266 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [retryCnt=0] [2024/05/06 11:54:14.266 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:54:14.266 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [retryCnt=0] [takeTime=60.697µs] [] [2024/05/06 11:54:14.266 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:54:14.267 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [takeTime=914.078µs] [] [2024/05/06 11:54:14.319 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=39] [step=import] [2024/05/06 11:54:14.323 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:14.323 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:54:14.323 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:54:14.323 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:54:14.323 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:14.323 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:54:14.323 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:54:14.323 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:14.323 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:14.323 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:14.323 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:14.323 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:14.323 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:54:14.324 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=39] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:54:14.325 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:54:14.325 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:14.325 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:14.325 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:14.325 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:14.325 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=39] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=208.767941ms] [] [2024/05/06 11:54:14.326 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=39] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:54:14.328 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=39] [curr-step=import] [next-step=post-process] [2024/05/06 11:54:14.328 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=39] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:54:14.441 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=39] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":2,\"ColSizeMap\":{\"1\":2,\"2\":12,\"3\":2}}"] [2024/05/06 11:54:14.443 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=39] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:54:14.443 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=39] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:54:14.594 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=39] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:54:14.645 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=39] [step=post-process] [subtask-id=77] [2024/05/06 11:54:14.645 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=39] [step=post-process] [subtask-id=77] [2024/05/06 11:54:14.645 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=39] [step=post-process] [subtask-id=77] [2024/05/06 11:54:14.654 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=39] [step=post-process] [subtask-id=77] [takeTime=8.876332ms] [] [2024/05/06 11:54:14.655 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=39] [step=post-process] [subtask-id=77] [groupId=-1] [size=82] [kvs=2] [checksum=1675147975136326378] [2024/05/06 11:54:14.655 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=39] [step=post-process] [subtask-id=77] [checksum="{cksum=1675147975136326378,size=82,kvs=2}"] [2024/05/06 11:54:14.655 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=39] [step=post-process] [subtask-id=77] [weight=30] [2024/05/06 11:54:14.655 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=39] [step=post-process] [subtask-id=77] [concurrency=15] [2024/05/06 11:54:14.659 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=212] [physicalTableID=212] [indexID=-1] [checksum=1675147975136326378] [totalKvs=2] [totalBytes=82] [2024/05/06 11:54:14.659 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=39] [step=post-process] [subtask-id=77] [local="{cksum=1675147975136326378,size=82,kvs=2}"] [2024/05/06 11:54:14.659 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=39] [step=post-process] [subtask-id=77] [takeTime=13.902331ms] [] [2024/05/06 11:54:14.659 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=39] [step=post-process] [subtask-id=77] [takeTime=14.141374ms] [] [2024/05/06 11:54:14.704 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=39] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=109.434948ms] [] [2024/05/06 11:54:14.718 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=39] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:54:14.718 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=39] [step=post-process] [state=running] [] [2024/05/06 11:54:14.721 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=39] [2024/05/06 11:54:14.820 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=39] [type=ImportInto] [2024/05/06 11:54:14.820 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=39] [2024/05/06 11:54:14.844 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:54:14.844 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=39] [2024/05/06 11:54:14.933 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: test_import_into[test_import_into] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.682202765\n# Parse_time: 0.000730217\n# Compile_time: 0.001815964\n# Rewrite_time: 0.000304048\n# Optimize_time: 0.002133698\n# Wait_TS: 0\n# DB: import_into\n# Is_internal: false\n# Digest: 2151a8f4fc4821c35c9e69ec11b64682fe15dd1bf9a02fb5753a416004d4f9c9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS42OHMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS42OHMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `import_into`.`t` FROM 'gs://privilege-test/db.tbl.*.csv?endpoint=http://127.0.0.1:4443/storage/v1/';"] [2024/05/06 11:54:14.943 +00:00] [WARN] [session.go:2111] ["compile SQL failed"] [error="[planner:1227]Access denied; you need (at least one of) the FILE privilege(s) for this operation"] [errorVerbose="[planner:1227]Access denied; you need (at least one of) the FILE privilege(s) for this operation\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).buildImportInto\n\tpkg/planner/core/planbuilder.go:4207\ngithub.com/pingcap/tidb/pkg/planner/core.(*PlanBuilder).Build\n\tpkg/planner/core/planbuilder.go:520\ngithub.com/pingcap/tidb/pkg/planner.buildLogicalPlan\n\tpkg/planner/optimize.go:549\ngithub.com/pingcap/tidb/pkg/planner.optimize\n\tpkg/planner/optimize.go:466\ngithub.com/pingcap/tidb/pkg/planner.Optimize\n\tpkg/planner/optimize.go:334\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:102\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2089\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:390\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:363\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\tpkg/testkit/testkit.go:436\ntests/realtikvtest/importintotest/importintotest_test.(*mockGCSSuite).TestImportIntoPrivilegePositiveCase\n\ttests/realtikvtest/importintotest/import_into_test.go:111\nreflect.Value.call\n\tGOROOT/src/reflect/value.go:596\nreflect.Value.Call\n\tGOROOT/src/reflect/value.go:380\ngithub.com/stretchr/testify/suite.Run.func1\n\texternal/com_github_stretchr_testify/suite/suite.go:202\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [SQL="IMPORT INTO t FROM '/tmp/TestImportIntoTestImportIntoPrivilegePositiveCase435036482/001/file.csv'"] [2024/05/06 11:54:14.945 +00:00] [INFO] [session.go:3939] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=146] ["secure text"="GRANT FILE on *.* to 'test_import_into'@'localhost'"] [user=root@%] [2024/05/06 11:54:14.957 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:54:15.097 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=146] [cur_db=import_into] [sql="truncate table t"] [user=root@%] [2024/05/06 11:54:15.133 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:215, Type:truncate table, State:queueing, SchemaState:none, SchemaID:208, TableID:212, RowCount:0, ArgLen:3, start time: 2024-05-06 11:54:15.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="truncate table t"] [2024/05/06 11:54:15.133 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:215, Type:truncate table, State:queueing, SchemaState:none, SchemaID:208, TableID:212, RowCount:0, ArgLen:3, start time: 2024-05-06 11:54:15.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:54:15.238 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=215] [conn=2] [category=ddl] [job="ID:215, Type:truncate table, State:queueing, SchemaState:none, SchemaID:208, TableID:212, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:15.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:15.253 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 208, Table ID: 214, Table Name: t, Old Table ID: 212, Old Table Name: t"] [2024/05/06 11:54:15.319 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=146] [neededSchemaVersion=147] ["start time"=2.702501ms] [gotSchemaVersion=147] [phyTblIDs="[212,214]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 11:54:15.332 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=215] [version=147] [2024/05/06 11:54:15.365 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=147] ["take time"=53.790039ms] [job="ID:215, Type:truncate table, State:done, SchemaState:public, SchemaID:208, TableID:212, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:15.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:15.435 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=215] [tableIDs="[212]"] [comment="drop table: table ID"] [2024/05/06 11:54:15.445 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=215] [jobType="truncate table"] [2024/05/06 11:54:15.450 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=215] [conn=2] [job="ID:215, Type:truncate table, State:synced, SchemaState:public, SchemaID:208, TableID:212, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:15.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:15.509 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=215] [2024/05/06 11:54:15.509 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:54:15.516 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.419561468\n# Parse_time: 0.000183756\n# Compile_time: 0.000697314\n# Rewrite_time: 0.000040309\n# Optimize_time: 0.001748791\n# Wait_TS: 0.000425733\n# DB: import_into\n# Is_internal: false\n# Digest: 2ff7fc61fcea18277bed40e235270c83f2a635733db48efecb6208524e5fa5bf\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ntruncate table t;"] [2024/05/06 11:54:15.773 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"/tmp/TestImportIntoTestImportIntoPrivilegePositiveCase435036482/001/file.csv\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 11:54:15.773 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:54:15.773 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=21] [2024/05/06 11:54:15.773 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=21] [cost=50.756µs] [2024/05/06 11:54:15.774 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=230.365µs] [] [2024/05/06 11:54:15.880 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=40] [task-id=40] [data-size=21B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:54:15.922 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=40] [2024/05/06 11:54:15.922 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=40] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:54:16.027 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=40] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:54:16.029 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=40] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:54:16.031 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=40] [curr-step=init] [next-step=import] [2024/05/06 11:54:16.063 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=40] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:54:16.063 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=40] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:54:16.243 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=40] [mode=Import] [2024/05/06 11:54:16.263 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=40] [2024/05/06 11:54:16.301 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=40] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:54:16.347 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=40] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:54:16.349 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=40] [step=import] [2024/05/06 11:54:16.358 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:54:16.358 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:54:16.358 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:16.358 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:54:16.359 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:16.359 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:16.360 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:54:16.360 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:16.360 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:54:16.374 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:54:16.376 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:54:16.376 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:54:16.376 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=40] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:54:16.376 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=40] [disk-quota=348.5GiB] [2024/05/06 11:54:16.426 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=40] [step=import] [subtask-id=78] [2024/05/06 11:54:16.430 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:54:16.434 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:54:16.434 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=214] [2024/05/06 11:54:16.480 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=214] [key=file.csv:0] [2024/05/06 11:54:16.482 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=214] [key=file.csv:0] [readDur=253.788µs] [encodeDur=811.39µs] [checksum="{cksum=1675147975136326378,size=82,kvs=2}"] [deliverDur=276.227µs] [type=file] [takeTime=1.796985ms] [] [2024/05/06 11:54:16.483 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=40] [step=import] [subtask-id=78] [takeTime=56.943645ms] [] [2024/05/06 11:54:16.483 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=82] [kvs=2] [files=1] [sstFileSize=987] [file=/tmp/tidb/import-4000/40/ab3834ca-0a02-50c6-81ad-d45c1915b7bb.sst/af1571b9-6f14-43be-8dc6-898780754234.sst] [firstKey=7480000000000000D65F728000000000000001] [lastKey=7480000000000000D65F728000000000000002] [2024/05/06 11:54:16.483 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=40] [step=import] [engine-id=0] [2024/05/06 11:54:16.483 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=40] [step=import] [engine-id=0] [2024/05/06 11:54:16.483 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:54:16.485 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [takeTime=2.125357ms] [] [2024/05/06 11:54:16.485 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [retryCnt=0] [2024/05/06 11:54:16.490 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:54:16.512 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] ["region ranges"=1] [count=2] [size=82] [2024/05/06 11:54:16.512 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:54:16.563 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [size=82] [kvs=2] [importedSize=82] [importedCount=2] [2024/05/06 11:54:16.565 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [retryCnt=0] [takeTime=79.871002ms] [] [2024/05/06 11:54:16.565 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [2024/05/06 11:54:16.567 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:0] [engineUUID=ab3834ca-0a02-50c6-81ad-d45c1915b7bb] [takeTime=1.485982ms] [] [2024/05/06 11:54:16.567 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=40] [step=import] [engine-id=0] [2024/05/06 11:54:16.567 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:54:16.569 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [takeTime=1.854986ms] [] [2024/05/06 11:54:16.569 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [retryCnt=0] [2024/05/06 11:54:16.569 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:54:16.569 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [retryCnt=0] [takeTime=63.034µs] [] [2024/05/06 11:54:16.569 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [2024/05/06 11:54:16.570 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`import_into`.`t`:-1] [engineUUID=2d9462f7-8d8a-52db-8655-8d0214d0d974] [takeTime=1.003461ms] [] [2024/05/06 11:54:16.625 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=40] [step=import] [2024/05/06 11:54:16.629 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:16.629 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:16.630 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:54:16.630 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:54:16.630 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:54:16.630 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:54:16.630 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:54:16.630 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:16.630 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:16.630 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:16.630 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:16.630 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:16.630 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:54:16.633 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:54:16.633 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:16.633 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:16.633 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:16.633 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:16.633 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=40] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=285.526754ms] [] [2024/05/06 11:54:16.646 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=40] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:54:16.647 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=40] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:54:16.649 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=40] [curr-step=import] [next-step=post-process] [2024/05/06 11:54:16.649 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=40] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:54:16.728 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=40] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":2,\"ColSizeMap\":{\"1\":2,\"2\":12,\"3\":2}}"] [2024/05/06 11:54:16.729 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=40] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:54:16.730 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=40] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:54:16.983 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=40] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:54:17.041 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=40] [step=post-process] [subtask-id=79] [2024/05/06 11:54:17.041 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=40] [step=post-process] [subtask-id=79] [2024/05/06 11:54:17.041 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=40] [step=post-process] [subtask-id=79] [2024/05/06 11:54:17.051 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=40] [step=post-process] [subtask-id=79] [takeTime=10.216971ms] [] [2024/05/06 11:54:17.051 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=40] [step=post-process] [subtask-id=79] [groupId=-1] [size=82] [kvs=2] [checksum=1675147975136326378] [2024/05/06 11:54:17.051 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=40] [step=post-process] [subtask-id=79] [checksum="{cksum=1675147975136326378,size=82,kvs=2}"] [2024/05/06 11:54:17.051 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=40] [step=post-process] [subtask-id=79] [weight=30] [2024/05/06 11:54:17.052 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=40] [step=post-process] [subtask-id=79] [concurrency=15] [2024/05/06 11:54:17.056 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=214] [physicalTableID=214] [indexID=-1] [checksum=1675147975136326378] [totalKvs=2] [totalBytes=82] [2024/05/06 11:54:17.056 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=40] [step=post-process] [subtask-id=79] [local="{cksum=1675147975136326378,size=82,kvs=2}"] [2024/05/06 11:54:17.056 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=40] [step=post-process] [subtask-id=79] [takeTime=15.432672ms] [] [2024/05/06 11:54:17.056 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=40] [step=post-process] [subtask-id=79] [takeTime=15.74143ms] [] [2024/05/06 11:54:17.111 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=40] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=127.372283ms] [] [2024/05/06 11:54:17.153 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=40] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:54:17.153 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=40] [step=post-process] [state=running] [] [2024/05/06 11:54:17.156 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=40] [2024/05/06 11:54:17.213 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=40] [type=ImportInto] [2024/05/06 11:54:17.227 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=40] [2024/05/06 11:54:17.258 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:54:17.258 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=40] [2024/05/06 11:54:17.355 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:54:17.457 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: test_import_into[test_import_into] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.939615726\n# Parse_time: 0.000677976\n# Compile_time: 0.001360327\n# Rewrite_time: 0.00030282\n# Optimize_time: 0.001748791\n# Wait_TS: 0\n# DB: import_into\n# Is_internal: false\n# Digest: 2151a8f4fc4821c35c9e69ec11b64682fe15dd1bf9a02fb5753a416004d4f9c9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS45NHMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS45NHMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `import_into`.`t` FROM '/tmp/TestImportIntoTestImportIntoPrivilegePositiveCase435036482/001/file.csv';"] === RUN TestImportInto/TestImportMode [2024/05/06 11:54:17.471 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=147] [cur_db=import_into] [sql="DROP DATABASE IF EXISTS load_data;"] [user=root@%] [2024/05/06 11:54:17.499 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:216, Type:drop schema, State:queueing, SchemaState:public, SchemaID:199, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:17.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:54:17.499 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:216, Type:drop schema, State:queueing, SchemaState:public, SchemaID:199, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:17.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="DROP DATABASE IF EXISTS load_data;"] [2024/05/06 11:54:17.559 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=216] [conn=2] [category=ddl] [job="ID:216, Type:drop schema, State:queueing, SchemaState:public, SchemaID:199, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:17.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:17.596 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=147] [neededSchemaVersion=148] ["start time"=289.8µs] [gotSchemaVersion=148] [phyTblIDs="[205]"] [actionTypes="[2]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:54:17.612 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=216] [version=148] [2024/05/06 11:54:17.645 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=148] ["take time"=53.129113ms] [job="ID:216, Type:drop schema, State:running, SchemaState:write only, SchemaID:199, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:17.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:17.683 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=216] [conn=2] [category=ddl] [job="ID:216, Type:drop schema, State:running, SchemaState:write only, SchemaID:199, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:17.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:17.728 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=148] [neededSchemaVersion=149] ["start time"=208.324µs] [gotSchemaVersion=149] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:54:17.739 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=216] [version=149] [2024/05/06 11:54:17.777 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=149] ["take time"=53.469598ms] [job="ID:216, Type:drop schema, State:running, SchemaState:delete only, SchemaID:199, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:17.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:17.866 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=216] [conn=2] [category=ddl] [job="ID:216, Type:drop schema, State:running, SchemaState:delete only, SchemaID:199, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:17.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:17.942 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=149] [neededSchemaVersion=150] ["start time"=271.162µs] [gotSchemaVersion=150] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:54:17.957 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=216] [version=150] [2024/05/06 11:54:17.990 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=150] ["take time"=54.018819ms] [job="ID:216, Type:drop schema, State:done, SchemaState:none, SchemaID:199, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:17.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:18.065 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=216] [tableIDs="[205]"] [comment="drop schema: table IDs"] [2024/05/06 11:54:18.075 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=216] [jobType="drop schema"] [2024/05/06 11:54:18.080 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=216] [conn=2] [job="ID:216, Type:drop schema, State:synced, SchemaState:none, SchemaID:199, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:17.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:18.131 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=216] [2024/05/06 11:54:18.131 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:54:18.135 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.666198797\n# Parse_time: 0.000756748\n# Compile_time: 0.00106239\n# Rewrite_time: 0.000050424\n# Optimize_time: 0.001379717\n# Wait_TS: 0.000452805\n# DB: import_into\n# Is_internal: false\n# Digest: 56257f0c0dee1f157d6b4394eb3c67f0af51887b4f515caad24d258b1a7ab179\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nDROP DATABASE IF EXISTS load_data;"] [2024/05/06 11:54:18.138 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=150] [cur_db=import_into] [sql="CREATE DATABASE load_data;"] [user=root@%] [2024/05/06 11:54:18.173 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:218, Type:create schema, State:queueing, SchemaState:none, SchemaID:217, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:18.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:54:18.173 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:218, Type:create schema, State:queueing, SchemaState:none, SchemaID:217, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:18.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE load_data;"] [2024/05/06 11:54:18.240 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=218] [conn=2] [category=ddl] [job="ID:218, Type:create schema, State:queueing, SchemaState:none, SchemaID:217, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:18.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:18.283 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=150] [neededSchemaVersion=151] ["start time"=1.104931ms] [gotSchemaVersion=151] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:54:18.294 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=218] [version=151] [2024/05/06 11:54:18.331 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=151] ["take time"=53.439084ms] [job="ID:218, Type:create schema, State:done, SchemaState:public, SchemaID:217, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:18.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:18.375 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=218] [conn=2] [job="ID:218, Type:create schema, State:synced, SchemaState:public, SchemaID:217, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:18.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:18.475 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=218] [2024/05/06 11:54:18.475 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:54:18.480 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.343644092\n# Parse_time: 0.000630965\n# Compile_time: 0.001185496\n# Rewrite_time: 0.000034\n# Optimize_time: 0.001379717\n# Wait_TS: 0.000404265\n# DB: import_into\n# Is_internal: false\n# Digest: ca60166e3dbebade2b09ffd4df8b6b04a5c001cc16f9b9d9e7cea22e5725278b\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE DATABASE load_data;"] [2024/05/06 11:54:18.483 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=151] [cur_db=import_into] [sql="CREATE TABLE load_data.import_mode (a INT, b INT, c int);"] [user=root@%] [2024/05/06 11:54:18.606 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:220, Type:create table, State:queueing, SchemaState:none, SchemaID:217, TableID:219, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:18.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:54:18.606 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:220, Type:create table, State:queueing, SchemaState:none, SchemaID:217, TableID:219, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:18.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE load_data.import_mode (a INT, b INT, c int);"] [2024/05/06 11:54:18.664 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=220] [conn=2] [category=ddl] [job="ID:220, Type:create table, State:queueing, SchemaState:none, SchemaID:217, TableID:219, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:18.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:18.672 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 217, Table ID: 219, Table Name: import_mode"] [2024/05/06 11:54:18.818 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=151] [neededSchemaVersion=152] ["start time"=3.00131ms] [gotSchemaVersion=152] [phyTblIDs="[219]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:54:18.830 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=220] [version=152] [2024/05/06 11:54:18.862 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=152] ["take time"=53.627947ms] [job="ID:220, Type:create table, State:done, SchemaState:public, SchemaID:217, TableID:219, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:18.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:18.982 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=220] [conn=2] [job="ID:220, Type:create table, State:synced, SchemaState:public, SchemaID:217, TableID:219, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:18.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:19.113 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=220] [2024/05/06 11:54:19.113 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:54:19.118 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.637619795\n# Parse_time: 0.001433545\n# Compile_time: 0.001325741\n# Rewrite_time: 0.000065275\n# Optimize_time: 0.001379717\n# Wait_TS: 0.000438491\n# DB: import_into\n# Is_internal: false\n# Digest: 7c79d972eb975faec6764039c1dfcf136733d01396f4f8bdcf65ab0f431a0497\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE load_data.import_mode (a INT, b INT, c int);"] [2024/05/06 11:54:19.137 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:19.341 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-load/import_mode-*.tsv?access-key=xxxxxx\\u0026endpoint=http%3A%2F%2F127.0.0.1%3A4443%2Fstorage%2Fv1%2F\\u0026secret-access-key=xxxxxx\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 11:54:19.517 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=41] [task-id=41] [data-size=8B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:54:19.558 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=41] [2024/05/06 11:54:19.558 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=41] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:54:19.663 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=41] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:54:19.665 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=41] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:54:19.666 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=41] [curr-step=init] [next-step=import] [2024/05/06 11:54:19.686 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:19.689 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=import_mode] [2024/05/06 11:54:19.689 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=import_mode] [before=536870912000] [after=8] [2024/05/06 11:54:19.689 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=import_mode] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=8] [cost=54.81µs] [2024/05/06 11:54:19.689 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=import_mode] [takeTime=185.973µs] [] [2024/05/06 11:54:19.689 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=41] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:54:19.689 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=41] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:54:19.829 +00:00] [INFO] [import_into_test.go:803] [ToImportMode] [2024/05/06 11:54:19.835 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=41] [2024/05/06 11:54:19.892 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=41] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:54:19.944 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=41] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:54:19.947 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=41] [step=import] [2024/05/06 11:54:19.948 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:19.957 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:54:19.957 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:54:19.958 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:19.958 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:54:19.959 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:19.959 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:19.959 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:54:19.959 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:54:19.959 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:20.024 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:54:20.026 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:54:20.026 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=import_mode] [quota=374.2GB] [2024/05/06 11:54:20.026 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=41] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:54:20.026 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=import_mode] [import-id=41] [disk-quota=348.5GiB] [2024/05/06 11:54:20.070 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=41] [step=import] [subtask-id=80] [2024/05/06 11:54:20.073 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:0] [engineUUID=1ccc2128-36af-5780-96ac-757ded6634c4] [2024/05/06 11:54:20.077 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:-1] [engineUUID=86c1a897-a1cd-5c05-8035-3b378e34349a] [2024/05/06 11:54:20.077 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=219] [2024/05/06 11:54:20.094 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=219] [key=import_mode-1.tsv:0] [2024/05/06 11:54:20.096 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=219] [key=import_mode-1.tsv:0] [readDur=1.427309ms] [encodeDur=445.66µs] [checksum="{cksum=13229870688400196519,size=37,kvs=1}"] [deliverDur=288.326µs] [type=file] [takeTime=2.517086ms] [] [2024/05/06 11:54:20.097 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=41] [step=import] [subtask-id=80] [takeTime=27.415809ms] [] [2024/05/06 11:54:20.097 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=37] [kvs=1] [files=1] [sstFileSize=935] [file=/tmp/tidb/import-4000/41/1ccc2128-36af-5780-96ac-757ded6634c4.sst/cbf39800-398d-495b-8f8f-e8ad7542e3f7.sst] [firstKey=7480000000000000DB5F728000000000000001] [lastKey=7480000000000000DB5F728000000000000001] [2024/05/06 11:54:20.097 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=41] [step=import] [engine-id=0] [2024/05/06 11:54:20.097 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=41] [step=import] [engine-id=0] [2024/05/06 11:54:20.097 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:0] [engineUUID=1ccc2128-36af-5780-96ac-757ded6634c4] [2024/05/06 11:54:20.100 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:0] [engineUUID=1ccc2128-36af-5780-96ac-757ded6634c4] [takeTime=2.836584ms] [] [2024/05/06 11:54:20.100 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:0] [engineUUID=1ccc2128-36af-5780-96ac-757ded6634c4] [retryCnt=0] [2024/05/06 11:54:20.107 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:54:20.131 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=1ccc2128-36af-5780-96ac-757ded6634c4] ["region ranges"=1] [count=1] [size=37] [2024/05/06 11:54:20.131 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:54:20.212 +00:00] [WARN] [region_job.go:532] ["meet error and handle the job later"] [category=ddl-ingest] ["job stage"=regionScanned] [error="[Lightning:KV:EpochNotMatch]EpochNotMatch current epoch of region 14 is conf_ver: 5 version: 82, but you sent conf_ver: 5 version: 80"] [region="{ID=340,startKey=7480000000000000FFDB5F728000000000FF0000010000000000FA,endKey=7480000000000000FFDB5F728000000000FF0000020000000000FA,epoch=\"conf_ver:5 version:82 \",peers=\"id:341 store_id:1 ,id:342 store_id:3 ,id:343 store_id:2 \"}"] [start=7480000000000000DB5F728000000000000001] [end=7480000000000000DB5F728000000000000002] [2024/05/06 11:54:20.212 +00:00] [INFO] [local.go:1410] ["put job back to jobCh to retry later"] [category=ddl-ingest] [startKey=7480000000000000DB5F728000000000000001] [endKey=7480000000000000DB5F728000000000000002] [stage=regionScanned] [retryCount=1] [waitUntil=2024/05/06 11:54:22.212 +00:00] [2024/05/06 11:54:22.228 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=1ccc2128-36af-5780-96ac-757ded6634c4] [size=37] [kvs=1] [importedSize=37] [importedCount=1] [2024/05/06 11:54:22.231 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:0] [engineUUID=1ccc2128-36af-5780-96ac-757ded6634c4] [retryCnt=0] [takeTime=2.130319473s] [] [2024/05/06 11:54:22.231 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:0] [engineUUID=1ccc2128-36af-5780-96ac-757ded6634c4] [2024/05/06 11:54:22.232 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:0] [engineUUID=1ccc2128-36af-5780-96ac-757ded6634c4] [takeTime=1.374811ms] [] [2024/05/06 11:54:22.232 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=41] [step=import] [engine-id=0] [2024/05/06 11:54:22.233 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:-1] [engineUUID=86c1a897-a1cd-5c05-8035-3b378e34349a] [2024/05/06 11:54:22.234 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:-1] [engineUUID=86c1a897-a1cd-5c05-8035-3b378e34349a] [takeTime=1.831737ms] [] [2024/05/06 11:54:22.235 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:-1] [engineUUID=86c1a897-a1cd-5c05-8035-3b378e34349a] [retryCnt=0] [2024/05/06 11:54:22.235 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=86c1a897-a1cd-5c05-8035-3b378e34349a] [2024/05/06 11:54:22.235 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:-1] [engineUUID=86c1a897-a1cd-5c05-8035-3b378e34349a] [retryCnt=0] [takeTime=51.28µs] [] [2024/05/06 11:54:22.235 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:-1] [engineUUID=86c1a897-a1cd-5c05-8035-3b378e34349a] [2024/05/06 11:54:22.236 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:-1] [engineUUID=86c1a897-a1cd-5c05-8035-3b378e34349a] [takeTime=966.83µs] [] [2024/05/06 11:54:22.281 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=41] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:54:22.283 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=41] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:54:22.284 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=41] [curr-step=import] [next-step=post-process] [2024/05/06 11:54:22.284 +00:00] [INFO] [import_into_test.go:808] [ToNormalMode] [2024/05/06 11:54:22.291 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=41] [step=import] [2024/05/06 11:54:22.297 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:22.297 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:54:22.297 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:22.297 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:54:22.297 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:54:22.297 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:54:22.298 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:54:22.298 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:22.298 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=4] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:22.298 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:22.298 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=4] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:22.298 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:22.298 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:54:22.300 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:54:22.301 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:22.301 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:22.301 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=4] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:22.301 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:22.301 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=41] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=2.356215481s] [] [2024/05/06 11:54:22.338 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=41] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":1,\"ColSizeMap\":{\"1\":1,\"2\":1,\"3\":2}}"] [2024/05/06 11:54:22.340 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=41] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:54:22.340 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=41] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:54:22.550 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=41] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:54:22.593 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=41] [step=post-process] [subtask-id=81] [2024/05/06 11:54:22.593 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=41] [step=post-process] [subtask-id=81] [2024/05/06 11:54:22.593 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=41] [step=post-process] [subtask-id=81] [2024/05/06 11:54:22.603 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=41] [step=post-process] [subtask-id=81] [takeTime=8.992482ms] [] [2024/05/06 11:54:22.603 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=41] [step=post-process] [subtask-id=81] [groupId=-1] [size=37] [kvs=1] [checksum=13229870688400196519] [2024/05/06 11:54:22.603 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=41] [step=post-process] [subtask-id=81] [checksum="{cksum=13229870688400196519,size=37,kvs=1}"] [2024/05/06 11:54:22.603 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=41] [step=post-process] [subtask-id=81] [weight=30] [2024/05/06 11:54:22.603 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=41] [step=post-process] [subtask-id=81] [concurrency=15] [2024/05/06 11:54:22.608 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=219] [physicalTableID=219] [indexID=-1] [checksum=13229870688400196519] [totalKvs=1] [totalBytes=37] [2024/05/06 11:54:22.609 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=41] [step=post-process] [subtask-id=81] [local="{cksum=13229870688400196519,size=37,kvs=1}"] [2024/05/06 11:54:22.609 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=41] [step=post-process] [subtask-id=81] [takeTime=15.683652ms] [] [2024/05/06 11:54:22.609 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=41] [step=post-process] [subtask-id=81] [takeTime=15.923121ms] [] [2024/05/06 11:54:22.658 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=41] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=107.188868ms] [] [2024/05/06 11:54:22.686 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=41] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:54:22.687 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=41] [step=post-process] [state=running] [] [2024/05/06 11:54:22.690 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=41] [2024/05/06 11:54:22.751 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=41] [type=ImportInto] [2024/05/06 11:54:22.818 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=41] [2024/05/06 11:54:22.845 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:54:22.845 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=41] [2024/05/06 11:54:22.886 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 3.765973941\n# Parse_time: 0.001303037\n# Compile_time: 0.002233727\n# Rewrite_time: 0.000412645\n# Optimize_time: 0.001379717\n# Wait_TS: 0\n# DB: import_into\n# Is_internal: false\n# Digest: ae0dcf732c1f5baf44d07ac24a9457237e66bf22998758151391164a64a91a40\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6My43NnMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6My43NnMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_data`.`import_mode` FROM 'gs://test-load/import_mode-*.tsv?access-key=xxxxxx&endpoint=http%3A%2F%2F127.0.0.1%3A4443%2Fstorage%2Fv1%2F&secret-access-key=xxxxxx';"] [2024/05/06 11:54:22.960 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:54:22.995 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=152] [cur_db=import_into] [sql="truncate table load_data.import_mode;"] [user=root@%] [2024/05/06 11:54:23.033 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:222, Type:truncate table, State:queueing, SchemaState:none, SchemaID:217, TableID:219, RowCount:0, ArgLen:3, start time: 2024-05-06 11:54:22.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:54:23.033 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:222, Type:truncate table, State:queueing, SchemaState:none, SchemaID:217, TableID:219, RowCount:0, ArgLen:3, start time: 2024-05-06 11:54:22.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="truncate table load_data.import_mode;"] [2024/05/06 11:54:23.100 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=222] [conn=2] [category=ddl] [job="ID:222, Type:truncate table, State:queueing, SchemaState:none, SchemaID:217, TableID:219, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:22.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:23.117 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 217, Table ID: 221, Table Name: import_mode, Old Table ID: 219, Old Table Name: import_mode"] [2024/05/06 11:54:23.170 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=152] [neededSchemaVersion=153] ["start time"=2.619205ms] [gotSchemaVersion=153] [phyTblIDs="[219,221]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 11:54:23.181 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=222] [version=153] [2024/05/06 11:54:23.218 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=153] ["take time"=55.344237ms] [job="ID:222, Type:truncate table, State:done, SchemaState:public, SchemaID:217, TableID:219, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:22.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:23.321 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=222] [tableIDs="[219]"] [comment="drop table: table ID"] [2024/05/06 11:54:23.330 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=222] [jobType="truncate table"] [2024/05/06 11:54:23.334 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=222] [conn=2] [job="ID:222, Type:truncate table, State:synced, SchemaState:public, SchemaID:217, TableID:219, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:22.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:23.407 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=222] [2024/05/06 11:54:23.407 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:54:23.412 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.418155303\n# Parse_time: 0.000361118\n# Compile_time: 0.000956669\n# Rewrite_time: 0.000047616\n# Optimize_time: 0.001606234\n# Wait_TS: 0.000385399\n# DB: import_into\n# Is_internal: false\n# Digest: a27b446e68c6d4514a740ac6a2fae34ff977eda46774332d938ba949cd974e0f\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ntruncate table load_data.import_mode;"] [2024/05/06 11:54:23.427 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:23.651 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-load/import_mode-*.tsv?endpoint=http%3A%2F%2F127.0.0.1%3A4443%2Fstorage%2Fv1%2F\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 11:54:23.805 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=42] [task-id=42] [data-size=8B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:54:23.846 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=42] [2024/05/06 11:54:23.846 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=42] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:54:23.952 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=42] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:54:23.953 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=42] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:54:23.954 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=42] [curr-step=init] [next-step=import] [2024/05/06 11:54:23.972 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:23.975 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=import_mode] [2024/05/06 11:54:23.975 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=import_mode] [before=536870912000] [after=8] [2024/05/06 11:54:23.975 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=import_mode] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=8] [cost=81.251µs] [2024/05/06 11:54:23.976 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=import_mode] [takeTime=260.198µs] [] [2024/05/06 11:54:23.976 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=42] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:54:23.976 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=42] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:54:24.133 +00:00] [INFO] [import_into_test.go:803] [ToImportMode] [2024/05/06 11:54:24.140 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=42] [2024/05/06 11:54:24.191 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=42] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:54:24.239 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=42] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:54:24.240 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=42] [step=import] [2024/05/06 11:54:24.241 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:24.251 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:54:24.251 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:54:24.251 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:24.252 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:54:24.253 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:24.253 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:24.253 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:54:24.253 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:54:24.253 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:24.269 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:54:24.271 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:54:24.271 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=import_mode] [quota=374.2GB] [2024/05/06 11:54:24.271 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=42] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:54:24.271 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=import_mode] [import-id=42] [disk-quota=348.5GiB] [2024/05/06 11:54:24.322 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=42] [step=import] [subtask-id=82] [2024/05/06 11:54:24.326 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:0] [engineUUID=1ccc2128-36af-5780-96ac-757ded6634c4] [2024/05/06 11:54:24.330 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:-1] [engineUUID=86c1a897-a1cd-5c05-8035-3b378e34349a] [2024/05/06 11:54:24.330 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=221] [2024/05/06 11:54:24.350 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=221] [key=import_mode-1.tsv:0] [2024/05/06 11:54:24.353 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=221] [key=import_mode-1.tsv:0] [readDur=1.107846ms] [encodeDur=866.128µs] [checksum="{cksum=13298724519868546672,size=37,kvs=1}"] [deliverDur=325.996µs] [type=file] [takeTime=2.754865ms] [] [2024/05/06 11:54:24.354 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=42] [step=import] [subtask-id=82] [takeTime=31.109529ms] [] [2024/05/06 11:54:24.354 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=37] [kvs=1] [files=1] [sstFileSize=935] [file=/tmp/tidb/import-4000/42/1ccc2128-36af-5780-96ac-757ded6634c4.sst/8215a139-8a34-443d-bb09-53aaf1b93d38.sst] [firstKey=7480000000000000DD5F728000000000000001] [lastKey=7480000000000000DD5F728000000000000001] [2024/05/06 11:54:24.354 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=42] [step=import] [engine-id=0] [2024/05/06 11:54:24.354 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=42] [step=import] [engine-id=0] [2024/05/06 11:54:24.354 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:0] [engineUUID=1ccc2128-36af-5780-96ac-757ded6634c4] [2024/05/06 11:54:24.356 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:0] [engineUUID=1ccc2128-36af-5780-96ac-757ded6634c4] [takeTime=2.122606ms] [] [2024/05/06 11:54:24.356 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:0] [engineUUID=1ccc2128-36af-5780-96ac-757ded6634c4] [retryCnt=0] [2024/05/06 11:54:24.361 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:54:24.383 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=1ccc2128-36af-5780-96ac-757ded6634c4] ["region ranges"=1] [count=1] [size=37] [2024/05/06 11:54:24.383 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:54:24.399 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=1ccc2128-36af-5780-96ac-757ded6634c4] [size=37] [kvs=1] [importedSize=37] [importedCount=1] [2024/05/06 11:54:24.401 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:0] [engineUUID=1ccc2128-36af-5780-96ac-757ded6634c4] [retryCnt=0] [takeTime=44.773282ms] [] [2024/05/06 11:54:24.401 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:0] [engineUUID=1ccc2128-36af-5780-96ac-757ded6634c4] [2024/05/06 11:54:24.402 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:0] [engineUUID=1ccc2128-36af-5780-96ac-757ded6634c4] [takeTime=1.155512ms] [] [2024/05/06 11:54:24.402 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=42] [step=import] [engine-id=0] [2024/05/06 11:54:24.402 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:-1] [engineUUID=86c1a897-a1cd-5c05-8035-3b378e34349a] [2024/05/06 11:54:24.404 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:-1] [engineUUID=86c1a897-a1cd-5c05-8035-3b378e34349a] [takeTime=1.894334ms] [] [2024/05/06 11:54:24.404 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:-1] [engineUUID=86c1a897-a1cd-5c05-8035-3b378e34349a] [retryCnt=0] [2024/05/06 11:54:24.405 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=86c1a897-a1cd-5c05-8035-3b378e34349a] [2024/05/06 11:54:24.405 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:-1] [engineUUID=86c1a897-a1cd-5c05-8035-3b378e34349a] [retryCnt=0] [takeTime=72.512µs] [] [2024/05/06 11:54:24.405 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:-1] [engineUUID=86c1a897-a1cd-5c05-8035-3b378e34349a] [2024/05/06 11:54:24.406 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:-1] [engineUUID=86c1a897-a1cd-5c05-8035-3b378e34349a] [takeTime=1.199672ms] [] [2024/05/06 11:54:24.461 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=42] [step=import] [2024/05/06 11:54:24.464 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:54:24.464 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:54:24.464 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:24.464 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:54:24.464 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:54:24.464 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:24.464 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:54:24.464 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:24.464 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:24.465 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:24.465 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:24.465 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:24.465 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:54:24.467 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:54:24.467 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=42] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:54:24.467 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:24.467 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:24.467 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:24.467 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:24.467 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=42] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=228.173995ms] [] [2024/05/06 11:54:24.469 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=42] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:54:24.471 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=42] [curr-step=import] [next-step=post-process] [2024/05/06 11:54:24.471 +00:00] [INFO] [import_into_test.go:808] [ToNormalMode] [2024/05/06 11:54:24.535 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=42] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":1,\"ColSizeMap\":{\"1\":1,\"2\":1,\"3\":2}}"] [2024/05/06 11:54:24.537 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=42] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:54:24.537 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=42] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:54:24.747 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=42] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:54:24.798 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=42] [step=post-process] [subtask-id=83] [2024/05/06 11:54:29.799 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=42] [step=post-process] [subtask-id=83] [2024/05/06 11:54:29.799 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=42] [step=post-process] [subtask-id=83] [2024/05/06 11:54:29.807 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=42] [step=post-process] [subtask-id=83] [takeTime=8.389074ms] [] [2024/05/06 11:54:29.808 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=42] [step=post-process] [subtask-id=83] [groupId=-1] [size=37] [kvs=1] [checksum=13298724519868546672] [2024/05/06 11:54:29.808 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=42] [step=post-process] [subtask-id=83] [checksum="{cksum=13298724519868546672,size=37,kvs=1}"] [2024/05/06 11:54:29.808 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=42] [step=post-process] [subtask-id=83] [weight=30] [2024/05/06 11:54:29.808 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=42] [step=post-process] [subtask-id=83] [concurrency=15] [2024/05/06 11:54:29.812 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=221] [physicalTableID=221] [indexID=-1] [checksum=13298724519868546672] [totalKvs=1] [totalBytes=37] [2024/05/06 11:54:29.813 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=42] [step=post-process] [subtask-id=83] [local="{cksum=13298724519868546672,size=37,kvs=1}"] [2024/05/06 11:54:29.813 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=42] [step=post-process] [subtask-id=83] [takeTime=13.693609ms] [] [2024/05/06 11:54:29.813 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=42] [step=post-process] [subtask-id=83] [takeTime=5.014594947s] [] [2024/05/06 11:54:29.865 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=42] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=5.118329109s] [] [2024/05/06 11:54:29.868 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=42] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:54:29.868 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=42] [step=post-process] [state=running] [] [2024/05/06 11:54:29.871 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=42] [2024/05/06 11:54:29.917 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=42] [type=ImportInto] [2024/05/06 11:54:29.954 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=42] [2024/05/06 11:54:29.978 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:54:29.978 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=42] [2024/05/06 11:54:30.103 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:54:30.165 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 6.752107811\n# Parse_time: 0.000823781\n# Compile_time: 0.001825184\n# Rewrite_time: 0.000403097\n# Optimize_time: 0.001606234\n# Wait_TS: 0\n# DB: import_into\n# Is_internal: false\n# Digest: ae0dcf732c1f5baf44d07ac24a9457237e66bf22998758151391164a64a91a40\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6Ni43NXMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6Ni43NXMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_data`.`import_mode` FROM 'gs://test-load/import_mode-*.tsv?endpoint=http%3A%2F%2F127.0.0.1%3A4443%2Fstorage%2Fv1%2F';"] [2024/05/06 11:54:30.176 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=153] [cur_db=import_into] [sql="truncate table load_data.import_mode;"] [user=root@%] [2024/05/06 11:54:30.209 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:224, Type:truncate table, State:queueing, SchemaState:none, SchemaID:217, TableID:221, RowCount:0, ArgLen:3, start time: 2024-05-06 11:54:30.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:54:30.209 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:224, Type:truncate table, State:queueing, SchemaState:none, SchemaID:217, TableID:221, RowCount:0, ArgLen:3, start time: 2024-05-06 11:54:30.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="truncate table load_data.import_mode;"] [2024/05/06 11:54:30.267 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=224] [conn=2] [category=ddl] [job="ID:224, Type:truncate table, State:queueing, SchemaState:none, SchemaID:217, TableID:221, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:30.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:30.278 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 217, Table ID: 223, Table Name: import_mode, Old Table ID: 221, Old Table Name: import_mode"] [2024/05/06 11:54:30.327 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=153] [neededSchemaVersion=154] ["start time"=2.580342ms] [gotSchemaVersion=154] [phyTblIDs="[221,223]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 11:54:30.340 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=224] [version=154] [2024/05/06 11:54:30.373 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=154] ["take time"=54.159458ms] [job="ID:224, Type:truncate table, State:done, SchemaState:public, SchemaID:217, TableID:221, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:30.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:30.425 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=224] [tableIDs="[221]"] [comment="drop table: table ID"] [2024/05/06 11:54:30.433 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=224] [jobType="truncate table"] [2024/05/06 11:54:30.439 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=224] [conn=2] [job="ID:224, Type:truncate table, State:synced, SchemaState:public, SchemaID:217, TableID:221, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:30.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:30.555 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=224] [2024/05/06 11:54:30.555 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:54:30.559 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.384442553\n# Parse_time: 0.000342088\n# Compile_time: 0.001057143\n# Rewrite_time: 0.000055366\n# Optimize_time: 0.001141719\n# Wait_TS: 0.000334658\n# DB: import_into\n# Is_internal: false\n# Digest: a27b446e68c6d4514a740ac6a2fae34ff977eda46774332d938ba949cd974e0f\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ntruncate table load_data.import_mode;"] [2024/05/06 11:54:30.561 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=154] [cur_db=import_into] [sql="truncate table load_data.import_mode;"] [user=root@%] [2024/05/06 11:54:30.591 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:226, Type:truncate table, State:queueing, SchemaState:none, SchemaID:217, TableID:223, RowCount:0, ArgLen:3, start time: 2024-05-06 11:54:30.566 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:54:30.591 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:226, Type:truncate table, State:queueing, SchemaState:none, SchemaID:217, TableID:223, RowCount:0, ArgLen:3, start time: 2024-05-06 11:54:30.566 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="truncate table load_data.import_mode;"] [2024/05/06 11:54:30.646 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=226] [conn=2] [category=ddl] [job="ID:226, Type:truncate table, State:queueing, SchemaState:none, SchemaID:217, TableID:223, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:30.566 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:30.659 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 217, Table ID: 225, Table Name: import_mode, Old Table ID: 223, Old Table Name: import_mode"] [2024/05/06 11:54:30.717 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=154] [neededSchemaVersion=155] ["start time"=3.327878ms] [gotSchemaVersion=155] [phyTblIDs="[223,225]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 11:54:30.730 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=226] [version=155] [2024/05/06 11:54:30.759 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=155] ["take time"=53.60105ms] [job="ID:226, Type:truncate table, State:done, SchemaState:public, SchemaID:217, TableID:223, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:30.566 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:30.792 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=226] [tableIDs="[223]"] [comment="drop table: table ID"] [2024/05/06 11:54:30.802 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=226] [jobType="truncate table"] [2024/05/06 11:54:30.809 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=226] [conn=2] [job="ID:226, Type:truncate table, State:synced, SchemaState:public, SchemaID:217, TableID:223, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:30.566 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:30.874 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=226] [2024/05/06 11:54:30.874 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:54:30.878 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.317807882\n# Parse_time: 0.000266634\n# Compile_time: 0.000872726\n# Rewrite_time: 0.000044626\n# Optimize_time: 0.001141719\n# Wait_TS: 0.000340991\n# DB: import_into\n# Is_internal: false\n# Digest: a27b446e68c6d4514a740ac6a2fae34ff977eda46774332d938ba949cd974e0f\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ntruncate table load_data.import_mode;"] [2024/05/06 11:54:30.892 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:31.107 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-load/import_mode-*.tsv?endpoint=http%3A%2F%2F127.0.0.1%3A4443%2Fstorage%2Fv1%2F\",\"format\":\"csv\",\"options\":{\"disable_tikv_import_mode\":null}}"] [dist-task-enabled=true] [2024/05/06 11:54:31.211 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=43] [task-id=43] [data-size=8B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:54:31.264 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=43] [2024/05/06 11:54:31.264 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=43] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:54:31.372 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=43] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:54:31.373 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=43] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:54:31.375 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=43] [curr-step=init] [next-step=import] [2024/05/06 11:54:31.436 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:31.439 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=import_mode] [2024/05/06 11:54:31.439 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=import_mode] [before=536870912000] [after=8] [2024/05/06 11:54:31.440 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=import_mode] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=8] [cost=64.289µs] [2024/05/06 11:54:31.440 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=import_mode] [takeTime=209.781µs] [] [2024/05/06 11:54:31.440 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=43] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:54:31.440 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=43] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:54:31.591 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=43] [2024/05/06 11:54:31.619 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=43] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:54:31.660 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=43] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:54:31.662 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=43] [step=import] [2024/05/06 11:54:31.663 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:31.671 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:54:31.672 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:54:31.672 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:31.672 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:54:31.673 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:31.673 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:54:31.673 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:31.673 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:31.673 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:54:31.689 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:54:31.690 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:54:31.691 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=import_mode] [quota=374.2GB] [2024/05/06 11:54:31.691 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=43] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:54:31.691 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=import_mode] [import-id=43] [disk-quota=348.5GiB] [2024/05/06 11:54:31.740 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=43] [step=import] [subtask-id=84] [2024/05/06 11:54:31.744 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:0] [engineUUID=1ccc2128-36af-5780-96ac-757ded6634c4] [2024/05/06 11:54:31.748 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:-1] [engineUUID=86c1a897-a1cd-5c05-8035-3b378e34349a] [2024/05/06 11:54:31.748 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=225] [2024/05/06 11:54:31.781 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=225] [key=import_mode-1.tsv:0] [2024/05/06 11:54:31.783 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=225] [key=import_mode-1.tsv:0] [readDur=1.12551ms] [encodeDur=523.538µs] [checksum="{cksum=16004529334140054374,size=37,kvs=1}"] [deliverDur=363.835µs] [type=file] [takeTime=2.380296ms] [] [2024/05/06 11:54:31.784 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=43] [step=import] [subtask-id=84] [takeTime=44.331297ms] [] [2024/05/06 11:54:31.784 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=37] [kvs=1] [files=1] [sstFileSize=935] [file=/tmp/tidb/import-4000/43/1ccc2128-36af-5780-96ac-757ded6634c4.sst/729977e7-38cc-482e-a5cb-3baa467d1e67.sst] [firstKey=7480000000000000E15F728000000000000001] [lastKey=7480000000000000E15F728000000000000001] [2024/05/06 11:54:31.784 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=43] [step=import] [engine-id=0] [2024/05/06 11:54:31.784 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=43] [step=import] [engine-id=0] [2024/05/06 11:54:31.785 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:0] [engineUUID=1ccc2128-36af-5780-96ac-757ded6634c4] [2024/05/06 11:54:31.787 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:0] [engineUUID=1ccc2128-36af-5780-96ac-757ded6634c4] [takeTime=2.432992ms] [] [2024/05/06 11:54:31.787 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:0] [engineUUID=1ccc2128-36af-5780-96ac-757ded6634c4] [retryCnt=0] [2024/05/06 11:54:31.792 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:54:31.814 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=1ccc2128-36af-5780-96ac-757ded6634c4] ["region ranges"=1] [count=1] [size=37] [2024/05/06 11:54:31.814 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:54:31.866 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=1ccc2128-36af-5780-96ac-757ded6634c4] [size=37] [kvs=1] [importedSize=37] [importedCount=1] [2024/05/06 11:54:31.869 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:0] [engineUUID=1ccc2128-36af-5780-96ac-757ded6634c4] [retryCnt=0] [takeTime=81.630968ms] [] [2024/05/06 11:54:31.869 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:0] [engineUUID=1ccc2128-36af-5780-96ac-757ded6634c4] [2024/05/06 11:54:31.871 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:0] [engineUUID=1ccc2128-36af-5780-96ac-757ded6634c4] [takeTime=1.580905ms] [] [2024/05/06 11:54:31.871 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=43] [step=import] [engine-id=0] [2024/05/06 11:54:31.871 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:-1] [engineUUID=86c1a897-a1cd-5c05-8035-3b378e34349a] [2024/05/06 11:54:31.873 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:-1] [engineUUID=86c1a897-a1cd-5c05-8035-3b378e34349a] [takeTime=1.971966ms] [] [2024/05/06 11:54:31.873 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:-1] [engineUUID=86c1a897-a1cd-5c05-8035-3b378e34349a] [retryCnt=0] [2024/05/06 11:54:31.873 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=86c1a897-a1cd-5c05-8035-3b378e34349a] [2024/05/06 11:54:31.873 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:-1] [engineUUID=86c1a897-a1cd-5c05-8035-3b378e34349a] [retryCnt=0] [takeTime=60.983µs] [] [2024/05/06 11:54:31.873 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:-1] [engineUUID=86c1a897-a1cd-5c05-8035-3b378e34349a] [2024/05/06 11:54:31.874 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:-1] [engineUUID=86c1a897-a1cd-5c05-8035-3b378e34349a] [takeTime=889.896µs] [] [2024/05/06 11:54:31.927 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=43] [step=import] [2024/05/06 11:54:31.931 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:31.931 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:54:31.931 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:54:31.931 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:31.931 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:54:31.931 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:54:31.931 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:31.931 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:54:31.931 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:31.931 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:31.931 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:31.931 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:31.931 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:54:31.934 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:54:31.934 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:31.934 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:31.934 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:31.934 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:31.934 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=43] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=273.186461ms] [] [2024/05/06 11:54:31.992 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=43] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:54:31.994 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=43] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:54:31.995 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=43] [curr-step=import] [next-step=post-process] [2024/05/06 11:54:32.056 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=43] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":1,\"ColSizeMap\":{\"1\":1,\"2\":1,\"3\":2}}"] [2024/05/06 11:54:32.058 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=43] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:54:32.058 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=43] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:54:32.289 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=43] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:54:32.342 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=43] [step=post-process] [subtask-id=85] [2024/05/06 11:54:32.342 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=43] [step=post-process] [subtask-id=85] [2024/05/06 11:54:32.342 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=43] [step=post-process] [subtask-id=85] [2024/05/06 11:54:32.352 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=43] [step=post-process] [subtask-id=85] [takeTime=9.169468ms] [] [2024/05/06 11:54:32.352 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=43] [step=post-process] [subtask-id=85] [groupId=-1] [size=37] [kvs=1] [checksum=16004529334140054374] [2024/05/06 11:54:32.352 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=43] [step=post-process] [subtask-id=85] [checksum="{cksum=16004529334140054374,size=37,kvs=1}"] [2024/05/06 11:54:32.352 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=43] [step=post-process] [subtask-id=85] [weight=30] [2024/05/06 11:54:32.352 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=43] [step=post-process] [subtask-id=85] [concurrency=15] [2024/05/06 11:54:32.356 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=225] [physicalTableID=225] [indexID=-1] [checksum=16004529334140054374] [totalKvs=1] [totalBytes=37] [2024/05/06 11:54:32.356 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=43] [step=post-process] [subtask-id=85] [local="{cksum=16004529334140054374,size=37,kvs=1}"] [2024/05/06 11:54:32.357 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=43] [step=post-process] [subtask-id=85] [takeTime=14.05968ms] [] [2024/05/06 11:54:32.357 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=43] [step=post-process] [subtask-id=85] [takeTime=14.35599ms] [] [2024/05/06 11:54:32.399 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=43] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=109.043409ms] [] [2024/05/06 11:54:32.485 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=43] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:54:32.485 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=43] [step=post-process] [state=running] [] [2024/05/06 11:54:32.488 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=43] [2024/05/06 11:54:32.566 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=43] [type=ImportInto] [2024/05/06 11:54:32.571 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=43] [2024/05/06 11:54:32.594 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:54:32.594 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=43] [2024/05/06 11:54:32.735 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:54:32.781 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.902698475\n# Parse_time: 0.001254818\n# Compile_time: 0.001216547\n# Rewrite_time: 0.00027357\n# Optimize_time: 0.001141719\n# Wait_TS: 0\n# DB: import_into\n# Is_internal: false\n# Digest: 4d8a4afea956b0619ba2ec93bd669e57402129ae88f875500d6ece25c85e69b6\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LKwwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS45cywgbG9vcHM6MglOL0EJTi9BCg==')\n# Binary_plan: tidb_decode_binary_plan('R8gKQwoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaEnRpbWU6MS45cywgbG9vcHM6MnD///8JAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_data`.`import_mode` FROM 'gs://test-load/import_mode-*.tsv?endpoint=http%3A%2F%2F127.0.0.1%3A4443%2Fstorage%2Fv1%2F' WITH disable_tikv_import_mode;"] [2024/05/06 11:54:32.792 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=155] [cur_db=import_into] [sql="truncate table load_data.import_mode;"] [user=root@%] [2024/05/06 11:54:32.830 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:228, Type:truncate table, State:queueing, SchemaState:none, SchemaID:217, TableID:225, RowCount:0, ArgLen:3, start time: 2024-05-06 11:54:32.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:54:32.830 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:228, Type:truncate table, State:queueing, SchemaState:none, SchemaID:217, TableID:225, RowCount:0, ArgLen:3, start time: 2024-05-06 11:54:32.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="truncate table load_data.import_mode;"] [2024/05/06 11:54:32.874 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=228] [conn=2] [category=ddl] [job="ID:228, Type:truncate table, State:queueing, SchemaState:none, SchemaID:217, TableID:225, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:32.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:32.888 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 217, Table ID: 227, Table Name: import_mode, Old Table ID: 225, Old Table Name: import_mode"] [2024/05/06 11:54:32.937 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=155] [neededSchemaVersion=156] ["start time"=2.71332ms] [gotSchemaVersion=156] [phyTblIDs="[225,227]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 11:54:32.948 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=228] [version=156] [2024/05/06 11:54:32.983 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=156] ["take time"=54.010795ms] [job="ID:228, Type:truncate table, State:done, SchemaState:public, SchemaID:217, TableID:225, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:32.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:33.031 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=228] [tableIDs="[225]"] [comment="drop table: table ID"] [2024/05/06 11:54:33.041 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=228] [jobType="truncate table"] [2024/05/06 11:54:33.045 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=228] [conn=2] [job="ID:228, Type:truncate table, State:synced, SchemaState:public, SchemaID:217, TableID:225, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:32.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:33.240 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=228] [2024/05/06 11:54:33.241 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:54:33.245 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.453155353\n# Parse_time: 0.000238979\n# Compile_time: 0.000776017\n# Rewrite_time: 0.00003926\n# Optimize_time: 0.001305398\n# Wait_TS: 0.000399844\n# DB: import_into\n# Is_internal: false\n# Digest: a27b446e68c6d4514a740ac6a2fae34ff977eda46774332d938ba949cd974e0f\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ntruncate table load_data.import_mode;"] [2024/05/06 11:54:33.247 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=156] [cur_db=import_into] [sql="truncate table load_data.import_mode;"] [user=root@%] [2024/05/06 11:54:33.281 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:230, Type:truncate table, State:queueing, SchemaState:none, SchemaID:217, TableID:227, RowCount:0, ArgLen:3, start time: 2024-05-06 11:54:33.216 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:54:33.281 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:230, Type:truncate table, State:queueing, SchemaState:none, SchemaID:217, TableID:227, RowCount:0, ArgLen:3, start time: 2024-05-06 11:54:33.216 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="truncate table load_data.import_mode;"] [2024/05/06 11:54:33.337 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=230] [conn=2] [category=ddl] [job="ID:230, Type:truncate table, State:queueing, SchemaState:none, SchemaID:217, TableID:227, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:33.216 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:33.348 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 217, Table ID: 229, Table Name: import_mode, Old Table ID: 227, Old Table Name: import_mode"] [2024/05/06 11:54:33.398 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=156] [neededSchemaVersion=157] ["start time"=2.833438ms] [gotSchemaVersion=157] [phyTblIDs="[227,229]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 11:54:33.413 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=230] [version=157] [2024/05/06 11:54:33.445 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=157] ["take time"=54.088104ms] [job="ID:230, Type:truncate table, State:done, SchemaState:public, SchemaID:217, TableID:227, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:33.216 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:33.496 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=230] [tableIDs="[227]"] [comment="drop table: table ID"] [2024/05/06 11:54:33.506 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=230] [jobType="truncate table"] [2024/05/06 11:54:33.511 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=230] [conn=2] [job="ID:230, Type:truncate table, State:synced, SchemaState:public, SchemaID:217, TableID:227, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:33.216 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:33.623 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=230] [2024/05/06 11:54:33.623 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:54:33.628 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.38271153\n# Parse_time: 0.000671772\n# Compile_time: 0.001171654\n# Rewrite_time: 0.000042442\n# Optimize_time: 0.001305398\n# Wait_TS: 0.000323876\n# DB: import_into\n# Is_internal: false\n# Digest: a27b446e68c6d4514a740ac6a2fae34ff977eda46774332d938ba949cd974e0f\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ntruncate table load_data.import_mode;"] [2024/05/06 11:54:33.645 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:33.685 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-load/import_mode-*.tsv?endpoint=http%3A%2F%2F127.0.0.1%3A4443%2Fstorage%2Fv1%2F\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 11:54:33.785 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=44] [task-id=44] [data-size=8B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:54:33.836 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=44] [2024/05/06 11:54:33.836 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=44] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:54:33.944 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=44] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:54:33.946 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=44] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:54:33.948 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=44] [curr-step=init] [next-step=import] [2024/05/06 11:54:33.970 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:33.973 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=import_mode] [2024/05/06 11:54:33.973 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=import_mode] [before=536870912000] [after=8] [2024/05/06 11:54:33.973 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=import_mode] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=8] [cost=61.215µs] [2024/05/06 11:54:33.973 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=import_mode] [takeTime=200.915µs] [] [2024/05/06 11:54:33.973 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=44] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:54:33.973 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=44] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:54:34.171 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=44] [2024/05/06 11:54:34.222 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=44] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:54:34.278 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=44] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:54:34.280 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=44] [step=import] [2024/05/06 11:54:34.280 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:34.291 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:54:34.291 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:54:34.292 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:34.292 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:54:34.293 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:34.293 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:54:34.293 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:34.293 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:54:34.293 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:34.310 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:54:34.312 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:54:34.312 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=import_mode] [quota=374.2GB] [2024/05/06 11:54:34.312 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=44] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:54:34.312 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=import_mode] [import-id=44] [disk-quota=348.5GiB] [2024/05/06 11:54:34.363 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=44] [step=import] [subtask-id=86] [2024/05/06 11:54:34.370 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:0] [engineUUID=1ccc2128-36af-5780-96ac-757ded6634c4] [2024/05/06 11:54:34.375 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:-1] [engineUUID=86c1a897-a1cd-5c05-8035-3b378e34349a] [2024/05/06 11:54:34.375 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=229] [2024/05/06 11:54:34.434 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=229] [key=import_mode-1.tsv:0] [2024/05/06 11:54:34.437 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=229] [key=import_mode-1.tsv:0] [readDur=1.185195ms] [encodeDur=511.719µs] [checksum="{cksum=15276727283945307644,size=37,kvs=1}"] [deliverDur=297.846µs] [type=file] [takeTime=2.392883ms] [] [2024/05/06 11:54:34.438 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=37] [kvs=1] [files=1] [sstFileSize=935] [file=/tmp/tidb/import-4000/44/1ccc2128-36af-5780-96ac-757ded6634c4.sst/911795a1-1c91-4a74-b038-9e96b04b9ba3.sst] [firstKey=7480000000000000E55F728000000000000001] [lastKey=7480000000000000E55F728000000000000001] [2024/05/06 11:54:34.438 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=44] [step=import] [subtask-id=86] [takeTime=75.386844ms] [] [2024/05/06 11:54:34.438 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=44] [step=import] [engine-id=0] [2024/05/06 11:54:34.438 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=44] [step=import] [engine-id=0] [2024/05/06 11:54:34.439 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:0] [engineUUID=1ccc2128-36af-5780-96ac-757ded6634c4] [2024/05/06 11:54:34.442 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:0] [engineUUID=1ccc2128-36af-5780-96ac-757ded6634c4] [takeTime=3.036113ms] [] [2024/05/06 11:54:34.442 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:0] [engineUUID=1ccc2128-36af-5780-96ac-757ded6634c4] [retryCnt=0] [2024/05/06 11:54:34.448 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:54:34.470 +00:00] [INFO] [local.go:1301] ["switch import mode of ranges"] [category=ddl-ingest] [startKey=7480000000000000e55f728000000000000001] [endKey=7480000000000000e55f728000000000000002] [2024/05/06 11:54:34.470 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=1ccc2128-36af-5780-96ac-757ded6634c4] ["region ranges"=1] [count=1] [size=37] [2024/05/06 11:54:34.470 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [category=ddl-ingest] [mode=Import] [2024/05/06 11:54:34.470 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:54:34.498 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=1ccc2128-36af-5780-96ac-757ded6634c4] [size=37] [kvs=1] [importedSize=37] [importedCount=1] [2024/05/06 11:54:34.498 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [category=ddl-ingest] [mode=Normal] [2024/05/06 11:54:34.551 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:0] [engineUUID=1ccc2128-36af-5780-96ac-757ded6634c4] [retryCnt=0] [takeTime=108.989405ms] [] [2024/05/06 11:54:34.551 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:0] [engineUUID=1ccc2128-36af-5780-96ac-757ded6634c4] [2024/05/06 11:54:34.554 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:0] [engineUUID=1ccc2128-36af-5780-96ac-757ded6634c4] [takeTime=2.904582ms] [] [2024/05/06 11:54:34.554 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=44] [step=import] [engine-id=0] [2024/05/06 11:54:34.554 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:-1] [engineUUID=86c1a897-a1cd-5c05-8035-3b378e34349a] [2024/05/06 11:54:34.557 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:-1] [engineUUID=86c1a897-a1cd-5c05-8035-3b378e34349a] [takeTime=2.690994ms] [] [2024/05/06 11:54:34.557 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:-1] [engineUUID=86c1a897-a1cd-5c05-8035-3b378e34349a] [retryCnt=0] [2024/05/06 11:54:34.557 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=86c1a897-a1cd-5c05-8035-3b378e34349a] [2024/05/06 11:54:34.557 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:-1] [engineUUID=86c1a897-a1cd-5c05-8035-3b378e34349a] [retryCnt=0] [takeTime=101.673µs] [] [2024/05/06 11:54:34.557 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:-1] [engineUUID=86c1a897-a1cd-5c05-8035-3b378e34349a] [2024/05/06 11:54:34.559 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:-1] [engineUUID=86c1a897-a1cd-5c05-8035-3b378e34349a] [takeTime=1.517289ms] [] [2024/05/06 11:54:34.612 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=44] [step=import] [2024/05/06 11:54:34.616 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:34.616 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:54:34.616 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:54:34.616 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:54:34.617 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:54:34.617 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:54:34.616 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:34.617 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:34.617 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:34.617 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:34.617 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:34.617 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:34.617 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:54:34.619 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:54:34.619 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:34.619 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:34.619 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:34.620 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:34.620 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=44] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=341.378501ms] [] [2024/05/06 11:54:34.660 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=44] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:54:34.662 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=44] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:54:34.663 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=44] [curr-step=import] [next-step=post-process] [2024/05/06 11:54:34.725 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=44] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":1,\"ColSizeMap\":{\"1\":1,\"2\":1,\"3\":2}}"] [2024/05/06 11:54:34.727 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=44] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:54:34.727 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=44] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:54:34.954 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=44] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:54:35.001 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=44] [step=post-process] [subtask-id=87] [2024/05/06 11:54:35.002 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=44] [step=post-process] [subtask-id=87] [2024/05/06 11:54:35.002 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=44] [step=post-process] [subtask-id=87] [2024/05/06 11:54:35.012 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=44] [step=post-process] [subtask-id=87] [takeTime=9.753882ms] [] [2024/05/06 11:54:35.012 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=44] [step=post-process] [subtask-id=87] [groupId=-1] [size=37] [kvs=1] [checksum=15276727283945307644] [2024/05/06 11:54:35.012 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=44] [step=post-process] [subtask-id=87] [checksum="{cksum=15276727283945307644,size=37,kvs=1}"] [2024/05/06 11:54:35.012 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=44] [step=post-process] [subtask-id=87] [weight=30] [2024/05/06 11:54:35.012 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=44] [step=post-process] [subtask-id=87] [concurrency=15] [2024/05/06 11:54:35.017 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=229] [physicalTableID=229] [indexID=-1] [checksum=15276727283945307644] [totalKvs=1] [totalBytes=37] [2024/05/06 11:54:35.018 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=44] [step=post-process] [subtask-id=87] [local="{cksum=15276727283945307644,size=37,kvs=1}"] [2024/05/06 11:54:35.018 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=44] [step=post-process] [subtask-id=87] [takeTime=16.140692ms] [] [2024/05/06 11:54:35.018 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=44] [step=post-process] [subtask-id=87] [takeTime=16.429057ms] [] [2024/05/06 11:54:35.062 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=44] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:54:35.062 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=44] [step=post-process] [state=running] [] [2024/05/06 11:54:35.066 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=44] [2024/05/06 11:54:35.068 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=44] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=114.057239ms] [] [2024/05/06 11:54:35.120 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=44] [type=ImportInto] [2024/05/06 11:54:35.144 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=44] [2024/05/06 11:54:35.166 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:54:35.166 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=44] [2024/05/06 11:54:35.267 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:54:35.393 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.763326872\n# Parse_time: 0.000494387\n# Compile_time: 0.001780019\n# Rewrite_time: 0.000395099\n# Optimize_time: 0.001305398\n# Wait_TS: 0\n# DB: import_into\n# Is_internal: false\n# Digest: ae0dcf732c1f5baf44d07ac24a9457237e66bf22998758151391164a64a91a40\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS43NnMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS43NnMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_data`.`import_mode` FROM 'gs://test-load/import_mode-*.tsv?endpoint=http%3A%2F%2F127.0.0.1%3A4443%2Fstorage%2Fv1%2F';"] [2024/05/06 11:54:35.404 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=157] [cur_db=import_into] [sql="truncate table load_data.import_mode;"] [user=root@%] [2024/05/06 11:54:35.443 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:232, Type:truncate table, State:queueing, SchemaState:none, SchemaID:217, TableID:229, RowCount:0, ArgLen:3, start time: 2024-05-06 11:54:35.415 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:54:35.443 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:232, Type:truncate table, State:queueing, SchemaState:none, SchemaID:217, TableID:229, RowCount:0, ArgLen:3, start time: 2024-05-06 11:54:35.415 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="truncate table load_data.import_mode;"] [2024/05/06 11:54:35.501 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=232] [conn=2] [category=ddl] [job="ID:232, Type:truncate table, State:queueing, SchemaState:none, SchemaID:217, TableID:229, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:35.415 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:35.513 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 217, Table ID: 231, Table Name: import_mode, Old Table ID: 229, Old Table Name: import_mode"] [2024/05/06 11:54:35.567 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=157] [neededSchemaVersion=158] ["start time"=2.859844ms] [gotSchemaVersion=158] [phyTblIDs="[229,231]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 11:54:35.579 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=232] [version=158] [2024/05/06 11:54:35.612 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=158] ["take time"=53.753718ms] [job="ID:232, Type:truncate table, State:done, SchemaState:public, SchemaID:217, TableID:229, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:35.415 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:35.682 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=232] [tableIDs="[229]"] [comment="drop table: table ID"] [2024/05/06 11:54:35.691 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=232] [jobType="truncate table"] [2024/05/06 11:54:35.695 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=232] [conn=2] [job="ID:232, Type:truncate table, State:synced, SchemaState:public, SchemaID:217, TableID:229, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:35.415 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:35.767 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=232] [2024/05/06 11:54:35.768 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:54:35.772 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.368378876\n# Parse_time: 0.000361984\n# Compile_time: 0.001113885\n# Rewrite_time: 0.000036693\n# Optimize_time: 0.001279029\n# Wait_TS: 0.000461793\n# DB: import_into\n# Is_internal: false\n# Digest: a27b446e68c6d4514a740ac6a2fae34ff977eda46774332d938ba949cd974e0f\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ntruncate table load_data.import_mode;"] [2024/05/06 11:54:35.789 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:36.031 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-load/import_mode-*.tsv?access-key=xxxxxx\\u0026endpoint=http%3A%2F%2F127.0.0.1%3A4443%2Fstorage%2Fv1%2F\\u0026secret-access-key=xxxxxx\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 11:54:36.135 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=45] [task-id=45] [data-size=8B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:54:36.172 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=45] [2024/05/06 11:54:36.173 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=45] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:54:36.289 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=45] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:54:36.292 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=45] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:54:36.293 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=45] [curr-step=init] [next-step=import] [2024/05/06 11:54:36.320 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:36.323 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=import_mode] [2024/05/06 11:54:36.324 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=import_mode] [before=536870912000] [after=8] [2024/05/06 11:54:36.324 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=import_mode] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=8] [cost=60.509µs] [2024/05/06 11:54:36.324 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=import_mode] [takeTime=202.275µs] [] [2024/05/06 11:54:36.324 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=45] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:54:36.324 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=45] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:54:36.466 +00:00] [INFO] [import_into_test.go:803] [ToImportMode] [2024/05/06 11:54:36.472 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=45] [2024/05/06 11:54:36.493 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=45] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:54:36.542 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=45] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:54:36.544 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=45] [step=import] [2024/05/06 11:54:36.545 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:36.554 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:54:36.554 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:54:36.555 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:36.555 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:54:36.557 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:36.557 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:36.557 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:54:36.557 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:54:36.557 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:36.572 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:54:36.574 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:54:36.574 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=import_mode] [quota=374.2GB] [2024/05/06 11:54:36.574 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=45] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:54:36.574 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=import_mode] [import-id=45] [disk-quota=348.5GiB] [2024/05/06 11:54:36.638 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=45] [step=import] [subtask-id=88] [2024/05/06 11:54:36.642 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:0] [engineUUID=1ccc2128-36af-5780-96ac-757ded6634c4] [2024/05/06 11:54:36.646 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`import_mode`:-1] [engineUUID=86c1a897-a1cd-5c05-8035-3b378e34349a] [2024/05/06 11:54:36.646 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=231] [2024/05/06 11:54:39.647 +00:00] [ERROR] [task_executor.go:125] ["run subtask failed"] [type=ImportInto] [task-id=45] [step=import] [subtask-id=88] [takeTime=3.00869111s] [error="occur an error when sort chunk"] [stack="github.com/pingcap/tidb/pkg/disttask/importinto.(*importStepExecutor).RunSubtask.func1\n\tpkg/disttask/importinto/task_executor.go:125\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*importStepExecutor).RunSubtask\n\tpkg/disttask/importinto/task_executor.go:187\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask.func1\n\tpkg/disttask/framework/taskexecutor/task_executor.go:413\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:414\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [2024/05/06 11:54:39.647 +00:00] [ERROR] [task_executor.go:549] [onError] [task-id=45] [task-type=ImportInto] [server-id=:4000] [error="occur an error when sort chunk"] [errorVerbose="occur an error when sort chunk\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*importMinimalTaskExecutor).Run\n\tpkg/disttask/importinto/subtask_executor.go:65\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*chunkWorker).HandleTask\n\tpkg/disttask/importinto/encode_and_sort_operator.go:197\ngithub.com/pingcap/tidb/pkg/resourcemanager/pool/workerpool.(*WorkerPool[...]).handleTaskWithRecover\n\tpkg/resourcemanager/pool/workerpool/workerpool.go:131\ngithub.com/pingcap/tidb/pkg/resourcemanager/pool/workerpool.(*WorkerPool[...]).runAWorker.func1\n\tpkg/resourcemanager/pool/workerpool/workerpool.go:147\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).onError\n\tpkg/disttask/framework/taskexecutor/task_executor.go:549\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:428\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).onError\n\tpkg/disttask/framework/taskexecutor/task_executor.go:549\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:428\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [2024/05/06 11:54:39.647 +00:00] [ERROR] [task_executor.go:555] ["taskExecutor met first error"] [task-id=45] [task-type=ImportInto] [server-id=:4000] [error="occur an error when sort chunk"] [errorVerbose="occur an error when sort chunk\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*importMinimalTaskExecutor).Run\n\tpkg/disttask/importinto/subtask_executor.go:65\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*chunkWorker).HandleTask\n\tpkg/disttask/importinto/encode_and_sort_operator.go:197\ngithub.com/pingcap/tidb/pkg/resourcemanager/pool/workerpool.(*WorkerPool[...]).handleTaskWithRecover\n\tpkg/resourcemanager/pool/workerpool/workerpool.go:131\ngithub.com/pingcap/tidb/pkg/resourcemanager/pool/workerpool.(*WorkerPool[...]).runAWorker.func1\n\tpkg/resourcemanager/pool/workerpool/workerpool.go:147\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).onError\n\tpkg/disttask/framework/taskexecutor/task_executor.go:555\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:428\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [2024/05/06 11:54:39.648 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:39.648 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:54:39.648 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:54:39.648 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:39.648 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:54:39.648 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:54:39.648 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:54:39.648 +00:00] [WARN] [task_executor.go:640] ["subtask failed"] [task-id=45] [task-type=ImportInto] [server-id=:4000] [error="occur an error when sort chunk"] [errorVerbose="occur an error when sort chunk\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*importMinimalTaskExecutor).Run\n\tpkg/disttask/importinto/subtask_executor.go:65\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*chunkWorker).HandleTask\n\tpkg/disttask/importinto/encode_and_sort_operator.go:197\ngithub.com/pingcap/tidb/pkg/resourcemanager/pool/workerpool.(*WorkerPool[...]).handleTaskWithRecover\n\tpkg/resourcemanager/pool/workerpool/workerpool.go:131\ngithub.com/pingcap/tidb/pkg/resourcemanager/pool/workerpool.(*WorkerPool[...]).runAWorker.func1\n\tpkg/resourcemanager/pool/workerpool/workerpool.go:147\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 11:54:39.648 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=4] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:39.666 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=45] [step=import] [2024/05/06 11:54:39.671 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:39.671 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:39.671 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=4] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:39.671 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:39.671 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:54:39.673 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:54:39.673 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:39.673 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:39.673 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=4] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:39.673 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:39.673 +00:00] [INFO] [task_executor.go:309] ["execute task step failed"] [task-id=45] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=3.131662427s] [error="occur an error when sort chunk"] [2024/05/06 11:54:39.673 +00:00] [ERROR] [task_executor.go:248] ["failed to handle task"] [task-id=45] [task-type=ImportInto] [server-id=:4000] [error="occur an error when sort chunk"] [errorVerbose="occur an error when sort chunk\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*importMinimalTaskExecutor).Run\n\tpkg/disttask/importinto/subtask_executor.go:65\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*chunkWorker).HandleTask\n\tpkg/disttask/importinto/encode_and_sort_operator.go:197\ngithub.com/pingcap/tidb/pkg/resourcemanager/pool/workerpool.(*WorkerPool[...]).handleTaskWithRecover\n\tpkg/resourcemanager/pool/workerpool/workerpool.go:131\ngithub.com/pingcap/tidb/pkg/resourcemanager/pool/workerpool.(*WorkerPool[...]).runAWorker.func1\n\tpkg/resourcemanager/pool/workerpool/workerpool.go:147\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:248\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [2024/05/06 11:54:39.710 +00:00] [WARN] [scheduler.go:399] ["subtasks encounter errors"] [task-id=45] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [subtask-errs="[\"{error=\\\"[0]occur an error when sort chunk\\\"}\"]"] [2024/05/06 11:54:39.764 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=45] [type=ImportInto] [2024/05/06 11:54:39.838 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=45] [step=import] [state=reverting] [error="[0]occur an error when sort chunk"] [2024/05/06 11:54:39.840 +00:00] [INFO] [import_into_test.go:808] [ToNormalMode] [2024/05/06 11:54:39.842 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=45] [2024/05/06 11:54:39.890 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=45] [2024/05/06 11:54:39.916 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:54:39.917 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=45] [2024/05/06 11:54:40.010 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:54:40.085 +00:00] [ERROR] [handle.go:109] ["task reverted"] [task-id=45] [error="[0]occur an error when sort chunk"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/handle.WaitTaskDoneOrPaused\n\tpkg/disttask/framework/handle/handle.go:109\ngithub.com/pingcap/tidb/pkg/executor.(*ImportIntoExec).waitTask\n\tpkg/executor/import_into.go:193\ngithub.com/pingcap/tidb/pkg/executor.(*ImportIntoExec).Next\n\tpkg/executor/import_into.go:140\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:410\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1211\ngithub.com/pingcap/tidb/pkg/executor.(*recordSet).Next\n\tpkg/executor/adapter.go:160\ngithub.com/pingcap/tidb/pkg/session.GetRows4Test\n\tpkg/session/tidb.go:346\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).QueryToErr\n\tpkg/testkit/testkit.go:265\ntests/realtikvtest/importintotest/importintotest_test.(*mockGCSSuite).TestImportMode\n\ttests/realtikvtest/importintotest/import_into_test.go:887\nreflect.Value.call\n\tGOROOT/src/reflect/value.go:596\nreflect.Value.Call\n\tGOROOT/src/reflect/value.go:380\ngithub.com/stretchr/testify/suite.Run.func1\n\texternal/com_github_stretchr_testify/suite/suite.go:202\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595"] [2024/05/06 11:54:40.086 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 4.313148631\n# Parse_time: 0.00060421\n# Compile_time: 0.001526628\n# Rewrite_time: 0.000297309\n# Optimize_time: 0.001279029\n# Wait_TS: 0\n# DB: import_into\n# Is_internal: false\n# Digest: ae0dcf732c1f5baf44d07ac24a9457237e66bf22998758151391164a64a91a40\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: false\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkwCXRpbWU6NC4zMXMsIGxvb3BzOjEJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('RsAKQgoMSW1wb3J0SW50b18yOAFAAVIDTi9BWhN0aW1lOjQuMzFzLCBsb29wczoxcP//DQI0AXj///////////8BGAE=')\n# Resource_group: default\nIMPORT INTO `load_data`.`import_mode` FROM 'gs://test-load/import_mode-*.tsv?access-key=xxxxxx&endpoint=http%3A%2F%2F127.0.0.1%3A4443%2Fstorage%2Fv1%2F&secret-access-key=xxxxxx';"] === RUN TestImportInto/TestInputCountMisMatchAndDefault [2024/05/06 11:54:40.119 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=158] [cur_db=import_into] [sql="drop database if exists load_data"] [user=root@%] [2024/05/06 11:54:40.148 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:233, Type:drop schema, State:queueing, SchemaState:public, SchemaID:217, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:40.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:54:40.148 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:233, Type:drop schema, State:queueing, SchemaState:public, SchemaID:217, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:40.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop database if exists load_data"] [2024/05/06 11:54:40.190 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=233] [conn=2] [category=ddl] [job="ID:233, Type:drop schema, State:queueing, SchemaState:public, SchemaID:217, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:40.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:40.263 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=158] [neededSchemaVersion=159] ["start time"=298.78µs] [gotSchemaVersion=159] [phyTblIDs="[231]"] [actionTypes="[2]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:54:40.277 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=233] [version=159] [2024/05/06 11:54:40.314 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=159] ["take time"=54.303733ms] [job="ID:233, Type:drop schema, State:running, SchemaState:write only, SchemaID:217, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:40.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:40.399 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=233] [conn=2] [category=ddl] [job="ID:233, Type:drop schema, State:running, SchemaState:write only, SchemaID:217, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:40.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:40.439 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=159] [neededSchemaVersion=160] ["start time"=186.333µs] [gotSchemaVersion=160] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:54:40.449 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=233] [version=160] [2024/05/06 11:54:40.489 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=160] ["take time"=53.626809ms] [job="ID:233, Type:drop schema, State:running, SchemaState:delete only, SchemaID:217, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:40.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:40.538 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=233] [conn=2] [category=ddl] [job="ID:233, Type:drop schema, State:running, SchemaState:delete only, SchemaID:217, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:40.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:40.571 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=160] [neededSchemaVersion=161] ["start time"=251.384µs] [gotSchemaVersion=161] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:54:40.585 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=233] [version=161] [2024/05/06 11:54:40.620 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=161] ["take time"=54.220733ms] [job="ID:233, Type:drop schema, State:done, SchemaState:none, SchemaID:217, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:40.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:40.694 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=233] [tableIDs="[231]"] [comment="drop schema: table IDs"] [2024/05/06 11:54:40.703 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=233] [jobType="drop schema"] [2024/05/06 11:54:40.706 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=233] [conn=2] [job="ID:233, Type:drop schema, State:synced, SchemaState:none, SchemaID:217, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:40.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:40.798 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=233] [2024/05/06 11:54:40.798 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:54:40.805 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.686784232\n# Parse_time: 0.000684017\n# Compile_time: 0.000848589\n# Rewrite_time: 0.000040225\n# Optimize_time: 0.001279029\n# Wait_TS: 0.000465401\n# DB: import_into\n# Is_internal: false\n# Digest: 56257f0c0dee1f157d6b4394eb3c67f0af51887b4f515caad24d258b1a7ab179\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop database if exists load_data;"] [2024/05/06 11:54:40.807 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=161] [cur_db=import_into] [sql="create database load_data"] [user=root@%] [2024/05/06 11:54:40.845 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:235, Type:create schema, State:queueing, SchemaState:none, SchemaID:234, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:40.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:54:40.845 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:235, Type:create schema, State:queueing, SchemaState:none, SchemaID:234, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:40.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database load_data"] [2024/05/06 11:54:40.907 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=235] [conn=2] [category=ddl] [job="ID:235, Type:create schema, State:queueing, SchemaState:none, SchemaID:234, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:40.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:40.939 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=161] [neededSchemaVersion=162] ["start time"=1.097415ms] [gotSchemaVersion=162] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:54:40.951 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=235] [version=162] [2024/05/06 11:54:40.987 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=162] ["take time"=53.642811ms] [job="ID:235, Type:create schema, State:done, SchemaState:public, SchemaID:234, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:40.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:41.029 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=235] [conn=2] [job="ID:235, Type:create schema, State:synced, SchemaState:public, SchemaID:234, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:40.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:41.058 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=235] [2024/05/06 11:54:41.059 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:54:41.065 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=162] [cur_db=load_data] [sql="drop table if exists t;"] [user=root@%] [2024/05/06 11:54:41.068 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=162] [cur_db=load_data] [sql="create table t (a bigint, b varchar(100), c int);"] [user=root@%] [2024/05/06 11:54:41.116 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:237, Type:create table, State:queueing, SchemaState:none, SchemaID:234, TableID:236, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:41.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:54:41.116 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:237, Type:create table, State:queueing, SchemaState:none, SchemaID:234, TableID:236, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:41.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t (a bigint, b varchar(100), c int);"] [2024/05/06 11:54:41.187 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=237] [conn=2] [category=ddl] [job="ID:237, Type:create table, State:queueing, SchemaState:none, SchemaID:234, TableID:236, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:41.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:41.195 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 234, Table ID: 236, Table Name: t"] [2024/05/06 11:54:41.251 +00:00] [WARN] [pd.go:168] ["get timestamp too slow"] ["cost time"=40.865771ms] [2024/05/06 11:54:41.307 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=162] [neededSchemaVersion=163] ["start time"=3.420226ms] [gotSchemaVersion=163] [phyTblIDs="[236]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:54:41.323 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=237] [version=163] [2024/05/06 11:54:41.351 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=163] ["take time"=54.100252ms] [job="ID:237, Type:create table, State:done, SchemaState:public, SchemaID:234, TableID:236, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:41.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:41.385 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=237] [conn=2] [job="ID:237, Type:create table, State:synced, SchemaState:public, SchemaID:234, TableID:236, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:41.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:41.427 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=237] [2024/05/06 11:54:41.427 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:54:41.431 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.365054448\n# Parse_time: 0.001069123\n# Compile_time: 0.001157246\n# Rewrite_time: 0.000055817\n# Optimize_time: 0.001279029\n# Wait_TS: 0.000330289\n# DB: load_data\n# Is_internal: false\n# Digest: f4ac9d9369c16c7e7781e776841844018e469b33e3f61c50a28d47916121febd\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse load_data;\ncreate table t (a bigint, b varchar(100), c int);"] [2024/05/06 11:54:41.445 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:41.675 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-multi-load/input-cnt-mismatch.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 11:54:41.780 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=46] [task-id=46] [data-size=24B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:54:41.830 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=46] [2024/05/06 11:54:41.830 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=46] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:54:41.938 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=46] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:54:41.940 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=46] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:54:41.942 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=46] [curr-step=init] [next-step=import] [2024/05/06 11:54:41.963 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:41.966 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:54:41.966 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=24] [2024/05/06 11:54:41.966 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=24] [cost=63.939µs] [2024/05/06 11:54:41.967 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=206.421µs] [] [2024/05/06 11:54:41.967 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=46] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:54:41.967 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=46] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:54:42.139 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=46] [mode=Import] [2024/05/06 11:54:42.159 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=46] [2024/05/06 11:54:42.190 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=46] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:54:42.240 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=46] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:54:42.241 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=46] [step=import] [2024/05/06 11:54:42.243 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:42.251 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:54:42.251 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:54:42.252 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:42.252 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:54:42.253 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:42.253 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:54:42.253 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:54:42.253 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:42.253 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:42.268 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:54:42.269 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:54:42.269 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:54:42.269 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=46] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:54:42.269 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=46] [disk-quota=348.5GiB] [2024/05/06 11:54:42.316 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=46] [step=import] [subtask-id=89] [2024/05/06 11:54:42.321 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:54:42.324 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:54:42.325 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=236] [2024/05/06 11:54:42.355 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=236] [key=input-cnt-mismatch.csv:0] [2024/05/06 11:54:42.358 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=236] [key=input-cnt-mismatch.csv:0] [readDur=1.423205ms] [encodeDur=1.478652ms] [checksum="{cksum=17834670505915290972,size=78,kvs=2}"] [deliverDur=276.717µs] [type=file] [takeTime=3.643957ms] [] [2024/05/06 11:54:42.359 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=46] [step=import] [subtask-id=89] [takeTime=42.863285ms] [] [2024/05/06 11:54:42.359 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=78] [kvs=2] [files=1] [sstFileSize=992] [file=/tmp/tidb/import-4000/46/67ea3590-7c4f-5a31-ade6-de9a31136e82.sst/4fcfdcc7-00e2-4e6d-8397-7ebe42c0fb4a.sst] [firstKey=7480000000000000EC5F728000000000000001] [lastKey=7480000000000000EC5F728000000000000002] [2024/05/06 11:54:42.359 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=46] [step=import] [engine-id=0] [2024/05/06 11:54:42.360 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=46] [step=import] [engine-id=0] [2024/05/06 11:54:42.360 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:54:42.362 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [takeTime=2.459059ms] [] [2024/05/06 11:54:42.362 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [retryCnt=0] [2024/05/06 11:54:42.367 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:54:42.389 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=67ea3590-7c4f-5a31-ade6-de9a31136e82] ["region ranges"=1] [count=2] [size=78] [2024/05/06 11:54:42.389 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:54:42.407 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=67ea3590-7c4f-5a31-ade6-de9a31136e82] [size=78] [kvs=2] [importedSize=78] [importedCount=2] [2024/05/06 11:54:42.410 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [retryCnt=0] [takeTime=47.72704ms] [] [2024/05/06 11:54:42.410 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:54:42.412 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [takeTime=1.592758ms] [] [2024/05/06 11:54:42.412 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=46] [step=import] [engine-id=0] [2024/05/06 11:54:42.412 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:54:42.414 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [takeTime=1.645501ms] [] [2024/05/06 11:54:42.414 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [retryCnt=0] [2024/05/06 11:54:42.414 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:54:42.414 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [retryCnt=0] [takeTime=55.23µs] [] [2024/05/06 11:54:42.414 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:54:42.415 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [takeTime=824.372µs] [] [2024/05/06 11:54:42.454 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=46] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:54:42.455 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=46] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:54:42.457 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=46] [curr-step=import] [next-step=post-process] [2024/05/06 11:54:42.457 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=46] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:54:42.461 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=46] [step=import] [2024/05/06 11:54:42.464 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:42.464 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:54:42.464 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:54:42.464 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:54:42.464 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:54:42.464 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:42.464 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:54:42.464 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:42.464 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:42.464 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:42.464 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:42.464 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:42.464 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:54:42.466 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:54:42.466 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:42.466 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:42.466 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:42.466 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:42.466 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=46] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=225.956553ms] [] [2024/05/06 11:54:42.566 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=46] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":2,\"ColSizeMap\":{\"1\":2,\"2\":12,\"3\":1}}"] [2024/05/06 11:54:42.568 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=46] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:54:42.568 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=46] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:54:42.755 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=46] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:54:42.901 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=46] [step=post-process] [subtask-id=90] [2024/05/06 11:54:42.902 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=46] [step=post-process] [subtask-id=90] [2024/05/06 11:54:42.902 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=46] [step=post-process] [subtask-id=90] [2024/05/06 11:54:42.917 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=46] [step=post-process] [subtask-id=90] [takeTime=14.496052ms] [] [2024/05/06 11:54:42.917 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=46] [step=post-process] [subtask-id=90] [groupId=-1] [size=78] [kvs=2] [checksum=17834670505915290972] [2024/05/06 11:54:42.917 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=46] [step=post-process] [subtask-id=90] [checksum="{cksum=17834670505915290972,size=78,kvs=2}"] [2024/05/06 11:54:42.917 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=46] [step=post-process] [subtask-id=90] [weight=30] [2024/05/06 11:54:42.917 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=46] [step=post-process] [subtask-id=90] [concurrency=15] [2024/05/06 11:54:42.921 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=236] [physicalTableID=236] [indexID=-1] [checksum=17834670505915290972] [totalKvs=2] [totalBytes=78] [2024/05/06 11:54:42.922 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=46] [step=post-process] [subtask-id=90] [local="{cksum=17834670505915290972,size=78,kvs=2}"] [2024/05/06 11:54:42.922 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=46] [step=post-process] [subtask-id=90] [takeTime=19.981345ms] [] [2024/05/06 11:54:42.922 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=46] [step=post-process] [subtask-id=90] [takeTime=20.320578ms] [] [2024/05/06 11:54:43.020 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=46] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=264.8014ms] [] [2024/05/06 11:54:43.055 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=46] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:54:43.055 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=46] [step=post-process] [state=running] [] [2024/05/06 11:54:43.060 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=46] [2024/05/06 11:54:43.126 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=46] [type=ImportInto] [2024/05/06 11:54:43.136 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=46] [2024/05/06 11:54:43.163 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:54:43.163 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=46] [2024/05/06 11:54:43.268 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:54:43.343 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.910911858\n# Parse_time: 0.000617486\n# Compile_time: 0.001589087\n# Rewrite_time: 0.000327916\n# Optimize_time: 0.001279029\n# Wait_TS: 0\n# DB: load_data\n# Is_internal: false\n# Digest: 2151a8f4fc4821c35c9e69ec11b64682fe15dd1bf9a02fb5753a416004d4f9c9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS45MXMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS45MXMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_data`.`t` FROM 'gs://test-multi-load/input-cnt-mismatch.csv?endpoint=http://127.0.0.1:4443/storage/v1/';"] [2024/05/06 11:54:43.354 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=163] [cur_db=load_data] [sql="drop table if exists t;"] [user=root@%] [2024/05/06 11:54:43.422 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:238, Type:drop table, State:queueing, SchemaState:public, SchemaID:234, TableID:236, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:43.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:54:43.422 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:238, Type:drop table, State:queueing, SchemaState:public, SchemaID:234, TableID:236, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:43.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 11:54:43.492 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=238] [conn=2] [category=ddl] [job="ID:238, Type:drop table, State:queueing, SchemaState:public, SchemaID:234, TableID:236, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:43.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:43.535 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=163] [neededSchemaVersion=164] ["start time"=308.668µs] [gotSchemaVersion=164] [phyTblIDs="[236]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:54:43.549 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=238] [version=164] [2024/05/06 11:54:43.584 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=164] ["take time"=53.590382ms] [job="ID:238, Type:drop table, State:running, SchemaState:write only, SchemaID:234, TableID:236, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:43.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:43.638 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=238] [conn=2] [category=ddl] [job="ID:238, Type:drop table, State:running, SchemaState:write only, SchemaID:234, TableID:236, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:43.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:43.668 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=164] [neededSchemaVersion=165] ["start time"=223.598µs] [gotSchemaVersion=165] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:54:43.681 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=238] [version=165] [2024/05/06 11:54:43.718 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=165] ["take time"=54.03857ms] [job="ID:238, Type:drop table, State:running, SchemaState:delete only, SchemaID:234, TableID:236, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:43.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:43.789 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=238] [conn=2] [category=ddl] [job="ID:238, Type:drop table, State:running, SchemaState:delete only, SchemaID:234, TableID:236, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:43.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:43.799 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 234, Old Table ID: 236, Old Table Name: t"] [2024/05/06 11:54:43.845 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=165] [neededSchemaVersion=166] ["start time"=230.47µs] [gotSchemaVersion=166] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:54:43.858 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=238] [version=166] [2024/05/06 11:54:43.920 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=166] ["take time"=79.151876ms] [job="ID:238, Type:drop table, State:done, SchemaState:none, SchemaID:234, TableID:236, RowCount:0, ArgLen:3, start time: 2024-05-06 11:54:43.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:43.977 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=238] [tableIDs="[236]"] [comment="drop table: table ID"] [2024/05/06 11:54:43.985 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=238] [jobType="drop table"] [2024/05/06 11:54:43.989 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=238] [conn=2] [job="ID:238, Type:drop table, State:synced, SchemaState:none, SchemaID:234, TableID:236, RowCount:0, ArgLen:3, start time: 2024-05-06 11:54:43.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:44.067 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=238] [2024/05/06 11:54:44.067 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:54:44.071 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.718025973\n# Parse_time: 0.000310762\n# Compile_time: 0.000833781\n# Rewrite_time: 0.000045804\n# Optimize_time: 0.00149649\n# Wait_TS: 0.000377762\n# DB: load_data\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] [2024/05/06 11:54:44.074 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=166] [cur_db=load_data] [sql="create table t (a bigint, b varchar(100), c int default 100);"] [user=root@%] [2024/05/06 11:54:44.130 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:240, Type:create table, State:queueing, SchemaState:none, SchemaID:234, TableID:239, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:44.066 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:54:44.130 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:240, Type:create table, State:queueing, SchemaState:none, SchemaID:234, TableID:239, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:44.066 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t (a bigint, b varchar(100), c int default 100);"] [2024/05/06 11:54:44.189 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=240] [conn=2] [category=ddl] [job="ID:240, Type:create table, State:queueing, SchemaState:none, SchemaID:234, TableID:239, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:44.066 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:44.198 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 234, Table ID: 239, Table Name: t"] [2024/05/06 11:54:44.276 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=166] [neededSchemaVersion=167] ["start time"=2.598399ms] [gotSchemaVersion=167] [phyTblIDs="[239]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:54:44.286 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=240] [version=167] [2024/05/06 11:54:44.318 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=167] ["take time"=53.726325ms] [job="ID:240, Type:create table, State:done, SchemaState:public, SchemaID:234, TableID:239, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:44.066 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:44.417 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=240] [conn=2] [job="ID:240, Type:create table, State:synced, SchemaState:public, SchemaID:234, TableID:239, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:44.066 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:44.467 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=240] [2024/05/06 11:54:44.467 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:54:44.471 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.398629277\n# Parse_time: 0.000749628\n# Compile_time: 0.001181261\n# Rewrite_time: 0.000047079\n# Optimize_time: 0.00149649\n# Wait_TS: 0.000366115\n# DB: load_data\n# Is_internal: false\n# Digest: f64804c6e80c88fdbb6c09fd220d1f1fe716dbbbff80390fd19416486a5adca9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ncreate table t (a bigint, b varchar(100), c int default 100);"] [2024/05/06 11:54:44.484 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:44.700 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-multi-load/input-cnt-mismatch.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 11:54:44.842 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=47] [task-id=47] [data-size=24B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:54:44.883 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=47] [2024/05/06 11:54:44.884 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=47] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:54:44.990 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=47] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:54:44.991 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=47] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:54:44.992 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=47] [curr-step=init] [next-step=import] [2024/05/06 11:54:45.020 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:45.023 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:54:45.023 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=24] [2024/05/06 11:54:45.023 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=24] [cost=65.165µs] [2024/05/06 11:54:45.023 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=198.629µs] [] [2024/05/06 11:54:45.024 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=47] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:54:45.024 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=47] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:54:45.161 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=47] [mode=Import] [2024/05/06 11:54:45.180 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=47] [2024/05/06 11:54:45.205 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=47] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:54:45.298 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=47] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:54:45.300 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=47] [step=import] [2024/05/06 11:54:45.301 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:45.313 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:54:45.313 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:54:45.314 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:45.314 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:54:45.315 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:45.315 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:45.315 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:54:45.315 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:54:45.315 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:45.333 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:54:45.335 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:54:45.335 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:54:45.335 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=47] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:54:45.335 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=47] [disk-quota=348.5GiB] [2024/05/06 11:54:45.384 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=47] [step=import] [subtask-id=91] [2024/05/06 11:54:45.388 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:54:45.392 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:54:45.392 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=239] [2024/05/06 11:54:45.412 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=239] [key=input-cnt-mismatch.csv:0] [2024/05/06 11:54:45.416 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=239] [key=input-cnt-mismatch.csv:0] [readDur=1.82395ms] [encodeDur=1.183528ms] [checksum="{cksum=4951760973171410464,size=79,kvs=2}"] [deliverDur=354.258µs] [type=file] [takeTime=3.97853ms] [] [2024/05/06 11:54:45.417 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=79] [kvs=2] [files=1] [sstFileSize=991] [file=/tmp/tidb/import-4000/47/67ea3590-7c4f-5a31-ade6-de9a31136e82.sst/4a71daf2-86a2-4607-8be9-1dab40b9ef7b.sst] [firstKey=7480000000000000EF5F728000000000000001] [lastKey=7480000000000000EF5F728000000000000002] [2024/05/06 11:54:45.417 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=47] [step=import] [subtask-id=91] [takeTime=32.928759ms] [] [2024/05/06 11:54:45.418 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=47] [step=import] [engine-id=0] [2024/05/06 11:54:45.418 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=47] [step=import] [engine-id=0] [2024/05/06 11:54:45.418 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:54:45.420 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [takeTime=1.97519ms] [] [2024/05/06 11:54:45.420 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [retryCnt=0] [2024/05/06 11:54:45.425 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:54:45.447 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=67ea3590-7c4f-5a31-ade6-de9a31136e82] ["region ranges"=1] [count=2] [size=79] [2024/05/06 11:54:45.448 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:54:45.464 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=67ea3590-7c4f-5a31-ade6-de9a31136e82] [size=79] [kvs=2] [importedSize=79] [importedCount=2] [2024/05/06 11:54:45.466 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [retryCnt=0] [takeTime=45.705214ms] [] [2024/05/06 11:54:45.466 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:54:45.467 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [takeTime=982.662µs] [] [2024/05/06 11:54:45.467 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=47] [step=import] [engine-id=0] [2024/05/06 11:54:45.467 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:54:45.468 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [takeTime=1.564915ms] [] [2024/05/06 11:54:45.469 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [retryCnt=0] [2024/05/06 11:54:45.469 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:54:45.469 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [retryCnt=0] [takeTime=61.862µs] [] [2024/05/06 11:54:45.469 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:54:45.469 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [takeTime=803.014µs] [] [2024/05/06 11:54:45.505 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=47] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:54:45.507 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=47] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:54:45.509 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=47] [curr-step=import] [next-step=post-process] [2024/05/06 11:54:45.509 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=47] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:54:45.513 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=47] [step=import] [2024/05/06 11:54:45.517 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:45.517 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:45.517 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:54:45.517 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:54:45.517 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:54:45.517 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:54:45.517 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:54:45.517 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:45.517 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:45.517 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:45.517 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:45.517 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:45.517 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:54:45.520 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:54:45.520 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:45.520 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:45.520 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:45.520 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:45.520 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=47] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=222.409125ms] [] [2024/05/06 11:54:45.584 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=47] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":2,\"ColSizeMap\":{\"1\":2,\"2\":12,\"3\":1}}"] [2024/05/06 11:54:45.585 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=47] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:54:45.585 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=47] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:54:45.825 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=47] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:54:45.870 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=47] [step=post-process] [subtask-id=92] [2024/05/06 11:54:45.871 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=47] [step=post-process] [subtask-id=92] [2024/05/06 11:54:45.871 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=47] [step=post-process] [subtask-id=92] [2024/05/06 11:54:45.879 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=47] [step=post-process] [subtask-id=92] [takeTime=8.015937ms] [] [2024/05/06 11:54:45.879 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=47] [step=post-process] [subtask-id=92] [groupId=-1] [size=79] [kvs=2] [checksum=4951760973171410464] [2024/05/06 11:54:45.879 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=47] [step=post-process] [subtask-id=92] [checksum="{cksum=4951760973171410464,size=79,kvs=2}"] [2024/05/06 11:54:45.879 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=47] [step=post-process] [subtask-id=92] [weight=30] [2024/05/06 11:54:45.879 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=47] [step=post-process] [subtask-id=92] [concurrency=15] [2024/05/06 11:54:45.883 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=239] [physicalTableID=239] [indexID=-1] [checksum=4951760973171410464] [totalKvs=2] [totalBytes=79] [2024/05/06 11:54:45.883 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=47] [step=post-process] [subtask-id=92] [local="{cksum=4951760973171410464,size=79,kvs=2}"] [2024/05/06 11:54:45.883 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=47] [step=post-process] [subtask-id=92] [takeTime=12.845292ms] [] [2024/05/06 11:54:45.883 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=47] [step=post-process] [subtask-id=92] [takeTime=13.121904ms] [] [2024/05/06 11:54:45.939 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=47] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=114.181274ms] [] [2024/05/06 11:54:46.010 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=47] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:54:46.010 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=47] [step=post-process] [state=running] [] [2024/05/06 11:54:46.014 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=47] [2024/05/06 11:54:46.125 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=47] [2024/05/06 11:54:46.138 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=47] [type=ImportInto] [2024/05/06 11:54:46.156 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:54:46.156 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=47] [2024/05/06 11:54:46.276 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:54:46.397 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.925778625\n# Parse_time: 0.000657198\n# Compile_time: 0.001322387\n# Rewrite_time: 0.000306066\n# Optimize_time: 0.00149649\n# Wait_TS: 0\n# DB: load_data\n# Is_internal: false\n# Digest: 2151a8f4fc4821c35c9e69ec11b64682fe15dd1bf9a02fb5753a416004d4f9c9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS45MnMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS45MnMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_data`.`t` FROM 'gs://test-multi-load/input-cnt-mismatch.csv?endpoint=http://127.0.0.1:4443/storage/v1/';"] [2024/05/06 11:54:46.406 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=167] [cur_db=load_data] [sql="drop table if exists t;"] [user=root@%] [2024/05/06 11:54:46.442 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:241, Type:drop table, State:queueing, SchemaState:public, SchemaID:234, TableID:239, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:46.365 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:54:46.442 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:241, Type:drop table, State:queueing, SchemaState:public, SchemaID:234, TableID:239, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:46.365 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 11:54:46.504 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=241] [conn=2] [category=ddl] [job="ID:241, Type:drop table, State:queueing, SchemaState:public, SchemaID:234, TableID:239, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:46.365 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:46.589 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=167] [neededSchemaVersion=168] ["start time"=433.631µs] [gotSchemaVersion=168] [phyTblIDs="[239]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:54:46.603 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=241] [version=168] [2024/05/06 11:54:46.638 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=168] ["take time"=54.045169ms] [job="ID:241, Type:drop table, State:running, SchemaState:write only, SchemaID:234, TableID:239, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:46.365 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:46.693 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=241] [conn=2] [category=ddl] [job="ID:241, Type:drop table, State:running, SchemaState:write only, SchemaID:234, TableID:239, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:46.365 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:46.739 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=168] [neededSchemaVersion=169] ["start time"=310.633µs] [gotSchemaVersion=169] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:54:46.752 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=241] [version=169] [2024/05/06 11:54:46.788 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=169] ["take time"=54.355969ms] [job="ID:241, Type:drop table, State:running, SchemaState:delete only, SchemaID:234, TableID:239, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:46.365 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:46.842 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=241] [conn=2] [category=ddl] [job="ID:241, Type:drop table, State:running, SchemaState:delete only, SchemaID:234, TableID:239, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:46.365 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:46.853 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 234, Old Table ID: 239, Old Table Name: t"] [2024/05/06 11:54:46.893 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=169] [neededSchemaVersion=170] ["start time"=231.4µs] [gotSchemaVersion=170] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"] [2024/05/06 11:54:46.909 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=241] [version=170] [2024/05/06 11:54:46.943 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=170] ["take time"=53.754799ms] [job="ID:241, Type:drop table, State:done, SchemaState:none, SchemaID:234, TableID:239, RowCount:0, ArgLen:3, start time: 2024-05-06 11:54:46.365 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:46.980 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=241] [tableIDs="[239]"] [comment="drop table: table ID"] [2024/05/06 11:54:46.988 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=241] [jobType="drop table"] [2024/05/06 11:54:46.993 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=241] [conn=2] [job="ID:241, Type:drop table, State:synced, SchemaState:none, SchemaID:234, TableID:239, RowCount:0, ArgLen:3, start time: 2024-05-06 11:54:46.365 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:47.111 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=241] [2024/05/06 11:54:47.111 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:54:47.118 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.711809142\n# Parse_time: 0.000240725\n# Compile_time: 0.000700718\n# Rewrite_time: 0.000049944\n# Optimize_time: 0.001175458\n# Wait_TS: 0.00039448\n# DB: load_data\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop table if exists t;"] [2024/05/06 11:54:47.122 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=170] [cur_db=load_data] [sql="create table t (a bigint, b varchar(100), c int);"] [user=root@%] [2024/05/06 11:54:47.169 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:243, Type:create table, State:queueing, SchemaState:none, SchemaID:234, TableID:242, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:47.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:54:47.169 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:243, Type:create table, State:queueing, SchemaState:none, SchemaID:234, TableID:242, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:47.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t (a bigint, b varchar(100), c int);"] [2024/05/06 11:54:47.243 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=243] [conn=2] [category=ddl] [job="ID:243, Type:create table, State:queueing, SchemaState:none, SchemaID:234, TableID:242, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:47.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:47.252 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 234, Table ID: 242, Table Name: t"] [2024/05/06 11:54:47.332 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=170] [neededSchemaVersion=171] ["start time"=3.354486ms] [gotSchemaVersion=171] [phyTblIDs="[242]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:54:47.347 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=243] [version=171] [2024/05/06 11:54:47.378 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=171] ["take time"=54.137316ms] [job="ID:243, Type:create table, State:done, SchemaState:public, SchemaID:234, TableID:242, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:47.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:47.455 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=243] [conn=2] [job="ID:243, Type:create table, State:synced, SchemaState:public, SchemaID:234, TableID:242, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:47.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:47.490 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=243] [2024/05/06 11:54:47.490 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:54:47.494 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.37514558\n# Parse_time: 0.001965738\n# Compile_time: 0.001872283\n# Rewrite_time: 0.000094097\n# Optimize_time: 0.001175458\n# Wait_TS: 0.000518892\n# DB: load_data\n# Is_internal: false\n# Digest: f4ac9d9369c16c7e7781e776841844018e469b33e3f61c50a28d47916121febd\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ncreate table t (a bigint, b varchar(100), c int);"] [2024/05/06 11:54:47.511 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:47.756 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"columns-and-vars\":\"(`a`, `b`, @`1`)\",\"set-clause\":\"`c`=COALESCE(@`1`, 100)\",\"file-location\":\"gs://test-multi-load/input-cnt-mismatch.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 11:54:47.868 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=48] [task-id=48] [data-size=24B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:54:47.911 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=48] [2024/05/06 11:54:47.911 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=48] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:54:48.024 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=48] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:54:48.026 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=48] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:54:48.028 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=48] [curr-step=init] [next-step=import] [2024/05/06 11:54:48.052 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:48.056 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:54:48.056 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=24] [2024/05/06 11:54:48.056 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=24] [cost=67.874µs] [2024/05/06 11:54:48.056 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=202.35µs] [] [2024/05/06 11:54:48.056 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=48] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:54:48.056 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=48] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:54:48.180 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=48] [mode=Import] [2024/05/06 11:54:48.200 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=48] [2024/05/06 11:54:48.229 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=48] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:54:48.273 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=48] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:54:48.274 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=48] [step=import] [2024/05/06 11:54:48.277 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:48.286 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:54:48.286 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:54:48.286 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:48.286 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:54:48.287 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:48.287 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:48.287 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:54:48.287 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:54:48.287 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:48.307 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:54:48.309 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:54:48.309 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:54:48.309 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=48] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:54:48.311 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=48] [disk-quota=348.5GiB] [2024/05/06 11:54:48.359 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=48] [step=import] [subtask-id=93] [2024/05/06 11:54:48.364 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:54:48.368 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:54:48.368 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=242] [2024/05/06 11:54:48.379 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=242] [key=input-cnt-mismatch.csv:0] [2024/05/06 11:54:48.382 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=242] [key=input-cnt-mismatch.csv:0] [readDur=1.213815ms] [encodeDur=1.133372ms] [checksum="{cksum=4856294282864387256,size=82,kvs=2}"] [deliverDur=253.684µs] [type=file] [takeTime=3.046255ms] [] [2024/05/06 11:54:48.383 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=48] [step=import] [subtask-id=93] [takeTime=22.976638ms] [] [2024/05/06 11:54:48.383 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=82] [kvs=2] [files=1] [sstFileSize=987] [file=/tmp/tidb/import-4000/48/67ea3590-7c4f-5a31-ade6-de9a31136e82.sst/e6ecaaa4-1402-4035-8e11-810a4c935735.sst] [firstKey=7480000000000000F25F728000000000000001] [lastKey=7480000000000000F25F728000000000000002] [2024/05/06 11:54:48.383 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=48] [step=import] [engine-id=0] [2024/05/06 11:54:48.383 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=48] [step=import] [engine-id=0] [2024/05/06 11:54:48.383 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:54:48.385 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [takeTime=1.975358ms] [] [2024/05/06 11:54:48.385 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [retryCnt=0] [2024/05/06 11:54:48.390 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:54:48.411 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=67ea3590-7c4f-5a31-ade6-de9a31136e82] ["region ranges"=1] [count=2] [size=82] [2024/05/06 11:54:48.412 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:54:48.428 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=67ea3590-7c4f-5a31-ade6-de9a31136e82] [size=82] [kvs=2] [importedSize=82] [importedCount=2] [2024/05/06 11:54:48.430 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [retryCnt=0] [takeTime=45.164261ms] [] [2024/05/06 11:54:48.430 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:54:48.432 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [takeTime=1.330118ms] [] [2024/05/06 11:54:48.432 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=48] [step=import] [engine-id=0] [2024/05/06 11:54:48.432 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:54:48.434 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [takeTime=2.05207ms] [] [2024/05/06 11:54:48.434 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [retryCnt=0] [2024/05/06 11:54:48.434 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:54:48.434 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [retryCnt=0] [takeTime=106.426µs] [] [2024/05/06 11:54:48.434 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:54:48.437 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [takeTime=2.507102ms] [] [2024/05/06 11:54:48.539 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=48] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:54:48.541 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=48] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:54:48.542 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=48] [curr-step=import] [next-step=post-process] [2024/05/06 11:54:48.542 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=48] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:54:48.548 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=48] [step=import] [2024/05/06 11:54:48.552 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:48.552 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:48.552 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:54:48.552 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:54:48.552 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:54:48.552 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:54:48.552 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:54:48.552 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:48.553 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:48.553 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:48.553 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:48.553 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:48.553 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:54:48.556 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:54:48.556 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:48.556 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:48.556 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:48.556 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:48.556 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=48] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=283.069917ms] [] [2024/05/06 11:54:48.618 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=48] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":2,\"ColSizeMap\":{\"1\":2,\"2\":12,\"3\":3}}"] [2024/05/06 11:54:48.620 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=48] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:54:48.620 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=48] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:54:48.772 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=48] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:54:48.826 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=48] [step=post-process] [subtask-id=94] [2024/05/06 11:54:48.826 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=48] [step=post-process] [subtask-id=94] [2024/05/06 11:54:48.826 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=48] [step=post-process] [subtask-id=94] [2024/05/06 11:54:48.873 +00:00] [WARN] [pd.go:168] ["get timestamp too slow"] ["cost time"=40.871039ms] [2024/05/06 11:54:48.877 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=48] [step=post-process] [subtask-id=94] [takeTime=50.851289ms] [] [2024/05/06 11:54:48.877 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=48] [step=post-process] [subtask-id=94] [groupId=-1] [size=82] [kvs=2] [checksum=4856294282864387256] [2024/05/06 11:54:48.877 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=48] [step=post-process] [subtask-id=94] [checksum="{cksum=4856294282864387256,size=82,kvs=2}"] [2024/05/06 11:54:48.877 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=48] [step=post-process] [subtask-id=94] [weight=30] [2024/05/06 11:54:48.877 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=48] [step=post-process] [subtask-id=94] [concurrency=15] [2024/05/06 11:54:48.883 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=242] [physicalTableID=242] [indexID=-1] [checksum=4856294282864387256] [totalKvs=2] [totalBytes=82] [2024/05/06 11:54:48.883 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=48] [step=post-process] [subtask-id=94] [local="{cksum=4856294282864387256,size=82,kvs=2}"] [2024/05/06 11:54:48.884 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=48] [step=post-process] [subtask-id=94] [takeTime=57.666189ms] [] [2024/05/06 11:54:48.884 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=48] [step=post-process] [subtask-id=94] [takeTime=57.944632ms] [] [2024/05/06 11:54:48.933 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=48] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=160.661759ms] [] [2024/05/06 11:54:48.939 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=48] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:54:48.939 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=48] [step=post-process] [state=running] [] [2024/05/06 11:54:48.942 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=48] [2024/05/06 11:54:49.025 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=48] [type=ImportInto] [2024/05/06 11:54:49.029 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=48] [2024/05/06 11:54:49.061 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:54:49.061 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=48] [2024/05/06 11:54:49.161 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.666430394\n# Parse_time: 0.001445243\n# Compile_time: 0.002084141\n# Rewrite_time: 0.000301153\n# Optimize_time: 0.001175458\n# Wait_TS: 0\n# DB: load_data\n# Is_internal: false\n# Digest: 6be6ceffb424c57058f47c47fbefd24c0d807fe3c30448873e5dc402a3cb9b8c\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS42NnMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS42NnMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_data`.`t` (`a`,`b`,@`1`) SET `c`=COALESCE(@`1`, 100) FROM 'gs://test-multi-load/input-cnt-mismatch.csv?endpoint=http://127.0.0.1:4443/storage/v1/';"] === RUN TestImportInto/TestInputNull [2024/05/06 11:54:49.172 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=171] [cur_db=load_data] [sql="drop database if exists load_data"] [user=root@%] [2024/05/06 11:54:49.195 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:54:49.202 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:244, Type:drop schema, State:queueing, SchemaState:public, SchemaID:234, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:49.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:54:49.202 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:244, Type:drop schema, State:queueing, SchemaState:public, SchemaID:234, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:49.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop database if exists load_data"] [2024/05/06 11:54:49.299 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=244] [conn=2] [category=ddl] [job="ID:244, Type:drop schema, State:queueing, SchemaState:public, SchemaID:234, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:49.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:49.335 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=171] [neededSchemaVersion=172] ["start time"=250.765µs] [gotSchemaVersion=172] [phyTblIDs="[242]"] [actionTypes="[2]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:54:49.355 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=244] [version=172] [2024/05/06 11:54:49.385 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=172] ["take time"=55.120445ms] [job="ID:244, Type:drop schema, State:running, SchemaState:write only, SchemaID:234, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:49.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:49.436 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=244] [conn=2] [category=ddl] [job="ID:244, Type:drop schema, State:running, SchemaState:write only, SchemaID:234, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:49.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:49.466 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=172] [neededSchemaVersion=173] ["start time"=185.195µs] [gotSchemaVersion=173] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:54:49.478 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=244] [version=173] [2024/05/06 11:54:49.516 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=173] ["take time"=54.947007ms] [job="ID:244, Type:drop schema, State:running, SchemaState:delete only, SchemaID:234, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:49.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:49.585 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=244] [conn=2] [category=ddl] [job="ID:244, Type:drop schema, State:running, SchemaState:delete only, SchemaID:234, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:49.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:49.627 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=173] [neededSchemaVersion=174] ["start time"=218.808µs] [gotSchemaVersion=174] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:54:49.641 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=244] [version=174] [2024/05/06 11:54:49.676 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=174] ["take time"=52.838821ms] [job="ID:244, Type:drop schema, State:done, SchemaState:none, SchemaID:234, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:49.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:49.751 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=244] [tableIDs="[242]"] [comment="drop schema: table IDs"] [2024/05/06 11:54:49.760 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=244] [jobType="drop schema"] [2024/05/06 11:54:49.764 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=244] [conn=2] [job="ID:244, Type:drop schema, State:synced, SchemaState:none, SchemaID:234, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:49.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:49.873 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=244] [2024/05/06 11:54:49.873 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:54:49.877 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.705369238\n# Parse_time: 0.000443352\n# Compile_time: 0.000660308\n# Rewrite_time: 0.000038949\n# Optimize_time: 0.001140195\n# Wait_TS: 0.00045948\n# Is_internal: false\n# Digest: 56257f0c0dee1f157d6b4394eb3c67f0af51887b4f515caad24d258b1a7ab179\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop database if exists load_data;"] [2024/05/06 11:54:49.879 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=174] [cur_db=] [sql="create database load_data"] [user=root@%] [2024/05/06 11:54:49.912 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:246, Type:create schema, State:queueing, SchemaState:none, SchemaID:245, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:49.866 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:54:49.912 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:246, Type:create schema, State:queueing, SchemaState:none, SchemaID:245, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:49.866 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database load_data"] [2024/05/06 11:54:49.953 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=246] [conn=2] [category=ddl] [job="ID:246, Type:create schema, State:queueing, SchemaState:none, SchemaID:245, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:49.866 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:49.991 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=174] [neededSchemaVersion=175] ["start time"=995.865µs] [gotSchemaVersion=175] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:54:50.005 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=246] [version=175] [2024/05/06 11:54:50.040 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=175] ["take time"=53.856221ms] [job="ID:246, Type:create schema, State:done, SchemaState:public, SchemaID:245, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:49.866 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:50.094 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=246] [conn=2] [job="ID:246, Type:create schema, State:synced, SchemaState:public, SchemaID:245, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:49.866 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:50.123 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=246] [2024/05/06 11:54:50.123 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:54:50.130 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=175] [cur_db=load_data] [sql="drop table if exists t;"] [user=root@%] [2024/05/06 11:54:50.132 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=175] [cur_db=load_data] [sql="create table t (a bigint, b varchar(100), c int);"] [user=root@%] [2024/05/06 11:54:50.184 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:248, Type:create table, State:queueing, SchemaState:none, SchemaID:245, TableID:247, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:50.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t (a bigint, b varchar(100), c int);"] [2024/05/06 11:54:50.184 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:248, Type:create table, State:queueing, SchemaState:none, SchemaID:245, TableID:247, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:50.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:54:50.276 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=248] [conn=2] [category=ddl] [job="ID:248, Type:create table, State:queueing, SchemaState:none, SchemaID:245, TableID:247, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:50.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:50.285 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 245, Table ID: 247, Table Name: t"] [2024/05/06 11:54:50.395 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=175] [neededSchemaVersion=176] ["start time"=2.910733ms] [gotSchemaVersion=176] [phyTblIDs="[247]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:54:50.408 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=248] [version=176] [2024/05/06 11:54:50.442 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=176] ["take time"=54.538258ms] [job="ID:248, Type:create table, State:done, SchemaState:public, SchemaID:245, TableID:247, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:50.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:50.491 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=248] [conn=2] [job="ID:248, Type:create table, State:synced, SchemaState:public, SchemaID:245, TableID:247, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:50.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:50.541 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=248] [2024/05/06 11:54:50.541 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:54:50.545 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.414059025\n# Parse_time: 0.000528313\n# Compile_time: 0.000824861\n# Rewrite_time: 0.000051378\n# Optimize_time: 0.001140195\n# Wait_TS: 0.000357275\n# DB: load_data\n# Is_internal: false\n# Digest: f4ac9d9369c16c7e7781e776841844018e469b33e3f61c50a28d47916121febd\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse load_data;\ncreate table t (a bigint, b varchar(100), c int);"] [2024/05/06 11:54:50.561 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:50.823 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-multi-load/nil-input.tsv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"fields_terminated_by\":\"\\t\"}}"] [dist-task-enabled=true] [2024/05/06 11:54:50.930 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=49] [task-id=49] [data-size=18B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:54:50.970 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=49] [2024/05/06 11:54:50.970 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=49] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:54:51.078 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=49] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:54:51.080 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=49] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:54:51.082 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=49] [curr-step=init] [next-step=import] [2024/05/06 11:54:51.107 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:51.111 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:54:51.111 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=18] [2024/05/06 11:54:51.111 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=18] [cost=80.826µs] [2024/05/06 11:54:51.111 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=235.464µs] [] [2024/05/06 11:54:51.111 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=49] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:54:51.111 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=49] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:54:51.277 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=49] [mode=Import] [2024/05/06 11:54:51.296 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=49] [2024/05/06 11:54:51.333 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=49] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:54:51.373 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=49] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:54:51.375 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=49] [step=import] [2024/05/06 11:54:51.376 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:51.384 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:54:51.385 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:54:51.385 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:51.385 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:54:51.386 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:51.386 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:51.386 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:54:51.386 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:54:51.386 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:51.401 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:54:51.402 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:54:51.403 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:54:51.403 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=49] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:54:51.403 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=49] [disk-quota=348.5GiB] [2024/05/06 11:54:51.446 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=49] [step=import] [subtask-id=95] [2024/05/06 11:54:51.451 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:54:51.455 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:54:51.455 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=247] [2024/05/06 11:54:51.470 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=247] [key=nil-input.tsv:0] [2024/05/06 11:54:51.474 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=247] [key=nil-input.tsv:0] [readDur=2.120987ms] [encodeDur=739.711µs] [checksum="{cksum=8107978480917265275,size=74,kvs=2}"] [deliverDur=335.292µs] [type=file] [takeTime=3.634884ms] [] [2024/05/06 11:54:51.474 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=74] [kvs=2] [files=1] [sstFileSize=990] [file=/tmp/tidb/import-4000/49/67ea3590-7c4f-5a31-ade6-de9a31136e82.sst/388c3827-4cd3-4da2-b713-48fb4dfc3ae6.sst] [firstKey=7480000000000000F75F728000000000000001] [lastKey=7480000000000000F75F728000000000000002] [2024/05/06 11:54:51.474 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=49] [step=import] [subtask-id=95] [takeTime=28.295878ms] [] [2024/05/06 11:54:51.475 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=49] [step=import] [engine-id=0] [2024/05/06 11:54:51.475 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=49] [step=import] [engine-id=0] [2024/05/06 11:54:51.475 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:54:51.477 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [takeTime=1.825352ms] [] [2024/05/06 11:54:51.477 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [retryCnt=0] [2024/05/06 11:54:51.482 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:54:51.505 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=67ea3590-7c4f-5a31-ade6-de9a31136e82] ["region ranges"=1] [count=2] [size=74] [2024/05/06 11:54:51.505 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:54:51.519 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=67ea3590-7c4f-5a31-ade6-de9a31136e82] [size=74] [kvs=2] [importedSize=74] [importedCount=2] [2024/05/06 11:54:51.521 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [retryCnt=0] [takeTime=44.12538ms] [] [2024/05/06 11:54:51.521 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:54:51.522 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [takeTime=1.045579ms] [] [2024/05/06 11:54:51.522 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=49] [step=import] [engine-id=0] [2024/05/06 11:54:51.522 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:54:51.524 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [takeTime=1.546245ms] [] [2024/05/06 11:54:51.524 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [retryCnt=0] [2024/05/06 11:54:51.524 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:54:51.524 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [retryCnt=0] [takeTime=75.477µs] [] [2024/05/06 11:54:51.524 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:54:51.525 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [takeTime=758.197µs] [] [2024/05/06 11:54:51.571 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=49] [step=import] [2024/05/06 11:54:51.574 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:51.574 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:54:51.574 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:54:51.574 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:54:51.574 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:54:51.574 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:54:51.574 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:51.574 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:51.574 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:51.574 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:51.574 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:51.574 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:51.575 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:54:51.577 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:54:51.577 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:51.577 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:51.577 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:51.577 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:51.577 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=49] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=203.628282ms] [] [2024/05/06 11:54:51.593 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=49] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:54:51.594 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=49] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:54:51.596 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=49] [curr-step=import] [next-step=post-process] [2024/05/06 11:54:51.596 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=49] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:54:51.707 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=49] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":2,\"ColSizeMap\":{\"1\":2,\"2\":6,\"3\":2}}"] [2024/05/06 11:54:51.709 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=49] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:54:51.709 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=49] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:54:51.877 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=49] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:54:51.925 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=49] [step=post-process] [subtask-id=96] [2024/05/06 11:54:51.925 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=49] [step=post-process] [subtask-id=96] [2024/05/06 11:54:51.925 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=49] [step=post-process] [subtask-id=96] [2024/05/06 11:54:51.936 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=49] [step=post-process] [subtask-id=96] [takeTime=10.957662ms] [] [2024/05/06 11:54:51.936 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=49] [step=post-process] [subtask-id=96] [groupId=-1] [size=74] [kvs=2] [checksum=8107978480917265275] [2024/05/06 11:54:51.936 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=49] [step=post-process] [subtask-id=96] [checksum="{cksum=8107978480917265275,size=74,kvs=2}"] [2024/05/06 11:54:51.936 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=49] [step=post-process] [subtask-id=96] [weight=30] [2024/05/06 11:54:51.936 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=49] [step=post-process] [subtask-id=96] [concurrency=15] [2024/05/06 11:54:51.943 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=247] [physicalTableID=247] [indexID=-1] [checksum=8107978480917265275] [totalKvs=2] [totalBytes=74] [2024/05/06 11:54:51.944 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=49] [step=post-process] [subtask-id=96] [local="{cksum=8107978480917265275,size=74,kvs=2}"] [2024/05/06 11:54:51.944 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=49] [step=post-process] [subtask-id=96] [takeTime=19.251664ms] [] [2024/05/06 11:54:51.944 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=49] [step=post-process] [subtask-id=96] [takeTime=19.470645ms] [] [2024/05/06 11:54:51.984 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=49] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=107.100503ms] [] [2024/05/06 11:54:51.992 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=49] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:54:51.992 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=49] [step=post-process] [state=running] [] [2024/05/06 11:54:51.995 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=49] [2024/05/06 11:54:52.088 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=49] [2024/05/06 11:54:52.112 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=49] [type=ImportInto] [2024/05/06 11:54:52.114 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:54:52.114 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=49] [2024/05/06 11:54:52.211 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.6646851379999998\n# Parse_time: 0.000956562\n# Compile_time: 0.001970218\n# Rewrite_time: 0.000470935\n# Optimize_time: 0.001140195\n# Wait_TS: 0\n# DB: load_data\n# Is_internal: false\n# Digest: 04e3a722142273b9b122933333636d6692b05a35913f7650fc04d34a7a7ca73f\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS42NnMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS42NnMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_data`.`t` FROM 'gs://test-multi-load/nil-input.tsv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH fields_terminated_by=_UTF8MB4' ';"] [2024/05/06 11:54:52.222 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=176] [cur_db=load_data] [sql="truncate table t"] [user=root@%] [2024/05/06 11:54:52.241 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:54:52.257 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:250, Type:truncate table, State:queueing, SchemaState:none, SchemaID:245, TableID:247, RowCount:0, ArgLen:3, start time: 2024-05-06 11:54:52.216 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:54:52.257 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:250, Type:truncate table, State:queueing, SchemaState:none, SchemaID:245, TableID:247, RowCount:0, ArgLen:3, start time: 2024-05-06 11:54:52.216 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="truncate table t"] [2024/05/06 11:54:52.329 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=250] [conn=2] [category=ddl] [job="ID:250, Type:truncate table, State:queueing, SchemaState:none, SchemaID:245, TableID:247, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:52.216 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:52.343 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 245, Table ID: 249, Table Name: t, Old Table ID: 247, Old Table Name: t"] [2024/05/06 11:54:52.398 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=176] [neededSchemaVersion=177] ["start time"=3.487026ms] [gotSchemaVersion=177] [phyTblIDs="[247,249]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 11:54:52.445 +00:00] [INFO] [syncer.go:352] ["syncer check all versions, someone is not synced"] [category=ddl] [info="instance ip , port 4000, id 13b79268-01a2-4631-adb6-11542ffedcba"] ["ddl job id"=250] [ver=177] [2024/05/06 11:54:52.454 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=250] [version=177] [2024/05/06 11:54:52.468 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=177] ["take time"=77.610088ms] [job="ID:250, Type:truncate table, State:done, SchemaState:public, SchemaID:245, TableID:247, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:52.216 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:52.529 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=250] [tableIDs="[247]"] [comment="drop table: table ID"] [2024/05/06 11:54:52.539 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=250] [jobType="truncate table"] [2024/05/06 11:54:52.544 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=250] [conn=2] [job="ID:250, Type:truncate table, State:synced, SchemaState:public, SchemaID:245, TableID:247, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:52.216 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:52.600 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=250] [2024/05/06 11:54:52.600 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:54:52.605 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.384928293\n# Parse_time: 0.000326072\n# Compile_time: 0.001019485\n# Rewrite_time: 0.000048457\n# Optimize_time: 0.001022137\n# Wait_TS: 0.000460511\n# DB: load_data\n# Is_internal: false\n# Digest: 2ff7fc61fcea18277bed40e235270c83f2a635733db48efecb6208524e5fa5bf\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ntruncate table t;"] [2024/05/06 11:54:52.624 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:52.805 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"columns-and-vars\":\"(`a`, @`1`, `c`)\",\"set-clause\":\"`b`=COALESCE(@`1`, _UTF8MB4'def')\",\"file-location\":\"gs://test-multi-load/nil-input.tsv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"fields_terminated_by\":\"\\t\"}}"] [dist-task-enabled=true] [2024/05/06 11:54:52.966 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=50] [task-id=50] [data-size=18B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:54:53.008 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=50] [2024/05/06 11:54:53.008 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=50] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:54:53.115 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=50] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:54:53.117 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=50] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:54:53.118 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=50] [curr-step=init] [next-step=import] [2024/05/06 11:54:53.139 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:53.142 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:54:53.142 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=18] [2024/05/06 11:54:53.142 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=18] [cost=73.524µs] [2024/05/06 11:54:53.142 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=228.723µs] [] [2024/05/06 11:54:53.143 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=50] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:54:53.143 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=50] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:54:53.274 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=50] [mode=Import] [2024/05/06 11:54:53.330 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=50] [2024/05/06 11:54:53.353 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=50] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:54:53.392 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=50] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:54:53.394 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=50] [step=import] [2024/05/06 11:54:53.396 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:53.405 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:54:53.405 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:54:53.406 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:53.406 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:54:53.407 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:53.407 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:53.407 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:54:53.407 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:54:53.407 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:53.422 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:54:53.424 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:54:53.424 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:54:53.425 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=50] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:54:53.425 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=50] [disk-quota=348.5GiB] [2024/05/06 11:54:53.469 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=50] [step=import] [subtask-id=97] [2024/05/06 11:54:53.473 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:54:53.476 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:54:53.477 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=249] [2024/05/06 11:54:53.535 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=249] [key=nil-input.tsv:0] [2024/05/06 11:54:53.539 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=249] [key=nil-input.tsv:0] [readDur=1.481595ms] [encodeDur=1.678442ms] [checksum="{cksum=7610316387263968170,size=80,kvs=2}"] [deliverDur=331.339µs] [type=file] [takeTime=3.967277ms] [] [2024/05/06 11:54:53.540 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=80] [kvs=2] [files=1] [sstFileSize=989] [file=/tmp/tidb/import-4000/50/67ea3590-7c4f-5a31-ade6-de9a31136e82.sst/0b3f8525-d9a9-4a85-afd5-fbafa88d1e4f.sst] [firstKey=7480000000000000F95F728000000000000001] [lastKey=7480000000000000F95F728000000000000002] [2024/05/06 11:54:53.540 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=50] [step=import] [subtask-id=97] [takeTime=71.16143ms] [] [2024/05/06 11:54:53.540 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=50] [step=import] [engine-id=0] [2024/05/06 11:54:53.540 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=50] [step=import] [engine-id=0] [2024/05/06 11:54:53.540 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:54:53.542 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [takeTime=2.003338ms] [] [2024/05/06 11:54:53.542 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [retryCnt=0] [2024/05/06 11:54:53.547 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:54:53.569 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=67ea3590-7c4f-5a31-ade6-de9a31136e82] ["region ranges"=1] [count=2] [size=80] [2024/05/06 11:54:53.569 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:54:53.584 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=67ea3590-7c4f-5a31-ade6-de9a31136e82] [size=80] [kvs=2] [importedSize=80] [importedCount=2] [2024/05/06 11:54:53.586 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [retryCnt=0] [takeTime=43.650423ms] [] [2024/05/06 11:54:53.586 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:54:53.587 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [takeTime=1.118317ms] [] [2024/05/06 11:54:53.587 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=50] [step=import] [engine-id=0] [2024/05/06 11:54:53.587 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:54:53.589 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [takeTime=1.815945ms] [] [2024/05/06 11:54:53.589 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [retryCnt=0] [2024/05/06 11:54:53.589 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:54:53.589 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [retryCnt=0] [takeTime=78.499µs] [] [2024/05/06 11:54:53.590 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:54:53.591 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [takeTime=1.030834ms] [] [2024/05/06 11:54:53.647 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=50] [step=import] [2024/05/06 11:54:53.650 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:53.650 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:54:53.650 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:53.650 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:54:53.650 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:54:53.650 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:54:53.650 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:54:53.650 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:53.650 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:53.650 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:53.650 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:53.650 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:53.650 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:54:53.653 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:54:53.653 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:53.653 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:53.653 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:53.653 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:53.653 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=50] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=260.547532ms] [] [2024/05/06 11:54:53.736 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=50] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:54:53.738 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=50] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:54:53.740 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=50] [curr-step=import] [next-step=post-process] [2024/05/06 11:54:53.740 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=50] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:54:53.865 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=50] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":2,\"ColSizeMap\":{\"1\":2,\"2\":10,\"3\":2}}"] [2024/05/06 11:54:53.867 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=50] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:54:53.867 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=50] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:54:53.991 +00:00] [INFO] [task_executor.go:237] ["no subtask to run for a while, exit"] [task-id=50] [task-type=ImportInto] [server-id=:4000] [2024/05/06 11:54:53.991 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=50] [type=ImportInto] [2024/05/06 11:54:54.042 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=50] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:54:54.086 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=50] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:54:54.138 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=50] [step=post-process] [subtask-id=98] [2024/05/06 11:54:54.138 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=50] [step=post-process] [subtask-id=98] [2024/05/06 11:54:54.138 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=50] [step=post-process] [subtask-id=98] [2024/05/06 11:54:54.148 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=50] [step=post-process] [subtask-id=98] [takeTime=9.367011ms] [] [2024/05/06 11:54:54.148 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=50] [step=post-process] [subtask-id=98] [groupId=-1] [size=80] [kvs=2] [checksum=7610316387263968170] [2024/05/06 11:54:54.148 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=50] [step=post-process] [subtask-id=98] [checksum="{cksum=7610316387263968170,size=80,kvs=2}"] [2024/05/06 11:54:54.148 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=50] [step=post-process] [subtask-id=98] [weight=30] [2024/05/06 11:54:54.148 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=50] [step=post-process] [subtask-id=98] [concurrency=15] [2024/05/06 11:54:54.154 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=249] [physicalTableID=249] [indexID=-1] [checksum=7610316387263968170] [totalKvs=2] [totalBytes=80] [2024/05/06 11:54:54.155 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=50] [step=post-process] [subtask-id=98] [local="{cksum=7610316387263968170,size=80,kvs=2}"] [2024/05/06 11:54:54.155 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=50] [step=post-process] [subtask-id=98] [takeTime=16.303265ms] [] [2024/05/06 11:54:54.155 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=50] [step=post-process] [subtask-id=98] [takeTime=16.570628ms] [] [2024/05/06 11:54:54.245 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=50] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:54:54.246 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=50] [step=post-process] [state=running] [] [2024/05/06 11:54:54.249 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=50] [2024/05/06 11:54:54.258 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=50] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=171.409855ms] [] [2024/05/06 11:54:54.308 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=50] [type=ImportInto] [2024/05/06 11:54:54.315 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=50] [2024/05/06 11:54:54.345 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:54:54.345 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=50] [2024/05/06 11:54:54.439 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:54:54.829 +00:00] [INFO] [coprocessor.go:1384] ["[TIME_COP_WAIT] resp_time:300.256422ms txnStartTS:449576041045295112 region_id:14 store_addr:127.0.0.1:20161 stats:Cop:{num_rpc:1, total_time:300.2ms} kv_process_ms:0 kv_wait_ms:0 kv_read_ms:0 processed_versions:0 total_versions:583 rocksdb_delete_skipped_count:135 rocksdb_key_skipped_count:1569 rocksdb_cache_hit_count:2 rocksdb_read_count:0 rocksdb_read_byte:0"] [2024/05/06 11:54:54.835 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449576041045295108\n# Query_time: 0.340950805\n# Parse_time: 0\n# Compile_time: 0.012220056\n# Rewrite_time: 0.002575111\n# Optimize_time: 0.004385586\n# Wait_TS: 0.000120903\n# Is_internal: true\n# Digest: 56f65ab8bc152ca7553456b6a305afc30e3bb2c2888cd73866c10d42c7e2e0b1\n# Stats: tidb_global_task:pseudo[10000;0],tidb_global_task_history:pseudo[10000;0]\n# Num_cop_tasks: 0\n# Mem_max: 9108\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Warnings: [{\"Level\":\"Note\",\"Message\":\"handle of t is selected since the path only has point ranges\",\"IsExtra\":true},{\"Level\":\"Note\",\"Message\":\"handle of t is selected since the path only has point ranges\",\"IsExtra\":true}]\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('+Rd4MAk2XzExCTAJMglncm91cCBieTpDb2x1bW4jMzEsIBELADIZCwAzGQsANBkLADUZCwA2GQsANxkLADgZCwA5FQsENDAZCxluADQZbgA0GW5INDQsIGZ1bmNzOmZpcnN0cm93KBGeDDEpLT4VDGImAAAyHSYAMmImAAAzHSYAM2ImAAA0HSZmmAAANR0mADViTAAANh0mADZiJgAANx0mADdiJgAAOB0mADhiJgAAOR0mADleJgAENDAZJiGoVnwBADQ9fCHDWiYAPXwh3lomAD18IflaJgA9fMA0NAkxCXRpbWU6MzI0LjdtcywgbG9vcHM6MiwgcGFydGlhbF93b3JrZXI6e3dhbGxfDSwcMi4wOTAyNzUBMcBjb25jdXJyZW5jeTo1LCB0YXNrX251bToxLCB0b3Rfd2FpdDoxLjYwODA1NjgxNnMsBRc0ZXhlYzo2MTIuMTMxwrUNFQVeaDEuNjA5MTU0NTA3cywgbWF4OjMyMS45NzM4MgVwCHA5NTISABR9LCBmaW5aqQAYNC42MjIxNQU5XqkAAbURqRQ0OC4yODIVkQWmEDUuODg4FRMRpBwyMDEzMDQzMhWkGDQuNTg5NzclRQmkGRIQfQlOL0EBBBgKMQk5XzEyhTA5ewAxIUgteQEmAQR0CjIJM18xMwkwCTEJbXlzcWwudGlkYl9nbG9iYWxfIWYILmlkMrcDWiYAASsMX2tleRksBDIsYiwACHlwZRkoADNiKAAMc3RhdB0pADRqKQAEZXAZUQA1YigAGHByaW9yaXQdpQA2YiwAPcgZWwA3Zi8AEHJlYXRlJbgZLwA4Yi8AJHRhcmdldF9zY28uCwEAOWIwABBzdGFydDZeAGHuWo0BJTkMX3VwZEKTAGH9WjUADG1ldGEVu2H/WigAKGRpc3BhdGNoZXJfXRsANGbHARBlcnJvchlaCDQJMIkNCDEuM0XHSZPFWXnkKE9GRgkxLjgyIEtCRagUMwkzNl8xATwcMQl0YWJsZTo+qQIoLCBoYW5kbGU6NTAZYggyOG2VbgAxAUkBBEn1ADVq9QIcX2hpc3RvcnmW/QIVLqoFAxk0lg0DFTAl3DVOZhUDHTGSHQMVMKolAxU0ti0DGTeyNQMVN7o9AxU4skUDLjYAAHS+TQMVPZpVAxUwvl0DFTlCZQP1cggwLjZ5BBK0CTZmAww3LjA4NmYDADZlGlZmAxFxLm4DHWsAMzJrACxHZXQ6e251bV9ycGMBewh0b3TBVhYKCAwwLjVt4VcBDyRfZGV0YWlsOiB7CSMYcHJvY2Vzc4XxEDogMjE28RnhgQRhaakKEDogMzE4CXIJNiBrdl9yZWFkX3ciRAgFIuWXDHRpa3Y+GQAANgWADHNjYW5egAAUa2V5czogFmQIBGFsFZcBFyhfc2l6ZTogNTUxNBKDCARhbAUXEDogMiwgpdsUbmFwc2hvEasANhaACLxyb2Nrc2RiOiB7YmxvY2s6IHtjYWNoZV9oaXRfY291bnQ6IDR9fX0JTi9BCU4vQQo=')\n# Plan_digest: af44a0044a089a063c31e7a365012659fdd534bbd69420b8445c169b6e1e7ddd\n# Binary_plan: tidb_decode_binary_plan('7RmgCugZCgpIYXNoQWdnXzExEowRCghVbmlvbl8xMhK/BgoNUHJvamVjdGkBEkgzEngKDFBvaW50X0dldF8xNCEiBQEMJkApAAUB8EnwPzgBQAFKGwoZCgVteXNxbBIQdGlkYl9nbG9iYWxfdGFza1IJaGFuZGxlOjUwWhR0aW1lOjEuMjhtcywgbG9vcHM6MXD//////wEDBAF4AQYFAQwBIauqAQEAPTZqAAhS6AQFZwAuPmYAPC5pZC0+Q29sdW1uIzMxLCBaJgABkQxfa2V5GSwAMmYsAAh5cGUZKAAzYigADHN0YXQdKQA0aikABGVwGVEANWIoABhwcmlvcml0HaUANmIsACRjb25jdXJyZW5jHS8AN2YvACByZWF0ZV90aW0dsgA4Yi8AJHRhcmdldF9zY28uCwEAOWIwABBzdGFydDZeAAQ0MG4uABR0ZV91cGQBBzKTAAA0ZsIBDG1ldGE1RQA0Zr4BKGRpc3BhdGNoZXJfXRsANGbHARBlcnJvchlaBDRaUa0EMzddrQhiD0M5chg6T0ZGcMYOXbYIEvoJNkIDDDUSvwMyQwMANkZDAwQwAWVFCCMKIXFFABg+3wIcX2hpc3RvcnkuTQMAFSEzFDozMjAuMxmhWDJiuQJHZXQ6e251bV9ycGM6MiwgdG90YYxhewEuFDVtc30sIAEPJF9kZXRhaWw6IHsJIxhwcm9jZXNzJYwcOiAyMTbCtXMRPwh3YWkp2hA6IDMxOAlzCTYsa3ZfcmVhZF93YWxsDTsBIgA1AZUMdGlrdj4ZAAA2BYAMc2Nhbl6AABhrZXlzOiAxEXsRlwEXKF9zaXplOiA1NTE0ER8BFxA6IDIsIEWrFG5hcHNobxGrBDYxBcOYcm9ja3NkYjoge2Jsb2NrOiB7Y2FjaGVfaGl0X2NvdW50OiA0fX19nooEKbEEUtiJ80KMBDGtlpQEFS6qnAQZNJakBBUwnqwEHTGStAQVMKq8BBU0tsQEGTeyzAQVN7rUBBU4stwELjYAwuQEFT2a7AQVML70BBU5QvwEmVwANmHH6aoAMkb9BATOOJ39CCFWVQEBAEPxswQAQGkpBFoTgW0MOjMyMR1MWmwDGAUP5on6V1I+QwAsUrUFZ3JvdXAgYnk6/eYRCwQyLBULADMZCwA0GQsANRkLADYZCwA3GQsAOBkLADkVC8G8DWPBkhELGW7BTxEWRDQsIGZ1bmNzOmZpcnN0cm93KA0aCDMxKdVXDpsIWiYAADIdJgAyYkwAADMdJgAzYiYAADQdJmaYAAA1HSYANWJMAAA2HSYANmImAAA3HSYAN2ImAAA4HSYAOGImAAA5HSYAOV4mAAQ0MBkmIahWVgEAND18IcNaJgA9fCHeWiYAPXwh+VomAD18BDQ0dUkENC4qRghMMmLNAnBhcnRpYWxfd29ya2VyOnv5PiAzMjIuMDkwMjflQr0dDDo1LCDFJQxudW066R7llyw6MS42MDgwNTY4MTbpsCxfZXhlYzo2MTIuMTPpAgB08RMBLDA5MTU0NTA3cywgbWF4YZgULjk3MzgyBXAIcDk1MhIAFH0sIGZpblqpABg0LjYyMjE1BTleqQABtQBvDakUNDguMjgy5ZMBFAWmEDUuODg4FROFKigxLjYyMDEzMDQzMhWkGDQuNTg5NzclRgmkGRIAfVZNBAQYAQ==')\n# Resource_group: default\n;"] [2024/05/06 11:54:54.836 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449576041045295112\n# Query_time: 0.322591463\n# Parse_time: 0\n# Compile_time: 0.013503146\n# Rewrite_time: 0.002074875\n# Optimize_time: 0.009260762\n# Wait_TS: 0.000140579\n# Cop_time: 0.297995892 Process_time: 0.000809796 Wait_time: 0.000099368 Request_count: 2 Total_keys: 1166 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 270 Rocksdb_key_skipped_count: 3138 Rocksdb_block_cache_hit_count: 4\n# Is_internal: true\n# Digest: 1a96197a635ab3d1c0fc027ce178d8aa751e4bd033c39db6163d3ba75b49fe3f\n# Stats: tidb_ddl_job:pseudo[10000;0]\n# Num_cop_tasks: 2\n# Cop_proc_avg: 0.000404898 Cop_proc_p90: 0.000464108 Cop_proc_max: 0.000464108 Cop_proc_addr: 127.0.0.1:20161\n# Cop_wait_avg: 4.9684e-05 Cop_wait_p90: 5.176e-05 Cop_wait_max: 5.176e-05 Cop_wait_addr: 127.0.0.1:20161\n# Mem_max: 2032\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('9BegMAkzXzEzCTAJMTAJbXlzcWwudGlkYl9kZGxfam9iLmpvYl9tZXRhLCBKHQDwRnByb2Nlc3NpbmcJMAl0aW1lOjMwM21zLCBsb29wczoxLCBDb25jdXJyZW5jeTpPRkYJMS4zNiBLQglOL0EKMQkxNF8xNAkwWnsAGV4YOmRlc2MsIEqCAAGfBGlkVn4AHAkwIEJ5dGVzEQgcCjIJMTdfMjgJ7FRpbm5lciBqb2luLCBlcXVhbDpbZXEoYmMAAcsgbHVtbiMxNSldGXAIMi44MvAAmGJ1aWxkX2hhc2hfdGFibGU6e3RvdGFsOjQ4Mi4ywrVzLCBmZXRjaB0QBTIMOjBzfRGnEQgkCjMJMzFfNDEoQgFUACkJtkBkYXRhOlNlbGVjdGlvbl80MBWLDDIzLjgFYTV8bGNvcF90YXNrOiB7bnVtOiAxLCBtYXg6IDEuNzQBtSFgNF9rZXlzOiAwLCB0b3RfARIYOiA0NjQuMQVLARQkd2FpdDogNDcuNgUTaGNvcHJfY2FjaGVfaGl0X3JhdGlvOiAwLjAwLAnLBXMIX2R1BRoYbjogNjMuOQU6OG1heF9kaXN0c3FsX2NvblUXSCAxfSwgcnBjX2luZm86e0NvcDoBsAxfcnBjQUIlQABfRV0sMS42NG1zfX0JMjU2LdsYTi9BCjQJMSEJBDFfRcRQbm90KGlzdHJ1ZV93aXRoX251bGwoStcBFHJlb3JnKSFXDHRpa3YFtgQ6ewlnIR0tRjx9LCBzY2FuX2RldGFpbDogKc8tNkA1ODMsIGdldF9zbmFwc2hvdAmnECAyMy41BfOgcm9ja3NkYjoge2RlbGV0ZV9za2lwcGVkX2NvdW50OiAxMzUsIGtleV8+GAAgNTY5LCBibG9jIb05bg03FDJ9fX0sIAGsPpgAIcEIZXNzDYgyyQEEYWwlyxEbMdApXyhrdl9yZWFkX3dhbC1sACAlBiUbHRUgNjQ3LjTCtXN9IXkBBBwKNQk0M18zOS1+DDAwMAlJ+C5FBAHkbGVwIG9yZGVyOmZhbHNlLCBzdGF0czpwc2V1ZG9FxGqEAQFpAQQwCjMJNl8yOShQcm9iZSG6ODY0MDAJZ3JvdXAgYnk6Q3GhQCwgZnVuY3M6Zmlyc3Ryb3coFRoIKS0+FQwFdoWzADI98RgsIHBhcnRpIS4Yb3JrZXI6exn/IDMwMS40Mjk0MGX0LsQCCDUsIGFqAF9haG1MZTgsMS41MDYwMTQyNzJzaWMUZXhlYzowDQ0hwwkkGDE2MzExNnNpogFoEDI1MTYypUwIcDk1MhIAFH0sIGZpbmKhABQ5NTQ2ODcB0l6hAAGtBG90CaEYMzEuMTA3woGZARQFngw1LjI4iUsBExWkFDg0NzA2Nx2jFDg0MzMyOQFqEaMREjmyYZwAM4GlJatpnABuYZI1h22DJYkEMS4uiwEICTM4scJh5xA1CTZfMyG2ADhBZjX2StsDbQYMaW5nLE40BiBzY2hlbWFfaWQBzEbyBkXACR5JRwhtaW4VrwA4VkICNrkAbkQCIDI5OC40Nzg0MqWDXqMBNkQCHDQ5MTYwMzY1TTYlpTpDAiA0OTE3NTYwNzkB1ARheAVnEDM3MzA0NaABeRESekMCEDA3OTM2IdhenwAuQgIUMjkuOTMzQkICADap9TJCAhQxNTU3OTlhCgGjQeYQMDQzNzhFrVFDERIAfSH0AQQECjbhBwwzNgkwKfkAZOECJEhhc2hBZ2dfMzFxxgXfAbStuQAswaqp1gAgwU/Z/wwzMDAuBSpBJ63KLXABEhg6IDM0NS43FdFlyAwgNTEuaRMAY74ABwQ0N/4AB/UAAboAMukBBDQ0/QEAN2EaADGlg/4cA84cA0pEAxaXCX0sDnUJxU2hJ+1oQcMtrtJnBwQzMsWMACz+Zwf+ZwcyMAKhmARhafFnVTcF/NlKCCA1MUkXWecEOAnhSaEwDscIgeMEdGEOQQr6SQcuZQEgCU4vQQlOL0EK')\n# Plan_digest: 03fa0f18132c15290435ccd6930c03fe7257c7017164897b1e5acdd3c92e1828\n# Binary_plan: tidb_decode_binary_plan('3RrwSQrYGgoNUHJvamVjdGlvbl8xMxLAGQoHU29ydF8xNBLKGAoLSGFzaEpvaW5fMjgS/AYKDlRhYmxlUmVhZGVyXzQxErsECgxTZWxlCUAYNDASlgEKEAUkUEZ1bGxTY2FuXzM5IQAAAADw7zBBKQEJ8GUAiMNAOAJAAkoXChUKBW15c3FsEgx0aWRiX2RkbF9qb2JSHmtlZXAgb3JkZXI6ZmFsc2UsIHN0YXRzOnBzZXVkb2oddGlrdl90YXNrOnt0aW1lOjFtcywgbG9vcHM6MX1w//////8BBAQBeAEGBQEAAQWECCBlMQ2EBAAkBYRYUi9ub3QoaXN0cnVlX3dpdGhfbnVsbCgFlQAuLpQALC5yZW9yZykparQCdG59AAgsIHMB9PBeZGV0YWlsOiB7dG90YWxfa2V5czogNTgzLCBnZXRfc25hcHNob3RfdGltZTogMjMuNcK1cywgcm9ja3NkYjoge2RlbGV0ZV9za2lwcGVkX2NvdW50OiAxMzUsIGtleV8+GABcNTY5LCBibG9jazoge2NhY2hlX2hpdF9jCTcUMn19fSwgAWw+mAAccHJvY2Vzc18BHBg6IDQ2NC4xBYkJtgh3YWkRoww0Ny42HRosa3ZfcmVhZF93YWxsDT0lgyUbHRUcNjQ3LjTCtXNalAE0GgEBIVVVVVWVj/JAKQAFATQkQDgBQAFSEWRhdGE6U11ZBFoWBaUQMzIzLjgFigBsKe8UYtkBY29wSQ1YIHtudW06IDEsIG1heDogMS43NG1zLCAB5i2DBDAsAdwF+DrwAAXuADoZ6RBjb3ByXzlLRHJhdGlvOiAwLjAwLCBidWlsZAVzCF9kdQUaGG46IDYzLjkFmahtYXhfZGlzdHNxbF9jb25jdXJyZW5jeTogMX0sIHJwY19pbmZvOntDb3A6AbAUX3JwYzoxBZgAYS1NKDEuNjRtc319cIACXcIQEpMQCgphjyBBZ2dfMjkSvwwuewMQMzAS2wsZIBAzNRK8BzauAxAzNhL/BB0iCDESlUasAwA0ZSj+rAN9rAQcdDovAwQwc5KrAwAodasEQL9pqyyUAWdyb3VwIGJ5Om2BNTagAyHlHGVzc2luZywgSh8AJHNjaGVtYV9pZHNSHwAQdGFibGUJHiRmdW5jczptaW4oSkcATGpvYl9pZCktPkNvbHVtbiMxOGqVQhEELuIAzhAEBDMyZTUALP4QBP4QBBAzNDUuN0XTQhAEBDUxbYYl3n3yCDUxN2UHWvIDHCHe3d3dHT73be8h22HvBA9kYe8ISGFzRdwMMzFaFWXtEDI5OC4zYcJx7ADbYuwDCDMwMAkrQQhO7QMyzQBt7RXGwu0DADQJ5oVp+u0DAboAMmXuAPQysAYhKgitbPg6KgEAhP4FA74FA1XpXfUANS2gCDMwMQG7ddBIYsMCcGFydGlhbF93b3JrZXI6e1kbIc0QNDc4NDKllC4ZBRw1LCB0YXNrX6G9ADClCSmgKDEuNDkxNjAzNjVzCRYMZXhlY2VeBHRvzZkFIxQ3NTYwNzkpjQVnFDM3MzA0OUE5CHA5NTISABR9LCBmaW5SoAABzRAwNzkzNgE4Xp8AAasAbw2fFDI5LjkzM3EgCZ0MNS4yNskGASdFxSwxLjUwMTU1Nzk5MnNFMAlqEDQzNzg3AWsBowV8DRJuOgMIrUj+TRAIALlAZToAFhbACABuDrYIMasINSkpWqEBBHD8LlEGJBoBAiFEREREJGM+VgAEOGexahVUACytGRxmaXJzdHJvdx1uuQ4INVoTBfQIMzAyAdtxtwDEahcCAfsUNDI5NDA4ATJeeAE2FwIcNTA2MDE0MjchUSFoThgCIDUwNjE2MzExNj11EDI1MTYyhVExdRESehgCDDk1NDYprl6hAC4ZAhAzMS4xMLU5CZ4MNS4yOBa4CAGxJSVBGRQ4NDcwNjcdoxA4NDMzMlW7IR0REl4YAhgUrkfhDHsIKtgKaAFAAVI8aW5uZXIgam9pbiwgZXF1YWw6W2VxKGLTBgQsIDXqBCldVT4EMi4lljHIADsW+QgUaGFzaF904TIAOhbgChQ6NDgyLjJlChBmZXRjaB0QBTIsOjBzfSGdqwU5Kn4IOqgAAD1KkgChwwRlc+HLFDpkZXNjLE7QB+mJVW8l1Q2nBWoA6kJqAE41CAFGEG1ldGEsTmMAGYdSZwAMYg9DbybdCUhPRkZw9Ap4////////////ARgB')\n# Resource_group: default\n;"] [2024/05/06 11:54:54.846 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 2.239785414\n# Parse_time: 0.001610069\n# Compile_time: 0.001960133\n# Rewrite_time: 0.000416808\n# Optimize_time: 0.001022137\n# Wait_TS: 0\n# DB: load_data\n# Is_internal: false\n# Digest: 5fc90d49cd6c5db4492fcb810e59b8425f38ab71f4e9a5a76407f02caf95b16e\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6Mi4yNHMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6Mi4yNHMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_data`.`t` (`a`,@`1`,`c`) SET `b`=COALESCE(@`1`, _UTF8MB4'def') FROM 'gs://test-multi-load/nil-input.tsv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH fields_terminated_by=_UTF8MB4' ';"] === RUN TestImportInto/TestJobFailWhenDispatchSubtask [2024/05/06 11:54:54.859 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=177] [cur_db=load_data] [sql="drop database if exists fail_job_after_import"] [user=root@%] [2024/05/06 11:54:54.862 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=177] [cur_db=load_data] [sql="create database fail_job_after_import"] [user=root@%] [2024/05/06 11:54:55.482 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449576041163259910\n# Query_time: 0.542319793\n# Parse_time: 0\n# Compile_time: 0.010324181\n# Rewrite_time: 0.000290594\n# Optimize_time: 0.00111902\n# Wait_TS: 0.000104885\n# Prewrite_time: 0.002753352 Commit_time: 0.527054888 Get_commit_ts_time: 0.000382562 Slowest_prewrite_rpc_detail: {total:0.003s, region_id: 14, store: 127.0.0.1:20161, time_detail: {tikv_wall_time: 1.03ms}, scan_detail: {get_snapshot_time: 26µs, rocksdb: {block: {}}}, write_detail: {store_batch_wait: 30.4µs, propose_send_wait: 0s, persist_log: {total: 135.9µs, write_leader_wait: 141ns, sync_log: 66.9µs, write_memtable: 2.72µs}, commit_log: 444.2µs, apply_batch_wait: 23.9µs, apply: {total:199.6µs, mutex_lock: 0s, write_leader_wait: 0s, write_wal: 30.5µs, write_memtable: 25.2µs}}} Commit_primary_rpc_detail: {total:0.003s, region_id: 14, store: 127.0.0.1:20161, time_detail: {tikv_wall_time: 1.03ms}, scan_detail: {get_snapshot_time: 26µs, rocksdb: {block: {}}}, write_detail: {store_batch_wait: 30.4µs, propose_send_wait: 0s, persist_log: {total: 135.9µs, write_leader_wait: 141ns, sync_log: 66.9µs, write_memtable: 2.72µs}, commit_log: 444.2µs, apply_batch_wait: 23.9µs, apply: {total:199.6µs, mutex_lock: 0s, write_leader_wait: 0s, write_wal: 30.5µs, write_memtable: 25.2µs}}} Write_keys: 1 Write_size: 876 Prewrite_region: 1\n# Is_internal: true\n# Digest: 1b73a00c73a03d7dc9dd08a1ea99474b2523e5f72366f740be5156fa244256c4\n# Num_cop_tasks: 0\n# Mem_max: 9528\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('uwnYMAkyN18xCTAJMAlOL0EJMAl0aW1lOjYzNi4zwrVzLCBsb29wczoxLCBwcmVwYXJlOiAzMjUuNwUcJGluc2VydDozMTANEYhjb21taXRfdHhuOiB7cHJld3JpdGU6Mi43NW1zLCBnZXRfYw0iGHM6MzgyLjYFRwk2FDo1MjcuMQEoHHNsb3dlc3RfEUHwPF9ycGM6IHt0b3RhbDogMC4wMDNzLCByZWdpb25faWQ6IDE0LCBzdG9yZTogMTI3LjAuMC4xOjIwMTYxLCABzxhfZGV0YWlsAUQgaWt2X3dhbGxfARg4OiAxLjAzbXN9LCBzY2FuGScBqhxzbmFwc2hvdA0qADIJrFhyb2Nrc2RiOiB7YmxvY2s6IHt9fX0sIAXpGUAFjUBfYmF0Y2hfd2FpdDogMzAuNAXtLHByb3Bvc2Vfc2VuZA0cODBzLCBwZXJzaXN0X2xvZwGnCesQMTM1LjkFNglgFGxlYWRlcg02KDE0MW5zLCBzeW5jCTYENjYyLQA8bWVtdGFibGU6IDIuNzLCtQHmKWoJLww0NDQuARcYLCBhcHBseTKuAAQyMw1LBRsVkQwxOTkuKQcUbXV0ZXhfKQIBv0qgABkXAHchtwwzMC41HcsdngA1BYclRw2gGHByaW1hcnk++AEMNTI3c/74AS34CDUyNpb3AQAxKbbe9wEEMTltGq73AQQ5Nk0sSlYBCDEzODb2AQQ0Ng1iCS05WAwxLjE3RvYBCDMyN23ZJdsy9gEEMTgtowUbOfYEMjQNGABtwvYBADRR9z6eAAAySa0l9m3KCG51bYFoCSoMa2V5cxkOVGJ5dGU6ODc2fQkxLjMwIEtCCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('xgnwPgrBCQoISW5zZXJ0XzE4AUABUgNOL0FaFnRpbWU6NjM2LjPCtXMsIGxvb3BzOjFiInByZXBhcmU6IDMyNS43wgEcAGkFPhA6MzEwLgERkGLhCGNvbW1pdF90eG46IHtwcmV3cml0ZToyLjc1bXMsIGdldF8RIhxzOjM4Mi42wgFICRQUOjUyNy4xASgcc2xvd2VzdF8RQfA8X3JwYzoge3RvdGFsOiAwLjAwM3MsIHJlZ2lvbl9pZDogMTQsIHN0b3JlOiAxMjcuMC4wLjE6MjAxNjEsIAHQGF9kZXRhaWwBRCBpa3Zfd2FsbF8BGDg6IDEuMDNtc30sIHNjYW4ZJwGqHHNuYXBzaG90DSoAMgmsWHJvY2tzZGI6IHtibG9jazoge319fSwgBekZQAWNQF9iYXRjaF93YWl0OiAzMC40Be0scHJvcG9zZV9zZW5kDRw4MHMsIHBlcnNpc3RfbG9nAacJ6xAxMzUuOQU2CWAUbGVhZGVyDTYoMTQxbnMsIHN5bmMJNgQ2NjItADxtZW10YWJsZTogMi43MsK1AeYpagkvDDQ0NC4BFxgsIGFwcGx5Mq4ABDIzDUsFGxWRDDE5OS4pBxRtdXRleF8pAgG/SqAAGRcAdyG3DDMwLjUdyx2eADUFhyVHDaAYcHJpbWFyeT74AQw1Mjdz/vgBLfgINTI2lvcBADEptt73AQQxOWUbACyy9wEEOTZNLEpWAQgxMzg29gEENDYNYgktOVgIMS4xYZYEfSwxVkVbCDMyN23aJdsy9gEEMTgtowUbOfYEMjQNGABtwvYBADRR9z6eAAAySa0l9m3KEG51bToxcUsMa2V5cxkOYGJ5dGU6ODc2fXC4Cnj///////////8BGAE=')\n# Resource_group: default\n;"] [2024/05/06 11:54:55.483 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:252, Type:create schema, State:queueing, SchemaState:none, SchemaID:251, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:54.865 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:54:55.483 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:252, Type:create schema, State:queueing, SchemaState:none, SchemaID:251, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:54.865 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database fail_job_after_import"] [2024/05/06 11:54:55.486 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449576041176104964\n# Query_time: 0.48774848\n# Parse_time: 0\n# Compile_time: 0.001178142\n# Rewrite_time: 0.001859062\n# Optimize_time: 0.003832511\n# Wait_TS: 0.00036141\n# Prewrite_time: 0.480824337 Commit_time: 0.001373092 Get_commit_ts_time: 0.000407331 Slowest_prewrite_rpc_detail: {total:0.481s, region_id: 14, store: 127.0.0.1:20161, time_detail: {tikv_wall_time: 479.9ms}, scan_detail: {get_snapshot_time: 20.2µs, rocksdb: {block: {}}}, write_detail: {store_batch_wait: 17.8µs, propose_send_wait: 0s, persist_log: {total: 645.5µs, write_leader_wait: 123ns, sync_log: 603.8µs, write_memtable: 2.01µs}, commit_log: 679.7µs, apply_batch_wait: 18.7µs, apply: {total:143.2µs, mutex_lock: 0s, write_leader_wait: 0s, write_wal: 30.3µs, write_memtable: 34.3µs}}} Commit_primary_rpc_detail: {total:0.481s, region_id: 14, store: 127.0.0.1:20161, time_detail: {tikv_wall_time: 479.9ms}, scan_detail: {get_snapshot_time: 20.2µs, rocksdb: {block: {}}}, write_detail: {store_batch_wait: 17.8µs, propose_send_wait: 0s, persist_log: {total: 645.5µs, write_leader_wait: 123ns, sync_log: 603.8µs, write_memtable: 2.01µs}, commit_log: 679.7µs, apply_batch_wait: 18.7µs, apply: {total:143.2µs, mutex_lock: 0s, write_leader_wait: 0s, write_wal: 30.3µs, write_memtable: 34.3µs}}} Write_keys: 1 Write_size: 876 Prewrite_region: 1\n# Is_internal: true\n# Digest: bb9a0484a27cea37dfc9b79800bc11ddc72f4ac11810a6eb126d600a567ce029\n# Num_cop_tasks: 0\n# Mem_max: 10007\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('jwzwQDAJMjhfMwkwCTAJTi9BCTAJdGltZToyLjE4bXMsIGxvb3BzOjEsIGNvbW1pdF90eG46IHtwcmV3cml0ZTo0ODAuBSgMZ2V0XxEjJHM6NDA3LjPCtXMRNxA6MS4zNwFPIHNsb3dlc3RfcA1B8DxfcnBjOiB7dG90YWw6IDAuNDgxcywgcmVnaW9uX2lkOiAxNCwgc3RvcmU6IDEyNy4wLjAuMToyMDE2MSwgAakYX2RldGFpbAFEIGlrdl93YWxsXwEYPDogNDc5Ljltc30sIHNjYW4ZKAGqIHNuYXBzaG90XwkrDDIwLjIFrlhyb2Nrc2RiOiB7YmxvY2s6IHt9fX0sIAXsGUIFkEBfYmF0Y2hfd2FpdDogMTcuOAVBLHByb3Bvc2Vfc2VuZA0cODBzLCBwZXJzaXN0X2xvZwGqCe4QNjQ1LjUFNglgFGxlYWRlcg02KDEyM25zLCBzeW5jCTYINjAzDWQJLjxtZW10YWJsZTogMi4wMcK1AektgQVmEDY3OS43BV4QYXBwbHk2rwAAOC4bABWSCDE0My0IFG11dGV4XykDAcAJczKhABkXAHchuwQzMC3xCSsZngQzNAUZJUgNoBhwcmltYXJ5PvwBDDAwMXP+/AEx/AwyMC42KRSC/QEEMTAtDd79AQg5LjIBbAAssv0BDDUzLjklnikwMlsBBDU5NvsBBDM0WvoBDDUxN24++AEEMTgy3QE2+AEAMi3gRRM1+AQ3Mi0CAG3C9wEEMTZamwAAMQlUJfdtzwhudW2BSQnxDGtleXMZDkBieXRlOjg3Nn0JMS43NyBLQoGLLAoxCTM2XzEJMAkxCUnrXHRpZGJfZGRsX2pvYiwgaGFuZGxlOjI1MgEhIGltZToxLjQzbZW1KDIsIEdldDp7bnVtRWsIMSwgZXpp9QwxLjAxhR4BOnncCSIYcHJvY2VzcwkqDCA4OS4p4QkdYfMNGgA3kTkJGhRrdl9yZWFh+ZWGBDE2ceU+oAQEMTlpbkKhBAlMEYMlKQAgFbwuFwAkX3NpemU6IDg4NBHaFS1O5QQAM2WJBCwgUugCIAlOL0EJTi9BCg==')\n# Plan_digest: 3fea32741ba131a439f08d925bc0d60ce688c732cc613c6d3625da6592028edc\n# Binary_plan: tidb_decode_binary_plan('wgx4Cr0MCghVcGRhdGVfMxKaAwoLUG9pbnRfR2V0XzEpAAUB8FvwPzABOAFAAUoXChUKBW15c3FsEgx0aWRiX2RkbF9qb2JSCmhhbmRsZToyNTJaFHRpbWU6MS40M21zLCBsb29wczoyYqoCR2V0OntudW1fcnBjOjEsIHRvdGFsXw0tGDAxbXN9LCABDiRfZGV0YWlsOiB7CSIccHJvY2Vzc18BHCg6IDg5LjbCtXMsIAkdDHdhaXQNGgw3MC4yHRosa3ZfcmVhZF93YWxsDSIQMTY1LjUJIwhpa3YyGgAEOTMFPRh9LCBzY2FuXoMAFGtleXM6IBW8EZoBFwxfc2l6AZ8EODQRmwEWBS0oZ2V0X3NuYXBzaG8RrAwyMy4zBYlYcm9ja3NkYjoge2Jsb2NrOiB7fX19cP8RAQQBeBEKAP8lghBSA04vQS1iEDIuMThtNWIcMWLmCGNvbW0hD0R4bjoge3ByZXdyaXRlOjQ4MC4FKQGIESMQczo0MDcNhAkUEDoxLjM3AVAcc2xvd2VzdF8RQQxfcnBjMY24OiAwLjQ4MXMsIHJlZ2lvbl9pZDogMTQsIHN0b3JlOiAxMjcuMC4wLjE6MjAxNjFC0QE6dwEQNDc5Ljkl+TZ2AQGqPjIBMd5SMgEELCAF7Dm4BZAUX2JhdGNoRSQUOiAxNy44JXMocHJvcG9zZV9zZW5BHkhpdDogMHMsIHBlcnNpc3RfbG9nGe4ENjRRMglgFGxlYWRlchFSJDIzbnMsIHN5bmMJNgg2MDMNZAkuPG1lbXRhYmxlOiAyLjAxwrVBXyltDTAMNzkuNwWUEGFwcGx5Nq8AADguGwAVkgQxNEmpHCwgbXV0ZXhfSTUBwAlzMqEAGRcYd2FsOiAzMC3xCSsZngQzNAUZDH19fSwRoBhwcmltYXJ5PvwBBDAw/vwBOfwIMjAuYcpCcwNK/QEEMTAtDd79AQg5LjIBbAAssv0BDDUzLjklnikwMlsBBDU5NvsBBDM0WvoBDDUxN24B5C74AQQxODLdATb4AQAyhYkALEkTNfgENzItAgBtwvcBBDE2WpsAADEJVCX3bc8QbnVtOjFxTYXBFQ5gYnl0ZTo4NzZ9cJcOeP///////////wEYAQ==')\n# Resource_group: default\n;"] [2024/05/06 11:54:55.487 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=252] [conn=2] [category=ddl] [job="ID:252, Type:create schema, State:queueing, SchemaState:none, SchemaID:251, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:54.865 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:55.531 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=177] [neededSchemaVersion=178] ["start time"=1.126321ms] [gotSchemaVersion=178] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:54:55.543 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=252] [version=178] [2024/05/06 11:54:55.568 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=178] ["take time"=53.943592ms] [job="ID:252, Type:create schema, State:done, SchemaState:public, SchemaID:251, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:54.865 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:55.686 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=252] [conn=2] [job="ID:252, Type:create schema, State:synced, SchemaState:public, SchemaID:251, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:54.865 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:55.716 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=252] [2024/05/06 11:54:55.716 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:54:55.722 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.860788602\n# Parse_time: 0.000396781\n# Compile_time: 0.000917676\n# Rewrite_time: 0.000033011\n# Optimize_time: 0.001121761\n# Wait_TS: 0.000479313\n# DB: load_data\n# Is_internal: false\n# Digest: 740a479d232a10d2f6af7342e92fedd514295b86ff325a9eb0acae3902a4cdd0\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ncreate database fail_job_after_import;"] [2024/05/06 11:54:55.725 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=178] [cur_db=fail_job_after_import] [sql="CREATE TABLE t1 (i INT PRIMARY KEY);"] [user=root@%] [2024/05/06 11:54:55.776 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:254, Type:create table, State:queueing, SchemaState:none, SchemaID:251, TableID:253, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:55.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:54:55.777 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:254, Type:create table, State:queueing, SchemaState:none, SchemaID:251, TableID:253, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:55.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t1 (i INT PRIMARY KEY);"] [2024/05/06 11:54:55.838 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=254] [conn=2] [category=ddl] [job="ID:254, Type:create table, State:queueing, SchemaState:none, SchemaID:251, TableID:253, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:55.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:55.846 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 251, Table ID: 253, Table Name: t1"] [2024/05/06 11:54:55.895 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=178] [neededSchemaVersion=179] ["start time"=2.608665ms] [gotSchemaVersion=179] [phyTblIDs="[253]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:54:55.908 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=254] [version=179] [2024/05/06 11:54:55.941 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=179] ["take time"=53.403754ms] [job="ID:254, Type:create table, State:done, SchemaState:public, SchemaID:251, TableID:253, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:55.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:55.986 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=254] [conn=2] [job="ID:254, Type:create table, State:synced, SchemaState:public, SchemaID:251, TableID:253, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:55.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:56.021 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=254] [2024/05/06 11:54:56.021 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:54:56.025 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.301526376\n# Parse_time: 0.000477993\n# Compile_time: 0.000728375\n# Rewrite_time: 0.000052637\n# Optimize_time: 0.001121761\n# Wait_TS: 0.000435694\n# DB: fail_job_after_import\n# Is_internal: false\n# Digest: d8696567f7f4f571ff6f2842ead9c03ca982ef29a8c49eb575a9f42d5cd117de\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse fail_job_after_import;\nCREATE TABLE t1 (i INT PRIMARY KEY);"] [2024/05/06 11:54:56.045 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:56.264 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://fail_job_after_import/t.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 11:54:56.369 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=51] [task-id=51] [data-size=3B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:54:56.412 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=51] [2024/05/06 11:54:56.412 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=51] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:54:56.518 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=51] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:54:56.519 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=51] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:54:56.519 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=51] [curr-step=init] [next-step=import] [2024/05/06 11:54:56.537 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:56.543 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t1] [2024/05/06 11:54:56.543 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t1] [before=536870912000] [after=3] [2024/05/06 11:54:56.544 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t1] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=3] [cost=494.469µs] [2024/05/06 11:54:56.544 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t1] [takeTime=1.248932ms] [] [2024/05/06 11:54:56.588 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=51] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:54:56.588 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=51] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:54:56.719 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=51] [mode=Import] [2024/05/06 11:54:56.739 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=51] [2024/05/06 11:54:56.757 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=51] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:54:56.803 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=51] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:54:56.805 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=51] [step=import] [2024/05/06 11:54:56.806 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:56.815 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:54:56.815 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:54:56.815 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:56.815 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:54:56.816 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:56.816 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:56.816 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:54:56.816 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:54:56.816 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:56.833 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:54:56.835 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:54:56.835 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t1] [quota=374.2GB] [2024/05/06 11:54:56.835 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=51] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:54:56.836 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t1] [import-id=51] [disk-quota=348.5GiB] [2024/05/06 11:54:56.879 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=51] [step=import] [subtask-id=99] [2024/05/06 11:54:56.883 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`fail_job_after_import`.`t1`:0] [engineUUID=3c229875-a87b-5dfa-aef9-0ffcec4d91ae] [2024/05/06 11:54:56.886 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`fail_job_after_import`.`t1`:-1] [engineUUID=d169a211-a2c0-545c-894b-6412e8ed0fb5] [2024/05/06 11:54:56.886 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=253] [2024/05/06 11:54:56.948 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=253] [key=t.csv:0] [2024/05/06 11:54:56.950 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=253] [key=t.csv:0] [readDur=1.101336ms] [encodeDur=468.807µs] [checksum="{cksum=7435750759411199284,size=50,kvs=2}"] [deliverDur=440.212µs] [type=file] [takeTime=2.440596ms] [] [2024/05/06 11:54:56.951 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=51] [step=import] [subtask-id=99] [takeTime=72.671656ms] [] [2024/05/06 11:54:56.951 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=50] [kvs=2] [files=1] [sstFileSize=961] [file=/tmp/tidb/import-4000/51/3c229875-a87b-5dfa-aef9-0ffcec4d91ae.sst/038e2ea8-d70e-4409-a99d-26d0ff48aff7.sst] [firstKey=7480000000000000FD5F728000000000000001] [lastKey=7480000000000000FD5F728000000000000002] [2024/05/06 11:54:56.952 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=51] [step=import] [engine-id=0] [2024/05/06 11:54:56.952 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=51] [step=import] [engine-id=0] [2024/05/06 11:54:56.952 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`fail_job_after_import`.`t1`:0] [engineUUID=3c229875-a87b-5dfa-aef9-0ffcec4d91ae] [2024/05/06 11:54:56.954 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`fail_job_after_import`.`t1`:0] [engineUUID=3c229875-a87b-5dfa-aef9-0ffcec4d91ae] [takeTime=2.466271ms] [] [2024/05/06 11:54:56.954 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`fail_job_after_import`.`t1`:0] [engineUUID=3c229875-a87b-5dfa-aef9-0ffcec4d91ae] [retryCnt=0] [2024/05/06 11:54:56.959 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:54:56.982 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=3c229875-a87b-5dfa-aef9-0ffcec4d91ae] ["region ranges"=1] [count=2] [size=50] [2024/05/06 11:54:56.983 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:54:56.996 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=3c229875-a87b-5dfa-aef9-0ffcec4d91ae] [size=50] [kvs=2] [importedSize=50] [importedCount=2] [2024/05/06 11:54:56.998 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`fail_job_after_import`.`t1`:0] [engineUUID=3c229875-a87b-5dfa-aef9-0ffcec4d91ae] [retryCnt=0] [takeTime=44.045769ms] [] [2024/05/06 11:54:56.999 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`fail_job_after_import`.`t1`:0] [engineUUID=3c229875-a87b-5dfa-aef9-0ffcec4d91ae] [2024/05/06 11:54:57.000 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`fail_job_after_import`.`t1`:0] [engineUUID=3c229875-a87b-5dfa-aef9-0ffcec4d91ae] [takeTime=1.137805ms] [] [2024/05/06 11:54:57.000 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=51] [step=import] [engine-id=0] [2024/05/06 11:54:57.000 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`fail_job_after_import`.`t1`:-1] [engineUUID=d169a211-a2c0-545c-894b-6412e8ed0fb5] [2024/05/06 11:54:57.001 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`fail_job_after_import`.`t1`:-1] [engineUUID=d169a211-a2c0-545c-894b-6412e8ed0fb5] [takeTime=1.573583ms] [] [2024/05/06 11:54:57.001 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`fail_job_after_import`.`t1`:-1] [engineUUID=d169a211-a2c0-545c-894b-6412e8ed0fb5] [retryCnt=0] [2024/05/06 11:54:57.002 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=d169a211-a2c0-545c-894b-6412e8ed0fb5] [2024/05/06 11:54:57.002 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`fail_job_after_import`.`t1`:-1] [engineUUID=d169a211-a2c0-545c-894b-6412e8ed0fb5] [retryCnt=0] [takeTime=52.471µs] [] [2024/05/06 11:54:57.002 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`fail_job_after_import`.`t1`:-1] [engineUUID=d169a211-a2c0-545c-894b-6412e8ed0fb5] [2024/05/06 11:54:57.003 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`fail_job_after_import`.`t1`:-1] [engineUUID=d169a211-a2c0-545c-894b-6412e8ed0fb5] [takeTime=948.563µs] [] [2024/05/06 11:54:57.100 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=51] [step=import] [2024/05/06 11:54:57.104 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:54:57.104 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:57.104 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:54:57.104 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:57.104 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:54:57.104 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:54:57.104 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:54:57.104 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:57.104 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:57.104 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:57.104 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:57.104 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:57.104 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:54:57.106 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:54:57.106 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:57.106 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:57.106 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:57.106 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:57.107 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=51] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=303.280387ms] [] [2024/05/06 11:54:57.139 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=51] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:54:57.141 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=51] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:54:57.142 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=51] [curr-step=import] [next-step=post-process] [2024/05/06 11:54:57.142 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=51] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:54:57.176 +00:00] [WARN] [scheduler.go:453] ["generate part of subtasks failed"] [task-id=51] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [error="injected error after ImportStepImport"] [errorVerbose="injected error after ImportStepImport\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*ImportSchedulerExt).OnNextSubtasksBatch\n\tpkg/disttask/importinto/scheduler.go:279\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).switch2NextStep\n\tpkg/disttask/framework/scheduler/scheduler.go:451\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).onRunning\n\tpkg/disttask/framework/scheduler/scheduler.go:404\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).scheduleTask\n\tpkg/disttask/framework/scheduler/scheduler.go:258\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).ScheduleTask\n\tpkg/disttask/framework/scheduler/scheduler.go:122\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).startScheduler.func1\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:367\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 11:54:57.176 +00:00] [WARN] [scheduler.go:530] ["generate plan failed"] [task-id=51] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [error="injected error after ImportStepImport"] [errorVerbose="injected error after ImportStepImport\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*ImportSchedulerExt).OnNextSubtasksBatch\n\tpkg/disttask/importinto/scheduler.go:279\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).switch2NextStep\n\tpkg/disttask/framework/scheduler/scheduler.go:451\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).onRunning\n\tpkg/disttask/framework/scheduler/scheduler.go:404\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).scheduleTask\n\tpkg/disttask/framework/scheduler/scheduler.go:258\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).ScheduleTask\n\tpkg/disttask/framework/scheduler/scheduler.go:122\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).startScheduler.func1\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:367\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [state=running] [2024/05/06 11:54:57.200 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=51] [type=ImportInto] [2024/05/06 11:54:57.233 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=51] [step=import] [state=reverting] [error="injected error after ImportStepImport"] [errorVerbose="injected error after ImportStepImport\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*ImportSchedulerExt).OnNextSubtasksBatch\n\tpkg/disttask/importinto/scheduler.go:279\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).switch2NextStep\n\tpkg/disttask/framework/scheduler/scheduler.go:451\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).onRunning\n\tpkg/disttask/framework/scheduler/scheduler.go:404\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).scheduleTask\n\tpkg/disttask/framework/scheduler/scheduler.go:258\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).ScheduleTask\n\tpkg/disttask/framework/scheduler/scheduler.go:122\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).startScheduler.func1\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:367\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 11:54:57.234 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=51] [step=import] [mode=Normal] [2024/05/06 11:54:57.240 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=51] [2024/05/06 11:54:57.318 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=51] [2024/05/06 11:54:57.348 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:54:57.348 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=51] [2024/05/06 11:54:57.425 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:54:57.617 +00:00] [ERROR] [handle.go:109] ["task reverted"] [task-id=51] [error="[0]injected error after ImportStepImport"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/handle.WaitTaskDoneOrPaused\n\tpkg/disttask/framework/handle/handle.go:109\ngithub.com/pingcap/tidb/pkg/executor.(*ImportIntoExec).waitTask\n\tpkg/executor/import_into.go:193\ngithub.com/pingcap/tidb/pkg/executor.(*ImportIntoExec).Next\n\tpkg/executor/import_into.go:140\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:410\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1211\ngithub.com/pingcap/tidb/pkg/executor.(*recordSet).Next\n\tpkg/executor/adapter.go:160\ngithub.com/pingcap/tidb/pkg/session.GetRows4Test\n\tpkg/session/tidb.go:346\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).QueryToErr\n\tpkg/testkit/testkit.go:265\ntests/realtikvtest/importintotest/importintotest_test.(*mockGCSSuite).TestJobFailWhenDispatchSubtask\n\ttests/realtikvtest/importintotest/job_test.go:603\nreflect.Value.call\n\tGOROOT/src/reflect/value.go:596\nreflect.Value.Call\n\tGOROOT/src/reflect/value.go:380\ngithub.com/stretchr/testify/suite.Run.func1\n\texternal/com_github_stretchr_testify/suite/suite.go:202\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595"] [2024/05/06 11:54:57.618 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.5913887930000001\n# Parse_time: 0.001074332\n# Compile_time: 0.001860276\n# Rewrite_time: 0.000258439\n# Optimize_time: 0.001121761\n# Wait_TS: 0\n# DB: fail_job_after_import\n# Is_internal: false\n# Digest: 99e0210d02768185f513fdb4826de8b909e90d125e9b68ebb96c6b40a088fef9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: false\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkwCXRpbWU6MS41OXMsIGxvb3BzOjEJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('RsAKQgoMSW1wb3J0SW50b18yOAFAAVIDTi9BWhN0aW1lOjEuNTlzLCBsb29wczoxcP//DQI0AXj///////////8BGAE=')\n# Resource_group: default\nIMPORT INTO `fail_job_after_import`.`t1` FROM 'gs://fail_job_after_import/t.csv?endpoint=http://127.0.0.1:4443/storage/v1/';"] === RUN TestImportInto/TestKillBeforeFinish [2024/05/06 11:54:57.686 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=179] [cur_db=fail_job_after_import] [sql="DROP DATABASE IF EXISTS kill_job;"] [user=root@%] [2024/05/06 11:54:57.688 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=179] [cur_db=fail_job_after_import] [sql="CREATE DATABASE kill_job;"] [user=root@%] [2024/05/06 11:54:57.722 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:256, Type:create schema, State:queueing, SchemaState:none, SchemaID:255, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:57.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:54:57.722 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:256, Type:create schema, State:queueing, SchemaState:none, SchemaID:255, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:57.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE kill_job;"] [2024/05/06 11:54:57.790 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=256] [conn=2] [category=ddl] [job="ID:256, Type:create schema, State:queueing, SchemaState:none, SchemaID:255, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:57.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:57.826 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=179] [neededSchemaVersion=180] ["start time"=994.552µs] [gotSchemaVersion=180] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:54:57.837 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=256] [version=180] [2024/05/06 11:54:57.876 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=180] ["take time"=54.807448ms] [job="ID:256, Type:create schema, State:done, SchemaState:public, SchemaID:255, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:54:57.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:57.928 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=256] [conn=2] [job="ID:256, Type:create schema, State:synced, SchemaState:public, SchemaID:255, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:57.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:58.004 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=256] [2024/05/06 11:54:58.004 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:54:58.009 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.321309264\n# Parse_time: 0.00025872\n# Compile_time: 0.000757139\n# Rewrite_time: 0.000037471\n# Optimize_time: 0.000168134\n# Wait_TS: 0.000397426\n# DB: fail_job_after_import\n# Is_internal: false\n# Digest: 32ea063e6be022f03140c08932b151273956be8bac928675ddd85b677498b4a3\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE DATABASE kill_job;"] [2024/05/06 11:54:58.012 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=180] [cur_db=fail_job_after_import] [sql="CREATE TABLE kill_job.t (a INT, b INT, c int);"] [user=root@%] [2024/05/06 11:54:58.070 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:258, Type:create table, State:queueing, SchemaState:none, SchemaID:255, TableID:257, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:58.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:54:58.070 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:258, Type:create table, State:queueing, SchemaState:none, SchemaID:255, TableID:257, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:58.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE kill_job.t (a INT, b INT, c int);"] [2024/05/06 11:54:58.137 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=258] [conn=2] [category=ddl] [job="ID:258, Type:create table, State:queueing, SchemaState:none, SchemaID:255, TableID:257, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:58.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:58.145 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 255, Table ID: 257, Table Name: t"] [2024/05/06 11:54:58.213 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=180] [neededSchemaVersion=181] ["start time"=2.777869ms] [gotSchemaVersion=181] [phyTblIDs="[257]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:54:58.226 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=258] [version=181] [2024/05/06 11:54:58.259 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=181] ["take time"=53.961478ms] [job="ID:258, Type:create table, State:done, SchemaState:public, SchemaID:255, TableID:257, RowCount:0, ArgLen:2, start time: 2024-05-06 11:54:58.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:58.339 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=258] [conn=2] [job="ID:258, Type:create table, State:synced, SchemaState:public, SchemaID:255, TableID:257, RowCount:0, ArgLen:0, start time: 2024-05-06 11:54:58.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:54:58.404 +00:00] [WARN] [pd.go:168] ["get timestamp too slow"] ["cost time"=34.819857ms] [2024/05/06 11:54:58.426 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=258] [2024/05/06 11:54:58.426 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:54:58.430 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.420710129\n# Parse_time: 0.001096762\n# Compile_time: 0.001057396\n# Rewrite_time: 0.000053836\n# Optimize_time: 0.000168134\n# Wait_TS: 0.000453958\n# DB: fail_job_after_import\n# Is_internal: false\n# Digest: 8d0764213d9c8980f2f7228ac418e3202472724bd73615a2d5ce8843684c3cc2\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE kill_job.t (a INT, b INT, c int);"] [2024/05/06 11:54:58.446 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:58.629 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-load/t-*.tsv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 11:54:58.742 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=52] [task-id=52] [data-size=8B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:54:58.785 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=52] [2024/05/06 11:54:58.785 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=52] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:54:58.892 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=52] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:54:58.894 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=52] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:54:58.895 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=52] [curr-step=init] [next-step=import] [2024/05/06 11:54:58.915 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:58.918 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:54:58.918 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=8] [2024/05/06 11:54:58.918 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=8] [cost=53.01µs] [2024/05/06 11:54:58.918 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=165.4µs] [] [2024/05/06 11:54:58.918 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=52] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:54:58.918 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=52] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:54:59.042 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=52] [mode=Import] [2024/05/06 11:54:59.067 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=52] [2024/05/06 11:54:59.097 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=52] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:54:59.144 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=52] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:54:59.146 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=52] [step=import] [2024/05/06 11:54:59.147 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:54:59.156 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:54:59.157 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:54:59.157 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:59.157 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:54:59.158 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:54:59.158 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:54:59.158 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:59.158 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:54:59.158 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:59.173 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:54:59.174 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:54:59.175 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:54:59.175 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=52] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:54:59.175 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=52] [disk-quota=348.5GiB] [2024/05/06 11:54:59.230 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=52] [step=import] [subtask-id=100] [2024/05/06 11:54:59.234 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`kill_job`.`t`:0] [engineUUID=64636ef9-3fe4-5434-ae74-7ab09274a71e] [2024/05/06 11:54:59.237 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`kill_job`.`t`:-1] [engineUUID=0c319952-7a9c-59e9-a73e-2a53414030fd] [2024/05/06 11:54:59.238 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=257] [2024/05/06 11:54:59.301 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=257] [key=t-1.tsv:0] [2024/05/06 11:54:59.305 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=257] [key=t-1.tsv:0] [readDur=1.674082ms] [encodeDur=717.233µs] [checksum="{cksum=15206506462277668171,size=37,kvs=1}"] [deliverDur=482.258µs] [type=file] [takeTime=3.662627ms] [] [2024/05/06 11:54:59.306 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=52] [step=import] [subtask-id=100] [takeTime=75.669465ms] [] [2024/05/06 11:54:59.306 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=37] [kvs=1] [files=1] [sstFileSize=935] [file=/tmp/tidb/import-4000/52/64636ef9-3fe4-5434-ae74-7ab09274a71e.sst/9715209b-ce31-4833-a3d0-17b071e28086.sst] [firstKey=7480000000000001015F728000000000000001] [lastKey=7480000000000001015F728000000000000001] [2024/05/06 11:54:59.306 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=52] [step=import] [engine-id=0] [2024/05/06 11:54:59.306 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=52] [step=import] [engine-id=0] [2024/05/06 11:54:59.306 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`kill_job`.`t`:0] [engineUUID=64636ef9-3fe4-5434-ae74-7ab09274a71e] [2024/05/06 11:54:59.309 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`kill_job`.`t`:0] [engineUUID=64636ef9-3fe4-5434-ae74-7ab09274a71e] [takeTime=2.405789ms] [] [2024/05/06 11:54:59.309 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`kill_job`.`t`:0] [engineUUID=64636ef9-3fe4-5434-ae74-7ab09274a71e] [retryCnt=0] [2024/05/06 11:54:59.314 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:54:59.337 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=64636ef9-3fe4-5434-ae74-7ab09274a71e] ["region ranges"=1] [count=1] [size=37] [2024/05/06 11:54:59.337 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:54:59.351 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=64636ef9-3fe4-5434-ae74-7ab09274a71e] [size=37] [kvs=1] [importedSize=37] [importedCount=1] [2024/05/06 11:54:59.353 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`kill_job`.`t`:0] [engineUUID=64636ef9-3fe4-5434-ae74-7ab09274a71e] [retryCnt=0] [takeTime=43.941493ms] [] [2024/05/06 11:54:59.353 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`kill_job`.`t`:0] [engineUUID=64636ef9-3fe4-5434-ae74-7ab09274a71e] [2024/05/06 11:54:59.354 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`kill_job`.`t`:0] [engineUUID=64636ef9-3fe4-5434-ae74-7ab09274a71e] [takeTime=1.140585ms] [] [2024/05/06 11:54:59.354 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=52] [step=import] [engine-id=0] [2024/05/06 11:54:59.354 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`kill_job`.`t`:-1] [engineUUID=0c319952-7a9c-59e9-a73e-2a53414030fd] [2024/05/06 11:54:59.356 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`kill_job`.`t`:-1] [engineUUID=0c319952-7a9c-59e9-a73e-2a53414030fd] [takeTime=1.572139ms] [] [2024/05/06 11:54:59.356 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`kill_job`.`t`:-1] [engineUUID=0c319952-7a9c-59e9-a73e-2a53414030fd] [retryCnt=0] [2024/05/06 11:54:59.356 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=0c319952-7a9c-59e9-a73e-2a53414030fd] [2024/05/06 11:54:59.356 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`kill_job`.`t`:-1] [engineUUID=0c319952-7a9c-59e9-a73e-2a53414030fd] [retryCnt=0] [takeTime=55.618µs] [] [2024/05/06 11:54:59.356 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`kill_job`.`t`:-1] [engineUUID=0c319952-7a9c-59e9-a73e-2a53414030fd] [2024/05/06 11:54:59.357 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`kill_job`.`t`:-1] [engineUUID=0c319952-7a9c-59e9-a73e-2a53414030fd] [takeTime=1.043813ms] [] [2024/05/06 11:54:59.392 +00:00] [INFO] [scheduler.go:147] ["task state/step changed by user or other scheduler"] [task-id=52] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [old-state=running] [new-state=cancelling] [old-step=import] [new-step=import] [2024/05/06 11:54:59.399 +00:00] [INFO] [scheduler.go:278] ["on cancelling state"] [task-id=52] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=cancelling] [step=import] [2024/05/06 11:54:59.409 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=52] [step=import] [2024/05/06 11:54:59.413 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:54:59.413 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:54:59.413 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:54:59.413 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:54:59.413 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:54:59.413 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:54:59.413 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:54:59.413 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:59.413 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:59.413 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:59.413 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:59.413 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:59.413 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:54:59.415 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:54:59.415 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:54:59.415 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:54:59.415 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:54:59.415 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:54:59.415 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=52] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=270.970454ms] [] [2024/05/06 11:54:59.432 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=52] [type=ImportInto] [2024/05/06 11:54:59.505 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=52] [step=import] [state=reverting] [error="cancelled by user"] [errorVerbose="cancelled by user\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).onCancelling\n\tpkg/disttask/framework/scheduler/scheduler.go:280\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).scheduleTask\n\tpkg/disttask/framework/scheduler/scheduler.go:219\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).ScheduleTask\n\tpkg/disttask/framework/scheduler/scheduler.go:122\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).startScheduler.func1\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:367\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 11:54:59.506 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=52] [step=import] [mode=Normal] [2024/05/06 11:54:59.522 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=52] [2024/05/06 11:54:59.591 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=52] [2024/05/06 11:54:59.613 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:54:59.613 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=52] [2024/05/06 11:54:59.669 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.237253074\n# Parse_time: 0.000622301\n# Compile_time: 0.001331745\n# Rewrite_time: 0.000358071\n# Optimize_time: 0.000168134\n# Wait_TS: 0\n# DB: fail_job_after_import\n# Is_internal: false\n# Digest: 7f56264ab0414ae2938a1523a0e4c563176c6bbd667ba0cba2fbec69538781ee\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: false\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkwCXRpbWU6MS4yM3MsIGxvb3BzOjEJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('RsAKQgoMSW1wb3J0SW50b18yOAFAAVIDTi9BWhN0aW1lOjEuMjNzLCBsb29wczoxcP//DQI0AXj///////////8BGAE=')\n# Resource_group: default\nIMPORT INTO `kill_job`.`t` FROM 'gs://test-load/t-*.tsv?endpoint=http://127.0.0.1:4443/storage/v1/';"] [2024/05/06 11:54:59.753 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] === RUN TestImportInto/TestLoadSQLDump [2024/05/06 11:55:00.713 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=181] [cur_db=fail_job_after_import] [sql="DROP DATABASE IF EXISTS load_csv;"] [user=root@%] [2024/05/06 11:55:00.739 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:259, Type:drop schema, State:queueing, SchemaState:public, SchemaID:192, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:00.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:00.739 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:259, Type:drop schema, State:queueing, SchemaState:public, SchemaID:192, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:00.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="DROP DATABASE IF EXISTS load_csv;"] [2024/05/06 11:55:00.796 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=259] [conn=2] [category=ddl] [job="ID:259, Type:drop schema, State:queueing, SchemaState:public, SchemaID:192, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:00.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:00.872 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=181] [neededSchemaVersion=182] ["start time"=349.891µs] [gotSchemaVersion=182] [phyTblIDs="[194,196]"] [actionTypes="[2,2]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:55:00.885 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=259] [version=182] [2024/05/06 11:55:00.921 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=182] ["take time"=53.704038ms] [job="ID:259, Type:drop schema, State:running, SchemaState:write only, SchemaID:192, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:00.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:00.958 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=259] [conn=2] [category=ddl] [job="ID:259, Type:drop schema, State:running, SchemaState:write only, SchemaID:192, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:00.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:00.987 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=182] [neededSchemaVersion=183] ["start time"=192.908µs] [gotSchemaVersion=183] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:55:00.997 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=259] [version=183] [2024/05/06 11:55:01.036 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=183] ["take time"=54.220397ms] [job="ID:259, Type:drop schema, State:running, SchemaState:delete only, SchemaID:192, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:00.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:01.083 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=259] [conn=2] [category=ddl] [job="ID:259, Type:drop schema, State:running, SchemaState:delete only, SchemaID:192, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:00.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:01.117 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=183] [neededSchemaVersion=184] ["start time"=200.37µs] [gotSchemaVersion=184] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:55:01.128 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=259] [version=184] [2024/05/06 11:55:01.166 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=184] ["take time"=53.657925ms] [job="ID:259, Type:drop schema, State:done, SchemaState:none, SchemaID:192, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:00.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:01.198 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=259] [tableIDs="[194,196]"] [comment="drop schema: table IDs"] [2024/05/06 11:55:01.210 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=259] [jobType="drop schema"] [2024/05/06 11:55:01.215 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=259] [conn=2] [job="ID:259, Type:drop schema, State:synced, SchemaState:none, SchemaID:192, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:00.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:01.263 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=259] [2024/05/06 11:55:01.263 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:01.266 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.554865635\n# Parse_time: 0.000516461\n# Compile_time: 0.001027927\n# Rewrite_time: 0.000040116\n# Optimize_time: 0.000210614\n# Wait_TS: 0.000417571\n# DB: fail_job_after_import\n# Is_internal: false\n# Digest: 90823b624f9f7165ddb142ce332b9bfc34fed2bbf1bc11ef3d4787cd1598b726\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nDROP DATABASE IF EXISTS load_csv;"] [2024/05/06 11:55:01.267 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=184] [cur_db=fail_job_after_import] [sql="CREATE DATABASE load_csv;"] [user=root@%] [2024/05/06 11:55:01.343 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:261, Type:create schema, State:queueing, SchemaState:none, SchemaID:260, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:01.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:01.343 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:261, Type:create schema, State:queueing, SchemaState:none, SchemaID:260, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:01.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE load_csv;"] [2024/05/06 11:55:01.414 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=261] [conn=2] [category=ddl] [job="ID:261, Type:create schema, State:queueing, SchemaState:none, SchemaID:260, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:01.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:01.449 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=184] [neededSchemaVersion=185] ["start time"=1.327572ms] [gotSchemaVersion=185] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:55:01.461 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=261] [version=185] [2024/05/06 11:55:01.498 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=185] ["take time"=54.195321ms] [job="ID:261, Type:create schema, State:done, SchemaState:public, SchemaID:260, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:01.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:01.538 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=261] [conn=2] [job="ID:261, Type:create schema, State:synced, SchemaState:public, SchemaID:260, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:01.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:01.569 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=261] [2024/05/06 11:55:01.569 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:01.573 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.306464539\n# Parse_time: 0.00019562\n# Compile_time: 0.00058289\n# Rewrite_time: 0.000033445\n# Optimize_time: 0.000210614\n# Wait_TS: 0.000421556\n# DB: fail_job_after_import\n# Is_internal: false\n# Digest: 585918222e99fef2b9283ca10ca57fe7fdfb489a1d6c1e18932603eb4fe44bb8\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE DATABASE load_csv;"] [2024/05/06 11:55:01.576 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=185] [cur_db=fail_job_after_import] [sql="CREATE TABLE load_csv.t (id INT, c VARCHAR(20));"] [user=root@%] [2024/05/06 11:55:01.613 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:263, Type:create table, State:queueing, SchemaState:none, SchemaID:260, TableID:262, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:01.566 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE load_csv.t (id INT, c VARCHAR(20));"] [2024/05/06 11:55:01.613 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:263, Type:create table, State:queueing, SchemaState:none, SchemaID:260, TableID:262, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:01.566 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:01.656 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=263] [conn=2] [category=ddl] [job="ID:263, Type:create table, State:queueing, SchemaState:none, SchemaID:260, TableID:262, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:01.566 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:01.664 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 260, Table ID: 262, Table Name: t"] [2024/05/06 11:55:01.723 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=185] [neededSchemaVersion=186] ["start time"=2.862458ms] [gotSchemaVersion=186] [phyTblIDs="[262]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:55:01.735 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=263] [version=186] [2024/05/06 11:55:01.779 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=186] ["take time"=62.675878ms] [job="ID:263, Type:create table, State:done, SchemaState:public, SchemaID:260, TableID:262, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:01.566 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:01.842 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=263] [conn=2] [job="ID:263, Type:create table, State:synced, SchemaState:public, SchemaID:260, TableID:262, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:01.566 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:01.885 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=263] [2024/05/06 11:55:01.885 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:01.889 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.314779897\n# Parse_time: 0.000951415\n# Compile_time: 0.001153322\n# Rewrite_time: 0.000061727\n# Optimize_time: 0.000210614\n# Wait_TS: 0.000441799\n# DB: fail_job_after_import\n# Is_internal: false\n# Digest: d96270cc9e04aa2fb95b76668b4a4bb516905f861f4f5d533983b6e4ac2f46f6\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE load_csv.t (id INT, c VARCHAR(20));"] [2024/05/06 11:55:01.906 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:02.077 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-load-parquet/p?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"sql\"}"] [dist-task-enabled=true] [2024/05/06 11:55:02.204 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=53] [task-id=53] [data-size=42B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:55:02.248 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=53] [2024/05/06 11:55:02.248 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=53] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:55:02.354 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=53] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:55:02.355 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=53] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:55:02.356 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=53] [curr-step=init] [next-step=import] [2024/05/06 11:55:02.377 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:02.380 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:55:02.380 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=42] [2024/05/06 11:55:02.380 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=42] [cost=50.263µs] [2024/05/06 11:55:02.380 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=172.294µs] [] [2024/05/06 11:55:02.380 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=53] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:55:02.380 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=53] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:55:02.491 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=53] [mode=Import] [2024/05/06 11:55:02.510 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=53] [2024/05/06 11:55:02.519 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=53] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:55:02.561 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=53] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:55:02.562 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=53] [step=import] [2024/05/06 11:55:02.563 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:02.572 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:55:02.572 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:55:02.608 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:02.608 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:55:02.610 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:02.610 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:02.610 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:55:02.610 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:55:02.610 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:02.626 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:55:02.628 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:55:02.628 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:55:02.628 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=53] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:55:02.628 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=53] [disk-quota=348.5GiB] [2024/05/06 11:55:02.672 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=53] [step=import] [subtask-id=101] [2024/05/06 11:55:02.676 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:0] [engineUUID=1e7b3aaf-1931-5e54-8538-256fb8e461db] [2024/05/06 11:55:02.680 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:-1] [engineUUID=922fc444-c86f-5359-8d65-4e59ab5cb948] [2024/05/06 11:55:02.680 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=262] [2024/05/06 11:55:02.700 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=262] [key=p:0] [2024/05/06 11:55:02.703 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=262] [key=p:0] [readDur=1.276044ms] [encodeDur=879.851µs] [checksum="{cksum=4095868306028115111,size=66,kvs=2}"] [deliverDur=282.051µs] [type=file] [takeTime=2.815489ms] [] [2024/05/06 11:55:02.704 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=66] [kvs=2] [files=1] [sstFileSize=977] [file=/tmp/tidb/import-4000/53/1e7b3aaf-1931-5e54-8538-256fb8e461db.sst/236626c0-9207-4dd2-bce7-3b1b0215ed2d.sst] [firstKey=7480000000000001065F728000000000000001] [lastKey=7480000000000001065F728000000000000002] [2024/05/06 11:55:02.704 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=53] [step=import] [subtask-id=101] [takeTime=31.484322ms] [] [2024/05/06 11:55:02.704 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=53] [step=import] [engine-id=0] [2024/05/06 11:55:02.704 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=53] [step=import] [engine-id=0] [2024/05/06 11:55:02.704 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:0] [engineUUID=1e7b3aaf-1931-5e54-8538-256fb8e461db] [2024/05/06 11:55:02.706 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:0] [engineUUID=1e7b3aaf-1931-5e54-8538-256fb8e461db] [takeTime=1.729306ms] [] [2024/05/06 11:55:02.706 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:0] [engineUUID=1e7b3aaf-1931-5e54-8538-256fb8e461db] [retryCnt=0] [2024/05/06 11:55:02.710 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:55:02.732 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=1e7b3aaf-1931-5e54-8538-256fb8e461db] ["region ranges"=1] [count=2] [size=66] [2024/05/06 11:55:02.733 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:55:02.750 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=1e7b3aaf-1931-5e54-8538-256fb8e461db] [size=66] [kvs=2] [importedSize=66] [importedCount=2] [2024/05/06 11:55:02.751 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:0] [engineUUID=1e7b3aaf-1931-5e54-8538-256fb8e461db] [retryCnt=0] [takeTime=45.715155ms] [] [2024/05/06 11:55:02.752 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:0] [engineUUID=1e7b3aaf-1931-5e54-8538-256fb8e461db] [2024/05/06 11:55:02.753 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:0] [engineUUID=1e7b3aaf-1931-5e54-8538-256fb8e461db] [takeTime=1.148904ms] [] [2024/05/06 11:55:02.753 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=53] [step=import] [engine-id=0] [2024/05/06 11:55:02.753 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:-1] [engineUUID=922fc444-c86f-5359-8d65-4e59ab5cb948] [2024/05/06 11:55:02.755 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:-1] [engineUUID=922fc444-c86f-5359-8d65-4e59ab5cb948] [takeTime=1.626092ms] [] [2024/05/06 11:55:02.755 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:-1] [engineUUID=922fc444-c86f-5359-8d65-4e59ab5cb948] [retryCnt=0] [2024/05/06 11:55:02.755 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=922fc444-c86f-5359-8d65-4e59ab5cb948] [2024/05/06 11:55:02.755 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:-1] [engineUUID=922fc444-c86f-5359-8d65-4e59ab5cb948] [retryCnt=0] [takeTime=69.125µs] [] [2024/05/06 11:55:02.755 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:-1] [engineUUID=922fc444-c86f-5359-8d65-4e59ab5cb948] [2024/05/06 11:55:02.756 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:-1] [engineUUID=922fc444-c86f-5359-8d65-4e59ab5cb948] [takeTime=1.243246ms] [] [2024/05/06 11:55:02.810 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=53] [step=import] [2024/05/06 11:55:02.814 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:55:02.814 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:02.814 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:55:02.814 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:02.814 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:55:02.814 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:55:02.814 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:55:02.814 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:02.814 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:02.814 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:02.814 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:02.814 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:02.814 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:55:02.816 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:55:02.816 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:02.817 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:02.817 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:02.817 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:02.817 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=53] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=255.782225ms] [] [2024/05/06 11:55:02.875 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=53] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:55:02.876 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=53] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:55:02.877 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=53] [curr-step=import] [next-step=post-process] [2024/05/06 11:55:02.877 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=53] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:55:02.955 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=53] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":2,\"ColSizeMap\":{\"1\":2,\"2\":4}}"] [2024/05/06 11:55:02.956 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=53] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:55:02.956 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=53] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:55:03.183 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=53] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:55:03.226 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=53] [step=post-process] [subtask-id=102] [2024/05/06 11:55:03.226 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=53] [step=post-process] [subtask-id=102] [2024/05/06 11:55:03.226 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=53] [step=post-process] [subtask-id=102] [2024/05/06 11:55:03.233 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=53] [step=post-process] [subtask-id=102] [takeTime=7.052077ms] [] [2024/05/06 11:55:03.233 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=53] [step=post-process] [subtask-id=102] [groupId=-1] [size=66] [kvs=2] [checksum=4095868306028115111] [2024/05/06 11:55:03.233 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=53] [step=post-process] [subtask-id=102] [checksum="{cksum=4095868306028115111,size=66,kvs=2}"] [2024/05/06 11:55:03.233 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=53] [step=post-process] [subtask-id=102] [weight=30] [2024/05/06 11:55:03.233 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=53] [step=post-process] [subtask-id=102] [concurrency=15] [2024/05/06 11:55:03.239 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=262] [physicalTableID=262] [indexID=-1] [checksum=4095868306028115111] [totalKvs=2] [totalBytes=66] [2024/05/06 11:55:03.239 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=53] [step=post-process] [subtask-id=102] [local="{cksum=4095868306028115111,size=66,kvs=2}"] [2024/05/06 11:55:03.240 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=53] [step=post-process] [subtask-id=102] [takeTime=13.44002ms] [] [2024/05/06 11:55:03.240 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=53] [step=post-process] [subtask-id=102] [takeTime=13.654861ms] [] [2024/05/06 11:55:03.289 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=53] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=105.538557ms] [] [2024/05/06 11:55:03.374 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=53] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:55:03.374 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=53] [step=post-process] [state=running] [] [2024/05/06 11:55:03.377 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=53] [2024/05/06 11:55:03.497 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=53] [2024/05/06 11:55:03.522 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=53] [type=ImportInto] [2024/05/06 11:55:03.526 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:55:03.526 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=53] [2024/05/06 11:55:03.622 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:55:03.758 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.8680885900000002\n# Parse_time: 0.000717942\n# Compile_time: 0.001637509\n# Rewrite_time: 0.000356032\n# Optimize_time: 0.000210614\n# Wait_TS: 0\n# DB: fail_job_after_import\n# Is_internal: false\n# Digest: 9e575a6f81478dff1d2f6842d37d7b213222f7df63b67f266d2b219ee833b464\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS44N3MsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS44N3MsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_csv`.`t` FROM 'gs://test-load-parquet/p?endpoint=http://127.0.0.1:4443/storage/v1/' FORMAT 'SQL';"] [2024/05/06 11:55:03.768 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=186] [cur_db=fail_job_after_import] [sql="TRUNCATE TABLE load_csv.t;"] [user=root@%] [2024/05/06 11:55:03.797 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:265, Type:truncate table, State:queueing, SchemaState:none, SchemaID:260, TableID:262, RowCount:0, ArgLen:3, start time: 2024-05-06 11:55:03.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:03.797 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:265, Type:truncate table, State:queueing, SchemaState:none, SchemaID:260, TableID:262, RowCount:0, ArgLen:3, start time: 2024-05-06 11:55:03.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="TRUNCATE TABLE load_csv.t;"] [2024/05/06 11:55:03.849 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=265] [conn=2] [category=ddl] [job="ID:265, Type:truncate table, State:queueing, SchemaState:none, SchemaID:260, TableID:262, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:03.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:03.861 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 260, Table ID: 264, Table Name: t, Old Table ID: 262, Old Table Name: t"] [2024/05/06 11:55:03.945 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=186] [neededSchemaVersion=187] ["start time"=3.057551ms] [gotSchemaVersion=187] [phyTblIDs="[262,264]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 11:55:03.957 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=265] [version=187] [2024/05/06 11:55:03.991 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=187] ["take time"=53.990652ms] [job="ID:265, Type:truncate table, State:done, SchemaState:public, SchemaID:260, TableID:262, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:03.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:04.033 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=265] [tableIDs="[262]"] [comment="drop table: table ID"] [2024/05/06 11:55:04.043 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=265] [jobType="truncate table"] [2024/05/06 11:55:04.048 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=265] [conn=2] [job="ID:265, Type:truncate table, State:synced, SchemaState:public, SchemaID:260, TableID:262, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:03.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:04.103 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=265] [2024/05/06 11:55:04.103 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:04.107 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.338864586\n# Parse_time: 0.000225797\n# Compile_time: 0.000685121\n# Rewrite_time: 0.000037455\n# Optimize_time: 0.000828734\n# Wait_TS: 0.000328672\n# DB: fail_job_after_import\n# Is_internal: false\n# Digest: 54aa42fb3deed99c3e7930c508358633f841079d0f7d02676fc856f08bf5ab77\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nTRUNCATE TABLE load_csv.t;"] [2024/05/06 11:55:04.365 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"/tmp/TestImportIntoTestLoadSQLDump247941603/001/test.sql\",\"format\":\"sql\"}"] [dist-task-enabled=true] [2024/05/06 11:55:04.365 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:55:04.365 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=42] [2024/05/06 11:55:04.365 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=42] [cost=74.978µs] [2024/05/06 11:55:04.365 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=278.135µs] [] [2024/05/06 11:55:04.487 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=54] [task-id=54] [data-size=42B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:55:04.524 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=54] [2024/05/06 11:55:04.525 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=54] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:55:04.631 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=54] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:55:04.633 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=54] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:55:04.634 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=54] [curr-step=init] [next-step=import] [2024/05/06 11:55:04.657 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=54] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:55:04.657 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=54] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:55:04.829 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=54] [mode=Import] [2024/05/06 11:55:04.850 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=54] [2024/05/06 11:55:04.884 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=54] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:55:04.931 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=54] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:55:04.932 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=54] [step=import] [2024/05/06 11:55:04.942 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:55:04.942 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:55:04.942 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:04.942 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:55:04.943 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:04.944 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:04.944 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:55:04.944 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:55:04.944 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:04.958 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:55:04.959 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:55:04.959 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:55:04.959 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=54] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:55:04.959 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=54] [disk-quota=348.5GiB] [2024/05/06 11:55:05.002 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=54] [step=import] [subtask-id=103] [2024/05/06 11:55:05.006 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:0] [engineUUID=1e7b3aaf-1931-5e54-8538-256fb8e461db] [2024/05/06 11:55:05.009 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:-1] [engineUUID=922fc444-c86f-5359-8d65-4e59ab5cb948] [2024/05/06 11:55:05.009 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=264] [2024/05/06 11:55:05.024 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=264] [key=test.sql:0] [2024/05/06 11:55:05.026 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=264] [key=test.sql:0] [readDur=219.206µs] [encodeDur=810.514µs] [checksum="{cksum=4095868306028115111,size=66,kvs=2}"] [deliverDur=340.942µs] [type=file] [takeTime=1.781938ms] [] [2024/05/06 11:55:05.027 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=54] [step=import] [subtask-id=103] [takeTime=24.416348ms] [] [2024/05/06 11:55:05.027 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=66] [kvs=2] [files=1] [sstFileSize=977] [file=/tmp/tidb/import-4000/54/1e7b3aaf-1931-5e54-8538-256fb8e461db.sst/e9c4604a-61cd-48ff-ad06-50cb715995e6.sst] [firstKey=7480000000000001085F728000000000000001] [lastKey=7480000000000001085F728000000000000002] [2024/05/06 11:55:05.027 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=54] [step=import] [engine-id=0] [2024/05/06 11:55:05.027 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=54] [step=import] [engine-id=0] [2024/05/06 11:55:05.027 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:0] [engineUUID=1e7b3aaf-1931-5e54-8538-256fb8e461db] [2024/05/06 11:55:05.029 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:0] [engineUUID=1e7b3aaf-1931-5e54-8538-256fb8e461db] [takeTime=1.903514ms] [] [2024/05/06 11:55:05.029 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:0] [engineUUID=1e7b3aaf-1931-5e54-8538-256fb8e461db] [retryCnt=0] [2024/05/06 11:55:05.034 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:55:05.056 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=1e7b3aaf-1931-5e54-8538-256fb8e461db] ["region ranges"=1] [count=2] [size=66] [2024/05/06 11:55:05.057 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:55:05.070 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=1e7b3aaf-1931-5e54-8538-256fb8e461db] [size=66] [kvs=2] [importedSize=66] [importedCount=2] [2024/05/06 11:55:05.072 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:0] [engineUUID=1e7b3aaf-1931-5e54-8538-256fb8e461db] [retryCnt=0] [takeTime=42.766902ms] [] [2024/05/06 11:55:05.072 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:0] [engineUUID=1e7b3aaf-1931-5e54-8538-256fb8e461db] [2024/05/06 11:55:05.073 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:0] [engineUUID=1e7b3aaf-1931-5e54-8538-256fb8e461db] [takeTime=1.021985ms] [] [2024/05/06 11:55:05.073 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=54] [step=import] [engine-id=0] [2024/05/06 11:55:05.073 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:-1] [engineUUID=922fc444-c86f-5359-8d65-4e59ab5cb948] [2024/05/06 11:55:05.075 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:-1] [engineUUID=922fc444-c86f-5359-8d65-4e59ab5cb948] [takeTime=1.438476ms] [] [2024/05/06 11:55:05.075 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:-1] [engineUUID=922fc444-c86f-5359-8d65-4e59ab5cb948] [retryCnt=0] [2024/05/06 11:55:05.075 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=922fc444-c86f-5359-8d65-4e59ab5cb948] [2024/05/06 11:55:05.075 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:-1] [engineUUID=922fc444-c86f-5359-8d65-4e59ab5cb948] [retryCnt=0] [takeTime=82.228µs] [] [2024/05/06 11:55:05.075 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:-1] [engineUUID=922fc444-c86f-5359-8d65-4e59ab5cb948] [2024/05/06 11:55:05.076 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:-1] [engineUUID=922fc444-c86f-5359-8d65-4e59ab5cb948] [takeTime=832.078µs] [] [2024/05/06 11:55:05.121 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=54] [step=import] [2024/05/06 11:55:05.124 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:05.124 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:55:05.124 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:55:05.124 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:05.124 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:55:05.124 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:55:05.124 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:05.124 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:55:05.124 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:05.124 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:05.124 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:05.124 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:05.124 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:55:05.126 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:55:05.126 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:05.126 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:05.127 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:05.127 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:05.127 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=54] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=195.631682ms] [] [2024/05/06 11:55:05.200 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=54] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:55:05.201 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=54] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:55:05.202 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=54] [curr-step=import] [next-step=post-process] [2024/05/06 11:55:05.203 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=54] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:55:05.272 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=54] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":2,\"ColSizeMap\":{\"1\":2,\"2\":4}}"] [2024/05/06 11:55:05.274 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=54] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:55:05.274 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=54] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:55:05.410 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=54] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:55:05.455 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=54] [step=post-process] [subtask-id=104] [2024/05/06 11:55:05.456 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=54] [step=post-process] [subtask-id=104] [2024/05/06 11:55:05.456 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=54] [step=post-process] [subtask-id=104] [2024/05/06 11:55:05.463 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=54] [step=post-process] [subtask-id=104] [takeTime=7.467365ms] [] [2024/05/06 11:55:05.463 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=54] [step=post-process] [subtask-id=104] [groupId=-1] [size=66] [kvs=2] [checksum=4095868306028115111] [2024/05/06 11:55:05.463 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=54] [step=post-process] [subtask-id=104] [checksum="{cksum=4095868306028115111,size=66,kvs=2}"] [2024/05/06 11:55:05.463 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=54] [step=post-process] [subtask-id=104] [weight=30] [2024/05/06 11:55:05.463 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=54] [step=post-process] [subtask-id=104] [concurrency=15] [2024/05/06 11:55:05.467 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=264] [physicalTableID=264] [indexID=-1] [checksum=4095868306028115111] [totalKvs=2] [totalBytes=66] [2024/05/06 11:55:05.468 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=54] [step=post-process] [subtask-id=104] [local="{cksum=4095868306028115111,size=66,kvs=2}"] [2024/05/06 11:55:05.468 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=54] [step=post-process] [subtask-id=104] [takeTime=12.19208ms] [] [2024/05/06 11:55:05.468 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=54] [step=post-process] [subtask-id=104] [takeTime=12.446711ms] [] [2024/05/06 11:55:05.505 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=54] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=95.078416ms] [] [2024/05/06 11:55:05.570 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=54] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:55:05.570 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=54] [step=post-process] [state=running] [] [2024/05/06 11:55:05.573 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=54] [2024/05/06 11:55:05.628 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=54] [type=ImportInto] [2024/05/06 11:55:05.634 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=54] [2024/05/06 11:55:05.658 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:55:05.658 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=54] [2024/05/06 11:55:05.749 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.641674336\n# Parse_time: 0.000805561\n# Compile_time: 0.001523334\n# Rewrite_time: 0.000244095\n# Optimize_time: 0.000828734\n# Wait_TS: 0\n# DB: fail_job_after_import\n# Is_internal: false\n# Digest: 9e575a6f81478dff1d2f6842d37d7b213222f7df63b67f266d2b219ee833b464\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS42NHMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS42NHMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_csv`.`t` FROM '/tmp/TestImportIntoTestLoadSQLDump247941603/001/test.sql' FORMAT 'SQL';"] [2024/05/06 11:55:05.749 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] === RUN TestImportInto/TestMaxWriteSpeed [2024/05/06 11:55:05.759 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=187] [cur_db=fail_job_after_import] [sql="DROP DATABASE IF EXISTS load_test_write_speed;"] [user=root@%] [2024/05/06 11:55:05.761 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=187] [cur_db=fail_job_after_import] [sql="CREATE DATABASE load_test_write_speed;"] [user=root@%] [2024/05/06 11:55:05.792 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:267, Type:create schema, State:queueing, SchemaState:none, SchemaID:266, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:05.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:05.792 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:267, Type:create schema, State:queueing, SchemaState:none, SchemaID:266, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:05.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE load_test_write_speed;"] [2024/05/06 11:55:05.841 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=267] [conn=2] [category=ddl] [job="ID:267, Type:create schema, State:queueing, SchemaState:none, SchemaID:266, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:05.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:05.873 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=187] [neededSchemaVersion=188] ["start time"=958.839µs] [gotSchemaVersion=188] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:55:05.883 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=267] [version=188] [2024/05/06 11:55:05.922 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=188] ["take time"=54.497522ms] [job="ID:267, Type:create schema, State:done, SchemaState:public, SchemaID:266, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:05.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:06.020 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=267] [conn=2] [job="ID:267, Type:create schema, State:synced, SchemaState:public, SchemaID:266, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:05.765 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:06.057 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=267] [2024/05/06 11:55:06.057 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:06.062 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.301029571\n# Parse_time: 0.000458456\n# Compile_time: 0.000741749\n# Rewrite_time: 0.000031988\n# Optimize_time: 0.000902738\n# Wait_TS: 0.000294094\n# DB: fail_job_after_import\n# Is_internal: false\n# Digest: 51e97fdc2613e3aee21c06b152169d2daca432914e619b590051b0c980cfa305\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE DATABASE load_test_write_speed;"] [2024/05/06 11:55:06.065 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=188] [cur_db=fail_job_after_import] [sql="CREATE TABLE load_test_write_speed.t(a int, b int)"] [user=root@%] [2024/05/06 11:55:06.113 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:269, Type:create table, State:queueing, SchemaState:none, SchemaID:266, TableID:268, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:06.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:06.113 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:269, Type:create table, State:queueing, SchemaState:none, SchemaID:266, TableID:268, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:06.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE load_test_write_speed.t(a int, b int)"] [2024/05/06 11:55:06.152 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=269] [conn=2] [category=ddl] [job="ID:269, Type:create table, State:queueing, SchemaState:none, SchemaID:266, TableID:268, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:06.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:06.160 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 266, Table ID: 268, Table Name: t"] [2024/05/06 11:55:06.213 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=188] [neededSchemaVersion=189] ["start time"=2.293964ms] [gotSchemaVersion=189] [phyTblIDs="[268]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:55:06.224 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=269] [version=189] [2024/05/06 11:55:06.260 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=189] ["take time"=53.595904ms] [job="ID:269, Type:create table, State:done, SchemaState:public, SchemaID:266, TableID:268, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:06.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:06.337 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=269] [conn=2] [job="ID:269, Type:create table, State:synced, SchemaState:public, SchemaID:266, TableID:268, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:06.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:06.420 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=269] [2024/05/06 11:55:06.420 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:06.425 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.362759511\n# Parse_time: 0.000964477\n# Compile_time: 0.00150618\n# Rewrite_time: 0.000047085\n# Optimize_time: 0.000902738\n# Wait_TS: 0.000422703\n# DB: fail_job_after_import\n# Is_internal: false\n# Digest: fc1b1e4d47a5f290811d20628c52a2c0714628b3c6a7d1063aee53669bfc0fd7\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE load_test_write_speed.t(a int, b int);"] [2024/05/06 11:55:06.444 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:06.635 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-load/speed-test.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 11:55:06.733 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=55] [task-id=55] [data-size=7.598KiB] [thread-cnt=8] [global-sort=false] [2024/05/06 11:55:06.773 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=55] [2024/05/06 11:55:06.773 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=55] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:55:06.880 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=55] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:55:06.881 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=55] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:55:06.882 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=55] [curr-step=init] [next-step=import] [2024/05/06 11:55:06.903 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:06.906 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:55:06.906 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=7780] [2024/05/06 11:55:06.906 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=7780] [cost=59.103µs] [2024/05/06 11:55:06.906 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=185.208µs] [] [2024/05/06 11:55:06.906 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=55] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:55:06.906 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=55] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:55:07.038 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=55] [mode=Import] [2024/05/06 11:55:07.060 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=55] [2024/05/06 11:55:07.088 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=55] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:55:07.127 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=55] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:55:07.128 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=55] [step=import] [2024/05/06 11:55:07.130 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:07.138 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:55:07.138 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:55:07.139 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:07.139 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:55:07.140 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:07.140 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:55:07.140 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:07.140 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:07.140 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:55:07.154 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:55:07.156 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:55:07.156 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:55:07.156 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=55] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:55:07.156 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=55] [disk-quota=348.5GiB] [2024/05/06 11:55:07.205 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=55] [step=import] [subtask-id=105] [2024/05/06 11:55:07.210 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_test_write_speed`.`t`:0] [engineUUID=9b4a6271-0aef-5059-a34e-0bbb1ee21829] [2024/05/06 11:55:07.214 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_test_write_speed`.`t`:-1] [engineUUID=44c71187-930f-542d-8bfe-d13dfaf0891c] [2024/05/06 11:55:07.214 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=268] [2024/05/06 11:55:07.267 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=268] [key=speed-test.csv:0] [2024/05/06 11:55:07.561 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=268] [key=speed-test.csv:0] [readDur=39.722826ms] [encodeDur=244.399199ms] [checksum="{cksum=16176383463214450733,size=34744,kvs=1000}"] [deliverDur=4.578842ms] [type=file] [takeTime=293.144006ms] [] [2024/05/06 11:55:07.562 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=55] [step=import] [subtask-id=105] [takeTime=356.366684ms] [] [2024/05/06 11:55:07.562 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=34744] [kvs=1000] [files=1] [sstFileSize=12611] [file=/tmp/tidb/import-4000/55/9b4a6271-0aef-5059-a34e-0bbb1ee21829.sst/411fd6c9-678a-4dbe-85c9-e0ff196a0750.sst] [firstKey=74800000000000010C5F728000000000000001] [lastKey=74800000000000010C5F7280000000000003E8] [2024/05/06 11:55:07.562 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=55] [step=import] [engine-id=0] [2024/05/06 11:55:07.562 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=55] [step=import] [engine-id=0] [2024/05/06 11:55:07.562 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_test_write_speed`.`t`:0] [engineUUID=9b4a6271-0aef-5059-a34e-0bbb1ee21829] [2024/05/06 11:55:07.564 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_test_write_speed`.`t`:0] [engineUUID=9b4a6271-0aef-5059-a34e-0bbb1ee21829] [takeTime=2.028743ms] [] [2024/05/06 11:55:07.564 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_test_write_speed`.`t`:0] [engineUUID=9b4a6271-0aef-5059-a34e-0bbb1ee21829] [retryCnt=0] [2024/05/06 11:55:07.569 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:55:07.593 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=9b4a6271-0aef-5059-a34e-0bbb1ee21829] ["region ranges"=1] [count=1000] [size=34744] [2024/05/06 11:55:07.593 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:55:07.621 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=9b4a6271-0aef-5059-a34e-0bbb1ee21829] [size=34744] [kvs=1000] [importedSize=34744] [importedCount=1000] [2024/05/06 11:55:07.623 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_test_write_speed`.`t`:0] [engineUUID=9b4a6271-0aef-5059-a34e-0bbb1ee21829] [retryCnt=0] [takeTime=58.420898ms] [] [2024/05/06 11:55:07.623 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_test_write_speed`.`t`:0] [engineUUID=9b4a6271-0aef-5059-a34e-0bbb1ee21829] [2024/05/06 11:55:07.624 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_test_write_speed`.`t`:0] [engineUUID=9b4a6271-0aef-5059-a34e-0bbb1ee21829] [takeTime=1.319515ms] [] [2024/05/06 11:55:07.624 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=55] [step=import] [engine-id=0] [2024/05/06 11:55:07.624 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_test_write_speed`.`t`:-1] [engineUUID=44c71187-930f-542d-8bfe-d13dfaf0891c] [2024/05/06 11:55:07.626 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_test_write_speed`.`t`:-1] [engineUUID=44c71187-930f-542d-8bfe-d13dfaf0891c] [takeTime=1.607433ms] [] [2024/05/06 11:55:07.626 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_test_write_speed`.`t`:-1] [engineUUID=44c71187-930f-542d-8bfe-d13dfaf0891c] [retryCnt=0] [2024/05/06 11:55:07.626 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=44c71187-930f-542d-8bfe-d13dfaf0891c] [2024/05/06 11:55:07.626 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_test_write_speed`.`t`:-1] [engineUUID=44c71187-930f-542d-8bfe-d13dfaf0891c] [retryCnt=0] [takeTime=59.283µs] [] [2024/05/06 11:55:07.626 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_test_write_speed`.`t`:-1] [engineUUID=44c71187-930f-542d-8bfe-d13dfaf0891c] [2024/05/06 11:55:07.627 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_test_write_speed`.`t`:-1] [engineUUID=44c71187-930f-542d-8bfe-d13dfaf0891c] [takeTime=865.72µs] [] [2024/05/06 11:55:07.716 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=55] [step=import] [2024/05/06 11:55:07.721 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:55:07.721 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:07.721 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:55:07.721 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:55:07.721 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:55:07.721 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:07.721 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:55:07.721 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:07.721 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:07.721 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:07.721 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:07.721 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:07.721 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:55:07.724 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:55:07.724 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:07.724 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:07.724 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:07.724 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:07.724 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=55] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=597.570561ms] [] [2024/05/06 11:55:07.737 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=55] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:55:07.738 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=55] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:55:07.740 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=55] [curr-step=import] [next-step=post-process] [2024/05/06 11:55:07.740 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=55] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:55:07.811 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=55] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":1000,\"ColSizeMap\":{\"1\":1936,\"2\":1936}}"] [2024/05/06 11:55:07.812 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=55] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:55:07.812 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=55] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:55:07.959 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=55] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:55:08.000 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=55] [step=post-process] [subtask-id=106] [2024/05/06 11:55:08.001 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=55] [step=post-process] [subtask-id=106] [2024/05/06 11:55:08.001 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=55] [step=post-process] [subtask-id=106] [2024/05/06 11:55:08.008 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=55] [step=post-process] [subtask-id=106] [takeTime=7.247544ms] [] [2024/05/06 11:55:08.008 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=55] [step=post-process] [subtask-id=106] [groupId=-1] [size=34744] [kvs=1000] [checksum=16176383463214450733] [2024/05/06 11:55:08.008 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=55] [step=post-process] [subtask-id=106] [checksum="{cksum=16176383463214450733,size=34744,kvs=1000}"] [2024/05/06 11:55:08.008 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=55] [step=post-process] [subtask-id=106] [weight=30] [2024/05/06 11:55:08.008 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=55] [step=post-process] [subtask-id=106] [concurrency=15] [2024/05/06 11:55:08.012 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=268] [physicalTableID=268] [indexID=-1] [checksum=16176383463214450733] [totalKvs=1000] [totalBytes=34744] [2024/05/06 11:55:08.013 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=55] [step=post-process] [subtask-id=106] [local="{cksum=16176383463214450733,size=34744,kvs=1000}"] [2024/05/06 11:55:08.013 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=55] [step=post-process] [subtask-id=106] [takeTime=12.058885ms] [] [2024/05/06 11:55:08.013 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=55] [step=post-process] [subtask-id=106] [takeTime=12.247035ms] [] [2024/05/06 11:55:08.098 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=55] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=139.157467ms] [] [2024/05/06 11:55:08.112 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=55] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:55:08.112 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=55] [step=post-process] [state=running] [] [2024/05/06 11:55:08.115 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=55] [2024/05/06 11:55:08.180 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=55] [2024/05/06 11:55:08.182 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=55] [type=ImportInto] [2024/05/06 11:55:08.205 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:55:08.205 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=55] [2024/05/06 11:55:08.289 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:55:08.292 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.8621011969999999\n# Parse_time: 0.000920087\n# Compile_time: 0.001654353\n# Rewrite_time: 0.000361745\n# Optimize_time: 0.000902738\n# Wait_TS: 0\n# DB: fail_job_after_import\n# Is_internal: false\n# Digest: c6a0f7b0dd4e52574368e4cddcea93e86591e82627515cdddbb26a3629d2a409\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS44NnMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS44NnMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_test_write_speed`.`t` FROM 'gs://test-load/speed-test.csv?endpoint=http://127.0.0.1:4443/storage/v1/';"] [2024/05/06 11:55:08.305 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=189] [cur_db=fail_job_after_import] [sql="TRUNCATE TABLE load_test_write_speed.t;"] [user=root@%] [2024/05/06 11:55:08.334 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:271, Type:truncate table, State:queueing, SchemaState:none, SchemaID:266, TableID:268, RowCount:0, ArgLen:3, start time: 2024-05-06 11:55:08.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:08.334 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:271, Type:truncate table, State:queueing, SchemaState:none, SchemaID:266, TableID:268, RowCount:0, ArgLen:3, start time: 2024-05-06 11:55:08.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="TRUNCATE TABLE load_test_write_speed.t;"] [2024/05/06 11:55:08.387 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=271] [conn=2] [category=ddl] [job="ID:271, Type:truncate table, State:queueing, SchemaState:none, SchemaID:266, TableID:268, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:08.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:08.398 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 266, Table ID: 270, Table Name: t, Old Table ID: 268, Old Table Name: t"] [2024/05/06 11:55:08.439 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=189] [neededSchemaVersion=190] ["start time"=2.369319ms] [gotSchemaVersion=190] [phyTblIDs="[268,270]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 11:55:08.487 +00:00] [INFO] [syncer.go:352] ["syncer check all versions, someone is not synced"] [category=ddl] [info="instance ip , port 4000, id 13b79268-01a2-4631-adb6-11542ffedcba"] ["ddl job id"=271] [ver=190] [2024/05/06 11:55:08.488 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=271] [version=190] [2024/05/06 11:55:08.509 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=190] ["take time"=76.872362ms] [job="ID:271, Type:truncate table, State:done, SchemaState:public, SchemaID:266, TableID:268, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:08.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:08.554 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=271] [tableIDs="[268]"] [comment="drop table: table ID"] [2024/05/06 11:55:08.562 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=271] [jobType="truncate table"] [2024/05/06 11:55:08.566 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=271] [conn=2] [job="ID:271, Type:truncate table, State:synced, SchemaState:public, SchemaID:266, TableID:268, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:08.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:08.628 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=271] [2024/05/06 11:55:08.628 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:08.633 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.329199129\n# Parse_time: 0.000450559\n# Compile_time: 0.00085619\n# Rewrite_time: 0.000042431\n# Optimize_time: 0.001792444\n# Wait_TS: 0.000349726\n# DB: fail_job_after_import\n# Is_internal: false\n# Digest: 8335c0f5a674c362ca804edef924d7641c9291afa0c75e736a126089ad41d921\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nTRUNCATE TABLE load_test_write_speed.t;"] [2024/05/06 11:55:08.651 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:08.844 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-load/speed-test.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"max_write_speed\":\"6000\"}}"] [dist-task-enabled=true] [2024/05/06 11:55:08.981 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=56] [task-id=56] [data-size=7.598KiB] [thread-cnt=8] [global-sort=false] [2024/05/06 11:55:09.025 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=56] [2024/05/06 11:55:09.025 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=56] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:55:09.132 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=56] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:55:09.134 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=56] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:55:09.135 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=56] [curr-step=init] [next-step=import] [2024/05/06 11:55:09.157 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:09.160 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:55:09.160 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=7780] [2024/05/06 11:55:09.160 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=7780] [cost=69.222µs] [2024/05/06 11:55:09.160 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=187.775µs] [] [2024/05/06 11:55:09.161 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=56] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:55:09.161 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=56] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:55:09.282 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=56] [mode=Import] [2024/05/06 11:55:09.302 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=56] [2024/05/06 11:55:09.390 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=56] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:55:09.437 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=56] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:55:09.439 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=56] [step=import] [2024/05/06 11:55:09.441 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:09.450 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:55:09.450 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:55:09.451 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:09.451 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:55:09.452 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:09.452 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:09.452 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:55:09.452 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:09.452 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:55:09.467 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:55:09.469 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:55:09.469 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:55:09.469 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=56] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:55:09.469 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=56] [disk-quota=348.5GiB] [2024/05/06 11:55:09.511 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=56] [step=import] [subtask-id=107] [2024/05/06 11:55:09.515 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_test_write_speed`.`t`:0] [engineUUID=9b4a6271-0aef-5059-a34e-0bbb1ee21829] [2024/05/06 11:55:09.518 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_test_write_speed`.`t`:-1] [engineUUID=44c71187-930f-542d-8bfe-d13dfaf0891c] [2024/05/06 11:55:09.519 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=270] [2024/05/06 11:55:09.526 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=270] [key=speed-test.csv:0] [2024/05/06 11:55:09.709 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=270] [key=speed-test.csv:0] [readDur=29.922938ms] [encodeDur=143.250469ms] [checksum="{cksum=16176383463214450733,size=34744,kvs=1000}"] [deliverDur=4.994959ms] [type=file] [takeTime=182.326048ms] [] [2024/05/06 11:55:09.710 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=56] [step=import] [subtask-id=107] [takeTime=198.837395ms] [] [2024/05/06 11:55:09.710 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=34744] [kvs=1000] [files=1] [sstFileSize=12611] [file=/tmp/tidb/import-4000/56/9b4a6271-0aef-5059-a34e-0bbb1ee21829.sst/23d4e428-fe7d-4970-9d50-14903b41b8a2.sst] [firstKey=74800000000000010E5F728000000000000001] [lastKey=74800000000000010E5F7280000000000003E8] [2024/05/06 11:55:09.710 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=56] [step=import] [engine-id=0] [2024/05/06 11:55:09.710 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=56] [step=import] [engine-id=0] [2024/05/06 11:55:09.710 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_test_write_speed`.`t`:0] [engineUUID=9b4a6271-0aef-5059-a34e-0bbb1ee21829] [2024/05/06 11:55:09.712 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_test_write_speed`.`t`:0] [engineUUID=9b4a6271-0aef-5059-a34e-0bbb1ee21829] [takeTime=2.252095ms] [] [2024/05/06 11:55:09.712 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_test_write_speed`.`t`:0] [engineUUID=9b4a6271-0aef-5059-a34e-0bbb1ee21829] [retryCnt=0] [2024/05/06 11:55:09.717 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:55:09.783 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=9b4a6271-0aef-5059-a34e-0bbb1ee21829] ["region ranges"=1] [count=1000] [size=34744] [2024/05/06 11:55:09.783 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:55:19.393 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=9b4a6271-0aef-5059-a34e-0bbb1ee21829] [size=34744] [kvs=1000] [importedSize=34744] [importedCount=1000] [2024/05/06 11:55:19.395 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_test_write_speed`.`t`:0] [engineUUID=9b4a6271-0aef-5059-a34e-0bbb1ee21829] [retryCnt=0] [takeTime=9.682472806s] [] [2024/05/06 11:55:19.395 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_test_write_speed`.`t`:0] [engineUUID=9b4a6271-0aef-5059-a34e-0bbb1ee21829] [2024/05/06 11:55:19.397 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_test_write_speed`.`t`:0] [engineUUID=9b4a6271-0aef-5059-a34e-0bbb1ee21829] [takeTime=1.530972ms] [] [2024/05/06 11:55:19.397 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=56] [step=import] [engine-id=0] [2024/05/06 11:55:19.397 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_test_write_speed`.`t`:-1] [engineUUID=44c71187-930f-542d-8bfe-d13dfaf0891c] [2024/05/06 11:55:19.399 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_test_write_speed`.`t`:-1] [engineUUID=44c71187-930f-542d-8bfe-d13dfaf0891c] [takeTime=1.882939ms] [] [2024/05/06 11:55:19.399 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_test_write_speed`.`t`:-1] [engineUUID=44c71187-930f-542d-8bfe-d13dfaf0891c] [retryCnt=0] [2024/05/06 11:55:19.399 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=44c71187-930f-542d-8bfe-d13dfaf0891c] [2024/05/06 11:55:19.399 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_test_write_speed`.`t`:-1] [engineUUID=44c71187-930f-542d-8bfe-d13dfaf0891c] [retryCnt=0] [takeTime=86.781µs] [] [2024/05/06 11:55:19.399 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_test_write_speed`.`t`:-1] [engineUUID=44c71187-930f-542d-8bfe-d13dfaf0891c] [2024/05/06 11:55:19.400 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_test_write_speed`.`t`:-1] [engineUUID=44c71187-930f-542d-8bfe-d13dfaf0891c] [takeTime=998.282µs] [] [2024/05/06 11:55:19.452 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=56] [step=import] [2024/05/06 11:55:19.455 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=56] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:55:19.456 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:19.456 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:55:19.456 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:55:19.456 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:55:19.457 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:55:19.456 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:55:19.456 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:19.457 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=1] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:19.457 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:19.457 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:19.457 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=1] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:19.457 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:19.457 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=56] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:55:19.457 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:55:19.458 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=56] [curr-step=import] [next-step=post-process] [2024/05/06 11:55:19.458 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=56] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:55:19.459 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:55:19.459 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:19.459 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:19.459 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=1] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:19.459 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:19.459 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=56] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=10.021666351s] [] [2024/05/06 11:55:19.530 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=56] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":1000,\"ColSizeMap\":{\"1\":1936,\"2\":1936}}"] [2024/05/06 11:55:19.532 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=56] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:55:19.532 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=56] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:55:19.661 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=56] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:55:19.714 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=56] [step=post-process] [subtask-id=108] [2024/05/06 11:55:19.714 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=56] [step=post-process] [subtask-id=108] [2024/05/06 11:55:19.714 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=56] [step=post-process] [subtask-id=108] [2024/05/06 11:55:19.722 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=56] [step=post-process] [subtask-id=108] [takeTime=8.150645ms] [] [2024/05/06 11:55:19.722 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=56] [step=post-process] [subtask-id=108] [groupId=-1] [size=34744] [kvs=1000] [checksum=16176383463214450733] [2024/05/06 11:55:19.722 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=56] [step=post-process] [subtask-id=108] [checksum="{cksum=16176383463214450733,size=34744,kvs=1000}"] [2024/05/06 11:55:19.722 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=56] [step=post-process] [subtask-id=108] [weight=30] [2024/05/06 11:55:19.722 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=56] [step=post-process] [subtask-id=108] [concurrency=15] [2024/05/06 11:55:19.727 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=270] [physicalTableID=270] [indexID=-1] [checksum=16176383463214450733] [totalKvs=1000] [totalBytes=34744] [2024/05/06 11:55:19.727 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=56] [step=post-process] [subtask-id=108] [local="{cksum=16176383463214450733,size=34744,kvs=1000}"] [2024/05/06 11:55:19.727 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=56] [step=post-process] [subtask-id=108] [takeTime=13.603142ms] [] [2024/05/06 11:55:19.728 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=56] [step=post-process] [subtask-id=108] [takeTime=13.822551ms] [] [2024/05/06 11:55:19.834 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=56] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=172.491979ms] [] [2024/05/06 11:55:19.852 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=56] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:55:19.852 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=56] [step=post-process] [state=running] [] [2024/05/06 11:55:19.855 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=56] [2024/05/06 11:55:19.921 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=56] [type=ImportInto] [2024/05/06 11:55:19.931 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=56] [2024/05/06 11:55:19.957 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:55:19.957 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=56] [2024/05/06 11:55:20.038 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:55:20.140 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 11.505438017\n# Parse_time: 0.001710883\n# Compile_time: 0.00224989\n# Rewrite_time: 0.000451548\n# Optimize_time: 0.001792444\n# Wait_TS: 0\n# DB: fail_job_after_import\n# Is_internal: false\n# Digest: 04f04373b72ffdbdd137a8a7de208efc8c33b2081143ab690be1cc5d83040dc8\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MTEuNXMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MTEuNXMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_test_write_speed`.`t` FROM 'gs://test-load/speed-test.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH max_write_speed=_UTF8MB4'6000';"] === RUN TestImportInto/TestMultiValueIndex [2024/05/06 11:55:20.196 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=190] [cur_db=fail_job_after_import] [sql="DROP DATABASE IF EXISTS load_csv;"] [user=root@%] [2024/05/06 11:55:20.225 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:272, Type:drop schema, State:queueing, SchemaState:public, SchemaID:260, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:20.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="DROP DATABASE IF EXISTS load_csv;"] [2024/05/06 11:55:20.225 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:272, Type:drop schema, State:queueing, SchemaState:public, SchemaID:260, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:20.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:20.274 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=272] [conn=2] [category=ddl] [job="ID:272, Type:drop schema, State:queueing, SchemaState:public, SchemaID:260, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:20.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:20.315 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=190] [neededSchemaVersion=191] ["start time"=285.719µs] [gotSchemaVersion=191] [phyTblIDs="[264]"] [actionTypes="[2]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:55:20.326 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=272] [version=191] [2024/05/06 11:55:20.364 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=191] ["take time"=53.370592ms] [job="ID:272, Type:drop schema, State:running, SchemaState:write only, SchemaID:260, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:20.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:20.429 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=272] [conn=2] [category=ddl] [job="ID:272, Type:drop schema, State:running, SchemaState:write only, SchemaID:260, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:20.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:20.470 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=191] [neededSchemaVersion=192] ["start time"=202.012µs] [gotSchemaVersion=192] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:55:20.483 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=272] [version=192] [2024/05/06 11:55:20.518 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=192] ["take time"=53.746967ms] [job="ID:272, Type:drop schema, State:running, SchemaState:delete only, SchemaID:260, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:20.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:20.593 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=272] [conn=2] [category=ddl] [job="ID:272, Type:drop schema, State:running, SchemaState:delete only, SchemaID:260, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:20.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:20.630 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=192] [neededSchemaVersion=193] ["start time"=265.235µs] [gotSchemaVersion=193] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:55:20.644 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=272] [version=193] [2024/05/06 11:55:20.706 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=193] ["take time"=79.807092ms] [job="ID:272, Type:drop schema, State:done, SchemaState:none, SchemaID:260, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:20.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:20.761 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=272] [tableIDs="[264]"] [comment="drop schema: table IDs"] [2024/05/06 11:55:20.769 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=272] [jobType="drop schema"] [2024/05/06 11:55:20.774 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=272] [conn=2] [job="ID:272, Type:drop schema, State:synced, SchemaState:none, SchemaID:260, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:20.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:20.835 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=272] [2024/05/06 11:55:20.835 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:20.840 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.64544035\n# Parse_time: 0.000605865\n# Compile_time: 0.000910608\n# Rewrite_time: 0.000066885\n# Optimize_time: 0.043944853\n# Wait_TS: 0.00044557\n# DB: fail_job_after_import\n# Is_internal: false\n# Digest: 90823b624f9f7165ddb142ce332b9bfc34fed2bbf1bc11ef3d4787cd1598b726\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nDROP DATABASE IF EXISTS load_csv;"] [2024/05/06 11:55:20.842 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=193] [cur_db=fail_job_after_import] [sql="CREATE DATABASE load_csv;"] [user=root@%] [2024/05/06 11:55:20.877 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:274, Type:create schema, State:queueing, SchemaState:none, SchemaID:273, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:20.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:20.877 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:274, Type:create schema, State:queueing, SchemaState:none, SchemaID:273, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:20.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE load_csv;"] [2024/05/06 11:55:20.944 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=274] [conn=2] [category=ddl] [job="ID:274, Type:create schema, State:queueing, SchemaState:none, SchemaID:273, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:20.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:20.977 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=193] [neededSchemaVersion=194] ["start time"=1.03585ms] [gotSchemaVersion=194] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:55:20.988 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=274] [version=194] [2024/05/06 11:55:21.026 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=194] ["take time"=53.393408ms] [job="ID:274, Type:create schema, State:done, SchemaState:public, SchemaID:273, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:20.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:21.080 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=274] [conn=2] [job="ID:274, Type:create schema, State:synced, SchemaState:public, SchemaID:273, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:20.815 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:21.108 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=274] [2024/05/06 11:55:21.108 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:21.116 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=194] [cur_db=fail_job_after_import] [sql="CREATE TABLE load_csv.t (\n\t\ti INT, j JSON,\n\t\tKEY idx ((cast(j as signed array)))\n\t\t);"] [user=root@%] [2024/05/06 11:55:21.211 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:276, Type:create table, State:queueing, SchemaState:none, SchemaID:273, TableID:275, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:21.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:21.211 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:276, Type:create table, State:queueing, SchemaState:none, SchemaID:273, TableID:275, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:21.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE load_csv.t (\n\t\ti INT, j JSON,\n\t\tKEY idx ((cast(j as signed array)))\n\t\t);"] [2024/05/06 11:55:21.293 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=276] [conn=2] [category=ddl] [job="ID:276, Type:create table, State:queueing, SchemaState:none, SchemaID:273, TableID:275, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:21.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:21.304 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 273, Table ID: 275, Table Name: t"] [2024/05/06 11:55:21.383 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=194] [neededSchemaVersion=195] ["start time"=3.30155ms] [gotSchemaVersion=195] [phyTblIDs="[275]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:55:21.394 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=276] [version=195] [2024/05/06 11:55:21.428 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=195] ["take time"=53.144258ms] [job="ID:276, Type:create table, State:done, SchemaState:public, SchemaID:273, TableID:275, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:21.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:21.479 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=276] [conn=2] [job="ID:276, Type:create table, State:synced, SchemaState:public, SchemaID:273, TableID:275, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:21.116 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:21.537 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=276] [2024/05/06 11:55:21.537 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:21.541 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.428774381\n# Parse_time: 0.002092457\n# Compile_time: 0.001917652\n# Rewrite_time: 0.00006807\n# Optimize_time: 0.043944853\n# Wait_TS: 0.000423614\n# DB: fail_job_after_import\n# Is_internal: false\n# Digest: ab5f748f48c5c7084ecd98ad836f1e9061f2499e8f8814748bbe3dd828841f88\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE load_csv.t ( i INT, j JSON, KEY idx ((cast(j as signed array))) );"] [2024/05/06 11:55:21.559 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:21.791 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-load-csv/1.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"skip_rows\":\"1\"}}"] [dist-task-enabled=true] [2024/05/06 11:55:21.896 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=57] [task-id=57] [data-size=27B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:55:21.945 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=57] [2024/05/06 11:55:21.945 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=57] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:55:22.052 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=57] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:55:22.053 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=57] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:55:22.055 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=57] [curr-step=init] [next-step=import] [2024/05/06 11:55:22.118 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:22.121 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:55:22.121 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=27] [2024/05/06 11:55:22.121 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=27] [cost=69.028µs] [2024/05/06 11:55:22.121 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=224.378µs] [] [2024/05/06 11:55:22.122 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=57] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:55:22.122 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=57] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:55:22.267 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=57] [mode=Import] [2024/05/06 11:55:22.288 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=57] [2024/05/06 11:55:22.316 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=57] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:55:22.367 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=57] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:55:22.369 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=57] [step=import] [2024/05/06 11:55:22.371 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:22.380 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:55:22.380 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:55:22.380 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:22.380 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:55:22.381 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:22.381 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:55:22.381 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:22.381 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:55:22.381 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:22.396 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:55:22.398 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:55:22.398 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:55:22.398 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=57] [step=import] [data=236.3MiB] [per-index=78.77MiB] [2024/05/06 11:55:22.398 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=57] [disk-quota=348.5GiB] [2024/05/06 11:55:22.450 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=57] [step=import] [subtask-id=109] [2024/05/06 11:55:22.454 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:0] [engineUUID=1e7b3aaf-1931-5e54-8538-256fb8e461db] [2024/05/06 11:55:22.457 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:-1] [engineUUID=922fc444-c86f-5359-8d65-4e59ab5cb948] [2024/05/06 11:55:22.458 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=275] [2024/05/06 11:55:22.528 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=275] [key=1.csv:0] [2024/05/06 11:55:22.532 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=275] [key=1.csv:0] [readDur=312.853µs] [encodeDur=2.182346ms] [checksum="{cksum=759382885805277567,size=388,kvs=8}"] [deliverDur=1.059047ms] [type=file] [takeTime=4.186189ms] [] [2024/05/06 11:55:22.534 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=57] [step=import] [subtask-id=109] [takeTime=84.095802ms] [] [2024/05/06 11:55:22.534 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=160] [kvs=2] [files=1] [sstFileSize=1035] [file=/tmp/tidb/import-4000/57/1e7b3aaf-1931-5e54-8538-256fb8e461db.sst/c969295d-a5a2-4ece-aee7-b79176f4c835.sst] [firstKey=7480000000000001135F728000000000000001] [lastKey=7480000000000001135F728000000000000002] [2024/05/06 11:55:22.534 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=57] [step=import] [engine-id=0] [2024/05/06 11:55:22.534 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=57] [step=import] [engine-id=0] [2024/05/06 11:55:22.534 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:0] [engineUUID=1e7b3aaf-1931-5e54-8538-256fb8e461db] [2024/05/06 11:55:22.537 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:0] [engineUUID=1e7b3aaf-1931-5e54-8538-256fb8e461db] [takeTime=2.476274ms] [] [2024/05/06 11:55:22.537 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:0] [engineUUID=1e7b3aaf-1931-5e54-8538-256fb8e461db] [retryCnt=0] [2024/05/06 11:55:22.543 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:55:22.565 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=1e7b3aaf-1931-5e54-8538-256fb8e461db] ["region ranges"=1] [count=2] [size=160] [2024/05/06 11:55:22.565 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:55:22.580 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=1e7b3aaf-1931-5e54-8538-256fb8e461db] [size=160] [kvs=2] [importedSize=160] [importedCount=2] [2024/05/06 11:55:22.581 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:0] [engineUUID=1e7b3aaf-1931-5e54-8538-256fb8e461db] [retryCnt=0] [takeTime=44.128276ms] [] [2024/05/06 11:55:22.581 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:0] [engineUUID=1e7b3aaf-1931-5e54-8538-256fb8e461db] [2024/05/06 11:55:22.583 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:0] [engineUUID=1e7b3aaf-1931-5e54-8538-256fb8e461db] [takeTime=1.215819ms] [] [2024/05/06 11:55:22.583 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=57] [step=import] [engine-id=0] [2024/05/06 11:55:22.583 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:-1] [engineUUID=922fc444-c86f-5359-8d65-4e59ab5cb948] [2024/05/06 11:55:22.583 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=228] [kvs=6] [files=1] [sstFileSize=1027] [file=/tmp/tidb/import-4000/57/922fc444-c86f-5359-8d65-4e59ab5cb948.sst/71253700-1c99-433d-9b9a-8788fc2af6b4.sst] [firstKey=7480000000000001135F698000000000000001038000000000000001038000000000000001] [lastKey=7480000000000001135F698000000000000001038000000000000004038000000000000002] [2024/05/06 11:55:22.586 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:-1] [engineUUID=922fc444-c86f-5359-8d65-4e59ab5cb948] [takeTime=2.661663ms] [] [2024/05/06 11:55:22.586 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:-1] [engineUUID=922fc444-c86f-5359-8d65-4e59ab5cb948] [retryCnt=0] [2024/05/06 11:55:22.590 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:55:22.612 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=922fc444-c86f-5359-8d65-4e59ab5cb948] ["region ranges"=1] [count=6] [size=228] [2024/05/06 11:55:22.612 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:55:22.628 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=922fc444-c86f-5359-8d65-4e59ab5cb948] [size=228] [kvs=6] [importedSize=228] [importedCount=6] [2024/05/06 11:55:22.631 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:-1] [engineUUID=922fc444-c86f-5359-8d65-4e59ab5cb948] [retryCnt=0] [takeTime=44.836837ms] [] [2024/05/06 11:55:22.631 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:-1] [engineUUID=922fc444-c86f-5359-8d65-4e59ab5cb948] [2024/05/06 11:55:22.632 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_csv`.`t`:-1] [engineUUID=922fc444-c86f-5359-8d65-4e59ab5cb948] [takeTime=1.226154ms] [] [2024/05/06 11:55:22.688 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=57] [step=import] [2024/05/06 11:55:22.693 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:55:22.693 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:22.693 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:55:22.693 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:55:22.693 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:22.693 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:55:22.693 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:55:22.693 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:22.693 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:22.693 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:22.693 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:22.693 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:22.693 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:55:22.696 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:55:22.696 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:22.696 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:22.696 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:22.696 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:22.696 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=57] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=329.457887ms] [] [2024/05/06 11:55:22.771 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=57] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:55:22.773 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=57] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:55:22.775 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=57] [curr-step=import] [next-step=post-process] [2024/05/06 11:55:22.775 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=57] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:55:22.861 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=57] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":2,\"ColSizeMap\":{\"1\":2,\"2\":96,\"3\":96}}"] [2024/05/06 11:55:22.863 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=57] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:55:22.863 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=57] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:55:23.065 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=57] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:55:23.111 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=57] [step=post-process] [subtask-id=110] [2024/05/06 11:55:23.111 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=57] [step=post-process] [subtask-id=110] [2024/05/06 11:55:23.111 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=57] [step=post-process] [subtask-id=110] [2024/05/06 11:55:23.119 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=57] [step=post-process] [subtask-id=110] [takeTime=8.064157ms] [] [2024/05/06 11:55:23.119 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=57] [step=post-process] [subtask-id=110] [groupId=-1] [size=160] [kvs=2] [checksum=15615775900203205091] [2024/05/06 11:55:23.119 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=57] [step=post-process] [subtask-id=110] [groupId=1] [size=228] [kvs=6] [checksum=15150038536865480860] [2024/05/06 11:55:23.120 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=57] [step=post-process] [subtask-id=110] [checksum="{cksum=759382885805277567,size=388,kvs=8}"] [2024/05/06 11:55:23.120 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=57] [step=post-process] [subtask-id=110] [weight=30] [2024/05/06 11:55:23.120 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=57] [step=post-process] [subtask-id=110] [concurrency=15] [2024/05/06 11:55:23.129 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=275] [physicalTableID=275] [indexID=-1] [checksum=15615775900203205091] [totalKvs=2] [totalBytes=160] [2024/05/06 11:55:23.130 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=275] [physicalTableID=275] [indexID=1] [checksum=15150038536865480860] [totalKvs=6] [totalBytes=228] [2024/05/06 11:55:23.131 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=57] [step=post-process] [subtask-id=110] [local="{cksum=759382885805277567,size=388,kvs=8}"] [2024/05/06 11:55:23.131 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=57] [step=post-process] [subtask-id=110] [takeTime=19.777414ms] [] [2024/05/06 11:55:23.131 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=57] [step=post-process] [subtask-id=110] [takeTime=20.027726ms] [] [2024/05/06 11:55:23.171 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=57] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:55:23.171 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=57] [step=post-process] [state=running] [] [2024/05/06 11:55:23.174 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=57] [2024/05/06 11:55:23.180 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=57] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=114.87314ms] [] [2024/05/06 11:55:23.235 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=57] [type=ImportInto] [2024/05/06 11:55:23.251 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=57] [2024/05/06 11:55:23.280 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:55:23.280 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=57] [2024/05/06 11:55:23.425 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:55:23.455 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.912963881\n# Parse_time: 0.00066581\n# Compile_time: 0.003287201\n# Rewrite_time: 0.001890395\n# Optimize_time: 0.043944853\n# Wait_TS: 0\n# DB: fail_job_after_import\n# Is_internal: false\n# Digest: 0d1383d0b5339f79a3a736580e3d461eac7dbd04232f42cb436a9c3d912d3791\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS45MXMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS45MXMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_csv`.`t` FROM 'gs://test-load-csv/1.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH skip_rows=1;"] === RUN TestImportInto/TestOtherCharset [2024/05/06 11:55:23.465 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=195] [cur_db=fail_job_after_import] [sql="DROP DATABASE IF EXISTS load_charset;"] [user=root@%] [2024/05/06 11:55:23.495 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:277, Type:drop schema, State:queueing, SchemaState:public, SchemaID:181, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:23.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:23.495 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:277, Type:drop schema, State:queueing, SchemaState:public, SchemaID:181, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:23.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="DROP DATABASE IF EXISTS load_charset;"] [2024/05/06 11:55:23.543 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=277] [conn=2] [category=ddl] [job="ID:277, Type:drop schema, State:queueing, SchemaState:public, SchemaID:181, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:23.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:23.580 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=195] [neededSchemaVersion=196] ["start time"=306.187µs] [gotSchemaVersion=196] [phyTblIDs="[185,189]"] [actionTypes="[2,2]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:55:23.590 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=277] [version=196] [2024/05/06 11:55:23.630 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=196] ["take time"=55.0096ms] [job="ID:277, Type:drop schema, State:running, SchemaState:write only, SchemaID:181, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:23.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:23.682 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=277] [conn=2] [category=ddl] [job="ID:277, Type:drop schema, State:running, SchemaState:write only, SchemaID:181, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:23.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:23.711 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=196] [neededSchemaVersion=197] ["start time"=253.702µs] [gotSchemaVersion=197] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:55:23.723 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=277] [version=197] [2024/05/06 11:55:23.760 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=197] ["take time"=53.105913ms] [job="ID:277, Type:drop schema, State:running, SchemaState:delete only, SchemaID:181, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:23.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:23.795 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=277] [conn=2] [category=ddl] [job="ID:277, Type:drop schema, State:running, SchemaState:delete only, SchemaID:181, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:23.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:23.884 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=197] [neededSchemaVersion=198] ["start time"=247.729µs] [gotSchemaVersion=198] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:55:23.900 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=277] [version=198] [2024/05/06 11:55:23.932 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=198] ["take time"=54.05185ms] [job="ID:277, Type:drop schema, State:done, SchemaState:none, SchemaID:181, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:23.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:23.999 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=277] [tableIDs="[185,189]"] [comment="drop schema: table IDs"] [2024/05/06 11:55:24.010 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=277] [jobType="drop schema"] [2024/05/06 11:55:24.014 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=277] [conn=2] [job="ID:277, Type:drop schema, State:synced, SchemaState:none, SchemaID:181, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:23.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:24.067 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=277] [2024/05/06 11:55:24.067 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:24.072 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.607461373\n# Parse_time: 0.000485992\n# Compile_time: 0.000630769\n# Rewrite_time: 0.000038244\n# Optimize_time: 0.001189929\n# Wait_TS: 0.000378155\n# DB: fail_job_after_import\n# Is_internal: false\n# Digest: 9d059d981e546df73398436d4f99de561758c094fc4fd9582b96b223784e782a\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nDROP DATABASE IF EXISTS load_charset;"] [2024/05/06 11:55:24.073 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=198] [cur_db=fail_job_after_import] [sql="CREATE DATABASE load_charset;"] [user=root@%] [2024/05/06 11:55:24.105 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:279, Type:create schema, State:queueing, SchemaState:none, SchemaID:278, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:24.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:24.105 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:279, Type:create schema, State:queueing, SchemaState:none, SchemaID:278, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:24.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE load_charset;"] [2024/05/06 11:55:24.170 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=279] [conn=2] [category=ddl] [job="ID:279, Type:create schema, State:queueing, SchemaState:none, SchemaID:278, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:24.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:24.208 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=198] [neededSchemaVersion=199] ["start time"=1.470246ms] [gotSchemaVersion=199] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:55:24.220 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=279] [version=199] [2024/05/06 11:55:24.255 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=199] ["take time"=53.496843ms] [job="ID:279, Type:create schema, State:done, SchemaState:public, SchemaID:278, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:24.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:24.294 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=279] [conn=2] [job="ID:279, Type:create schema, State:synced, SchemaState:public, SchemaID:278, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:24.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:24.363 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=279] [2024/05/06 11:55:24.363 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:24.371 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=199] [cur_db=fail_job_after_import] [sql="CREATE TABLE load_charset.utf8 (\n\t\ti INT, j VARCHAR(255)\n\t\t) CHARACTER SET utf8;"] [user=root@%] [2024/05/06 11:55:24.420 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:281, Type:create table, State:queueing, SchemaState:none, SchemaID:278, TableID:280, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:24.365 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:24.420 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:281, Type:create table, State:queueing, SchemaState:none, SchemaID:278, TableID:280, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:24.365 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE load_charset.utf8 (\n\t\ti INT, j VARCHAR(255)\n\t\t) CHARACTER SET utf8;"] [2024/05/06 11:55:24.473 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=281] [conn=2] [category=ddl] [job="ID:281, Type:create table, State:queueing, SchemaState:none, SchemaID:278, TableID:280, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:24.365 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:24.481 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 278, Table ID: 280, Table Name: utf8"] [2024/05/06 11:55:24.533 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=199] [neededSchemaVersion=200] ["start time"=2.29745ms] [gotSchemaVersion=200] [phyTblIDs="[280]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:55:24.545 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=281] [version=200] [2024/05/06 11:55:24.580 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=200] ["take time"=53.900917ms] [job="ID:281, Type:create table, State:done, SchemaState:public, SchemaID:278, TableID:280, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:24.365 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:24.631 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=281] [conn=2] [job="ID:281, Type:create table, State:synced, SchemaState:public, SchemaID:278, TableID:280, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:24.365 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:24.671 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=281] [2024/05/06 11:55:24.671 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:24.674 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.305296354\n# Parse_time: 0.001215307\n# Compile_time: 0.001201124\n# Rewrite_time: 0.000080461\n# Optimize_time: 0.001189929\n# Wait_TS: 0.000350987\n# DB: fail_job_after_import\n# Is_internal: false\n# Digest: 3184cc8fd358ad81e4fb7ae1d06af11772b600250b3b3c205d0acd1bb07c4fdb\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE load_charset.utf8 ( i INT, j VARCHAR(255) ) CHARACTER SET utf8;"] [2024/05/06 11:55:24.676 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=200] [cur_db=fail_job_after_import] [sql="CREATE TABLE load_charset.utf8mb4 (\n\t\ti INT, j VARCHAR(255)\n\t\t) CHARACTER SET utf8mb4;"] [user=root@%] [2024/05/06 11:55:24.719 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:283, Type:create table, State:queueing, SchemaState:none, SchemaID:278, TableID:282, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:24.666 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:24.719 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:283, Type:create table, State:queueing, SchemaState:none, SchemaID:278, TableID:282, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:24.666 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE load_charset.utf8mb4 (\n\t\ti INT, j VARCHAR(255)\n\t\t) CHARACTER SET utf8mb4;"] [2024/05/06 11:55:24.833 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=283] [conn=2] [category=ddl] [job="ID:283, Type:create table, State:queueing, SchemaState:none, SchemaID:278, TableID:282, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:24.666 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:24.842 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 278, Table ID: 282, Table Name: utf8mb4"] [2024/05/06 11:55:24.892 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=200] [neededSchemaVersion=201] ["start time"=2.756902ms] [gotSchemaVersion=201] [phyTblIDs="[282]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:55:24.905 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=283] [version=201] [2024/05/06 11:55:24.938 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=201] ["take time"=53.657894ms] [job="ID:283, Type:create table, State:done, SchemaState:public, SchemaID:278, TableID:282, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:24.666 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:24.981 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=283] [conn=2] [job="ID:283, Type:create table, State:synced, SchemaState:public, SchemaID:278, TableID:282, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:24.666 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:25.016 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=283] [2024/05/06 11:55:25.016 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:25.020 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.344967171\n# Parse_time: 0.000566832\n# Compile_time: 0.000897563\n# Rewrite_time: 0.000050046\n# Optimize_time: 0.001189929\n# Wait_TS: 0.000287402\n# DB: fail_job_after_import\n# Is_internal: false\n# Digest: 8571b0835bd6580e6df533d1e89e5c4f1cdd6f8d878f83f3d4e14b8b1dbb3267\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE load_charset.utf8mb4 ( i INT, j VARCHAR(255) ) CHARACTER SET utf8mb4;"] [2024/05/06 11:55:25.036 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:25.298 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-load/utf8.tsv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"character_set\":\"utf8\"}}"] [dist-task-enabled=true] [2024/05/06 11:55:25.409 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=58] [task-id=58] [data-size=29B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:55:25.450 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=58] [2024/05/06 11:55:25.450 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=58] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:55:25.556 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=58] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:55:25.557 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=58] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:55:25.559 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=58] [curr-step=init] [next-step=import] [2024/05/06 11:55:25.580 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:25.583 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=utf8] [2024/05/06 11:55:25.583 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=utf8] [before=536870912000] [after=29] [2024/05/06 11:55:25.583 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=utf8] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=29] [cost=81.764µs] [2024/05/06 11:55:25.583 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=utf8] [takeTime=277.584µs] [] [2024/05/06 11:55:25.583 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=58] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:55:25.583 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=58] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:55:25.761 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=58] [mode=Import] [2024/05/06 11:55:25.782 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=58] [2024/05/06 11:55:25.787 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=58] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:55:25.844 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=58] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:55:25.845 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=58] [step=import] [2024/05/06 11:55:25.847 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:25.856 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:55:25.856 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:55:25.857 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:25.857 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:55:25.858 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:25.858 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:25.858 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:55:25.858 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:55:25.858 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:25.874 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:55:25.876 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:55:25.876 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=utf8] [quota=374.2GB] [2024/05/06 11:55:25.876 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=58] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:55:25.876 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=utf8] [import-id=58] [disk-quota=348.5GiB] [2024/05/06 11:55:25.926 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=58] [step=import] [subtask-id=111] [2024/05/06 11:55:25.930 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8`:0] [engineUUID=11721d0c-587e-542e-9623-9a54305cb4a0] [2024/05/06 11:55:25.934 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8`:-1] [engineUUID=540acf73-6ec3-5b55-85b2-3744f849f236] [2024/05/06 11:55:25.934 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=280] [2024/05/06 11:55:25.942 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=280] [key=utf8.tsv:0] [2024/05/06 11:55:25.946 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=280] [key=utf8.tsv:0] [readDur=1.549976ms] [encodeDur=1.250838ms] [checksum="{cksum=13472460632354338593,size=88,kvs=2}"] [deliverDur=289.59µs] [type=file] [takeTime=3.519386ms] [] [2024/05/06 11:55:25.947 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=58] [step=import] [subtask-id=111] [takeTime=21.037555ms] [] [2024/05/06 11:55:25.947 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=88] [kvs=2] [files=1] [sstFileSize=999] [file=/tmp/tidb/import-4000/58/11721d0c-587e-542e-9623-9a54305cb4a0.sst/9b464bb1-c593-432b-96bd-f4349ee8efea.sst] [firstKey=7480000000000001185F728000000000000001] [lastKey=7480000000000001185F728000000000000002] [2024/05/06 11:55:25.947 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=58] [step=import] [engine-id=0] [2024/05/06 11:55:25.947 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=58] [step=import] [engine-id=0] [2024/05/06 11:55:25.947 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8`:0] [engineUUID=11721d0c-587e-542e-9623-9a54305cb4a0] [2024/05/06 11:55:25.949 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8`:0] [engineUUID=11721d0c-587e-542e-9623-9a54305cb4a0] [takeTime=2.116754ms] [] [2024/05/06 11:55:25.949 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8`:0] [engineUUID=11721d0c-587e-542e-9623-9a54305cb4a0] [retryCnt=0] [2024/05/06 11:55:25.955 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:55:25.977 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=11721d0c-587e-542e-9623-9a54305cb4a0] ["region ranges"=1] [count=2] [size=88] [2024/05/06 11:55:25.977 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:55:25.992 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=11721d0c-587e-542e-9623-9a54305cb4a0] [size=88] [kvs=2] [importedSize=88] [importedCount=2] [2024/05/06 11:55:25.994 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8`:0] [engineUUID=11721d0c-587e-542e-9623-9a54305cb4a0] [retryCnt=0] [takeTime=44.91554ms] [] [2024/05/06 11:55:25.994 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8`:0] [engineUUID=11721d0c-587e-542e-9623-9a54305cb4a0] [2024/05/06 11:55:25.996 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8`:0] [engineUUID=11721d0c-587e-542e-9623-9a54305cb4a0] [takeTime=1.177009ms] [] [2024/05/06 11:55:25.996 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=58] [step=import] [engine-id=0] [2024/05/06 11:55:25.996 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8`:-1] [engineUUID=540acf73-6ec3-5b55-85b2-3744f849f236] [2024/05/06 11:55:25.997 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8`:-1] [engineUUID=540acf73-6ec3-5b55-85b2-3744f849f236] [takeTime=1.760376ms] [] [2024/05/06 11:55:25.998 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8`:-1] [engineUUID=540acf73-6ec3-5b55-85b2-3744f849f236] [retryCnt=0] [2024/05/06 11:55:25.998 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=540acf73-6ec3-5b55-85b2-3744f849f236] [2024/05/06 11:55:25.998 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8`:-1] [engineUUID=540acf73-6ec3-5b55-85b2-3744f849f236] [retryCnt=0] [takeTime=78.252µs] [] [2024/05/06 11:55:25.998 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8`:-1] [engineUUID=540acf73-6ec3-5b55-85b2-3744f849f236] [2024/05/06 11:55:25.999 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8`:-1] [engineUUID=540acf73-6ec3-5b55-85b2-3744f849f236] [takeTime=1.090904ms] [] [2024/05/06 11:55:26.050 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=58] [step=import] [2024/05/06 11:55:26.054 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:55:26.054 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:26.054 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:26.054 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:55:26.054 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:55:26.054 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:55:26.054 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:55:26.054 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:26.054 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:26.054 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:26.054 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:26.054 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:26.054 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:55:26.056 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:55:26.056 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:26.056 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:26.056 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:26.057 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:26.057 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=58] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=212.436134ms] [] [2024/05/06 11:55:26.119 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=58] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:55:26.121 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=58] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:55:26.123 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=58] [curr-step=import] [next-step=post-process] [2024/05/06 11:55:26.123 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=58] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:55:26.192 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=58] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":2,\"ColSizeMap\":{\"1\":2,\"2\":26}}"] [2024/05/06 11:55:26.193 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=58] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:55:26.193 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=58] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:55:26.342 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=58] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:55:26.391 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=58] [step=post-process] [subtask-id=112] [2024/05/06 11:55:26.391 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=58] [step=post-process] [subtask-id=112] [2024/05/06 11:55:26.391 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=58] [step=post-process] [subtask-id=112] [2024/05/06 11:55:26.401 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=58] [step=post-process] [subtask-id=112] [takeTime=9.429965ms] [] [2024/05/06 11:55:26.401 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=58] [step=post-process] [subtask-id=112] [groupId=-1] [size=88] [kvs=2] [checksum=13472460632354338593] [2024/05/06 11:55:26.401 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=58] [step=post-process] [subtask-id=112] [checksum="{cksum=13472460632354338593,size=88,kvs=2}"] [2024/05/06 11:55:26.401 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=58] [step=post-process] [subtask-id=112] [weight=30] [2024/05/06 11:55:26.401 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=58] [step=post-process] [subtask-id=112] [concurrency=15] [2024/05/06 11:55:26.405 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=280] [physicalTableID=280] [indexID=-1] [checksum=13472460632354338593] [totalKvs=2] [totalBytes=88] [2024/05/06 11:55:26.406 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=58] [step=post-process] [subtask-id=112] [local="{cksum=13472460632354338593,size=88,kvs=2}"] [2024/05/06 11:55:26.406 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=58] [step=post-process] [subtask-id=112] [takeTime=14.738242ms] [] [2024/05/06 11:55:26.406 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=58] [step=post-process] [subtask-id=112] [takeTime=14.931583ms] [] [2024/05/06 11:55:26.499 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=58] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=157.590495ms] [] [2024/05/06 11:55:26.511 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=58] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:55:26.512 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=58] [step=post-process] [state=running] [] [2024/05/06 11:55:26.515 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=58] [2024/05/06 11:55:26.560 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=58] [type=ImportInto] [2024/05/06 11:55:26.565 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=58] [2024/05/06 11:55:26.588 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:55:26.589 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=58] [2024/05/06 11:55:26.682 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:55:26.683 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.661629092\n# Parse_time: 0.000603476\n# Compile_time: 0.001607881\n# Rewrite_time: 0.000383924\n# Optimize_time: 0.001189929\n# Wait_TS: 0\n# DB: fail_job_after_import\n# Is_internal: false\n# Digest: d4ea1cbec1ea292ce36921fbf548da1d564746ce1d24533f56ddf35ee6437999\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS42NnMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS42NnMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_charset`.`utf8` FROM 'gs://test-load/utf8.tsv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH character_set=_UTF8MB4'utf8';"] [2024/05/06 11:55:26.707 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:26.957 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-load/utf8.tsv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"character_set\":\"utf8\"}}"] [dist-task-enabled=true] [2024/05/06 11:55:27.046 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=59] [task-id=59] [data-size=29B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:55:27.080 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=59] [2024/05/06 11:55:27.080 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=59] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:55:27.185 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=59] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:55:27.186 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=59] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:55:27.187 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=59] [curr-step=init] [next-step=import] [2024/05/06 11:55:27.207 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:27.210 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=utf8mb4] [2024/05/06 11:55:27.210 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=utf8mb4] [before=536870912000] [after=29] [2024/05/06 11:55:27.210 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=utf8mb4] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=29] [cost=49.569µs] [2024/05/06 11:55:27.210 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=utf8mb4] [takeTime=171.104µs] [] [2024/05/06 11:55:27.210 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=59] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:55:27.210 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=59] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:55:27.399 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=59] [mode=Import] [2024/05/06 11:55:27.419 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=59] [2024/05/06 11:55:27.448 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=59] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:55:27.493 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=59] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:55:27.494 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=59] [step=import] [2024/05/06 11:55:27.495 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:27.504 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:55:27.504 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:55:27.505 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:27.505 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:55:27.506 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:27.506 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:27.506 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:55:27.506 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:55:27.506 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:27.521 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:55:27.523 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:55:27.523 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=utf8mb4] [quota=374.2GB] [2024/05/06 11:55:27.523 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=59] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:55:27.523 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=utf8mb4] [import-id=59] [disk-quota=348.5GiB] [2024/05/06 11:55:27.565 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=59] [step=import] [subtask-id=113] [2024/05/06 11:55:27.570 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:0] [engineUUID=26744e53-a2fb-5b15-b0f8-1a4e2c7f2f9b] [2024/05/06 11:55:27.574 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:-1] [engineUUID=e89504af-26b5-5340-ae2e-218c1dc24988] [2024/05/06 11:55:27.574 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=282] [2024/05/06 11:55:27.629 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=282] [key=utf8.tsv:0] [2024/05/06 11:55:27.633 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=282] [key=utf8.tsv:0] [readDur=1.966349ms] [encodeDur=1.020953ms] [checksum="{cksum=13472460632354338593,size=88,kvs=2}"] [deliverDur=270.68µs] [type=file] [takeTime=3.692101ms] [] [2024/05/06 11:55:27.634 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=59] [step=import] [subtask-id=113] [takeTime=68.749302ms] [] [2024/05/06 11:55:27.634 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=88] [kvs=2] [files=1] [sstFileSize=999] [file=/tmp/tidb/import-4000/59/26744e53-a2fb-5b15-b0f8-1a4e2c7f2f9b.sst/da95659d-69da-4675-88e8-583555740af9.sst] [firstKey=74800000000000011A5F728000000000000001] [lastKey=74800000000000011A5F728000000000000002] [2024/05/06 11:55:27.634 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=59] [step=import] [engine-id=0] [2024/05/06 11:55:27.634 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=59] [step=import] [engine-id=0] [2024/05/06 11:55:27.634 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:0] [engineUUID=26744e53-a2fb-5b15-b0f8-1a4e2c7f2f9b] [2024/05/06 11:55:27.636 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:0] [engineUUID=26744e53-a2fb-5b15-b0f8-1a4e2c7f2f9b] [takeTime=2.344049ms] [] [2024/05/06 11:55:27.637 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:0] [engineUUID=26744e53-a2fb-5b15-b0f8-1a4e2c7f2f9b] [retryCnt=0] [2024/05/06 11:55:27.642 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:55:27.663 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=26744e53-a2fb-5b15-b0f8-1a4e2c7f2f9b] ["region ranges"=1] [count=2] [size=88] [2024/05/06 11:55:27.664 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:55:27.677 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=26744e53-a2fb-5b15-b0f8-1a4e2c7f2f9b] [size=88] [kvs=2] [importedSize=88] [importedCount=2] [2024/05/06 11:55:27.679 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:0] [engineUUID=26744e53-a2fb-5b15-b0f8-1a4e2c7f2f9b] [retryCnt=0] [takeTime=42.077659ms] [] [2024/05/06 11:55:27.679 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:0] [engineUUID=26744e53-a2fb-5b15-b0f8-1a4e2c7f2f9b] [2024/05/06 11:55:27.680 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:0] [engineUUID=26744e53-a2fb-5b15-b0f8-1a4e2c7f2f9b] [takeTime=1.185616ms] [] [2024/05/06 11:55:27.680 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=59] [step=import] [engine-id=0] [2024/05/06 11:55:27.680 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:-1] [engineUUID=e89504af-26b5-5340-ae2e-218c1dc24988] [2024/05/06 11:55:27.682 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:-1] [engineUUID=e89504af-26b5-5340-ae2e-218c1dc24988] [takeTime=1.576376ms] [] [2024/05/06 11:55:27.682 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:-1] [engineUUID=e89504af-26b5-5340-ae2e-218c1dc24988] [retryCnt=0] [2024/05/06 11:55:27.682 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=e89504af-26b5-5340-ae2e-218c1dc24988] [2024/05/06 11:55:27.682 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:-1] [engineUUID=e89504af-26b5-5340-ae2e-218c1dc24988] [retryCnt=0] [takeTime=73.201µs] [] [2024/05/06 11:55:27.682 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:-1] [engineUUID=e89504af-26b5-5340-ae2e-218c1dc24988] [2024/05/06 11:55:27.683 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:-1] [engineUUID=e89504af-26b5-5340-ae2e-218c1dc24988] [takeTime=795.903µs] [] [2024/05/06 11:55:27.728 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=59] [step=import] [2024/05/06 11:55:27.731 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:55:27.731 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:55:27.731 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:27.731 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:55:27.731 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:27.731 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:55:27.731 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:55:27.731 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:27.731 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:27.731 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:27.731 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:27.731 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:27.731 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:55:27.733 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:55:27.733 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:27.733 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:27.733 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:27.733 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:27.733 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=59] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=240.37066ms] [] [2024/05/06 11:55:27.855 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=59] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:55:27.857 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=59] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:55:27.858 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=59] [curr-step=import] [next-step=post-process] [2024/05/06 11:55:27.858 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=59] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:55:27.939 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=59] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":2,\"ColSizeMap\":{\"1\":2,\"2\":26}}"] [2024/05/06 11:55:27.940 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=59] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:55:27.940 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=59] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:55:28.088 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=59] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:55:28.143 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=59] [step=post-process] [subtask-id=114] [2024/05/06 11:55:28.143 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=59] [step=post-process] [subtask-id=114] [2024/05/06 11:55:28.143 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=59] [step=post-process] [subtask-id=114] [2024/05/06 11:55:28.152 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=59] [step=post-process] [subtask-id=114] [takeTime=8.772853ms] [] [2024/05/06 11:55:28.152 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=59] [step=post-process] [subtask-id=114] [groupId=-1] [size=88] [kvs=2] [checksum=13472460632354338593] [2024/05/06 11:55:28.152 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=59] [step=post-process] [subtask-id=114] [checksum="{cksum=13472460632354338593,size=88,kvs=2}"] [2024/05/06 11:55:28.153 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=59] [step=post-process] [subtask-id=114] [weight=30] [2024/05/06 11:55:28.153 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=59] [step=post-process] [subtask-id=114] [concurrency=15] [2024/05/06 11:55:28.156 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=282] [physicalTableID=282] [indexID=-1] [checksum=13472460632354338593] [totalKvs=2] [totalBytes=88] [2024/05/06 11:55:28.157 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=59] [step=post-process] [subtask-id=114] [local="{cksum=13472460632354338593,size=88,kvs=2}"] [2024/05/06 11:55:28.157 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=59] [step=post-process] [subtask-id=114] [takeTime=13.875509ms] [] [2024/05/06 11:55:28.157 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=59] [step=post-process] [subtask-id=114] [takeTime=14.129006ms] [] [2024/05/06 11:55:28.256 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=59] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=167.525306ms] [] [2024/05/06 11:55:28.301 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=59] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:55:28.301 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=59] [step=post-process] [state=running] [] [2024/05/06 11:55:28.304 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=59] [2024/05/06 11:55:28.344 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=59] [type=ImportInto] [2024/05/06 11:55:28.385 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=59] [2024/05/06 11:55:28.413 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:55:28.414 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=59] [2024/05/06 11:55:28.509 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:55:28.643 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.950365277\n# Parse_time: 0.000786486\n# Compile_time: 0.001227391\n# Rewrite_time: 0.000319897\n# Optimize_time: 0.001072539\n# Wait_TS: 0\n# DB: fail_job_after_import\n# Is_internal: false\n# Digest: 456657ccead4fe483db0b01bf04fee69e0a4728ba623fae84d7794bb531b116c\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS45NXMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS45NXMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_charset`.`utf8mb4` FROM 'gs://test-load/utf8.tsv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH character_set=_UTF8MB4'utf8';"] [2024/05/06 11:55:28.654 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=201] [cur_db=fail_job_after_import] [sql="CREATE TABLE load_charset.latin1 (\n\t\ti INT, j VARCHAR(255)\n\t\t) CHARACTER SET latin1;"] [user=root@%] [2024/05/06 11:55:28.705 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:285, Type:create table, State:queueing, SchemaState:none, SchemaID:278, TableID:284, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:28.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:28.705 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:285, Type:create table, State:queueing, SchemaState:none, SchemaID:278, TableID:284, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:28.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE load_charset.latin1 (\n\t\ti INT, j VARCHAR(255)\n\t\t) CHARACTER SET latin1;"] [2024/05/06 11:55:28.773 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=285] [conn=2] [category=ddl] [job="ID:285, Type:create table, State:queueing, SchemaState:none, SchemaID:278, TableID:284, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:28.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:28.783 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 278, Table ID: 284, Table Name: latin1"] [2024/05/06 11:55:28.844 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=201] [neededSchemaVersion=202] ["start time"=3.147563ms] [gotSchemaVersion=202] [phyTblIDs="[284]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:55:28.855 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=285] [version=202] [2024/05/06 11:55:28.889 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=202] ["take time"=54.067341ms] [job="ID:285, Type:create table, State:done, SchemaState:public, SchemaID:278, TableID:284, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:28.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:28.927 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=285] [conn=2] [job="ID:285, Type:create table, State:synced, SchemaState:public, SchemaID:278, TableID:284, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:28.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:28.969 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=285] [2024/05/06 11:55:28.969 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:28.972 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.319822323\n# Parse_time: 0.000807097\n# Compile_time: 0.000903917\n# Rewrite_time: 0.00004763\n# Optimize_time: 0.001527999\n# Wait_TS: 0.000476329\n# DB: fail_job_after_import\n# Is_internal: false\n# Digest: da34f11db061731cc95449a49df2e61f3578016cf1524da03b6d6f930b15ec69\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE load_charset.latin1 ( i INT, j VARCHAR(255) ) CHARACTER SET latin1;"] [2024/05/06 11:55:28.989 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:29.213 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-load/latin1.tsv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"character_set\":\"latin1\"}}"] [dist-task-enabled=true] [2024/05/06 11:55:29.304 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=60] [task-id=60] [data-size=13B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:55:29.350 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=60] [2024/05/06 11:55:29.350 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=60] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:55:29.456 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=60] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:55:29.457 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=60] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:55:29.459 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=60] [curr-step=init] [next-step=import] [2024/05/06 11:55:29.479 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:29.482 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=latin1] [2024/05/06 11:55:29.482 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=latin1] [before=536870912000] [after=13] [2024/05/06 11:55:29.482 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=latin1] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=13] [cost=64.869µs] [2024/05/06 11:55:29.482 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=latin1] [takeTime=242.134µs] [] [2024/05/06 11:55:29.482 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=60] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:55:29.482 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=60] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:55:29.647 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=60] [mode=Import] [2024/05/06 11:55:29.666 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=60] [2024/05/06 11:55:29.671 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=60] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:55:29.712 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=60] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:55:29.713 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=60] [step=import] [2024/05/06 11:55:29.714 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:29.723 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:55:29.723 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:55:29.724 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:29.724 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:55:29.725 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:29.725 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:55:29.725 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:55:29.725 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:29.725 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:29.741 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:55:29.742 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:55:29.742 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=latin1] [quota=374.2GB] [2024/05/06 11:55:29.742 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=60] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:55:29.742 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=latin1] [import-id=60] [disk-quota=348.5GiB] [2024/05/06 11:55:29.785 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=60] [step=import] [subtask-id=115] [2024/05/06 11:55:29.802 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_charset`.`latin1`:0] [engineUUID=ece7d91b-221a-5440-8076-d026d7718798] [2024/05/06 11:55:29.807 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_charset`.`latin1`:-1] [engineUUID=1774e91d-7263-56a9-bdea-f7aa1943b8e4] [2024/05/06 11:55:29.807 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=284] [2024/05/06 11:55:29.823 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=284] [key=latin1.tsv:0] [2024/05/06 11:55:29.826 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=284] [key=latin1.tsv:0] [readDur=1.377455ms] [encodeDur=944.308µs] [checksum="{cksum=10176994571083539890,size=84,kvs=2}"] [deliverDur=346.347µs] [type=file] [takeTime=3.123551ms] [] [2024/05/06 11:55:29.827 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=84] [kvs=2] [files=1] [sstFileSize=997] [file=/tmp/tidb/import-4000/60/ece7d91b-221a-5440-8076-d026d7718798.sst/6b5dbd17-06ab-4b62-bb9b-0a2a42c1ec6a.sst] [firstKey=74800000000000011C5F728000000000000001] [lastKey=74800000000000011C5F728000000000000002] [2024/05/06 11:55:29.827 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=60] [step=import] [subtask-id=115] [takeTime=42.360767ms] [] [2024/05/06 11:55:29.827 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=60] [step=import] [engine-id=0] [2024/05/06 11:55:29.827 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=60] [step=import] [engine-id=0] [2024/05/06 11:55:29.828 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_charset`.`latin1`:0] [engineUUID=ece7d91b-221a-5440-8076-d026d7718798] [2024/05/06 11:55:29.830 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_charset`.`latin1`:0] [engineUUID=ece7d91b-221a-5440-8076-d026d7718798] [takeTime=1.936803ms] [] [2024/05/06 11:55:29.830 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_charset`.`latin1`:0] [engineUUID=ece7d91b-221a-5440-8076-d026d7718798] [retryCnt=0] [2024/05/06 11:55:29.835 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:55:29.857 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=ece7d91b-221a-5440-8076-d026d7718798] ["region ranges"=1] [count=2] [size=84] [2024/05/06 11:55:29.857 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:55:29.870 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=ece7d91b-221a-5440-8076-d026d7718798] [size=84] [kvs=2] [importedSize=84] [importedCount=2] [2024/05/06 11:55:29.872 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_charset`.`latin1`:0] [engineUUID=ece7d91b-221a-5440-8076-d026d7718798] [retryCnt=0] [takeTime=42.404505ms] [] [2024/05/06 11:55:29.872 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_charset`.`latin1`:0] [engineUUID=ece7d91b-221a-5440-8076-d026d7718798] [2024/05/06 11:55:29.873 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_charset`.`latin1`:0] [engineUUID=ece7d91b-221a-5440-8076-d026d7718798] [takeTime=1.045167ms] [] [2024/05/06 11:55:29.873 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=60] [step=import] [engine-id=0] [2024/05/06 11:55:29.873 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_charset`.`latin1`:-1] [engineUUID=1774e91d-7263-56a9-bdea-f7aa1943b8e4] [2024/05/06 11:55:29.875 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_charset`.`latin1`:-1] [engineUUID=1774e91d-7263-56a9-bdea-f7aa1943b8e4] [takeTime=1.637359ms] [] [2024/05/06 11:55:29.875 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_charset`.`latin1`:-1] [engineUUID=1774e91d-7263-56a9-bdea-f7aa1943b8e4] [retryCnt=0] [2024/05/06 11:55:29.875 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=1774e91d-7263-56a9-bdea-f7aa1943b8e4] [2024/05/06 11:55:29.875 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_charset`.`latin1`:-1] [engineUUID=1774e91d-7263-56a9-bdea-f7aa1943b8e4] [retryCnt=0] [takeTime=82.65µs] [] [2024/05/06 11:55:29.875 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_charset`.`latin1`:-1] [engineUUID=1774e91d-7263-56a9-bdea-f7aa1943b8e4] [2024/05/06 11:55:29.876 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_charset`.`latin1`:-1] [engineUUID=1774e91d-7263-56a9-bdea-f7aa1943b8e4] [takeTime=890.73µs] [] [2024/05/06 11:55:29.973 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=60] [step=import] [2024/05/06 11:55:29.977 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:29.978 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:55:29.978 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:55:29.978 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:55:29.978 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:55:29.978 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:29.978 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:55:29.978 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:29.978 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:29.978 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:29.978 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:29.978 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:29.978 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:55:29.980 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:55:29.980 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:29.980 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:29.980 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:29.980 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:29.980 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=60] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=268.55726ms] [] [2024/05/06 11:55:29.984 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=60] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:55:29.985 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=60] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:55:29.986 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=60] [curr-step=import] [next-step=post-process] [2024/05/06 11:55:29.986 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=60] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:55:30.054 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=60] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":2,\"ColSizeMap\":{\"1\":2,\"2\":22}}"] [2024/05/06 11:55:30.055 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=60] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:55:30.055 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=60] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:55:30.250 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=60] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:55:30.297 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=60] [step=post-process] [subtask-id=116] [2024/05/06 11:55:30.297 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=60] [step=post-process] [subtask-id=116] [2024/05/06 11:55:30.297 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=60] [step=post-process] [subtask-id=116] [2024/05/06 11:55:30.347 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=60] [step=post-process] [subtask-id=116] [takeTime=50.377884ms] [] [2024/05/06 11:55:30.348 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=60] [step=post-process] [subtask-id=116] [groupId=-1] [size=84] [kvs=2] [checksum=10176994571083539890] [2024/05/06 11:55:30.348 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=60] [step=post-process] [subtask-id=116] [checksum="{cksum=10176994571083539890,size=84,kvs=2}"] [2024/05/06 11:55:30.348 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=60] [step=post-process] [subtask-id=116] [weight=30] [2024/05/06 11:55:30.348 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=60] [step=post-process] [subtask-id=116] [concurrency=15] [2024/05/06 11:55:30.352 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=284] [physicalTableID=284] [indexID=-1] [checksum=10176994571083539890] [totalKvs=2] [totalBytes=84] [2024/05/06 11:55:30.353 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=60] [step=post-process] [subtask-id=116] [local="{cksum=10176994571083539890,size=84,kvs=2}"] [2024/05/06 11:55:30.353 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=60] [step=post-process] [subtask-id=116] [takeTime=55.930734ms] [] [2024/05/06 11:55:30.353 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=60] [step=post-process] [subtask-id=116] [takeTime=56.156157ms] [] [2024/05/06 11:55:30.397 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=60] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=146.963185ms] [] [2024/05/06 11:55:30.472 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=60] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:55:30.472 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=60] [step=post-process] [state=running] [] [2024/05/06 11:55:30.475 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=60] [2024/05/06 11:55:30.523 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=60] [type=ImportInto] [2024/05/06 11:55:30.557 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=60] [2024/05/06 11:55:30.578 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:55:30.578 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=60] [2024/05/06 11:55:30.653 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:55:30.867 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.893217753\n# Parse_time: 0.000843486\n# Compile_time: 0.001758561\n# Rewrite_time: 0.000399949\n# Optimize_time: 0.001527999\n# Wait_TS: 0\n# DB: fail_job_after_import\n# Is_internal: false\n# Digest: 332e8cdf63771e77768aec7efdf35164436f132e1692aa988cbd127c61a22a3b\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS44OXMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS44OXMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_charset`.`latin1` FROM 'gs://test-load/latin1.tsv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH character_set=_UTF8MB4'latin1';"] [2024/05/06 11:55:30.875 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=202] [cur_db=fail_job_after_import] [sql="TRUNCATE TABLE load_charset.utf8mb4;"] [user=root@%] [2024/05/06 11:55:30.907 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:287, Type:truncate table, State:queueing, SchemaState:none, SchemaID:278, TableID:282, RowCount:0, ArgLen:3, start time: 2024-05-06 11:55:30.866 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:30.907 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:287, Type:truncate table, State:queueing, SchemaState:none, SchemaID:278, TableID:282, RowCount:0, ArgLen:3, start time: 2024-05-06 11:55:30.866 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="TRUNCATE TABLE load_charset.utf8mb4;"] [2024/05/06 11:55:30.963 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=287] [conn=2] [category=ddl] [job="ID:287, Type:truncate table, State:queueing, SchemaState:none, SchemaID:278, TableID:282, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:30.866 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:30.975 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 278, Table ID: 286, Table Name: utf8mb4, Old Table ID: 282, Old Table Name: utf8mb4"] [2024/05/06 11:55:31.028 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=202] [neededSchemaVersion=203] ["start time"=2.419046ms] [gotSchemaVersion=203] [phyTblIDs="[282,286]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 11:55:31.040 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=287] [version=203] [2024/05/06 11:55:31.072 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=203] ["take time"=54.06852ms] [job="ID:287, Type:truncate table, State:done, SchemaState:public, SchemaID:278, TableID:282, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:30.866 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:31.127 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=287] [tableIDs="[282]"] [comment="drop table: table ID"] [2024/05/06 11:55:31.135 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=287] [jobType="truncate table"] [2024/05/06 11:55:31.140 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=287] [conn=2] [job="ID:287, Type:truncate table, State:synced, SchemaState:public, SchemaID:278, TableID:282, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:30.866 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:31.255 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=287] [2024/05/06 11:55:31.256 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:31.261 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.386281447\n# Parse_time: 0.000222709\n# Compile_time: 0.000671592\n# Rewrite_time: 0.000035444\n# Optimize_time: 0.000663003\n# Wait_TS: 0.000390565\n# DB: fail_job_after_import\n# Is_internal: false\n# Digest: 2fd90f16af04a123ffa674ad9d012ed63cbf6d1858e9cbe3fb98cfec15851c4b\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nTRUNCATE TABLE load_charset.utf8mb4;"] [2024/05/06 11:55:31.277 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:31.476 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-load/latin1.tsv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"character_set\":\"latin1\"}}"] [dist-task-enabled=true] [2024/05/06 11:55:31.586 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=61] [task-id=61] [data-size=13B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:55:31.689 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=61] [2024/05/06 11:55:31.689 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=61] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:55:31.801 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=61] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:55:31.802 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=61] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:55:31.803 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=61] [curr-step=init] [next-step=import] [2024/05/06 11:55:31.826 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:31.830 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=utf8mb4] [2024/05/06 11:55:31.830 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=utf8mb4] [before=536870912000] [after=13] [2024/05/06 11:55:31.830 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=utf8mb4] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=13] [cost=96.547µs] [2024/05/06 11:55:31.830 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=utf8mb4] [takeTime=229.102µs] [] [2024/05/06 11:55:31.831 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=61] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:55:31.831 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=61] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:55:31.983 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=61] [mode=Import] [2024/05/06 11:55:32.002 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=61] [2024/05/06 11:55:32.036 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=61] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:55:32.075 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=61] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:55:32.076 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=61] [step=import] [2024/05/06 11:55:32.077 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:32.087 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:55:32.087 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:55:32.087 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:32.087 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:55:32.089 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:32.089 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:32.089 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:55:32.089 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:32.089 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:55:32.148 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:55:32.150 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:55:32.150 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=utf8mb4] [quota=374.2GB] [2024/05/06 11:55:32.150 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=61] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:55:32.150 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=utf8mb4] [import-id=61] [disk-quota=348.5GiB] [2024/05/06 11:55:32.200 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=61] [step=import] [subtask-id=117] [2024/05/06 11:55:32.204 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:0] [engineUUID=26744e53-a2fb-5b15-b0f8-1a4e2c7f2f9b] [2024/05/06 11:55:32.208 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:-1] [engineUUID=e89504af-26b5-5340-ae2e-218c1dc24988] [2024/05/06 11:55:32.208 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=286] [2024/05/06 11:55:32.256 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=286] [key=latin1.tsv:0] [2024/05/06 11:55:32.260 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=286] [key=latin1.tsv:0] [readDur=1.489933ms] [encodeDur=1.044819ms] [checksum="{cksum=12094827938619672609,size=84,kvs=2}"] [deliverDur=290.716µs] [type=file] [takeTime=3.22945ms] [] [2024/05/06 11:55:32.260 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=61] [step=import] [subtask-id=117] [takeTime=60.37589ms] [] [2024/05/06 11:55:32.261 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=84] [kvs=2] [files=1] [sstFileSize=995] [file=/tmp/tidb/import-4000/61/26744e53-a2fb-5b15-b0f8-1a4e2c7f2f9b.sst/1f319b35-3dd6-4665-b665-039ff6580f50.sst] [firstKey=74800000000000011E5F728000000000000001] [lastKey=74800000000000011E5F728000000000000002] [2024/05/06 11:55:32.261 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=61] [step=import] [engine-id=0] [2024/05/06 11:55:32.261 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=61] [step=import] [engine-id=0] [2024/05/06 11:55:32.261 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:0] [engineUUID=26744e53-a2fb-5b15-b0f8-1a4e2c7f2f9b] [2024/05/06 11:55:32.263 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:0] [engineUUID=26744e53-a2fb-5b15-b0f8-1a4e2c7f2f9b] [takeTime=2.423906ms] [] [2024/05/06 11:55:32.263 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:0] [engineUUID=26744e53-a2fb-5b15-b0f8-1a4e2c7f2f9b] [retryCnt=0] [2024/05/06 11:55:32.268 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:55:32.290 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=26744e53-a2fb-5b15-b0f8-1a4e2c7f2f9b] ["region ranges"=1] [count=2] [size=84] [2024/05/06 11:55:32.290 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:55:32.304 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=26744e53-a2fb-5b15-b0f8-1a4e2c7f2f9b] [size=84] [kvs=2] [importedSize=84] [importedCount=2] [2024/05/06 11:55:32.307 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:0] [engineUUID=26744e53-a2fb-5b15-b0f8-1a4e2c7f2f9b] [retryCnt=0] [takeTime=43.308975ms] [] [2024/05/06 11:55:32.307 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:0] [engineUUID=26744e53-a2fb-5b15-b0f8-1a4e2c7f2f9b] [2024/05/06 11:55:32.308 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:0] [engineUUID=26744e53-a2fb-5b15-b0f8-1a4e2c7f2f9b] [takeTime=1.199106ms] [] [2024/05/06 11:55:32.308 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=61] [step=import] [engine-id=0] [2024/05/06 11:55:32.308 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:-1] [engineUUID=e89504af-26b5-5340-ae2e-218c1dc24988] [2024/05/06 11:55:32.310 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:-1] [engineUUID=e89504af-26b5-5340-ae2e-218c1dc24988] [takeTime=1.588684ms] [] [2024/05/06 11:55:32.310 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:-1] [engineUUID=e89504af-26b5-5340-ae2e-218c1dc24988] [retryCnt=0] [2024/05/06 11:55:32.310 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=e89504af-26b5-5340-ae2e-218c1dc24988] [2024/05/06 11:55:32.310 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:-1] [engineUUID=e89504af-26b5-5340-ae2e-218c1dc24988] [retryCnt=0] [takeTime=62.299µs] [] [2024/05/06 11:55:32.310 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:-1] [engineUUID=e89504af-26b5-5340-ae2e-218c1dc24988] [2024/05/06 11:55:32.311 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_charset`.`utf8mb4`:-1] [engineUUID=e89504af-26b5-5340-ae2e-218c1dc24988] [takeTime=840.664µs] [] [2024/05/06 11:55:32.362 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=61] [step=import] [2024/05/06 11:55:32.365 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:32.365 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:55:32.365 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:55:32.365 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:55:32.365 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:32.365 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:55:32.365 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:55:32.366 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:32.365 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:32.366 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:32.366 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:32.366 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:32.366 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:55:32.368 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:55:32.368 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:32.368 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:32.368 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:32.369 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:32.369 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=61] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=293.540599ms] [] [2024/05/06 11:55:32.409 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=61] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:55:32.411 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=61] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:55:32.412 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=61] [curr-step=import] [next-step=post-process] [2024/05/06 11:55:32.412 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=61] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:55:32.480 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=61] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":2,\"ColSizeMap\":{\"1\":2,\"2\":22}}"] [2024/05/06 11:55:32.481 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=61] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:55:32.481 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=61] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:55:32.680 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=61] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:55:32.733 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=61] [step=post-process] [subtask-id=118] [2024/05/06 11:55:32.733 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=61] [step=post-process] [subtask-id=118] [2024/05/06 11:55:32.733 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=61] [step=post-process] [subtask-id=118] [2024/05/06 11:55:32.741 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=61] [step=post-process] [subtask-id=118] [takeTime=8.077085ms] [] [2024/05/06 11:55:32.741 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=61] [step=post-process] [subtask-id=118] [groupId=-1] [size=84] [kvs=2] [checksum=12094827938619672609] [2024/05/06 11:55:32.741 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=61] [step=post-process] [subtask-id=118] [checksum="{cksum=12094827938619672609,size=84,kvs=2}"] [2024/05/06 11:55:32.741 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=61] [step=post-process] [subtask-id=118] [weight=30] [2024/05/06 11:55:32.741 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=61] [step=post-process] [subtask-id=118] [concurrency=15] [2024/05/06 11:55:32.745 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=286] [physicalTableID=286] [indexID=-1] [checksum=12094827938619672609] [totalKvs=2] [totalBytes=84] [2024/05/06 11:55:32.746 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=61] [step=post-process] [subtask-id=118] [local="{cksum=12094827938619672609,size=84,kvs=2}"] [2024/05/06 11:55:32.746 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=61] [step=post-process] [subtask-id=118] [takeTime=13.124643ms] [] [2024/05/06 11:55:32.746 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=61] [step=post-process] [subtask-id=118] [takeTime=13.359525ms] [] [2024/05/06 11:55:32.796 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=61] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=115.430195ms] [] [2024/05/06 11:55:32.814 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=61] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:55:32.814 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=61] [step=post-process] [state=running] [] [2024/05/06 11:55:32.818 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=61] [2024/05/06 11:55:32.885 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=61] [type=ImportInto] [2024/05/06 11:55:32.899 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=61] [2024/05/06 11:55:32.970 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:55:32.970 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=61] [2024/05/06 11:55:33.063 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:55:33.148 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.8859511599999998\n# Parse_time: 0.001041983\n# Compile_time: 0.002193029\n# Rewrite_time: 0.000462251\n# Optimize_time: 0.000663003\n# Wait_TS: 0\n# DB: fail_job_after_import\n# Is_internal: false\n# Digest: 456657ccead4fe483db0b01bf04fee69e0a4728ba623fae84d7794bb531b116c\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS44OHMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS44OHMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_charset`.`utf8mb4` FROM 'gs://test-load/latin1.tsv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH character_set=_UTF8MB4'latin1';"] [2024/05/06 11:55:33.158 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=203] [cur_db=fail_job_after_import] [sql="CREATE TABLE load_charset.ascii (\n\t\tj VARCHAR(255)\n\t\t) CHARACTER SET ascii;"] [user=root@%] [2024/05/06 11:55:33.194 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:289, Type:create table, State:queueing, SchemaState:none, SchemaID:278, TableID:288, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:33.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:33.194 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:289, Type:create table, State:queueing, SchemaState:none, SchemaID:278, TableID:288, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:33.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE load_charset.ascii (\n\t\tj VARCHAR(255)\n\t\t) CHARACTER SET ascii;"] [2024/05/06 11:55:33.242 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=289] [conn=2] [category=ddl] [job="ID:289, Type:create table, State:queueing, SchemaState:none, SchemaID:278, TableID:288, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:33.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:33.250 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 278, Table ID: 288, Table Name: ascii"] [2024/05/06 11:55:33.298 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=203] [neededSchemaVersion=204] ["start time"=2.159477ms] [gotSchemaVersion=204] [phyTblIDs="[288]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:55:33.313 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=289] [version=204] [2024/05/06 11:55:33.345 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=204] ["take time"=53.682816ms] [job="ID:289, Type:create table, State:done, SchemaState:public, SchemaID:278, TableID:288, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:33.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:33.439 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=289] [conn=2] [job="ID:289, Type:create table, State:synced, SchemaState:public, SchemaID:278, TableID:288, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:33.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:33.478 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=289] [2024/05/06 11:55:33.478 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:33.482 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.325426335\n# Parse_time: 0.000527918\n# Compile_time: 0.000841392\n# Rewrite_time: 0.000045767\n# Optimize_time: 0.001019479\n# Wait_TS: 0.000353236\n# DB: fail_job_after_import\n# Is_internal: false\n# Digest: e87f2e870f4bf9ec0d045b1664b35208dd4596c481b2839aa5581592d4744ac1\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE load_charset.ascii ( j VARCHAR(255) ) CHARACTER SET ascii;"] [2024/05/06 11:55:33.485 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=204] [cur_db=fail_job_after_import] [sql="CREATE TABLE load_charset.binary (\n\t\tj VARCHAR(255)\n\t\t) CHARACTER SET binary;"] [user=root@%] [2024/05/06 11:55:33.531 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:291, Type:create table, State:queueing, SchemaState:none, SchemaID:278, TableID:290, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:33.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:33.531 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:291, Type:create table, State:queueing, SchemaState:none, SchemaID:278, TableID:290, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:33.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE load_charset.binary (\n\t\tj VARCHAR(255)\n\t\t) CHARACTER SET binary;"] [2024/05/06 11:55:33.601 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=291] [conn=2] [category=ddl] [job="ID:291, Type:create table, State:queueing, SchemaState:none, SchemaID:278, TableID:290, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:33.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:33.610 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 278, Table ID: 290, Table Name: binary"] [2024/05/06 11:55:33.662 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=204] [neededSchemaVersion=205] ["start time"=2.509124ms] [gotSchemaVersion=205] [phyTblIDs="[290]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:55:33.673 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=291] [version=205] [2024/05/06 11:55:33.708 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=205] ["take time"=53.606363ms] [job="ID:291, Type:create table, State:done, SchemaState:public, SchemaID:278, TableID:290, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:33.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:33.785 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=291] [conn=2] [job="ID:291, Type:create table, State:synced, SchemaState:public, SchemaID:278, TableID:290, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:33.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:33.817 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=291] [2024/05/06 11:55:33.817 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:33.820 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.337655785\n# Parse_time: 0.001063392\n# Compile_time: 0.001696063\n# Rewrite_time: 0.000067451\n# Optimize_time: 0.001019479\n# Wait_TS: 0.000326322\n# DB: fail_job_after_import\n# Is_internal: false\n# Digest: 565b0e6d163a9112cd1c59eb5089ad2eb03acf447f3623d5a2a82163548b517d\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE load_charset.binary ( j VARCHAR(255) ) CHARACTER SET binary;"] [2024/05/06 11:55:33.835 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:34.080 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-load/ascii.tsv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"character_set\":\"ascii\"}}"] [dist-task-enabled=true] [2024/05/06 11:55:34.166 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=62] [task-id=62] [data-size=8B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:55:34.204 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=62] [2024/05/06 11:55:34.204 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=62] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:55:34.312 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=62] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:55:34.313 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=62] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:55:34.314 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=62] [curr-step=init] [next-step=import] [2024/05/06 11:55:34.337 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:34.340 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=ascii] [2024/05/06 11:55:34.340 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=ascii] [before=536870912000] [after=8] [2024/05/06 11:55:34.341 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=ascii] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=8] [cost=64.214µs] [2024/05/06 11:55:34.341 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=ascii] [takeTime=214.779µs] [] [2024/05/06 11:55:34.341 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=62] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:55:34.341 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=62] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:55:34.437 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=62] [mode=Import] [2024/05/06 11:55:34.457 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=62] [2024/05/06 11:55:34.474 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=62] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:55:34.526 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=62] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:55:34.527 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=62] [step=import] [2024/05/06 11:55:34.528 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:34.538 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:55:34.538 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:55:34.539 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:34.539 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:55:34.540 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:34.540 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:55:34.540 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:55:34.540 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:34.541 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:34.555 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:55:34.557 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:55:34.557 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=ascii] [quota=374.2GB] [2024/05/06 11:55:34.557 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=62] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:55:34.557 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=ascii] [import-id=62] [disk-quota=348.5GiB] [2024/05/06 11:55:34.603 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=62] [step=import] [subtask-id=119] [2024/05/06 11:55:34.608 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_charset`.`ascii`:0] [engineUUID=61de7867-b9cf-5cd3-9fcf-c962f48b2a45] [2024/05/06 11:55:34.612 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_charset`.`ascii`:-1] [engineUUID=1d3da499-4436-588e-b459-bd258b3acd6f] [2024/05/06 11:55:34.612 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=288] [2024/05/06 11:55:34.670 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=288] [key=ascii.tsv:0] [2024/05/06 11:55:34.673 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=288] [key=ascii.tsv:0] [readDur=1.332706ms] [encodeDur=674.275µs] [checksum="{cksum=10221261614854514798,size=36,kvs=1}"] [deliverDur=301.007µs] [type=file] [takeTime=2.702856ms] [] [2024/05/06 11:55:34.673 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=62] [step=import] [subtask-id=119] [takeTime=70.003525ms] [] [2024/05/06 11:55:34.673 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=36] [kvs=1] [files=1] [sstFileSize=934] [file=/tmp/tidb/import-4000/62/61de7867-b9cf-5cd3-9fcf-c962f48b2a45.sst/436771b3-57f7-43ee-9198-bf36ed189369.sst] [firstKey=7480000000000001205F728000000000000001] [lastKey=7480000000000001205F728000000000000001] [2024/05/06 11:55:34.674 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=62] [step=import] [engine-id=0] [2024/05/06 11:55:34.674 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=62] [step=import] [engine-id=0] [2024/05/06 11:55:34.674 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_charset`.`ascii`:0] [engineUUID=61de7867-b9cf-5cd3-9fcf-c962f48b2a45] [2024/05/06 11:55:34.676 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_charset`.`ascii`:0] [engineUUID=61de7867-b9cf-5cd3-9fcf-c962f48b2a45] [takeTime=2.136155ms] [] [2024/05/06 11:55:34.676 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_charset`.`ascii`:0] [engineUUID=61de7867-b9cf-5cd3-9fcf-c962f48b2a45] [retryCnt=0] [2024/05/06 11:55:34.681 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:55:34.703 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=61de7867-b9cf-5cd3-9fcf-c962f48b2a45] ["region ranges"=1] [count=1] [size=36] [2024/05/06 11:55:34.703 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:55:34.719 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=61de7867-b9cf-5cd3-9fcf-c962f48b2a45] [size=36] [kvs=1] [importedSize=36] [importedCount=1] [2024/05/06 11:55:34.722 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_charset`.`ascii`:0] [engineUUID=61de7867-b9cf-5cd3-9fcf-c962f48b2a45] [retryCnt=0] [takeTime=45.850574ms] [] [2024/05/06 11:55:34.722 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_charset`.`ascii`:0] [engineUUID=61de7867-b9cf-5cd3-9fcf-c962f48b2a45] [2024/05/06 11:55:34.724 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_charset`.`ascii`:0] [engineUUID=61de7867-b9cf-5cd3-9fcf-c962f48b2a45] [takeTime=1.409556ms] [] [2024/05/06 11:55:34.724 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=62] [step=import] [engine-id=0] [2024/05/06 11:55:34.724 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_charset`.`ascii`:-1] [engineUUID=1d3da499-4436-588e-b459-bd258b3acd6f] [2024/05/06 11:55:34.726 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_charset`.`ascii`:-1] [engineUUID=1d3da499-4436-588e-b459-bd258b3acd6f] [takeTime=2.306921ms] [] [2024/05/06 11:55:34.726 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_charset`.`ascii`:-1] [engineUUID=1d3da499-4436-588e-b459-bd258b3acd6f] [retryCnt=0] [2024/05/06 11:55:34.726 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=1d3da499-4436-588e-b459-bd258b3acd6f] [2024/05/06 11:55:34.726 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_charset`.`ascii`:-1] [engineUUID=1d3da499-4436-588e-b459-bd258b3acd6f] [retryCnt=0] [takeTime=67.715µs] [] [2024/05/06 11:55:34.726 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_charset`.`ascii`:-1] [engineUUID=1d3da499-4436-588e-b459-bd258b3acd6f] [2024/05/06 11:55:34.727 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_charset`.`ascii`:-1] [engineUUID=1d3da499-4436-588e-b459-bd258b3acd6f] [takeTime=1.024838ms] [] [2024/05/06 11:55:34.830 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=62] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:55:34.832 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=62] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:55:34.833 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=62] [curr-step=import] [next-step=post-process] [2024/05/06 11:55:34.833 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=62] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:55:34.833 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=62] [step=import] [2024/05/06 11:55:34.838 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:55:34.838 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:34.838 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:34.838 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:55:34.838 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:55:34.838 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:55:34.838 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:34.838 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:55:34.839 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:34.839 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:34.839 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:34.839 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:34.839 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:55:34.841 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:55:34.841 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:34.841 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:34.841 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:34.841 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:34.841 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=62] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=315.298517ms] [] [2024/05/06 11:55:34.907 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=62] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":1,\"ColSizeMap\":{\"1\":9}}"] [2024/05/06 11:55:34.908 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=62] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:55:34.908 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=62] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:55:35.074 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=62] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:55:35.168 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=62] [step=post-process] [subtask-id=120] [2024/05/06 11:55:35.168 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=62] [step=post-process] [subtask-id=120] [2024/05/06 11:55:35.168 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=62] [step=post-process] [subtask-id=120] [2024/05/06 11:55:35.177 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=62] [step=post-process] [subtask-id=120] [takeTime=8.987779ms] [] [2024/05/06 11:55:35.177 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=62] [step=post-process] [subtask-id=120] [groupId=-1] [size=36] [kvs=1] [checksum=10221261614854514798] [2024/05/06 11:55:35.177 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=62] [step=post-process] [subtask-id=120] [checksum="{cksum=10221261614854514798,size=36,kvs=1}"] [2024/05/06 11:55:35.177 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=62] [step=post-process] [subtask-id=120] [weight=30] [2024/05/06 11:55:35.177 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=62] [step=post-process] [subtask-id=120] [concurrency=15] [2024/05/06 11:55:35.181 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=288] [physicalTableID=288] [indexID=-1] [checksum=10221261614854514798] [totalKvs=1] [totalBytes=36] [2024/05/06 11:55:35.181 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=62] [step=post-process] [subtask-id=120] [local="{cksum=10221261614854514798,size=36,kvs=1}"] [2024/05/06 11:55:35.181 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=62] [step=post-process] [subtask-id=120] [takeTime=13.441042ms] [] [2024/05/06 11:55:35.181 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=62] [step=post-process] [subtask-id=120] [takeTime=13.779151ms] [] [2024/05/06 11:55:35.233 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=62] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=158.49308ms] [] [2024/05/06 11:55:35.234 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=62] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:55:35.234 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=62] [step=post-process] [state=running] [] [2024/05/06 11:55:35.237 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=62] [2024/05/06 11:55:35.289 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=62] [type=ImportInto] [2024/05/06 11:55:35.310 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=62] [2024/05/06 11:55:35.336 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:55:35.336 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=62] [2024/05/06 11:55:35.413 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:55:35.437 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.6157495819999999\n# Parse_time: 0.000532478\n# Compile_time: 0.001464053\n# Rewrite_time: 0.00029952\n# Optimize_time: 0.001019479\n# Wait_TS: 0\n# DB: fail_job_after_import\n# Is_internal: false\n# Digest: ff2114095bcf5f69d9f1b263e1f8128bb43d39426ab6c09598cdf8469b2b33d7\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS42MXMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS42MXMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_charset`.`ascii` FROM 'gs://test-load/ascii.tsv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH character_set=_UTF8MB4'ascii';"] [2024/05/06 11:55:35.463 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:35.677 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-load/ascii.tsv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"character_set\":\"binary\"}}"] [dist-task-enabled=true] [2024/05/06 11:55:35.755 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=63] [task-id=63] [data-size=8B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:55:35.802 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=63] [2024/05/06 11:55:35.802 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=63] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:55:35.908 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=63] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:55:35.909 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=63] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:55:35.910 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=63] [curr-step=init] [next-step=import] [2024/05/06 11:55:35.934 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:35.936 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=binary] [2024/05/06 11:55:35.936 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=binary] [before=536870912000] [after=8] [2024/05/06 11:55:35.936 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=binary] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=8] [cost=50.456µs] [2024/05/06 11:55:35.937 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=binary] [takeTime=151.773µs] [] [2024/05/06 11:55:35.937 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=63] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:55:35.937 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=63] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:55:36.102 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=63] [mode=Import] [2024/05/06 11:55:36.122 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=63] [2024/05/06 11:55:36.155 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=63] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:55:36.196 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=63] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:55:36.197 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=63] [step=import] [2024/05/06 11:55:36.198 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:36.208 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:55:36.208 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:55:36.209 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:36.209 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:55:36.210 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:36.210 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:55:36.210 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:36.210 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:55:36.210 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:36.229 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:55:36.230 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:55:36.230 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=binary] [quota=374.2GB] [2024/05/06 11:55:36.231 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=63] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:55:36.231 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=binary] [import-id=63] [disk-quota=348.5GiB] [2024/05/06 11:55:36.280 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=63] [step=import] [subtask-id=121] [2024/05/06 11:55:36.284 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_charset`.`binary`:0] [engineUUID=e8c1bd97-5d12-591a-8a3b-5cf4944c05d0] [2024/05/06 11:55:36.287 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_charset`.`binary`:-1] [engineUUID=c21efbc9-e882-5dfc-a7f3-0ea273c2903c] [2024/05/06 11:55:36.288 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=290] [2024/05/06 11:55:36.306 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=290] [key=ascii.tsv:0] [2024/05/06 11:55:36.308 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=290] [key=ascii.tsv:0] [readDur=1.061891ms] [encodeDur=650.378µs] [checksum="{cksum=17158934031773082224,size=36,kvs=1}"] [deliverDur=257.657µs] [type=file] [takeTime=2.359772ms] [] [2024/05/06 11:55:36.309 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=36] [kvs=1] [files=1] [sstFileSize=934] [file=/tmp/tidb/import-4000/63/e8c1bd97-5d12-591a-8a3b-5cf4944c05d0.sst/98ae2a81-8ab6-437b-8c99-a450e497f3ab.sst] [firstKey=7480000000000001225F728000000000000001] [lastKey=7480000000000001225F728000000000000001] [2024/05/06 11:55:36.309 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=63] [step=import] [subtask-id=121] [takeTime=29.211789ms] [] [2024/05/06 11:55:36.309 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=63] [step=import] [engine-id=0] [2024/05/06 11:55:36.309 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=63] [step=import] [engine-id=0] [2024/05/06 11:55:36.310 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_charset`.`binary`:0] [engineUUID=e8c1bd97-5d12-591a-8a3b-5cf4944c05d0] [2024/05/06 11:55:36.312 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_charset`.`binary`:0] [engineUUID=e8c1bd97-5d12-591a-8a3b-5cf4944c05d0] [takeTime=2.53122ms] [] [2024/05/06 11:55:36.312 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_charset`.`binary`:0] [engineUUID=e8c1bd97-5d12-591a-8a3b-5cf4944c05d0] [retryCnt=0] [2024/05/06 11:55:36.318 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:55:36.341 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=e8c1bd97-5d12-591a-8a3b-5cf4944c05d0] ["region ranges"=1] [count=1] [size=36] [2024/05/06 11:55:36.341 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:55:36.355 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=e8c1bd97-5d12-591a-8a3b-5cf4944c05d0] [size=36] [kvs=1] [importedSize=36] [importedCount=1] [2024/05/06 11:55:36.357 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_charset`.`binary`:0] [engineUUID=e8c1bd97-5d12-591a-8a3b-5cf4944c05d0] [retryCnt=0] [takeTime=45.007056ms] [] [2024/05/06 11:55:36.357 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_charset`.`binary`:0] [engineUUID=e8c1bd97-5d12-591a-8a3b-5cf4944c05d0] [2024/05/06 11:55:36.358 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_charset`.`binary`:0] [engineUUID=e8c1bd97-5d12-591a-8a3b-5cf4944c05d0] [takeTime=1.033628ms] [] [2024/05/06 11:55:36.358 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=63] [step=import] [engine-id=0] [2024/05/06 11:55:36.359 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_charset`.`binary`:-1] [engineUUID=c21efbc9-e882-5dfc-a7f3-0ea273c2903c] [2024/05/06 11:55:36.360 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_charset`.`binary`:-1] [engineUUID=c21efbc9-e882-5dfc-a7f3-0ea273c2903c] [takeTime=1.457831ms] [] [2024/05/06 11:55:36.360 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_charset`.`binary`:-1] [engineUUID=c21efbc9-e882-5dfc-a7f3-0ea273c2903c] [retryCnt=0] [2024/05/06 11:55:36.360 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=c21efbc9-e882-5dfc-a7f3-0ea273c2903c] [2024/05/06 11:55:36.360 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_charset`.`binary`:-1] [engineUUID=c21efbc9-e882-5dfc-a7f3-0ea273c2903c] [retryCnt=0] [takeTime=50.633µs] [] [2024/05/06 11:55:36.360 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_charset`.`binary`:-1] [engineUUID=c21efbc9-e882-5dfc-a7f3-0ea273c2903c] [2024/05/06 11:55:36.361 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_charset`.`binary`:-1] [engineUUID=c21efbc9-e882-5dfc-a7f3-0ea273c2903c] [takeTime=800.504µs] [] [2024/05/06 11:55:36.457 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=63] [step=import] [2024/05/06 11:55:36.461 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:36.461 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:55:36.461 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:55:36.461 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:55:36.461 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:55:36.461 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:55:36.461 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:36.461 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:36.461 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:36.461 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:36.461 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:36.461 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:36.461 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:55:36.464 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:55:36.464 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:36.464 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:36.464 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:36.464 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:36.464 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=63] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=268.418254ms] [] [2024/05/06 11:55:36.469 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=63] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:55:36.470 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=63] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:55:36.471 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=63] [curr-step=import] [next-step=post-process] [2024/05/06 11:55:36.471 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=63] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:55:36.543 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=63] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":1,\"ColSizeMap\":{\"1\":9}}"] [2024/05/06 11:55:36.544 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=63] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:55:36.545 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=63] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:55:36.695 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=63] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:55:36.749 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=63] [step=post-process] [subtask-id=122] [2024/05/06 11:55:36.749 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=63] [step=post-process] [subtask-id=122] [2024/05/06 11:55:36.750 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=63] [step=post-process] [subtask-id=122] [2024/05/06 11:55:36.758 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=63] [step=post-process] [subtask-id=122] [takeTime=8.439454ms] [] [2024/05/06 11:55:36.758 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=63] [step=post-process] [subtask-id=122] [groupId=-1] [size=36] [kvs=1] [checksum=17158934031773082224] [2024/05/06 11:55:36.758 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=63] [step=post-process] [subtask-id=122] [checksum="{cksum=17158934031773082224,size=36,kvs=1}"] [2024/05/06 11:55:36.758 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=63] [step=post-process] [subtask-id=122] [weight=30] [2024/05/06 11:55:36.758 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=63] [step=post-process] [subtask-id=122] [concurrency=15] [2024/05/06 11:55:36.762 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=290] [physicalTableID=290] [indexID=-1] [checksum=17158934031773082224] [totalKvs=1] [totalBytes=36] [2024/05/06 11:55:36.763 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=63] [step=post-process] [subtask-id=122] [local="{cksum=17158934031773082224,size=36,kvs=1}"] [2024/05/06 11:55:36.763 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=63] [step=post-process] [subtask-id=122] [takeTime=13.680084ms] [] [2024/05/06 11:55:36.763 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=63] [step=post-process] [subtask-id=122] [takeTime=13.861845ms] [] [2024/05/06 11:55:36.861 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=63] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=165.987766ms] [] [2024/05/06 11:55:36.869 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=63] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:55:36.869 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=63] [step=post-process] [state=running] [] [2024/05/06 11:55:36.872 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=63] [2024/05/06 11:55:36.916 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=63] [type=ImportInto] [2024/05/06 11:55:36.923 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=63] [2024/05/06 11:55:36.949 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:55:36.949 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=63] [2024/05/06 11:55:37.023 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.5749538969999999\n# Parse_time: 0.001355092\n# Compile_time: 0.002356674\n# Rewrite_time: 0.000400471\n# Optimize_time: 0.001033664\n# Wait_TS: 0\n# DB: fail_job_after_import\n# Is_internal: false\n# Digest: c99e63c018bc9ff9c2b9dd461ad8da47c337a5d3af25de98d43cc2553179790b\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS41N3MsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS41N3MsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_charset`.`binary` FROM 'gs://test-load/ascii.tsv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH character_set=_UTF8MB4'binary';"] === RUN TestImportInto/TestPreCheckCDCPiTRTasks [2024/05/06 11:55:37.037 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=205] [cur_db=fail_job_after_import] [sql="drop database if exists load_data"] [user=root@%] [2024/05/06 11:55:37.051 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:55:37.069 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:292, Type:drop schema, State:queueing, SchemaState:public, SchemaID:245, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:37.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:37.069 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:292, Type:drop schema, State:queueing, SchemaState:public, SchemaID:245, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:37.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop database if exists load_data"] [2024/05/06 11:55:37.128 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=292] [conn=2] [category=ddl] [job="ID:292, Type:drop schema, State:queueing, SchemaState:public, SchemaID:245, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:37.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:37.173 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=205] [neededSchemaVersion=206] ["start time"=388.363µs] [gotSchemaVersion=206] [phyTblIDs="[249]"] [actionTypes="[2]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:55:37.188 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=292] [version=206] [2024/05/06 11:55:37.221 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=206] ["take time"=53.967388ms] [job="ID:292, Type:drop schema, State:running, SchemaState:write only, SchemaID:245, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:37.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:37.359 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=292] [conn=2] [category=ddl] [job="ID:292, Type:drop schema, State:running, SchemaState:write only, SchemaID:245, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:37.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:37.391 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=206] [neededSchemaVersion=207] ["start time"=234.511µs] [gotSchemaVersion=207] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:55:37.404 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=292] [version=207] [2024/05/06 11:55:37.441 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=207] ["take time"=55.154818ms] [job="ID:292, Type:drop schema, State:running, SchemaState:delete only, SchemaID:245, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:37.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:37.485 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=292] [conn=2] [category=ddl] [job="ID:292, Type:drop schema, State:running, SchemaState:delete only, SchemaID:245, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:37.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:37.524 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=207] [neededSchemaVersion=208] ["start time"=232.698µs] [gotSchemaVersion=208] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:55:37.538 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=292] [version=208] [2024/05/06 11:55:37.570 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=208] ["take time"=53.679858ms] [job="ID:292, Type:drop schema, State:done, SchemaState:none, SchemaID:245, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:37.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:37.647 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=292] [tableIDs="[249]"] [comment="drop schema: table IDs"] [2024/05/06 11:55:37.657 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=292] [jobType="drop schema"] [2024/05/06 11:55:37.661 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=292] [conn=2] [job="ID:292, Type:drop schema, State:synced, SchemaState:none, SchemaID:245, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:37.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:37.718 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=292] [2024/05/06 11:55:37.718 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:37.723 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.686805524\n# Parse_time: 0.000595751\n# Compile_time: 0.00088012\n# Rewrite_time: 0.000039794\n# Optimize_time: 0.001622945\n# Wait_TS: 0.000505483\n# DB: fail_job_after_import\n# Is_internal: false\n# Digest: 56257f0c0dee1f157d6b4394eb3c67f0af51887b4f515caad24d258b1a7ab179\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop database if exists load_data;"] [2024/05/06 11:55:37.724 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=208] [cur_db=fail_job_after_import] [sql="create database load_data"] [user=root@%] [2024/05/06 11:55:37.813 +00:00] [WARN] [pd.go:168] ["get timestamp too slow"] ["cost time"=53.076171ms] [2024/05/06 11:55:37.818 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:294, Type:create schema, State:queueing, SchemaState:none, SchemaID:293, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:37.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:37.818 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:294, Type:create schema, State:queueing, SchemaState:none, SchemaID:293, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:37.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database load_data"] [2024/05/06 11:55:37.887 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=294] [conn=2] [category=ddl] [job="ID:294, Type:create schema, State:queueing, SchemaState:none, SchemaID:293, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:37.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:37.925 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=208] [neededSchemaVersion=209] ["start time"=1.035766ms] [gotSchemaVersion=209] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:55:37.940 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=294] [version=209] [2024/05/06 11:55:37.973 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=209] ["take time"=53.955149ms] [job="ID:294, Type:create schema, State:done, SchemaState:public, SchemaID:293, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:37.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:38.020 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=294] [conn=2] [job="ID:294, Type:create schema, State:synced, SchemaState:public, SchemaID:293, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:37.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:38.049 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=294] [2024/05/06 11:55:38.050 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:38.054 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.330965117\n# Parse_time: 0.000242126\n# Compile_time: 0.00081137\n# Rewrite_time: 0.000034744\n# Optimize_time: 0.001622945\n# Wait_TS: 0.000386782\n# DB: fail_job_after_import\n# Is_internal: false\n# Digest: ca60166e3dbebade2b09ffd4df8b6b04a5c001cc16f9b9d9e7cea22e5725278b\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ncreate database load_data;"] [2024/05/06 11:55:38.059 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=209] [cur_db=load_data] [sql="drop table if exists t;"] [user=root@%] [2024/05/06 11:55:38.062 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=209] [cur_db=load_data] [sql="create table t (a bigint primary key, b varchar(100), c int);"] [user=root@%] [2024/05/06 11:55:38.121 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:296, Type:create table, State:queueing, SchemaState:none, SchemaID:293, TableID:295, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:38.066 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:38.121 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:296, Type:create table, State:queueing, SchemaState:none, SchemaID:293, TableID:295, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:38.066 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t (a bigint primary key, b varchar(100), c int);"] [2024/05/06 11:55:38.194 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=296] [conn=2] [category=ddl] [job="ID:296, Type:create table, State:queueing, SchemaState:none, SchemaID:293, TableID:295, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:38.066 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:38.203 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 293, Table ID: 295, Table Name: t"] [2024/05/06 11:55:38.283 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=209] [neededSchemaVersion=210] ["start time"=3.068998ms] [gotSchemaVersion=210] [phyTblIDs="[295]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:55:38.339 +00:00] [INFO] [syncer.go:352] ["syncer check all versions, someone is not synced"] [category=ddl] [info="instance ip , port 4000, id 13b79268-01a2-4631-adb6-11542ffedcba"] ["ddl job id"=296] [ver=210] [2024/05/06 11:55:38.347 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=296] [version=210] [2024/05/06 11:55:38.362 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=210] ["take time"=88.417585ms] [job="ID:296, Type:create table, State:done, SchemaState:public, SchemaID:293, TableID:295, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:38.066 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:38.408 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=296] [conn=2] [job="ID:296, Type:create table, State:synced, SchemaState:public, SchemaID:293, TableID:295, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:38.066 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:38.471 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=296] [2024/05/06 11:55:38.471 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:38.475 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.414216286\n# Parse_time: 0.000640583\n# Compile_time: 0.000924046\n# Rewrite_time: 0.000044935\n# Optimize_time: 0.001622945\n# Wait_TS: 0.000371439\n# DB: load_data\n# Is_internal: false\n# Digest: 1ef21995e118bfb6046909d1ea3dbe72db050594cdb1276dc8bea0a10399e8e3\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse load_data;\ncreate table t (a bigint primary key, b varchar(100), c int);"] [2024/05/06 11:55:38.477 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=210] [cur_db=load_data] [sql="create table dst (a bigint primary key, b varchar(100), c int);"] [user=root@%] [2024/05/06 11:55:38.526 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:298, Type:create table, State:queueing, SchemaState:none, SchemaID:293, TableID:297, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:38.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:38.526 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:298, Type:create table, State:queueing, SchemaState:none, SchemaID:293, TableID:297, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:38.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table dst (a bigint primary key, b varchar(100), c int);"] [2024/05/06 11:55:38.566 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=298] [conn=2] [category=ddl] [job="ID:298, Type:create table, State:queueing, SchemaState:none, SchemaID:293, TableID:297, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:38.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:38.575 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 293, Table ID: 297, Table Name: dst"] [2024/05/06 11:55:38.637 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=210] [neededSchemaVersion=211] ["start time"=2.959333ms] [gotSchemaVersion=211] [phyTblIDs="[297]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:55:38.650 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=298] [version=211] [2024/05/06 11:55:38.683 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=211] ["take time"=53.516487ms] [job="ID:298, Type:create table, State:done, SchemaState:public, SchemaID:293, TableID:297, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:38.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:38.758 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=298] [conn=2] [job="ID:298, Type:create table, State:synced, SchemaState:public, SchemaID:293, TableID:297, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:38.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:38.847 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=298] [2024/05/06 11:55:38.847 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:38.851 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.375482212\n# Parse_time: 0.000593688\n# Compile_time: 0.001007119\n# Rewrite_time: 0.000053202\n# Optimize_time: 0.001622945\n# Wait_TS: 0.000440782\n# DB: load_data\n# Is_internal: false\n# Digest: dd39dc60c5a3729fa0f54c96e5eb385749f61bd0c49a1712893c1ff3cc2134b3\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ncreate table dst (a bigint primary key, b varchar(100), c int);"] [2024/05/06 11:55:38.859 +00:00] [INFO] [advancer.go:397] ["Meet task event"] [category="log backup advancer"] [event=Add(dummy-task)] [2024/05/06 11:55:38.860 +00:00] [INFO] [db.go:132] ["inc log backup task"] [count=1] [2024/05/06 11:55:38.862 +00:00] [INFO] [advancer.go:432] ["added event"] [task="name:\"dummy-task\" "] [ranges={}] [current-checkpoint=0] [2024/05/06 11:55:38.866 +00:00] [INFO] [advancer.go:397] ["Meet task event"] [category="log backup advancer"] [event=Pause(dummy-task)] [2024/05/06 11:55:38.867 +00:00] [INFO] [advancer.go:397] ["Meet task event"] [category="log backup advancer"] [event=Pause(dummy-task)] [2024/05/06 11:55:38.868 +00:00] [INFO] [advancer.go:397] ["Meet task event"] [category="log backup advancer"] [event=Pause(dummy-task)] [2024/05/06 11:55:38.874 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:38.918 +00:00] [ERROR] [precheck_test.go:103] [error] [error="[executor:8173]PreCheck failed: found PiTR log streaming task(s): [dummy-task],"] [stack="tests/realtikvtest/importintotest/importintotest_test.(*mockGCSSuite).TestPreCheckCDCPiTRTasks\n\ttests/realtikvtest/importintotest/precheck_test.go:103\nreflect.Value.call\n\tGOROOT/src/reflect/value.go:596\nreflect.Value.Call\n\tGOROOT/src/reflect/value.go:380\ngithub.com/stretchr/testify/suite.Run.func1\n\texternal/com_github_stretchr_testify/suite/suite.go:202\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595"] [2024/05/06 11:55:38.935 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:39.142 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://precheck-cdc-pitr/file.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"disable_precheck\":null}}"] [dist-task-enabled=true] [2024/05/06 11:55:39.293 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=64] [task-id=64] [data-size=10B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:55:39.334 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=64] [2024/05/06 11:55:39.334 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=64] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:55:39.443 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=64] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:55:39.445 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=64] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:55:39.446 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=64] [curr-step=init] [next-step=import] [2024/05/06 11:55:39.467 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:39.469 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:55:39.469 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=10] [2024/05/06 11:55:39.469 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=10] [cost=47.348µs] [2024/05/06 11:55:39.470 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=157.027µs] [] [2024/05/06 11:55:39.470 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=64] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:55:39.470 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=64] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:55:39.597 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=64] [mode=Import] [2024/05/06 11:55:39.615 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=64] [2024/05/06 11:55:39.621 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=64] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:55:39.716 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=64] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:55:39.717 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=64] [step=import] [2024/05/06 11:55:39.718 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:39.727 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:55:39.727 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:55:39.728 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:39.728 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:55:39.729 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:39.729 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:39.729 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:55:39.729 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:55:39.729 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:39.745 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:55:39.746 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:55:39.747 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:55:39.747 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=64] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:55:39.747 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=64] [disk-quota=348.5GiB] [2024/05/06 11:55:39.793 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=64] [step=import] [subtask-id=123] [2024/05/06 11:55:39.797 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:55:39.800 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:55:39.801 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=295] [2024/05/06 11:55:39.831 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=295] [key=file.csv:0] [2024/05/06 11:55:39.834 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=295] [key=file.csv:0] [readDur=1.236849ms] [encodeDur=823.114µs] [checksum="{cksum=7662606672183952805,size=37,kvs=1}"] [deliverDur=777.263µs] [type=file] [takeTime=3.324839ms] [] [2024/05/06 11:55:39.836 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=64] [step=import] [subtask-id=123] [takeTime=42.976961ms] [] [2024/05/06 11:55:39.836 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=37] [kvs=1] [files=1] [sstFileSize=935] [file=/tmp/tidb/import-4000/64/67ea3590-7c4f-5a31-ade6-de9a31136e82.sst/fb847b9b-ce8e-4d80-af1a-556ef49d99e8.sst] [firstKey=7480000000000001275F728000000000000001] [lastKey=7480000000000001275F728000000000000001] [2024/05/06 11:55:39.836 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=64] [step=import] [engine-id=0] [2024/05/06 11:55:39.836 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=64] [step=import] [engine-id=0] [2024/05/06 11:55:39.836 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:55:39.838 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [takeTime=2.404467ms] [] [2024/05/06 11:55:39.839 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [retryCnt=0] [2024/05/06 11:55:39.844 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:55:39.866 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=67ea3590-7c4f-5a31-ade6-de9a31136e82] ["region ranges"=1] [count=1] [size=37] [2024/05/06 11:55:39.866 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:55:39.881 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=67ea3590-7c4f-5a31-ade6-de9a31136e82] [size=37] [kvs=1] [importedSize=37] [importedCount=1] [2024/05/06 11:55:39.883 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [retryCnt=0] [takeTime=44.562204ms] [] [2024/05/06 11:55:39.883 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [2024/05/06 11:55:39.884 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:0] [engineUUID=67ea3590-7c4f-5a31-ade6-de9a31136e82] [takeTime=1.112661ms] [] [2024/05/06 11:55:39.884 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=64] [step=import] [engine-id=0] [2024/05/06 11:55:39.885 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:55:39.886 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [takeTime=1.545449ms] [] [2024/05/06 11:55:39.886 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [retryCnt=0] [2024/05/06 11:55:39.886 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:55:39.886 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [retryCnt=0] [takeTime=65.528µs] [] [2024/05/06 11:55:39.886 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [2024/05/06 11:55:39.887 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`t`:-1] [engineUUID=4c983745-cf08-5412-9f4a-17b9f1b1e2e3] [takeTime=898.743µs] [] [2024/05/06 11:55:39.937 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=64] [step=import] [2024/05/06 11:55:39.940 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:39.940 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:39.940 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:55:39.940 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:55:39.940 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:55:39.940 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:55:39.940 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:55:39.940 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:39.940 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:39.940 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:39.940 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:39.940 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:39.940 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:55:39.942 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:55:39.942 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:39.942 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:39.942 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:39.942 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:39.942 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=64] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=226.409474ms] [] [2024/05/06 11:55:39.958 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=64] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:55:39.959 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=64] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:55:39.960 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=64] [curr-step=import] [next-step=post-process] [2024/05/06 11:55:39.961 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=64] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:55:40.035 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=64] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":1,\"ColSizeMap\":{\"1\":1,\"2\":6,\"3\":1}}"] [2024/05/06 11:55:40.037 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=64] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:55:40.037 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=64] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:55:40.268 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=64] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:55:40.318 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=64] [step=post-process] [subtask-id=124] [2024/05/06 11:55:40.318 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=64] [step=post-process] [subtask-id=124] [2024/05/06 11:55:40.318 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=64] [step=post-process] [subtask-id=124] [2024/05/06 11:55:40.318 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=64] [step=post-process] [subtask-id=124] [takeTime=15.045µs] [] [2024/05/06 11:55:40.318 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=64] [step=post-process] [subtask-id=124] [groupId=-1] [size=37] [kvs=1] [checksum=7662606672183952805] [2024/05/06 11:55:40.318 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=64] [step=post-process] [subtask-id=124] [checksum="{cksum=7662606672183952805,size=37,kvs=1}"] [2024/05/06 11:55:40.318 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=64] [step=post-process] [subtask-id=124] [weight=30] [2024/05/06 11:55:40.318 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=64] [step=post-process] [subtask-id=124] [concurrency=15] [2024/05/06 11:55:40.322 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=295] [physicalTableID=295] [indexID=-1] [checksum=7662606672183952805] [totalKvs=1] [totalBytes=37] [2024/05/06 11:55:40.323 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=64] [step=post-process] [subtask-id=124] [local="{cksum=7662606672183952805,size=37,kvs=1}"] [2024/05/06 11:55:40.323 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=64] [step=post-process] [subtask-id=124] [takeTime=5.166758ms] [] [2024/05/06 11:55:40.323 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=64] [step=post-process] [subtask-id=124] [takeTime=5.411627ms] [] [2024/05/06 11:55:40.361 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=64] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:55:40.361 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=64] [step=post-process] [state=running] [] [2024/05/06 11:55:40.364 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=64] [2024/05/06 11:55:40.370 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=64] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=102.41387ms] [] [2024/05/06 11:55:40.431 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=64] [type=ImportInto] [2024/05/06 11:55:40.488 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=64] [2024/05/06 11:55:40.509 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:55:40.509 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=64] [2024/05/06 11:55:40.558 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.6389873289999999\n# Parse_time: 0.000691512\n# Compile_time: 0.001719532\n# Rewrite_time: 0.000367653\n# Optimize_time: 0.001622945\n# Wait_TS: 0\n# DB: load_data\n# Is_internal: false\n# Digest: 5bcf9e20da079b52c86bd1aeabbdadcf5458f871133d5e2ecad89288016e27be\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS42NHMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS42NHMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_data`.`t` FROM 'gs://precheck-cdc-pitr/file.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH disable_precheck;"] [2024/05/06 11:55:40.591 +00:00] [INFO] [tidb.go:269] ["rollbackTxn called due to ddl/autocommit failure"] [2024/05/06 11:55:40.592 +00:00] [WARN] [session.go:2153] ["run statement failed"] [schemaVersion=211] [error="[executor:8173]PreCheck failed: found PiTR log streaming task(s): [dummy-task],"] [session="{\n \"currDBName\": \"load_data\",\n \"id\": 2,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": {\n \"Username\": \"root\",\n \"Hostname\": \"localhost\",\n \"CurrentUser\": false,\n \"AuthUsername\": \"root\",\n \"AuthHostname\": \"%\",\n \"AuthPlugin\": \"\"\n }\n}"] [2024/05/06 11:55:40.592 +00:00] [ERROR] [precheck_test.go:112] [error] [error="[executor:8173]PreCheck failed: found PiTR log streaming task(s): [dummy-task],"] [errorVerbose="[executor:8173]PreCheck failed: found PiTR log streaming task(s): [dummy-task],\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:408\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:363\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\tpkg/testkit/testkit.go:436\ntests/realtikvtest/importintotest/importintotest_test.(*mockGCSSuite).TestPreCheckCDCPiTRTasks\n\ttests/realtikvtest/importintotest/precheck_test.go:111\nreflect.Value.call\n\tGOROOT/src/reflect/value.go:596\nreflect.Value.Call\n\tGOROOT/src/reflect/value.go:380\ngithub.com/stretchr/testify/suite.Run.func1\n\texternal/com_github_stretchr_testify/suite/suite.go:202\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="tests/realtikvtest/importintotest/importintotest_test.(*mockGCSSuite).TestPreCheckCDCPiTRTasks\n\ttests/realtikvtest/importintotest/precheck_test.go:112\nreflect.Value.call\n\tGOROOT/src/reflect/value.go:596\nreflect.Value.Call\n\tGOROOT/src/reflect/value.go:380\ngithub.com/stretchr/testify/suite.Run.func1\n\texternal/com_github_stretchr_testify/suite/suite.go:202\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595"] [2024/05/06 11:55:40.628 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:55:40.753 +00:00] [INFO] [import_into.go:226] ["importing data from select statement"] [import-id=cf9e75e2-11c9-436f-a44b-007a7afc210f] [concurrency=2] [target-table=`load_data`.`dst`] [target-table-id=297] [2024/05/06 11:55:40.761 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:55:40.761 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:55:40.762 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:40.762 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:55:40.763 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:40.763 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:55:40.763 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:40.763 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:55:40.763 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:40.779 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:55:40.781 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:55:40.781 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=dst] [quota=374.2GB] [2024/05/06 11:55:40.785 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`dst`:1] [engineUUID=aae7ed10-3950-5c5f-b1f6-563a3ef43f6a] [2024/05/06 11:55:40.789 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`dst`:-1] [engineUUID=95cbf67f-8845-5ed1-ab67-d03ce00676ee] [2024/05/06 11:55:40.858 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=dst] [import-id=cf9e75e2-11c9-436f-a44b-007a7afc210f] [key=import-from-select] [2024/05/06 11:55:40.859 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=dst] [import-id=cf9e75e2-11c9-436f-a44b-007a7afc210f] [key=import-from-select] [readDur=11.898µs] [encodeDur=532.39µs] [checksum="{cksum=8175399284317246790,size=37,kvs=1}"] [deliverDur=179.608µs] [type=query] [takeTime=1.056454ms] [] [2024/05/06 11:55:40.860 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=37] [kvs=1] [files=1] [sstFileSize=935] [file=/tmp/tidb/import-4000/cf9e75e2-11c9-436f-a44b-007a7afc210f/aae7ed10-3950-5c5f-b1f6-563a3ef43f6a.sst/398adb05-6a93-488d-bac5-32d3dc4fc90f.sst] [firstKey=7480000000000001295F728000000000000001] [lastKey=7480000000000001295F728000000000000001] [2024/05/06 11:55:40.865 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [table=dst] [import-id=cf9e75e2-11c9-436f-a44b-007a7afc210f] [key=import-from-select] [2024/05/06 11:55:40.865 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [table=dst] [import-id=cf9e75e2-11c9-436f-a44b-007a7afc210f] [key=import-from-select] [readDur=0s] [encodeDur=0s] [checksum="{cksum=0,size=0,kvs=0}"] [deliverDur=0s] [type=query] [takeTime=113.293µs] [] [2024/05/06 11:55:40.865 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`dst`:1] [engineUUID=aae7ed10-3950-5c5f-b1f6-563a3ef43f6a] [2024/05/06 11:55:40.867 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`dst`:1] [engineUUID=aae7ed10-3950-5c5f-b1f6-563a3ef43f6a] [takeTime=1.522363ms] [] [2024/05/06 11:55:40.867 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`dst`:1] [engineUUID=aae7ed10-3950-5c5f-b1f6-563a3ef43f6a] [retryCnt=0] [2024/05/06 11:55:40.872 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:55:40.925 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=aae7ed10-3950-5c5f-b1f6-563a3ef43f6a] ["region ranges"=1] [count=1] [size=37] [2024/05/06 11:55:40.925 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:55:40.940 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=aae7ed10-3950-5c5f-b1f6-563a3ef43f6a] [size=37] [kvs=1] [importedSize=37] [importedCount=1] [2024/05/06 11:55:40.943 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`dst`:1] [engineUUID=aae7ed10-3950-5c5f-b1f6-563a3ef43f6a] [retryCnt=0] [takeTime=75.733242ms] [] [2024/05/06 11:55:40.943 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`dst`:-1] [engineUUID=95cbf67f-8845-5ed1-ab67-d03ce00676ee] [2024/05/06 11:55:40.945 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`dst`:-1] [engineUUID=95cbf67f-8845-5ed1-ab67-d03ce00676ee] [takeTime=2.265835ms] [] [2024/05/06 11:55:40.946 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`dst`:-1] [engineUUID=95cbf67f-8845-5ed1-ab67-d03ce00676ee] [retryCnt=0] [2024/05/06 11:55:40.946 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=95cbf67f-8845-5ed1-ab67-d03ce00676ee] [2024/05/06 11:55:40.946 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`dst`:-1] [engineUUID=95cbf67f-8845-5ed1-ab67-d03ce00676ee] [retryCnt=0] [takeTime=74.774µs] [] [2024/05/06 11:55:40.946 +00:00] [INFO] [table_import.go:761] ["post process start"] [table=dst] [import-id=cf9e75e2-11c9-436f-a44b-007a7afc210f] [checksum="{\"id=-1\"=\"{cksum=8175399284317246790,size=37,kvs=1}\"}"] [2024/05/06 11:55:40.946 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [table=dst] [import-id=cf9e75e2-11c9-436f-a44b-007a7afc210f] [2024/05/06 11:55:40.946 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [table=dst] [import-id=cf9e75e2-11c9-436f-a44b-007a7afc210f] [takeTime=45.195µs] [] [2024/05/06 11:55:40.946 +00:00] [INFO] [table_import.go:835] ["local checksum"] [table=dst] [import-id=cf9e75e2-11c9-436f-a44b-007a7afc210f] [checksum="{cksum=8175399284317246790,size=37,kvs=1}"] [2024/05/06 11:55:40.946 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [table=dst] [import-id=cf9e75e2-11c9-436f-a44b-007a7afc210f] [weight=30] [2024/05/06 11:55:40.946 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [table=dst] [import-id=cf9e75e2-11c9-436f-a44b-007a7afc210f] [concurrency=15] [2024/05/06 11:55:40.951 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=297] [physicalTableID=297] [indexID=-1] [checksum=8175399284317246790] [totalKvs=1] [totalBytes=37] [2024/05/06 11:55:40.952 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [table=dst] [import-id=cf9e75e2-11c9-436f-a44b-007a7afc210f] [local="{cksum=8175399284317246790,size=37,kvs=1}"] [2024/05/06 11:55:40.952 +00:00] [INFO] [table_import.go:763] ["post process completed"] [table=dst] [import-id=cf9e75e2-11c9-436f-a44b-007a7afc210f] [checksum="{\"id=-1\"=\"{cksum=8175399284317246790,size=37,kvs=1}\"}"] [takeTime=5.980745ms] [] [2024/05/06 11:55:40.952 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`dst`:1] [engineUUID=aae7ed10-3950-5c5f-b1f6-563a3ef43f6a] [2024/05/06 11:55:40.952 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`dst`:1] [engineUUID=aae7ed10-3950-5c5f-b1f6-563a3ef43f6a] [takeTime=23.618µs] [] [2024/05/06 11:55:40.952 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`dst`:1] [engineUUID=aae7ed10-3950-5c5f-b1f6-563a3ef43f6a] [2024/05/06 11:55:40.954 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`dst`:1] [engineUUID=aae7ed10-3950-5c5f-b1f6-563a3ef43f6a] [takeTime=1.368275ms] [] [2024/05/06 11:55:40.954 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`dst`:-1] [engineUUID=95cbf67f-8845-5ed1-ab67-d03ce00676ee] [2024/05/06 11:55:40.954 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`dst`:-1] [engineUUID=95cbf67f-8845-5ed1-ab67-d03ce00676ee] [takeTime=10.644µs] [] [2024/05/06 11:55:40.954 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`dst`:-1] [engineUUID=95cbf67f-8845-5ed1-ab67-d03ce00676ee] [2024/05/06 11:55:40.955 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`dst`:-1] [engineUUID=95cbf67f-8845-5ed1-ab67-d03ce00676ee] [takeTime=945.195µs] [] [2024/05/06 11:55:40.959 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:55:40.960 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:55:40.960 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:40.960 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:40.960 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:40.960 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:55:40.960 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:55:40.960 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:55:40.960 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:40.960 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:40.960 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:40.960 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:40.960 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:55:40.963 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:55:40.963 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:40.963 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:40.963 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:40.963 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:40.966 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449576053130133509\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.371453734\n# Parse_time: 0.000635033\n# Compile_time: 0.003384919\n# Rewrite_time: 0.002036089\n# Optimize_time: 0.001087755\n# Wait_TS: 0.000132954\n# Cop_time: 0.000094686 Process_time: 0.000165296 Wait_time: 0.000107406 Request_count: 3 Process_keys: 1 Total_keys: 3 Get_snapshot_time: 0.000 Rocksdb_block_cache_hit_count: 7\n# DB: load_data\n# Is_internal: false\n# Digest: 4e6c0340e3de6960369822ac18a3be4729085c52ed4e25bdcab6958982fc73a9\n# Stats: t:pseudo[10000;0]\n# Num_cop_tasks: 3\n# Cop_proc_avg: 5.5098e-05 Cop_proc_p90: 6.6144e-05 Cop_proc_max: 6.6144e-05 Cop_proc_addr: 127.0.0.1:20161\n# Cop_wait_avg: 3.5802e-05 Cop_wait_p90: 4.0557e-05 Cop_wait_max: 4.0557e-05 Cop_wait_addr: 127.0.0.1:20161\n# Mem_max: 766\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('mQaYMAk1OV8yCTAJMAlOL0EJMAl0aW1lOjM2NS40bXMsIGxvb3BzOjEJARygTi9BCjEJMzFfNwkwCTEwMDAwCWRhdGE6VGFibGVGdWxsU2Nhbl82CTEJRBg2MDcuOcK1FUV4MiwgY29wX3Rhc2s6IHtudW06IDMsIG1heDogMS42NwFuCG1pbgENBDQ1AQ0IYXZnAQ0ENTgBDQhwOTUBDQ0nPGF4X3Byb2Nfa2V5czogMSwBHzoSAAh0b3QFEhg6IDE2NS4zBYgBFCh3YWl0OiAxMDcuNAUUgGNvcHJfY2FjaGVfaGl0X3JhdGlvOiAwLjAwLCBidWlsZAWxCF9kdQUaAZ8ENDANOwGHmGRpc3RzcWxfY29uY3VycmVuY3k6IDN9LCBycGNfaW5mbzp7Q29wOgHvGF9ycGM6MywBhghhbF8lZwA0IWUwfX0JNzY2IEJ5dGVzCSFkDDIJNDMhRwBfMWbgdGFibGU6dCwga2VlcCBvcmRlcjpmYWxzZSwgc3RhdHM6cHNldWRvCTEJdGlrdl90YXNrOntwcm9jAaMMOjBzLCVZAQglVAEJCHA4MAURIVgBEBBpdGVycwWeYGFza3M6M30sIHNjYW5fZGV0YWlsOiB7dG8BtgFVCGVzczl5RhcAIF9zaXplOiA0NRHqKaU4MywgZ2V0X3NuYXBzaG90KQAIIDUyLZs0cm9ja3NkYjoge2Jsb2NBITmUMGNvdW50OiA3fX19LCAhOF6WAAEcOvABCGFsXyHyERs19wB0ISkId2FsLYlIIDU4NS42wrVzfQlOL0EJTi9BCg==')\n# Binary_plan: tidb_decode_binary_plan('ggegCv0GCgxJbXBvcnRJbnRvXzIStgYKDVRhYmxlUmVhZGVyXzcStgMKD1QBElBGdWxsU2Nhbl82IZY8ANAr5ERBKQABAfBpiMNAMAE4AkACShAKDgoJbG9hZF9kYXRhEgF0Uh5rZWVwIG9yZGVyOmZhbHNlLCBzdGF0czpwc2V1ZG9qwgJ0aWt2X3Rhc2s6e3Byb2MgbWF4OjBzLCBtaW46MHMsIGF2ZzogMHMsIHA4MAURCHA5NQUITGl0ZXJzOjMsIHRhc2tzOjN9LCBzAZ98ZGV0YWlsOiB7dG90YWxfcHJvY2Vzc19rZXlzOiAxLCBGFwAgX3NpemU6IDQ1ER0JLPBMMywgZ2V0X3NuYXBzaG90X3RpbWU6IDUyLjPCtXMsIHJvY2tzZGI6IHtibG9jazoge2NhY2hlX2hpdF9jb3VudDogN319fSwgdGltZV9algAJVAgxNjUNVQmdCHdhaRFvEDEwNy40BXAAdCEpDHdhbGwNNSg1ODUuNsK1c31w/xEBBAF4EQok/wEhckIiots4HDKlARABQAFSFCGcBDpUNtMBBFoWBYoQNjA3LjkFbjRsb29wczoyYpcCY29wXyFjGDoge251bTohFyRtYXg6IDEuNjdtLakQIDEuNDUBDQBhIa4MMS41OAENIaoZJwRheCWMLV0EMSwBHzoSAAh0b3QFEgA6NhIBJRAAOj0LEGNvcHJfOW5EcmF0aW86IDAuMDAsIGJ1aWxkBbEIX2R1BRoUbjogMTQwLUYBh1BkaXN0c3FsX2NvbmN1cnJlbmN5OiBBQDRycGNfaW5mbzp7Q29wOgHvEF9ycGM6QWRFTCUkJDQuNG1zfX1w/gU9bgA4IVoUA04vQVoVBSUIMzY1AScALC1IADFWpAEEGAE=')\n# Resource_group: default\nIMPORT INTO `load_data`.`dst` FROM SELECT * FROM `load_data`.`t` WITH disable_precheck;"] [2024/05/06 11:55:40.978 +00:00] [INFO] [advancer.go:397] ["Meet task event"] [category="log backup advancer"] [event=Del(dummy-task)] [2024/05/06 11:55:40.979 +00:00] [INFO] [db.go:138] ["dec log backup task"] [count=0] [2024/05/06 11:55:40.979 +00:00] [INFO] [flush_subscriber.go:109] [Clearing.] [category="log backup flush subscriber"] [timeout=1m0s] [2024/05/06 11:55:40.979 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=211] [cur_db=load_data] [sql="truncate table t"] [user=root@%] [2024/05/06 11:55:41.013 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:300, Type:truncate table, State:queueing, SchemaState:none, SchemaID:293, TableID:295, RowCount:0, ArgLen:3, start time: 2024-05-06 11:55:40.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:41.013 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:300, Type:truncate table, State:queueing, SchemaState:none, SchemaID:293, TableID:295, RowCount:0, ArgLen:3, start time: 2024-05-06 11:55:40.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="truncate table t"] [2024/05/06 11:55:41.080 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=300] [conn=2] [category=ddl] [job="ID:300, Type:truncate table, State:queueing, SchemaState:none, SchemaID:293, TableID:295, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:40.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:41.093 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 293, Table ID: 299, Table Name: t, Old Table ID: 295, Old Table Name: t"] [2024/05/06 11:55:41.140 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=211] [neededSchemaVersion=212] ["start time"=2.966079ms] [gotSchemaVersion=212] [phyTblIDs="[295,299]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 11:55:41.154 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=300] [version=212] [2024/05/06 11:55:41.185 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=212] ["take time"=53.335412ms] [job="ID:300, Type:truncate table, State:done, SchemaState:public, SchemaID:293, TableID:295, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:40.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:41.252 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=300] [tableIDs="[295]"] [comment="drop table: table ID"] [2024/05/06 11:55:41.261 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=300] [jobType="truncate table"] [2024/05/06 11:55:41.265 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=300] [conn=2] [job="ID:300, Type:truncate table, State:synced, SchemaState:public, SchemaID:293, TableID:295, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:40.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:41.323 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=300] [2024/05/06 11:55:41.323 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:41.327 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.348517757\n# Parse_time: 0.000242547\n# Compile_time: 0.000867582\n# Rewrite_time: 0.000049975\n# Optimize_time: 0.002116352\n# Wait_TS: 0.000458405\n# DB: load_data\n# Is_internal: false\n# Digest: 2ff7fc61fcea18277bed40e235270c83f2a635733db48efecb6208524e5fa5bf\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ntruncate table t;"] [2024/05/06 11:55:41.341 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] === RUN TestImportInto/TestPreCheckTableNotEmpty [2024/05/06 11:55:41.427 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=212] [cur_db=load_data] [sql="drop database if exists load_data"] [user=root@%] [2024/05/06 11:55:41.461 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:301, Type:drop schema, State:queueing, SchemaState:public, SchemaID:293, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:41.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:41.461 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:301, Type:drop schema, State:queueing, SchemaState:public, SchemaID:293, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:41.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop database if exists load_data"] [2024/05/06 11:55:41.524 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=301] [conn=2] [category=ddl] [job="ID:301, Type:drop schema, State:queueing, SchemaState:public, SchemaID:293, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:41.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:41.559 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=212] [neededSchemaVersion=213] ["start time"=280.718µs] [gotSchemaVersion=213] [phyTblIDs="[297,299]"] [actionTypes="[2,2]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:55:41.570 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=301] [version=213] [2024/05/06 11:55:41.608 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=213] ["take time"=53.524297ms] [job="ID:301, Type:drop schema, State:running, SchemaState:write only, SchemaID:293, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:41.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:41.668 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=301] [conn=2] [category=ddl] [job="ID:301, Type:drop schema, State:running, SchemaState:write only, SchemaID:293, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:41.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:41.697 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=213] [neededSchemaVersion=214] ["start time"=199.634µs] [gotSchemaVersion=214] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:55:41.708 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=301] [version=214] [2024/05/06 11:55:41.747 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=214] ["take time"=53.987776ms] [job="ID:301, Type:drop schema, State:running, SchemaState:delete only, SchemaID:293, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:41.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:41.793 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=301] [conn=2] [category=ddl] [job="ID:301, Type:drop schema, State:running, SchemaState:delete only, SchemaID:293, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:41.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:41.826 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=214] [neededSchemaVersion=215] ["start time"=210.653µs] [gotSchemaVersion=215] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:55:41.838 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=301] [version=215] [2024/05/06 11:55:41.902 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=215] ["take time"=81.316388ms] [job="ID:301, Type:drop schema, State:done, SchemaState:none, SchemaID:293, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:41.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:41.952 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=301] [tableIDs="[297,299]"] [comment="drop schema: table IDs"] [2024/05/06 11:55:41.963 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=301] [jobType="drop schema"] [2024/05/06 11:55:41.966 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=301] [conn=2] [job="ID:301, Type:drop schema, State:synced, SchemaState:none, SchemaID:293, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:41.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:42.029 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=301] [2024/05/06 11:55:42.029 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:42.033 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.608307962\n# Parse_time: 0.000727778\n# Compile_time: 0.001269202\n# Rewrite_time: 0.000055887\n# Optimize_time: 0.002116352\n# Wait_TS: 0.000744696\n# Is_internal: false\n# Digest: 56257f0c0dee1f157d6b4394eb3c67f0af51887b4f515caad24d258b1a7ab179\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop database if exists load_data;"] [2024/05/06 11:55:42.036 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=215] [cur_db=] [sql="create database load_data"] [user=root@%] [2024/05/06 11:55:42.069 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:303, Type:create schema, State:queueing, SchemaState:none, SchemaID:302, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:42.016 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:42.069 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:303, Type:create schema, State:queueing, SchemaState:none, SchemaID:302, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:42.016 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database load_data"] [2024/05/06 11:55:42.131 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=303] [conn=2] [category=ddl] [job="ID:303, Type:create schema, State:queueing, SchemaState:none, SchemaID:302, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:42.016 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:42.169 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=215] [neededSchemaVersion=216] ["start time"=1.366505ms] [gotSchemaVersion=216] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:55:42.180 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=303] [version=216] [2024/05/06 11:55:42.216 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=216] ["take time"=53.069358ms] [job="ID:303, Type:create schema, State:done, SchemaState:public, SchemaID:302, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:42.016 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:42.266 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=303] [conn=2] [job="ID:303, Type:create schema, State:synced, SchemaState:public, SchemaID:302, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:42.016 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:42.292 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=303] [2024/05/06 11:55:42.292 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:42.298 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=216] [cur_db=load_data] [sql="drop table if exists t;"] [user=root@%] [2024/05/06 11:55:42.302 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=216] [cur_db=load_data] [sql="create table t (a bigint primary key, b varchar(100), c int);"] [user=root@%] [2024/05/06 11:55:42.400 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:305, Type:create table, State:queueing, SchemaState:none, SchemaID:302, TableID:304, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:42.316 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t (a bigint primary key, b varchar(100), c int);"] [2024/05/06 11:55:42.400 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:305, Type:create table, State:queueing, SchemaState:none, SchemaID:302, TableID:304, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:42.316 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:42.474 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=305] [conn=2] [category=ddl] [job="ID:305, Type:create table, State:queueing, SchemaState:none, SchemaID:302, TableID:304, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:42.316 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:42.483 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 302, Table ID: 304, Table Name: t"] [2024/05/06 11:55:42.546 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=216] [neededSchemaVersion=217] ["start time"=2.928261ms] [gotSchemaVersion=217] [phyTblIDs="[304]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:55:42.558 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=305] [version=217] [2024/05/06 11:55:42.593 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=217] ["take time"=54.533316ms] [job="ID:305, Type:create table, State:done, SchemaState:public, SchemaID:302, TableID:304, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:42.316 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:42.633 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=305] [conn=2] [job="ID:305, Type:create table, State:synced, SchemaState:public, SchemaID:302, TableID:304, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:42.316 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:42.679 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=305] [2024/05/06 11:55:42.679 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:42.683 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.383094112\n# Parse_time: 0.000801684\n# Compile_time: 0.001083931\n# Rewrite_time: 0.000060569\n# Optimize_time: 0.002116352\n# Wait_TS: 0.000411085\n# DB: load_data\n# Is_internal: false\n# Digest: 1ef21995e118bfb6046909d1ea3dbe72db050594cdb1276dc8bea0a10399e8e3\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse load_data;\ncreate table t (a bigint primary key, b varchar(100), c int);"] [2024/05/06 11:55:42.704 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] === RUN TestImportInto/TestPreCheckTotalFileSize0 [2024/05/06 11:55:42.731 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=217] [cur_db=load_data] [sql="drop database if exists load_data"] [user=root@%] [2024/05/06 11:55:42.761 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:306, Type:drop schema, State:queueing, SchemaState:public, SchemaID:302, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:42.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:42.761 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:306, Type:drop schema, State:queueing, SchemaState:public, SchemaID:302, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:42.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop database if exists load_data"] [2024/05/06 11:55:42.872 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=306] [conn=2] [category=ddl] [job="ID:306, Type:drop schema, State:queueing, SchemaState:public, SchemaID:302, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:42.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:42.918 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=217] [neededSchemaVersion=218] ["start time"=326.516µs] [gotSchemaVersion=218] [phyTblIDs="[304]"] [actionTypes="[2]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:55:42.935 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=306] [version=218] [2024/05/06 11:55:42.966 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=218] ["take time"=53.678929ms] [job="ID:306, Type:drop schema, State:running, SchemaState:write only, SchemaID:302, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:42.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:43.034 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=306] [conn=2] [category=ddl] [job="ID:306, Type:drop schema, State:running, SchemaState:write only, SchemaID:302, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:42.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:43.068 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=218] [neededSchemaVersion=219] ["start time"=221.602µs] [gotSchemaVersion=219] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:55:43.078 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=306] [version=219] [2024/05/06 11:55:43.118 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=219] ["take time"=54.062839ms] [job="ID:306, Type:drop schema, State:running, SchemaState:delete only, SchemaID:302, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:42.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:43.192 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=306] [conn=2] [category=ddl] [job="ID:306, Type:drop schema, State:running, SchemaState:delete only, SchemaID:302, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:42.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:43.224 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=219] [neededSchemaVersion=220] ["start time"=185.278µs] [gotSchemaVersion=220] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:55:43.234 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=306] [version=220] [2024/05/06 11:55:43.273 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=220] ["take time"=53.109349ms] [job="ID:306, Type:drop schema, State:done, SchemaState:none, SchemaID:302, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:42.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:43.392 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=306] [tableIDs="[304]"] [comment="drop schema: table IDs"] [2024/05/06 11:55:43.402 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=306] [jobType="drop schema"] [2024/05/06 11:55:43.406 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=306] [conn=2] [job="ID:306, Type:drop schema, State:synced, SchemaState:none, SchemaID:302, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:42.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:43.452 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=306] [2024/05/06 11:55:43.452 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:43.456 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.725791586\n# Parse_time: 0.000555211\n# Compile_time: 0.000801302\n# Rewrite_time: 0.000037245\n# Optimize_time: 0.002116352\n# Wait_TS: 0.000328681\n# Is_internal: false\n# Digest: 56257f0c0dee1f157d6b4394eb3c67f0af51887b4f515caad24d258b1a7ab179\n# Num_cop_tasks: 0\n# Mem_max: 4096\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ndrop database if exists load_data;"] [2024/05/06 11:55:43.457 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=220] [cur_db=] [sql="create database load_data"] [user=root@%] [2024/05/06 11:55:43.486 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:308, Type:create schema, State:queueing, SchemaState:none, SchemaID:307, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:43.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database load_data"] [2024/05/06 11:55:43.486 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:308, Type:create schema, State:queueing, SchemaState:none, SchemaID:307, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:43.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:43.553 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=308] [conn=2] [category=ddl] [job="ID:308, Type:create schema, State:queueing, SchemaState:none, SchemaID:307, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:43.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:43.587 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=220] [neededSchemaVersion=221] ["start time"=944.438µs] [gotSchemaVersion=221] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:55:43.597 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=308] [version=221] [2024/05/06 11:55:43.636 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=221] ["take time"=53.856014ms] [job="ID:308, Type:create schema, State:done, SchemaState:public, SchemaID:307, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:43.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:43.678 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=308] [conn=2] [job="ID:308, Type:create schema, State:synced, SchemaState:public, SchemaID:307, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:43.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:43.707 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=308] [2024/05/06 11:55:43.707 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:43.713 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=221] [cur_db=load_data] [sql="drop table if exists t;"] [user=root@%] [2024/05/06 11:55:43.717 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=221] [cur_db=load_data] [sql="create table t (a bigint primary key, b varchar(100), c int);"] [user=root@%] [2024/05/06 11:55:43.765 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:310, Type:create table, State:queueing, SchemaState:none, SchemaID:307, TableID:309, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:43.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:43.765 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:310, Type:create table, State:queueing, SchemaState:none, SchemaID:307, TableID:309, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:43.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t (a bigint primary key, b varchar(100), c int);"] [2024/05/06 11:55:43.878 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=310] [conn=2] [category=ddl] [job="ID:310, Type:create table, State:queueing, SchemaState:none, SchemaID:307, TableID:309, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:43.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:43.887 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 307, Table ID: 309, Table Name: t"] [2024/05/06 11:55:43.950 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=221] [neededSchemaVersion=222] ["start time"=2.268147ms] [gotSchemaVersion=222] [phyTblIDs="[309]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:55:43.961 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=310] [version=222] [2024/05/06 11:55:43.997 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=222] ["take time"=54.033367ms] [job="ID:310, Type:create table, State:done, SchemaState:public, SchemaID:307, TableID:309, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:43.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:44.037 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=310] [conn=2] [job="ID:310, Type:create table, State:synced, SchemaState:public, SchemaID:307, TableID:309, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:43.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:44.084 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=310] [2024/05/06 11:55:44.084 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:44.088 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.373341433\n# Parse_time: 0.001087441\n# Compile_time: 0.00136874\n# Rewrite_time: 0.000044959\n# Optimize_time: 0.002116352\n# Wait_TS: 0.00035859\n# DB: load_data\n# Is_internal: false\n# Digest: 1ef21995e118bfb6046909d1ea3dbe72db050594cdb1276dc8bea0a10399e8e3\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse load_data;\ncreate table t (a bigint primary key, b varchar(100), c int);"] [2024/05/06 11:55:44.110 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:44.148 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] === RUN TestImportInto/TestRegisterTask [2024/05/06 11:55:44.172 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=222] [cur_db=load_data] [sql="DROP DATABASE IF EXISTS load_data;"] [user=root@%] [2024/05/06 11:55:44.196 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:311, Type:drop schema, State:queueing, SchemaState:public, SchemaID:307, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:44.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="DROP DATABASE IF EXISTS load_data;"] [2024/05/06 11:55:44.196 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:311, Type:drop schema, State:queueing, SchemaState:public, SchemaID:307, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:44.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:44.290 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=311] [conn=2] [category=ddl] [job="ID:311, Type:drop schema, State:queueing, SchemaState:public, SchemaID:307, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:44.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:44.328 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=222] [neededSchemaVersion=223] ["start time"=303.287µs] [gotSchemaVersion=223] [phyTblIDs="[309]"] [actionTypes="[2]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:55:44.340 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=311] [version=223] [2024/05/06 11:55:44.377 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=223] ["take time"=53.189229ms] [job="ID:311, Type:drop schema, State:running, SchemaState:write only, SchemaID:307, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:44.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:44.424 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=311] [conn=2] [category=ddl] [job="ID:311, Type:drop schema, State:running, SchemaState:write only, SchemaID:307, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:44.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:44.455 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=223] [neededSchemaVersion=224] ["start time"=260.41µs] [gotSchemaVersion=224] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:55:44.465 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=311] [version=224] [2024/05/06 11:55:44.504 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=224] ["take time"=53.215783ms] [job="ID:311, Type:drop schema, State:running, SchemaState:delete only, SchemaID:307, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:44.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:44.569 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=311] [conn=2] [category=ddl] [job="ID:311, Type:drop schema, State:running, SchemaState:delete only, SchemaID:307, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:44.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:44.602 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=224] [neededSchemaVersion=225] ["start time"=182.477µs] [gotSchemaVersion=225] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:55:44.613 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=311] [version=225] [2024/05/06 11:55:44.652 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=225] ["take time"=54.102376ms] [job="ID:311, Type:drop schema, State:done, SchemaState:none, SchemaID:307, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:44.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:44.726 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=311] [tableIDs="[309]"] [comment="drop schema: table IDs"] [2024/05/06 11:55:44.778 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=311] [jobType="drop schema"] [2024/05/06 11:55:44.784 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=311] [conn=2] [job="ID:311, Type:drop schema, State:synced, SchemaState:none, SchemaID:307, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:44.165 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:44.830 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=311] [2024/05/06 11:55:44.830 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:44.834 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.663629989\n# Parse_time: 0.000820626\n# Compile_time: 0.000929935\n# Rewrite_time: 0.000046082\n# Optimize_time: 0.002116352\n# Wait_TS: 0.000377663\n# Is_internal: false\n# Digest: 56257f0c0dee1f157d6b4394eb3c67f0af51887b4f515caad24d258b1a7ab179\n# Num_cop_tasks: 0\n# Mem_max: 4096\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nDROP DATABASE IF EXISTS load_data;"] [2024/05/06 11:55:44.835 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=225] [cur_db=] [sql="CREATE DATABASE load_data;"] [user=root@%] [2024/05/06 11:55:44.869 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:313, Type:create schema, State:queueing, SchemaState:none, SchemaID:312, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:44.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:44.869 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:313, Type:create schema, State:queueing, SchemaState:none, SchemaID:312, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:44.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE load_data;"] [2024/05/06 11:55:44.945 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=313] [conn=2] [category=ddl] [job="ID:313, Type:create schema, State:queueing, SchemaState:none, SchemaID:312, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:44.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:44.977 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=225] [neededSchemaVersion=226] ["start time"=960.967µs] [gotSchemaVersion=226] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:55:44.988 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=313] [version=226] [2024/05/06 11:55:45.026 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=226] ["take time"=54.151604ms] [job="ID:313, Type:create schema, State:done, SchemaState:public, SchemaID:312, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:44.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:45.081 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=313] [conn=2] [job="ID:313, Type:create schema, State:synced, SchemaState:public, SchemaID:312, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:44.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:45.105 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=313] [2024/05/06 11:55:45.105 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:45.112 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=226] [cur_db=] [sql="CREATE TABLE load_data.register_task (a INT, b INT, c int);"] [user=root@%] [2024/05/06 11:55:45.162 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:315, Type:create table, State:queueing, SchemaState:none, SchemaID:312, TableID:314, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:45.115 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:45.162 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:315, Type:create table, State:queueing, SchemaState:none, SchemaID:312, TableID:314, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:45.115 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE load_data.register_task (a INT, b INT, c int);"] [2024/05/06 11:55:45.289 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=315] [conn=2] [category=ddl] [job="ID:315, Type:create table, State:queueing, SchemaState:none, SchemaID:312, TableID:314, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:45.115 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:45.299 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 312, Table ID: 314, Table Name: register_task"] [2024/05/06 11:55:45.368 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=226] [neededSchemaVersion=227] ["start time"=2.775854ms] [gotSchemaVersion=227] [phyTblIDs="[314]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:55:45.382 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=315] [version=227] [2024/05/06 11:55:45.415 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=227] ["take time"=53.554165ms] [job="ID:315, Type:create table, State:done, SchemaState:public, SchemaID:312, TableID:314, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:45.115 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:45.483 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=315] [conn=2] [job="ID:315, Type:create table, State:synced, SchemaState:public, SchemaID:312, TableID:314, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:45.115 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:45.526 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=315] [2024/05/06 11:55:45.526 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:45.530 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.420095085\n# Parse_time: 0.001200953\n# Compile_time: 0.001367204\n# Rewrite_time: 0.00005481\n# Optimize_time: 0.002116352\n# Wait_TS: 0.000301616\n# Is_internal: false\n# Digest: 440f501f110ac5b73ffb36512799e2b600066ba480f5072f78e90fd37be67273\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE load_data.register_task (a INT, b INT, c int);"] [2024/05/06 11:55:45.548 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:45.770 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-load/register_task-*.tsv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 11:55:45.856 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=65] [task-id=65] [data-size=8B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:55:45.902 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=65] [2024/05/06 11:55:45.902 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=65] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:55:46.009 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=65] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:55:46.012 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=65] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:55:46.014 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=65] [curr-step=init] [next-step=import] [2024/05/06 11:55:46.036 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:46.039 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=register_task] [2024/05/06 11:55:46.039 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=register_task] [before=536870912000] [after=8] [2024/05/06 11:55:46.039 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=register_task] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=8] [cost=54.369µs] [2024/05/06 11:55:46.040 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=register_task] [takeTime=177.612µs] [] [2024/05/06 11:55:46.040 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=65] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:55:46.040 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=65] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:55:46.230 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=65] [mode=Import] [2024/05/06 11:55:46.247 +00:00] [INFO] [import_into_test.go:901] ["register task"] [task_id=65] [2024/05/06 11:55:46.247 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=65] [2024/05/06 11:55:46.264 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=65] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:55:46.304 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=65] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:55:46.305 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=65] [step=import] [2024/05/06 11:55:46.306 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:46.315 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:55:46.315 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:55:46.316 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:46.316 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:55:46.317 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:46.317 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:55:46.317 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:46.317 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:55:46.317 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:46.334 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:55:46.336 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:55:46.336 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=register_task] [quota=374.2GB] [2024/05/06 11:55:46.336 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=65] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:55:46.336 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=register_task] [import-id=65] [disk-quota=348.5GiB] [2024/05/06 11:55:46.379 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=65] [step=import] [subtask-id=125] [2024/05/06 11:55:46.383 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`register_task`:0] [engineUUID=51a7a24d-77bd-5aff-aeb3-117ab334dd31] [2024/05/06 11:55:46.387 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`register_task`:-1] [engineUUID=098f296f-4ab3-5292-9ccf-55f0a7a4e5d8] [2024/05/06 11:55:46.387 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=314] [2024/05/06 11:55:46.403 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=314] [key=register_task-1.tsv:0] [2024/05/06 11:55:46.406 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=314] [key=register_task-1.tsv:0] [readDur=1.358066ms] [encodeDur=537.599µs] [checksum="{cksum=8169789734841499502,size=37,kvs=1}"] [deliverDur=243.7µs] [type=file] [takeTime=2.531992ms] [] [2024/05/06 11:55:46.407 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=65] [step=import] [subtask-id=125] [takeTime=27.148902ms] [] [2024/05/06 11:55:46.407 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=37] [kvs=1] [files=1] [sstFileSize=935] [file=/tmp/tidb/import-4000/65/51a7a24d-77bd-5aff-aeb3-117ab334dd31.sst/1d7649f2-c830-4a73-8810-7c5859b8912d.sst] [firstKey=74800000000000013A5F728000000000000001] [lastKey=74800000000000013A5F728000000000000001] [2024/05/06 11:55:46.407 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=65] [step=import] [engine-id=0] [2024/05/06 11:55:46.407 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=65] [step=import] [engine-id=0] [2024/05/06 11:55:46.407 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`register_task`:0] [engineUUID=51a7a24d-77bd-5aff-aeb3-117ab334dd31] [2024/05/06 11:55:46.409 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`register_task`:0] [engineUUID=51a7a24d-77bd-5aff-aeb3-117ab334dd31] [takeTime=2.193196ms] [] [2024/05/06 11:55:46.409 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`register_task`:0] [engineUUID=51a7a24d-77bd-5aff-aeb3-117ab334dd31] [retryCnt=0] [2024/05/06 11:55:46.414 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:55:46.436 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=51a7a24d-77bd-5aff-aeb3-117ab334dd31] ["region ranges"=1] [count=1] [size=37] [2024/05/06 11:55:46.437 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:55:46.451 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=51a7a24d-77bd-5aff-aeb3-117ab334dd31] [size=37] [kvs=1] [importedSize=37] [importedCount=1] [2024/05/06 11:55:46.453 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`register_task`:0] [engineUUID=51a7a24d-77bd-5aff-aeb3-117ab334dd31] [retryCnt=0] [takeTime=43.845545ms] [] [2024/05/06 11:55:46.453 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`register_task`:0] [engineUUID=51a7a24d-77bd-5aff-aeb3-117ab334dd31] [2024/05/06 11:55:46.454 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`register_task`:0] [engineUUID=51a7a24d-77bd-5aff-aeb3-117ab334dd31] [takeTime=973.938µs] [] [2024/05/06 11:55:46.454 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=65] [step=import] [engine-id=0] [2024/05/06 11:55:46.454 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`register_task`:-1] [engineUUID=098f296f-4ab3-5292-9ccf-55f0a7a4e5d8] [2024/05/06 11:55:46.456 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`register_task`:-1] [engineUUID=098f296f-4ab3-5292-9ccf-55f0a7a4e5d8] [takeTime=1.449795ms] [] [2024/05/06 11:55:46.456 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`register_task`:-1] [engineUUID=098f296f-4ab3-5292-9ccf-55f0a7a4e5d8] [retryCnt=0] [2024/05/06 11:55:46.456 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=098f296f-4ab3-5292-9ccf-55f0a7a4e5d8] [2024/05/06 11:55:46.456 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`register_task`:-1] [engineUUID=098f296f-4ab3-5292-9ccf-55f0a7a4e5d8] [retryCnt=0] [takeTime=58.914µs] [] [2024/05/06 11:55:46.456 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`register_task`:-1] [engineUUID=098f296f-4ab3-5292-9ccf-55f0a7a4e5d8] [2024/05/06 11:55:46.457 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`register_task`:-1] [engineUUID=098f296f-4ab3-5292-9ccf-55f0a7a4e5d8] [takeTime=737.118µs] [] [2024/05/06 11:55:46.604 +00:00] [WARN] [pd.go:168] ["get timestamp too slow"] ["cost time"=95.780197ms] [2024/05/06 11:55:46.618 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=65] [step=import] [2024/05/06 11:55:46.623 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:55:46.623 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:46.623 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:46.623 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:55:46.623 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:55:46.623 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:55:46.623 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:55:46.623 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:46.623 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:46.623 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:46.623 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:46.624 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:46.624 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:55:46.626 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:55:46.626 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:46.627 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:46.627 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:46.627 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:46.627 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=65] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=323.000721ms] [] [2024/05/06 11:55:46.627 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=65] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:55:46.629 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=65] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:55:46.630 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=65] [curr-step=import] [next-step=post-process] [2024/05/06 11:55:46.630 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=65] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:55:46.703 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=65] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":1,\"ColSizeMap\":{\"1\":1,\"2\":1,\"3\":2}}"] [2024/05/06 11:55:46.705 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=65] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:55:46.705 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=65] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:55:46.858 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=65] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:55:46.906 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=65] [step=post-process] [subtask-id=126] [2024/05/06 11:55:46.906 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=65] [step=post-process] [subtask-id=126] [2024/05/06 11:55:46.906 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=65] [step=post-process] [subtask-id=126] [2024/05/06 11:55:46.916 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=65] [step=post-process] [subtask-id=126] [takeTime=9.46703ms] [] [2024/05/06 11:55:46.916 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=65] [step=post-process] [subtask-id=126] [groupId=-1] [size=37] [kvs=1] [checksum=8169789734841499502] [2024/05/06 11:55:46.916 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=65] [step=post-process] [subtask-id=126] [checksum="{cksum=8169789734841499502,size=37,kvs=1}"] [2024/05/06 11:55:46.916 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=65] [step=post-process] [subtask-id=126] [weight=30] [2024/05/06 11:55:46.916 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=65] [step=post-process] [subtask-id=126] [concurrency=15] [2024/05/06 11:55:46.921 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=314] [physicalTableID=314] [indexID=-1] [checksum=8169789734841499502] [totalKvs=1] [totalBytes=37] [2024/05/06 11:55:46.921 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=65] [step=post-process] [subtask-id=126] [local="{cksum=8169789734841499502,size=37,kvs=1}"] [2024/05/06 11:55:46.921 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=65] [step=post-process] [subtask-id=126] [takeTime=15.243794ms] [] [2024/05/06 11:55:46.921 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=65] [step=post-process] [subtask-id=126] [takeTime=15.509791ms] [] [2024/05/06 11:55:47.014 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=65] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=155.668195ms] [] [2024/05/06 11:55:47.028 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=65] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:55:47.028 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=65] [step=post-process] [state=running] [] [2024/05/06 11:55:47.030 +00:00] [INFO] [import_into_test.go:906] ["unregister task"] [task_id=65] [2024/05/06 11:55:47.030 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=65] [2024/05/06 11:55:47.107 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=65] [type=ImportInto] [2024/05/06 11:55:47.111 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=65] [2024/05/06 11:55:47.134 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:55:47.134 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=65] [2024/05/06 11:55:47.219 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:55:47.455 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.923708059\n# Parse_time: 0.001053007\n# Compile_time: 0.001665395\n# Rewrite_time: 0.000365749\n# Optimize_time: 0.002116352\n# Wait_TS: 0\n# Is_internal: false\n# Digest: 1e4864f3b3c33ec7115f24b7f6261d10d8f700d004a4e5cacd1e00ca5620050c\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS45MnMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS45MnMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_data`.`register_task` FROM 'gs://test-load/register_task-*.tsv?endpoint=http://127.0.0.1:4443/storage/v1/';"] [2024/05/06 11:55:47.465 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=227] [cur_db=] [sql="truncate table load_data.register_task;"] [user=root@%] [2024/05/06 11:55:47.499 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:317, Type:truncate table, State:queueing, SchemaState:none, SchemaID:312, TableID:314, RowCount:0, ArgLen:3, start time: 2024-05-06 11:55:47.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:47.499 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:317, Type:truncate table, State:queueing, SchemaState:none, SchemaID:312, TableID:314, RowCount:0, ArgLen:3, start time: 2024-05-06 11:55:47.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="truncate table load_data.register_task;"] [2024/05/06 11:55:47.560 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=317] [conn=2] [category=ddl] [job="ID:317, Type:truncate table, State:queueing, SchemaState:none, SchemaID:312, TableID:314, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:47.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:47.571 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 312, Table ID: 316, Table Name: register_task, Old Table ID: 314, Old Table Name: register_task"] [2024/05/06 11:55:47.616 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=227] [neededSchemaVersion=228] ["start time"=2.535552ms] [gotSchemaVersion=228] [phyTblIDs="[314,316]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 11:55:47.627 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=317] [version=228] [2024/05/06 11:55:47.663 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=228] ["take time"=54.2815ms] [job="ID:317, Type:truncate table, State:done, SchemaState:public, SchemaID:312, TableID:314, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:47.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:47.726 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=317] [tableIDs="[314]"] [comment="drop table: table ID"] [2024/05/06 11:55:47.734 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=317] [jobType="truncate table"] [2024/05/06 11:55:47.738 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=317] [conn=2] [job="ID:317, Type:truncate table, State:synced, SchemaState:public, SchemaID:312, TableID:314, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:47.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:47.798 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=317] [2024/05/06 11:55:47.798 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:47.802 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.338016133\n# Parse_time: 0.000310424\n# Compile_time: 0.000778073\n# Rewrite_time: 0.000035864\n# Optimize_time: 0.001005425\n# Wait_TS: 0.000333826\n# Is_internal: false\n# Digest: 9227ff4b76bdfbee0fa9a7a479a3a8bd83eeae6d7c357923f79e45f050bd1a3f\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ntruncate table load_data.register_task;"] [2024/05/06 11:55:47.816 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:48.034 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-load/register_task-*.tsv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 11:55:48.122 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=66] [task-id=66] [data-size=8B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:55:48.160 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=66] [2024/05/06 11:55:48.161 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=66] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:55:48.301 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=66] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:55:48.304 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=66] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:55:48.306 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=66] [curr-step=init] [next-step=import] [2024/05/06 11:55:48.326 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:48.329 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=register_task] [2024/05/06 11:55:48.329 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=register_task] [before=536870912000] [after=8] [2024/05/06 11:55:48.329 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=register_task] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=8] [cost=59.153µs] [2024/05/06 11:55:48.329 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=register_task] [takeTime=172.991µs] [] [2024/05/06 11:55:48.329 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=66] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:55:48.329 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=66] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:55:48.462 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=66] [mode=Import] [2024/05/06 11:55:48.480 +00:00] [INFO] [import_into_test.go:901] ["register task"] [task_id=66] [2024/05/06 11:55:48.480 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=66] [2024/05/06 11:55:48.503 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=66] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:55:48.545 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=66] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:55:48.546 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=66] [step=import] [2024/05/06 11:55:48.547 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:48.554 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:55:48.555 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:55:48.555 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:48.555 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:55:48.556 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:48.556 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:55:48.556 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:48.556 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:55:48.556 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:48.571 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:55:48.573 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:55:48.573 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=register_task] [quota=374.2GB] [2024/05/06 11:55:48.573 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=66] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:55:48.573 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=register_task] [import-id=66] [disk-quota=348.5GiB] [2024/05/06 11:55:48.617 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=66] [step=import] [subtask-id=127] [2024/05/06 11:55:48.621 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`register_task`:0] [engineUUID=51a7a24d-77bd-5aff-aeb3-117ab334dd31] [2024/05/06 11:55:48.625 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`register_task`:-1] [engineUUID=098f296f-4ab3-5292-9ccf-55f0a7a4e5d8] [2024/05/06 11:55:48.625 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=316] [2024/05/06 11:55:51.625 +00:00] [ERROR] [task_executor.go:125] ["run subtask failed"] [type=ImportInto] [task-id=66] [step=import] [subtask-id=127] [takeTime=3.00824855s] [error="occur an error when sort chunk"] [stack="github.com/pingcap/tidb/pkg/disttask/importinto.(*importStepExecutor).RunSubtask.func1\n\tpkg/disttask/importinto/task_executor.go:125\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*importStepExecutor).RunSubtask\n\tpkg/disttask/importinto/task_executor.go:187\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask.func1\n\tpkg/disttask/framework/taskexecutor/task_executor.go:413\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:414\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [2024/05/06 11:55:51.626 +00:00] [ERROR] [task_executor.go:549] [onError] [task-id=66] [task-type=ImportInto] [server-id=:4000] [error="occur an error when sort chunk"] [errorVerbose="occur an error when sort chunk\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*importMinimalTaskExecutor).Run\n\tpkg/disttask/importinto/subtask_executor.go:65\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*chunkWorker).HandleTask\n\tpkg/disttask/importinto/encode_and_sort_operator.go:197\ngithub.com/pingcap/tidb/pkg/resourcemanager/pool/workerpool.(*WorkerPool[...]).handleTaskWithRecover\n\tpkg/resourcemanager/pool/workerpool/workerpool.go:131\ngithub.com/pingcap/tidb/pkg/resourcemanager/pool/workerpool.(*WorkerPool[...]).runAWorker.func1\n\tpkg/resourcemanager/pool/workerpool/workerpool.go:147\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).onError\n\tpkg/disttask/framework/taskexecutor/task_executor.go:549\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:428\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).onError\n\tpkg/disttask/framework/taskexecutor/task_executor.go:549\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:428\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [2024/05/06 11:55:51.626 +00:00] [ERROR] [task_executor.go:555] ["taskExecutor met first error"] [task-id=66] [task-type=ImportInto] [server-id=:4000] [error="occur an error when sort chunk"] [errorVerbose="occur an error when sort chunk\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*importMinimalTaskExecutor).Run\n\tpkg/disttask/importinto/subtask_executor.go:65\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*chunkWorker).HandleTask\n\tpkg/disttask/importinto/encode_and_sort_operator.go:197\ngithub.com/pingcap/tidb/pkg/resourcemanager/pool/workerpool.(*WorkerPool[...]).handleTaskWithRecover\n\tpkg/resourcemanager/pool/workerpool/workerpool.go:131\ngithub.com/pingcap/tidb/pkg/resourcemanager/pool/workerpool.(*WorkerPool[...]).runAWorker.func1\n\tpkg/resourcemanager/pool/workerpool/workerpool.go:147\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).onError\n\tpkg/disttask/framework/taskexecutor/task_executor.go:555\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:428\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [2024/05/06 11:55:51.626 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:51.626 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:51.626 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:55:51.626 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:55:51.626 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:55:51.626 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:55:51.626 +00:00] [WARN] [task_executor.go:640] ["subtask failed"] [task-id=66] [task-type=ImportInto] [server-id=:4000] [error="occur an error when sort chunk"] [errorVerbose="occur an error when sort chunk\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*importMinimalTaskExecutor).Run\n\tpkg/disttask/importinto/subtask_executor.go:65\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*chunkWorker).HandleTask\n\tpkg/disttask/importinto/encode_and_sort_operator.go:197\ngithub.com/pingcap/tidb/pkg/resourcemanager/pool/workerpool.(*WorkerPool[...]).handleTaskWithRecover\n\tpkg/resourcemanager/pool/workerpool/workerpool.go:131\ngithub.com/pingcap/tidb/pkg/resourcemanager/pool/workerpool.(*WorkerPool[...]).runAWorker.func1\n\tpkg/resourcemanager/pool/workerpool/workerpool.go:147\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 11:55:51.626 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:55:51.627 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=4] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:51.643 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=66] [step=import] [2024/05/06 11:55:51.648 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:51.648 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:51.648 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=4] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:51.648 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:51.648 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:55:51.651 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:55:51.651 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:51.651 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:51.651 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=4] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:51.651 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:51.651 +00:00] [INFO] [task_executor.go:309] ["execute task step failed"] [task-id=66] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=3.106452644s] [error="occur an error when sort chunk"] [2024/05/06 11:55:51.651 +00:00] [ERROR] [task_executor.go:248] ["failed to handle task"] [task-id=66] [task-type=ImportInto] [server-id=:4000] [error="occur an error when sort chunk"] [errorVerbose="occur an error when sort chunk\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*importMinimalTaskExecutor).Run\n\tpkg/disttask/importinto/subtask_executor.go:65\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*chunkWorker).HandleTask\n\tpkg/disttask/importinto/encode_and_sort_operator.go:197\ngithub.com/pingcap/tidb/pkg/resourcemanager/pool/workerpool.(*WorkerPool[...]).handleTaskWithRecover\n\tpkg/resourcemanager/pool/workerpool/workerpool.go:131\ngithub.com/pingcap/tidb/pkg/resourcemanager/pool/workerpool.(*WorkerPool[...]).runAWorker.func1\n\tpkg/resourcemanager/pool/workerpool/workerpool.go:147\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:248\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [2024/05/06 11:55:51.741 +00:00] [WARN] [scheduler.go:399] ["subtasks encounter errors"] [task-id=66] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [subtask-errs="[\"{error=\\\"[0]occur an error when sort chunk\\\"}\"]"] [2024/05/06 11:55:51.787 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=66] [type=ImportInto] [2024/05/06 11:55:51.788 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=66] [step=import] [state=reverting] [error="[0]occur an error when sort chunk"] [2024/05/06 11:55:51.789 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=66] [step=import] [mode=Normal] [2024/05/06 11:55:51.806 +00:00] [INFO] [import_into_test.go:906] ["unregister task"] [task_id=66] [2024/05/06 11:55:51.806 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=66] [2024/05/06 11:55:51.866 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=66] [2024/05/06 11:55:51.891 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:55:51.891 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=66] [2024/05/06 11:55:51.984 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:55:52.119 +00:00] [ERROR] [handle.go:109] ["task reverted"] [task-id=66] [error="[0]occur an error when sort chunk"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/handle.WaitTaskDoneOrPaused\n\tpkg/disttask/framework/handle/handle.go:109\ngithub.com/pingcap/tidb/pkg/executor.(*ImportIntoExec).waitTask\n\tpkg/executor/import_into.go:193\ngithub.com/pingcap/tidb/pkg/executor.(*ImportIntoExec).Next\n\tpkg/executor/import_into.go:140\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:410\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1211\ngithub.com/pingcap/tidb/pkg/executor.(*recordSet).Next\n\tpkg/executor/adapter.go:160\ngithub.com/pingcap/tidb/pkg/session.GetRows4Test\n\tpkg/session/tidb.go:346\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).QueryToErr\n\tpkg/testkit/testkit.go:265\ntests/realtikvtest/importintotest/importintotest_test.(*mockGCSSuite).TestRegisterTask\n\ttests/realtikvtest/importintotest/import_into_test.go:944\nreflect.Value.call\n\tGOROOT/src/reflect/value.go:596\nreflect.Value.Call\n\tGOROOT/src/reflect/value.go:380\ngithub.com/stretchr/testify/suite.Run.func1\n\texternal/com_github_stretchr_testify/suite/suite.go:202\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595"] [2024/05/06 11:55:52.120 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 4.3174753\n# Parse_time: 0.000507936\n# Compile_time: 0.001335428\n# Rewrite_time: 0.000262634\n# Optimize_time: 0.001005425\n# Wait_TS: 0\n# Is_internal: false\n# Digest: 1e4864f3b3c33ec7115f24b7f6261d10d8f700d004a4e5cacd1e00ca5620050c\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: false\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkwCXRpbWU6NC4zMnMsIGxvb3BzOjEJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('RsAKQgoMSW1wb3J0SW50b18yOAFAAVIDTi9BWhN0aW1lOjQuMzJzLCBsb29wczoxcP//DQI0AXj///////////8BGAE=')\n# Resource_group: default\nIMPORT INTO `load_data`.`register_task` FROM 'gs://test-load/register_task-*.tsv?endpoint=http://127.0.0.1:4443/storage/v1/';"] [2024/05/06 11:55:52.139 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:52.328 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-load/register_task-*.tsv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 11:55:52.425 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=67] [task-id=67] [data-size=8B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:55:52.470 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=67] [2024/05/06 11:55:52.470 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=67] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:55:52.577 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=67] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:55:52.579 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=67] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:55:52.580 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=67] [curr-step=init] [next-step=import] [2024/05/06 11:55:52.599 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:52.604 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=register_task] [2024/05/06 11:55:52.604 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=register_task] [before=536870912000] [after=8] [2024/05/06 11:55:52.604 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=register_task] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=8] [cost=86.975µs] [2024/05/06 11:55:52.604 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=register_task] [takeTime=244.765µs] [] [2024/05/06 11:55:52.605 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=67] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:55:52.605 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=67] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:55:52.726 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=67] [mode=Import] [2024/05/06 11:55:52.748 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=67] [2024/05/06 11:55:52.768 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=67] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:55:52.810 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=67] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:55:52.811 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=67] [step=import] [2024/05/06 11:55:52.812 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:52.821 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:55:52.821 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:55:52.821 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:52.821 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:55:52.822 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:52.822 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:55:52.822 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:52.822 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:55:52.823 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:52.839 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:55:52.841 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:55:52.841 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=register_task] [quota=374.2GB] [2024/05/06 11:55:52.841 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=67] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:55:52.841 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=register_task] [import-id=67] [disk-quota=348.5GiB] [2024/05/06 11:55:52.885 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=67] [step=import] [subtask-id=128] [2024/05/06 11:55:52.889 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`register_task`:0] [engineUUID=51a7a24d-77bd-5aff-aeb3-117ab334dd31] [2024/05/06 11:55:52.893 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`load_data`.`register_task`:-1] [engineUUID=098f296f-4ab3-5292-9ccf-55f0a7a4e5d8] [2024/05/06 11:55:52.894 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=316] [2024/05/06 11:55:52.915 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:53.305 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=316] [key=register_task-1.tsv:0] [2024/05/06 11:55:53.308 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=316] [key=register_task-1.tsv:0] [readDur=1.162987ms] [encodeDur=690.348µs] [checksum="{cksum=9112913226393502393,size=37,kvs=1}"] [deliverDur=294.856µs] [type=file] [takeTime=2.603677ms] [] [2024/05/06 11:55:53.308 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=37] [kvs=1] [files=1] [sstFileSize=935] [file=/tmp/tidb/import-4000/67/51a7a24d-77bd-5aff-aeb3-117ab334dd31.sst/96751e23-3050-4177-a9ee-9f641e41f2c7.sst] [firstKey=74800000000000013C5F728000000000000001] [lastKey=74800000000000013C5F728000000000000001] [2024/05/06 11:55:53.308 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=67] [step=import] [subtask-id=128] [takeTime=423.590721ms] [] [2024/05/06 11:55:53.309 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=67] [step=import] [engine-id=0] [2024/05/06 11:55:53.309 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=67] [step=import] [engine-id=0] [2024/05/06 11:55:53.309 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`register_task`:0] [engineUUID=51a7a24d-77bd-5aff-aeb3-117ab334dd31] [2024/05/06 11:55:53.311 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`register_task`:0] [engineUUID=51a7a24d-77bd-5aff-aeb3-117ab334dd31] [takeTime=1.924949ms] [] [2024/05/06 11:55:53.311 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`register_task`:0] [engineUUID=51a7a24d-77bd-5aff-aeb3-117ab334dd31] [retryCnt=0] [2024/05/06 11:55:53.316 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:55:53.338 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=51a7a24d-77bd-5aff-aeb3-117ab334dd31] ["region ranges"=1] [count=1] [size=37] [2024/05/06 11:55:53.339 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:55:53.353 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=51a7a24d-77bd-5aff-aeb3-117ab334dd31] [size=37] [kvs=1] [importedSize=37] [importedCount=1] [2024/05/06 11:55:53.355 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`register_task`:0] [engineUUID=51a7a24d-77bd-5aff-aeb3-117ab334dd31] [retryCnt=0] [takeTime=44.20301ms] [] [2024/05/06 11:55:53.355 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`register_task`:0] [engineUUID=51a7a24d-77bd-5aff-aeb3-117ab334dd31] [2024/05/06 11:55:53.357 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`register_task`:0] [engineUUID=51a7a24d-77bd-5aff-aeb3-117ab334dd31] [takeTime=1.291434ms] [] [2024/05/06 11:55:53.357 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=67] [step=import] [engine-id=0] [2024/05/06 11:55:53.357 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`load_data`.`register_task`:-1] [engineUUID=098f296f-4ab3-5292-9ccf-55f0a7a4e5d8] [2024/05/06 11:55:53.359 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`load_data`.`register_task`:-1] [engineUUID=098f296f-4ab3-5292-9ccf-55f0a7a4e5d8] [takeTime=1.924422ms] [] [2024/05/06 11:55:53.359 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`load_data`.`register_task`:-1] [engineUUID=098f296f-4ab3-5292-9ccf-55f0a7a4e5d8] [retryCnt=0] [2024/05/06 11:55:53.359 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=098f296f-4ab3-5292-9ccf-55f0a7a4e5d8] [2024/05/06 11:55:53.359 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`load_data`.`register_task`:-1] [engineUUID=098f296f-4ab3-5292-9ccf-55f0a7a4e5d8] [retryCnt=0] [takeTime=62.25µs] [] [2024/05/06 11:55:53.359 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`load_data`.`register_task`:-1] [engineUUID=098f296f-4ab3-5292-9ccf-55f0a7a4e5d8] [2024/05/06 11:55:53.360 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`load_data`.`register_task`:-1] [engineUUID=098f296f-4ab3-5292-9ccf-55f0a7a4e5d8] [takeTime=957.952µs] [] [2024/05/06 11:55:53.435 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=67] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:55:53.437 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=67] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:55:53.439 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=67] [curr-step=import] [next-step=post-process] [2024/05/06 11:55:53.439 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=67] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:55:53.450 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=67] [step=import] [2024/05/06 11:55:53.454 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:55:53.454 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:55:53.455 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:55:53.455 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:53.455 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:53.455 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:53.455 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:55:53.455 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:55:53.455 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:53.455 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:53.455 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:53.455 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:53.455 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:55:53.457 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:55:53.457 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:53.457 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:53.457 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:53.457 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:53.457 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=67] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=647.778659ms] [] [2024/05/06 11:55:53.503 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=67] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":1,\"ColSizeMap\":{\"1\":1,\"2\":1,\"3\":2}}"] [2024/05/06 11:55:53.505 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=67] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:55:53.505 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=67] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:55:53.649 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=67] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:55:53.701 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=67] [step=post-process] [subtask-id=129] [2024/05/06 11:55:53.701 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=67] [step=post-process] [subtask-id=129] [2024/05/06 11:55:53.701 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=67] [step=post-process] [subtask-id=129] [2024/05/06 11:55:53.709 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=67] [step=post-process] [subtask-id=129] [takeTime=8.380998ms] [] [2024/05/06 11:55:53.709 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=67] [step=post-process] [subtask-id=129] [groupId=-1] [size=37] [kvs=1] [checksum=9112913226393502393] [2024/05/06 11:55:53.709 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=67] [step=post-process] [subtask-id=129] [checksum="{cksum=9112913226393502393,size=37,kvs=1}"] [2024/05/06 11:55:53.709 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=67] [step=post-process] [subtask-id=129] [weight=30] [2024/05/06 11:55:53.710 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=67] [step=post-process] [subtask-id=129] [concurrency=15] [2024/05/06 11:55:53.714 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=316] [physicalTableID=316] [indexID=-1] [checksum=9112913226393502393] [totalKvs=1] [totalBytes=37] [2024/05/06 11:55:53.715 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=67] [step=post-process] [subtask-id=129] [local="{cksum=9112913226393502393,size=37,kvs=1}"] [2024/05/06 11:55:53.715 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=67] [step=post-process] [subtask-id=129] [takeTime=13.860978ms] [] [2024/05/06 11:55:53.715 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=67] [step=post-process] [subtask-id=129] [takeTime=14.056093ms] [] [2024/05/06 11:55:53.757 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=67] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=107.371466ms] [] [2024/05/06 11:55:53.832 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=67] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:55:53.832 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=67] [step=post-process] [state=running] [] [2024/05/06 11:55:53.836 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=67] [2024/05/06 11:55:53.884 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=67] [2024/05/06 11:55:53.892 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=67] [type=ImportInto] [2024/05/06 11:55:53.909 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:55:53.909 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=67] [2024/05/06 11:55:53.985 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.863509902\n# Parse_time: 0.001422168\n# Compile_time: 0.002229301\n# Rewrite_time: 0.000435834\n# Optimize_time: 0.001005425\n# Wait_TS: 0\n# Is_internal: false\n# Digest: 1e4864f3b3c33ec7115f24b7f6261d10d8f700d004a4e5cacd1e00ca5620050c\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS44NnMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS44NnMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `load_data`.`register_task` FROM 'gs://test-load/register_task-*.tsv?endpoint=http://127.0.0.1:4443/storage/v1/';"] === RUN TestImportInto/TestSameBehaviourDetachedOrNot [2024/05/06 11:55:54.000 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=228] [cur_db=] [sql="DROP DATABASE IF EXISTS test_detached;"] [user=root@%] [2024/05/06 11:55:54.002 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=228] [cur_db=] [sql="CREATE DATABASE test_detached;"] [user=root@%] [2024/05/06 11:55:54.008 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:55:54.036 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:319, Type:create schema, State:queueing, SchemaState:none, SchemaID:318, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:54.016 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:54.036 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:319, Type:create schema, State:queueing, SchemaState:none, SchemaID:318, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:54.016 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE test_detached;"] [2024/05/06 11:55:54.092 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=319] [conn=2] [category=ddl] [job="ID:319, Type:create schema, State:queueing, SchemaState:none, SchemaID:318, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:54.016 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:54.124 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=228] [neededSchemaVersion=229] ["start time"=1.129719ms] [gotSchemaVersion=229] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:55:54.136 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=319] [version=229] [2024/05/06 11:55:54.212 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=229] ["take time"=93.654809ms] [job="ID:319, Type:create schema, State:done, SchemaState:public, SchemaID:318, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:54.016 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:54.271 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=319] [conn=2] [job="ID:319, Type:create schema, State:synced, SchemaState:public, SchemaID:318, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:54.016 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:54.302 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=319] [2024/05/06 11:55:54.302 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:54.306 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.304540898\n# Parse_time: 0.000231342\n# Compile_time: 0.000640821\n# Rewrite_time: 0.00004368\n# Optimize_time: 0.001124972\n# Wait_TS: 0.000404667\n# Is_internal: false\n# Digest: 8990c3297e0a3ffa380c20b74137915c448be0d7b8990802bbc757f2aa674b5c\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE DATABASE test_detached;"] [2024/05/06 11:55:54.308 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=229] [cur_db=] [sql="CREATE TABLE test_detached.t1 (dt DATETIME, ts TIMESTAMP);"] [user=root@%] [2024/05/06 11:55:54.358 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:321, Type:create table, State:queueing, SchemaState:none, SchemaID:318, TableID:320, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:54.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:54.358 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:321, Type:create table, State:queueing, SchemaState:none, SchemaID:318, TableID:320, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:54.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE test_detached.t1 (dt DATETIME, ts TIMESTAMP);"] [2024/05/06 11:55:54.424 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=321] [conn=2] [category=ddl] [job="ID:321, Type:create table, State:queueing, SchemaState:none, SchemaID:318, TableID:320, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:54.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:54.433 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 318, Table ID: 320, Table Name: t1"] [2024/05/06 11:55:54.484 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=229] [neededSchemaVersion=230] ["start time"=2.420787ms] [gotSchemaVersion=230] [phyTblIDs="[320]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:55:54.496 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=321] [version=230] [2024/05/06 11:55:54.532 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=230] ["take time"=53.393743ms] [job="ID:321, Type:create table, State:done, SchemaState:public, SchemaID:318, TableID:320, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:54.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:54.583 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=321] [conn=2] [job="ID:321, Type:create table, State:synced, SchemaState:public, SchemaID:318, TableID:320, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:54.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:54.618 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=321] [2024/05/06 11:55:54.619 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:54.622 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.315499396\n# Parse_time: 0.000714941\n# Compile_time: 0.001174279\n# Rewrite_time: 0.000068819\n# Optimize_time: 0.001124972\n# Wait_TS: 0.000354764\n# Is_internal: false\n# Digest: 432f3afcc274864365805e38284bd9d1ce7cebbc91bc9bc241ee6692f6142820\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE test_detached.t1 (dt DATETIME, ts TIMESTAMP);"] [2024/05/06 11:55:54.624 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=230] [cur_db=] [sql="CREATE TABLE test_detached.t2 (dt DATETIME, ts TIMESTAMP);"] [user=root@%] [2024/05/06 11:55:54.717 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:323, Type:create table, State:queueing, SchemaState:none, SchemaID:318, TableID:322, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:54.666 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:54.717 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:323, Type:create table, State:queueing, SchemaState:none, SchemaID:318, TableID:322, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:54.666 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE test_detached.t2 (dt DATETIME, ts TIMESTAMP);"] [2024/05/06 11:55:54.784 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=323] [conn=2] [category=ddl] [job="ID:323, Type:create table, State:queueing, SchemaState:none, SchemaID:318, TableID:322, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:54.666 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:54.792 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 318, Table ID: 322, Table Name: t2"] [2024/05/06 11:55:54.848 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=230] [neededSchemaVersion=231] ["start time"=2.235065ms] [gotSchemaVersion=231] [phyTblIDs="[322]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:55:54.860 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=323] [version=231] [2024/05/06 11:55:54.895 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=231] ["take time"=53.343583ms] [job="ID:323, Type:create table, State:done, SchemaState:public, SchemaID:318, TableID:322, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:54.666 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:54.932 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=323] [conn=2] [job="ID:323, Type:create table, State:synced, SchemaState:public, SchemaID:318, TableID:322, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:54.666 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:54.975 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=323] [2024/05/06 11:55:54.975 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:54.979 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.356179536\n# Parse_time: 0.000629634\n# Compile_time: 0.000985073\n# Rewrite_time: 0.000046025\n# Optimize_time: 0.001124972\n# Wait_TS: 0.000339044\n# Is_internal: false\n# Digest: e9ba2dcc2a574fc4b46a542fa77c0bbf453db514bf088b55857a362aef3bf662\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE test_detached.t2 (dt DATETIME, ts TIMESTAMP);"] [2024/05/06 11:55:54.994 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:55.217 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-detached/1.txt?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"thread\":\"1\"}}"] [dist-task-enabled=true] [2024/05/06 11:55:55.309 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=68] [task-id=68] [data-size=39B] [thread-cnt=1] [global-sort=false] [2024/05/06 11:55:55.346 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=68] [2024/05/06 11:55:55.346 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=68] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=1] [2024/05/06 11:55:55.452 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=68] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:55:55.454 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=68] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:55:55.455 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=68] [curr-step=init] [next-step=import] [2024/05/06 11:55:55.516 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:55.520 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t1] [2024/05/06 11:55:55.520 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t1] [before=536870912000] [after=39] [2024/05/06 11:55:55.520 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t1] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=39] [cost=53.609µs] [2024/05/06 11:55:55.520 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t1] [takeTime=170.235µs] [] [2024/05/06 11:55:55.521 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=68] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:55:55.521 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=68] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=1] [subtasks=1] [2024/05/06 11:55:55.642 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=68] [mode=Import] [2024/05/06 11:55:55.661 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=68] [2024/05/06 11:55:55.684 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=68] [type=ImportInto] [remaining-slots=51] [2024/05/06 11:55:55.725 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=68] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:55:55.726 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=68] [step=import] [2024/05/06 11:55:55.727 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:55.735 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:55:55.736 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:55:55.736 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:55.736 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:55:55.737 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:55.737 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:55:55.737 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:55.737 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:55:55.737 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:55.752 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:55:55.754 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:55:55.754 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t1] [quota=374.2GB] [2024/05/06 11:55:55.754 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=68] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:55:55.754 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t1] [import-id=68] [disk-quota=348.5GiB] [2024/05/06 11:55:55.797 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=68] [step=import] [subtask-id=130] [2024/05/06 11:55:55.802 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`test_detached`.`t1`:0] [engineUUID=3ae7f001-78df-5ff2-91c4-d73c344f65c1] [2024/05/06 11:55:55.806 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`test_detached`.`t1`:-1] [engineUUID=236fca0d-9ac9-528c-a14d-cb65c9505a78] [2024/05/06 11:55:55.806 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=320] [2024/05/06 11:55:55.822 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=320] [key=1.txt:0] [2024/05/06 11:55:55.825 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=320] [key=1.txt:0] [readDur=967.738µs] [encodeDur=911.169µs] [checksum="{cksum=10446017286793149145,size=47,kvs=1}"] [deliverDur=368.186µs] [type=file] [takeTime=2.646436ms] [] [2024/05/06 11:55:55.826 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=68] [step=import] [subtask-id=130] [takeTime=28.617347ms] [] [2024/05/06 11:55:55.826 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=47] [kvs=1] [files=1] [sstFileSize=945] [file=/tmp/tidb/import-4000/68/3ae7f001-78df-5ff2-91c4-d73c344f65c1.sst/89f20cc0-e662-456f-99f9-fab31201b0a5.sst] [firstKey=7480000000000001405F728000000000000001] [lastKey=7480000000000001405F728000000000000001] [2024/05/06 11:55:55.826 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=68] [step=import] [engine-id=0] [2024/05/06 11:55:55.826 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=68] [step=import] [engine-id=0] [2024/05/06 11:55:55.826 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`test_detached`.`t1`:0] [engineUUID=3ae7f001-78df-5ff2-91c4-d73c344f65c1] [2024/05/06 11:55:55.829 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`test_detached`.`t1`:0] [engineUUID=3ae7f001-78df-5ff2-91c4-d73c344f65c1] [takeTime=2.186955ms] [] [2024/05/06 11:55:55.829 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`test_detached`.`t1`:0] [engineUUID=3ae7f001-78df-5ff2-91c4-d73c344f65c1] [retryCnt=0] [2024/05/06 11:55:55.833 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:55:55.855 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=3ae7f001-78df-5ff2-91c4-d73c344f65c1] ["region ranges"=1] [count=1] [size=47] [2024/05/06 11:55:55.855 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:55:55.871 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=3ae7f001-78df-5ff2-91c4-d73c344f65c1] [size=47] [kvs=1] [importedSize=47] [importedCount=1] [2024/05/06 11:55:55.873 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`test_detached`.`t1`:0] [engineUUID=3ae7f001-78df-5ff2-91c4-d73c344f65c1] [retryCnt=0] [takeTime=43.792214ms] [] [2024/05/06 11:55:55.873 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`test_detached`.`t1`:0] [engineUUID=3ae7f001-78df-5ff2-91c4-d73c344f65c1] [2024/05/06 11:55:55.874 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`test_detached`.`t1`:0] [engineUUID=3ae7f001-78df-5ff2-91c4-d73c344f65c1] [takeTime=1.075097ms] [] [2024/05/06 11:55:55.874 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=68] [step=import] [engine-id=0] [2024/05/06 11:55:55.874 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`test_detached`.`t1`:-1] [engineUUID=236fca0d-9ac9-528c-a14d-cb65c9505a78] [2024/05/06 11:55:55.876 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`test_detached`.`t1`:-1] [engineUUID=236fca0d-9ac9-528c-a14d-cb65c9505a78] [takeTime=1.592867ms] [] [2024/05/06 11:55:55.876 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`test_detached`.`t1`:-1] [engineUUID=236fca0d-9ac9-528c-a14d-cb65c9505a78] [retryCnt=0] [2024/05/06 11:55:55.876 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=236fca0d-9ac9-528c-a14d-cb65c9505a78] [2024/05/06 11:55:55.876 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`test_detached`.`t1`:-1] [engineUUID=236fca0d-9ac9-528c-a14d-cb65c9505a78] [retryCnt=0] [takeTime=102.76µs] [] [2024/05/06 11:55:55.876 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`test_detached`.`t1`:-1] [engineUUID=236fca0d-9ac9-528c-a14d-cb65c9505a78] [2024/05/06 11:55:55.877 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`test_detached`.`t1`:-1] [engineUUID=236fca0d-9ac9-528c-a14d-cb65c9505a78] [takeTime=1.026864ms] [] [2024/05/06 11:55:55.984 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=68] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:55:55.986 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=68] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:55:55.988 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=68] [curr-step=import] [next-step=post-process] [2024/05/06 11:55:55.988 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=68] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:55:56.002 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=68] [step=import] [2024/05/06 11:55:56.007 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:55:56.007 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:55:56.007 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:55:56.007 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:55:56.007 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:56.007 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:56.007 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:56.007 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:55:56.007 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:56.008 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:56.008 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:56.008 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:56.008 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:55:56.011 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:55:56.011 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:56.011 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:56.011 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:56.011 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:56.011 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=68] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=286.355555ms] [] [2024/05/06 11:55:56.061 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=68] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":1,\"ColSizeMap\":{\"1\":8,\"2\":8}}"] [2024/05/06 11:55:56.062 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=68] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:55:56.062 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=68] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=1] [subtasks=1] [2024/05/06 11:55:56.204 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=68] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:55:56.251 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=68] [step=post-process] [subtask-id=131] [2024/05/06 11:55:56.252 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=68] [step=post-process] [subtask-id=131] [2024/05/06 11:55:56.252 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=68] [step=post-process] [subtask-id=131] [2024/05/06 11:55:56.261 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=68] [step=post-process] [subtask-id=131] [takeTime=8.879471ms] [] [2024/05/06 11:55:56.261 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=68] [step=post-process] [subtask-id=131] [groupId=-1] [size=47] [kvs=1] [checksum=10446017286793149145] [2024/05/06 11:55:56.261 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=68] [step=post-process] [subtask-id=131] [checksum="{cksum=10446017286793149145,size=47,kvs=1}"] [2024/05/06 11:55:56.261 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=68] [step=post-process] [subtask-id=131] [weight=30] [2024/05/06 11:55:56.261 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=68] [step=post-process] [subtask-id=131] [concurrency=15] [2024/05/06 11:55:56.266 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=320] [physicalTableID=320] [indexID=-1] [checksum=10446017286793149145] [totalKvs=1] [totalBytes=47] [2024/05/06 11:55:56.267 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=68] [step=post-process] [subtask-id=131] [local="{cksum=10446017286793149145,size=47,kvs=1}"] [2024/05/06 11:55:56.267 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=68] [step=post-process] [subtask-id=131] [takeTime=15.418294ms] [] [2024/05/06 11:55:56.267 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=68] [step=post-process] [subtask-id=131] [takeTime=15.669269ms] [] [2024/05/06 11:55:56.366 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=68] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=161.5131ms] [] [2024/05/06 11:55:56.372 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=68] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:55:56.372 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=68] [step=post-process] [state=running] [] [2024/05/06 11:55:56.376 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=68] [2024/05/06 11:55:56.420 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=68] [type=ImportInto] [2024/05/06 11:55:56.452 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=68] [2024/05/06 11:55:56.482 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:55:56.482 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=68] [2024/05/06 11:55:56.570 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:55:56.580 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.59957711\n# Parse_time: 0.00095606\n# Compile_time: 0.001610587\n# Rewrite_time: 0.000316126\n# Optimize_time: 0.001124972\n# Wait_TS: 0\n# Is_internal: false\n# Digest: 774e96f70f54201ff90b227839cc6a84156ba01693c8ca009f9710ecb324ae55\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LKwwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS42cywgbG9vcHM6MglOL0EJTi9BCg==')\n# Binary_plan: tidb_decode_binary_plan('R8gKQwoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaEnRpbWU6MS42cywgbG9vcHM6MnD///8JAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `test_detached`.`t1` FROM 'gs://test-detached/1.txt?endpoint=http://127.0.0.1:4443/storage/v1/' WITH thread=1;"] [2024/05/06 11:55:56.596 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:56.821 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-detached/1.txt?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"detached\":null,\"thread\":\"1\"}}"] [dist-task-enabled=true] [2024/05/06 11:55:56.928 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=69] [task-id=69] [data-size=39B] [thread-cnt=1] [global-sort=false] [2024/05/06 11:55:56.936 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.354346103\n# Parse_time: 0.000900412\n# Compile_time: 0.001925769\n# Rewrite_time: 0.000436927\n# Optimize_time: 0.001124972\n# Wait_TS: 0\n# Is_internal: false\n# Digest: c076a4f34f52ff3f1e947c5a213a4e3cbcf500b0cc838e94eb45201a51d04df4\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('L7gwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MzUwLjhtcywgbG9vcHM6MglOL0EJTi9BCg==')\n# Binary_plan: tidb_decode_binary_plan('StAKRgoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaFXRpbWU6MzUwLjhtcywgbG9vcHM6MnD//w0CNAF4////////////ARgB')\n# Resource_group: default\nIMPORT INTO `test_detached`.`t2` FROM 'gs://test-detached/1.txt?endpoint=http://127.0.0.1:4443/storage/v1/' WITH detached, thread=1;"] [2024/05/06 11:55:56.967 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=69] [2024/05/06 11:55:56.967 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=69] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=1] [2024/05/06 11:55:57.073 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=69] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:55:57.074 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=69] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:55:57.075 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=69] [curr-step=init] [next-step=import] [2024/05/06 11:55:57.094 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:57.097 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t2] [2024/05/06 11:55:57.097 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t2] [before=536870912000] [after=39] [2024/05/06 11:55:57.097 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t2] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=39] [cost=67.46µs] [2024/05/06 11:55:57.098 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t2] [takeTime=189.724µs] [] [2024/05/06 11:55:57.098 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=69] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:55:57.098 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=69] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=1] [subtasks=1] [2024/05/06 11:55:57.270 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=69] [mode=Import] [2024/05/06 11:55:57.289 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=69] [2024/05/06 11:55:57.312 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=69] [type=ImportInto] [remaining-slots=51] [2024/05/06 11:55:57.354 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=69] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:55:57.355 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=69] [step=import] [2024/05/06 11:55:57.356 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:55:57.365 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:55:57.365 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:55:57.366 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:57.366 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:55:57.367 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:57.367 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:55:57.367 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:55:57.367 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:55:57.367 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:57.383 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:55:57.384 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:55:57.385 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t2] [quota=374.2GB] [2024/05/06 11:55:57.385 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=69] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:55:57.385 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t2] [import-id=69] [disk-quota=348.5GiB] [2024/05/06 11:55:57.435 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=69] [step=import] [subtask-id=132] [2024/05/06 11:55:57.440 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`test_detached`.`t2`:0] [engineUUID=ad22e41c-f30a-50a8-9086-89d3ea93a06e] [2024/05/06 11:55:57.444 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`test_detached`.`t2`:-1] [engineUUID=964427c2-81fe-5e20-9cf8-2220d41449c0] [2024/05/06 11:55:57.445 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=322] [2024/05/06 11:55:57.492 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=322] [key=1.txt:0] [2024/05/06 11:55:57.495 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=322] [key=1.txt:0] [readDur=1.182084ms] [encodeDur=693.348µs] [checksum="{cksum=12835452298760226051,size=47,kvs=1}"] [deliverDur=391.93µs] [type=file] [takeTime=2.660466ms] [] [2024/05/06 11:55:57.496 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=69] [step=import] [subtask-id=132] [takeTime=60.746549ms] [] [2024/05/06 11:55:57.496 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=47] [kvs=1] [files=1] [sstFileSize=945] [file=/tmp/tidb/import-4000/69/ad22e41c-f30a-50a8-9086-89d3ea93a06e.sst/adc2075a-e875-4a3e-a2ed-28af8945b27e.sst] [firstKey=7480000000000001425F728000000000000001] [lastKey=7480000000000001425F728000000000000001] [2024/05/06 11:55:57.496 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=69] [step=import] [engine-id=0] [2024/05/06 11:55:57.496 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=69] [step=import] [engine-id=0] [2024/05/06 11:55:57.497 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`test_detached`.`t2`:0] [engineUUID=ad22e41c-f30a-50a8-9086-89d3ea93a06e] [2024/05/06 11:55:57.499 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`test_detached`.`t2`:0] [engineUUID=ad22e41c-f30a-50a8-9086-89d3ea93a06e] [takeTime=2.218064ms] [] [2024/05/06 11:55:57.499 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`test_detached`.`t2`:0] [engineUUID=ad22e41c-f30a-50a8-9086-89d3ea93a06e] [retryCnt=0] [2024/05/06 11:55:57.503 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:55:57.525 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=ad22e41c-f30a-50a8-9086-89d3ea93a06e] ["region ranges"=1] [count=1] [size=47] [2024/05/06 11:55:57.526 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:55:57.539 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=ad22e41c-f30a-50a8-9086-89d3ea93a06e] [size=47] [kvs=1] [importedSize=47] [importedCount=1] [2024/05/06 11:55:57.541 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`test_detached`.`t2`:0] [engineUUID=ad22e41c-f30a-50a8-9086-89d3ea93a06e] [retryCnt=0] [takeTime=41.918954ms] [] [2024/05/06 11:55:57.541 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`test_detached`.`t2`:0] [engineUUID=ad22e41c-f30a-50a8-9086-89d3ea93a06e] [2024/05/06 11:55:57.542 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`test_detached`.`t2`:0] [engineUUID=ad22e41c-f30a-50a8-9086-89d3ea93a06e] [takeTime=1.173978ms] [] [2024/05/06 11:55:57.542 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=69] [step=import] [engine-id=0] [2024/05/06 11:55:57.542 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`test_detached`.`t2`:-1] [engineUUID=964427c2-81fe-5e20-9cf8-2220d41449c0] [2024/05/06 11:55:57.544 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`test_detached`.`t2`:-1] [engineUUID=964427c2-81fe-5e20-9cf8-2220d41449c0] [takeTime=1.688082ms] [] [2024/05/06 11:55:57.544 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`test_detached`.`t2`:-1] [engineUUID=964427c2-81fe-5e20-9cf8-2220d41449c0] [retryCnt=0] [2024/05/06 11:55:57.544 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=964427c2-81fe-5e20-9cf8-2220d41449c0] [2024/05/06 11:55:57.544 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`test_detached`.`t2`:-1] [engineUUID=964427c2-81fe-5e20-9cf8-2220d41449c0] [retryCnt=0] [takeTime=92.724µs] [] [2024/05/06 11:55:57.544 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`test_detached`.`t2`:-1] [engineUUID=964427c2-81fe-5e20-9cf8-2220d41449c0] [2024/05/06 11:55:57.545 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`test_detached`.`t2`:-1] [engineUUID=964427c2-81fe-5e20-9cf8-2220d41449c0] [takeTime=970.508µs] [] [2024/05/06 11:55:57.594 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=69] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:55:57.597 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=69] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:55:57.598 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=69] [step=import] [2024/05/06 11:55:57.598 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=69] [curr-step=import] [next-step=post-process] [2024/05/06 11:55:57.598 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=69] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:55:57.601 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:55:57.601 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:55:57.601 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:55:57.601 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:55:57.601 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:55:57.601 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:55:57.601 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:57.601 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:55:57.601 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:57.601 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:57.601 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:57.601 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:57.601 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:55:57.604 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:55:57.604 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:55:57.604 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:55:57.604 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:55:57.604 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:55:57.604 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=69] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=250.149934ms] [] [2024/05/06 11:55:57.716 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=69] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":1,\"ColSizeMap\":{\"1\":8,\"2\":8}}"] [2024/05/06 11:55:57.718 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=69] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:55:57.718 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=69] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=1] [subtasks=1] [2024/05/06 11:55:57.871 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=69] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:55:57.916 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=69] [step=post-process] [subtask-id=133] [2024/05/06 11:55:57.916 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=69] [step=post-process] [subtask-id=133] [2024/05/06 11:55:57.916 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=69] [step=post-process] [subtask-id=133] [2024/05/06 11:55:57.923 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=69] [step=post-process] [subtask-id=133] [takeTime=7.071705ms] [] [2024/05/06 11:55:57.923 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=69] [step=post-process] [subtask-id=133] [groupId=-1] [size=47] [kvs=1] [checksum=12835452298760226051] [2024/05/06 11:55:57.924 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=69] [step=post-process] [subtask-id=133] [checksum="{cksum=12835452298760226051,size=47,kvs=1}"] [2024/05/06 11:55:57.924 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=69] [step=post-process] [subtask-id=133] [weight=30] [2024/05/06 11:55:57.924 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=69] [step=post-process] [subtask-id=133] [concurrency=15] [2024/05/06 11:55:57.927 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=322] [physicalTableID=322] [indexID=-1] [checksum=12835452298760226051] [totalKvs=1] [totalBytes=47] [2024/05/06 11:55:57.928 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=69] [step=post-process] [subtask-id=133] [local="{cksum=12835452298760226051,size=47,kvs=1}"] [2024/05/06 11:55:57.928 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=69] [step=post-process] [subtask-id=133] [takeTime=11.333518ms] [] [2024/05/06 11:55:57.928 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=69] [step=post-process] [subtask-id=133] [takeTime=11.531211ms] [] [2024/05/06 11:55:57.973 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=69] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=101.708047ms] [] [2024/05/06 11:55:58.031 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=69] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:55:58.032 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=69] [step=post-process] [state=running] [] [2024/05/06 11:55:58.035 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=69] [2024/05/06 11:55:58.086 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=69] [2024/05/06 11:55:58.110 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=69] [type=ImportInto] [2024/05/06 11:55:58.110 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:55:58.110 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=69] [2024/05/06 11:55:58.202 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:55:58.978 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=231] [cur_db=] [sql="DROP DATABASE IF EXISTS test_detached;"] [user=root@%] [2024/05/06 11:55:59.053 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:324, Type:drop schema, State:queueing, SchemaState:public, SchemaID:318, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:58.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:59.053 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:324, Type:drop schema, State:queueing, SchemaState:public, SchemaID:318, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:58.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="DROP DATABASE IF EXISTS test_detached;"] [2024/05/06 11:55:59.113 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=324] [conn=2] [category=ddl] [job="ID:324, Type:drop schema, State:queueing, SchemaState:public, SchemaID:318, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:58.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:59.149 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=231] [neededSchemaVersion=232] ["start time"=405.64µs] [gotSchemaVersion=232] [phyTblIDs="[320,322]"] [actionTypes="[2,2]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:55:59.160 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=324] [version=232] [2024/05/06 11:55:59.198 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=232] ["take time"=53.864866ms] [job="ID:324, Type:drop schema, State:running, SchemaState:write only, SchemaID:318, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:58.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:59.228 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=324] [conn=2] [category=ddl] [job="ID:324, Type:drop schema, State:running, SchemaState:write only, SchemaID:318, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:58.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:59.256 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=232] [neededSchemaVersion=233] ["start time"=210.166µs] [gotSchemaVersion=233] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:55:59.267 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=324] [version=233] [2024/05/06 11:55:59.307 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=233] ["take time"=54.439512ms] [job="ID:324, Type:drop schema, State:running, SchemaState:delete only, SchemaID:318, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:58.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:59.341 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=324] [conn=2] [category=ddl] [job="ID:324, Type:drop schema, State:running, SchemaState:delete only, SchemaID:318, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:58.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:59.369 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=233] [neededSchemaVersion=234] ["start time"=195.161µs] [gotSchemaVersion=234] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:55:59.379 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=324] [version=234] [2024/05/06 11:55:59.419 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=234] ["take time"=52.96464ms] [job="ID:324, Type:drop schema, State:done, SchemaState:none, SchemaID:318, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:58.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:59.477 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=324] [tableIDs="[320,322]"] [comment="drop schema: table IDs"] [2024/05/06 11:55:59.486 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=324] [jobType="drop schema"] [2024/05/06 11:55:59.535 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=324] [conn=2] [job="ID:324, Type:drop schema, State:synced, SchemaState:none, SchemaID:318, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:58.966 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:59.586 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=324] [2024/05/06 11:55:59.587 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:59.591 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.613453554\n# Parse_time: 0.000513192\n# Compile_time: 0.000738006\n# Rewrite_time: 0.000033198\n# Optimize_time: 0.001404406\n# Wait_TS: 0.000337191\n# Is_internal: false\n# Digest: 427353e7fe5ce033c298362348c2c614e9220922ba349be6be3ea6bc83dd6493\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nDROP DATABASE IF EXISTS test_detached;"] [2024/05/06 11:55:59.592 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=234] [cur_db=] [sql="CREATE DATABASE test_detached;"] [user=root@%] [2024/05/06 11:55:59.625 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:326, Type:create schema, State:queueing, SchemaState:none, SchemaID:325, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:59.565 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:59.625 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:326, Type:create schema, State:queueing, SchemaState:none, SchemaID:325, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:59.565 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE test_detached;"] [2024/05/06 11:55:59.669 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=326] [conn=2] [category=ddl] [job="ID:326, Type:create schema, State:queueing, SchemaState:none, SchemaID:325, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:59.565 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:59.702 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=234] [neededSchemaVersion=235] ["start time"=1.139921ms] [gotSchemaVersion=235] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:55:59.714 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=326] [version=235] [2024/05/06 11:55:59.751 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=235] ["take time"=53.605745ms] [job="ID:326, Type:create schema, State:done, SchemaState:public, SchemaID:325, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:55:59.565 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:59.785 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=326] [conn=2] [job="ID:326, Type:create schema, State:synced, SchemaState:public, SchemaID:325, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:59.565 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:59.811 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=326] [2024/05/06 11:55:59.812 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:55:59.817 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=235] [cur_db=] [sql="CREATE TABLE test_detached.t1 (c INT NOT NULL, c2 TINYINT);"] [user=root@%] [2024/05/06 11:55:59.857 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:328, Type:create table, State:queueing, SchemaState:none, SchemaID:325, TableID:327, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:59.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE test_detached.t1 (c INT NOT NULL, c2 TINYINT);"] [2024/05/06 11:55:59.857 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:328, Type:create table, State:queueing, SchemaState:none, SchemaID:325, TableID:327, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:59.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:55:59.904 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=328] [conn=2] [category=ddl] [job="ID:328, Type:create table, State:queueing, SchemaState:none, SchemaID:325, TableID:327, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:59.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:55:59.912 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 325, Table ID: 327, Table Name: t1"] [2024/05/06 11:56:00.014 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=235] [neededSchemaVersion=236] ["start time"=2.267081ms] [gotSchemaVersion=236] [phyTblIDs="[327]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:56:00.026 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=328] [version=236] [2024/05/06 11:56:00.063 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=236] ["take time"=53.999733ms] [job="ID:328, Type:create table, State:done, SchemaState:public, SchemaID:325, TableID:327, RowCount:0, ArgLen:2, start time: 2024-05-06 11:55:59.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:00.103 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=328] [conn=2] [job="ID:328, Type:create table, State:synced, SchemaState:public, SchemaID:325, TableID:327, RowCount:0, ArgLen:0, start time: 2024-05-06 11:55:59.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:00.151 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=328] [2024/05/06 11:56:00.151 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:56:00.155 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.339512642\n# Parse_time: 0.000518945\n# Compile_time: 0.000818102\n# Rewrite_time: 0.00004822\n# Optimize_time: 0.001404406\n# Wait_TS: 0.00031778\n# Is_internal: false\n# Digest: 42d67e0c3086f8f7601a3c1f302399fdc2929806d264ce7cbcabc80140edb6f3\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE test_detached.t1 (c INT NOT NULL, c2 TINYINT);"] [2024/05/06 11:56:00.157 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=236] [cur_db=] [sql="CREATE TABLE test_detached.t2 (c INT NOT NULL, c2 TINYINT);"] [user=root@%] [2024/05/06 11:56:00.199 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:330, Type:create table, State:queueing, SchemaState:none, SchemaID:325, TableID:329, RowCount:0, ArgLen:2, start time: 2024-05-06 11:56:00.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:56:00.199 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:330, Type:create table, State:queueing, SchemaState:none, SchemaID:325, TableID:329, RowCount:0, ArgLen:2, start time: 2024-05-06 11:56:00.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE test_detached.t2 (c INT NOT NULL, c2 TINYINT);"] [2024/05/06 11:56:00.268 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=330] [conn=2] [category=ddl] [job="ID:330, Type:create table, State:queueing, SchemaState:none, SchemaID:325, TableID:329, RowCount:0, ArgLen:0, start time: 2024-05-06 11:56:00.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:00.277 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 325, Table ID: 329, Table Name: t2"] [2024/05/06 11:56:00.336 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=236] [neededSchemaVersion=237] ["start time"=2.446768ms] [gotSchemaVersion=237] [phyTblIDs="[329]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:56:00.352 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=330] [version=237] [2024/05/06 11:56:00.382 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=237] ["take time"=53.606801ms] [job="ID:330, Type:create table, State:done, SchemaState:public, SchemaID:325, TableID:329, RowCount:0, ArgLen:2, start time: 2024-05-06 11:56:00.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:00.513 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=330] [conn=2] [job="ID:330, Type:create table, State:synced, SchemaState:public, SchemaID:325, TableID:329, RowCount:0, ArgLen:0, start time: 2024-05-06 11:56:00.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:00.549 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=330] [2024/05/06 11:56:00.549 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:56:00.553 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.397317703\n# Parse_time: 0.000494763\n# Compile_time: 0.000936475\n# Rewrite_time: 0.000048609\n# Optimize_time: 0.001404406\n# Wait_TS: 0.000356273\n# Is_internal: false\n# Digest: 1725021cf72262b167e3549be35c78a8fcec3fb9c1af28c0454c1f40eda26497\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE test_detached.t2 (c INT NOT NULL, c2 TINYINT);"] [2024/05/06 11:56:00.568 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:56:00.740 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-detached/1.txt?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"thread\":\"1\"}}"] [dist-task-enabled=true] [2024/05/06 11:56:00.879 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=70] [task-id=70] [data-size=5B] [thread-cnt=1] [global-sort=false] [2024/05/06 11:56:00.931 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=70] [2024/05/06 11:56:00.931 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=70] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=1] [2024/05/06 11:56:01.037 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=70] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:56:01.039 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=70] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:56:01.040 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=70] [curr-step=init] [next-step=import] [2024/05/06 11:56:01.061 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:56:01.064 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t1] [2024/05/06 11:56:01.064 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t1] [before=536870912000] [after=5] [2024/05/06 11:56:01.065 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t1] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=5] [cost=50.367µs] [2024/05/06 11:56:01.065 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t1] [takeTime=165.622µs] [] [2024/05/06 11:56:01.065 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=70] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:56:01.065 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=70] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=1] [subtasks=1] [2024/05/06 11:56:01.163 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=70] [mode=Import] [2024/05/06 11:56:01.184 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=70] [2024/05/06 11:56:01.204 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=70] [type=ImportInto] [remaining-slots=51] [2024/05/06 11:56:01.300 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=70] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:56:01.301 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=70] [step=import] [2024/05/06 11:56:01.302 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:56:01.311 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:56:01.311 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:56:01.312 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:56:01.312 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:56:01.313 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:56:01.313 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:56:01.313 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:56:01.313 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:56:01.313 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:56:01.329 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:56:01.331 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:56:01.331 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t1] [quota=374.2GB] [2024/05/06 11:56:01.331 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=70] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:56:01.331 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t1] [import-id=70] [disk-quota=348.5GiB] [2024/05/06 11:56:01.379 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=70] [step=import] [subtask-id=134] [2024/05/06 11:56:01.383 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`test_detached`.`t1`:0] [engineUUID=3ae7f001-78df-5ff2-91c4-d73c344f65c1] [2024/05/06 11:56:01.386 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`test_detached`.`t1`:-1] [engineUUID=236fca0d-9ac9-528c-a14d-cb65c9505a78] [2024/05/06 11:56:01.386 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=327] [2024/05/06 11:56:01.421 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=327] [key=1.txt:0] [2024/05/06 11:56:01.424 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=327] [key=1.txt:0] [readDur=1.185256ms] [encodeDur=818.703µs] [checksum="{cksum=993147155581682176,size=33,kvs=1}"] [deliverDur=255.131µs] [type=file] [takeTime=2.695271ms] [] [2024/05/06 11:56:01.425 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=70] [step=import] [subtask-id=134] [takeTime=45.762135ms] [] [2024/05/06 11:56:01.425 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=33] [kvs=1] [files=1] [sstFileSize=931] [file=/tmp/tidb/import-4000/70/3ae7f001-78df-5ff2-91c4-d73c344f65c1.sst/df404cae-54af-4267-b92e-8c7d3bdfad45.sst] [firstKey=7480000000000001475F728000000000000001] [lastKey=7480000000000001475F728000000000000001] [2024/05/06 11:56:01.425 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=70] [step=import] [engine-id=0] [2024/05/06 11:56:01.425 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=70] [step=import] [engine-id=0] [2024/05/06 11:56:01.425 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`test_detached`.`t1`:0] [engineUUID=3ae7f001-78df-5ff2-91c4-d73c344f65c1] [2024/05/06 11:56:01.427 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`test_detached`.`t1`:0] [engineUUID=3ae7f001-78df-5ff2-91c4-d73c344f65c1] [takeTime=2.23375ms] [] [2024/05/06 11:56:01.427 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`test_detached`.`t1`:0] [engineUUID=3ae7f001-78df-5ff2-91c4-d73c344f65c1] [retryCnt=0] [2024/05/06 11:56:01.432 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:56:01.454 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=3ae7f001-78df-5ff2-91c4-d73c344f65c1] ["region ranges"=1] [count=1] [size=33] [2024/05/06 11:56:01.454 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:56:01.469 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=3ae7f001-78df-5ff2-91c4-d73c344f65c1] [size=33] [kvs=1] [importedSize=33] [importedCount=1] [2024/05/06 11:56:01.471 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`test_detached`.`t1`:0] [engineUUID=3ae7f001-78df-5ff2-91c4-d73c344f65c1] [retryCnt=0] [takeTime=43.542281ms] [] [2024/05/06 11:56:01.471 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`test_detached`.`t1`:0] [engineUUID=3ae7f001-78df-5ff2-91c4-d73c344f65c1] [2024/05/06 11:56:01.472 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`test_detached`.`t1`:0] [engineUUID=3ae7f001-78df-5ff2-91c4-d73c344f65c1] [takeTime=1.144856ms] [] [2024/05/06 11:56:01.472 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=70] [step=import] [engine-id=0] [2024/05/06 11:56:01.472 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`test_detached`.`t1`:-1] [engineUUID=236fca0d-9ac9-528c-a14d-cb65c9505a78] [2024/05/06 11:56:01.474 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`test_detached`.`t1`:-1] [engineUUID=236fca0d-9ac9-528c-a14d-cb65c9505a78] [takeTime=1.688105ms] [] [2024/05/06 11:56:01.474 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`test_detached`.`t1`:-1] [engineUUID=236fca0d-9ac9-528c-a14d-cb65c9505a78] [retryCnt=0] [2024/05/06 11:56:01.474 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=236fca0d-9ac9-528c-a14d-cb65c9505a78] [2024/05/06 11:56:01.474 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`test_detached`.`t1`:-1] [engineUUID=236fca0d-9ac9-528c-a14d-cb65c9505a78] [retryCnt=0] [takeTime=65.674µs] [] [2024/05/06 11:56:01.474 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`test_detached`.`t1`:-1] [engineUUID=236fca0d-9ac9-528c-a14d-cb65c9505a78] [2024/05/06 11:56:01.475 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`test_detached`.`t1`:-1] [engineUUID=236fca0d-9ac9-528c-a14d-cb65c9505a78] [takeTime=909.726µs] [] [2024/05/06 11:56:01.520 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=70] [step=import] [2024/05/06 11:56:01.523 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:56:01.523 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:56:01.523 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:56:01.523 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:56:01.523 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:56:01.523 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:56:01.523 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:56:01.523 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:56:01.523 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:56:01.523 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:56:01.523 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:56:01.523 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:56:01.523 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:56:01.525 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:56:01.525 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:56:01.525 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:56:01.525 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:56:01.526 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:56:01.526 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=70] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=225.403696ms] [] [2024/05/06 11:56:01.558 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=70] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:56:01.559 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=70] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:56:01.560 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=70] [curr-step=import] [next-step=post-process] [2024/05/06 11:56:01.560 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=70] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:56:01.630 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=70] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":1,\"ColSizeMap\":{\"1\":1,\"2\":2}}"] [2024/05/06 11:56:01.631 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=70] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:56:01.631 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=70] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=1] [subtasks=1] [2024/05/06 11:56:01.849 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=70] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:56:01.900 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=70] [step=post-process] [subtask-id=135] [2024/05/06 11:56:01.900 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=70] [step=post-process] [subtask-id=135] [2024/05/06 11:56:01.900 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=70] [step=post-process] [subtask-id=135] [2024/05/06 11:56:01.907 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=70] [step=post-process] [subtask-id=135] [takeTime=7.298414ms] [] [2024/05/06 11:56:01.907 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=70] [step=post-process] [subtask-id=135] [groupId=-1] [size=33] [kvs=1] [checksum=993147155581682176] [2024/05/06 11:56:01.908 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=70] [step=post-process] [subtask-id=135] [checksum="{cksum=993147155581682176,size=33,kvs=1}"] [2024/05/06 11:56:01.908 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=70] [step=post-process] [subtask-id=135] [weight=30] [2024/05/06 11:56:01.908 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=70] [step=post-process] [subtask-id=135] [concurrency=15] [2024/05/06 11:56:01.911 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=327] [physicalTableID=327] [indexID=-1] [checksum=993147155581682176] [totalKvs=1] [totalBytes=33] [2024/05/06 11:56:01.911 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=70] [step=post-process] [subtask-id=135] [local="{cksum=993147155581682176,size=33,kvs=1}"] [2024/05/06 11:56:01.912 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=70] [step=post-process] [subtask-id=135] [takeTime=11.566879ms] [] [2024/05/06 11:56:01.912 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=70] [step=post-process] [subtask-id=135] [takeTime=11.787248ms] [] [2024/05/06 11:56:01.951 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=70] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=102.710018ms] [] [2024/05/06 11:56:01.954 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=70] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:56:01.954 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=70] [step=post-process] [state=running] [] [2024/05/06 11:56:01.957 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=70] [2024/05/06 11:56:02.002 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=70] [type=ImportInto] [2024/05/06 11:56:02.105 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=70] [2024/05/06 11:56:02.127 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:56:02.127 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=70] [2024/05/06 11:56:02.161 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.606628516\n# Parse_time: 0.000609934\n# Compile_time: 0.001764647\n# Rewrite_time: 0.000457171\n# Optimize_time: 0.001404406\n# Wait_TS: 0\n# Is_internal: false\n# Digest: 774e96f70f54201ff90b227839cc6a84156ba01693c8ca009f9710ecb324ae55\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LKwwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS42cywgbG9vcHM6MglOL0EJTi9BCg==')\n# Binary_plan: tidb_decode_binary_plan('R8gKQwoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaEnRpbWU6MS42cywgbG9vcHM6MnD///8JAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `test_detached`.`t1` FROM 'gs://test-detached/1.txt?endpoint=http://127.0.0.1:4443/storage/v1/' WITH thread=1;"] [2024/05/06 11:56:02.177 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:56:02.218 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:56:02.356 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-detached/1.txt?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"detached\":null,\"thread\":\"1\"}}"] [dist-task-enabled=true] [2024/05/06 11:56:02.497 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=71] [task-id=71] [data-size=5B] [thread-cnt=1] [global-sort=false] [2024/05/06 11:56:02.503 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.340592098\n# Parse_time: 0.001414495\n# Compile_time: 0.001949146\n# Rewrite_time: 0.000304734\n# Optimize_time: 0.001404406\n# Wait_TS: 0\n# Is_internal: false\n# Digest: c076a4f34f52ff3f1e947c5a213a4e3cbcf500b0cc838e94eb45201a51d04df4\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('L7gwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MzM2LjdtcywgbG9vcHM6MglOL0EJTi9BCg==')\n# Binary_plan: tidb_decode_binary_plan('StAKRgoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaFXRpbWU6MzM2LjdtcywgbG9vcHM6MnD//w0CNAF4////////////ARgB')\n# Resource_group: default\nIMPORT INTO `test_detached`.`t2` FROM 'gs://test-detached/1.txt?endpoint=http://127.0.0.1:4443/storage/v1/' WITH detached, thread=1;"] [2024/05/06 11:56:02.537 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=71] [2024/05/06 11:56:02.537 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=71] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=1] [2024/05/06 11:56:02.642 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=71] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:56:02.643 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=71] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:56:02.644 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=71] [curr-step=init] [next-step=import] [2024/05/06 11:56:02.661 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:56:02.664 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t2] [2024/05/06 11:56:02.664 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t2] [before=536870912000] [after=5] [2024/05/06 11:56:02.664 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t2] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=5] [cost=45.404µs] [2024/05/06 11:56:02.664 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t2] [takeTime=145.311µs] [] [2024/05/06 11:56:02.664 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=71] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:56:02.664 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=71] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=1] [subtasks=1] [2024/05/06 11:56:02.767 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=71] [mode=Import] [2024/05/06 11:56:02.790 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=71] [2024/05/06 11:56:02.820 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=71] [type=ImportInto] [remaining-slots=51] [2024/05/06 11:56:02.917 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=71] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:56:02.918 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=71] [step=import] [2024/05/06 11:56:02.919 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:56:02.929 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:56:02.929 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:56:02.930 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:56:02.930 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:56:02.931 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:56:02.931 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:56:02.931 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:56:02.931 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:56:02.932 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:56:02.945 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:56:02.947 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:56:02.948 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t2] [quota=374.2GB] [2024/05/06 11:56:02.948 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=71] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:56:02.948 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t2] [import-id=71] [disk-quota=348.5GiB] [2024/05/06 11:56:02.993 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=71] [step=import] [subtask-id=136] [2024/05/06 11:56:02.997 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`test_detached`.`t2`:0] [engineUUID=ad22e41c-f30a-50a8-9086-89d3ea93a06e] [2024/05/06 11:56:03.001 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`test_detached`.`t2`:-1] [engineUUID=964427c2-81fe-5e20-9cf8-2220d41449c0] [2024/05/06 11:56:03.001 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=329] [2024/05/06 11:56:03.017 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=329] [key=1.txt:0] [2024/05/06 11:56:03.019 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=329] [key=1.txt:0] [readDur=1.226706ms] [encodeDur=527.988µs] [checksum="{cksum=17004222232752915364,size=33,kvs=1}"] [deliverDur=265.195µs] [type=file] [takeTime=2.387891ms] [] [2024/05/06 11:56:03.021 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=71] [step=import] [subtask-id=136] [takeTime=27.674122ms] [] [2024/05/06 11:56:03.021 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=33] [kvs=1] [files=1] [sstFileSize=931] [file=/tmp/tidb/import-4000/71/ad22e41c-f30a-50a8-9086-89d3ea93a06e.sst/4e1113f1-d7d0-412b-961a-b5cabab3c543.sst] [firstKey=7480000000000001495F728000000000000001] [lastKey=7480000000000001495F728000000000000001] [2024/05/06 11:56:03.021 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=71] [step=import] [engine-id=0] [2024/05/06 11:56:03.021 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=71] [step=import] [engine-id=0] [2024/05/06 11:56:03.021 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`test_detached`.`t2`:0] [engineUUID=ad22e41c-f30a-50a8-9086-89d3ea93a06e] [2024/05/06 11:56:03.023 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`test_detached`.`t2`:0] [engineUUID=ad22e41c-f30a-50a8-9086-89d3ea93a06e] [takeTime=2.136013ms] [] [2024/05/06 11:56:03.023 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`test_detached`.`t2`:0] [engineUUID=ad22e41c-f30a-50a8-9086-89d3ea93a06e] [retryCnt=0] [2024/05/06 11:56:03.027 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:56:03.049 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=ad22e41c-f30a-50a8-9086-89d3ea93a06e] ["region ranges"=1] [count=1] [size=33] [2024/05/06 11:56:03.049 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:56:03.065 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=ad22e41c-f30a-50a8-9086-89d3ea93a06e] [size=33] [kvs=1] [importedSize=33] [importedCount=1] [2024/05/06 11:56:03.067 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`test_detached`.`t2`:0] [engineUUID=ad22e41c-f30a-50a8-9086-89d3ea93a06e] [retryCnt=0] [takeTime=43.94172ms] [] [2024/05/06 11:56:03.067 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`test_detached`.`t2`:0] [engineUUID=ad22e41c-f30a-50a8-9086-89d3ea93a06e] [2024/05/06 11:56:03.068 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`test_detached`.`t2`:0] [engineUUID=ad22e41c-f30a-50a8-9086-89d3ea93a06e] [takeTime=1.073807ms] [] [2024/05/06 11:56:03.068 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=71] [step=import] [engine-id=0] [2024/05/06 11:56:03.069 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`test_detached`.`t2`:-1] [engineUUID=964427c2-81fe-5e20-9cf8-2220d41449c0] [2024/05/06 11:56:03.070 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`test_detached`.`t2`:-1] [engineUUID=964427c2-81fe-5e20-9cf8-2220d41449c0] [takeTime=1.453451ms] [] [2024/05/06 11:56:03.070 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`test_detached`.`t2`:-1] [engineUUID=964427c2-81fe-5e20-9cf8-2220d41449c0] [retryCnt=0] [2024/05/06 11:56:03.070 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=964427c2-81fe-5e20-9cf8-2220d41449c0] [2024/05/06 11:56:03.070 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`test_detached`.`t2`:-1] [engineUUID=964427c2-81fe-5e20-9cf8-2220d41449c0] [retryCnt=0] [takeTime=54.669µs] [] [2024/05/06 11:56:03.070 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`test_detached`.`t2`:-1] [engineUUID=964427c2-81fe-5e20-9cf8-2220d41449c0] [2024/05/06 11:56:03.071 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`test_detached`.`t2`:-1] [engineUUID=964427c2-81fe-5e20-9cf8-2220d41449c0] [takeTime=840.006µs] [] [2024/05/06 11:56:03.114 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=71] [step=import] [2024/05/06 11:56:03.117 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:56:03.117 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:56:03.117 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:56:03.117 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:56:03.117 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:56:03.117 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:56:03.117 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:56:03.117 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:56:03.117 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:56:03.117 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:56:03.117 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:56:03.117 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:56:03.117 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:56:03.119 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:56:03.119 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:56:03.119 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:56:03.119 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:56:03.119 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:56:03.119 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=71] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=202.417782ms] [] [2024/05/06 11:56:03.159 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=71] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:56:03.160 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=71] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:56:03.161 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=71] [curr-step=import] [next-step=post-process] [2024/05/06 11:56:03.161 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=71] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:56:03.230 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=71] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":1,\"ColSizeMap\":{\"1\":1,\"2\":2}}"] [2024/05/06 11:56:03.231 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=71] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:56:03.231 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=71] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=1] [subtasks=1] [2024/05/06 11:56:03.417 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=71] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:56:03.464 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=71] [step=post-process] [subtask-id=137] [2024/05/06 11:56:03.465 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=71] [step=post-process] [subtask-id=137] [2024/05/06 11:56:03.465 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=71] [step=post-process] [subtask-id=137] [2024/05/06 11:56:03.472 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=71] [step=post-process] [subtask-id=137] [takeTime=6.968264ms] [] [2024/05/06 11:56:03.472 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=71] [step=post-process] [subtask-id=137] [groupId=-1] [size=33] [kvs=1] [checksum=17004222232752915364] [2024/05/06 11:56:03.472 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=71] [step=post-process] [subtask-id=137] [checksum="{cksum=17004222232752915364,size=33,kvs=1}"] [1,524 / 1,567] [Prepa] GoCompilePkg pkg/extension/extensionimpl/extensionimpl.a [2024/05/06 11:56:03.472 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=71] [step=post-process] [subtask-id=137] [weight=30] [2024/05/06 11:56:03.472 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=71] [step=post-process] [subtask-id=137] [concurrency=15] [2024/05/06 11:56:03.475 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=329] [physicalTableID=329] [indexID=-1] [checksum=17004222232752915364] [totalKvs=1] [totalBytes=33] [2024/05/06 11:56:03.476 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=71] [step=post-process] [subtask-id=137] [local="{cksum=17004222232752915364,size=33,kvs=1}"] [2024/05/06 11:56:03.476 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=71] [step=post-process] [subtask-id=137] [takeTime=11.382895ms] [] [2024/05/06 11:56:03.476 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=71] [step=post-process] [subtask-id=137] [takeTime=11.613247ms] [] [2024/05/06 11:56:03.518 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=71] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=100.931081ms] [] [2024/05/06 11:56:03.559 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=71] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:56:03.559 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=71] [step=post-process] [state=running] [] [2024/05/06 11:56:03.561 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=71] [2024/05/06 11:56:03.631 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=71] [type=ImportInto] [2024/05/06 11:56:03.643 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=71] [2024/05/06 11:56:03.703 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:56:03.703 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=71] [2024/05/06 11:56:03.784 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] === RUN TestImportInto/TestShowDetachedJob [2024/05/06 11:56:04.549 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=237] [cur_db=] [sql="drop database if exists show_detached_job"] [user=root@%] [2024/05/06 11:56:04.551 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=237] [cur_db=] [sql="create database show_detached_job"] [user=root@%] [2024/05/06 11:56:04.586 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:332, Type:create schema, State:queueing, SchemaState:none, SchemaID:331, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:56:04.516 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:56:04.586 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:332, Type:create schema, State:queueing, SchemaState:none, SchemaID:331, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:56:04.516 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database show_detached_job"] [2024/05/06 11:56:04.638 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=332] [conn=2] [category=ddl] [job="ID:332, Type:create schema, State:queueing, SchemaState:none, SchemaID:331, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:56:04.516 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:04.739 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=237] [neededSchemaVersion=238] ["start time"=1.50161ms] [gotSchemaVersion=238] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:56:04.754 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=332] [version=238] [2024/05/06 11:56:04.785 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=238] ["take time"=53.983796ms] [job="ID:332, Type:create schema, State:done, SchemaState:public, SchemaID:331, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:56:04.516 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:04.834 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=332] [conn=2] [job="ID:332, Type:create schema, State:synced, SchemaState:public, SchemaID:331, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:56:04.516 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:04.862 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=332] [2024/05/06 11:56:04.863 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:56:04.866 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.315429404\n# Parse_time: 0.00021279\n# Compile_time: 0.000574011\n# Rewrite_time: 0.000031916\n# Optimize_time: 0.001808579\n# Wait_TS: 0.000297742\n# Is_internal: false\n# Digest: 25246314a6ebd7f69b688638b3b82878b020e36513e3490e8f74e07653bbcfc5\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ncreate database show_detached_job;"] [2024/05/06 11:56:04.869 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=238] [cur_db=show_detached_job] [sql="CREATE TABLE t1 (i INT PRIMARY KEY);"] [user=root@%] [2024/05/06 11:56:04.913 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:334, Type:create table, State:queueing, SchemaState:none, SchemaID:331, TableID:333, RowCount:0, ArgLen:2, start time: 2024-05-06 11:56:04.865 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t1 (i INT PRIMARY KEY);"] [2024/05/06 11:56:04.913 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:334, Type:create table, State:queueing, SchemaState:none, SchemaID:331, TableID:333, RowCount:0, ArgLen:2, start time: 2024-05-06 11:56:04.865 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:56:04.965 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=334] [conn=2] [category=ddl] [job="ID:334, Type:create table, State:queueing, SchemaState:none, SchemaID:331, TableID:333, RowCount:0, ArgLen:0, start time: 2024-05-06 11:56:04.865 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:04.972 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 331, Table ID: 333, Table Name: t1"] [2024/05/06 11:56:05.013 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=238] [neededSchemaVersion=239] ["start time"=2.178424ms] [gotSchemaVersion=239] [phyTblIDs="[333]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:56:05.027 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=334] [version=239] [2024/05/06 11:56:05.060 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=239] ["take time"=53.303199ms] [job="ID:334, Type:create table, State:done, SchemaState:public, SchemaID:331, TableID:333, RowCount:0, ArgLen:2, start time: 2024-05-06 11:56:04.865 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:05.134 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=334] [conn=2] [job="ID:334, Type:create table, State:synced, SchemaState:public, SchemaID:331, TableID:333, RowCount:0, ArgLen:0, start time: 2024-05-06 11:56:04.865 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:05.173 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=334] [2024/05/06 11:56:05.174 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:56:05.237 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.368743908\n# Parse_time: 0.000444857\n# Compile_time: 0.000724516\n# Rewrite_time: 0.00004817\n# Optimize_time: 0.001808579\n# Wait_TS: 0.000336338\n# DB: show_detached_job\n# Is_internal: false\n# Digest: d8696567f7f4f571ff6f2842ead9c03ca982ef29a8c49eb575a9f42d5cd117de\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse show_detached_job;\nCREATE TABLE t1 (i INT PRIMARY KEY);"] [2024/05/06 11:56:05.241 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=239] [cur_db=show_detached_job] [sql="CREATE TABLE t2 (i INT PRIMARY KEY);"] [user=root@%] [2024/05/06 11:56:05.287 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:336, Type:create table, State:queueing, SchemaState:none, SchemaID:331, TableID:335, RowCount:0, ArgLen:2, start time: 2024-05-06 11:56:05.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:56:05.287 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:336, Type:create table, State:queueing, SchemaState:none, SchemaID:331, TableID:335, RowCount:0, ArgLen:2, start time: 2024-05-06 11:56:05.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t2 (i INT PRIMARY KEY);"] [2024/05/06 11:56:05.331 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=336] [conn=2] [category=ddl] [job="ID:336, Type:create table, State:queueing, SchemaState:none, SchemaID:331, TableID:335, RowCount:0, ArgLen:0, start time: 2024-05-06 11:56:05.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:05.339 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 331, Table ID: 335, Table Name: t2"] [2024/05/06 11:56:05.381 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=239] [neededSchemaVersion=240] ["start time"=2.535741ms] [gotSchemaVersion=240] [phyTblIDs="[335]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:56:05.396 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=336] [version=240] [2024/05/06 11:56:05.428 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=240] ["take time"=53.228849ms] [job="ID:336, Type:create table, State:done, SchemaState:public, SchemaID:331, TableID:335, RowCount:0, ArgLen:2, start time: 2024-05-06 11:56:05.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:05.465 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=336] [conn=2] [job="ID:336, Type:create table, State:synced, SchemaState:public, SchemaID:331, TableID:335, RowCount:0, ArgLen:0, start time: 2024-05-06 11:56:05.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:05.496 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=336] [2024/05/06 11:56:05.496 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:56:05.501 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=240] [cur_db=show_detached_job] [sql="CREATE TABLE t3 (i INT PRIMARY KEY);"] [user=root@%] [2024/05/06 11:56:05.541 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:338, Type:create table, State:queueing, SchemaState:none, SchemaID:331, TableID:337, RowCount:0, ArgLen:2, start time: 2024-05-06 11:56:05.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:56:05.541 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:338, Type:create table, State:queueing, SchemaState:none, SchemaID:331, TableID:337, RowCount:0, ArgLen:2, start time: 2024-05-06 11:56:05.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t3 (i INT PRIMARY KEY);"] [2024/05/06 11:56:05.583 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=338] [conn=2] [category=ddl] [job="ID:338, Type:create table, State:queueing, SchemaState:none, SchemaID:331, TableID:337, RowCount:0, ArgLen:0, start time: 2024-05-06 11:56:05.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:05.591 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 331, Table ID: 337, Table Name: t3"] [2024/05/06 11:56:05.694 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=240] [neededSchemaVersion=241] ["start time"=2.755623ms] [gotSchemaVersion=241] [phyTblIDs="[337]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:56:05.705 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=338] [version=241] [2024/05/06 11:56:05.739 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=241] ["take time"=53.762504ms] [job="ID:338, Type:create table, State:done, SchemaState:public, SchemaID:331, TableID:337, RowCount:0, ArgLen:2, start time: 2024-05-06 11:56:05.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:05.812 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=338] [conn=2] [job="ID:338, Type:create table, State:synced, SchemaState:public, SchemaID:331, TableID:337, RowCount:0, ArgLen:0, start time: 2024-05-06 11:56:05.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:05.850 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=338] [2024/05/06 11:56:05.850 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:56:05.854 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.353761646\n# Parse_time: 0.000597653\n# Compile_time: 0.00082581\n# Rewrite_time: 0.000059934\n# Optimize_time: 0.001808579\n# Wait_TS: 0.000335805\n# DB: show_detached_job\n# Is_internal: false\n# Digest: a5e0f5a0f1316e9f992b3345acf5f33a1d5080943c74940823bbffb5217d5671\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE t3 (i INT PRIMARY KEY);"] [2024/05/06 11:56:05.868 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:56:06.080 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-show-detached-job/t.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"detached\":null}}"] [dist-task-enabled=true] [2024/05/06 11:56:06.235 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=72] [task-id=72] [data-size=3B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:56:06.245 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.389997514\n# Parse_time: 0.000556458\n# Compile_time: 0.001710912\n# Rewrite_time: 0.000339099\n# Optimize_time: 0.001808579\n# Wait_TS: 0\n# DB: show_detached_job\n# Is_internal: false\n# Digest: c4fea08b379d575726c4116a5ec31132ec35ecd71972dbdaf5df3f791809cd2f\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6Mzg3bXMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6Mzg3bXMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `show_detached_job`.`t1` FROM 'gs://test-show-detached-job/t.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH detached;"] [2024/05/06 11:56:06.279 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=72] [2024/05/06 11:56:06.279 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=72] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:56:06.384 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=72] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:56:06.385 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=72] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:56:06.386 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=72] [curr-step=init] [next-step=import] [2024/05/06 11:56:06.405 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:56:06.408 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t1] [2024/05/06 11:56:06.408 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t1] [before=536870912000] [after=3] [2024/05/06 11:56:06.408 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t1] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=3] [cost=47.071µs] [2024/05/06 11:56:06.408 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t1] [takeTime=159.744µs] [] [2024/05/06 11:56:06.408 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=72] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:56:06.408 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=72] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:56:06.512 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=72] [mode=Import] [2024/05/06 11:56:06.532 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=72] [2024/05/06 11:56:06.555 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=72] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:56:06.645 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=72] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:56:06.647 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=72] [step=import] [2024/05/06 11:56:06.647 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:56:06.657 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:56:06.657 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:56:06.657 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:56:06.657 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:56:06.658 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:56:06.658 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:56:06.658 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:56:06.658 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:56:06.658 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:56:06.672 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:56:06.673 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:56:06.674 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t1] [quota=374.2GB] [2024/05/06 11:56:06.674 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=72] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:56:06.674 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t1] [import-id=72] [disk-quota=348.5GiB] [2024/05/06 11:56:06.716 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=72] [step=import] [subtask-id=138] [2024/05/06 11:56:06.720 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`show_detached_job`.`t1`:0] [engineUUID=4c8e15fc-755f-59dd-958d-7cda1975f957] [2024/05/06 11:56:06.724 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`show_detached_job`.`t1`:-1] [engineUUID=38e1d7a7-2ea1-56c0-bcef-2900d2787215] [2024/05/06 11:56:06.724 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=333] [2024/05/06 11:56:06.777 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=333] [key=t.csv:0] [2024/05/06 11:56:06.780 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=333] [key=t.csv:0] [readDur=1.065875ms] [encodeDur=620.932µs] [checksum="{cksum=7435750759411199284,size=50,kvs=2}"] [deliverDur=274.023µs] [type=file] [takeTime=2.324414ms] [] [2024/05/06 11:56:06.782 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=72] [step=import] [subtask-id=138] [takeTime=65.869937ms] [] [2024/05/06 11:56:06.782 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=50] [kvs=2] [files=1] [sstFileSize=964] [file=/tmp/tidb/import-4000/72/4c8e15fc-755f-59dd-958d-7cda1975f957.sst/50fd24e3-e6bf-4fb0-a63f-b025b977c301.sst] [firstKey=74800000000000014D5F728000000000000001] [lastKey=74800000000000014D5F728000000000000002] [2024/05/06 11:56:06.782 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=72] [step=import] [engine-id=0] [2024/05/06 11:56:06.782 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=72] [step=import] [engine-id=0] [2024/05/06 11:56:06.782 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`show_detached_job`.`t1`:0] [engineUUID=4c8e15fc-755f-59dd-958d-7cda1975f957] [2024/05/06 11:56:06.785 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`show_detached_job`.`t1`:0] [engineUUID=4c8e15fc-755f-59dd-958d-7cda1975f957] [takeTime=2.749411ms] [] [2024/05/06 11:56:06.785 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`show_detached_job`.`t1`:0] [engineUUID=4c8e15fc-755f-59dd-958d-7cda1975f957] [retryCnt=0] [2024/05/06 11:56:06.790 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:56:06.812 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=4c8e15fc-755f-59dd-958d-7cda1975f957] ["region ranges"=1] [count=2] [size=50] [2024/05/06 11:56:06.813 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:56:06.827 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=4c8e15fc-755f-59dd-958d-7cda1975f957] [size=50] [kvs=2] [importedSize=50] [importedCount=2] [2024/05/06 11:56:06.829 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`show_detached_job`.`t1`:0] [engineUUID=4c8e15fc-755f-59dd-958d-7cda1975f957] [retryCnt=0] [takeTime=43.867465ms] [] [2024/05/06 11:56:06.829 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`show_detached_job`.`t1`:0] [engineUUID=4c8e15fc-755f-59dd-958d-7cda1975f957] [2024/05/06 11:56:06.830 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`show_detached_job`.`t1`:0] [engineUUID=4c8e15fc-755f-59dd-958d-7cda1975f957] [takeTime=1.032741ms] [] [2024/05/06 11:56:06.830 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=72] [step=import] [engine-id=0] [2024/05/06 11:56:06.830 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`show_detached_job`.`t1`:-1] [engineUUID=38e1d7a7-2ea1-56c0-bcef-2900d2787215] [2024/05/06 11:56:06.831 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`show_detached_job`.`t1`:-1] [engineUUID=38e1d7a7-2ea1-56c0-bcef-2900d2787215] [takeTime=1.442338ms] [] [2024/05/06 11:56:06.832 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`show_detached_job`.`t1`:-1] [engineUUID=38e1d7a7-2ea1-56c0-bcef-2900d2787215] [retryCnt=0] [2024/05/06 11:56:06.832 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=38e1d7a7-2ea1-56c0-bcef-2900d2787215] [2024/05/06 11:56:06.832 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`show_detached_job`.`t1`:-1] [engineUUID=38e1d7a7-2ea1-56c0-bcef-2900d2787215] [retryCnt=0] [takeTime=51.019µs] [] [2024/05/06 11:56:06.832 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`show_detached_job`.`t1`:-1] [engineUUID=38e1d7a7-2ea1-56c0-bcef-2900d2787215] [2024/05/06 11:56:06.832 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`show_detached_job`.`t1`:-1] [engineUUID=38e1d7a7-2ea1-56c0-bcef-2900d2787215] [takeTime=777.855µs] [] [2024/05/06 11:56:06.877 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=72] [step=import] [2024/05/06 11:56:06.880 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:56:06.880 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:56:06.880 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:56:06.880 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:56:06.880 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:56:06.880 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:56:06.880 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:56:06.880 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:56:06.880 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:56:06.880 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:56:06.880 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:56:06.880 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:56:06.880 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:56:06.882 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:56:06.882 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:56:06.882 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:56:06.882 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:56:06.882 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:56:06.882 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=72] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=236.669096ms] [] [2024/05/06 11:56:06.898 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=72] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:56:06.898 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=72] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:56:06.899 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=72] [curr-step=import] [next-step=post-process] [2024/05/06 11:56:06.899 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=72] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:56:06.960 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=72] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":2,\"ColSizeMap\":{\"1\":2}}"] [2024/05/06 11:56:06.961 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=72] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:56:06.961 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=72] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:56:07.162 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=72] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:56:07.211 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=72] [step=post-process] [subtask-id=139] [2024/05/06 11:56:07.211 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=72] [step=post-process] [subtask-id=139] [2024/05/06 11:56:07.211 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=72] [step=post-process] [subtask-id=139] [2024/05/06 11:56:07.212 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=72] [step=post-process] [subtask-id=139] [takeTime=14.544µs] [] [2024/05/06 11:56:07.212 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=72] [step=post-process] [subtask-id=139] [groupId=-1] [size=50] [kvs=2] [checksum=7435750759411199284] [2024/05/06 11:56:07.212 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=72] [step=post-process] [subtask-id=139] [checksum="{cksum=7435750759411199284,size=50,kvs=2}"] [2024/05/06 11:56:07.212 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=72] [step=post-process] [subtask-id=139] [weight=30] [2024/05/06 11:56:07.212 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=72] [step=post-process] [subtask-id=139] [concurrency=15] [2024/05/06 11:56:07.216 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=333] [physicalTableID=333] [indexID=-1] [checksum=7435750759411199284] [totalKvs=2] [totalBytes=50] [2024/05/06 11:56:07.216 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=72] [step=post-process] [subtask-id=139] [local="{cksum=7435750759411199284,size=50,kvs=2}"] [2024/05/06 11:56:07.216 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=72] [step=post-process] [subtask-id=139] [takeTime=4.927061ms] [] [2024/05/06 11:56:07.216 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=72] [step=post-process] [subtask-id=139] [takeTime=5.190658ms] [] [2024/05/06 11:56:07.265 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=72] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=103.000188ms] [] [2024/05/06 11:56:07.300 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=72] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:56:07.301 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=72] [step=post-process] [state=running] [] [2024/05/06 11:56:07.303 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=72] [2024/05/06 11:56:07.416 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=72] [2024/05/06 11:56:07.431 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=72] [type=ImportInto] [2024/05/06 11:56:07.440 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:56:07.440 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=72] [2024/05/06 11:56:07.513 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:56:07.791 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:56:08.028 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-show-detached-job/t2.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"detached\":null}}"] [dist-task-enabled=true] [2024/05/06 11:56:08.106 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=73] [task-id=73] [data-size=3B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:56:08.112 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.334902878\n# Parse_time: 0.000848206\n# Compile_time: 0.001386309\n# Rewrite_time: 0.000259948\n# Optimize_time: 0.001071878\n# Wait_TS: 0\n# DB: show_detached_job\n# Is_internal: false\n# Digest: 098f14f0010fe14d812061e6965be2de38ec71c5b5b64ab8c8e22c08cd8067ee\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('L7gwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MzMyLjFtcywgbG9vcHM6MglOL0EJTi9BCg==')\n# Binary_plan: tidb_decode_binary_plan('StAKRgoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaFXRpbWU6MzMyLjFtcywgbG9vcHM6MnD//w0CNAF4////////////ARgB')\n# Resource_group: default\nIMPORT INTO `show_detached_job`.`t2` FROM 'gs://test-show-detached-job/t2.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH detached;"] [2024/05/06 11:56:08.145 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=73] [2024/05/06 11:56:08.146 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=73] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:56:08.296 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=73] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:56:08.297 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=73] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:56:08.298 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=73] [curr-step=init] [next-step=import] [2024/05/06 11:56:08.318 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:56:08.321 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t2] [2024/05/06 11:56:08.321 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t2] [before=536870912000] [after=3] [2024/05/06 11:56:08.322 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t2] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=3] [cost=47.749µs] [2024/05/06 11:56:08.322 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t2] [takeTime=169.951µs] [] [2024/05/06 11:56:08.322 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=73] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:56:08.322 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=73] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:56:08.438 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=73] [mode=Import] [2024/05/06 11:56:08.457 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=73] [2024/05/06 11:56:08.467 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=73] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:56:08.505 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=73] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:56:08.506 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=73] [step=import] [2024/05/06 11:56:08.506 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:56:08.515 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:56:08.515 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:56:08.515 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:56:08.515 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:56:08.516 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:56:08.516 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:56:08.516 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:56:08.516 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:56:08.516 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:56:08.530 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:56:08.531 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:56:08.532 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t2] [quota=374.2GB] [2024/05/06 11:56:08.532 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=73] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:56:08.532 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t2] [import-id=73] [disk-quota=348.5GiB] [2024/05/06 11:56:08.579 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=73] [step=import] [subtask-id=140] [2024/05/06 11:56:08.584 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`show_detached_job`.`t2`:0] [engineUUID=385b6216-6ebc-5909-bf6e-7976f99624d0] [2024/05/06 11:56:08.587 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`show_detached_job`.`t2`:-1] [engineUUID=e217af54-bdcc-5600-bbdb-9279f0f79710] [2024/05/06 11:56:08.588 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=335] [2024/05/06 11:56:08.619 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=335] [key=t2.csv:0] [2024/05/06 11:56:08.621 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=335] [key=t2.csv:0] [readDur=1.161223ms] [encodeDur=785.622µs] [checksum="{cksum=0,size=50,kvs=2}"] [deliverDur=316.668µs] [type=file] [takeTime=2.605361ms] [] [2024/05/06 11:56:08.622 +00:00] [WARN] [engine.go:1411] ["duplicated key found, skip write"] [category=ddl-ingest] [key=74800000000000014F5F728000000000000001] [2024/05/06 11:56:08.622 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=25] [kvs=2] [files=1] [sstFileSize=923] [file=/tmp/tidb/import-4000/73/385b6216-6ebc-5909-bf6e-7976f99624d0.sst/fb580bd0-132e-4a47-867a-c651e590d48a.sst] [firstKey=74800000000000014F5F728000000000000001] [lastKey=74800000000000014F5F728000000000000001] [2024/05/06 11:56:08.622 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=73] [step=import] [subtask-id=140] [takeTime=42.846918ms] [] [2024/05/06 11:56:08.622 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=73] [step=import] [engine-id=0] [2024/05/06 11:56:08.623 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=73] [step=import] [engine-id=0] [2024/05/06 11:56:08.623 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`show_detached_job`.`t2`:0] [engineUUID=385b6216-6ebc-5909-bf6e-7976f99624d0] [2024/05/06 11:56:08.624 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`show_detached_job`.`t2`:0] [engineUUID=385b6216-6ebc-5909-bf6e-7976f99624d0] [takeTime=1.763503ms] [] [2024/05/06 11:56:08.624 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`show_detached_job`.`t2`:0] [engineUUID=385b6216-6ebc-5909-bf6e-7976f99624d0] [retryCnt=0] [2024/05/06 11:56:08.629 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:56:08.650 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=385b6216-6ebc-5909-bf6e-7976f99624d0] ["region ranges"=1] [count=2] [size=25] [2024/05/06 11:56:08.651 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:56:08.664 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=385b6216-6ebc-5909-bf6e-7976f99624d0] [size=25] [kvs=2] [importedSize=25] [importedCount=1] [2024/05/06 11:56:08.666 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`show_detached_job`.`t2`:0] [engineUUID=385b6216-6ebc-5909-bf6e-7976f99624d0] [retryCnt=0] [takeTime=41.09473ms] [] [2024/05/06 11:56:08.666 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`show_detached_job`.`t2`:0] [engineUUID=385b6216-6ebc-5909-bf6e-7976f99624d0] [2024/05/06 11:56:08.667 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`show_detached_job`.`t2`:0] [engineUUID=385b6216-6ebc-5909-bf6e-7976f99624d0] [takeTime=1.146441ms] [] [2024/05/06 11:56:08.667 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=73] [step=import] [engine-id=0] [2024/05/06 11:56:08.667 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`show_detached_job`.`t2`:-1] [engineUUID=e217af54-bdcc-5600-bbdb-9279f0f79710] [2024/05/06 11:56:08.668 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`show_detached_job`.`t2`:-1] [engineUUID=e217af54-bdcc-5600-bbdb-9279f0f79710] [takeTime=1.469064ms] [] [2024/05/06 11:56:08.669 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`show_detached_job`.`t2`:-1] [engineUUID=e217af54-bdcc-5600-bbdb-9279f0f79710] [retryCnt=0] [2024/05/06 11:56:08.669 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=e217af54-bdcc-5600-bbdb-9279f0f79710] [2024/05/06 11:56:08.669 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`show_detached_job`.`t2`:-1] [engineUUID=e217af54-bdcc-5600-bbdb-9279f0f79710] [retryCnt=0] [takeTime=77.069µs] [] [2024/05/06 11:56:08.669 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`show_detached_job`.`t2`:-1] [engineUUID=e217af54-bdcc-5600-bbdb-9279f0f79710] [2024/05/06 11:56:08.670 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`show_detached_job`.`t2`:-1] [engineUUID=e217af54-bdcc-5600-bbdb-9279f0f79710] [takeTime=909.62µs] [] [2024/05/06 11:56:08.769 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=73] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:56:08.770 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=73] [step=import] [2024/05/06 11:56:08.771 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=73] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:56:08.771 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=73] [curr-step=import] [next-step=post-process] [2024/05/06 11:56:08.771 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=73] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:56:08.775 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:56:08.775 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:56:08.775 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:56:08.775 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:56:08.775 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:56:08.775 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:56:08.775 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:56:08.775 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:56:08.775 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:56:08.775 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:56:08.775 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:56:08.775 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:56:08.775 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:56:08.778 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:56:08.778 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:56:08.778 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:56:08.778 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:56:08.778 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:56:08.778 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=73] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=272.815925ms] [] [2024/05/06 11:56:08.840 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=73] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":1,\"ColSizeMap\":{\"1\":2}}"] [2024/05/06 11:56:08.841 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=73] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:56:08.841 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=73] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:56:08.982 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=73] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:56:10.106 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449576060574760966\n# User@Host: root[root] @ localhost [localhost]\n# Query_time: 1.079720014\n# Parse_time: 0\n# Compile_time: 0.000336324\n# Rewrite_time: 0.000004398\n# Optimize_time: 0.005771894\n# Wait_TS: 0\n# Prewrite_time: 1.074631569 Commit_time: 0.002383947 Get_commit_ts_time: 0.001291988 Slowest_prewrite_rpc_detail: {total:1.074s, region_id: 14, store: 127.0.0.1:20161, time_detail: {tikv_wall_time: 1.07s}, scan_detail: {get_snapshot_time: 1.07s, rocksdb: {block: {cache_hit_count: 2}}}, write_detail: {store_batch_wait: 20.5µs, propose_send_wait: 0s, persist_log: {total: 127.7µs, write_leader_wait: 132ns, sync_log: 75.7µs, write_memtable: 2.77µs}, commit_log: 384.1µs, apply_batch_wait: 13.9µs, apply: {total:76.7µs, mutex_lock: 0s, write_leader_wait: 0s, write_wal: 16.6µs, write_memtable: 12.7µs}}} Commit_primary_rpc_detail: {total:1.074s, region_id: 14, store: 127.0.0.1:20161, time_detail: {tikv_wall_time: 1.07s}, scan_detail: {get_snapshot_time: 1.07s, rocksdb: {block: {cache_hit_count: 2}}}, write_detail: {store_batch_wait: 20.5µs, propose_send_wait: 0s, persist_log: {total: 127.7µs, write_leader_wait: 132ns, sync_log: 75.7µs, write_memtable: 2.77µs}, commit_log: 384.1µs, apply_batch_wait: 13.9µs, apply: {total:76.7µs, mutex_lock: 0s, write_leader_wait: 0s, write_wal: 16.6µs, write_memtable: 12.7µs}}} Write_keys: 1 Write_size: 170 Prewrite_region: 1\n# Is_internal: true\n# Digest: 9505cacb7c710ed17125fcc6cb3669e8ddca6c8cd8af6a31f6b3cd64604c3098\n# Num_cop_tasks: 0\n# Mem_max: 8192\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:56:10.106 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=73] [step=post-process] [subtask-id=141] [2024/05/06 11:56:10.107 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=73] [step=post-process] [subtask-id=141] [2024/05/06 11:56:10.107 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=73] [step=post-process] [subtask-id=141] [2024/05/06 11:56:10.107 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=73] [step=post-process] [subtask-id=141] [takeTime=27.483µs] [] [2024/05/06 11:56:10.107 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=73] [step=post-process] [subtask-id=141] [groupId=-1] [size=50] [kvs=2] [checksum=0] [2024/05/06 11:56:10.107 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=73] [step=post-process] [subtask-id=141] [checksum="{cksum=0,size=50,kvs=2}"] [2024/05/06 11:56:10.107 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=73] [step=post-process] [subtask-id=141] [weight=30] [2024/05/06 11:56:10.107 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=73] [step=post-process] [subtask-id=141] [concurrency=15] [2024/05/06 11:56:10.112 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=335] [physicalTableID=335] [indexID=-1] [checksum=4702128331558417619] [totalKvs=1] [totalBytes=25] [2024/05/06 11:56:10.112 +00:00] [ERROR] [subtask_executor.go:117] ["post process failed"] [type=ImportInto] [task-id=73] [step=post-process] [subtask-id=141] [takeTime=5.647048ms] [error="[Lighting:Restore:ErrChecksumMismatch]checksum mismatched remote vs local => (checksum: 4702128331558417619 vs 0) (total_kvs: 1 vs 2) (total_bytes:25 vs 50)"] [stack="github.com/pingcap/tidb/pkg/disttask/importinto.postProcess.func1\n\tpkg/disttask/importinto/subtask_executor.go:117\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess\n\tpkg/disttask/importinto/subtask_executor.go:148\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*postProcessStepExecutor).RunSubtask\n\tpkg/disttask/importinto/task_executor.go:497\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask.func1\n\tpkg/disttask/framework/taskexecutor/task_executor.go:413\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:414\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [2024/05/06 11:56:10.113 +00:00] [ERROR] [task_executor.go:488] ["run subtask failed"] [type=ImportInto] [task-id=73] [step=post-process] [subtask-id=141] [takeTime=6.125888ms] [error="[Lighting:Restore:ErrChecksumMismatch]checksum mismatched remote vs local => (checksum: 4702128331558417619 vs 0) (total_kvs: 1 vs 2) (total_bytes:25 vs 50)"] [stack="github.com/pingcap/tidb/pkg/disttask/importinto.(*postProcessStepExecutor).RunSubtask.func1\n\tpkg/disttask/importinto/task_executor.go:488\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*postProcessStepExecutor).RunSubtask\n\tpkg/disttask/importinto/task_executor.go:497\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask.func1\n\tpkg/disttask/framework/taskexecutor/task_executor.go:413\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:414\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [2024/05/06 11:56:10.113 +00:00] [ERROR] [task_executor.go:549] [onError] [task-id=73] [task-type=ImportInto] [server-id=:4000] [error="[Lighting:Restore:ErrChecksumMismatch]checksum mismatched remote vs local => (checksum: 4702128331558417619 vs 0) (total_kvs: 1 vs 2) (total_bytes:25 vs 50)"] [errorVerbose="[Lighting:Restore:ErrChecksumMismatch]checksum mismatched remote vs local => (checksum: 4702128331558417619 vs 0) (total_kvs: 1 vs 2) (total_bytes:25 vs 50)\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/executor/importer.VerifyChecksum\n\tpkg/executor/importer/table_import.go:850\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess.func2\n\tpkg/disttask/importinto/subtask_executor.go:149\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess\n\tpkg/disttask/importinto/subtask_executor.go:148\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*postProcessStepExecutor).RunSubtask\n\tpkg/disttask/importinto/task_executor.go:497\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask.func1\n\tpkg/disttask/framework/taskexecutor/task_executor.go:413\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:414\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).onError\n\tpkg/disttask/framework/taskexecutor/task_executor.go:549\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:428\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).onError\n\tpkg/disttask/framework/taskexecutor/task_executor.go:549\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:428\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [2024/05/06 11:56:10.113 +00:00] [ERROR] [task_executor.go:555] ["taskExecutor met first error"] [task-id=73] [task-type=ImportInto] [server-id=:4000] [error="[Lighting:Restore:ErrChecksumMismatch]checksum mismatched remote vs local => (checksum: 4702128331558417619 vs 0) (total_kvs: 1 vs 2) (total_bytes:25 vs 50)"] [errorVerbose="[Lighting:Restore:ErrChecksumMismatch]checksum mismatched remote vs local => (checksum: 4702128331558417619 vs 0) (total_kvs: 1 vs 2) (total_bytes:25 vs 50)\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/executor/importer.VerifyChecksum\n\tpkg/executor/importer/table_import.go:850\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess.func2\n\tpkg/disttask/importinto/subtask_executor.go:149\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess\n\tpkg/disttask/importinto/subtask_executor.go:148\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*postProcessStepExecutor).RunSubtask\n\tpkg/disttask/importinto/task_executor.go:497\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask.func1\n\tpkg/disttask/framework/taskexecutor/task_executor.go:413\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:414\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).onError\n\tpkg/disttask/framework/taskexecutor/task_executor.go:555\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:428\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [2024/05/06 11:56:10.114 +00:00] [WARN] [task_executor.go:640] ["subtask failed"] [task-id=73] [task-type=ImportInto] [server-id=:4000] [error="[Lighting:Restore:ErrChecksumMismatch]checksum mismatched remote vs local => (checksum: 4702128331558417619 vs 0) (total_kvs: 1 vs 2) (total_bytes:25 vs 50)"] [2024/05/06 11:56:10.139 +00:00] [INFO] [task_executor.go:309] ["execute task step failed"] [task-id=73] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=1.156043969s] [error="[Lighting:Restore:ErrChecksumMismatch]checksum mismatched remote vs local => (checksum: 4702128331558417619 vs 0) (total_kvs: 1 vs 2) (total_bytes:25 vs 50)"] [2024/05/06 11:56:10.139 +00:00] [ERROR] [task_executor.go:248] ["failed to handle task"] [task-id=73] [task-type=ImportInto] [server-id=:4000] [error="[Lighting:Restore:ErrChecksumMismatch]checksum mismatched remote vs local => (checksum: 4702128331558417619 vs 0) (total_kvs: 1 vs 2) (total_bytes:25 vs 50)"] [errorVerbose="[Lighting:Restore:ErrChecksumMismatch]checksum mismatched remote vs local => (checksum: 4702128331558417619 vs 0) (total_kvs: 1 vs 2) (total_bytes:25 vs 50)\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/executor/importer.VerifyChecksum\n\tpkg/executor/importer/table_import.go:850\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess.func2\n\tpkg/disttask/importinto/subtask_executor.go:149\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/disttask/importinto.postProcess\n\tpkg/disttask/importinto/subtask_executor.go:148\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*postProcessStepExecutor).RunSubtask\n\tpkg/disttask/importinto/task_executor.go:497\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask.func1\n\tpkg/disttask/framework/taskexecutor/task_executor.go:413\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:414\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:248\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [2024/05/06 11:56:10.179 +00:00] [WARN] [scheduler.go:399] ["subtasks encounter errors"] [task-id=73] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [subtask-errs="[\"{error=\\\"[Lighting:Restore:ErrChecksumMismatch]checksum mismatched remote vs local => (checksum: 4702128331558417619 vs 0) (total_kvs: 1 vs 2) (total_bytes:25 vs 50)\\\"}\"]"] [2024/05/06 11:56:10.225 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=73] [type=ImportInto] [2024/05/06 11:56:10.266 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=73] [step=post-process] [state=reverting] [error="[Lighting:Restore:ErrChecksumMismatch]checksum mismatched remote vs local => (checksum: 4702128331558417619 vs 0) (total_kvs: 1 vs 2) (total_bytes:25 vs 50)"] [2024/05/06 11:56:10.267 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=73] [step=post-process] [mode=Normal] [2024/05/06 11:56:10.272 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=73] [2024/05/06 11:56:10.352 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=73] [2024/05/06 11:56:10.373 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:56:10.373 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=73] [2024/05/06 11:56:11.932 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449576060941762561\n# User@Host: root[root] @ localhost [localhost]\n# Query_time: 1.489995912\n# Parse_time: 0\n# Compile_time: 0.000682924\n# Rewrite_time: 0.00000743\n# Optimize_time: 0.005092832\n# Wait_TS: 0\n# Prewrite_time: 0.00277759 Commit_time: 1.484410105 Get_commit_ts_time: 0.000477462 Slowest_prewrite_rpc_detail: {total:0.003s, region_id: 14, store: 127.0.0.1:20161, time_detail: {tikv_wall_time: 1.01ms}, scan_detail: {get_snapshot_time: 13.7µs, rocksdb: {block: {cache_hit_count: 30}}}, write_detail: {store_batch_wait: 15.5µs, propose_send_wait: 0s, persist_log: {total: 347.3µs, write_leader_wait: 48ns, sync_log: 137.2µs, write_memtable: 1.53µs}, commit_log: 416µs, apply_batch_wait: 15µs, apply: {total:152µs, mutex_lock: 0s, write_leader_wait: 32.7µs, write_wal: 24.4µs, write_memtable: 33.6µs}}} Commit_primary_rpc_detail: {total:0.003s, region_id: 14, store: 127.0.0.1:20161, time_detail: {tikv_wall_time: 1.01ms}, scan_detail: {get_snapshot_time: 13.7µs, rocksdb: {block: {cache_hit_count: 30}}}, write_detail: {store_batch_wait: 15.5µs, propose_send_wait: 0s, persist_log: {total: 347.3µs, write_leader_wait: 48ns, sync_log: 137.2µs, write_memtable: 1.53µs}, commit_log: 416µs, apply_batch_wait: 15µs, apply: {total:152µs, mutex_lock: 0s, write_leader_wait: 32.7µs, write_wal: 24.4µs, write_memtable: 33.6µs}}} Write_keys: 20 Write_size: 5583 Prewrite_region: 2\n# Is_internal: true\n# Digest: 9505cacb7c710ed17125fcc6cb3669e8ddca6c8cd8af6a31f6b3cd64604c3098\n# Num_cop_tasks: 0\n# Mem_max: 16384\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:56:11.933 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:56:11.952 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449576060955131908\n# User@Host: root[root] @ localhost [localhost]\n# Query_time: 1.506888478\n# Parse_time: 0\n# Compile_time: 1.495382266\n# Rewrite_time: 0.003351203\n# Optimize_time: 1.484740341\n# Wait_TS: 0.000165516\n# Cop_time: 0.003243656 Process_time: 0.00042021 Wait_time: 0.000092188 Request_count: 2 Total_keys: 450 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 222 Rocksdb_key_skipped_count: 1114 Rocksdb_block_cache_hit_count: 11\n# Index_names: [tidb_background_subtask:idx_exec_id,tidb_global_task:state]\n# Is_internal: true\n# Digest: 8e00fe5c3677d581b104159ff91d824e3be8160c4e4be058288db681abd1a134\n# Stats: tidb_global_task:pseudo[10000;0],tidb_background_subtask:pseudo[10000;0]\n# Num_cop_tasks: 2\n# Cop_proc_avg: 0.000210105 Cop_proc_p90: 0.00021925 Cop_proc_max: 0.00021925 Cop_proc_addr: 127.0.0.1:20161\n# Cop_wait_avg: 4.6094e-05 Cop_wait_p90: 4.9307e-05 Cop_wait_max: 4.9307e-05 Cop_wait_addr: 127.0.0.1:20161\n# Mem_max: 17015\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Warnings: [{\"Level\":\"Note\",\"Message\":\"[st,idx_exec_id] remain after pruning paths for st given Prop{SortItems: [], TaskTp: rootTask}\",\"IsExtra\":true},{\"Level\":\"Note\",\"Message\":\"[t,state] remain after pruning paths for t given Prop{SortItems: [], TaskTp: rootTask}\",\"IsExtra\":true}]\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('pyWwMAkxNF8xMwkwCTEJbXlzcWwudGlkYl9nbG9iYWxfdGFzay5wcmlvcml0eSwgWiEAKGNyZWF0ZV90aW1lYiQAEGlkCTAJASJcOjQuNjdtcywgbG9vcHM6MQkwIEJ5dGVzEQgYCjEJM18xNW6RAAxpZCwgWosAAbEMX2tleWYhAAR5cGalAAxzdGF0bh4ABGVwYlgAhiUBIG9uY3VycmVuY2adAI5JASR0YXJnZXRfc2NvAckcQ29sdW1uIzMhMC1eBDQ2PV4ILCBDGXhYOk9GRgk0LjcxIEtCCU4vQQoyCTZfMTYlayBncm91cCBieTpaWQEhdCRmdW5jczptYXgoHSUMYmFjawE9FG5kX3N1YiGAAC4d6wgpLT4VowAsDUEcZmlyc3Ryb3cuRgAucAIQaWQpLT4dYjYcAJ5GAAGKQQpmTAARIqJSAAh5cGVqTgBFWSkjfuIARWhmSwAFH56WAFF5Zk8AESKeUgBdhmZVAB0lolgAWYpqWAAZJZ5YAAxzdGVwZlEAAR6eSgAuXANmUgAuJgCZ1QQzODJ3A0xwYXJ0aWFsX3dvcmtlcjp7d2FsbKUiIDozLjkwMjQ5MgEvHe4MOjUsIEWSYG51bTowLCB0b3Rfd2FpdDoxOC40MTkyMTUBMQEWGGV4ZWM6MHMJI2X1HDE4LjczOTk1BVQkbWF4OjMuNzg2MwkQCHA5NR0QFH0sIGZpblKZABg0LjI4MjEyBUVemQABpRGZHDUwLjQzMcK1DYoFlxA0LjYyMhUTBZ0cMjAuMjM4ODgFwAGdGDQuMjIxOTQFaAGdGRAAfYGWAQQECjPBBRw4CTAJMC4wMl6ZBoGUWigEJUr+CAZaCAZ5UFp9ADIcA14kAC7oAlokAEm7Wh0ALoYCMpYGdpEFUbEMMy42M0FR7YZ2KAYYNAkxN18yMDGPUGlubmVyIGpvaW4sIGVxdWFsOltlcS7OBUqDAHLMAAEdECkgZXEo0SwANwGQydoINildGbQANTbcBmBidWlsZF9oYXNoX3RhYmxlOnt0b3RhbDoyDd0QZmV0Y2gVDgUuDDowc30eawgRCCAKNQkzXzIxKEIBTwApEeY9eI7QAEokADLkAQxjYXN0eiQBWbUwZG91YmxlIEJJTkFSWf1EADcxCwgyLjRlUGK/AQgyLjb15xQ2CTMwXzJ1ThlEADMyiQkIMjU1GosJDhwIGDcJNDdfMjUxFRgxXzAJMTAJKWc0c3QsIGluZGV4OmlkeF9h+QxfaWQoDQhEKSwgcmFuZ2U6WyI6NDAwMCIsDQhQXSwga2VlcCBvcmRlcjpmYWxzZSwgwewcczpwc2V1ZG8RmQwxLjc0MpwCCGNvcBKLCgg6IHuhHgggMSyFSQwgMS4yJQYMcHJvY2HuCHM6IK06ARIcOiAyMTkuM8KRoaVOECA0Mi45BRNoY29wcl9jYWNoZV9oaXRfcmF0aW86IDAuMDAsSSsFcwhfZHUFGhxuOiAxMTUuNgU7LG1heF9kaXN0c3FsXz3lTDogMX0sIHJwY19pbmZvOntDb3A6AbEUX3JwYzoxpbAOVAtEaW1lOjEuMTNtc319LCB0aWt2BWoEOnsJGh36PH0sIHNjYW5fZGV0YWlsOiBJ3w3qEDI4NCwgEgsKGG5hcHNob3SpbwwgMTguqYKIcm9ja3NkYjoge2RlbGV0ZV9za2lwcGVkX2NvdW50OiAxNDEhkgB5PhgAIDcwOCwgYmxvYyFwOSENNgQyfQm2BG1lPpcAIXQIZXNzDYcyfAHBcARhaRGiNYMAdGGuIF9rdl9yZWFkX/kjACAlBSUaHRUIMzM5JbvZJjA3CTFfMjcoUHJvYmUpRaPFLwRpbnppA0F1SGUsICJwZW5kaW5nIiwgInJ1bm4BCzApLCBub3QoaXNudWxsgkcACGVwKYEwYTEBBBwKOAk0NV8yNgWLMi4DgvkCAT8BBImMADkR1BgwCTI5Ljk3Lo0EPg8LnaguGwCZTV4hABKxClodAC0iWh4A/gIH/gIHTgIHPmAFLgwBDikIXlMFDv8MZXkIMi42NsMJRjoNBDM0HjoNpVMFPCmgkbsIMi42EtgIrZgMCTI0OT5UBQQzMy5UBQAzsVS1UyV7ACgFBr1LDHBhdXNBoAAsFQooXSwgWyJyZXZlcnQJGRkMCRtN0gAsVdyigQUIMi4wZYINxgAsoSyJpEKBBQQ0OYGwYfuNlzaBBQAwJiAKgQEIOiA0sZIAY75/BQw5MS44/n4FtX4EMzRWfgUOVwsN9nJ9BQgxNjZSfQUAMhGlfn0FBDgxUnwFCDQwNmp8BQA5nnwFOXc6egUxfkJcBQQ1N8XcNlwFBDM1kYjh/0nqVh4FLm4DEs4JRhcFBDM0BUYu8QKmFgU=')\n# Plan_digest: 19251e4d0852c3daee269dcb983554a856b9ab56b15a27ac9c282faeeb7e2e53\n# Binary_plan: tidb_decode_binary_plan('6CjACuMoCgdTb3J0XzEzEssnCg1Qcm9qZWN0aW9uXzE1EsAkCgpIYXNoQWdnXzE2EvwaCjIhABQ4EtEXCgsBISRKb2luXzIwErAKMkMAZDIxErgICg5JbmRleExvb2tVcF8yOBLLBQoRBRNAUmFuZ2VTY2FuXzI1GgEBIQABAQzQgUApAQigAAAkQDgCQAJKJQojCgVteXNxbBICc3QaFgoLaWR4X2V4ZWNfaWQSB2UJCQhSN3IBTiQ6WyI6NDAwMCIsDQjweV0sIGtlZXAgb3JkZXI6ZmFsc2UsIHN0YXRzOnBzZXVkb1oUdGltZToxLjc0bXMsIGxvb3BzOjFi2gFjb3BfdGFzazoge251bTogMSwgbWF4OiAxLjI1bXMsIHByb2Nfa2V5czogMCwgdG90X3Byb2M6IDIxOS4zwrVzCRTgd2FpdDogNDIuOcK1cywgY29wcl9jYWNoZV9oaXRfcmF0aW86IDAuMDAsIGJ1aWxkX3Rhc2tfZHVyARocbjogMTE1LjYFO6htYXhfZGlzdHNxbF9jb25jdXJyZW5jeTogMX0sIHJwY19pbmZvOntDb3A6AbEUX3JwYzoxBYUIYWxfDeQwMTNtc319arMCdGlrdgneAHsJGwHSAGwJ/Ax9LCBzIZUoZGV0YWlsOiB7dG8BQwnrQDI4NCwgZ2V0X3NuYXBzaG90CVsQIDE4LjIFp4hyb2Nrc2RiOiB7ZGVsZXRlX3NraXBwZWRfY291bnQ6IDE0MSGTAHk+GAAgNzA4LCBibG9jIXE5Ig02FDJ9fX0sIAGrPpcAGHByb2Nlc3MNhzJ9AQRhbCV/DRs1hA3PJHZfcmVhZF93YWwtHwAgJQUlGh0VCDMzOSW8CH1w/xEBBAF4EQok/wESnQIKDFNlbG01PDI3Em4KEVRhYmxlUm93SURJ3gA2SdsEVKU62wIIDQoLXdsEUh52qgJWgQAIGgECCV4skKVAKaDbSxqjdZQ/YTkQUm5pbihlOEwudGlkYl9iYWNrZ3JvdW5kX3N1YkFnAC5hCEhlLCAicGVuZGluZyIsICJydW5uAQswKSwgbm90KGlzbnVsbIJHAAxlcCkpVp8AHCGNRGyNMvVyHZwIAUABbXUMMi4zN115AHAyWgGBEhipg8CnYxV0Nj0ACFKVAX7XAAxlcCwgdiQAfUIULCBjYXN0euQAITBhA2gsIGRvdWJsZSBCSU5BUlkpLT5Db2x1bW4jMzcV1QQ0NR3VCGIPQ32tFE9GRnDsFC5AAgS3CzYzBQw5EvkHNjMFDDM2EtNGMwUIMzMasTMEuJpRWAA+qTMIHAoaUVgUAXQaDgoFJekAEgkHBFJtsSoMcGF1cyHsACwVCihdLCBbInJldmVydAkZGQwJG00eACxVKJ5gBQgyLjBlX41kBGLXamAFBDQ5IUBh2SFyQmAFBDAxhWkIdG90Zd8QOiA0OS6pcQBjvl4FDDkxLjgFTf5dBaFdBDM0pV0AkUJdBQAw2VhyXAUIMTY2UlwFADIRpn5cBQQ4MVJbBQg0MDZqWwUAOZ5bBTl4OlkFMX9COwUENTfFvF47BQTWAS47BQwzNRJtQjsFBDM0id0Eqrk64wIIDAoKWeP6OgUoBLpAKbkehetR+D1lQARSKFb7BAxnbG9i4UwEYXOhOwBlZvQEGIk7w9ZL4Y0dVi70BAQ2MkHfbQkEcPkuTgahzRjpIJT5JgGPNj0ACFLbAp3QLokABGlkMusELhsAAalhQmYhAAh5cGViHQCFNGIeABhwcmlvcml0ZlwAFGNyZWF0ZeV8YkUAMoUFWuAAAHM+zQU24gAAchKMCARjbwHJPscFLioAISdeugUANrW6BDY4PZtGugUE3CK9ukQhxakaJTnOlEApidLe4AuTmT8h5lhScGlubmVyIGpvaW4sIGVxdWFsOltlcXpeBnLlAAEdECkgZXEo1WoELCARCwg2KV0NvQwzLjU2Lr0AADcWTwoUaGFzaF90DpAIBDp7EvkIEDoyLjYzASkQZmV0Y2gVDgUuLDowc30hfv1UfUgWlTrXAADL/oAC/oAC/oAC/oACioACXcJKbQld7TWzKYqNC0ZwAgTYJS5wAhjOpmfib5qVsQkA8ElwBLcGDtUJEHAgYnk6HYA++wIgZnVuY3M6bWF4eokCHaUq2wgENSwNQRxmaXJzdHJvdy5GADZrAAgpLT6ChwB+RgCRuGZMABEinpgAgelqTgClBykjfpwApRZmSwAFH56WALFEZk8AESKeUgC9dWZVAB0lolgAJsMKalgAGSWeWACF22IyAgEenkoAAHTdCmZSAC4mAG2FCDQuMzL1BRi2AnBhcnRpDuMIGG9ya2VyOnsmDQ4YMy45MDI0OeXAHe4MOjUsIEWSEG51bTowEnMPFpoKHDE4LjQxOTIxEhAMDrAKDrYQEg8KAQ0Ozg4BIxA3Mzk5NQVUDmAQFDMuNzg2MwkQCHA5NR0QFH0sIGZpblKZABg0LjI4MjEyBUVemQABpR4zCxA1MC40MyZHCwWXDDQuNjIWww8BJwWdHDIwLjIzODg4BcABnRg0LjIyMTk0BWgBnRkQWuQJGCE0Dc5I1uQ+tQQAq/5OBv5OBjpOBklqWrkEeYVaIQA9cmbrCIoPCS6eAvnjADVVqQA0MuEHQlgONi4GFJLHF1XY/D55AQBeWsMAhuQAisAABGlkFas4NjdtcywgbG9vcHM6MRgB')\n# Resource_group: default\n;"] [2024/05/06 11:56:11.956 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449576061348347908\n# Query_time: 1.492439872\n# Parse_time: 0\n# Compile_time: 1.48382627\n# Rewrite_time: 0.002522731\n# Optimize_time: 0.008172877\n# Wait_TS: 0.000158032\n# Cop_time: 0.000101932 Process_time: 0.000773144 Wait_time: 0.000057917 Request_count: 2 Total_keys: 1582 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 366 Rocksdb_key_skipped_count: 4258 Rocksdb_block_cache_hit_count: 6\n# Is_internal: true\n# Digest: 1a96197a635ab3d1c0fc027ce178d8aa751e4bd033c39db6163d3ba75b49fe3f\n# Stats: tidb_ddl_job:pseudo[10000;0]\n# Num_cop_tasks: 2\n# Cop_proc_avg: 0.000386572 Cop_proc_p90: 0.000415199 Cop_proc_max: 0.000415199 Cop_proc_addr: 127.0.0.1:20161\n# Cop_wait_avg: 2.8958e-05 Cop_wait_p90: 3.2014e-05 Cop_wait_max: 3.2014e-05 Cop_wait_addr: 127.0.0.1:20161\n# Mem_max: 2273\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('yBegMAkzXzEzCTAJMTAJbXlzcWwudGlkYl9kZGxfam9iLmpvYl9tZXRhLCBKHQDwRnByb2Nlc3NpbmcJMAl0aW1lOjIuNzJtcywgbG9vcHM6MSwgQ29uY3VycmVuY3k6T0ZGCTEuMzYgS0IJTi9BCjEJMTRfMTQJXnwAGV8YOmRlc2MsIEqDAAGgBGlkGX8ENjYdfxwJMCBCeXRlcxEIHAoyCTE3XzI4Ce5UaW5uZXIgam9pbiwgZXF1YWw6W2VxKGJkAAHMIGx1bW4jMTUpXRlxBDUxHXGgLCBidWlsZF9oYXNoX3RhYmxlOnt0b3RhbDo0NTguOcK1cywgZmV0Y2gdEAUyDDowc30RphEIJAozCTMxXzQxKEIBVAApCbVAZGF0YTpTZWxlY3Rpb25fNDARihAzMDYuMgVhNXxsY29wX3Rhc2s6IHtudW06IDEsIG1heDogMS4zOQG1IWA0X2tleXM6IDAsIHRvdF8BEhA6IDQxNQ1LARQYd2FpdDogMwlcZGNvcHJfY2FjaGVfaGl0X3JhdGlvOiAwLjAwEfsBcQhfZHUFGhhuOiA0Mi44BZY0bWF4X2Rpc3RzcWxfY29ZFUggMX0sIHJwY19pbmZvOntDb3A6Aa4MX3JwY0FAJT4AX0VcLDEuMzJtc319CTI1NS3YQUYINAkxIQcIMV8wQcNQbm90KGlzdHJ1ZV93aXRoX251bGwoStQBGHJlb3JnKSklPgRrdgW2BDp7CWchGy1EPH0sIHNjYW5fZGV0YWlsOiApzS00QDc5MSwgZ2V0X3NuYXBzaG90CacQIDExLjUF86Byb2Nrc2RiOiB7ZGVsZXRlX3NraXBwZWRfY291bnQ6IDE4Mywga2V5XzoYACQyMTI5LCBibG9jIbs5bg03FDN9fX0sIAGsPpgAIb8IZXNzDYgANC7HAQRhbCXJDRstzildKGt2X3JlYWRfd2FsLWoAICUEAHQhGR0VIDU2My40wrVzfSF3AQQcCjUJNDNfMzktfAwwMDAJSfQuQgQB4mxlcCBvcmRlcjpmYWxzZSwgc3RhdHM6cHNldWRvfoIBAWkBBDAKMwk2XzI5KFByb2JlIbg4NjQwMAlncm91cCBieTpDcZxALCBmdW5jczpmaXJzdHJvdygVGggpLT4VDAV2hbAAMDawBBBwYXJ0aSEtGG9ya2VyOns5ABgxLjM5NzgyhWAuwQIINSwgRfRhY21HZTMcNi4wNDEyMThBT2FIGGV4ZWM6MHNpaSG+HDo2LjI0OTIzBVJhmRQxLjI1MzQFDwhwOTUZDxR9LCBmaW5alQAMOTk5MAVkXpQAAaAEb3QJlBA4Mi44NCHECYYFkxQ2LjU0N8KBmgEnBZkcOC4zNzM1MzUBuwmZEDg1NTQ3RRYJmhEQOZ9hhwAzgY4lmGmHAG5hfTV0bW4UbWU6MS4xBVxtZggJMzixqWHREDUJNl8zIaIAOEFSNeJKxQNN8AxpbmcsThwGJHNjaGVtYV9pZHNSHwBFrAkeSTMIbWluFa4AOE4uAggxLjClOQ24ACxqLgIYNTcxLjQ2NyVYXpoBLi4CFDIuMjE4NiUWIYclmjItAhgyLjM4MjE0BYAhlBg0ODkuNzI2BWEhlBkQci8CCDAwOUnyXpUALi8CEDI0LjQwicwVlQw0LjM4GRNFLxw0LjExODUwN1EvEDk3My4wDTgBmxkQWS8ANsHcDDM2CTAp5gBkwdckSGFzaEFnZ18zMXGfDDQwOC4J4zVzZtUGKRxBFK2hLWABEhA6IDM1N+2BActlogggMjUNEwBjvtcGDDM4LjEle/7XBsHXADTJ1gQ0Mt3WADdhBQAxpVr+BwPOBwNKbQMWagl9Fw5HCQB0wSQAdA5kCOk9QbMtq9I8Bwg5LjdpNP48B/o8BzIuAqF6CGFpdEntWTUF/NkgDCA0NjlFrVnlBDgJ4SChGggwCTH+IAf5IC5lASAJTi9BCU4vQQo=')\n# Plan_digest: 03fa0f18132c15290435ccd6930c03fe7257c7017164897b1e5acdd3c92e1828\n# Binary_plan: tidb_decode_binary_plan('sRrwSQqsGgoNUHJvamVjdGlvbl8xMxKTGQoHU29ydF8xNBKcGAoLSGFzaEpvaW5fMjgS+AYKDlRhYmxlUmVhZGVyXzQxErkECgxTZWxlCUAYNDASlgEKEAUkUEZ1bGxTY2FuXzM5IQAAAADw7zBBKQEJ8GUAiMNAOAJAAkoXChUKBW15c3FsEgx0aWRiX2RkbF9qb2JSHmtlZXAgb3JkZXI6ZmFsc2UsIHN0YXRzOnBzZXVkb2oddGlrdl90YXNrOnt0aW1lOjFtcywgbG9vcHM6MX1w//////8BBAQBeAEGBQEAAQWECCBlMQ2EBAAkBYRYUi9ub3QoaXN0cnVlX3dpdGhfbnVsbCgFlQAuLpQALC5yZW9yZykparICdG59AAgsIHMB9PBeZGV0YWlsOiB7dG90YWxfa2V5czogNzkxLCBnZXRfc25hcHNob3RfdGltZTogMTEuNcK1cywgcm9ja3NkYjoge2RlbGV0ZV9za2lwcGVkX2NvdW50OiAxODMsIGtleV86GABgMjEyOSwgYmxvY2s6IHtjYWNoZV9oaXRfYwk3FDN9fX0sIAFsPpgAHHByb2Nlc3NfARwYOiA0MTUuMgWJCbYId2FpEaMAMy4YACxrdl9yZWFkX3dhbGwNOyWBJRkdFRw1NjMuNMK1c1qSATQaAQEhVVVVVZWP8kApAAUBNCRAOAFAAVIRZGF0YTpTXVcEWhYFowgzMDYNojBsb29wczoxYtcBY29wSQtYIHtudW06IDEsIG1heDogMS4zOW1zLCAB5C2BBDAsAdoF9jruAAXsADoR5xBjb3ByXzlHRHJhdGlvOiAwLjAwLCBidWlsZAVxCF9kdQUaGG46IDQyLjglOahtYXhfZGlzdHNxbF9jb25jdXJyZW5jeTogMX0sIHJwY19pbmZvOntDb3A6Aa4UX3JwYzoxBZYAYS1LIDEuMzJtc319cDK+AhAS6g8KCmGLIEFnZ18yORKpDC53AxAzMBLGCxkgEDM1EroHNqoDEDM2Ev8EHSIIMRKVRqgDADRlJP6oA32oBBx0OisDBDBzkqcDACh1pwRAv2mnLJQBZ3JvdXAgYnk6bYExNpwDIeMcZXNzaW5nLCBKHwAkc2NoZW1hX2lkc1IfABB0YWJsZQkeJGZ1bmNzOm1pbihKRwBMam9iX2lkKS0+Q29sdW1uIzE4apVCDQQu4gDODAQMOS43N0VKAHL+DAT2DAQQMzU3LjkFiUIMBAQyNREaId598BA0NjkuNmbwAxwh3t3d3R0+923tIdth7QQPZGHtCEhhc0XcBDMxbesINDA4BU1VMQRi2GrrAwA0cusDMs0AbesVxsLtAwwzOC4xJRr+7QNh7QA0ZewA8jKqBiEoCK1s+DooAQCE/gMDvgMDVedd8wg1WhSliQgxLjAlcrGHRLECcGFydGlhbF93b3JrZXI6e1kYFDU3MS40NknWLhQFHDUsIHRhc2tfobYAMKUEKZsYMi4yMTg2NaG8HHRvdF9leGVjZVcBDQV9FDIuMzgyMSnzoesUNDg5LjcyQXoQLCBwOTUdEBR9LCBmaW5SlgAYMS4wMDkwMgFmXpUAAaEAbxGVEDQuNDA1JfcBFAWVDDQuMzgZEwWbHDQuMTE4NTA3AVcBmxA5NzMuMA04AZsZEFoVByn9BEj+Lf0EALnpEgAWFqcIAG4OnQgxmAg1KSk1jgAxJS8tjghw/AIq+QgkGgECIUREREQkYz5VAAQ4Z7FUFVMALK0DHGZpcnN0cm93HW2Z+FEFBDIuKUANdwRisGoFAhwxLjM5NzgyNiEZXnABLgUCHDYuMDQxMjE4ATA1caFdAQ0laxg2LjI0OTIzBVIhaxQxLjI1MzQFDyFqFQ9yBAIMOTk5MAVkXpQALgQCEDgyLjg0DtEISa1FBAw2LjU0SdsVmRg4LjM3MzUzJZIJmRA4NTU0NxIjCQmaERBeBAIYFK5H4Qx7CCqrCmgBQAFSPGlubmVyIGpvaW4sIGVxdWFsOltlcShiqgYELCA11wQpXU0qDDIuNTEhUzGzADsWzwgQaGFzaF/lCAA6FrIKDDo0NTit5hBmZXRjaB0QBTIsOjBzfSGdqwU5Kn4IOqcAAD1KkQD5oRA6ZGVzY1KHB+lfFagANiXKDagFawDqQmsATgwIAUcQbWV0YSxOCggZiBVoADeFAw1oDGIPQ28mtQlIT0ZGcPQKeP///////////wEYAQ==')\n# Resource_group: default\n;"] [2024/05/06 11:56:11.972 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:56:12.146 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-show-detached-job/t.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"detached\":null}}"] [dist-task-enabled=true] [2024/05/06 11:56:12.221 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=74] [task-id=74] [data-size=3B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:56:12.265 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=74] [2024/05/06 11:56:12.265 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=74] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:56:12.370 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=74] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:56:12.372 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=74] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:56:12.372 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=74] [curr-step=init] [next-step=import] [2024/05/06 11:56:12.392 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:56:12.394 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t3] [2024/05/06 11:56:12.395 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t3] [before=536870912000] [after=3] [2024/05/06 11:56:12.395 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t3] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=3] [cost=53.602µs] [2024/05/06 11:56:12.395 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t3] [takeTime=166.093µs] [] [2024/05/06 11:56:12.395 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=74] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:56:12.395 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=74] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:56:12.513 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=74] [mode=Import] [2024/05/06 11:56:12.533 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=74] [2024/05/06 11:56:12.557 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=74] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:56:12.599 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=74] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:56:12.600 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=74] [step=import] [2024/05/06 11:56:12.602 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:56:12.610 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:56:12.610 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:56:12.611 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:56:12.611 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:56:12.612 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:56:12.612 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:56:12.612 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:56:12.612 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:56:12.612 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:56:12.628 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:56:12.629 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:56:12.630 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t3] [quota=374.2GB] [2024/05/06 11:56:12.630 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=74] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:56:12.630 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t3] [import-id=74] [disk-quota=348.5GiB] [2024/05/06 11:56:12.682 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=74] [step=import] [subtask-id=142] [2024/05/06 11:56:12.686 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`show_detached_job`.`t3`:0] [engineUUID=1b1505a5-6ea7-513e-afb3-0c56d5f7e5e5] [2024/05/06 11:56:12.690 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`show_detached_job`.`t3`:-1] [engineUUID=61501221-9c0e-5dca-a32f-31aa40df2be4] [2024/05/06 11:56:12.690 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=337] [2024/05/06 11:56:12.690 +00:00] [ERROR] [task_executor.go:125] ["run subtask failed"] [type=ImportInto] [task-id=74] [step=import] [subtask-id=142] [takeTime=8.262663ms] [error="occur an error when sort chunk"] [stack="github.com/pingcap/tidb/pkg/disttask/importinto.(*importStepExecutor).RunSubtask.func1\n\tpkg/disttask/importinto/task_executor.go:125\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*importStepExecutor).RunSubtask\n\tpkg/disttask/importinto/task_executor.go:187\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask.func1\n\tpkg/disttask/framework/taskexecutor/task_executor.go:413\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:414\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [2024/05/06 11:56:12.691 +00:00] [ERROR] [task_executor.go:549] [onError] [task-id=74] [task-type=ImportInto] [server-id=:4000] [error="occur an error when sort chunk"] [errorVerbose="occur an error when sort chunk\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*importMinimalTaskExecutor).Run\n\tpkg/disttask/importinto/subtask_executor.go:65\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*chunkWorker).HandleTask\n\tpkg/disttask/importinto/encode_and_sort_operator.go:197\ngithub.com/pingcap/tidb/pkg/resourcemanager/pool/workerpool.(*WorkerPool[...]).handleTaskWithRecover\n\tpkg/resourcemanager/pool/workerpool/workerpool.go:131\ngithub.com/pingcap/tidb/pkg/resourcemanager/pool/workerpool.(*WorkerPool[...]).runAWorker.func1\n\tpkg/resourcemanager/pool/workerpool/workerpool.go:147\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).onError\n\tpkg/disttask/framework/taskexecutor/task_executor.go:549\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:428\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).onError\n\tpkg/disttask/framework/taskexecutor/task_executor.go:549\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:428\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [2024/05/06 11:56:12.691 +00:00] [ERROR] [task_executor.go:555] ["taskExecutor met first error"] [task-id=74] [task-type=ImportInto] [server-id=:4000] [error="occur an error when sort chunk"] [errorVerbose="occur an error when sort chunk\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*importMinimalTaskExecutor).Run\n\tpkg/disttask/importinto/subtask_executor.go:65\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*chunkWorker).HandleTask\n\tpkg/disttask/importinto/encode_and_sort_operator.go:197\ngithub.com/pingcap/tidb/pkg/resourcemanager/pool/workerpool.(*WorkerPool[...]).handleTaskWithRecover\n\tpkg/resourcemanager/pool/workerpool/workerpool.go:131\ngithub.com/pingcap/tidb/pkg/resourcemanager/pool/workerpool.(*WorkerPool[...]).runAWorker.func1\n\tpkg/resourcemanager/pool/workerpool/workerpool.go:147\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).onError\n\tpkg/disttask/framework/taskexecutor/task_executor.go:555\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:428\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [2024/05/06 11:56:12.691 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:56:12.691 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:56:12.691 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:56:12.691 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:56:12.691 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:56:12.691 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:56:12.691 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:56:12.691 +00:00] [WARN] [task_executor.go:640] ["subtask failed"] [task-id=74] [task-type=ImportInto] [server-id=:4000] [error="occur an error when sort chunk"] [errorVerbose="occur an error when sort chunk\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*importMinimalTaskExecutor).Run\n\tpkg/disttask/importinto/subtask_executor.go:65\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*chunkWorker).HandleTask\n\tpkg/disttask/importinto/encode_and_sort_operator.go:197\ngithub.com/pingcap/tidb/pkg/resourcemanager/pool/workerpool.(*WorkerPool[...]).handleTaskWithRecover\n\tpkg/resourcemanager/pool/workerpool/workerpool.go:131\ngithub.com/pingcap/tidb/pkg/resourcemanager/pool/workerpool.(*WorkerPool[...]).runAWorker.func1\n\tpkg/resourcemanager/pool/workerpool/workerpool.go:147\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 11:56:12.691 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:56:12.708 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=74] [step=import] [2024/05/06 11:56:12.712 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:56:12.712 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:56:12.712 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:56:12.712 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:56:12.712 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:56:12.714 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:56:12.714 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:56:12.714 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:56:12.714 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:56:12.714 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:56:12.714 +00:00] [INFO] [task_executor.go:309] ["execute task step failed"] [task-id=74] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=114.78216ms] [error="occur an error when sort chunk"] [2024/05/06 11:56:12.714 +00:00] [ERROR] [task_executor.go:248] ["failed to handle task"] [task-id=74] [task-type=ImportInto] [server-id=:4000] [error="occur an error when sort chunk"] [errorVerbose="occur an error when sort chunk\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*importMinimalTaskExecutor).Run\n\tpkg/disttask/importinto/subtask_executor.go:65\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*chunkWorker).HandleTask\n\tpkg/disttask/importinto/encode_and_sort_operator.go:197\ngithub.com/pingcap/tidb/pkg/resourcemanager/pool/workerpool.(*WorkerPool[...]).handleTaskWithRecover\n\tpkg/resourcemanager/pool/workerpool/workerpool.go:131\ngithub.com/pingcap/tidb/pkg/resourcemanager/pool/workerpool.(*WorkerPool[...]).runAWorker.func1\n\tpkg/resourcemanager/pool/workerpool/workerpool.go:147\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:248\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [2024/05/06 11:56:12.831 +00:00] [WARN] [scheduler.go:399] ["subtasks encounter errors"] [task-id=74] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [subtask-errs="[\"{error=\\\"[0]occur an error when sort chunk\\\"}\"]"] [2024/05/06 11:56:12.860 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=74] [type=ImportInto] [2024/05/06 11:56:12.886 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=74] [step=import] [state=reverting] [error="[0]occur an error when sort chunk"] [2024/05/06 11:56:12.887 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=74] [step=import] [mode=Normal] [2024/05/06 11:56:12.904 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=74] [2024/05/06 11:56:12.971 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=74] [2024/05/06 11:56:12.993 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:56:12.993 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=74] [2024/05/06 11:56:13.068 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] === RUN TestImportInto/TestShowJob [2024/05/06 11:56:13.273 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=241] [cur_db=show_detached_job] [sql="drop database if exists test_show_job"] [user=root@%] [2024/05/06 11:56:13.275 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=241] [cur_db=show_detached_job] [sql="create database test_show_job"] [user=root@%] [2024/05/06 11:56:13.310 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:340, Type:create schema, State:queueing, SchemaState:none, SchemaID:339, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:56:13.265 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:56:13.310 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:340, Type:create schema, State:queueing, SchemaState:none, SchemaID:339, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:56:13.265 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database test_show_job"] [2024/05/06 11:56:13.362 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=340] [conn=2] [category=ddl] [job="ID:340, Type:create schema, State:queueing, SchemaState:none, SchemaID:339, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:56:13.265 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:13.398 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=241] [neededSchemaVersion=242] ["start time"=1.363004ms] [gotSchemaVersion=242] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:56:13.410 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=340] [version=242] [2024/05/06 11:56:13.446 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=242] ["take time"=54.08765ms] [job="ID:340, Type:create schema, State:done, SchemaState:public, SchemaID:339, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:56:13.265 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:13.482 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=340] [conn=2] [job="ID:340, Type:create schema, State:synced, SchemaState:public, SchemaID:339, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:56:13.265 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:13.510 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=340] [2024/05/06 11:56:13.510 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:56:13.519 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=242] [cur_db=test_show_job] [sql="CREATE TABLE t1 (i INT PRIMARY KEY);"] [user=root@%] [2024/05/06 11:56:13.560 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:342, Type:create table, State:queueing, SchemaState:none, SchemaID:339, TableID:341, RowCount:0, ArgLen:2, start time: 2024-05-06 11:56:13.516 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:56:13.560 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:342, Type:create table, State:queueing, SchemaState:none, SchemaID:339, TableID:341, RowCount:0, ArgLen:2, start time: 2024-05-06 11:56:13.516 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t1 (i INT PRIMARY KEY);"] [2024/05/06 11:56:13.599 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=342] [conn=2] [category=ddl] [job="ID:342, Type:create table, State:queueing, SchemaState:none, SchemaID:339, TableID:341, RowCount:0, ArgLen:0, start time: 2024-05-06 11:56:13.516 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:13.607 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 339, Table ID: 341, Table Name: t1"] [2024/05/06 11:56:13.710 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=242] [neededSchemaVersion=243] ["start time"=2.287799ms] [gotSchemaVersion=243] [phyTblIDs="[341]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:56:13.721 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=342] [version=243] [2024/05/06 11:56:13.757 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=243] ["take time"=54.214188ms] [job="ID:342, Type:create table, State:done, SchemaState:public, SchemaID:339, TableID:341, RowCount:0, ArgLen:2, start time: 2024-05-06 11:56:13.516 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:13.800 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=342] [conn=2] [job="ID:342, Type:create table, State:synced, SchemaState:public, SchemaID:339, TableID:341, RowCount:0, ArgLen:0, start time: 2024-05-06 11:56:13.516 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:13.835 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=342] [2024/05/06 11:56:13.835 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:56:13.839 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.321376469\n# Parse_time: 0.000492953\n# Compile_time: 0.000988172\n# Rewrite_time: 0.000052775\n# Optimize_time: 0.000140393\n# Wait_TS: 0.000477032\n# DB: test_show_job\n# Is_internal: false\n# Digest: d8696567f7f4f571ff6f2842ead9c03ca982ef29a8c49eb575a9f42d5cd117de\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse test_show_job;\nCREATE TABLE t1 (i INT PRIMARY KEY);"] [2024/05/06 11:56:13.841 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=243] [cur_db=test_show_job] [sql="CREATE TABLE t2 (i INT PRIMARY KEY);"] [user=root@%] [2024/05/06 11:56:13.884 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:344, Type:create table, State:queueing, SchemaState:none, SchemaID:339, TableID:343, RowCount:0, ArgLen:2, start time: 2024-05-06 11:56:13.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:56:13.884 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:344, Type:create table, State:queueing, SchemaState:none, SchemaID:339, TableID:343, RowCount:0, ArgLen:2, start time: 2024-05-06 11:56:13.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t2 (i INT PRIMARY KEY);"] [2024/05/06 11:56:13.933 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=344] [conn=2] [category=ddl] [job="ID:344, Type:create table, State:queueing, SchemaState:none, SchemaID:339, TableID:343, RowCount:0, ArgLen:0, start time: 2024-05-06 11:56:13.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:13.941 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 339, Table ID: 343, Table Name: t2"] [2024/05/06 11:56:13.988 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=243] [neededSchemaVersion=244] ["start time"=2.595674ms] [gotSchemaVersion=244] [phyTblIDs="[343]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:56:14.002 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=344] [version=244] [2024/05/06 11:56:14.035 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=244] ["take time"=54.30491ms] [job="ID:344, Type:create table, State:done, SchemaState:public, SchemaID:339, TableID:343, RowCount:0, ArgLen:2, start time: 2024-05-06 11:56:13.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:14.086 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=344] [conn=2] [job="ID:344, Type:create table, State:synced, SchemaState:public, SchemaID:339, TableID:343, RowCount:0, ArgLen:0, start time: 2024-05-06 11:56:13.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:14.166 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=344] [2024/05/06 11:56:14.166 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:56:14.171 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.331177817\n# Parse_time: 0.000670724\n# Compile_time: 0.001062295\n# Rewrite_time: 0.000060943\n# Optimize_time: 0.000140393\n# Wait_TS: 0.000429322\n# DB: test_show_job\n# Is_internal: false\n# Digest: a8c2f762f2e5725dfe473f67672234f006b1a928c4a769884a3707c56f1cd7f2\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE t2 (i INT PRIMARY KEY);"] [2024/05/06 11:56:14.173 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=244] [cur_db=test_show_job] [sql="CREATE TABLE t3 (i INT PRIMARY KEY);"] [user=root@%] [2024/05/06 11:56:14.224 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:346, Type:create table, State:queueing, SchemaState:none, SchemaID:339, TableID:345, RowCount:0, ArgLen:2, start time: 2024-05-06 11:56:14.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t3 (i INT PRIMARY KEY);"] [2024/05/06 11:56:14.224 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:346, Type:create table, State:queueing, SchemaState:none, SchemaID:339, TableID:345, RowCount:0, ArgLen:2, start time: 2024-05-06 11:56:14.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:56:14.303 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=346] [conn=2] [category=ddl] [job="ID:346, Type:create table, State:queueing, SchemaState:none, SchemaID:339, TableID:345, RowCount:0, ArgLen:0, start time: 2024-05-06 11:56:14.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:14.310 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 339, Table ID: 345, Table Name: t3"] [2024/05/06 11:56:14.361 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=244] [neededSchemaVersion=245] ["start time"=2.262819ms] [gotSchemaVersion=245] [phyTblIDs="[345]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:56:14.373 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=346] [version=245] [2024/05/06 11:56:14.409 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=245] ["take time"=54.222518ms] [job="ID:346, Type:create table, State:done, SchemaState:public, SchemaID:339, TableID:345, RowCount:0, ArgLen:2, start time: 2024-05-06 11:56:14.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:14.481 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=346] [conn=2] [job="ID:346, Type:create table, State:synced, SchemaState:public, SchemaID:339, TableID:345, RowCount:0, ArgLen:0, start time: 2024-05-06 11:56:14.166 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:14.520 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=346] [2024/05/06 11:56:14.520 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:56:14.524 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.352174846\n# Parse_time: 0.000582554\n# Compile_time: 0.001084779\n# Rewrite_time: 0.000057097\n# Optimize_time: 0.000140393\n# Wait_TS: 0.000426105\n# DB: test_show_job\n# Is_internal: false\n# Digest: a5e0f5a0f1316e9f992b3345acf5f33a1d5080943c74940823bbffb5217d5671\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE t3 (i INT PRIMARY KEY);"] [2024/05/06 11:56:14.525 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=245] [cur_db=test_show_job] [sql="DROP USER IF EXISTS 'test_show_job1'@'localhost';"] [user=root@%] [2024/05/06 11:56:14.820 +00:00] [INFO] [session.go:3939] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=245] ["secure text"="create user test_show_job1@localhost"] [user=root@%] [2024/05/06 11:56:14.959 +00:00] [INFO] [session.go:3939] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=245] ["secure text"="GRANT SELECT,UPDATE,INSERT,DELETE,ALTER on test_show_job.* to 'test_show_job1'@'localhost'"] [user=root@%] [2024/05/06 11:56:15.198 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=245] [cur_db=test_show_job] [sql="DROP USER IF EXISTS 'test_show_job2'@'localhost';"] [user=root@%] [2024/05/06 11:56:15.472 +00:00] [INFO] [session.go:3939] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=245] ["secure text"="create user test_show_job2@localhost"] [user=root@%] [2024/05/06 11:56:15.604 +00:00] [INFO] [session.go:3939] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=245] ["secure text"="GRANT SELECT,UPDATE,INSERT,DELETE,ALTER on test_show_job.* to 'test_show_job2'@'localhost'"] [user=root@%] [2024/05/06 11:56:15.833 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:56:16.005 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-show-job/t.csv?access-key=xxxxxx\\u0026endpoint=http%3A%2F%2F127.0.0.1%3A4443%2Fstorage%2Fv1%2F\\u0026secret-access-key=xxxxxx\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 11:56:16.099 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=75] [task-id=75] [data-size=3B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:56:16.136 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=75] [2024/05/06 11:56:16.136 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=75] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:56:16.246 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=75] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:56:16.247 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=75] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:56:16.248 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=75] [curr-step=init] [next-step=import] [2024/05/06 11:56:16.267 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:56:16.270 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t1] [2024/05/06 11:56:16.271 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t1] [before=536870912000] [after=3] [2024/05/06 11:56:16.271 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t1] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=3] [cost=57.382µs] [2024/05/06 11:56:16.271 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t1] [takeTime=172.974µs] [] [2024/05/06 11:56:16.271 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=75] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:56:16.271 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=75] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:56:16.404 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=75] [mode=Import] [2024/05/06 11:56:16.423 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=75] [2024/05/06 11:56:16.452 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=75] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:56:16.498 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=75] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:56:16.499 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=75] [step=import] [2024/05/06 11:56:16.501 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:56:16.508 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:56:16.509 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:56:16.509 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:56:16.509 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:56:16.510 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:56:16.510 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:56:16.510 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:56:16.510 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:56:16.510 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:56:16.525 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:56:16.526 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:56:16.526 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t1] [quota=374.2GB] [2024/05/06 11:56:16.526 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=75] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:56:16.526 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t1] [import-id=75] [disk-quota=348.5GiB] [2024/05/06 11:56:16.575 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=75] [step=import] [subtask-id=143] [2024/05/06 11:56:16.579 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`test_show_job`.`t1`:0] [engineUUID=14a064c0-6566-52c4-87f4-e5885586fbff] [2024/05/06 11:56:16.582 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`test_show_job`.`t1`:-1] [engineUUID=5da1c55c-c599-568c-8a3f-c54dc2a6d064] [2024/05/06 11:56:16.582 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=341] [2024/05/06 11:56:16.676 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=341] [key=t.csv:0] [2024/05/06 11:56:16.678 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=341] [key=t.csv:0] [readDur=1.105804ms] [encodeDur=1.007192ms] [checksum="{cksum=7435750759411199284,size=50,kvs=2}"] [deliverDur=187.679µs] [type=file] [takeTime=2.74505ms] [] [2024/05/06 11:56:16.680 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=50] [kvs=2] [files=1] [sstFileSize=964] [file=/tmp/tidb/import-4000/75/14a064c0-6566-52c4-87f4-e5885586fbff.sst/7565412e-5103-43ca-9cbd-0f54e617f49c.sst] [firstKey=7480000000000001555F728000000000000001] [lastKey=7480000000000001555F728000000000000002] [2024/05/06 11:56:16.680 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=75] [step=import] [subtask-id=143] [takeTime=104.942205ms] [] [2024/05/06 11:56:16.680 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=75] [step=import] [engine-id=0] [2024/05/06 11:56:16.680 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=75] [step=import] [engine-id=0] [2024/05/06 11:56:16.680 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`test_show_job`.`t1`:0] [engineUUID=14a064c0-6566-52c4-87f4-e5885586fbff] [2024/05/06 11:56:16.682 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`test_show_job`.`t1`:0] [engineUUID=14a064c0-6566-52c4-87f4-e5885586fbff] [takeTime=1.862047ms] [] [2024/05/06 11:56:16.682 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`test_show_job`.`t1`:0] [engineUUID=14a064c0-6566-52c4-87f4-e5885586fbff] [retryCnt=0] [2024/05/06 11:56:16.687 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:56:16.710 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=14a064c0-6566-52c4-87f4-e5885586fbff] ["region ranges"=1] [count=2] [size=50] [2024/05/06 11:56:16.710 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:56:16.724 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=14a064c0-6566-52c4-87f4-e5885586fbff] [size=50] [kvs=2] [importedSize=50] [importedCount=2] [2024/05/06 11:56:16.726 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`test_show_job`.`t1`:0] [engineUUID=14a064c0-6566-52c4-87f4-e5885586fbff] [retryCnt=0] [takeTime=43.910081ms] [] [2024/05/06 11:56:16.726 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`test_show_job`.`t1`:0] [engineUUID=14a064c0-6566-52c4-87f4-e5885586fbff] [2024/05/06 11:56:16.728 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`test_show_job`.`t1`:0] [engineUUID=14a064c0-6566-52c4-87f4-e5885586fbff] [takeTime=1.333267ms] [] [2024/05/06 11:56:16.728 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=75] [step=import] [engine-id=0] [2024/05/06 11:56:16.728 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`test_show_job`.`t1`:-1] [engineUUID=5da1c55c-c599-568c-8a3f-c54dc2a6d064] [2024/05/06 11:56:16.729 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`test_show_job`.`t1`:-1] [engineUUID=5da1c55c-c599-568c-8a3f-c54dc2a6d064] [takeTime=1.599499ms] [] [2024/05/06 11:56:16.730 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`test_show_job`.`t1`:-1] [engineUUID=5da1c55c-c599-568c-8a3f-c54dc2a6d064] [retryCnt=0] [2024/05/06 11:56:16.730 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=5da1c55c-c599-568c-8a3f-c54dc2a6d064] [2024/05/06 11:56:16.730 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`test_show_job`.`t1`:-1] [engineUUID=5da1c55c-c599-568c-8a3f-c54dc2a6d064] [retryCnt=0] [takeTime=57.973µs] [] [2024/05/06 11:56:16.730 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`test_show_job`.`t1`:-1] [engineUUID=5da1c55c-c599-568c-8a3f-c54dc2a6d064] [2024/05/06 11:56:16.731 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`test_show_job`.`t1`:-1] [engineUUID=5da1c55c-c599-568c-8a3f-c54dc2a6d064] [takeTime=968.694µs] [] [2024/05/06 11:56:16.792 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=75] [step=import] [2024/05/06 11:56:16.796 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:56:16.796 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:56:16.796 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:56:16.796 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:56:16.796 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:56:16.796 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:56:16.796 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:56:16.796 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:56:16.796 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:56:16.796 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:56:16.796 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:56:16.796 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:56:16.796 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:56:16.798 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:56:16.798 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:56:16.798 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:56:16.798 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:56:16.798 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:56:16.799 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=75] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=300.384513ms] [] [2024/05/06 11:56:16.863 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=75] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:56:16.864 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=75] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:56:16.864 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=75] [curr-step=import] [next-step=post-process] [2024/05/06 11:56:16.864 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=75] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:56:16.934 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=75] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":2,\"ColSizeMap\":{\"1\":2}}"] [2024/05/06 11:56:16.935 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=75] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:56:16.935 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=75] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:56:17.122 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=75] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:56:17.170 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=75] [step=post-process] [subtask-id=144] [2024/05/06 11:56:17.170 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=75] [step=post-process] [subtask-id=144] [2024/05/06 11:56:17.170 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=75] [step=post-process] [subtask-id=144] [2024/05/06 11:56:17.170 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=75] [step=post-process] [subtask-id=144] [takeTime=12.198µs] [] [2024/05/06 11:56:17.170 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=75] [step=post-process] [subtask-id=144] [groupId=-1] [size=50] [kvs=2] [checksum=7435750759411199284] [2024/05/06 11:56:17.170 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=75] [step=post-process] [subtask-id=144] [checksum="{cksum=7435750759411199284,size=50,kvs=2}"] [2024/05/06 11:56:17.170 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=75] [step=post-process] [subtask-id=144] [weight=30] [2024/05/06 11:56:17.170 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=75] [step=post-process] [subtask-id=144] [concurrency=15] [2024/05/06 11:56:17.174 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=341] [physicalTableID=341] [indexID=-1] [checksum=7435750759411199284] [totalKvs=2] [totalBytes=50] [2024/05/06 11:56:17.175 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=75] [step=post-process] [subtask-id=144] [local="{cksum=7435750759411199284,size=50,kvs=2}"] [2024/05/06 11:56:17.175 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=75] [step=post-process] [subtask-id=144] [takeTime=5.001891ms] [] [2024/05/06 11:56:17.175 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=75] [step=post-process] [subtask-id=144] [takeTime=5.250375ms] [] [2024/05/06 11:56:17.224 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=75] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=101.571749ms] [] [2024/05/06 11:56:17.263 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=75] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:56:17.263 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=75] [step=post-process] [state=running] [] [2024/05/06 11:56:17.266 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=75] [2024/05/06 11:56:17.322 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=75] [type=ImportInto] [2024/05/06 11:56:17.342 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=75] [2024/05/06 11:56:17.360 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:56:17.360 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=75] [2024/05/06 11:56:17.362 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: test_show_job1[test_show_job1] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.592314289\n# Parse_time: 0.000736631\n# Compile_time: 0.050148809\n# Rewrite_time: 0.000437717\n# Optimize_time: 0.000183833\n# Wait_TS: 0\n# DB: test_show_job\n# Is_internal: false\n# Digest: 99e0210d02768185f513fdb4826de8b909e90d125e9b68ebb96c6b40a088fef9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS41NHMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS41NHMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `test_show_job`.`t1` FROM 'gs://test-show-job/t.csv?access-key=xxxxxx&endpoint=http%3A%2F%2F127.0.0.1%3A4443%2Fstorage%2Fv1%2F&secret-access-key=xxxxxx';"] [2024/05/06 11:56:17.393 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:56:17.498 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:56:17.661 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-show-job/t.csv?endpoint=http%3A%2F%2F127.0.0.1%3A4443%2Fstorage%2Fv1%2F\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 11:56:17.735 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=76] [task-id=76] [data-size=3B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:56:17.772 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=76] [2024/05/06 11:56:17.772 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=76] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:56:17.914 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=76] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:56:17.915 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=76] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:56:17.916 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=76] [curr-step=init] [next-step=import] [2024/05/06 11:56:17.937 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:56:17.940 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t2] [2024/05/06 11:56:17.940 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t2] [before=536870912000] [after=3] [2024/05/06 11:56:17.941 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t2] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=3] [cost=100.129µs] [2024/05/06 11:56:17.941 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t2] [takeTime=257.495µs] [] [2024/05/06 11:56:17.941 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=76] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:56:17.941 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=76] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:56:18.036 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=76] [mode=Import] [2024/05/06 11:56:18.056 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=76] [2024/05/06 11:56:18.086 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=76] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:56:18.125 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=76] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:56:18.126 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=76] [step=import] [2024/05/06 11:56:18.127 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:56:18.136 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:56:18.136 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:56:18.136 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:56:18.136 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:56:18.137 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:56:18.137 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:56:18.137 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:56:18.137 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:56:18.137 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:56:18.152 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:56:18.153 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:56:18.153 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t2] [quota=374.2GB] [2024/05/06 11:56:18.153 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=76] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:56:18.153 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t2] [import-id=76] [disk-quota=348.5GiB] [2024/05/06 11:56:18.199 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=76] [step=import] [subtask-id=145] [2024/05/06 11:56:18.204 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`test_show_job`.`t2`:0] [engineUUID=e31f885e-858e-52f9-8c22-abc4981608ce] [2024/05/06 11:56:18.208 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`test_show_job`.`t2`:-1] [engineUUID=5351dc1f-6e44-5275-b96f-39fd5c794418] [2024/05/06 11:56:18.209 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=343] [2024/05/06 11:56:18.357 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=343] [key=t.csv:0] [2024/05/06 11:56:18.359 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=343] [key=t.csv:0] [readDur=1.348788ms] [encodeDur=610.658µs] [checksum="{cksum=7435750759411199284,size=50,kvs=2}"] [deliverDur=391.297µs] [type=file] [takeTime=2.805652ms] [] [2024/05/06 11:56:18.361 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=76] [step=import] [subtask-id=145] [takeTime=161.214114ms] [] [2024/05/06 11:56:18.361 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=50] [kvs=2] [files=1] [sstFileSize=964] [file=/tmp/tidb/import-4000/76/e31f885e-858e-52f9-8c22-abc4981608ce.sst/3ad338fd-dfec-4fdc-99d3-6d07c588664a.sst] [firstKey=7480000000000001575F728000000000000001] [lastKey=7480000000000001575F728000000000000002] [2024/05/06 11:56:18.361 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=76] [step=import] [engine-id=0] [2024/05/06 11:56:18.361 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=76] [step=import] [engine-id=0] [2024/05/06 11:56:18.361 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`test_show_job`.`t2`:0] [engineUUID=e31f885e-858e-52f9-8c22-abc4981608ce] [2024/05/06 11:56:18.363 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`test_show_job`.`t2`:0] [engineUUID=e31f885e-858e-52f9-8c22-abc4981608ce] [takeTime=1.909486ms] [] [2024/05/06 11:56:18.363 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`test_show_job`.`t2`:0] [engineUUID=e31f885e-858e-52f9-8c22-abc4981608ce] [retryCnt=0] [2024/05/06 11:56:18.368 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:56:18.390 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=e31f885e-858e-52f9-8c22-abc4981608ce] ["region ranges"=1] [count=2] [size=50] [2024/05/06 11:56:18.390 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:56:18.404 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=e31f885e-858e-52f9-8c22-abc4981608ce] [size=50] [kvs=2] [importedSize=50] [importedCount=2] [2024/05/06 11:56:18.406 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`test_show_job`.`t2`:0] [engineUUID=e31f885e-858e-52f9-8c22-abc4981608ce] [retryCnt=0] [takeTime=43.031112ms] [] [2024/05/06 11:56:18.406 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`test_show_job`.`t2`:0] [engineUUID=e31f885e-858e-52f9-8c22-abc4981608ce] [2024/05/06 11:56:18.408 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`test_show_job`.`t2`:0] [engineUUID=e31f885e-858e-52f9-8c22-abc4981608ce] [takeTime=1.064058ms] [] [2024/05/06 11:56:18.408 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=76] [step=import] [engine-id=0] [2024/05/06 11:56:18.408 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`test_show_job`.`t2`:-1] [engineUUID=5351dc1f-6e44-5275-b96f-39fd5c794418] [2024/05/06 11:56:18.409 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`test_show_job`.`t2`:-1] [engineUUID=5351dc1f-6e44-5275-b96f-39fd5c794418] [takeTime=1.610918ms] [] [2024/05/06 11:56:18.409 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`test_show_job`.`t2`:-1] [engineUUID=5351dc1f-6e44-5275-b96f-39fd5c794418] [retryCnt=0] [2024/05/06 11:56:18.409 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=5351dc1f-6e44-5275-b96f-39fd5c794418] [2024/05/06 11:56:18.409 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`test_show_job`.`t2`:-1] [engineUUID=5351dc1f-6e44-5275-b96f-39fd5c794418] [retryCnt=0] [takeTime=64.749µs] [] [2024/05/06 11:56:18.410 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`test_show_job`.`t2`:-1] [engineUUID=5351dc1f-6e44-5275-b96f-39fd5c794418] [2024/05/06 11:56:18.410 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`test_show_job`.`t2`:-1] [engineUUID=5351dc1f-6e44-5275-b96f-39fd5c794418] [takeTime=884.26µs] [] [2024/05/06 11:56:18.456 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=76] [step=import] [2024/05/06 11:56:18.460 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:56:18.460 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:56:18.460 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:56:18.460 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:56:18.460 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:56:18.460 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:56:18.460 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:56:18.460 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:56:18.460 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:56:18.460 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:56:18.460 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:56:18.460 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:56:18.460 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:56:18.462 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:56:18.462 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:56:18.462 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:56:18.462 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:56:18.462 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:56:18.463 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=76] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=337.266229ms] [] [2024/05/06 11:56:18.499 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=76] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:56:18.500 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=76] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:56:18.501 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=76] [curr-step=import] [next-step=post-process] [2024/05/06 11:56:18.501 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=76] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:56:18.563 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=76] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":2,\"ColSizeMap\":{\"1\":2}}"] [2024/05/06 11:56:18.564 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=76] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:56:18.564 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=76] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:56:18.694 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=76] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:56:18.785 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=76] [step=post-process] [subtask-id=146] [2024/05/06 11:56:18.785 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=76] [step=post-process] [subtask-id=146] [2024/05/06 11:56:18.785 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=76] [step=post-process] [subtask-id=146] [2024/05/06 11:56:18.785 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=76] [step=post-process] [subtask-id=146] [takeTime=14.427µs] [] [2024/05/06 11:56:18.785 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=76] [step=post-process] [subtask-id=146] [groupId=-1] [size=50] [kvs=2] [checksum=7435750759411199284] [2024/05/06 11:56:18.785 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=76] [step=post-process] [subtask-id=146] [checksum="{cksum=7435750759411199284,size=50,kvs=2}"] [2024/05/06 11:56:18.785 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=76] [step=post-process] [subtask-id=146] [weight=30] [2024/05/06 11:56:18.785 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=76] [step=post-process] [subtask-id=146] [concurrency=15] [2024/05/06 11:56:18.789 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=343] [physicalTableID=343] [indexID=-1] [checksum=7435750759411199284] [totalKvs=2] [totalBytes=50] [2024/05/06 11:56:18.790 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=76] [step=post-process] [subtask-id=146] [local="{cksum=7435750759411199284,size=50,kvs=2}"] [2024/05/06 11:56:18.790 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=76] [step=post-process] [subtask-id=146] [takeTime=5.033254ms] [] [2024/05/06 11:56:18.790 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=76] [step=post-process] [subtask-id=146] [takeTime=5.256286ms] [] [2024/05/06 11:56:18.828 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=76] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=133.855419ms] [] [2024/05/06 11:56:18.898 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=76] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:56:18.898 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=76] [step=post-process] [state=running] [] [2024/05/06 11:56:18.902 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=76] [2024/05/06 11:56:18.953 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=76] [type=ImportInto] [2024/05/06 11:56:18.979 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=76] [2024/05/06 11:56:18.994 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: test_show_job2[test_show_job2] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.613391793\n# Parse_time: 0.000848755\n# Compile_time: 0.001644683\n# Rewrite_time: 0.000247198\n# Optimize_time: 0.000135048\n# Wait_TS: 0\n# DB: test_show_job\n# Is_internal: false\n# Digest: bb14f9daa9769ab5bd1b361b26a82cefb11854ee7a2fe4ff910de9e52bfdc24f\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS42MXMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS42MXMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `test_show_job`.`t2` FROM 'gs://test-show-job/t.csv?endpoint=http%3A%2F%2F127.0.0.1%3A4443%2Fstorage%2Fv1%2F';"] [2024/05/06 11:56:19.004 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:56:19.004 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=76] [2024/05/06 11:56:19.119 +00:00] [INFO] [session.go:3939] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=245] ["secure text"="GRANT SUPER on *.* to 'test_show_job2'@'localhost'"] [user=root@%] [2024/05/06 11:56:19.148 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:56:19.288 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:56:19.541 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-show-job/t*.csv?access-key=xxxxxx\\u0026endpoint=http%3A%2F%2F127.0.0.1%3A4443%2Fstorage%2Fv1%2F\\u0026secret-access-key=xxxxxx\",\"format\":\"csv\",\"options\":{\"__max_engine_size\":\"1\",\"thread\":\"1\"}}"] [dist-task-enabled=true] [2024/05/06 11:56:19.620 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=77] [task-id=77] [data-size=6B] [thread-cnt=1] [global-sort=false] [2024/05/06 11:56:19.658 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=77] [2024/05/06 11:56:19.658 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=77] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=1] [2024/05/06 11:56:19.767 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=77] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:56:19.768 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=77] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:56:19.769 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=77] [curr-step=init] [next-step=import] [2024/05/06 11:56:19.789 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:56:19.792 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t3] [2024/05/06 11:56:19.792 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t3] [before=1] [after=1] [2024/05/06 11:56:19.792 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t3] [filesCount=2] [MaxChunkSize=268435456] [RegionsCount=2] [BatchSize=1] [cost=66.807µs] [2024/05/06 11:56:19.792 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t3] [takeTime=201.411µs] [] [2024/05/06 11:56:19.793 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=77] [curr-step=init] [next-step=import] [subtask-count=2] [2024/05/06 11:56:19.793 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=77] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=1] [subtasks=2] [2024/05/06 11:56:19.977 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=77] [mode=Import] [2024/05/06 11:56:19.999 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=77] [2024/05/06 11:56:20.003 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=77] [type=ImportInto] [remaining-slots=51] [2024/05/06 11:56:20.053 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=77] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:56:20.054 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=77] [step=import] [2024/05/06 11:56:20.055 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:56:20.064 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:56:20.064 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:56:20.065 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:56:20.065 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:56:20.066 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:56:20.066 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:56:20.066 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:56:20.066 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:56:20.066 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:56:20.068 +00:00] [INFO] [tso_dispatcher.go:241] ["[tso] tso stream is not ready"] [dc=global] [2024/05/06 11:56:20.080 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:56:20.082 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:56:20.082 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t3] [quota=374.2GB] [2024/05/06 11:56:20.082 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=77] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:56:20.082 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t3] [import-id=77] [disk-quota=348.5GiB] [2024/05/06 11:56:20.129 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=77] [step=import] [subtask-id=147] [2024/05/06 11:56:20.133 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`test_show_job`.`t3`:0] [engineUUID=e21dc392-0c66-5341-82f7-424a895bc139] [2024/05/06 11:56:20.136 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`test_show_job`.`t3`:-1] [engineUUID=7c9eb6eb-07de-5197-8ee5-9111ca7fb945] [2024/05/06 11:56:20.136 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=345] [2024/05/06 11:56:20.187 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=345] [key=t.csv:0] [2024/05/06 11:56:20.190 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=345] [key=t.csv:0] [readDur=1.070476ms] [encodeDur=508.131µs] [checksum="{cksum=7435750759411199284,size=50,kvs=2}"] [deliverDur=149.429µs] [type=file] [takeTime=2.13146ms] [] [2024/05/06 11:56:20.191 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=77] [step=import] [subtask-id=147] [takeTime=61.749195ms] [] [2024/05/06 11:56:20.191 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=50] [kvs=2] [files=1] [sstFileSize=964] [file=/tmp/tidb/import-4000/77/e21dc392-0c66-5341-82f7-424a895bc139.sst/872810c8-51d8-4b5b-ba94-98de3b3f75ae.sst] [firstKey=7480000000000001595F728000000000000001] [lastKey=7480000000000001595F728000000000000002] [2024/05/06 11:56:20.191 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=77] [step=import] [engine-id=0] [2024/05/06 11:56:20.191 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=77] [step=import] [engine-id=0] [2024/05/06 11:56:20.191 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`test_show_job`.`t3`:0] [engineUUID=e21dc392-0c66-5341-82f7-424a895bc139] [2024/05/06 11:56:20.193 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`test_show_job`.`t3`:0] [engineUUID=e21dc392-0c66-5341-82f7-424a895bc139] [takeTime=2.046343ms] [] [2024/05/06 11:56:20.193 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`test_show_job`.`t3`:0] [engineUUID=e21dc392-0c66-5341-82f7-424a895bc139] [retryCnt=0] [2024/05/06 11:56:20.198 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:56:20.221 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=e21dc392-0c66-5341-82f7-424a895bc139] ["region ranges"=1] [count=2] [size=50] [2024/05/06 11:56:20.221 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:56:20.234 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=e21dc392-0c66-5341-82f7-424a895bc139] [size=50] [kvs=2] [importedSize=50] [importedCount=2] [2024/05/06 11:56:20.236 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`test_show_job`.`t3`:0] [engineUUID=e21dc392-0c66-5341-82f7-424a895bc139] [retryCnt=0] [takeTime=42.864506ms] [] [2024/05/06 11:56:20.236 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`test_show_job`.`t3`:0] [engineUUID=e21dc392-0c66-5341-82f7-424a895bc139] [2024/05/06 11:56:20.237 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`test_show_job`.`t3`:0] [engineUUID=e21dc392-0c66-5341-82f7-424a895bc139] [takeTime=1.181464ms] [] [2024/05/06 11:56:20.237 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=77] [step=import] [engine-id=0] [2024/05/06 11:56:20.238 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`test_show_job`.`t3`:-1] [engineUUID=7c9eb6eb-07de-5197-8ee5-9111ca7fb945] [2024/05/06 11:56:20.239 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`test_show_job`.`t3`:-1] [engineUUID=7c9eb6eb-07de-5197-8ee5-9111ca7fb945] [takeTime=1.934565ms] [] [2024/05/06 11:56:20.240 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`test_show_job`.`t3`:-1] [engineUUID=7c9eb6eb-07de-5197-8ee5-9111ca7fb945] [retryCnt=0] [2024/05/06 11:56:20.240 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=7c9eb6eb-07de-5197-8ee5-9111ca7fb945] [2024/05/06 11:56:20.240 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`test_show_job`.`t3`:-1] [engineUUID=7c9eb6eb-07de-5197-8ee5-9111ca7fb945] [retryCnt=0] [takeTime=58.4µs] [] [2024/05/06 11:56:20.240 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`test_show_job`.`t3`:-1] [engineUUID=7c9eb6eb-07de-5197-8ee5-9111ca7fb945] [2024/05/06 11:56:20.241 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`test_show_job`.`t3`:-1] [engineUUID=7c9eb6eb-07de-5197-8ee5-9111ca7fb945] [takeTime=1.017047ms] [] [2024/05/06 11:56:20.460 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=77] [step=import] [subtask-id=148] [2024/05/06 11:56:20.465 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`test_show_job`.`t3`:1] [engineUUID=69537677-8c9a-533f-9f7f-fb34aa20f14c] [2024/05/06 11:56:20.469 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`test_show_job`.`t3`:-2] [engineUUID=6a110035-0122-50d7-a258-9acbba47ee50] [2024/05/06 11:56:20.469 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=345] [2024/05/06 11:56:20.504 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=345] [key=t2.csv:0] [2024/05/06 11:56:20.506 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=345] [key=t2.csv:0] [readDur=1.325487ms] [encodeDur=655.074µs] [checksum="{cksum=17045318164640841348,size=50,kvs=2}"] [deliverDur=102.917µs] [type=file] [takeTime=2.53097ms] [] [2024/05/06 11:56:20.507 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=50] [kvs=2] [files=1] [sstFileSize=964] [file=/tmp/tidb/import-4000/77/69537677-8c9a-533f-9f7f-fb34aa20f14c.sst/ecaafb5c-26e6-498b-adbc-1fd1708ad2cb.sst] [firstKey=7480000000000001595F728000000000000003] [lastKey=7480000000000001595F728000000000000004] [2024/05/06 11:56:20.507 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=77] [step=import] [subtask-id=148] [takeTime=47.463837ms] [] [2024/05/06 11:56:20.508 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=77] [step=import] [engine-id=1] [2024/05/06 11:56:20.508 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=77] [step=import] [engine-id=1] [2024/05/06 11:56:20.508 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`test_show_job`.`t3`:1] [engineUUID=69537677-8c9a-533f-9f7f-fb34aa20f14c] [2024/05/06 11:56:20.510 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`test_show_job`.`t3`:1] [engineUUID=69537677-8c9a-533f-9f7f-fb34aa20f14c] [takeTime=2.493142ms] [] [2024/05/06 11:56:20.511 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`test_show_job`.`t3`:1] [engineUUID=69537677-8c9a-533f-9f7f-fb34aa20f14c] [retryCnt=0] [2024/05/06 11:56:20.518 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:56:20.540 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=69537677-8c9a-533f-9f7f-fb34aa20f14c] ["region ranges"=1] [count=2] [size=50] [2024/05/06 11:56:20.540 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:56:20.553 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=69537677-8c9a-533f-9f7f-fb34aa20f14c] [size=50] [kvs=2] [importedSize=50] [importedCount=2] [2024/05/06 11:56:20.555 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`test_show_job`.`t3`:1] [engineUUID=69537677-8c9a-533f-9f7f-fb34aa20f14c] [retryCnt=0] [takeTime=44.838837ms] [] [2024/05/06 11:56:20.556 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`test_show_job`.`t3`:1] [engineUUID=69537677-8c9a-533f-9f7f-fb34aa20f14c] [2024/05/06 11:56:20.557 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`test_show_job`.`t3`:1] [engineUUID=69537677-8c9a-533f-9f7f-fb34aa20f14c] [takeTime=1.270748ms] [] [2024/05/06 11:56:20.557 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=77] [step=import] [engine-id=1] [2024/05/06 11:56:20.557 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`test_show_job`.`t3`:-2] [engineUUID=6a110035-0122-50d7-a258-9acbba47ee50] [2024/05/06 11:56:20.559 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`test_show_job`.`t3`:-2] [engineUUID=6a110035-0122-50d7-a258-9acbba47ee50] [takeTime=1.787867ms] [] [2024/05/06 11:56:20.559 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`test_show_job`.`t3`:-2] [engineUUID=6a110035-0122-50d7-a258-9acbba47ee50] [retryCnt=0] [2024/05/06 11:56:20.559 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=6a110035-0122-50d7-a258-9acbba47ee50] [2024/05/06 11:56:20.559 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`test_show_job`.`t3`:-2] [engineUUID=6a110035-0122-50d7-a258-9acbba47ee50] [retryCnt=0] [takeTime=74.683µs] [] [2024/05/06 11:56:20.559 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`test_show_job`.`t3`:-2] [engineUUID=6a110035-0122-50d7-a258-9acbba47ee50] [2024/05/06 11:56:20.560 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`test_show_job`.`t3`:-2] [engineUUID=6a110035-0122-50d7-a258-9acbba47ee50] [takeTime=1.202381ms] [] [2024/05/06 11:56:20.689 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=77] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:56:20.690 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=77] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:56:20.690 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=77] [curr-step=import] [next-step=post-process] [2024/05/06 11:56:20.691 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=77] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:56:20.706 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=77] [step=import] [2024/05/06 11:56:20.711 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:56:20.711 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:56:20.711 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:56:20.711 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:56:20.712 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:56:20.711 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:56:20.712 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:56:20.712 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:56:20.712 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=3] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:56:20.712 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:56:20.712 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=3] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:56:20.712 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:56:20.712 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:56:20.715 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:56:20.715 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:56:20.715 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:56:20.715 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=3] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:56:20.715 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:56:20.715 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=77] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=661.509181ms] [] [2024/05/06 11:56:20.756 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=77] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":4,\"ColSizeMap\":{\"1\":4}}"] [2024/05/06 11:56:20.758 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=77] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:56:20.758 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=77] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=1] [subtasks=1] [2024/05/06 11:56:20.981 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=77] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [2024/05/06 11:56:21.024 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=77] [step=post-process] [subtask-id=149] [2024/05/06 11:56:21.024 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=77] [step=post-process] [subtask-id=149] [2024/05/06 11:56:21.024 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=77] [step=post-process] [subtask-id=149] [2024/05/06 11:56:21.024 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=77] [step=post-process] [subtask-id=149] [takeTime=8.639µs] [] [2024/05/06 11:56:21.024 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=77] [step=post-process] [subtask-id=149] [groupId=-1] [size=100] [kvs=4] [checksum=10068981574061626288] [2024/05/06 11:56:21.024 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=77] [step=post-process] [subtask-id=149] [checksum="{cksum=10068981574061626288,size=100,kvs=4}"] [2024/05/06 11:56:21.024 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=77] [step=post-process] [subtask-id=149] [weight=30] [2024/05/06 11:56:21.024 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=77] [step=post-process] [subtask-id=149] [concurrency=15] [2024/05/06 11:56:21.028 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=345] [physicalTableID=345] [indexID=-1] [checksum=10068981574061626288] [totalKvs=4] [totalBytes=100] [2024/05/06 11:56:21.028 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=77] [step=post-process] [subtask-id=149] [local="{cksum=10068981574061626288,size=100,kvs=4}"] [2024/05/06 11:56:21.028 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=77] [step=post-process] [subtask-id=149] [takeTime=4.487122ms] [] [2024/05/06 11:56:21.028 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=77] [step=post-process] [subtask-id=149] [takeTime=4.719151ms] [] [2024/05/06 11:56:21.070 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=77] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=630.2MiB]"] [takeTime=89.049335ms] [] [2024/05/06 11:56:21.081 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=77] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:56:21.081 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=77] [step=post-process] [state=running] [] [2024/05/06 11:56:21.084 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=77] [2024/05/06 11:56:21.119 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=77] [type=ImportInto] [2024/05/06 11:56:21.166 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=77] [2024/05/06 11:56:21.172 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: test_show_job2[test_show_job2] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.898738039\n# Parse_time: 0.00085065\n# Compile_time: 0.001796565\n# Rewrite_time: 0.000404966\n# Optimize_time: 0.000170564\n# Wait_TS: 0\n# DB: test_show_job\n# Is_internal: false\n# Digest: 586c4129dde8bf07f2eb957d1c11bacb4d785c5ef8a5f7344704851e24d20537\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LKwwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS45cywgbG9vcHM6MglOL0EJTi9BCg==')\n# Binary_plan: tidb_decode_binary_plan('R8gKQwoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaEnRpbWU6MS45cywgbG9vcHM6MnD///8JAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `test_show_job`.`t3` FROM 'gs://test-show-job/t*.csv?access-key=xxxxxx&endpoint=http%3A%2F%2F127.0.0.1%3A4443%2Fstorage%2Fv1%2F&secret-access-key=xxxxxx' WITH thread=1, __max_engine_size=_UTF8MB4'1';"] === RUN TestImportInto/TestZeroDateTime [2024/05/06 11:56:21.237 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=245] [cur_db=test_show_job] [sql="DROP DATABASE IF EXISTS import_into;"] [user=root@%] [2024/05/06 11:56:21.242 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:56:21.242 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=77] [2024/05/06 11:56:21.269 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:347, Type:drop schema, State:queueing, SchemaState:public, SchemaID:208, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:56:21.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:56:21.269 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:347, Type:drop schema, State:queueing, SchemaState:public, SchemaID:208, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:56:21.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="DROP DATABASE IF EXISTS import_into;"] [2024/05/06 11:56:21.324 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:56:21.328 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=347] [conn=2] [category=ddl] [job="ID:347, Type:drop schema, State:queueing, SchemaState:public, SchemaID:208, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:56:21.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:21.360 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=245] [neededSchemaVersion=246] ["start time"=245.826µs] [gotSchemaVersion=246] [phyTblIDs="[214]"] [actionTypes="[2]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:56:21.371 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=347] [version=246] [2024/05/06 11:56:21.411 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=246] ["take time"=54.251714ms] [job="ID:347, Type:drop schema, State:running, SchemaState:write only, SchemaID:208, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:56:21.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:21.471 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=347] [conn=2] [category=ddl] [job="ID:347, Type:drop schema, State:running, SchemaState:write only, SchemaID:208, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:56:21.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:21.502 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=246] [neededSchemaVersion=247] ["start time"=197.009µs] [gotSchemaVersion=247] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:56:21.512 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=347] [version=247] [2024/05/06 11:56:21.551 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=247] ["take time"=53.176103ms] [job="ID:347, Type:drop schema, State:running, SchemaState:delete only, SchemaID:208, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:56:21.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:21.586 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=347] [conn=2] [category=ddl] [job="ID:347, Type:drop schema, State:running, SchemaState:delete only, SchemaID:208, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:56:21.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:21.620 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=247] [neededSchemaVersion=248] ["start time"=187.434µs] [gotSchemaVersion=248] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop schema\"]"] [2024/05/06 11:56:21.630 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=347] [version=248] [2024/05/06 11:56:21.685 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=248] ["take time"=69.052052ms] [job="ID:347, Type:drop schema, State:done, SchemaState:none, SchemaID:208, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:56:21.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:21.743 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=347] [tableIDs="[214]"] [comment="drop schema: table IDs"] [2024/05/06 11:56:21.751 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=347] [jobType="drop schema"] [2024/05/06 11:56:21.755 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=347] [conn=2] [job="ID:347, Type:drop schema, State:synced, SchemaState:none, SchemaID:208, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:56:21.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:21.803 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=347] [2024/05/06 11:56:21.803 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:56:21.807 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.571705778\n# Parse_time: 0.00068717\n# Compile_time: 0.001151569\n# Rewrite_time: 0.000052258\n# Optimize_time: 0.001869786\n# Wait_TS: 0.000570846\n# DB: test_show_job\n# Is_internal: false\n# Digest: 2bf6205fd312b0e6558e6060b915b47a10f35edac12a547b88c81cc4b6f4279f\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nDROP DATABASE IF EXISTS import_into;"] [2024/05/06 11:56:21.808 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=248] [cur_db=test_show_job] [sql="CREATE DATABASE import_into;"] [user=root@%] [2024/05/06 11:56:21.836 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:349, Type:create schema, State:queueing, SchemaState:none, SchemaID:348, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:56:21.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:56:21.836 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:349, Type:create schema, State:queueing, SchemaState:none, SchemaID:348, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:56:21.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE import_into;"] [2024/05/06 11:56:21.895 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=349] [conn=2] [category=ddl] [job="ID:349, Type:create schema, State:queueing, SchemaState:none, SchemaID:348, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:56:21.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:21.925 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=248] [neededSchemaVersion=249] ["start time"=993.285µs] [gotSchemaVersion=249] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:56:21.938 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=349] [version=249] [2024/05/06 11:56:21.973 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=249] ["take time"=53.506184ms] [job="ID:349, Type:create schema, State:done, SchemaState:public, SchemaID:348, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:56:21.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:22.045 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=349] [conn=2] [job="ID:349, Type:create schema, State:synced, SchemaState:public, SchemaID:348, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:56:21.816 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:22.071 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=349] [2024/05/06 11:56:22.071 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:56:22.120 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=249] [cur_db=test_show_job] [sql="create table import_into.zero_time_table(t datetime)"] [user=root@%] [2024/05/06 11:56:22.161 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:351, Type:create table, State:queueing, SchemaState:none, SchemaID:348, TableID:350, RowCount:0, ArgLen:2, start time: 2024-05-06 11:56:22.115 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:56:22.161 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:351, Type:create table, State:queueing, SchemaState:none, SchemaID:348, TableID:350, RowCount:0, ArgLen:2, start time: 2024-05-06 11:56:22.115 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table import_into.zero_time_table(t datetime)"] [2024/05/06 11:56:22.204 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=351] [conn=2] [category=ddl] [job="ID:351, Type:create table, State:queueing, SchemaState:none, SchemaID:348, TableID:350, RowCount:0, ArgLen:0, start time: 2024-05-06 11:56:22.115 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:22.213 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 348, Table ID: 350, Table Name: zero_time_table"] [2024/05/06 11:56:22.260 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=249] [neededSchemaVersion=250] ["start time"=2.296751ms] [gotSchemaVersion=250] [phyTblIDs="[350]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:56:22.270 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=351] [version=250] [2024/05/06 11:56:22.307 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=250] ["take time"=53.32818ms] [job="ID:351, Type:create table, State:done, SchemaState:public, SchemaID:348, TableID:350, RowCount:0, ArgLen:2, start time: 2024-05-06 11:56:22.115 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:22.371 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=351] [conn=2] [job="ID:351, Type:create table, State:synced, SchemaState:public, SchemaID:348, TableID:350, RowCount:0, ArgLen:0, start time: 2024-05-06 11:56:22.115 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:22.409 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=351] [2024/05/06 11:56:22.409 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:56:22.412 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.337940852\n# Parse_time: 0.04461767\n# Compile_time: 0.001333606\n# Rewrite_time: 0.000100165\n# Optimize_time: 0.001869786\n# Wait_TS: 0.000510677\n# DB: test_show_job\n# Is_internal: false\n# Digest: 6ffa3fb40f957702df0418164e10a164663f4ee378a9f45fa18805f7d5d9161f\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ncreate table import_into.zero_time_table(t datetime);"] [2024/05/06 11:56:22.427 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:56:22.663 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-load/zero_time.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 11:56:22.742 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=78] [task-id=78] [data-size=20B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:56:22.789 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=78] [2024/05/06 11:56:22.789 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=78] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:56:22.894 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=78] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:56:22.895 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=78] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:56:22.896 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=78] [curr-step=init] [next-step=import] [2024/05/06 11:56:22.915 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:56:22.918 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=zero_time_table] [2024/05/06 11:56:22.918 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=zero_time_table] [before=536870912000] [after=20] [2024/05/06 11:56:22.918 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=zero_time_table] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=20] [cost=89.043µs] [2024/05/06 11:56:22.918 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=zero_time_table] [takeTime=221.348µs] [] [2024/05/06 11:56:22.918 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=78] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:56:22.918 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=78] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:56:23.070 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=78] [mode=Import] [2024/05/06 11:56:23.091 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=78] [2024/05/06 11:56:23.107 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=78] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:56:23.151 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=78] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:56:23.152 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=78] [step=import] [2024/05/06 11:56:23.153 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:56:23.161 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:56:23.161 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:56:23.161 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:56:23.161 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:56:23.162 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:56:23.162 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:56:23.162 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:56:23.162 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:56:23.162 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:56:23.177 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:56:23.178 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:56:23.178 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=zero_time_table] [quota=374.2GB] [2024/05/06 11:56:23.178 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=78] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:56:23.178 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=zero_time_table] [import-id=78] [disk-quota=348.5GiB] [2024/05/06 11:56:23.223 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=78] [step=import] [subtask-id=150] [2024/05/06 11:56:23.227 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`import_into`.`zero_time_table`:0] [engineUUID=b03a8272-790c-5766-99b7-2cad67f1945e] [2024/05/06 11:56:23.230 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`import_into`.`zero_time_table`:-1] [engineUUID=bded5148-7505-502f-9c47-c93111ef3c71] [2024/05/06 11:56:23.231 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=350] [2024/05/06 11:56:23.246 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=350] [key=zero_time.csv:0] [2024/05/06 11:56:23.248 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=350] [key=zero_time.csv:0] [readDur=1.210082ms] [encodeDur=581.625µs] [checksum="{cksum=11665625846060223399,size=36,kvs=1}"] [deliverDur=215.594µs] [type=file] [takeTime=2.33013ms] [] [2024/05/06 11:56:23.249 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=78] [step=import] [subtask-id=150] [takeTime=26.149272ms] [] [2024/05/06 11:56:23.249 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=36] [kvs=1] [files=1] [sstFileSize=934] [file=/tmp/tidb/import-4000/78/b03a8272-790c-5766-99b7-2cad67f1945e.sst/cef3a6bc-195e-4b3f-9db1-0fa583039400.sst] [firstKey=74800000000000015E5F728000000000000001] [lastKey=74800000000000015E5F728000000000000001] [2024/05/06 11:56:23.249 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=78] [step=import] [engine-id=0] [2024/05/06 11:56:23.249 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=78] [step=import] [engine-id=0] [2024/05/06 11:56:23.250 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`import_into`.`zero_time_table`:0] [engineUUID=b03a8272-790c-5766-99b7-2cad67f1945e] [2024/05/06 11:56:23.251 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`import_into`.`zero_time_table`:0] [engineUUID=b03a8272-790c-5766-99b7-2cad67f1945e] [takeTime=1.825784ms] [] [2024/05/06 11:56:23.251 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`import_into`.`zero_time_table`:0] [engineUUID=b03a8272-790c-5766-99b7-2cad67f1945e] [retryCnt=0] [2024/05/06 11:56:23.256 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:56:23.278 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=b03a8272-790c-5766-99b7-2cad67f1945e] ["region ranges"=1] [count=1] [size=36] [2024/05/06 11:56:23.279 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:56:23.291 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=b03a8272-790c-5766-99b7-2cad67f1945e] [size=36] [kvs=1] [importedSize=36] [importedCount=1] [2024/05/06 11:56:23.293 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`import_into`.`zero_time_table`:0] [engineUUID=b03a8272-790c-5766-99b7-2cad67f1945e] [retryCnt=0] [takeTime=41.863074ms] [] [2024/05/06 11:56:23.293 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`import_into`.`zero_time_table`:0] [engineUUID=b03a8272-790c-5766-99b7-2cad67f1945e] [2024/05/06 11:56:23.295 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`import_into`.`zero_time_table`:0] [engineUUID=b03a8272-790c-5766-99b7-2cad67f1945e] [takeTime=1.267936ms] [] [2024/05/06 11:56:23.295 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=78] [step=import] [engine-id=0] [2024/05/06 11:56:23.295 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`import_into`.`zero_time_table`:-1] [engineUUID=bded5148-7505-502f-9c47-c93111ef3c71] [2024/05/06 11:56:23.297 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`import_into`.`zero_time_table`:-1] [engineUUID=bded5148-7505-502f-9c47-c93111ef3c71] [takeTime=1.716919ms] [] [2024/05/06 11:56:23.297 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`import_into`.`zero_time_table`:-1] [engineUUID=bded5148-7505-502f-9c47-c93111ef3c71] [retryCnt=0] [2024/05/06 11:56:23.297 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=bded5148-7505-502f-9c47-c93111ef3c71] [2024/05/06 11:56:23.297 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`import_into`.`zero_time_table`:-1] [engineUUID=bded5148-7505-502f-9c47-c93111ef3c71] [retryCnt=0] [takeTime=50.191µs] [] [2024/05/06 11:56:23.297 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`import_into`.`zero_time_table`:-1] [engineUUID=bded5148-7505-502f-9c47-c93111ef3c71] [2024/05/06 11:56:23.298 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`import_into`.`zero_time_table`:-1] [engineUUID=bded5148-7505-502f-9c47-c93111ef3c71] [takeTime=988.617µs] [] [2024/05/06 11:56:23.345 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=78] [step=import] [2024/05/06 11:56:23.348 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:56:23.348 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:56:23.348 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:56:23.348 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:56:23.348 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:56:23.348 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:56:23.348 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:56:23.348 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:56:23.348 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:56:23.348 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:56:23.348 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:56:23.348 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:56:23.348 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:56:23.350 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:56:23.350 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:56:23.350 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:56:23.350 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:56:23.350 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:56:23.350 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=78] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=199.584746ms] [] [2024/05/06 11:56:23.452 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=78] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:56:23.453 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=78] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:56:23.454 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=78] [curr-step=import] [next-step=post-process] [2024/05/06 11:56:23.454 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=78] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:56:23.522 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=78] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":1,\"ColSizeMap\":{\"1\":8}}"] [2024/05/06 11:56:23.523 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=78] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:56:23.523 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=78] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:56:23.678 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=78] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:56:23.722 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=78] [step=post-process] [subtask-id=151] [2024/05/06 11:56:23.722 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=78] [step=post-process] [subtask-id=151] [2024/05/06 11:56:23.722 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=78] [step=post-process] [subtask-id=151] [2024/05/06 11:56:23.729 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=78] [step=post-process] [subtask-id=151] [takeTime=7.456853ms] [] [2024/05/06 11:56:23.729 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=78] [step=post-process] [subtask-id=151] [groupId=-1] [size=36] [kvs=1] [checksum=11665625846060223399] [2024/05/06 11:56:23.729 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=78] [step=post-process] [subtask-id=151] [checksum="{cksum=11665625846060223399,size=36,kvs=1}"] [2024/05/06 11:56:23.730 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=78] [step=post-process] [subtask-id=151] [weight=30] [2024/05/06 11:56:23.730 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=78] [step=post-process] [subtask-id=151] [concurrency=15] [2024/05/06 11:56:23.733 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=350] [physicalTableID=350] [indexID=-1] [checksum=11665625846060223399] [totalKvs=1] [totalBytes=36] [2024/05/06 11:56:23.734 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=78] [step=post-process] [subtask-id=151] [local="{cksum=11665625846060223399,size=36,kvs=1}"] [2024/05/06 11:56:23.734 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=78] [step=post-process] [subtask-id=151] [takeTime=11.871042ms] [] [2024/05/06 11:56:23.734 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=78] [step=post-process] [subtask-id=151] [takeTime=12.054822ms] [] [2024/05/06 11:56:23.833 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=78] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=155.249592ms] [] [2024/05/06 11:56:23.833 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=78] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:56:23.833 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=78] [step=post-process] [state=running] [] [2024/05/06 11:56:23.836 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=78] [2024/05/06 11:56:23.887 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=78] [type=ImportInto] [2024/05/06 11:56:23.895 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=78] [2024/05/06 11:56:23.915 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:56:23.915 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=78] [2024/05/06 11:56:24.001 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:56:24.001 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.585860865\n# Parse_time: 0.000416027\n# Compile_time: 0.001137779\n# Rewrite_time: 0.000253782\n# Optimize_time: 0.001869786\n# Wait_TS: 0\n# DB: test_show_job\n# Is_internal: false\n# Digest: f60bcae7c8ecb0a2c7e6a9ff60da26b57eee81605f51317a44caada4faa681a8\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS41OHMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS41OHMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `import_into`.`zero_time_table` FROM 'gs://test-load/zero_time.csv?endpoint=http://127.0.0.1:4443/storage/v1/';"] [2024/05/06 11:56:24.013 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=250] [cur_db=test_show_job] [sql="truncate table import_into.zero_time_table"] [user=root@%] [2024/05/06 11:56:24.054 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:353, Type:truncate table, State:queueing, SchemaState:none, SchemaID:348, TableID:350, RowCount:0, ArgLen:3, start time: 2024-05-06 11:56:24.016 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:56:24.054 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:353, Type:truncate table, State:queueing, SchemaState:none, SchemaID:348, TableID:350, RowCount:0, ArgLen:3, start time: 2024-05-06 11:56:24.016 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="truncate table import_into.zero_time_table"] [2024/05/06 11:56:24.099 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=353] [conn=2] [category=ddl] [job="ID:353, Type:truncate table, State:queueing, SchemaState:none, SchemaID:348, TableID:350, RowCount:0, ArgLen:0, start time: 2024-05-06 11:56:24.016 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:24.112 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 348, Table ID: 352, Table Name: zero_time_table, Old Table ID: 350, Old Table Name: zero_time_table"] [2024/05/06 11:56:24.161 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=250] [neededSchemaVersion=251] ["start time"=2.223371ms] [gotSchemaVersion=251] [phyTblIDs="[350,352]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 11:56:24.174 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=353] [version=251] [2024/05/06 11:56:24.248 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=251] ["take time"=92.861255ms] [job="ID:353, Type:truncate table, State:done, SchemaState:public, SchemaID:348, TableID:350, RowCount:0, ArgLen:2, start time: 2024-05-06 11:56:24.016 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:24.304 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=353] [tableIDs="[350]"] [comment="drop table: table ID"] [2024/05/06 11:56:24.313 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=353] [jobType="truncate table"] [2024/05/06 11:56:24.317 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=353] [conn=2] [job="ID:353, Type:truncate table, State:synced, SchemaState:public, SchemaID:348, TableID:350, RowCount:0, ArgLen:2, start time: 2024-05-06 11:56:24.016 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:56:24.369 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=353] [2024/05/06 11:56:24.370 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:56:24.373 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 0.361571716\n# Parse_time: 0.000346048\n# Compile_time: 0.001074471\n# Rewrite_time: 0.000051286\n# Optimize_time: 0.000676526\n# Wait_TS: 0.000297846\n# DB: test_show_job\n# Is_internal: false\n# Digest: e7b6875866509e7173fa66f822e248d19716b73ff8fdcf9f19f29301bde74b33\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ntruncate table import_into.zero_time_table;"] [2024/05/06 11:56:24.388 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:56:24.560 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://test-load/zero_time.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 11:56:24.699 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=79] [task-id=79] [data-size=20B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:56:24.740 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=79] [2024/05/06 11:56:24.741 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=79] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:56:24.848 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=79] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:56:24.849 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=79] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:56:24.850 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=79] [curr-step=init] [next-step=import] [2024/05/06 11:56:24.870 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:56:24.873 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=zero_time_table] [2024/05/06 11:56:24.873 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=zero_time_table] [before=536870912000] [after=20] [2024/05/06 11:56:24.873 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=zero_time_table] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=20] [cost=50.605µs] [2024/05/06 11:56:24.873 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=zero_time_table] [takeTime=156.289µs] [] [2024/05/06 11:56:24.873 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=79] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:56:24.873 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=79] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:56:24.974 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=79] [mode=Import] [2024/05/06 11:56:24.996 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=79] [2024/05/06 11:56:25.029 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=79] [type=ImportInto] [remaining-slots=44] [2024/05/06 11:56:25.134 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=79] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [2024/05/06 11:56:25.136 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=79] [step=import] [2024/05/06 11:56:25.137 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:56:25.146 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:56:25.146 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852658373524218] [2024/05/06 11:56:25.147 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:56:25.147 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:56:25.148 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:56:25.148 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:56:25.148 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:56:25.148 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:56:25.148 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:56:25.163 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:56:25.165 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:56:25.165 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=zero_time_table] [quota=374.2GB] [2024/05/06 11:56:25.165 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=79] [step=import] [data=315.1MiB] [per-index=105MiB] [2024/05/06 11:56:25.165 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=zero_time_table] [import-id=79] [disk-quota=348.5GiB] [2024/05/06 11:56:25.207 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=79] [step=import] [subtask-id=152] [2024/05/06 11:56:25.212 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`import_into`.`zero_time_table`:0] [engineUUID=b03a8272-790c-5766-99b7-2cad67f1945e] [2024/05/06 11:56:25.216 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`import_into`.`zero_time_table`:-1] [engineUUID=bded5148-7505-502f-9c47-c93111ef3c71] [2024/05/06 11:56:25.216 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=352] [2024/05/06 11:56:25.233 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=352] [key=zero_time.csv:0] [2024/05/06 11:56:25.235 +00:00] [ERROR] [chunk_process.go:334] ["process chunk failed"] [type=ImportInto] [table-id=352] [key=zero_time.csv:0] [takeTime=1.786382ms] [error="[Lightning:Restore:ErrEncodeKV]encode kv error in file zero_time.csv:0 at offset 20: [types:1292]Incorrect datetime value: '1990-01-00 00:00:00'"] [stack="github.com/pingcap/tidb/pkg/executor/importer.(*baseChunkProcessor).Process.func1\n\tpkg/executor/importer/chunk_process.go:334\ngithub.com/pingcap/tidb/pkg/executor/importer.(*baseChunkProcessor).Process\n\tpkg/executor/importer/chunk_process.go:354\ngithub.com/pingcap/tidb/pkg/executor/importer.ProcessChunkWithWriter\n\tpkg/executor/importer/engine_process.go:116\ngithub.com/pingcap/tidb/pkg/executor/importer.ProcessChunk\n\tpkg/executor/importer/engine_process.go:69\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*importMinimalTaskExecutor).Run\n\tpkg/disttask/importinto/subtask_executor.go:75\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*chunkWorker).HandleTask\n\tpkg/disttask/importinto/encode_and_sort_operator.go:197\ngithub.com/pingcap/tidb/pkg/resourcemanager/pool/workerpool.(*WorkerPool[...]).handleTaskWithRecover\n\tpkg/resourcemanager/pool/workerpool/workerpool.go:131\ngithub.com/pingcap/tidb/pkg/resourcemanager/pool/workerpool.(*WorkerPool[...]).runAWorker.func1\n\tpkg/resourcemanager/pool/workerpool/workerpool.go:147\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157"] [2024/05/06 11:56:25.235 +00:00] [ERROR] [task_executor.go:125] ["run subtask failed"] [type=ImportInto] [task-id=79] [step=import] [subtask-id=152] [takeTime=27.644999ms] [error="[Lightning:Restore:ErrEncodeKV]encode kv error in file zero_time.csv:0 at offset 20: [types:1292]Incorrect datetime value: '1990-01-00 00:00:00'"] [stack="github.com/pingcap/tidb/pkg/disttask/importinto.(*importStepExecutor).RunSubtask.func1\n\tpkg/disttask/importinto/task_executor.go:125\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*importStepExecutor).RunSubtask\n\tpkg/disttask/importinto/task_executor.go:187\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask.func1\n\tpkg/disttask/framework/taskexecutor/task_executor.go:413\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:414\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [2024/05/06 11:56:25.235 +00:00] [ERROR] [task_executor.go:549] [onError] [task-id=79] [task-type=ImportInto] [server-id=:4000] [error="[Lightning:Restore:ErrEncodeKV]encode kv error in file zero_time.csv:0 at offset 20: [types:1292]Incorrect datetime value: '1990-01-00 00:00:00'"] [errorVerbose="[Lightning:Restore:ErrEncodeKV]encode kv error in file zero_time.csv:0 at offset 20: [types:1292]Incorrect datetime value: '1990-01-00 00:00:00'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/executor/importer.(*chunkEncoder).encodeLoop\n\tpkg/executor/importer/chunk_process.go:286\ngithub.com/pingcap/tidb/pkg/executor/importer.(*baseChunkProcessor).Process.func3\n\tpkg/executor/importer/chunk_process.go:346\ngolang.org/x/sync/errgroup.(*Group).Go.func1\n\texternal/org_golang_x_sync/errgroup/errgroup.go:78\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).onError\n\tpkg/disttask/framework/taskexecutor/task_executor.go:549\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:428\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).onError\n\tpkg/disttask/framework/taskexecutor/task_executor.go:549\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:428\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [2024/05/06 11:56:25.236 +00:00] [ERROR] [task_executor.go:555] ["taskExecutor met first error"] [task-id=79] [task-type=ImportInto] [server-id=:4000] [error="[Lightning:Restore:ErrEncodeKV]encode kv error in file zero_time.csv:0 at offset 20: [types:1292]Incorrect datetime value: '1990-01-00 00:00:00'"] [errorVerbose="[Lightning:Restore:ErrEncodeKV]encode kv error in file zero_time.csv:0 at offset 20: [types:1292]Incorrect datetime value: '1990-01-00 00:00:00'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/executor/importer.(*chunkEncoder).encodeLoop\n\tpkg/executor/importer/chunk_process.go:286\ngithub.com/pingcap/tidb/pkg/executor/importer.(*baseChunkProcessor).Process.func3\n\tpkg/executor/importer/chunk_process.go:346\ngolang.org/x/sync/errgroup.(*Group).Go.func1\n\texternal/org_golang_x_sync/errgroup/errgroup.go:78\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).onError\n\tpkg/disttask/framework/taskexecutor/task_executor.go:555\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runSubtask\n\tpkg/disttask/framework/taskexecutor/task_executor.go:428\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).runStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:384\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).RunStep\n\tpkg/disttask/framework/taskexecutor/task_executor.go:266\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:246\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [2024/05/06 11:56:25.236 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:56:25.236 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:56:25.236 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:56:25.236 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:56:25.236 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:56:25.236 +00:00] [WARN] [task_executor.go:640] ["subtask failed"] [task-id=79] [task-type=ImportInto] [server-id=:4000] [error="[types:1292]Incorrect datetime value: '1990-01-00 00:00:00'"] [2024/05/06 11:56:25.236 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:56:25.236 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:56:25.236 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:56:25.259 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=79] [step=import] [2024/05/06 11:56:25.263 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:56:25.263 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:56:25.263 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:56:25.263 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:56:25.263 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:56:25.269 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:56:25.269 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:56:25.269 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:56:25.269 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:56:25.269 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:56:25.269 +00:00] [INFO] [task_executor.go:309] ["execute task step failed"] [task-id=79] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.923GiB]"] [takeTime=134.32329ms] [error="[Lightning:Restore:ErrEncodeKV]encode kv error in file zero_time.csv:0 at offset 20: [types:1292]Incorrect datetime value: '1990-01-00 00:00:00'"] [2024/05/06 11:56:25.269 +00:00] [ERROR] [task_executor.go:248] ["failed to handle task"] [task-id=79] [task-type=ImportInto] [server-id=:4000] [error="[Lightning:Restore:ErrEncodeKV]encode kv error in file zero_time.csv:0 at offset 20: [types:1292]Incorrect datetime value: '1990-01-00 00:00:00'"] [errorVerbose="[Lightning:Restore:ErrEncodeKV]encode kv error in file zero_time.csv:0 at offset 20: [types:1292]Incorrect datetime value: '1990-01-00 00:00:00'\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/executor/importer.(*chunkEncoder).encodeLoop\n\tpkg/executor/importer/chunk_process.go:286\ngithub.com/pingcap/tidb/pkg/executor/importer.(*baseChunkProcessor).Process.func3\n\tpkg/executor/importer/chunk_process.go:346\ngolang.org/x/sync/errgroup.(*Group).Go.func1\n\texternal/org_golang_x_sync/errgroup/errgroup.go:78\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*BaseTaskExecutor).Run\n\tpkg/disttask/framework/taskexecutor/task_executor.go:248\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).startTaskExecutor.func1\n\tpkg/disttask/framework/taskexecutor/manager.go:337\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171"] [2024/05/06 11:56:25.371 +00:00] [WARN] [scheduler.go:399] ["subtasks encounter errors"] [task-id=79] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [subtask-errs="[\"{error=\\\"[types:1292]Incorrect datetime value: '1990-01-00 00:00:00'\\\"}\"]"] [2024/05/06 11:56:25.422 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=79] [type=ImportInto] [2024/05/06 11:56:25.461 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=79] [step=import] [state=reverting] [error="[types:1292]Incorrect datetime value: '1990-01-00 00:00:00'"] [2024/05/06 11:56:25.462 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=79] [step=import] [mode=Normal] [2024/05/06 11:56:25.478 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=79] [2024/05/06 11:56:25.582 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=79] [2024/05/06 11:56:25.614 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:56:25.614 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=79] [2024/05/06 11:56:25.665 +00:00] [ERROR] [handle.go:109] ["task reverted"] [task-id=79] [error="[types:1292]Incorrect datetime value: '1990-01-00 00:00:00'"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/handle.WaitTaskDoneOrPaused\n\tpkg/disttask/framework/handle/handle.go:109\ngithub.com/pingcap/tidb/pkg/executor.(*ImportIntoExec).waitTask\n\tpkg/executor/import_into.go:193\ngithub.com/pingcap/tidb/pkg/executor.(*ImportIntoExec).Next\n\tpkg/executor/import_into.go:140\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:410\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1211\ngithub.com/pingcap/tidb/pkg/executor.(*recordSet).Next\n\tpkg/executor/adapter.go:160\ngithub.com/pingcap/tidb/pkg/session.GetRows4Test\n\tpkg/session/tidb.go:346\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).QueryToErr\n\tpkg/testkit/testkit.go:265\ntests/realtikvtest/importintotest/importintotest_test.(*mockGCSSuite).TestZeroDateTime\n\ttests/realtikvtest/importintotest/import_into_test.go:1190\nreflect.Value.call\n\tGOROOT/src/reflect/value.go:596\nreflect.Value.Call\n\tGOROOT/src/reflect/value.go:380\ngithub.com/stretchr/testify/suite.Run.func1\n\texternal/com_github_stretchr_testify/suite/suite.go:202\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595"] [2024/05/06 11:56:25.667 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 2\n# Query_time: 1.292207984\n# Parse_time: 0.000726933\n# Compile_time: 0.00142955\n# Rewrite_time: 0.000261067\n# Optimize_time: 0.000676526\n# Wait_TS: 0\n# DB: test_show_job\n# Is_internal: false\n# Digest: f60bcae7c8ecb0a2c7e6a9ff60da26b57eee81605f51317a44caada4faa681a8\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: false\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkwCXRpbWU6MS4yOXMsIGxvb3BzOjEJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('RsAKQgoMSW1wb3J0SW50b18yOAFAAVIDTi9BWhN0aW1lOjEuMjlzLCBsb29wczoxcP//DQI0AXj///////////8BGAE=')\n# Resource_group: default\nIMPORT INTO `import_into`.`zero_time_table` FROM 'gs://test-load/zero_time.csv?endpoint=http://127.0.0.1:4443/storage/v1/';"] [2024/05/06 11:56:25.693 +00:00] [WARN] [manager.go:306] ["is not the owner"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager 13b79268-01a2-4631-adb6-11542ffedcba"] [2024/05/06 11:56:25.693 +00:00] [INFO] [manager.go:273] ["break campaign loop, context is done"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager 13b79268-01a2-4631-adb6-11542ffedcba"] [2024/05/06 11:56:25.695 +00:00] [INFO] [manager.go:317] ["revoke session"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager 13b79268-01a2-4631-adb6-11542ffedcba"] [] [2024/05/06 11:56:25.696 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 11:56:25.696 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 13, tp add index"] [category=ddl] ["take time"=40.621µs] [2024/05/06 11:56:25.696 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 14, tp add index"] [category=ddl] ["take time"=20.981µs] [2024/05/06 11:56:25.696 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 15, tp add index"] [category=ddl] ["take time"=16.006µs] [2024/05/06 11:56:25.696 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 16, tp add index"] [category=ddl] ["take time"=18.309µs] [2024/05/06 11:56:25.696 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 17, tp add index"] [category=ddl] ["take time"=16.418µs] [2024/05/06 11:56:25.696 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 18, tp add index"] [category=ddl] ["take time"=18.05µs] [2024/05/06 11:56:25.696 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 19, tp add index"] [category=ddl] ["take time"=21.128µs] [2024/05/06 11:56:25.696 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 20, tp add index"] [category=ddl] ["take time"=16.552µs] [2024/05/06 11:56:25.697 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 21, tp add index"] [category=ddl] ["take time"=21.063µs] [2024/05/06 11:56:25.697 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 22, tp add index"] [category=ddl] ["take time"=19.872µs] [2024/05/06 11:56:25.697 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 11:56:25.697 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 12, tp general"] [category=ddl] ["take time"=15.158µs] [2024/05/06 11:56:25.697 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 11:56:25.697 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/06 11:56:25.697 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 11:56:25.697 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:56:25.734 +00:00] [INFO] [ddl.go:951] ["DDL closed"] [category=ddl] [ID=13b79268-01a2-4631-adb6-11542ffedcba] ["take time"=57.727111ms] [2024/05/06 11:56:25.734 +00:00] [INFO] [ddl.go:769] ["stop DDL"] [category=ddl] [ID=13b79268-01a2-4631-adb6-11542ffedcba] [2024/05/06 11:56:25.737 +00:00] [INFO] [domain.go:1026] ["stopping ttlJobManager"] [2024/05/06 11:56:25.737 +00:00] [INFO] [runtime.go:190] ["TimerGroupRuntime loop exit"] [groupID=ttl] [2024/05/06 11:56:25.737 +00:00] [INFO] [notifier.go:142] ["etcd watcher exited to watch timer events"] [EtcdKey=/tidb/timer/cluster/1/notify/ce97a664-29f6-4ea0-83b0-03c222b44831] [watcherID=5d8b4633-d9d5-4a5b-aa21-d57c406db11a] [2024/05/06 11:56:25.737 +00:00] [INFO] [notifier.go:227] ["etcd notify loop to watch timer events stopped"] [EtcdKey=/tidb/timer/cluster/1/notify/ce97a664-29f6-4ea0-83b0-03c222b44831] [2024/05/06 11:56:25.737 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/06 11:56:25.737 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 11:56:25.737 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 11:56:25.737 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 11:56:25.737 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 11:56:25.737 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/06 11:56:25.737 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 11:56:25.738 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 11:56:25.738 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 11:56:25.738 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 11:56:25.744 +00:00] [INFO] [job_manager.go:174] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [2024/05/06 11:56:25.744 +00:00] [INFO] [domain.go:1037] ["ttlJobManager exited."] [2024/05/06 11:56:25.746 +00:00] [INFO] [domain.go:2817] ["releaseServerID succeed"] [serverID=1854] [2024/05/06 11:56:25.746 +00:00] [INFO] [domain.go:1700] ["loadPrivilegeInLoop exited."] [2024/05/06 11:56:25.746 +00:00] [INFO] [domain.go:2323] ["loadStatsWorker exited."] [2024/05/06 11:56:25.746 +00:00] [INFO] [domain.go:1542] ["stopping dist task scheduler manager because the current node is not DDL owner anymore"] [id=13b79268-01a2-4631-adb6-11542ffedcba] [2024/05/06 11:56:25.746 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/06 11:56:25.746 +00:00] [INFO] [domain.go:907] ["loadSchemaInLoop exited."] [2024/05/06 11:56:25.746 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 11:56:25.746 +00:00] [INFO] [domain.go:2020] ["PlanReplayerTaskCollectHandle exited."] [2024/05/06 11:56:25.746 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/06 11:56:25.746 +00:00] [INFO] [domain.go:2881] ["serverIDKeeper exited."] [2024/05/06 11:56:25.746 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/06 11:56:25.746 +00:00] [INFO] [scheduler_manager.go:318] ["subtask history table gc loop exits"] [server-id=:4000] [2024/05/06 11:56:25.746 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 11:56:25.746 +00:00] [INFO] [domain.go:2371] ["updateStatsWorker is going to exit, start to flush stats"] [2024/05/06 11:56:25.746 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 11:56:25.746 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=PlanReplayerTaskCollectHandle] [2024/05/06 11:56:25.746 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadStatsWorker] [2024/05/06 11:56:25.746 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 11:56:25.746 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 11:56:25.746 +00:00] [INFO] [scheduler_manager.go:459] ["collect loop exits"] [server-id=:4000] [2024/05/06 11:56:25.746 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 11:56:25.746 +00:00] [INFO] [domain.go:2074] ["dumpFileGcChecker exited."] [2024/05/06 11:56:25.746 +00:00] [INFO] [domain.go:2352] ["indexUsageWorker exited."] [2024/05/06 11:56:25.746 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 11:56:25.746 +00:00] [INFO] [domain.go:2492] ["analyzeJobsCleanupWorker exited."] [2024/05/06 11:56:25.746 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 11:56:25.746 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 11:56:25.746 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 11:56:25.746 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=indexUsageWorker] [2024/05/06 11:56:25.746 +00:00] [INFO] [plan_replayer.go:413] ["planReplayerTaskDumpWorker exited."] [2024/05/06 11:56:25.746 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=analyzeJobsCleanupWorker] [2024/05/06 11:56:25.746 +00:00] [INFO] [domain.go:2040] ["PlanReplayerTaskDumpHandle exited."] [2024/05/06 11:56:25.746 +00:00] [INFO] [domain.go:2105] ["HistoricalStatsWorker exited."] [2024/05/06 11:56:25.746 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=PlanReplayerTaskDumpHandle] [2024/05/06 11:56:25.746 +00:00] [INFO] [advancer.go:397] ["Meet task event"] [category="log backup advancer"] [event="Err(, err = EOF)"] [2024/05/06 11:56:25.746 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=HistoricalStatsWorker] [2024/05/06 11:56:25.746 +00:00] [ERROR] [advancer.go:400] ["listen task meet error, would reopen."] [error=EOF] [stack="github.com/pingcap/tidb/br/pkg/streamhelper.(*CheckpointAdvancer).StartTaskListener.func1\n\tbr/pkg/streamhelper/advancer.go:400"] [2024/05/06 11:56:25.746 +00:00] [INFO] [advancer.go:403] ["Task watcher exits due to some error."] [category="log backup advancer"] [error=EOF] [2024/05/06 11:56:25.746 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 11:56:25.746 +00:00] [WARN] [manager.go:306] ["is not the owner"] ["owner info"="[bindinfo] /tidb/bindinfo/owner ownerManager 13b79268-01a2-4631-adb6-11542ffedcba"] [2024/05/06 11:56:25.746 +00:00] [INFO] [domain.go:2450] ["autoAnalyzeWorker exited."] [2024/05/06 11:56:25.746 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 11:56:25.746 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 11:56:25.746 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 11:56:25.747 +00:00] [INFO] [manager.go:257] ["etcd session is done, creates a new one"] ["owner info"="[bindinfo] /tidb/bindinfo/owner ownerManager 13b79268-01a2-4631-adb6-11542ffedcba"] [2024/05/06 11:56:25.746 +00:00] [INFO] [scheduler_manager.go:379] ["cleanup loop exits"] [server-id=:4000] [2024/05/06 11:56:25.747 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=autoAnalyzeWorker] [2024/05/06 11:56:25.746 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 11:56:25.747 +00:00] [INFO] [manager.go:446] ["watcher is closed, no owner"] ["owner info"="[stats] ownerManager 13b79268-01a2-4631-adb6-11542ffedcba watch owner key /tidb/stats/owner/22318f4dbd77652b"] [2024/05/06 11:56:25.747 +00:00] [INFO] [manager.go:446] ["watcher is closed, no owner"] ["owner info"="[log-backup] ownerManager 1f774b2f-9366-4ce8-b7b9-a0316e128e82 watch owner key /tidb/br-stream/owner/22318f4dbd776523"] [2024/05/06 11:56:25.747 +00:00] [WARN] [manager.go:306] ["is not the owner"] ["owner info"="[stats] /tidb/stats/owner ownerManager 13b79268-01a2-4631-adb6-11542ffedcba"] [2024/05/06 11:56:25.747 +00:00] [WARN] [manager.go:306] ["is not the owner"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager 1f774b2f-9366-4ce8-b7b9-a0316e128e82"] [2024/05/06 11:56:25.747 +00:00] [INFO] [manager.go:261] ["break campaign loop, NewSession failed"] ["owner info"="[bindinfo] /tidb/bindinfo/owner ownerManager 13b79268-01a2-4631-adb6-11542ffedcba"] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/util.contextDone\n\tpkg/util/etcd.go:90\ngithub.com/pingcap/tidb/pkg/util.NewSession\n\tpkg/util/etcd.go:50\ngithub.com/pingcap/tidb/pkg/owner.(*ownerManager).campaignLoop\n\tpkg/owner/manager.go:259\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 11:56:25.747 +00:00] [INFO] [manager.go:257] ["etcd session is done, creates a new one"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager 1f774b2f-9366-4ce8-b7b9-a0316e128e82"] [2024/05/06 11:56:25.748 +00:00] [INFO] [domain.go:2373] ["updateStatsWorker ready to release owner"] [2024/05/06 11:56:25.748 +00:00] [INFO] [manager.go:292] ["failed to campaign"] ["owner info"="[stats] /tidb/stats/owner ownerManager 13b79268-01a2-4631-adb6-11542ffedcba"] [error="context canceled"] [2024/05/06 11:56:25.748 +00:00] [INFO] [manager.go:273] ["break campaign loop, context is done"] ["owner info"="[stats] /tidb/stats/owner ownerManager 13b79268-01a2-4631-adb6-11542ffedcba"] [2024/05/06 11:56:25.749 +00:00] [INFO] [owner_daemon.go:87] ["daemon loop exits"] [id=1f774b2f-9366-4ce8-b7b9-a0316e128e82] [daemon-id=LogBackup::Advancer] [2024/05/06 11:56:25.749 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."] [2024/05/06 11:56:25.749 +00:00] [INFO] [manager.go:280] ["recoverMetaLoop done"] [server-id=:4000] [2024/05/06 11:56:25.749 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/06 11:56:25.749 +00:00] [INFO] [flush_subscriber.go:109] [Clearing.] [category="log backup flush subscriber"] [timeout=1m0s] [2024/05/06 11:56:25.749 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=logBackupAdvancer] [2024/05/06 11:56:25.749 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 11:56:25.749 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 11:56:25.749 +00:00] [WARN] [etcd.go:78] ["failed to new session to etcd"] [ownerInfo="[log-backup] /tidb/br-stream/owner ownerManager 1f774b2f-9366-4ce8-b7b9-a0316e128e82"] [error="context canceled"] [2024/05/06 11:56:25.752 +00:00] [ERROR] [txn.go:608] ["active transaction fail"] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/tikv/pd/client.(*tsoRequest).Wait\n\texternal/com_github_tikv_pd_client/tso_request.go:79\ngithub.com/tikv/client-go/v2/util.interceptedTsFuture.Wait\n\texternal/com_github_tikv_client_go_v2/util/pd_interceptor.go:73\ngithub.com/tikv/client-go/v2/oracle/oracles.(*tsFuture).Wait\n\texternal/com_github_tikv_client_go_v2/oracle/oracles/pd.go:132\ngithub.com/pingcap/tidb/pkg/session.(*txnFuture).wait\n\tpkg/session/txn.go:699\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).changePendingToValid\n\tpkg/session/txn.go:289\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Wait\n\tpkg/session/txn.go:607\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).ActivateTxn\n\tpkg/sessiontxn/isolation/base.go:290\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/base.go:186\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*OptimisticTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/optimistic.go:100\ngithub.com/pingcap/tidb/pkg/session.(*txnManager).GetStmtReadTS\n\tpkg/session/txnmanager.go:98\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).getSnapshotTS\n\tpkg/executor/builder.go:1817\ngithub.com/pingcap/tidb/pkg/executor.buildNoRangeIndexLookUpReader\n\tpkg/executor/builder.go:3731\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildIndexLookUpReader\n\tpkg/executor/builder.go:3787\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:292\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildTopN\n\tpkg/executor/builder.go:2157\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:250\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).buildExecutor\n\tpkg/executor/adapter.go:1172\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:522\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).ExecuteSQLWithNewSession.func1\n\tpkg/disttask/framework/storage/task_table.go:183\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).ExecuteSQLWithNewSession\n\tpkg/disttask/framework/storage/task_table.go:182\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).GetTopUnfinishedTasks\n\tpkg/disttask/framework/storage/task_table.go:244\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).getSchedulableTasks\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:232\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).scheduleTaskLoop\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:219\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650\ngithub.com/tikv/client-go/v2/oracle/oracles.(*tsFuture).Wait\n\texternal/com_github_tikv_client_go_v2/oracle/oracles/pd.go:135\ngithub.com/pingcap/tidb/pkg/session.(*txnFuture).wait\n\tpkg/session/txn.go:699\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).changePendingToValid\n\tpkg/session/txn.go:289\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Wait\n\tpkg/session/txn.go:607\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).ActivateTxn\n\tpkg/sessiontxn/isolation/base.go:290\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/base.go:186\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*OptimisticTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/optimistic.go:100\ngithub.com/pingcap/tidb/pkg/session.(*txnManager).GetStmtReadTS\n\tpkg/session/txnmanager.go:98\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).getSnapshotTS\n\tpkg/executor/builder.go:1817\ngithub.com/pingcap/tidb/pkg/executor.buildNoRangeIndexLookUpReader\n\tpkg/executor/builder.go:3731\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildIndexLookUpReader\n\tpkg/executor/builder.go:3787\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:292\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildTopN\n\tpkg/executor/builder.go:2157\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:250\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).buildExecutor\n\tpkg/executor/adapter.go:1172\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:522\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).ExecuteSQLWithNewSession.func1\n\tpkg/disttask/framework/storage/task_table.go:183\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).ExecuteSQLWithNewSession\n\tpkg/disttask/framework/storage/task_table.go:182\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).GetTopUnfinishedTasks\n\tpkg/disttask/framework/storage/task_table.go:244\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).getSchedulableTasks\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:232\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).scheduleTaskLoop\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:219\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/session.(*LazyTxn).Wait\n\tpkg/session/txn.go:608\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).ActivateTxn\n\tpkg/sessiontxn/isolation/base.go:290\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/base.go:186\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*OptimisticTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/optimistic.go:100\ngithub.com/pingcap/tidb/pkg/session.(*txnManager).GetStmtReadTS\n\tpkg/session/txnmanager.go:98\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).getSnapshotTS\n\tpkg/executor/builder.go:1817\ngithub.com/pingcap/tidb/pkg/executor.buildNoRangeIndexLookUpReader\n\tpkg/executor/builder.go:3731\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildIndexLookUpReader\n\tpkg/executor/builder.go:3787\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:292\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildTopN\n\tpkg/executor/builder.go:2157\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:250\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).buildExecutor\n\tpkg/executor/adapter.go:1172\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:522\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).ExecuteSQLWithNewSession.func1\n\tpkg/disttask/framework/storage/task_table.go:183\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).ExecuteSQLWithNewSession\n\tpkg/disttask/framework/storage/task_table.go:182\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).GetTopUnfinishedTasks\n\tpkg/disttask/framework/storage/task_table.go:244\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).getSchedulableTasks\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:232\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).scheduleTaskLoop\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:219\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157"] [2024/05/06 11:56:25.754 +00:00] [INFO] [tidb.go:269] ["rollbackTxn called due to ddl/autocommit failure"] [2024/05/06 11:56:25.754 +00:00] [WARN] [session.go:2153] ["run statement failed"] [schemaVersion=251] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/tikv/pd/client.(*tsoRequest).Wait\n\texternal/com_github_tikv_pd_client/tso_request.go:79\ngithub.com/tikv/client-go/v2/util.interceptedTsFuture.Wait\n\texternal/com_github_tikv_client_go_v2/util/pd_interceptor.go:73\ngithub.com/tikv/client-go/v2/oracle/oracles.(*tsFuture).Wait\n\texternal/com_github_tikv_client_go_v2/oracle/oracles/pd.go:132\ngithub.com/pingcap/tidb/pkg/session.(*txnFuture).wait\n\tpkg/session/txn.go:699\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).changePendingToValid\n\tpkg/session/txn.go:289\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Wait\n\tpkg/session/txn.go:607\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).ActivateTxn\n\tpkg/sessiontxn/isolation/base.go:290\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/base.go:186\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*OptimisticTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/optimistic.go:100\ngithub.com/pingcap/tidb/pkg/session.(*txnManager).GetStmtReadTS\n\tpkg/session/txnmanager.go:98\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).getSnapshotTS\n\tpkg/executor/builder.go:1817\ngithub.com/pingcap/tidb/pkg/executor.buildNoRangeIndexLookUpReader\n\tpkg/executor/builder.go:3731\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildIndexLookUpReader\n\tpkg/executor/builder.go:3787\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:292\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildTopN\n\tpkg/executor/builder.go:2157\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:250\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).buildExecutor\n\tpkg/executor/adapter.go:1172\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:522\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).ExecuteSQLWithNewSession.func1\n\tpkg/disttask/framework/storage/task_table.go:183\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).ExecuteSQLWithNewSession\n\tpkg/disttask/framework/storage/task_table.go:182\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).GetTopUnfinishedTasks\n\tpkg/disttask/framework/storage/task_table.go:244\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).getSchedulableTasks\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:232\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).scheduleTaskLoop\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:219\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650\ngithub.com/tikv/client-go/v2/oracle/oracles.(*tsFuture).Wait\n\texternal/com_github_tikv_client_go_v2/oracle/oracles/pd.go:135\ngithub.com/pingcap/tidb/pkg/session.(*txnFuture).wait\n\tpkg/session/txn.go:699\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).changePendingToValid\n\tpkg/session/txn.go:289\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Wait\n\tpkg/session/txn.go:607\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).ActivateTxn\n\tpkg/sessiontxn/isolation/base.go:290\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/base.go:186\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*OptimisticTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/optimistic.go:100\ngithub.com/pingcap/tidb/pkg/session.(*txnManager).GetStmtReadTS\n\tpkg/session/txnmanager.go:98\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).getSnapshotTS\n\tpkg/executor/builder.go:1817\ngithub.com/pingcap/tidb/pkg/executor.buildNoRangeIndexLookUpReader\n\tpkg/executor/builder.go:3731\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildIndexLookUpReader\n\tpkg/executor/builder.go:3787\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:292\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildTopN\n\tpkg/executor/builder.go:2157\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:250\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).buildExecutor\n\tpkg/executor/adapter.go:1172\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:522\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).ExecuteSQLWithNewSession.func1\n\tpkg/disttask/framework/storage/task_table.go:183\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).ExecuteSQLWithNewSession\n\tpkg/disttask/framework/storage/task_table.go:182\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).GetTopUnfinishedTasks\n\tpkg/disttask/framework/storage/task_table.go:244\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).getSchedulableTasks\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:232\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).scheduleTaskLoop\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:219\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2024/05/06 11:56:25.755 +00:00] [WARN] [scheduler_manager.go:234] ["get unfinished tasks failed"] [server-id=:4000] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/tikv/pd/client.(*tsoRequest).Wait\n\texternal/com_github_tikv_pd_client/tso_request.go:79\ngithub.com/tikv/client-go/v2/util.interceptedTsFuture.Wait\n\texternal/com_github_tikv_client_go_v2/util/pd_interceptor.go:73\ngithub.com/tikv/client-go/v2/oracle/oracles.(*tsFuture).Wait\n\texternal/com_github_tikv_client_go_v2/oracle/oracles/pd.go:132\ngithub.com/pingcap/tidb/pkg/session.(*txnFuture).wait\n\tpkg/session/txn.go:699\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).changePendingToValid\n\tpkg/session/txn.go:289\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Wait\n\tpkg/session/txn.go:607\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).ActivateTxn\n\tpkg/sessiontxn/isolation/base.go:290\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/base.go:186\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*OptimisticTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/optimistic.go:100\ngithub.com/pingcap/tidb/pkg/session.(*txnManager).GetStmtReadTS\n\tpkg/session/txnmanager.go:98\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).getSnapshotTS\n\tpkg/executor/builder.go:1817\ngithub.com/pingcap/tidb/pkg/executor.buildNoRangeIndexLookUpReader\n\tpkg/executor/builder.go:3731\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildIndexLookUpReader\n\tpkg/executor/builder.go:3787\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:292\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildTopN\n\tpkg/executor/builder.go:2157\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:250\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).buildExecutor\n\tpkg/executor/adapter.go:1172\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:522\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).ExecuteSQLWithNewSession.func1\n\tpkg/disttask/framework/storage/task_table.go:183\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).ExecuteSQLWithNewSession\n\tpkg/disttask/framework/storage/task_table.go:182\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).GetTopUnfinishedTasks\n\tpkg/disttask/framework/storage/task_table.go:244\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).getSchedulableTasks\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:232\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).scheduleTaskLoop\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:219\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650\ngithub.com/tikv/client-go/v2/oracle/oracles.(*tsFuture).Wait\n\texternal/com_github_tikv_client_go_v2/oracle/oracles/pd.go:135\ngithub.com/pingcap/tidb/pkg/session.(*txnFuture).wait\n\tpkg/session/txn.go:699\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).changePendingToValid\n\tpkg/session/txn.go:289\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Wait\n\tpkg/session/txn.go:607\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).ActivateTxn\n\tpkg/sessiontxn/isolation/base.go:290\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/base.go:186\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*OptimisticTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/optimistic.go:100\ngithub.com/pingcap/tidb/pkg/session.(*txnManager).GetStmtReadTS\n\tpkg/session/txnmanager.go:98\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).getSnapshotTS\n\tpkg/executor/builder.go:1817\ngithub.com/pingcap/tidb/pkg/executor.buildNoRangeIndexLookUpReader\n\tpkg/executor/builder.go:3731\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildIndexLookUpReader\n\tpkg/executor/builder.go:3787\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:292\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildTopN\n\tpkg/executor/builder.go:2157\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:250\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).buildExecutor\n\tpkg/executor/adapter.go:1172\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:522\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).ExecuteSQLWithNewSession.func1\n\tpkg/disttask/framework/storage/task_table.go:183\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).ExecuteSQLWithNewSession\n\tpkg/disttask/framework/storage/task_table.go:182\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).GetTopUnfinishedTasks\n\tpkg/disttask/framework/storage/task_table.go:244\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).getSchedulableTasks\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:232\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).scheduleTaskLoop\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:219\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 11:56:25.756 +00:00] [INFO] [scheduler_manager.go:206] ["schedule task loop exits"] [server-id=:4000] [2024/05/06 11:56:25.756 +00:00] [INFO] [domain.go:1544] ["dist task scheduler manager stopped"] [id=13b79268-01a2-4631-adb6-11542ffedcba] [2024/05/06 11:56:25.756 +00:00] [INFO] [domain.go:1527] ["stopping dist task executor manager"] [2024/05/06 11:56:25.759 +00:00] [ERROR] [domain.go:1777] ["LoadSysVarCacheLoop loop watch channel closed"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).LoadSysVarCacheLoop.func1\n\tpkg/domain/domain.go:1777\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99"] [2024/05/06 11:56:25.760 +00:00] [INFO] [domain.go:1750] ["LoadSysVarCacheLoop exited."] [2024/05/06 11:56:25.760 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 11:56:25.771 +00:00] [INFO] [manager.go:179] ["handle tasks loop done"] [server-id=:4000] [2024/05/06 11:56:25.771 +00:00] [INFO] [domain.go:1529] ["dist task executor manager stopped"] [2024/05/06 11:56:25.771 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 11:56:25.950 +00:00] [INFO] [manager.go:261] ["break campaign loop, NewSession failed"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager 1f774b2f-9366-4ce8-b7b9-a0316e128e82"] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/util.contextDone\n\tpkg/util/etcd.go:90\ngithub.com/pingcap/tidb/pkg/util.NewSession\n\tpkg/util/etcd.go:50\ngithub.com/pingcap/tidb/pkg/owner.(*ownerManager).campaignLoop\n\tpkg/owner/manager.go:259\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 11:56:26.993 +00:00] [INFO] [manager.go:317] ["revoke session"] ["owner info"="[stats] /tidb/stats/owner ownerManager 13b79268-01a2-4631-adb6-11542ffedcba"] [error="rpc error: code = Canceled desc = grpc: the client connection is closing"] [2024/05/06 11:56:26.993 +00:00] [INFO] [domain.go:2379] ["updateStatsWorker exit preprocessing finished"] [2024/05/06 11:56:26.993 +00:00] [INFO] [domain.go:2404] ["updateStatsWorker exited."] [2024/05/06 11:56:26.993 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=updateStatsWorker] [2024/05/06 11:56:26.995 +00:00] [INFO] [manager.go:317] ["revoke session"] ["owner info"="[bindinfo] /tidb/bindinfo/owner ownerManager 13b79268-01a2-4631-adb6-11542ffedcba"] [error="rpc error: code = Canceled desc = grpc: the client connection is closing"] [2024/05/06 11:56:26.995 +00:00] [INFO] [domain.go:1889] ["globalBindHandleWorkerLoop exited."] [2024/05/06 11:56:26.995 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 11:56:27.004 +00:00] [INFO] [domain.go:1074] ["domain closed"] ["take time"=1.327077963s] [2024/05/06 11:56:27.004 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:56:27.004 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:56:27.004 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:56:27.004 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:56:27.004 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:56:27.005 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:56:27.005 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:56:27.004 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:56:27.005 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=1] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:56:27.005 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:56:27.005 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=1] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:56:27.005 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:56:27.005 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:56:27.006 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=tikv-driver] --- PASS: TestImportInto (265.83s) --- SKIP: TestImportInto/TestAddIndexBySQL (0.00s) --- SKIP: TestImportInto/TestAnalyze (0.00s) --- PASS: TestImportInto/TestBasicImportInto (35.37s) --- PASS: TestImportInto/TestCancelJob (8.31s) --- PASS: TestImportInto/TestChecksumNotMatch (7.24s) --- PASS: TestImportInto/TestColumnsAndUserVars (3.23s) --- PASS: TestImportInto/TestDeliverBytesRows (5.49s) --- PASS: TestImportInto/TestDetachedLoadParquet (6.25s) --- PASS: TestImportInto/TestDiskQuota (8.91s) --- PASS: TestImportInto/TestGBK (8.58s) --- PASS: TestImportInto/TestGeneratedColumnsAndTSVFile (12.03s) --- PASS: TestImportInto/TestIgnoreNLines (7.61s) --- PASS: TestImportInto/TestImportIntoPrivilegePositiveCase (9.14s) --- PASS: TestImportInto/TestImportMode (22.65s) --- PASS: TestImportInto/TestInputCountMisMatchAndDefault (9.05s) --- PASS: TestImportInto/TestInputNull (5.69s) --- PASS: TestImportInto/TestJobFailWhenDispatchSubtask (2.77s) --- PASS: TestImportInto/TestKillBeforeFinish (3.08s) --- PASS: TestImportInto/TestLoadSQLDump (5.05s) --- PASS: TestImportInto/TestMaxWriteSpeed (14.44s) --- PASS: TestImportInto/TestMultiValueIndex (3.27s) --- PASS: TestImportInto/TestOtherCharset (13.57s) --- PASS: TestImportInto/TestPreCheckCDCPiTRTasks (4.39s) --- PASS: TestImportInto/TestPreCheckTableNotEmpty (1.30s) --- PASS: TestImportInto/TestPreCheckTotalFileSize0 (1.44s) --- PASS: TestImportInto/TestRegisterTask (9.83s) --- PASS: TestImportInto/TestSameBehaviourDetachedOrNot (10.55s) --- PASS: TestImportInto/TestShowDetachedJob (8.70s) --- PASS: TestImportInto/TestShowJob (7.99s) --- PASS: TestImportInto/TestZeroDateTime (4.43s) PASS [2024/05/06 11:56:27.202 +00:00] [INFO] [manager.go:317] ["revoke session"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager 1f774b2f-9366-4ce8-b7b9-a0316e128e82"] [error="rpc error: code = Canceled desc = grpc: the client connection is closing"] coverage: 15.0% of statements GCov does not exist at the given path: '' May 06, 2024 11:56:33 AM com.google.devtools.coverageoutputgenerator.Main getTracefiles INFO: No lcov file found. May 06, 2024 11:56:33 AM com.google.devtools.coverageoutputgenerator.Main getGcovInfoFiles INFO: No gcov info file found. May 06, 2024 11:56:33 AM com.google.devtools.coverageoutputgenerator.Main getGcovJsonInfoFiles INFO: No gcov json file found. May 06, 2024 11:56:33 AM com.google.devtools.coverageoutputgenerator.Main getProfdataFileOrNull INFO: No .profdata file found. May 06, 2024 11:56:33 AM com.google.devtools.coverageoutputgenerator.Main runWithArgs WARNING: There was no coverage found. ================================================================================ Target //tests/realtikvtest/importintotest:importintotest_test up-to-date: bazel-bin/tests/realtikvtest/importintotest/importintotest_test_/importintotest_test INFO: Elapsed time: 28.830s, Critical Path: 12.02s INFO: 1610 processes: 1590 remote cache hit, 20 internal. INFO: Build completed successfully, 1610 total actions Test cases: finished with 31 passing and 0 failing out of 31 test cases Executed 0 out of 1 test: 1 test passes. ./build/jenkins_collect_coverage.sh root: /home/jenkins/.tidb/tmp/6fe290a12c1bd5bc697515c884fc0103/execroot/__main__/bazel-out/k8-fastbuild/testlogs complete to collect bazel result. [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // dir [Pipeline] // dir [Pipeline] // dir [Pipeline] // dir Post stage Post stage Post stage Post stage [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb [Pipeline] { [Pipeline] junit Recording test results [Pipeline] junit Recording test results [Pipeline] junit Recording test results [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] sh [Checks API] No suitable checks publisher found. [Checks API] No suitable checks publisher found. [Checks API] No suitable checks publisher found. [Pipeline] sh [1,531 / 1,567] GoCompilePkg pkg/executor/internal/exec/exec.a; Downloading pkg/executor/internal/exec/exec.a; 1s remote-cache ... (5 actions, 0 running) + find . -name 'pd*.log' -type f -exec tail -n 500 '{}' + ==> ./pd1.log <== [2024/05/06 22:08:19.651 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:08:19.651 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:08:19.651 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:08:19.651 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:08:19.651 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:08:19.651 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:08:19.651 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:08:19.651 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:08:19.651 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2379\",\"peer-urls\":\"http://127.0.0.1:2380\",\"advertise-client-urls\":\"http://127.0.0.1:2379\",\"advertise-peer-urls\":\"http://127.0.0.1:2380\",\"name\":\"pd-0\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-0/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-0\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:08:19.655 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:08:19.655 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:08:19.655 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:08:19.655 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:08:19.656 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:08:19.656 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:08:19.656 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:08:19.656 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-0] [service-name=ResourceManager] [2024/05/06 22:08:19.656 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-0] [service-name=MetaStorage] [2024/05/06 22:08:19.656 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:08:19.656 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:19.656 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2379]"] [2024/05/06 22:08:19.656 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:08:19.656 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:08:19.657 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=52] [max-cpu-available=52] [member-initialized=false] [name=pd-0] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2380]"] [listen-peer-urls="[http://127.0.0.1:2380]"] [advertise-client-urls="[http://127.0.0.1:2379]"] [listen-client-urls="[http://127.0.0.1:2379]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:08:19.657 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:08:19.657 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap/db] [took=291.555µs] [2024/05/06 22:08:21.659 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=3037d9ad26fb2231] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:08:21.659 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=()"] [2024/05/06 22:08:21.659 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 0"] [2024/05/06 22:08:21.659 +08:00] [INFO] [raft.go:389] ["newRaft 3037d9ad26fb2231 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:08:21.659 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 1"] [2024/05/06 22:08:21.659 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:08:21.659 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:08:21.659 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:21.660 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:08:21.660 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:08:21.660 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:21.660 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:21.661 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:21.660 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:21.662 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:21.662 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:21.662 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [remote-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:21.662 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:21.662 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:21.662 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:21.663 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:21.664 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:21.664 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:21.664 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:21.664 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [remote-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:21.664 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=3037d9ad26fb2231] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:08:21.664 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:21.664 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:08:21.664 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:08:21.664 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:08:21.664 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:08:21.664 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:21.664 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:21.664 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:21.664 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:21.664 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:21.664 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:21.664 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:21.664 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:21.665 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:21.666 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2380] [2024/05/06 22:08:21.666 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=3037d9ad26fb2231] [initial-advertise-peer-urls="[http://127.0.0.1:2380]"] [listen-peer-urls="[http://127.0.0.1:2380]"] [advertise-client-urls="[http://127.0.0.1:2379]"] [listen-client-urls="[http://127.0.0.1:2379]"] [listen-metrics-urls="[]"] [2024/05/06 22:08:21.666 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream Message"] [2024/05/06 22:08:21.666 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream Message"] [2024/05/06 22:08:21.666 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:21.666 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=385a3ea8295f6f18] [2024/05/06 22:08:21.666 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:21.666 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:21.666 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:21.666 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:21.666 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:21.668 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:21.668 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:21.715 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=3037d9ad26fb2231] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:08:22.660 +08:00] [INFO] [raft.go:929] ["3037d9ad26fb2231 is starting a new election at term 1"] [2024/05/06 22:08:22.660 +08:00] [INFO] [raft.go:735] ["3037d9ad26fb2231 became pre-candidate at term 1"] [2024/05/06 22:08:22.660 +08:00] [INFO] [raft.go:830] ["3037d9ad26fb2231 received MsgPreVoteResp from 3037d9ad26fb2231 at term 1"] [2024/05/06 22:08:22.660 +08:00] [INFO] [raft.go:817] ["3037d9ad26fb2231 [logterm: 1, index: 3] sent MsgPreVote request to 1f01bdf364b8beaa at term 1"] [2024/05/06 22:08:22.660 +08:00] [INFO] [raft.go:817] ["3037d9ad26fb2231 [logterm: 1, index: 3] sent MsgPreVote request to 385a3ea8295f6f18 at term 1"] [2024/05/06 22:08:22.661 +08:00] [INFO] [raft.go:830] ["3037d9ad26fb2231 received MsgPreVoteResp from 1f01bdf364b8beaa at term 1"] [2024/05/06 22:08:22.661 +08:00] [INFO] [raft.go:1295] ["3037d9ad26fb2231 has received 2 MsgPreVoteResp votes and 0 vote rejections"] [2024/05/06 22:08:22.661 +08:00] [INFO] [raft.go:719] ["3037d9ad26fb2231 became candidate at term 2"] [2024/05/06 22:08:22.661 +08:00] [INFO] [raft.go:830] ["3037d9ad26fb2231 received MsgVoteResp from 3037d9ad26fb2231 at term 2"] [2024/05/06 22:08:22.661 +08:00] [INFO] [raft.go:817] ["3037d9ad26fb2231 [logterm: 1, index: 3] sent MsgVote request to 1f01bdf364b8beaa at term 2"] [2024/05/06 22:08:22.661 +08:00] [INFO] [raft.go:817] ["3037d9ad26fb2231 [logterm: 1, index: 3] sent MsgVote request to 385a3ea8295f6f18 at term 2"] [2024/05/06 22:08:22.661 +08:00] [INFO] [raft.go:830] ["3037d9ad26fb2231 received MsgVoteResp from 1f01bdf364b8beaa at term 2"] [2024/05/06 22:08:22.661 +08:00] [INFO] [raft.go:1295] ["3037d9ad26fb2231 has received 2 MsgVoteResp votes and 0 vote rejections"] [2024/05/06 22:08:22.661 +08:00] [INFO] [raft.go:771] ["3037d9ad26fb2231 became leader at term 2"] [2024/05/06 22:08:22.661 +08:00] [INFO] [node.go:327] ["raft.node: 3037d9ad26fb2231 elected leader 3037d9ad26fb2231 at term 2"] [2024/05/06 22:08:22.662 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=3037d9ad26fb2231] [local-member-attributes="{Name:pd-0 ClientURLs:[http://127.0.0.1:2379]}"] [request-path=/0/members/3037d9ad26fb2231/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:08:22.662 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:08:22.662 +08:00] [INFO] [server.go:2639] ["setting up initial cluster version"] [cluster-version=3.4] [2024/05/06 22:08:22.662 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [cluster-version=3.4] [2024/05/06 22:08:22.662 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-0] [service-name=MetaStorage] [2024/05/06 22:08:22.662 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-0] [service-name=ResourceManager] [2024/05/06 22:08:22.662 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:08:22.662 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2379] [2024/05/06 22:08:22.662 +08:00] [INFO] [server.go:2671] ["cluster version is updated"] [cluster-version=3.4] [2024/05/06 22:08:22.667 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888250808439162] [2024/05/06 22:08:22.667 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-0\" member_id:3474484975246189105 peer_urls:\"http://127.0.0.1:2380\" client_urls:\"http://127.0.0.1:2379\" "] [root-path=/pd/7365888250808439162] [2024/05/06 22:08:22.671 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:08:22.671 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=3474484975246189105] [2024/05/06 22:08:22.672 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:08:22.673 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:08:22.673 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-0] [2024/05/06 22:08:22.673 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-0] [2024/05/06 22:08:22.673 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:08:22.674 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:08:22.674 +08:00] [INFO] [server.go:1703] ["start to campaign PD leader"] [campaign-leader-name=pd-0] [2024/05/06 22:08:22.674 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:08:22.674 +08:00] [INFO] [lease.go:66] ["lease granted"] [lease-id=2463908037324086029] [lease-timeout=3] [purpose="leader election"] [2024/05/06 22:08:22.675 +08:00] [INFO] [leadership.go:181] ["check campaign resp"] [resp="{\"header\":{\"cluster_id\":17849374191125529693,\"member_id\":3474484975246189105,\"revision\":12,\"raft_term\":2},\"succeeded\":true,\"responses\":[{\"Response\":{\"ResponsePut\":{\"header\":{\"revision\":12}}}}]}"] [2024/05/06 22:08:22.675 +08:00] [INFO] [leadership.go:190] ["write leaderData to leaderPath ok"] [leader-key=/pd/7365888250808439162/leader] [purpose="leader election"] [2024/05/06 22:08:22.675 +08:00] [INFO] [server.go:1729] ["campaign PD leader ok"] [campaign-leader-name=pd-0] [2024/05/06 22:08:22.675 +08:00] [INFO] [server.go:1737] ["initializing the global TSO allocator"] [2024/05/06 22:08:22.675 +08:00] [INFO] [tso.go:160] ["start to sync timestamp"] [] [2024/05/06 22:08:22.675 +08:00] [INFO] [lease.go:155] ["start lease keep alive worker"] [interval=1s] [purpose="leader election"] [2024/05/06 22:08:22.676 +08:00] [INFO] [tso.go:220] ["sync and save timestamp"] [] [last=0001/01/01 00:00:00.000 +00:00] [last-saved=0001/01/01 00:00:00.000 +00:00] [save=2024/05/06 22:08:25.675 +08:00] [next=2024/05/06 22:08:22.675 +08:00] [2024/05/06 22:08:22.677 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:08:22.677 +08:00] [INFO] [server.go:1769] ["triggering the leader callback functions"] [2024/05/06 22:08:22.677 +08:00] [ERROR] [manager.go:124] ["un-marshall controller config failed, fallback to default"] [error="unexpected end of JSON input"] [v=] [2024/05/06 22:08:22.679 +08:00] [INFO] [manager.go:185] ["resource group manager finishes initialization"] [2024/05/06 22:08:22.683 +08:00] [INFO] [id.go:174] ["idAllocator allocates a new id"] [new-end=1000] [new-base=0] [label=idalloc] [check-curr-end=true] [2024/05/06 22:08:22.683 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=0.0.0] [2024/05/06 22:08:22.683 +08:00] [INFO] [server.go:1803] ["PD leader is ready to serve"] [leader-name=pd-0] [2024/05/06 22:08:22.979 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:08:22.979 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:08:22.979 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:08:23.050 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:08:23.050 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:08:23.050 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:08:23.050 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:08:23.050 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:08:23.050 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:08:23.057 +08:00] [INFO] [server.go:712] ["try to bootstrap raft cluster"] [cluster-id=7365888250808439162] [request="header: store: region: peers: > "] [2024/05/06 22:08:23.057 +08:00] [INFO] [server.go:712] ["try to bootstrap raft cluster"] [cluster-id=7365888250808439162] [request="header: store: region: peers: > "] [2024/05/06 22:08:23.057 +08:00] [INFO] [server.go:712] ["try to bootstrap raft cluster"] [cluster-id=7365888250808439162] [request="header: store: region: peers: > "] [2024/05/06 22:08:23.058 +08:00] [INFO] [server.go:773] ["bootstrap cluster ok"] [cluster-id=7365888250808439162] [2024/05/06 22:08:23.058 +08:00] [WARN] [server.go:769] ["cluster already bootstrapped"] [cluster-id=7365888250808439162] [2024/05/06 22:08:23.058 +08:00] [WARN] [server.go:769] ["cluster already bootstrapped"] [cluster-id=7365888250808439162] [2024/05/06 22:08:23.060 +08:00] [INFO] [cluster.go:643] ["load stores"] [count=1] [cost=797.508µs] [2024/05/06 22:08:23.060 +08:00] [INFO] [cluster.go:654] ["load regions"] [count=1] [cost=60.425µs] [2024/05/06 22:08:23.061 +08:00] [INFO] [scheduling_controller.go:102] ["scheduling service is started"] [2024/05/06 22:08:23.061 +08:00] [INFO] [coordinator.go:407] ["coordinator starts to collect cluster information"] [2024/05/06 22:08:23.061 +08:00] [INFO] [cluster.go:416] ["memory info"] [total-mem=34359738368] [2024/05/06 22:08:23.061 +08:00] [INFO] [tuner.go:117] ["new gctuner"] [threshold=20615843020] [2024/05/06 22:08:23.061 +08:00] [INFO] [cluster.go:429] ["update gc tuner"] [enable-gc-tuner=false] [gc-threshold-bytes=20615843020] [2024/05/06 22:08:23.061 +08:00] [INFO] [memory_limit_tuner.go:50] [debug.SetMemoryLimit] [limit=9223372036854775807] [ret=9223372036854775807] [2024/05/06 22:08:23.061 +08:00] [INFO] [cluster.go:436] ["update gc memory limit"] [memory-limit-bytes=0] [memory-limit-gc-trigger-ratio=0.7] [2024/05/06 22:08:23.062 +08:00] [INFO] [keyspace.go:378] ["[keyspace] added region label for keyspace"] [keyspace-id=0] [label-rule="{\"id\":\"keyspaces/0\",\"index\":0,\"labels\":[{\"key\":\"id\",\"value\":\"0\"}],\"rule_type\":\"key-range\",\"data\":[{\"start_key\":\"7200000000000000fb\",\"end_key\":\"7200000100000000fb\"},{\"start_key\":\"7800000000000000fb\",\"end_key\":\"7800000100000000fb\"}]}"] [takes=572.349µs] [2024/05/06 22:08:23.065 +08:00] [INFO] [cluster.go:2180] ["cluster version changed"] [old-cluster-version=0.0.0] [new-cluster-version=8.2.0-alpha] [2024/05/06 22:08:23.066 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=3] [2024/05/06 22:08:23.066 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:3 address:\"127.0.0.1:20161\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20161\" status_address:\"127.0.0.1:20181\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004503 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:08:23.066 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:08:23.675 +08:00] [INFO] [server.go:1317] ["PD server config is updated"] [new="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"http://127.0.0.1:2382\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [old="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [2024/05/06 22:08:23.876 +08:00] [INFO] [server.go:211] ["establish sync region stream"] [requested-server=pd-1] [url=http://127.0.0.1:2382] [2024/05/06 22:08:23.877 +08:00] [INFO] [server.go:303] ["sync the history regions with server"] [server=pd-1] [from-index=0] [last-index=1] [records-length=1] [2024/05/06 22:08:23.877 +08:00] [INFO] [server.go:211] ["establish sync region stream"] [requested-server=pd-2] [url=http://127.0.0.1:2384] [2024/05/06 22:08:23.877 +08:00] [INFO] [server.go:303] ["sync the history regions with server"] [server=pd-2] [from-index=0] [last-index=1] [records-length=1] [2024/05/06 22:08:26.061 +08:00] [INFO] [prepare_checker.go:72] ["not loaded from storage region number is satisfied, finish prepare checker"] [not-from-storage-region=1] [total-region=1] [2024/05/06 22:08:26.061 +08:00] [INFO] [coordinator.go:410] ["coordinator has finished cluster information preparation"] [2024/05/06 22:08:26.061 +08:00] [INFO] [coordinator.go:420] ["coordinator starts to run schedulers"] [2024/05/06 22:08:26.061 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=1] [2024/05/06 22:08:26.061 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:1 address:\"127.0.0.1:20162\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20162\" status_address:\"127.0.0.1:20182\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004503 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:08:26.062 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:08:26.062 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:26.062 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=2] [2024/05/06 22:08:26.062 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:2 address:\"127.0.0.1:20160\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20160\" status_address:\"127.0.0.1:20180\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004503 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:08:26.062 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:08:26.062 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-leader-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:26.063 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-hot-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:26.063 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=evict-slow-store-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:26.065 +08:00] [INFO] [coordinator.go:536] ["scheduler config is updated"] [scheduler-config="[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}]"] [2024/05/06 22:08:26.065 +08:00] [INFO] [coordinator.go:276] ["coordinator begins to check suspect key ranges"] [2024/05/06 22:08:26.065 +08:00] [INFO] [coordinator.go:164] ["coordinator starts patrol regions"] [2024/05/06 22:08:26.065 +08:00] [INFO] [coordinator.go:340] ["coordinator begins to actively drive push operator"] [2024/05/06 22:08:26.076 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=4] [operator="\"labeler-split-region {split: region 4 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:4(1, 1), createAt:2024-05-06 22:08:26.076170598 +0800 CST m=+6.463092122, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:08:26.076 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=4] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:08:26.076 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=10] [peer-ids="[11]"] [2024/05/06 22:08:26.076 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=12] [peer-ids="[13]"] [2024/05/06 22:08:26.076 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=14] [peer-ids="[15]"] [2024/05/06 22:08:26.076 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16] [peer-ids="[17]"] [2024/05/06 22:08:26.077 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=4] [takes=1.707291ms] [operator="\"labeler-split-region {split: region 4 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:4(1, 1), createAt:2024-05-06 22:08:26.076170598 +0800 CST m=+6.463092122, startAt:2024-05-06 22:08:26.07628467 +0800 CST m=+6.463206195, currentStep:1, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:08:26.078 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=4] [detail="StartKey Changed:{} -> {7800000100000000FB}, EndKey:{}"] [old-version=1] [new-version=5] [2024/05/06 22:08:26.077 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=4] [origin="id:10 end_key:\"7200000000000000FB\" region_epoch: peers: id:12 start_key:\"7200000000000000FB\" end_key:\"7200000100000000FB\" region_epoch: peers: id:14 start_key:\"7200000100000000FB\" end_key:\"7800000000000000FB\" region_epoch: peers: id:16 start_key:\"7800000000000000FB\" end_key:\"7800000100000000FB\" region_epoch: peers:"] [total=4] [2024/05/06 22:08:27.064 +08:00] [INFO] [hot_region_config.go:490] ["query supported changed"] [last-query-support=false] [cluster-version=8.2.0-alpha] [config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"query\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"query\",\"byte\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"forbid-rw-type\":\"none\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [valid-config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"key\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"byte\",\"key\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [2024/05/06 22:08:32.664 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2379]"] [endpoints="[http://127.0.0.1:2379,http://127.0.0.1:2384,http://127.0.0.1:2382]"] [source=server-etcd-client] [2024/05/06 22:08:32.664 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2379]"] [endpoints="[http://127.0.0.1:2379,http://127.0.0.1:2384,http://127.0.0.1:2382]"] [source=election-etcd-client] [2024/05/06 22:08:33.061 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=3] [store-address=127.0.0.1:20161] [2024/05/06 22:08:33.062 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=1] [store-address=127.0.0.1:20162] [2024/05/06 22:08:33.063 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=2] [store-address=127.0.0.1:20160] [2024/05/06 22:08:36.072 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=16] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:16(5, 1), createAt:2024-05-06 22:08:36.072188639 +0800 CST m=+16.459110163, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 18 on store 1}, 1:{promote learner peer 18 on store 1 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:36.072 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 18 on store 1"] [source=create] [2024/05/06 22:08:36.072 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=4] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:4(5, 1), createAt:2024-05-06 22:08:36.072369413 +0800 CST m=+16.459290937, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{add learner peer 19 on store 1}, 1:{promote learner peer 19 on store 1 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:36.072 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=4] [step="add learner peer 19 on store 1"] [source=create] [2024/05/06 22:08:36.072 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=10] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:10(5, 1), createAt:2024-05-06 22:08:36.072444333 +0800 CST m=+16.459365857, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 20 on store 2}, 1:{promote learner peer 20 on store 2 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:36.072 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 20 on store 2"] [source=create] [2024/05/06 22:08:36.072 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=12] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:12(5, 1), createAt:2024-05-06 22:08:36.072511408 +0800 CST m=+16.459432932, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 21 on store 1}, 1:{promote learner peer 21 on store 1 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:36.072 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 21 on store 1"] [source=create] [2024/05/06 22:08:36.072 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:14(5, 1), createAt:2024-05-06 22:08:36.072579201 +0800 CST m=+16.459500725, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 22 on store 1}, 1:{promote learner peer 22 on store 1 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:36.072 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 22 on store 1"] [source=create] [2024/05/06 22:08:36.073 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=4] [step="add learner peer 19 on store 1"] [source=heartbeat] [2024/05/06 22:08:36.073 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=4] [detail="Add peer:{id:19 store_id:1 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:36.073 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 20 on store 2"] [source=heartbeat] [2024/05/06 22:08:36.073 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Add peer:{id:20 store_id:2 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:36.074 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 21 on store 1"] [source=heartbeat] [2024/05/06 22:08:36.074 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Add peer:{id:21 store_id:1 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:36.074 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 22 on store 1"] [source=heartbeat] [2024/05/06 22:08:36.074 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Add peer:{id:22 store_id:1 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:36.074 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 18 on store 1"] [source=heartbeat] [2024/05/06 22:08:36.074 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Add peer:{id:18 store_id:1 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:36.082 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="promote learner peer 18 on store 1 to voter"] [source=heartbeat] [2024/05/06 22:08:36.082 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="promote learner peer 20 on store 2 to voter"] [source=heartbeat] [2024/05/06 22:08:36.082 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="promote learner peer 21 on store 1 to voter"] [source=heartbeat] [2024/05/06 22:08:36.082 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=4] [step="promote learner peer 19 on store 1 to voter"] [source=heartbeat] [2024/05/06 22:08:36.082 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="promote learner peer 22 on store 1 to voter"] [source=heartbeat] [2024/05/06 22:08:36.082 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Remove peer:{id:18 store_id:1 role:Learner },Add peer:{id:18 store_id:1 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:36.082 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=16] [takes=10.542776ms] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:16(5, 1), createAt:2024-05-06 22:08:36.072188639 +0800 CST m=+16.459110163, startAt:2024-05-06 22:08:36.072296928 +0800 CST m=+16.459218452, currentStep:2, size:1, steps:[0:{add learner peer 18 on store 1}, 1:{promote learner peer 18 on store 1 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:36.082 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Remove peer:{id:20 store_id:2 role:Learner },Add peer:{id:20 store_id:2 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:36.082 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=10] [takes=10.524603ms] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:10(5, 1), createAt:2024-05-06 22:08:36.072444333 +0800 CST m=+16.459365857, startAt:2024-05-06 22:08:36.072468965 +0800 CST m=+16.459390489, currentStep:2, size:1, steps:[0:{add learner peer 20 on store 2}, 1:{promote learner peer 20 on store 2 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:36.083 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=4] [takes=10.671565ms] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:4(5, 1), createAt:2024-05-06 22:08:36.072369413 +0800 CST m=+16.459290937, startAt:2024-05-06 22:08:36.072399041 +0800 CST m=+16.459320565, currentStep:2, size:0, steps:[0:{add learner peer 19 on store 1}, 1:{promote learner peer 19 on store 1 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:36.083 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=4] [detail="Remove peer:{id:19 store_id:1 role:Learner },Add peer:{id:19 store_id:1 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:36.083 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Remove peer:{id:21 store_id:1 role:Learner },Add peer:{id:21 store_id:1 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:36.083 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=12] [takes=10.653344ms] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:12(5, 1), createAt:2024-05-06 22:08:36.072511408 +0800 CST m=+16.459432932, startAt:2024-05-06 22:08:36.072534743 +0800 CST m=+16.459456267, currentStep:2, size:1, steps:[0:{add learner peer 21 on store 1}, 1:{promote learner peer 21 on store 1 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:36.083 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=10.684485ms] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:14(5, 1), createAt:2024-05-06 22:08:36.072579201 +0800 CST m=+16.459500725, startAt:2024-05-06 22:08:36.072602789 +0800 CST m=+16.459524313, currentStep:2, size:1, steps:[0:{add learner peer 22 on store 1}, 1:{promote learner peer 22 on store 1 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:36.083 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Remove peer:{id:22 store_id:1 role:Learner },Add peer:{id:22 store_id:1 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:36.093 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=10] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:10(5, 3), createAt:2024-05-06 22:08:36.093040157 +0800 CST m=+16.479961680, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 23 on store 1}, 1:{promote learner peer 23 on store 1 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:36.093 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 23 on store 1"] [source=create] [2024/05/06 22:08:36.093 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=12] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:12(5, 3), createAt:2024-05-06 22:08:36.093164376 +0800 CST m=+16.480085900, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 24 on store 2}, 1:{promote learner peer 24 on store 2 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:36.093 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 24 on store 2"] [source=create] [2024/05/06 22:08:36.093 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:14(5, 3), createAt:2024-05-06 22:08:36.093240895 +0800 CST m=+16.480162512, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 25 on store 2}, 1:{promote learner peer 25 on store 2 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:36.093 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 25 on store 2"] [source=create] [2024/05/06 22:08:36.093 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=16] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:16(5, 3), createAt:2024-05-06 22:08:36.093338816 +0800 CST m=+16.480260341, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 26 on store 2}, 1:{promote learner peer 26 on store 2 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:36.093 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 26 on store 2"] [source=create] [2024/05/06 22:08:36.093 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=4] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:4(5, 3), createAt:2024-05-06 22:08:36.093431861 +0800 CST m=+16.480353386, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 27 on store 2}, 1:{promote learner peer 27 on store 2 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:36.093 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=4] [step="add learner peer 27 on store 2"] [source=create] [2024/05/06 22:08:36.093 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 23 on store 1"] [source=heartbeat] [2024/05/06 22:08:36.093 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Add peer:{id:23 store_id:1 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:36.093 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 24 on store 2"] [source=heartbeat] [2024/05/06 22:08:36.093 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Add peer:{id:24 store_id:2 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:36.093 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 25 on store 2"] [source=heartbeat] [2024/05/06 22:08:36.093 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 26 on store 2"] [source=heartbeat] [2024/05/06 22:08:36.094 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Add peer:{id:25 store_id:2 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:36.094 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Add peer:{id:26 store_id:2 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:36.094 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=4] [step="add learner peer 27 on store 2"] [source=heartbeat] [2024/05/06 22:08:36.094 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=4] [detail="Add peer:{id:27 store_id:2 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:36.096 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="promote learner peer 23 on store 1 to voter"] [source=heartbeat] [2024/05/06 22:08:36.096 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="promote learner peer 24 on store 2 to voter"] [source=heartbeat] [2024/05/06 22:08:36.096 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="promote learner peer 25 on store 2 to voter"] [source=heartbeat] [2024/05/06 22:08:36.096 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Remove peer:{id:23 store_id:1 role:Learner },Add peer:{id:23 store_id:1 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:36.096 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=10] [takes=3.872929ms] [operator="\"add-rule-peer {add peer: store [1]} (kind:replica,region, region:10(5, 3), createAt:2024-05-06 22:08:36.093040157 +0800 CST m=+16.479961680, startAt:2024-05-06 22:08:36.09309313 +0800 CST m=+16.480014654, currentStep:2, size:1, steps:[0:{add learner peer 23 on store 1}, 1:{promote learner peer 23 on store 1 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:36.097 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=4] [step="promote learner peer 27 on store 2 to voter"] [source=heartbeat] [2024/05/06 22:08:36.097 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="promote learner peer 26 on store 2 to voter"] [source=heartbeat] [2024/05/06 22:08:36.097 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Remove peer:{id:24 store_id:2 role:Learner },Add peer:{id:24 store_id:2 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:36.097 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=12] [takes=4.18632ms] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:12(5, 3), createAt:2024-05-06 22:08:36.093164376 +0800 CST m=+16.480085900, startAt:2024-05-06 22:08:36.093193906 +0800 CST m=+16.480115431, currentStep:2, size:1, steps:[0:{add learner peer 24 on store 2}, 1:{promote learner peer 24 on store 2 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:36.097 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Remove peer:{id:25 store_id:2 role:Learner },Add peer:{id:25 store_id:2 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:36.097 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=4.251588ms] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:14(5, 3), createAt:2024-05-06 22:08:36.093240895 +0800 CST m=+16.480162512, startAt:2024-05-06 22:08:36.093276082 +0800 CST m=+16.480197610, currentStep:2, size:1, steps:[0:{add learner peer 25 on store 2}, 1:{promote learner peer 25 on store 2 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:36.097 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=4] [takes=4.178066ms] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:4(5, 3), createAt:2024-05-06 22:08:36.093431861 +0800 CST m=+16.480353386, startAt:2024-05-06 22:08:36.093462491 +0800 CST m=+16.480384020, currentStep:2, size:1, steps:[0:{add learner peer 27 on store 2}, 1:{promote learner peer 27 on store 2 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:36.097 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=4] [detail="Remove peer:{id:27 store_id:2 role:Learner },Add peer:{id:27 store_id:2 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:36.097 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=16] [takes=4.462239ms] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:16(5, 3), createAt:2024-05-06 22:08:36.093338816 +0800 CST m=+16.480260341, startAt:2024-05-06 22:08:36.093378167 +0800 CST m=+16.480299691, currentStep:2, size:1, steps:[0:{add learner peer 26 on store 2}, 1:{promote learner peer 26 on store 2 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:36.097 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Remove peer:{id:26 store_id:2 role:Learner },Add peer:{id:26 store_id:2 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:09:23.062 +08:00] [INFO] [cluster.go:570] ["sync the store config successful"] [store-address=127.0.0.1:20181] [store-config="{\n \"coprocessor\": {\n \"region-max-size\": \"144MiB\",\n \"region-split-size\": \"96MiB\",\n \"region-max-keys\": 1440000,\n \"region-split-keys\": 960000,\n \"enable-region-bucket\": false,\n \"region-bucket-size\": \"50MiB\"\n },\n \"storage\": {\n \"engine\": \"raft-kv\"\n }\n}"] [old-config="{\n \"coprocessor\": {\n \"region-max-size\": \"\",\n \"region-split-size\": \"\",\n \"region-max-keys\": 0,\n \"region-split-keys\": 0,\n \"enable-region-bucket\": false,\n \"region-bucket-size\": \"\"\n },\n \"storage\": {\n \"engine\": \"\"\n }\n}"] [2024/05/06 22:09:23.064 +08:00] [INFO] [cluster.go:506] ["store config is updated"] ==> ./pd3.log <== [2024/05/06 22:08:19.653 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:08:19.653 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:08:19.653 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:08:19.653 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:08:19.653 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:08:19.653 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:08:19.653 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:08:19.653 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:08:19.653 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2384\",\"peer-urls\":\"http://127.0.0.1:2383\",\"advertise-client-urls\":\"http://127.0.0.1:2384\",\"advertise-peer-urls\":\"http://127.0.0.1:2383\",\"name\":\"pd-2\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-2/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-2\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:08:19.657 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:08:19.657 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:08:19.657 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:08:19.657 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:08:19.658 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:08:19.658 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:08:19.658 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-2] [service-name=MetaStorage] [2024/05/06 22:08:19.658 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:08:19.658 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-2] [service-name=ResourceManager] [2024/05/06 22:08:19.659 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:08:19.659 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:19.659 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:08:19.659 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2384]"] [2024/05/06 22:08:19.659 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:08:19.659 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=52] [max-cpu-available=52] [member-initialized=false] [name=pd-2] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2383]"] [listen-peer-urls="[http://127.0.0.1:2383]"] [advertise-client-urls="[http://127.0.0.1:2384]"] [listen-client-urls="[http://127.0.0.1:2384]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:08:19.659 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:08:19.659 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap/db] [took=279.841µs] [2024/05/06 22:08:21.661 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=385a3ea8295f6f18] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:08:21.661 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=()"] [2024/05/06 22:08:21.661 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 0"] [2024/05/06 22:08:21.661 +08:00] [INFO] [raft.go:389] ["newRaft 385a3ea8295f6f18 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:08:21.661 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 1"] [2024/05/06 22:08:21.661 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:08:21.661 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:08:21.662 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:21.662 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:08:21.662 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:08:21.662 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:21.662 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:21.663 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:21.663 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:21.664 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:21.664 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [remote-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:21.664 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:21.664 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:21.664 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:21.664 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:21.665 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:21.665 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:21.665 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:21.665 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:21.665 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:21.665 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:21.665 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [remote-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:21.665 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=385a3ea8295f6f18] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:08:21.666 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:21.666 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:21.666 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:08:21.666 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:08:21.666 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:08:21.666 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:08:21.666 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:21.666 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:21.666 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:21.666 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:21.666 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:21.666 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:21.666 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=3037d9ad26fb2231] [2024/05/06 22:08:21.666 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:21.666 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:21.667 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=385a3ea8295f6f18] [initial-advertise-peer-urls="[http://127.0.0.1:2383]"] [listen-peer-urls="[http://127.0.0.1:2383]"] [advertise-client-urls="[http://127.0.0.1:2384]"] [listen-client-urls="[http://127.0.0.1:2384]"] [listen-metrics-urls="[]"] [2024/05/06 22:08:21.667 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2383] [2024/05/06 22:08:21.668 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream Message"] [2024/05/06 22:08:21.668 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:21.668 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:21.668 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:21.668 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:21.668 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:21.668 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream Message"] [2024/05/06 22:08:21.668 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:21.716 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=385a3ea8295f6f18] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:08:22.661 +08:00] [INFO] [raft.go:966] ["385a3ea8295f6f18 [logterm: 1, index: 3, vote: 0] cast MsgPreVote for 3037d9ad26fb2231 [logterm: 1, index: 3] at term 1"] [2024/05/06 22:08:22.661 +08:00] [INFO] [raft.go:865] ["385a3ea8295f6f18 [term: 1] received a MsgVote message with higher term from 3037d9ad26fb2231 [term: 2]"] [2024/05/06 22:08:22.661 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 2"] [2024/05/06 22:08:22.661 +08:00] [INFO] [raft.go:966] ["385a3ea8295f6f18 [logterm: 1, index: 3, vote: 0] cast MsgVote for 3037d9ad26fb2231 [logterm: 1, index: 3] at term 2"] [2024/05/06 22:08:22.661 +08:00] [INFO] [node.go:327] ["raft.node: 385a3ea8295f6f18 elected leader 3037d9ad26fb2231 at term 2"] [2024/05/06 22:08:22.662 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=385a3ea8295f6f18] [local-member-attributes="{Name:pd-2 ClientURLs:[http://127.0.0.1:2384]}"] [request-path=/0/members/385a3ea8295f6f18/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:08:22.662 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:08:22.662 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [cluster-version=3.4] [2024/05/06 22:08:22.662 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:08:22.663 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-2] [service-name=MetaStorage] [2024/05/06 22:08:22.663 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-2] [service-name=ResourceManager] [2024/05/06 22:08:22.663 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2384] [2024/05/06 22:08:22.668 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888250808439162] [2024/05/06 22:08:22.668 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-2\" member_id:4060626905997471512 peer_urls:\"http://127.0.0.1:2383\" client_urls:\"http://127.0.0.1:2384\" "] [root-path=/pd/7365888250808439162] [2024/05/06 22:08:22.671 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:08:22.671 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=4060626905997471512] [2024/05/06 22:08:22.672 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:08:22.673 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:08:22.673 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-2] [2024/05/06 22:08:22.673 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-2] [2024/05/06 22:08:22.673 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:08:22.674 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:08:22.674 +08:00] [INFO] [server.go:1691] ["skip campaigning of pd leader and check later"] [server-name=pd-2] [etcd-leader-id=3474484975246189105] [member-id=4060626905997471512] [2024/05/06 22:08:22.674 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:08:22.876 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:08:22.876 +08:00] [INFO] [server.go:1662] ["start to watch pd leader"] [pd-leader="name:\"pd-0\" member_id:3474484975246189105 peer_urls:\"http://127.0.0.1:2380\" client_urls:\"http://127.0.0.1:2379\" "] [2024/05/06 22:08:22.876 +08:00] [INFO] [client.go:104] ["region syncer start load region"] [2024/05/06 22:08:22.876 +08:00] [INFO] [client.go:107] ["region syncer finished load regions"] [time-cost=185.03µs] [2024/05/06 22:08:22.876 +08:00] [INFO] [leadership.go:317] ["watch channel is created"] [revision=12] [leader-key=/pd/7365888250808439162/leader] [purpose="leader election"] [2024/05/06 22:08:22.876 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-2] [leader=pd-0] [request-index=0] [2024/05/06 22:08:22.877 +08:00] [ERROR] [client.go:162] ["region sync with leader meet error"] [error="[PD:grpc:ErrGRPCRecv]receive response error: rpc error: code = Unavailable desc = server not started"] [2024/05/06 22:08:23.877 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-2] [leader=pd-0] [request-index=0] [2024/05/06 22:08:32.664 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2384]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2379,http://127.0.0.1:2382]"] [source=server-etcd-client] [2024/05/06 22:08:32.664 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2384]"] [endpoints="[http://127.0.0.1:2379,http://127.0.0.1:2384,http://127.0.0.1:2382]"] [source=election-etcd-client] ==> ./pd2.log <== [2024/05/06 22:08:19.650 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:08:19.650 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:08:19.650 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:08:19.650 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:08:19.650 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:08:19.650 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:08:19.650 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:08:19.650 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:08:19.650 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2382\",\"peer-urls\":\"http://127.0.0.1:2381\",\"advertise-client-urls\":\"http://127.0.0.1:2382\",\"advertise-peer-urls\":\"http://127.0.0.1:2381\",\"name\":\"pd-1\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-1/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-1\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:08:19.654 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:08:19.654 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:08:19.654 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:08:19.654 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:08:19.655 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:08:19.655 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:08:19.656 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:08:19.656 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-1] [service-name=ResourceManager] [2024/05/06 22:08:19.656 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-1] [service-name=MetaStorage] [2024/05/06 22:08:19.656 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:08:19.656 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:19.656 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:08:19.656 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2382]"] [2024/05/06 22:08:19.656 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:08:19.656 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=52] [max-cpu-available=52] [member-initialized=false] [name=pd-1] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2381]"] [listen-peer-urls="[http://127.0.0.1:2381]"] [advertise-client-urls="[http://127.0.0.1:2382]"] [listen-client-urls="[http://127.0.0.1:2382]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:08:19.656 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:08:19.657 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap/db] [took=499.684µs] [2024/05/06 22:08:21.659 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=1f01bdf364b8beaa] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:08:21.660 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=()"] [2024/05/06 22:08:21.660 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 0"] [2024/05/06 22:08:21.660 +08:00] [INFO] [raft.go:389] ["newRaft 1f01bdf364b8beaa [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:08:21.660 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 1"] [2024/05/06 22:08:21.660 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:08:21.660 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:08:21.660 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:21.661 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:08:21.661 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:08:21.662 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:21.662 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:21.662 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:21.662 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:21.662 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:21.662 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [remote-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:21.662 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:21.662 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:21.662 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:21.662 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:21.662 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:21.662 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:21.662 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:21.662 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [remote-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:21.662 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:21.662 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:21.662 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=1f01bdf364b8beaa] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:08:21.662 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:08:21.662 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:08:21.662 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:08:21.662 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:08:21.663 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:21.663 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:21.663 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:21.663 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:21.663 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:21.663 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:21.664 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2381] [2024/05/06 22:08:21.664 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=1f01bdf364b8beaa] [initial-advertise-peer-urls="[http://127.0.0.1:2381]"] [listen-peer-urls="[http://127.0.0.1:2381]"] [advertise-client-urls="[http://127.0.0.1:2382]"] [listen-client-urls="[http://127.0.0.1:2382]"] [listen-metrics-urls="[]"] [2024/05/06 22:08:21.665 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream Message"] [2024/05/06 22:08:21.665 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=3037d9ad26fb2231] [2024/05/06 22:08:21.665 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:21.665 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream Message"] [2024/05/06 22:08:21.665 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=385a3ea8295f6f18] [2024/05/06 22:08:21.665 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:21.666 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:21.666 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:21.666 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:21.666 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:21.666 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:21.666 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:21.668 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:21.668 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:21.713 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=1f01bdf364b8beaa] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:08:22.660 +08:00] [INFO] [raft.go:966] ["1f01bdf364b8beaa [logterm: 1, index: 3, vote: 0] cast MsgPreVote for 3037d9ad26fb2231 [logterm: 1, index: 3] at term 1"] [2024/05/06 22:08:22.661 +08:00] [INFO] [raft.go:865] ["1f01bdf364b8beaa [term: 1] received a MsgVote message with higher term from 3037d9ad26fb2231 [term: 2]"] [2024/05/06 22:08:22.661 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 2"] [2024/05/06 22:08:22.661 +08:00] [INFO] [raft.go:966] ["1f01bdf364b8beaa [logterm: 1, index: 3, vote: 0] cast MsgVote for 3037d9ad26fb2231 [logterm: 1, index: 3] at term 2"] [2024/05/06 22:08:22.661 +08:00] [INFO] [node.go:327] ["raft.node: 1f01bdf364b8beaa elected leader 3037d9ad26fb2231 at term 2"] [2024/05/06 22:08:22.662 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=1f01bdf364b8beaa] [local-member-attributes="{Name:pd-1 ClientURLs:[http://127.0.0.1:2382]}"] [request-path=/0/members/1f01bdf364b8beaa/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:08:22.662 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:08:22.662 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-1] [service-name=MetaStorage] [2024/05/06 22:08:22.662 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-1] [service-name=ResourceManager] [2024/05/06 22:08:22.662 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [cluster-version=3.4] [2024/05/06 22:08:22.662 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:08:22.662 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2382] [2024/05/06 22:08:22.666 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888250808439162] [2024/05/06 22:08:22.666 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-1\" member_id:2234275743217008298 peer_urls:\"http://127.0.0.1:2381\" client_urls:\"http://127.0.0.1:2382\" "] [root-path=/pd/7365888250808439162] [2024/05/06 22:08:22.670 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:08:22.671 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=2234275743217008298] [2024/05/06 22:08:22.671 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:08:22.672 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:08:22.672 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-1] [2024/05/06 22:08:22.672 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-1] [2024/05/06 22:08:22.672 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:08:22.673 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:08:22.673 +08:00] [INFO] [server.go:1691] ["skip campaigning of pd leader and check later"] [server-name=pd-1] [etcd-leader-id=3474484975246189105] [member-id=2234275743217008298] [2024/05/06 22:08:22.674 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:08:22.875 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:08:22.875 +08:00] [INFO] [server.go:1662] ["start to watch pd leader"] [pd-leader="name:\"pd-0\" member_id:3474484975246189105 peer_urls:\"http://127.0.0.1:2380\" client_urls:\"http://127.0.0.1:2379\" "] [2024/05/06 22:08:22.875 +08:00] [INFO] [client.go:104] ["region syncer start load region"] [2024/05/06 22:08:22.876 +08:00] [INFO] [client.go:107] ["region syncer finished load regions"] [time-cost=44.097µs] [2024/05/06 22:08:22.876 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-1] [leader=pd-0] [request-index=0] [2024/05/06 22:08:22.876 +08:00] [INFO] [leadership.go:317] ["watch channel is created"] [revision=12] [leader-key=/pd/7365888250808439162/leader] [purpose="leader election"] [2024/05/06 22:08:22.876 +08:00] [ERROR] [client.go:162] ["region sync with leader meet error"] [error="[PD:grpc:ErrGRPCRecv]receive response error: rpc error: code = Unavailable desc = server not started"] [2024/05/06 22:08:23.876 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-1] [leader=pd-0] [request-index=0] [2024/05/06 22:08:24.839 +08:00] [INFO] [dbstore.go:33] ["Dashboard initializing local storage file"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/dashboard.sqlite.db] [2024/05/06 22:08:24.849 +08:00] [INFO] [version.go:33] ["TiDB Dashboard started"] [internal-version=8.0.0-9768844f] [standalone=No] [pd-version=v8.2.0-alpha-15-gf83febabe] [build-time="2024-05-06 08:48:58"] [build-git-hash=9768844ff5d7] [2024/05/06 22:08:24.849 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:40763] [remotes="[]"] [2024/05/06 22:08:24.849 +08:00] [INFO] [manager.go:201] ["dashboard server is started"] [2024/05/06 22:08:24.849 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:32813] [remotes="[]"] [2024/05/06 22:08:24.850 +08:00] [WARN] [dynamic_config_manager.go:165] ["Dynamic config does not exist in etcd"] [2024/05/06 22:08:24.854 +08:00] [INFO] [manager.go:74] ["Key visual service is started"] [2024/05/06 22:08:32.664 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2382]"] [endpoints="[http://127.0.0.1:2379,http://127.0.0.1:2384,http://127.0.0.1:2382]"] [source=election-etcd-client] [2024/05/06 22:08:32.664 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2382]"] [endpoints="[http://127.0.0.1:2379,http://127.0.0.1:2384,http://127.0.0.1:2382]"] [source=server-etcd-client] + find . -name 'tikv*.log' -type f -exec tail -n 500 '{}' + ==> ./tikv3.log <== [2024/05/06 22:08:19.619 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={51, 17, 23, 57, 63, 64, 68, 59, 15, 31, 53, 61, 30, 25, 34, 70, 1, 47, 60, 66, 7, 67, 55, 11, 35, 24, 71, 13, 5, 65, 69, 9, 3, 21, 28, 27, 36, 37, 41, 45, 58, 26, 62, 0, 43, 19, 29, 22, 32, 33, 39, 49}"] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 4096, expect 32768"] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:08:19.621 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:19.622 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:08:19.622 +08:00] [INFO] [] ["subchannel 0x7f8e58e4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f8e58eafb20, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f8e58e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f8e58ed2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004499.622142173\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:08:19.622 +08:00] [INFO] [] ["subchannel 0x7f8e58e4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f8e58eafb20, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f8e58e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f8e58ed2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.622 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:19.622 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.622 +08:00] [INFO] [] ["subchannel 0x7f8e58e4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f8e58eafb20, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f8e58e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f8e58ed2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004499.622770337\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:08:19.622 +08:00] [INFO] [] ["subchannel 0x7f8e58e4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f8e58eafb20, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f8e58e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f8e58ed2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.622 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.622 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:19.623 +08:00] [INFO] [] ["subchannel 0x7f8e58e4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f8e58eafb20, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f8e58e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f8e58ed2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004499.623102103\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:08:19.623 +08:00] [INFO] [] ["subchannel 0x7f8e58e4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f8e58eafb20, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f8e58e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f8e58ed2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.623 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:19.623 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:08:19.924 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:21.925 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:21.925 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:22.664 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:22.967 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:22.968 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:22.969 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:22.970 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:22.970 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:22.971 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:22.971 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:08:22.971 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888250808439162] [thread_id=1] [2024/05/06 22:08:22.972 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:22.972 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:22.974 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20182] [thread_id=1] [2024/05/06 22:08:22.975 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:08:22.976 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180042/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180041/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180040/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180039/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180038/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180037/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180036/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180035/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180034/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/154717/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113131/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113130/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113129/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113128/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113127/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113126/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113125/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/347216/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/347216/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data] [thread_id=1] [2024/05/06 22:08:22.976 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data] [thread_id=1] [2024/05/06 22:08:22.977 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180042/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180041/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180040/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180039/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180038/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180037/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180036/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180035/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180034/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/154717/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113131/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113130/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113129/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113128/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113127/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113126/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113125/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/347216/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/347216/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft] [thread_id=1] [2024/05/06 22:08:22.977 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft] [thread_id=1] [2024/05/06 22:08:22.977 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv3.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20162\",\"advertise-addr\":\"127.0.0.1:20162\",\"status-addr\":\"127.0.0.1:20182\",\"advertise-status-addr\":\"127.0.0.1:20182\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:08:22.978 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:08:22.979 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=18] [2024/05/06 22:08:22.979 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:08:22.979 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=18] [2024/05/06 22:08:22.979 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=1ms] [thread_id=17] [2024/05/06 22:08:22.979 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=18] [2024/05/06 22:08:22.985 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:08:22.985 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:08:22.985 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 203.708µs"] [thread_id=1] [2024/05/06 22:08:23.046 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:08:23.048 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:08:23.048 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:08:23.049 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/log-backup-temp] [thread_id=1] [2024/05/06 22:08:23.049 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=74] [2024/05/06 22:08:23.050 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:08:23.050 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:08:23.050 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:08:23.050 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=73] [2024/05/06 22:08:23.050 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:08:23.050 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=74] [2024/05/06 22:08:23.057 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 5 region_epoch { conf_ver: 1 version: 1 } peers { id: 7 store_id: 1 }"] [store_id=1] [thread_id=1] [2024/05/06 22:08:23.058 +08:00] [ERROR] [raft_server.rs:426] ["bootstrap cluster"] [err_code=KV:Pd:Unknown] [err="Other(\"[components/pd_client/src/util.rs:952]: [PD:etcd:ErrEtcdTxnConflict]etcd transaction failed, conflicted and rolled back\")"] [cluster_id=7365888250808439162] [thread_id=1] [2024/05/06 22:08:26.059 +08:00] [INFO] [raft_server.rs:416] ["cluster is already bootstrapped"] [cluster_id=7365888250808439162] [thread_id=1] [2024/05/06 22:08:26.059 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 1 address: \"127.0.0.1:20162\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20162\" status_address: \"127.0.0.1:20182\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004503 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:08:26.062 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=1] [status=Some()] [thread_id=1] [2024/05/06 22:08:26.062 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=2] [thread_id=1] [2024/05/06 22:08:26.062 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=3] [thread_id=1] [2024/05/06 22:08:26.062 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:08:26.062 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=1] [thread_id=1] [2024/05/06 22:08:26.063 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:08:26.066 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:08:26.066 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=48.308µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=0] [store_id=1] [thread_id=1] [2024/05/06 22:08:26.066 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=35.151µs] [garbage_range_count=1] [store_id=1] [thread_id=1] [2024/05/06 22:08:26.068 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:08:26.068 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:08:26.068 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:08:26.072 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:08:26.072 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:08:26.072 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:08:26.074 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=17] [2024/05/06 22:08:26.074 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20162] [thread_id=1] [2024/05/06 22:08:26.074 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=17] [2024/05/06 22:08:26.079 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:36.069 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:36.075 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(3)] [thread_id=7] [2024/05/06 22:08:36.075 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=3] [create_by_peer_id=9] [store_id=1] [peer_id=19] [region_id=4] [thread_id=102] [2024/05/06 22:08:36.075 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=4] [thread_id=102] [2024/05/06 22:08:36.075 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=19] [region_id=4] [thread_id=102] [2024/05/06 22:08:36.075 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=19] [region_id=4] [thread_id=102] [2024/05/06 22:08:36.075 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 19."] [id=19] [raft_id=19] [region_id=4] [thread_id=102] [2024/05/06 22:08:36.075 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=3] [create_by_peer_id=13] [store_id=1] [peer_id=21] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.075 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.075 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=21] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.075 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=21] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.075 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 21."] [id=21] [raft_id=21] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.075 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=3] [create_by_peer_id=15] [store_id=1] [peer_id=22] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.075 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.076 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=22] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.076 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=22] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.076 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 22."] [id=22] [raft_id=22] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.076 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=3] [create_by_peer_id=17] [store_id=1] [peer_id=18] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.076 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.076 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=18] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.076 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=18] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.076 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 18."] [id=18] [raft_id=18] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.076 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 9"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=9] [raft_id=19] [region_id=4] [thread_id=101] [2024/05/06 22:08:36.076 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=19] [region_id=4] [thread_id=101] [2024/05/06 22:08:36.076 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 13"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=13] [raft_id=21] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.076 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=21] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.076 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 15"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=15] [raft_id=22] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.076 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=22] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.076 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 17"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=17] [raft_id=18] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.076 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=18] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.077 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20161] [store_id=3] [thread_id=71] [2024/05/06 22:08:36.077 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=3] [addr=127.0.0.1:20161] [thread_id=71] [2024/05/06 22:08:36.077 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=4] [cost=740.607µs] [addr=127.0.0.1:20161] [store_id=3] [thread_id=71] [2024/05/06 22:08:36.080 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=133] [2024/05/06 22:08:36.080 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=131] [2024/05/06 22:08:36.080 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_12_6_7_(default|lock|write).sst] [snap_key=12_6_7] [thread_id=133] [2024/05/06 22:08:36.080 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_16_6_7_(default|lock|write).sst] [snap_key=16_6_7] [thread_id=131] [2024/05/06 22:08:36.080 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=130] [2024/05/06 22:08:36.080 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_14_6_7_(default|lock|write).sst] [snap_key=14_6_7] [thread_id=130] [2024/05/06 22:08:36.080 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=129] [2024/05/06 22:08:36.080 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_4_6_8_(default|lock|write).sst] [snap_key=4_6_8] [thread_id=129] [2024/05/06 22:08:36.081 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=448.215µs] [snap_key=16_6_7] [thread_id=131] [2024/05/06 22:08:36.081 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=18] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.081 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=555.299µs] [snap_key=12_6_7] [thread_id=133] [2024/05/06 22:08:36.081 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }, learners: {18}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.081 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=18] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.081 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=18] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.081 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=18] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.081 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=390.799µs] [snap_key=14_6_7] [thread_id=130] [2024/05/06 22:08:36.081 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=21] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.081 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {21}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.081 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=21] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.081 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=21] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.081 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=21] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.081 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 3 } peers { id: 18 store_id: 1 role: Learner }"] [peer_id=18] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.081 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 3 } peers { id: 21 store_id: 1 role: Learner }"] [peer_id=21] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.081 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=404.409µs] [snap_key=4_6_8] [thread_id=129] [2024/05/06 22:08:36.081 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=22] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.081 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 8, term: 6]"] [snapshot_term=6] [snapshot_index=8] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=19] [region_id=4] [thread_id=102] [2024/05/06 22:08:36.081 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {22}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.081 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=22] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.081 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=22] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.081 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=22] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.081 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9} }, outgoing: Configuration { voters: {} } }, learners: {19}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=4] [thread_id=102] [2024/05/06 22:08:36.081 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=8] [last_term=6] [last_index=8] [commit=8] [raft_id=19] [region_id=4] [thread_id=102] [2024/05/06 22:08:36.081 +08:00] [INFO] [raft.rs:2549] ["[commit: 8, term: 6] restored snapshot [index: 8, term: 6]"] [snapshot_term=6] [snapshot_index=8] [commit=8] [term=6] [raft_id=19] [region_id=4] [thread_id=102] [2024/05/06 22:08:36.081 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=19] [region_id=4] [thread_id=102] [2024/05/06 22:08:36.081 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 3 } peers { id: 22 store_id: 1 role: Learner }"] [peer_id=22] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.081 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 8 truncated_state { index: 8 term: 6 }"] [region="id: 4 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 3 } peers { id: 19 store_id: 1 role: Learner }"] [peer_id=19] [region_id=4] [thread_id=102] [2024/05/06 22:08:36.081 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 3 } peers { id: 18 store_id: 1 role: Learner }"] [peer_id=18] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.081 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=18] [region_id=16] [thread_id=80] [2024/05/06 22:08:36.081 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 4 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 3 } peers { id: 19 store_id: 1 role: Learner }"] [peer_id=19] [region_id=4] [thread_id=101] [2024/05/06 22:08:36.081 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 3 } peers { id: 21 store_id: 1 role: Learner }"] [peer_id=21] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.081 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 3 } peers { id: 22 store_id: 1 role: Learner }"] [peer_id=22] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.081 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:36.081 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=57.104µs] [region_id=16] [thread_id=80] [2024/05/06 22:08:36.082 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=21] [region_id=12] [thread_id=80] [2024/05/06 22:08:36.082 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:36.082 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=23.258µs] [region_id=12] [thread_id=80] [2024/05/06 22:08:36.082 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=19] [region_id=4] [thread_id=80] [2024/05/06 22:08:36.082 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:36.082 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=16.621µs] [region_id=4] [thread_id=80] [2024/05/06 22:08:36.082 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=22] [region_id=14] [thread_id=80] [2024/05/06 22:08:36.082 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:36.082 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=13.79µs] [region_id=14] [thread_id=80] [2024/05/06 22:08:36.082 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 18 store_id: 1 } } }"] [index=8] [term=6] [peer_id=18] [region_id=16] [thread_id=103] [2024/05/06 22:08:36.082 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=18] [region_id=16] [thread_id=103] [2024/05/06 22:08:36.082 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 21 store_id: 1 } } }"] [index=8] [term=6] [peer_id=21] [region_id=12] [thread_id=104] [2024/05/06 22:08:36.082 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=21] [region_id=12] [thread_id=104] [2024/05/06 22:08:36.082 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 3 } peers { id: 18 store_id: 1 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 3 } peers { id: 18 store_id: 1 role: Learner }"] [changes="[peer { id: 18 store_id: 1 }]"] [peer_id=18] [region_id=16] [thread_id=103] [2024/05/06 22:08:36.082 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 3 } peers { id: 21 store_id: 1 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 3 } peers { id: 21 store_id: 1 role: Learner }"] [changes="[peer { id: 21 store_id: 1 }]"] [peer_id=21] [region_id=12] [thread_id=104] [2024/05/06 22:08:36.082 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 19 store_id: 1 } } }"] [index=9] [term=6] [peer_id=19] [region_id=4] [thread_id=103] [2024/05/06 22:08:36.082 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=19] [region_id=4] [thread_id=103] [2024/05/06 22:08:36.082 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 4 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 9 store_id: 3 } peers { id: 19 store_id: 1 }"] [original_region="id: 4 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 3 } peers { id: 19 store_id: 1 role: Learner }"] [changes="[peer { id: 19 store_id: 1 }]"] [peer_id=19] [region_id=4] [thread_id=103] [2024/05/06 22:08:36.082 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 22 store_id: 1 } } }"] [index=8] [term=6] [peer_id=22] [region_id=14] [thread_id=103] [2024/05/06 22:08:36.082 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=22] [region_id=14] [thread_id=103] [2024/05/06 22:08:36.082 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 3 } peers { id: 22 store_id: 1 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 3 } peers { id: 22 store_id: 1 role: Learner }"] [changes="[peer { id: 22 store_id: 1 }]"] [peer_id=22] [region_id=14] [thread_id=103] [2024/05/06 22:08:36.083 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 21} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.083 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=4] [thread_id=101] [2024/05/06 22:08:36.083 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 18} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.083 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {22, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.093 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 24 store_id: 2 role: Learner } } }"] [index=9] [term=6] [peer_id=21] [region_id=12] [thread_id=104] [2024/05/06 22:08:36.093 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=21] [region_id=12] [thread_id=104] [2024/05/06 22:08:36.093 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 3 } peers { id: 21 store_id: 1 } peers { id: 24 store_id: 2 role: Learner }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 3 } peers { id: 21 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 2 role: Learner }]"] [peer_id=21] [region_id=12] [thread_id=104] [2024/05/06 22:08:36.093 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 25 store_id: 2 role: Learner } } }"] [index=9] [term=6] [peer_id=22] [region_id=14] [thread_id=103] [2024/05/06 22:08:36.093 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=22] [region_id=14] [thread_id=103] [2024/05/06 22:08:36.093 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 3 } peers { id: 22 store_id: 1 } peers { id: 25 store_id: 2 role: Learner }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 3 } peers { id: 22 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 2 role: Learner }]"] [peer_id=22] [region_id=14] [thread_id=103] [2024/05/06 22:08:36.093 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=3] [create_by_peer_id=11] [store_id=1] [peer_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.093 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 26 store_id: 2 role: Learner } } }"] [index=9] [term=6] [peer_id=18] [region_id=16] [thread_id=104] [2024/05/06 22:08:36.093 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=18] [region_id=16] [thread_id=104] [2024/05/06 22:08:36.093 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 21} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.093 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 3 } peers { id: 18 store_id: 1 } peers { id: 26 store_id: 2 role: Learner }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 3 } peers { id: 18 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 26 store_id: 2 role: Learner }]"] [peer_id=18] [region_id=16] [thread_id=104] [2024/05/06 22:08:36.093 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.093 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.093 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.093 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 23."] [id=23] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.093 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 11"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=11] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.093 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.093 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {22, 15} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.093 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 27 store_id: 2 role: Learner } } }"] [index=10] [term=6] [peer_id=19] [region_id=4] [thread_id=103] [2024/05/06 22:08:36.093 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=19] [region_id=4] [thread_id=103] [2024/05/06 22:08:36.093 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 4 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 3 } peers { id: 19 store_id: 1 } peers { id: 27 store_id: 2 role: Learner }"] [original_region="id: 4 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 9 store_id: 3 } peers { id: 19 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 27 store_id: 2 role: Learner }]"] [peer_id=19] [region_id=4] [thread_id=103] [2024/05/06 22:08:36.093 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 18} }, outgoing: Configuration { voters: {} } }, learners: {26}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.094 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9, 19} }, outgoing: Configuration { voters: {} } }, learners: {27}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=4] [thread_id=102] [2024/05/06 22:08:36.095 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=129] [2024/05/06 22:08:36.095 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_10_6_9_(default|lock|write).sst] [snap_key=10_6_9] [thread_id=129] [2024/05/06 22:08:36.095 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=336.479µs] [snap_key=10_6_9] [thread_id=129] [2024/05/06 22:08:36.095 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.095 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 11} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.095 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.095 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.095 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.095 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 3 } peers { id: 20 store_id: 2 } peers { id: 23 store_id: 1 role: Learner }"] [peer_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.096 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 3 } peers { id: 20 store_id: 2 } peers { id: 23 store_id: 1 role: Learner }"] [peer_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.096 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=23] [region_id=10] [thread_id=80] [2024/05/06 22:08:36.096 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:36.096 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=48.253µs] [region_id=10] [thread_id=80] [2024/05/06 22:08:36.096 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 1 } } }"] [index=10] [term=6] [peer_id=23] [region_id=10] [thread_id=104] [2024/05/06 22:08:36.096 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=23] [region_id=10] [thread_id=104] [2024/05/06 22:08:36.096 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 3 } peers { id: 20 store_id: 2 } peers { id: 23 store_id: 1 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 3 } peers { id: 20 store_id: 2 } peers { id: 23 store_id: 1 role: Learner }"] [changes="[peer { id: 23 store_id: 1 }]"] [peer_id=23] [region_id=10] [thread_id=104] [2024/05/06 22:08:36.096 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 23, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 2 } } }"] [index=10] [term=6] [peer_id=21] [region_id=12] [thread_id=104] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 2 } } }"] [index=10] [term=6] [peer_id=22] [region_id=14] [thread_id=103] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=22] [region_id=14] [thread_id=103] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=21] [region_id=12] [thread_id=104] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 3 } peers { id: 22 store_id: 1 } peers { id: 25 store_id: 2 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 3 } peers { id: 22 store_id: 1 } peers { id: 25 store_id: 2 role: Learner }"] [changes="[peer { id: 25 store_id: 2 }]"] [peer_id=22] [region_id=14] [thread_id=103] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 3 } peers { id: 21 store_id: 1 } peers { id: 24 store_id: 2 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 3 } peers { id: 21 store_id: 1 } peers { id: 24 store_id: 2 role: Learner }"] [changes="[peer { id: 24 store_id: 2 }]"] [peer_id=21] [region_id=12] [thread_id=104] [2024/05/06 22:08:36.097 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {24, 13, 21} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 27 store_id: 2 } } }"] [index=11] [term=6] [peer_id=19] [region_id=4] [thread_id=104] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=19] [region_id=4] [thread_id=104] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 4 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 9 store_id: 3 } peers { id: 19 store_id: 1 } peers { id: 27 store_id: 2 }"] [original_region="id: 4 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 3 } peers { id: 19 store_id: 1 } peers { id: 27 store_id: 2 role: Learner }"] [changes="[peer { id: 27 store_id: 2 }]"] [peer_id=19] [region_id=4] [thread_id=104] [2024/05/06 22:08:36.097 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {25, 22, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.097 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {27, 9, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=4] [thread_id=102] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 26 store_id: 2 } } }"] [index=10] [term=6] [peer_id=18] [region_id=16] [thread_id=103] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=18] [region_id=16] [thread_id=103] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 3 } peers { id: 18 store_id: 1 } peers { id: 26 store_id: 2 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 3 } peers { id: 18 store_id: 1 } peers { id: 26 store_id: 2 role: Learner }"] [changes="[peer { id: 26 store_id: 2 }]"] [peer_id=18] [region_id=16] [thread_id=103] [2024/05/06 22:08:36.097 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 18, 26} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=16] [thread_id=101] [2024/05/06 22:09:26.067 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=4_6_8] [peer_id=19] [region_id=4] [thread_id=102] [2024/05/06 22:09:26.067 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=10_6_9] [peer_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:09:26.067 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=12_6_7] [peer_id=21] [region_id=12] [thread_id=102] [2024/05/06 22:09:26.067 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=14_6_7] [peer_id=22] [region_id=14] [thread_id=101] [2024/05/06 22:09:26.067 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=16_6_7] [peer_id=18] [region_id=16] [thread_id=102] [2024/05/06 22:09:26.067 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:26.068 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:26.068 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:26.068 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:26.068 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] ==> ./tikv2.log <== [2024/05/06 22:08:19.619 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={15, 23, 13, 51, 59, 64, 17, 34, 49, 31, 7, 35, 47, 39, 21, 53, 55, 62, 33, 63, 19, 22, 43, 66, 26, 29, 58, 37, 36, 65, 45, 3, 27, 32, 67, 68, 24, 41, 57, 70, 5, 30, 69, 9, 0, 25, 71, 1, 28, 61, 60, 11}"] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 4096, expect 32768"] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:08:19.621 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:19.621 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:08:19.621 +08:00] [INFO] [] ["subchannel 0x7f2f40a4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f2f40aafb18, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2f40a37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f2f40ad2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004499.621711113\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:08:19.621 +08:00] [INFO] [] ["subchannel 0x7f2f40a4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f2f40aafb18, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2f40a37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f2f40ad2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.622 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:19.622 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.622 +08:00] [INFO] [] ["subchannel 0x7f2f40a4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f2f40aafb18, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2f40a37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f2f40ad2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004499.622296831\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:08:19.622 +08:00] [INFO] [] ["subchannel 0x7f2f40a4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f2f40aafb18, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2f40a37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f2f40ad2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.622 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.622 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:19.622 +08:00] [INFO] [] ["subchannel 0x7f2f40a4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f2f40aafb18, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2f40a37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f2f40ad2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004499.622624458\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:08:19.622 +08:00] [INFO] [] ["subchannel 0x7f2f40a4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f2f40aafb18, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2f40a37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f2f40ad2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.622 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:19.622 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:08:19.924 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:21.925 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:21.925 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:22.664 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:22.967 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:22.968 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:22.969 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:22.969 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:22.970 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:22.971 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:22.971 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:08:22.971 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888250808439162] [thread_id=1] [2024/05/06 22:08:22.972 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:22.972 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:22.974 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20181] [thread_id=1] [2024/05/06 22:08:22.975 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:08:22.976 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180042/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180041/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180040/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180039/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180038/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180037/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180036/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180035/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180034/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/154717/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113131/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113130/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113129/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113128/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113127/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113126/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113125/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/347216/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/347216/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data] [thread_id=1] [2024/05/06 22:08:22.976 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data] [thread_id=1] [2024/05/06 22:08:22.977 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180042/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180041/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180040/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180039/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180038/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180037/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180036/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180035/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180034/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/154717/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113131/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113130/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113129/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113128/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113127/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113126/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113125/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/347216/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/347216/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft] [thread_id=1] [2024/05/06 22:08:22.977 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft] [thread_id=1] [2024/05/06 22:08:22.977 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv2.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20161\",\"advertise-addr\":\"127.0.0.1:20161\",\"status-addr\":\"127.0.0.1:20181\",\"advertise-status-addr\":\"127.0.0.1:20181\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:08:22.978 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:08:22.979 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=0ns] [thread_id=17] [2024/05/06 22:08:22.979 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:08:22.979 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=17] [2024/05/06 22:08:22.979 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=18] [2024/05/06 22:08:22.979 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=18] [2024/05/06 22:08:22.985 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:08:22.985 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:08:22.985 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 177.903µs"] [thread_id=1] [2024/05/06 22:08:23.046 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:08:23.048 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:08:23.048 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:08:23.049 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/log-backup-temp] [thread_id=1] [2024/05/06 22:08:23.049 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=73] [2024/05/06 22:08:23.050 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:08:23.050 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:08:23.050 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:08:23.050 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=73] [2024/05/06 22:08:23.050 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:08:23.050 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=74] [2024/05/06 22:08:23.057 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 4 region_epoch { conf_ver: 1 version: 1 } peers { id: 9 store_id: 3 }"] [store_id=3] [thread_id=1] [2024/05/06 22:08:23.063 +08:00] [INFO] [raft_server.rs:404] ["bootstrap cluster ok"] [cluster_id=7365888250808439162] [thread_id=1] [2024/05/06 22:08:23.063 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 3 address: \"127.0.0.1:20161\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20161\" status_address: \"127.0.0.1:20181\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004503 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:08:23.066 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=3] [status=Some()] [thread_id=1] [2024/05/06 22:08:23.067 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=3] [thread_id=1] [2024/05/06 22:08:23.067 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=3] [thread_id=1] [2024/05/06 22:08:23.067 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:08:23.070 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:08:23.071 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=9] [region_id=4] [thread_id=1] [2024/05/06 22:08:23.071 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=9] [region_id=4] [thread_id=1] [2024/05/06 22:08:23.071 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=9] [region_id=4] [thread_id=1] [2024/05/06 22:08:23.071 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {9} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=9] [region_id=4] [thread_id=1] [2024/05/06 22:08:23.071 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 9."] [id=9] [raft_id=9] [region_id=4] [thread_id=1] [2024/05/06 22:08:23.071 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=9] [region_id=4] [thread_id=1] [2024/05/06 22:08:23.071 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=9] [region_id=4] [thread_id=1] [2024/05/06 22:08:23.071 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=9] [region_id=4] [thread_id=1] [2024/05/06 22:08:23.071 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=9] [region_id=4] [thread_id=1] [2024/05/06 22:08:23.071 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=215.913µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=1] [store_id=3] [thread_id=1] [2024/05/06 22:08:23.071 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=7.035µs] [garbage_range_count=2] [store_id=3] [thread_id=1] [2024/05/06 22:08:23.072 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803778] [region_id=4] [thread_id=101] [2024/05/06 22:08:23.073 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:08:23.073 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:08:23.073 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:08:23.073 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=4] [thread_id=31] [2024/05/06 22:08:23.076 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 4 region_epoch { conf_ver: 1 version: 1 } peers { id: 9 store_id: 3 }"] [thread_id=68] [2024/05/06 22:08:23.076 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(0)] [region=4] [thread_id=68] [2024/05/06 22:08:23.077 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:08:23.077 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:08:23.078 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:08:23.078 +08:00] [INFO] [deadlock.rs:761] ["became the leader of deadlock detector!"] [self_id=3] [thread_id=127] [2024/05/06 22:08:23.079 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=17] [2024/05/06 22:08:23.079 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20161] [thread_id=1] [2024/05/06 22:08:23.080 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=17] [2024/05/06 22:08:23.084 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:26.076 +08:00] [INFO] [pd.rs:1531] ["try to split"] [region_epoch="conf_ver: 1 version: 1"] [region_id=4] [thread_id=31] [2024/05/06 22:08:26.076 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=pd] [split_keys="4 keys range from 7200000000000000FB to 7800000100000000FB"] [peer_id=9] [region_id=4] [thread_id=101] [2024/05/06 22:08:26.076 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 4 region_epoch { conf_ver: 1 version: 1 } peers { id: 9 store_id: 3 }"] [new_region_ids="[new_region_id: 10 new_peer_ids: 11, new_region_id: 12 new_peer_ids: 13, new_region_id: 14 new_peer_ids: 15, new_region_id: 16 new_peer_ids: 17]"] [region_id=4] [thread_id=31] [2024/05/06 22:08:26.077 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7200000000000000FB new_region_id: 10 new_peer_ids: 11 } requests { split_key: 7200000100000000FB new_region_id: 12 new_peer_ids: 13 } requests { split_key: 7800000000000000FB new_region_id: 14 new_peer_ids: 15 } requests { split_key: 7800000100000000FB new_region_id: 16 new_peer_ids: 17 } right_derive: true }"] [index=7] [term=6] [peer_id=9] [region_id=4] [thread_id=103] [2024/05/06 22:08:26.077 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="4 keys range from 7200000000000000FB to 7800000100000000FB"] [region="id: 4 region_epoch { conf_ver: 1 version: 1 } peers { id: 9 store_id: 3 }"] [peer_id=9] [region_id=4] [thread_id=103] [2024/05/06 22:08:26.077 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=4] [thread_id=101] [2024/05/06 22:08:26.077 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=5] [peer_id=9] [region_id=4] [thread_id=101] [2024/05/06 22:08:26.077 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:08:26.077 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(0)] [region_id=4] [store_id=Some(3)] [thread_id=68] [2024/05/06 22:08:26.077 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=3] [is_uninitialized_peer_exist=false] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 3 }"] [region_id=10] [thread_id=101] [2024/05/06 22:08:26.077 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:26.077 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 4 start_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 9 store_id: 3 }"] [thread_id=68] [2024/05/06 22:08:26.077 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:26.077 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:26.077 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:26.077 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 11."] [id=11] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:26.077 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:26.077 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:26.077 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:26.077 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:26.078 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=3] [is_uninitialized_peer_exist=false] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 3 }"] [region_id=12] [thread_id=101] [2024/05/06 22:08:26.078 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:26.078 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:26.078 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:26.078 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:26.078 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 13."] [id=13] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:26.078 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:26.078 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:26.078 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:26.078 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:26.078 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=3] [is_uninitialized_peer_exist=false] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 3 }"] [region_id=14] [thread_id=101] [2024/05/06 22:08:26.078 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:26.078 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:26.078 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:26.078 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:26.078 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 15."] [id=15] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:26.078 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:26.078 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:26.078 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:26.078 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:26.078 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=3] [is_uninitialized_peer_exist=false] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 17 store_id: 3 }"] [region_id=16] [thread_id=101] [2024/05/06 22:08:26.078 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:26.078 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:26.078 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:26.078 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:26.078 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 17."] [id=17] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:26.078 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:26.078 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:26.078 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:26.078 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:26.078 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=10] [thread_id=102] [2024/05/06 22:08:26.078 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=12] [thread_id=101] [2024/05/06 22:08:26.078 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=14] [thread_id=101] [2024/05/06 22:08:26.078 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=16] [thread_id=102] [2024/05/06 22:08:26.078 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=10] [thread_id=31] [2024/05/06 22:08:26.078 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=12] [thread_id=31] [2024/05/06 22:08:26.078 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=14] [thread_id=31] [2024/05/06 22:08:26.078 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=16] [thread_id=31] [2024/05/06 22:08:26.078 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 3 }"] [thread_id=68] [2024/05/06 22:08:26.078 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 3 }"] [thread_id=68] [2024/05/06 22:08:26.078 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 17 store_id: 3 }"] [thread_id=68] [2024/05/06 22:08:26.078 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 3 }"] [thread_id=68] [2024/05/06 22:08:26.078 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=7] [observe_id=ObserveId(1)] [region=4] [thread_id=68] [2024/05/06 22:08:26.078 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(3)] [region=12] [thread_id=68] [2024/05/06 22:08:26.078 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(4)] [region=16] [thread_id=68] [2024/05/06 22:08:26.078 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(2)] [region=10] [thread_id=68] [2024/05/06 22:08:26.078 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(5)] [region=14] [thread_id=68] [2024/05/06 22:08:33.074 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:36.072 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 18 store_id: 1 role: Learner } change_type: AddLearnerNode]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:36.072 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 19 store_id: 1 role: Learner } change_type: AddLearnerNode]"] [region_id=4] [thread_id=31] [2024/05/06 22:08:36.072 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 20 store_id: 2 role: Learner } change_type: AddLearnerNode]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:36.072 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 18 store_id: 1 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.072 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 19 store_id: 1 role: Learner }]"] [peer_id=9] [region_id=4] [thread_id=101] [2024/05/06 22:08:36.072 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 20 store_id: 2 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.072 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 21 store_id: 1 role: Learner } change_type: AddLearnerNode]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:36.072 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 22 store_id: 1 role: Learner } change_type: AddLearnerNode]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:36.072 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 21 store_id: 1 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.072 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 22 store_id: 1 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.072 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 19 store_id: 1 role: Learner } } }"] [index=8] [term=6] [peer_id=9] [region_id=4] [thread_id=103] [2024/05/06 22:08:36.072 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=9] [region_id=4] [thread_id=103] [2024/05/06 22:08:36.072 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 4 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 3 } peers { id: 19 store_id: 1 role: Learner }"] [original_region="id: 4 start_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 9 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 19 store_id: 1 role: Learner }]"] [peer_id=9] [region_id=4] [thread_id=103] [2024/05/06 22:08:36.072 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 20 store_id: 2 role: Learner } } }"] [index=7] [term=6] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:36.072 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:36.072 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 18 store_id: 1 role: Learner } } }"] [index=7] [term=6] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:36.072 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 3 } peers { id: 20 store_id: 2 role: Learner }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 20 store_id: 2 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:36.072 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:36.072 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 21 store_id: 1 role: Learner } } }"] [index=7] [term=6] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:36.072 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:36.072 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 3 } peers { id: 21 store_id: 1 role: Learner }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 21 store_id: 1 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:36.072 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 22 store_id: 1 role: Learner } } }"] [index=7] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:36.072 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:36.072 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 3 } peers { id: 22 store_id: 1 role: Learner }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 22 store_id: 1 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:36.072 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 3 } peers { id: 18 store_id: 1 role: Learner }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 17 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 18 store_id: 1 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:36.073 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9} }, outgoing: Configuration { voters: {} } }, learners: {19}, learners_next: {}, auto_leave: false }"] [raft_id=9] [region_id=4] [thread_id=101] [2024/05/06 22:08:36.073 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {20}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.073 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 4 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 3 } peers { id: 19 store_id: 1 role: Learner }"] [peer_id=9] [region_id=4] [thread_id=101] [2024/05/06 22:08:36.073 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 3 } peers { id: 20 store_id: 2 role: Learner }"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.074 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {21}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.074 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 3 } peers { id: 21 store_id: 1 role: Learner }"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.074 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {22}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.074 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 3 } peers { id: 22 store_id: 1 role: Learner }"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.074 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }, learners: {18}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.074 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 3 } peers { id: 18 store_id: 1 role: Learner }"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.074 +08:00] [INFO] [replication_mode.rs:40] ["backup store labels"] [labels="[]"] [store_id=1] [thread_id=17] [2024/05/06 22:08:36.074 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20162] [store_id=1] [thread_id=71] [2024/05/06 22:08:36.074 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=1] [addr=127.0.0.1:20162] [thread_id=71] [2024/05/06 22:08:36.075 +08:00] [INFO] [replication_mode.rs:40] ["backup store labels"] [labels="[]"] [store_id=2] [thread_id=17] [2024/05/06 22:08:36.075 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20160] [store_id=2] [thread_id=71] [2024/05/06 22:08:36.075 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=2] [addr=127.0.0.1:20160] [thread_id=71] [2024/05/06 22:08:36.075 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=8] [cost=1.351735ms] [addr=127.0.0.1:20162] [store_id=1] [thread_id=71] [2024/05/06 22:08:36.075 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=2] [cost=652.07µs] [addr=127.0.0.1:20160] [store_id=2] [thread_id=71] [2024/05/06 22:08:36.077 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(1)] [thread_id=7] [2024/05/06 22:08:36.077 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(2)] [thread_id=8] [2024/05/06 22:08:36.078 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=21] [request_index=0] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.078 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=20] [request_index=0] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.078 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=22] [request_index=0] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.078 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=18] [request_index=0] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.078 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=19] [request_index=0] [peer_id=9] [region_id=4] [thread_id=102] [2024/05/06 22:08:36.078 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:36.078 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:36.079 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:36.079 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:36.079 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:36.079 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:36.079 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=611.279µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:36.079 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=575.61µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:36.079 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=21] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.079 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:36.079 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:36.079 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=20] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.079 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:36.079 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:36.079 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:36.079 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:36.079 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=469.642µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:36.079 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:36.080 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=18] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.080 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:36.080 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=494.252µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:36.080 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_4_6_8_(default|lock|write).sst] [region_id=4] [thread_id=83] [2024/05/06 22:08:36.080 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_4_6_8_(default|lock|write).sst] [region_id=4] [thread_id=83] [2024/05/06 22:08:36.080 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=22] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.080 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_4_6_8_(default|lock|write).sst] [region_id=4] [thread_id=83] [2024/05/06 22:08:36.080 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:36.080 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=390.757µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_4_6_8_(default|lock|write).sst] [region_id=4] [thread_id=83] [2024/05/06 22:08:36.080 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:36.080 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=19] [peer_id=9] [region_id=4] [thread_id=102] [2024/05/06 22:08:36.080 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:36.081 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.142506ms] [size=0] [snap_key=16_6_7] [region_id=16] [thread_id=130] [2024/05/06 22:08:36.081 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 18 store_id: 1 role: Learner"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.081 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.097793ms] [size=0] [snap_key=14_6_7] [region_id=14] [thread_id=133] [2024/05/06 22:08:36.081 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 22 store_id: 1 role: Learner"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.081 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.922872ms] [size=0] [snap_key=12_6_7] [region_id=12] [thread_id=131] [2024/05/06 22:08:36.081 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 21 store_id: 1 role: Learner"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.081 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.628651ms] [size=0] [snap_key=10_6_7] [region_id=10] [thread_id=132] [2024/05/06 22:08:36.081 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 20 store_id: 2 role: Learner"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.081 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.082551ms] [size=0] [snap_key=4_6_8] [region_id=4] [thread_id=130] [2024/05/06 22:08:36.081 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 19 store_id: 1 role: Learner"] [peer_id=9] [region_id=4] [thread_id=101] [2024/05/06 22:08:36.082 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 18 store_id: 1 }]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:36.082 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 20 store_id: 2 }]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:36.082 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 21 store_id: 1 }]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:36.082 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 18 store_id: 1 }]"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.082 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 20 store_id: 2 }]"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.082 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 21 store_id: 1 }]"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.082 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 19 store_id: 1 }]"] [region_id=4] [thread_id=31] [2024/05/06 22:08:36.082 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 19 store_id: 1 }]"] [peer_id=9] [region_id=4] [thread_id=102] [2024/05/06 22:08:36.082 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 20 store_id: 2 } } }"] [index=8] [term=6] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:36.082 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 18 store_id: 1 } } }"] [index=8] [term=6] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:36.082 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:36.082 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:36.082 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 3 } peers { id: 20 store_id: 2 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 3 } peers { id: 20 store_id: 2 role: Learner }"] [changes="[peer { id: 20 store_id: 2 }]"] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:36.082 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 3 } peers { id: 18 store_id: 1 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 3 } peers { id: 18 store_id: 1 role: Learner }"] [changes="[peer { id: 18 store_id: 1 }]"] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:36.082 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 22 store_id: 1 }]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:36.082 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 22 store_id: 1 }]"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.082 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 18} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.082 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 21 store_id: 1 } } }"] [index=8] [term=6] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:36.082 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:36.082 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 3 } peers { id: 21 store_id: 1 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 3 } peers { id: 21 store_id: 1 role: Learner }"] [changes="[peer { id: 21 store_id: 1 }]"] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:36.082 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 3 } peers { id: 18 store_id: 1 }"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.082 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 19 store_id: 1 } } }"] [index=9] [term=6] [peer_id=9] [region_id=4] [thread_id=104] [2024/05/06 22:08:36.082 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=9] [region_id=4] [thread_id=104] [2024/05/06 22:08:36.082 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 4 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 9 store_id: 3 } peers { id: 19 store_id: 1 }"] [original_region="id: 4 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 3 } peers { id: 19 store_id: 1 role: Learner }"] [changes="[peer { id: 19 store_id: 1 }]"] [peer_id=9] [region_id=4] [thread_id=104] [2024/05/06 22:08:36.082 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.082 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 22 store_id: 1 } } }"] [index=8] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:36.082 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:36.082 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 3 } peers { id: 22 store_id: 1 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 3 } peers { id: 22 store_id: 1 role: Learner }"] [changes="[peer { id: 22 store_id: 1 }]"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:36.082 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 3 } peers { id: 20 store_id: 2 }"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.082 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 21} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.082 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=9] [region_id=4] [thread_id=101] [2024/05/06 22:08:36.082 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 4 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 9 store_id: 3 } peers { id: 19 store_id: 1 }"] [peer_id=9] [region_id=4] [thread_id=101] [2024/05/06 22:08:36.082 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 3 } peers { id: 21 store_id: 1 }"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.083 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {22, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.083 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 3 } peers { id: 22 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.093 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 23 store_id: 1 role: Learner } change_type: AddLearnerNode]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:36.093 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 1 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.093 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 24 store_id: 2 role: Learner } change_type: AddLearnerNode]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:36.093 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 2 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.093 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 25 store_id: 2 role: Learner } change_type: AddLearnerNode]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:36.093 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 2 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.093 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 23 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:36.093 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:36.093 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 3 } peers { id: 20 store_id: 2 } peers { id: 23 store_id: 1 role: Learner }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 3 } peers { id: 20 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 1 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:36.093 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 26 store_id: 2 role: Learner } change_type: AddLearnerNode]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:36.093 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 27 store_id: 2 role: Learner } change_type: AddLearnerNode]"] [region_id=4] [thread_id=31] [2024/05/06 22:08:36.093 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 26 store_id: 2 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.093 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 27 store_id: 2 role: Learner }]"] [peer_id=9] [region_id=4] [thread_id=102] [2024/05/06 22:08:36.093 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 24 store_id: 2 role: Learner } } }"] [index=9] [term=6] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:36.093 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:36.093 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 3 } peers { id: 21 store_id: 1 } peers { id: 24 store_id: 2 role: Learner }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 3 } peers { id: 21 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 2 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:36.093 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 25 store_id: 2 role: Learner } } }"] [index=9] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:36.093 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:36.093 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 3 } peers { id: 22 store_id: 1 } peers { id: 25 store_id: 2 role: Learner }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 3 } peers { id: 22 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 2 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:36.093 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 11} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.093 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 3 } peers { id: 20 store_id: 2 } peers { id: 23 store_id: 1 role: Learner }"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.093 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 26 store_id: 2 role: Learner } } }"] [index=9] [term=6] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:36.093 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:36.093 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 3 } peers { id: 18 store_id: 1 } peers { id: 26 store_id: 2 role: Learner }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 3 } peers { id: 18 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 26 store_id: 2 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:36.093 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 21} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.093 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 27 store_id: 2 role: Learner } } }"] [index=10] [term=6] [peer_id=9] [region_id=4] [thread_id=103] [2024/05/06 22:08:36.093 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=9] [region_id=4] [thread_id=103] [2024/05/06 22:08:36.093 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {22, 15} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.093 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 4 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 3 } peers { id: 19 store_id: 1 } peers { id: 27 store_id: 2 role: Learner }"] [original_region="id: 4 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 9 store_id: 3 } peers { id: 19 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 27 store_id: 2 role: Learner }]"] [peer_id=9] [region_id=4] [thread_id=103] [2024/05/06 22:08:36.093 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 3 } peers { id: 21 store_id: 1 } peers { id: 24 store_id: 2 role: Learner }"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.093 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 3 } peers { id: 22 store_id: 1 } peers { id: 25 store_id: 2 role: Learner }"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.093 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 18} }, outgoing: Configuration { voters: {} } }, learners: {26}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.093 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 3 } peers { id: 18 store_id: 1 } peers { id: 26 store_id: 2 role: Learner }"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.093 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=23] [request_index=0] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.093 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9, 19} }, outgoing: Configuration { voters: {} } }, learners: {27}, learners_next: {}, auto_leave: false }"] [raft_id=9] [region_id=4] [thread_id=101] [2024/05/06 22:08:36.093 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 4 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 3 } peers { id: 19 store_id: 1 } peers { id: 27 store_id: 2 role: Learner }"] [peer_id=9] [region_id=4] [thread_id=101] [2024/05/06 22:08:36.094 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=24] [request_index=0] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.094 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=25] [request_index=0] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.094 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=26] [request_index=0] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.094 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=27] [request_index=0] [peer_id=9] [region_id=4] [thread_id=101] [2024/05/06 22:08:36.094 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:36.094 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:36.094 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:36.094 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:36.094 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:36.094 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:36.094 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=485.831µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:36.094 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=425.246µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:36.094 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=23] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.094 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=24] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.094 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:36.094 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:36.094 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:36.094 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_4_6_10_(default|lock|write).sst] [region_id=4] [thread_id=83] [2024/05/06 22:08:36.094 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_4_6_10_(default|lock|write).sst] [region_id=4] [thread_id=83] [2024/05/06 22:08:36.094 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:36.095 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:36.095 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_4_6_10_(default|lock|write).sst] [region_id=4] [thread_id=83] [2024/05/06 22:08:36.095 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=410.158µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:36.095 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=25] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.095 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=471.072µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_4_6_10_(default|lock|write).sst] [region_id=4] [thread_id=83] [2024/05/06 22:08:36.095 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:36.095 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:36.095 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=27] [peer_id=9] [region_id=4] [thread_id=102] [2024/05/06 22:08:36.095 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:36.095 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:36.095 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:36.095 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=438.578µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:36.095 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=26] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.095 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.154919ms] [size=0] [snap_key=10_6_9] [region_id=10] [thread_id=130] [2024/05/06 22:08:36.095 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 23 store_id: 1 role: Learner"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.095 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:36.096 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.19065ms] [size=0] [snap_key=12_6_9] [region_id=12] [thread_id=130] [2024/05/06 22:08:36.096 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 24 store_id: 2 role: Learner"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.096 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.046268ms] [size=0] [snap_key=14_6_9] [region_id=14] [thread_id=130] [2024/05/06 22:08:36.096 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 25 store_id: 2 role: Learner"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.096 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 23 store_id: 1 }]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:36.096 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 23 store_id: 1 }]"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.096 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.010977ms] [size=0] [snap_key=4_6_10] [region_id=4] [thread_id=130] [2024/05/06 22:08:36.096 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 27 store_id: 2 role: Learner"] [peer_id=9] [region_id=4] [thread_id=101] [2024/05/06 22:08:36.096 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 1 } } }"] [index=10] [term=6] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:36.096 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:36.096 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 3 } peers { id: 20 store_id: 2 } peers { id: 23 store_id: 1 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 3 } peers { id: 20 store_id: 2 } peers { id: 23 store_id: 1 role: Learner }"] [changes="[peer { id: 23 store_id: 1 }]"] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:36.096 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 23, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.096 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 3 } peers { id: 20 store_id: 2 } peers { id: 23 store_id: 1 }"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.096 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 24 store_id: 2 }]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:36.096 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 25 store_id: 2 }]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:36.096 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 24 store_id: 2 }]"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.096 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 25 store_id: 2 }]"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.097 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.121591ms] [size=0] [snap_key=16_6_9] [region_id=16] [thread_id=130] [2024/05/06 22:08:36.097 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 26 store_id: 2 role: Learner"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 2 } } }"] [index=10] [term=6] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 3 } peers { id: 21 store_id: 1 } peers { id: 24 store_id: 2 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 3 } peers { id: 21 store_id: 1 } peers { id: 24 store_id: 2 role: Learner }"] [changes="[peer { id: 24 store_id: 2 }]"] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 2 } } }"] [index=10] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 3 } peers { id: 22 store_id: 1 } peers { id: 25 store_id: 2 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 3 } peers { id: 22 store_id: 1 } peers { id: 25 store_id: 2 role: Learner }"] [changes="[peer { id: 25 store_id: 2 }]"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:36.097 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 27 store_id: 2 }]"] [region_id=4] [thread_id=31] [2024/05/06 22:08:36.097 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 27 store_id: 2 }]"] [peer_id=9] [region_id=4] [thread_id=102] [2024/05/06 22:08:36.097 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {24, 13, 21} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.097 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 3 } peers { id: 21 store_id: 1 } peers { id: 24 store_id: 2 }"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 27 store_id: 2 } } }"] [index=11] [term=6] [peer_id=9] [region_id=4] [thread_id=104] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=9] [region_id=4] [thread_id=104] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 4 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 9 store_id: 3 } peers { id: 19 store_id: 1 } peers { id: 27 store_id: 2 }"] [original_region="id: 4 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 3 } peers { id: 19 store_id: 1 } peers { id: 27 store_id: 2 role: Learner }"] [changes="[peer { id: 27 store_id: 2 }]"] [peer_id=9] [region_id=4] [thread_id=104] [2024/05/06 22:08:36.097 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 26 store_id: 2 }]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:36.097 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {25, 22, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.097 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 26 store_id: 2 }]"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.097 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 3 } peers { id: 22 store_id: 1 } peers { id: 25 store_id: 2 }"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.097 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {27, 9, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=9] [region_id=4] [thread_id=101] [2024/05/06 22:08:36.097 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 4 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 9 store_id: 3 } peers { id: 19 store_id: 1 } peers { id: 27 store_id: 2 }"] [peer_id=9] [region_id=4] [thread_id=101] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 26 store_id: 2 } } }"] [index=10] [term=6] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 3 } peers { id: 18 store_id: 1 } peers { id: 26 store_id: 2 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 3 } peers { id: 18 store_id: 1 } peers { id: 26 store_id: 2 role: Learner }"] [changes="[peer { id: 26 store_id: 2 }]"] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:36.097 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 18, 26} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.097 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 3 } peers { id: 18 store_id: 1 } peers { id: 26 store_id: 2 }"] [peer_id=17] [region_id=16] [thread_id=101] ==> ./tikv1.log <== [2024/05/06 22:08:19.618 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:08:19.618 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:08:19.618 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:08:19.618 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:08:19.618 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:08:19.618 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:08:19.618 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:08:19.618 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:08:19.618 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:08:19.618 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:08:19.618 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:08:19.618 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={65, 9, 3, 58, 43, 11, 15, 37, 39, 21, 47, 33, 36, 45, 51, 57, 60, 62, 27, 69, 7, 31, 29, 41, 67, 68, 71, 24, 55, 13, 26, 22, 23, 25, 49, 64, 34, 28, 32, 0, 59, 61, 63, 66, 70, 53, 19, 30, 35, 1, 17, 5}"] [thread_id=1] [2024/05/06 22:08:19.618 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 4096, expect 32768"] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:08:19.619 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:08:19.620 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:19.621 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:08:19.621 +08:00] [INFO] [] ["subchannel 0x7f940184d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f94018afb20, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f9401837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f94018d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004499.621257803\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:08:19.621 +08:00] [INFO] [] ["subchannel 0x7f940184d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f94018afb20, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f9401837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f94018d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.621 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:19.621 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.621 +08:00] [INFO] [] ["subchannel 0x7f940184dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f94018afb20, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f9401837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f94018d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004499.621794003\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:08:19.621 +08:00] [INFO] [] ["subchannel 0x7f940184dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f94018afb20, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f9401837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f94018d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.621 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.621 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:19.622 +08:00] [INFO] [] ["subchannel 0x7f940184e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f94018afb20, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f9401837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f94018d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004499.622075303\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:08:19.622 +08:00] [INFO] [] ["subchannel 0x7f940184e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f94018afb20, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f9401837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f94018d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.622 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:19.622 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:08:19.923 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:21.924 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:21.924 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:22.664 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:22.967 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:22.968 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:22.969 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:22.970 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:22.970 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:22.971 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:22.971 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:08:22.971 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888250808439162] [thread_id=1] [2024/05/06 22:08:22.972 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:22.972 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:22.974 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20180] [thread_id=1] [2024/05/06 22:08:22.975 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:08:22.976 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180042/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180041/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180040/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180039/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180038/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180037/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180036/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180035/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180034/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/154717/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113131/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113130/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113129/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113128/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113127/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113126/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113125/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/347216/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/347216/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data] [thread_id=1] [2024/05/06 22:08:22.976 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data] [thread_id=1] [2024/05/06 22:08:22.977 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180042/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180041/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180040/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180039/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180038/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180037/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180036/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180035/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180034/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/154717/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113131/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113130/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113129/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113128/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113127/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113126/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/113125/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/347216/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/347216/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft] [thread_id=1] [2024/05/06 22:08:22.977 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft] [thread_id=1] [2024/05/06 22:08:22.977 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv1.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20160\",\"advertise-addr\":\"127.0.0.1:20160\",\"status-addr\":\"127.0.0.1:20180\",\"advertise-status-addr\":\"127.0.0.1:20180\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:08:22.978 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:08:22.979 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=17] [2024/05/06 22:08:22.979 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=17] [2024/05/06 22:08:22.979 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:08:22.979 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=1ms] [thread_id=17] [2024/05/06 22:08:22.979 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=17] [2024/05/06 22:08:22.986 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:08:22.986 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:08:22.986 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 182.853µs"] [thread_id=1] [2024/05/06 22:08:23.046 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:08:23.048 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:08:23.048 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:08:23.049 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/log-backup-temp] [thread_id=1] [2024/05/06 22:08:23.049 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=74] [2024/05/06 22:08:23.050 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:08:23.050 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:08:23.050 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:08:23.050 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=73] [2024/05/06 22:08:23.050 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:08:23.050 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=74] [2024/05/06 22:08:23.057 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 6 region_epoch { conf_ver: 1 version: 1 } peers { id: 8 store_id: 2 }"] [store_id=2] [thread_id=1] [2024/05/06 22:08:23.058 +08:00] [ERROR] [raft_server.rs:426] ["bootstrap cluster"] [err_code=KV:Pd:Unknown] [err="Other(\"[components/pd_client/src/util.rs:952]: [PD:etcd:ErrEtcdTxnConflict]etcd transaction failed, conflicted and rolled back\")"] [cluster_id=7365888250808439162] [thread_id=1] [2024/05/06 22:08:26.059 +08:00] [INFO] [raft_server.rs:416] ["cluster is already bootstrapped"] [cluster_id=7365888250808439162] [thread_id=1] [2024/05/06 22:08:26.059 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 2 address: \"127.0.0.1:20160\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20160\" status_address: \"127.0.0.1:20180\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004503 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:08:26.062 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=2] [status=Some()] [thread_id=1] [2024/05/06 22:08:26.062 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=3] [thread_id=1] [2024/05/06 22:08:26.062 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:08:26.062 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=2] [thread_id=1] [2024/05/06 22:08:26.062 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=2] [thread_id=1] [2024/05/06 22:08:26.063 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:08:26.066 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:08:26.067 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=47.524µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=0] [store_id=2] [thread_id=1] [2024/05/06 22:08:26.067 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=33.205µs] [garbage_range_count=1] [store_id=2] [thread_id=1] [2024/05/06 22:08:26.069 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:08:26.069 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:08:26.069 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:08:26.073 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:08:26.073 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:08:26.073 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:08:26.075 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=17] [2024/05/06 22:08:26.075 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=17] [2024/05/06 22:08:26.075 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20160] [thread_id=1] [2024/05/06 22:08:26.080 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:36.070 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:36.075 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(3)] [thread_id=7] [2024/05/06 22:08:36.075 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=3] [create_by_peer_id=11] [store_id=2] [peer_id=20] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.076 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.076 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=20] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.076 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=20] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.076 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 20."] [id=20] [raft_id=20] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.076 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 11"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=11] [raft_id=20] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.076 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=20] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.077 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20161] [store_id=3] [thread_id=71] [2024/05/06 22:08:36.077 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=3] [addr=127.0.0.1:20161] [thread_id=71] [2024/05/06 22:08:36.077 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=1] [cost=708.216µs] [addr=127.0.0.1:20161] [store_id=3] [thread_id=71] [2024/05/06 22:08:36.080 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=132] [2024/05/06 22:08:36.080 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/rev_10_6_7_(default|lock|write).sst] [snap_key=10_6_7] [thread_id=132] [2024/05/06 22:08:36.081 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=391.739µs] [snap_key=10_6_7] [thread_id=132] [2024/05/06 22:08:36.081 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=20] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.081 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {20}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.081 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=20] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.081 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=20] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.081 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=20] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.081 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 3 } peers { id: 20 store_id: 2 role: Learner }"] [peer_id=20] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.081 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 3 } peers { id: 20 store_id: 2 role: Learner }"] [peer_id=20] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.081 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=20] [region_id=10] [thread_id=80] [2024/05/06 22:08:36.081 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:36.081 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=38.324µs] [region_id=10] [thread_id=80] [2024/05/06 22:08:36.082 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 20 store_id: 2 } } }"] [index=8] [term=6] [peer_id=20] [region_id=10] [thread_id=103] [2024/05/06 22:08:36.082 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=20] [region_id=10] [thread_id=103] [2024/05/06 22:08:36.082 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 3 } peers { id: 20 store_id: 2 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 3 } peers { id: 20 store_id: 2 role: Learner }"] [changes="[peer { id: 20 store_id: 2 }]"] [peer_id=20] [region_id=10] [thread_id=103] [2024/05/06 22:08:36.083 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.093 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 23 store_id: 1 role: Learner } } }"] [index=9] [term=6] [peer_id=20] [region_id=10] [thread_id=104] [2024/05/06 22:08:36.093 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=20] [region_id=10] [thread_id=104] [2024/05/06 22:08:36.093 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 3 } peers { id: 20 store_id: 2 } peers { id: 23 store_id: 1 role: Learner }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 3 } peers { id: 20 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 1 role: Learner }]"] [peer_id=20] [region_id=10] [thread_id=104] [2024/05/06 22:08:36.093 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=3] [create_by_peer_id=13] [store_id=2] [peer_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.093 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 11} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.093 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.093 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.093 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.093 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 24."] [id=24] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.093 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 13"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=13] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.093 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.093 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=3] [create_by_peer_id=15] [store_id=2] [peer_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.093 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.093 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.093 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.093 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 25."] [id=25] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.093 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 15"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=15] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.094 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.094 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=3] [create_by_peer_id=17] [store_id=2] [peer_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.094 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.094 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.094 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.094 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 26."] [id=26] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.094 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 17"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=17] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.094 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.094 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=3] [create_by_peer_id=9] [store_id=2] [peer_id=27] [region_id=4] [thread_id=102] [2024/05/06 22:08:36.094 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=27] [region_id=4] [thread_id=102] [2024/05/06 22:08:36.094 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=27] [region_id=4] [thread_id=102] [2024/05/06 22:08:36.094 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=27] [region_id=4] [thread_id=102] [2024/05/06 22:08:36.094 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 27."] [id=27] [raft_id=27] [region_id=4] [thread_id=102] [2024/05/06 22:08:36.094 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 9"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=9] [raft_id=27] [region_id=4] [thread_id=102] [2024/05/06 22:08:36.094 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=27] [region_id=4] [thread_id=102] [2024/05/06 22:08:36.095 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=132] [2024/05/06 22:08:36.095 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/rev_12_6_9_(default|lock|write).sst] [snap_key=12_6_9] [thread_id=132] [2024/05/06 22:08:36.095 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=131] [2024/05/06 22:08:36.095 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/rev_14_6_9_(default|lock|write).sst] [snap_key=14_6_9] [thread_id=131] [2024/05/06 22:08:36.095 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=130] [2024/05/06 22:08:36.095 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/rev_4_6_10_(default|lock|write).sst] [snap_key=4_6_10] [thread_id=130] [2024/05/06 22:08:36.095 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=354.294µs] [snap_key=12_6_9] [thread_id=132] [2024/05/06 22:08:36.095 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.096 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 21} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.096 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.096 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.096 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.096 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 3 } peers { id: 21 store_id: 1 } peers { id: 24 store_id: 2 role: Learner }"] [peer_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.096 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=417.979µs] [snap_key=14_6_9] [thread_id=131] [2024/05/06 22:08:36.096 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.096 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {22, 15} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.096 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.096 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.096 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.096 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=132] [2024/05/06 22:08:36.096 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 3 } peers { id: 22 store_id: 1 } peers { id: 25 store_id: 2 role: Learner }"] [peer_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.096 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 3 } peers { id: 21 store_id: 1 } peers { id: 24 store_id: 2 role: Learner }"] [peer_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.096 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/rev_16_6_9_(default|lock|write).sst] [snap_key=16_6_9] [thread_id=132] [2024/05/06 22:08:36.096 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=24] [region_id=12] [thread_id=80] [2024/05/06 22:08:36.096 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=433.49µs] [snap_key=4_6_10] [thread_id=130] [2024/05/06 22:08:36.096 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 10, term: 6]"] [snapshot_term=6] [snapshot_index=10] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=27] [region_id=4] [thread_id=101] [2024/05/06 22:08:36.096 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9, 19} }, outgoing: Configuration { voters: {} } }, learners: {27}, learners_next: {}, auto_leave: false }"] [raft_id=27] [region_id=4] [thread_id=101] [2024/05/06 22:08:36.096 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=10] [last_term=6] [last_index=10] [commit=10] [raft_id=27] [region_id=4] [thread_id=101] [2024/05/06 22:08:36.096 +08:00] [INFO] [raft.rs:2549] ["[commit: 10, term: 6] restored snapshot [index: 10, term: 6]"] [snapshot_term=6] [snapshot_index=10] [commit=10] [term=6] [raft_id=27] [region_id=4] [thread_id=101] [2024/05/06 22:08:36.096 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=27] [region_id=4] [thread_id=101] [2024/05/06 22:08:36.096 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 10 truncated_state { index: 10 term: 6 }"] [region="id: 4 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 3 } peers { id: 19 store_id: 1 } peers { id: 27 store_id: 2 role: Learner }"] [peer_id=27] [region_id=4] [thread_id=101] [2024/05/06 22:08:36.096 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:36.096 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 3 } peers { id: 22 store_id: 1 } peers { id: 25 store_id: 2 role: Learner }"] [peer_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.096 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=124.512µs] [region_id=12] [thread_id=80] [2024/05/06 22:08:36.096 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 4 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 3 } peers { id: 19 store_id: 1 } peers { id: 27 store_id: 2 role: Learner }"] [peer_id=27] [region_id=4] [thread_id=102] [2024/05/06 22:08:36.096 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=25] [region_id=14] [thread_id=80] [2024/05/06 22:08:36.096 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:36.096 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=24.488µs] [region_id=14] [thread_id=80] [2024/05/06 22:08:36.096 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 1 } } }"] [index=10] [term=6] [peer_id=20] [region_id=10] [thread_id=103] [2024/05/06 22:08:36.096 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=20] [region_id=10] [thread_id=103] [2024/05/06 22:08:36.096 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=27] [region_id=4] [thread_id=80] [2024/05/06 22:08:36.096 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 3 } peers { id: 20 store_id: 2 } peers { id: 23 store_id: 1 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 3 } peers { id: 20 store_id: 2 } peers { id: 23 store_id: 1 role: Learner }"] [changes="[peer { id: 23 store_id: 1 }]"] [peer_id=20] [region_id=10] [thread_id=103] [2024/05/06 22:08:36.096 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=421.775µs] [snap_key=16_6_9] [thread_id=132] [2024/05/06 22:08:36.096 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.096 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:36.096 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 18} }, outgoing: Configuration { voters: {} } }, learners: {26}, learners_next: {}, auto_leave: false }"] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.096 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.096 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.096 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.096 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 3 } peers { id: 18 store_id: 1 } peers { id: 26 store_id: 2 role: Learner }"] [peer_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.096 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=92.683µs] [region_id=4] [thread_id=80] [2024/05/06 22:08:36.096 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 23, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.097 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 3 } peers { id: 18 store_id: 1 } peers { id: 26 store_id: 2 role: Learner }"] [peer_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.097 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=26] [region_id=16] [thread_id=80] [2024/05/06 22:08:36.097 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 2 } } }"] [index=10] [term=6] [peer_id=25] [region_id=14] [thread_id=104] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 2 } } }"] [index=10] [term=6] [peer_id=24] [region_id=12] [thread_id=103] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=24] [region_id=12] [thread_id=103] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=25] [region_id=14] [thread_id=104] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 3 } peers { id: 21 store_id: 1 } peers { id: 24 store_id: 2 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 3 } peers { id: 21 store_id: 1 } peers { id: 24 store_id: 2 role: Learner }"] [changes="[peer { id: 24 store_id: 2 }]"] [peer_id=24] [region_id=12] [thread_id=103] [2024/05/06 22:08:36.097 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=25.546µs] [region_id=16] [thread_id=80] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 3 } peers { id: 22 store_id: 1 } peers { id: 25 store_id: 2 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 3 } peers { id: 22 store_id: 1 } peers { id: 25 store_id: 2 role: Learner }"] [changes="[peer { id: 25 store_id: 2 }]"] [peer_id=25] [region_id=14] [thread_id=104] [2024/05/06 22:08:36.097 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {25, 22, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.097 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {24, 13, 21} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 27 store_id: 2 } } }"] [index=11] [term=6] [peer_id=27] [region_id=4] [thread_id=104] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=27] [region_id=4] [thread_id=104] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 4 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 9 store_id: 3 } peers { id: 19 store_id: 1 } peers { id: 27 store_id: 2 }"] [original_region="id: 4 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 3 } peers { id: 19 store_id: 1 } peers { id: 27 store_id: 2 role: Learner }"] [changes="[peer { id: 27 store_id: 2 }]"] [peer_id=27] [region_id=4] [thread_id=104] [2024/05/06 22:08:36.097 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {27, 9, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=27] [region_id=4] [thread_id=102] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 26 store_id: 2 } } }"] [index=10] [term=6] [peer_id=26] [region_id=16] [thread_id=103] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=26] [region_id=16] [thread_id=103] [2024/05/06 22:08:36.097 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 3 } peers { id: 18 store_id: 1 } peers { id: 26 store_id: 2 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 3 } peers { id: 18 store_id: 1 } peers { id: 26 store_id: 2 role: Learner }"] [changes="[peer { id: 26 store_id: 2 }]"] [peer_id=26] [region_id=16] [thread_id=103] [2024/05/06 22:08:36.097 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 18, 26} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:09:26.068 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=10_6_7] [peer_id=20] [region_id=10] [thread_id=101] [2024/05/06 22:09:26.068 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=4_6_10] [peer_id=27] [region_id=4] [thread_id=102] [2024/05/06 22:09:26.068 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=14_6_9] [peer_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:09:26.068 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=12_6_9] [peer_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:09:26.068 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=16_6_9] [peer_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:09:26.068 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:26.068 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:26.068 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:26.068 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:26.068 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] + find . -name '*.out' -type f -exec tail -n 500 '{}' + [Pipeline] sh [1,539 / 1,567] GoCompilePkg pkg/planner/core/core.a; Downloading pkg/planner/core/core.a, 24.0 MiB / 47.0 MiB; 1s remote-cache ... (3 actions, 0 running) + find . -name 'pd*.log' -type f -exec tail -n 500 '{}' + ==> ./pd2.log <== [2024/05/06 22:08:19.221 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:08:19.221 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:08:19.221 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:08:19.221 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:08:19.221 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:08:19.221 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:08:19.221 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:08:19.221 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:08:19.221 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2382\",\"peer-urls\":\"http://127.0.0.1:2381\",\"advertise-client-urls\":\"http://127.0.0.1:2382\",\"advertise-peer-urls\":\"http://127.0.0.1:2381\",\"name\":\"pd-1\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-1/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-1\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:08:19.225 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:08:19.225 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:08:19.225 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:08:19.225 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:08:19.226 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:08:19.226 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:08:19.226 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-1] [service-name=MetaStorage] [2024/05/06 22:08:19.226 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:08:19.226 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-1] [service-name=ResourceManager] [2024/05/06 22:08:19.226 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:08:19.226 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:19.226 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:08:19.227 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2382]"] [2024/05/06 22:08:19.227 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:08:19.227 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=52] [max-cpu-available=52] [member-initialized=false] [name=pd-1] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2381]"] [listen-peer-urls="[http://127.0.0.1:2381]"] [advertise-client-urls="[http://127.0.0.1:2382]"] [listen-client-urls="[http://127.0.0.1:2382]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:08:19.227 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:08:19.227 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap/db] [took=281.911µs] [2024/05/06 22:08:20.229 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=1f01bdf364b8beaa] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:08:20.229 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=()"] [2024/05/06 22:08:20.229 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 0"] [2024/05/06 22:08:20.229 +08:00] [INFO] [raft.go:389] ["newRaft 1f01bdf364b8beaa [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:08:20.229 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 1"] [2024/05/06 22:08:20.229 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:08:20.229 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:08:20.229 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.229 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:08:20.230 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:08:20.230 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.230 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.230 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.231 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.230 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.231 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [remote-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:20.231 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.231 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.231 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.230 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.232 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.232 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.233 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.233 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.233 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [remote-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:20.233 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=1f01bdf364b8beaa] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:08:20.233 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.233 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:08:20.233 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:08:20.233 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:08:20.233 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:08:20.233 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.233 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:20.233 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.233 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:20.233 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.233 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:20.234 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2381] [2024/05/06 22:08:20.234 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=1f01bdf364b8beaa] [initial-advertise-peer-urls="[http://127.0.0.1:2381]"] [listen-peer-urls="[http://127.0.0.1:2381]"] [advertise-client-urls="[http://127.0.0.1:2382]"] [listen-client-urls="[http://127.0.0.1:2382]"] [listen-metrics-urls="[]"] [2024/05/06 22:08:20.235 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:20.235 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.235 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream Message"] [2024/05/06 22:08:20.235 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.235 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.235 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.235 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.240 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream Message"] [2024/05/06 22:08:20.240 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.240 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.240 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:20.240 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.244 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.244 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.283 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=1f01bdf364b8beaa] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:08:22.730 +08:00] [INFO] [raft.go:966] ["1f01bdf364b8beaa [logterm: 1, index: 3, vote: 0] cast MsgPreVote for 385a3ea8295f6f18 [logterm: 1, index: 3] at term 1"] [2024/05/06 22:08:22.730 +08:00] [INFO] [raft.go:865] ["1f01bdf364b8beaa [term: 1] received a MsgVote message with higher term from 385a3ea8295f6f18 [term: 2]"] [2024/05/06 22:08:22.730 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 2"] [2024/05/06 22:08:22.731 +08:00] [INFO] [raft.go:966] ["1f01bdf364b8beaa [logterm: 1, index: 3, vote: 0] cast MsgVote for 385a3ea8295f6f18 [logterm: 1, index: 3] at term 2"] [2024/05/06 22:08:22.731 +08:00] [INFO] [node.go:327] ["raft.node: 1f01bdf364b8beaa elected leader 385a3ea8295f6f18 at term 2"] [2024/05/06 22:08:22.731 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=1f01bdf364b8beaa] [local-member-attributes="{Name:pd-1 ClientURLs:[http://127.0.0.1:2382]}"] [request-path=/0/members/1f01bdf364b8beaa/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:08:22.731 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:08:22.732 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [cluster-version=3.4] [2024/05/06 22:08:22.732 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-1] [service-name=MetaStorage] [2024/05/06 22:08:22.732 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-1] [service-name=ResourceManager] [2024/05/06 22:08:22.732 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:08:22.732 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2382] [2024/05/06 22:08:22.735 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888252135750964] [2024/05/06 22:08:22.735 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-1\" member_id:2234275743217008298 peer_urls:\"http://127.0.0.1:2381\" client_urls:\"http://127.0.0.1:2382\" "] [root-path=/pd/7365888252135750964] [2024/05/06 22:08:22.741 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:08:22.741 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=2234275743217008298] [2024/05/06 22:08:22.742 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:08:22.743 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:08:22.743 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-1] [2024/05/06 22:08:22.743 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-1] [2024/05/06 22:08:22.743 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:08:22.744 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:08:22.744 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:08:22.744 +08:00] [INFO] [server.go:1691] ["skip campaigning of pd leader and check later"] [server-name=pd-1] [etcd-leader-id=4060626905997471512] [member-id=2234275743217008298] [2024/05/06 22:08:22.945 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:08:22.946 +08:00] [INFO] [server.go:1662] ["start to watch pd leader"] [pd-leader="name:\"pd-2\" member_id:4060626905997471512 peer_urls:\"http://127.0.0.1:2383\" client_urls:\"http://127.0.0.1:2384\" "] [2024/05/06 22:08:22.946 +08:00] [INFO] [client.go:104] ["region syncer start load region"] [2024/05/06 22:08:22.946 +08:00] [INFO] [client.go:107] ["region syncer finished load regions"] [time-cost=212.108µs] [2024/05/06 22:08:22.946 +08:00] [INFO] [leadership.go:317] ["watch channel is created"] [revision=12] [leader-key=/pd/7365888252135750964/leader] [purpose="leader election"] [2024/05/06 22:08:22.946 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-1] [leader=pd-2] [request-index=0] [2024/05/06 22:08:22.946 +08:00] [ERROR] [client.go:162] ["region sync with leader meet error"] [error="[PD:grpc:ErrGRPCRecv]receive response error: rpc error: code = Unavailable desc = server not started"] [2024/05/06 22:08:23.947 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-1] [leader=pd-2] [request-index=0] [2024/05/06 22:08:24.840 +08:00] [INFO] [dbstore.go:33] ["Dashboard initializing local storage file"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/dashboard.sqlite.db] [2024/05/06 22:08:24.851 +08:00] [INFO] [version.go:33] ["TiDB Dashboard started"] [internal-version=8.0.0-9768844f] [standalone=No] [pd-version=v8.2.0-alpha-15-gf83febabe] [build-time="2024-05-06 08:48:58"] [build-git-hash=9768844ff5d7] [2024/05/06 22:08:24.851 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:33583] [remotes="[]"] [2024/05/06 22:08:24.851 +08:00] [INFO] [manager.go:201] ["dashboard server is started"] [2024/05/06 22:08:24.851 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:43357] [remotes="[]"] [2024/05/06 22:08:24.851 +08:00] [WARN] [dynamic_config_manager.go:165] ["Dynamic config does not exist in etcd"] [2024/05/06 22:08:24.855 +08:00] [INFO] [manager.go:74] ["Key visual service is started"] [2024/05/06 22:08:32.734 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2382]"] [endpoints="[http://127.0.0.1:2382,http://127.0.0.1:2379,http://127.0.0.1:2384]"] [source=election-etcd-client] [2024/05/06 22:08:32.734 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2382]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2379,http://127.0.0.1:2382]"] [source=server-etcd-client] ==> ./pd3.log <== [2024/05/06 22:08:19.221 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:08:19.221 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:08:19.221 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:08:19.221 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:08:19.221 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:08:19.221 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:08:19.221 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:08:19.221 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:08:19.221 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2384\",\"peer-urls\":\"http://127.0.0.1:2383\",\"advertise-client-urls\":\"http://127.0.0.1:2384\",\"advertise-peer-urls\":\"http://127.0.0.1:2383\",\"name\":\"pd-2\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-2/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-2\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:08:19.224 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:08:19.224 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:08:19.224 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:08:19.224 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:08:19.226 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:08:19.226 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:08:19.226 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-2] [service-name=MetaStorage] [2024/05/06 22:08:19.226 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:08:19.226 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-2] [service-name=ResourceManager] [2024/05/06 22:08:19.226 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:08:19.226 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:19.226 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:08:19.226 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2384]"] [2024/05/06 22:08:19.226 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:08:19.226 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=52] [max-cpu-available=52] [member-initialized=false] [name=pd-2] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2383]"] [listen-peer-urls="[http://127.0.0.1:2383]"] [advertise-client-urls="[http://127.0.0.1:2384]"] [listen-client-urls="[http://127.0.0.1:2384]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:08:19.226 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:08:19.227 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap/db] [took=548.437µs] [2024/05/06 22:08:20.229 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=385a3ea8295f6f18] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:08:20.229 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=()"] [2024/05/06 22:08:20.229 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 0"] [2024/05/06 22:08:20.229 +08:00] [INFO] [raft.go:389] ["newRaft 385a3ea8295f6f18 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:08:20.229 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 1"] [2024/05/06 22:08:20.229 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:08:20.229 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:08:20.229 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.229 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:08:20.230 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:08:20.230 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.230 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.230 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.230 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.231 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.231 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [remote-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:20.231 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.231 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.231 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.231 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.231 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.232 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.233 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.233 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.233 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [remote-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:20.233 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=385a3ea8295f6f18] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:08:20.233 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.234 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:08:20.234 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:08:20.234 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:08:20.234 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:08:20.234 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.234 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:20.234 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.234 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:20.234 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.234 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:20.235 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.235 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.235 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.235 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2383] [2024/05/06 22:08:20.235 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=385a3ea8295f6f18] [initial-advertise-peer-urls="[http://127.0.0.1:2383]"] [listen-peer-urls="[http://127.0.0.1:2383]"] [advertise-client-urls="[http://127.0.0.1:2384]"] [listen-client-urls="[http://127.0.0.1:2384]"] [listen-metrics-urls="[]"] [2024/05/06 22:08:20.235 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream Message"] [2024/05/06 22:08:20.235 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.235 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:20.235 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.241 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream Message"] [2024/05/06 22:08:20.241 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.241 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.241 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:20.241 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.244 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.244 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.284 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=385a3ea8295f6f18] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:08:22.730 +08:00] [INFO] [raft.go:929] ["385a3ea8295f6f18 is starting a new election at term 1"] [2024/05/06 22:08:22.730 +08:00] [INFO] [raft.go:735] ["385a3ea8295f6f18 became pre-candidate at term 1"] [2024/05/06 22:08:22.730 +08:00] [INFO] [raft.go:830] ["385a3ea8295f6f18 received MsgPreVoteResp from 385a3ea8295f6f18 at term 1"] [2024/05/06 22:08:22.730 +08:00] [INFO] [raft.go:817] ["385a3ea8295f6f18 [logterm: 1, index: 3] sent MsgPreVote request to 1f01bdf364b8beaa at term 1"] [2024/05/06 22:08:22.730 +08:00] [INFO] [raft.go:817] ["385a3ea8295f6f18 [logterm: 1, index: 3] sent MsgPreVote request to 3037d9ad26fb2231 at term 1"] [2024/05/06 22:08:22.730 +08:00] [INFO] [raft.go:830] ["385a3ea8295f6f18 received MsgPreVoteResp from 3037d9ad26fb2231 at term 1"] [2024/05/06 22:08:22.730 +08:00] [INFO] [raft.go:1295] ["385a3ea8295f6f18 has received 2 MsgPreVoteResp votes and 0 vote rejections"] [2024/05/06 22:08:22.730 +08:00] [INFO] [raft.go:719] ["385a3ea8295f6f18 became candidate at term 2"] [2024/05/06 22:08:22.730 +08:00] [INFO] [raft.go:830] ["385a3ea8295f6f18 received MsgVoteResp from 385a3ea8295f6f18 at term 2"] [2024/05/06 22:08:22.730 +08:00] [INFO] [raft.go:817] ["385a3ea8295f6f18 [logterm: 1, index: 3] sent MsgVote request to 1f01bdf364b8beaa at term 2"] [2024/05/06 22:08:22.730 +08:00] [INFO] [raft.go:817] ["385a3ea8295f6f18 [logterm: 1, index: 3] sent MsgVote request to 3037d9ad26fb2231 at term 2"] [2024/05/06 22:08:22.731 +08:00] [INFO] [raft.go:830] ["385a3ea8295f6f18 received MsgVoteResp from 3037d9ad26fb2231 at term 2"] [2024/05/06 22:08:22.731 +08:00] [INFO] [raft.go:1295] ["385a3ea8295f6f18 has received 2 MsgVoteResp votes and 0 vote rejections"] [2024/05/06 22:08:22.731 +08:00] [INFO] [raft.go:771] ["385a3ea8295f6f18 became leader at term 2"] [2024/05/06 22:08:22.731 +08:00] [INFO] [node.go:327] ["raft.node: 385a3ea8295f6f18 elected leader 385a3ea8295f6f18 at term 2"] [2024/05/06 22:08:22.731 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=385a3ea8295f6f18] [local-member-attributes="{Name:pd-2 ClientURLs:[http://127.0.0.1:2384]}"] [request-path=/0/members/385a3ea8295f6f18/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:08:22.731 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:08:22.732 +08:00] [INFO] [server.go:2639] ["setting up initial cluster version"] [cluster-version=3.4] [2024/05/06 22:08:22.732 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [cluster-version=3.4] [2024/05/06 22:08:22.732 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:08:22.732 +08:00] [INFO] [server.go:2671] ["cluster version is updated"] [cluster-version=3.4] [2024/05/06 22:08:22.732 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-2] [service-name=MetaStorage] [2024/05/06 22:08:22.732 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-2] [service-name=ResourceManager] [2024/05/06 22:08:22.732 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2384] [2024/05/06 22:08:22.735 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888252135750964] [2024/05/06 22:08:22.735 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-2\" member_id:4060626905997471512 peer_urls:\"http://127.0.0.1:2383\" client_urls:\"http://127.0.0.1:2384\" "] [root-path=/pd/7365888252135750964] [2024/05/06 22:08:22.739 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:08:22.741 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=4060626905997471512] [2024/05/06 22:08:22.741 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:08:22.743 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:08:22.743 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-2] [2024/05/06 22:08:22.743 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-2] [2024/05/06 22:08:22.743 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:08:22.743 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:08:22.743 +08:00] [INFO] [server.go:1703] ["start to campaign PD leader"] [campaign-leader-name=pd-2] [2024/05/06 22:08:22.743 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:08:22.744 +08:00] [INFO] [lease.go:66] ["lease granted"] [lease-id=8005305903826404621] [lease-timeout=3] [purpose="leader election"] [2024/05/06 22:08:22.745 +08:00] [INFO] [leadership.go:181] ["check campaign resp"] [resp="{\"header\":{\"cluster_id\":17849374191125529693,\"member_id\":4060626905997471512,\"revision\":12,\"raft_term\":2},\"succeeded\":true,\"responses\":[{\"Response\":{\"ResponsePut\":{\"header\":{\"revision\":12}}}}]}"] [2024/05/06 22:08:22.745 +08:00] [INFO] [leadership.go:190] ["write leaderData to leaderPath ok"] [leader-key=/pd/7365888252135750964/leader] [purpose="leader election"] [2024/05/06 22:08:22.745 +08:00] [INFO] [server.go:1729] ["campaign PD leader ok"] [campaign-leader-name=pd-2] [2024/05/06 22:08:22.745 +08:00] [INFO] [server.go:1737] ["initializing the global TSO allocator"] [2024/05/06 22:08:22.745 +08:00] [INFO] [tso.go:160] ["start to sync timestamp"] [] [2024/05/06 22:08:22.745 +08:00] [INFO] [lease.go:155] ["start lease keep alive worker"] [interval=1s] [purpose="leader election"] [2024/05/06 22:08:22.746 +08:00] [INFO] [tso.go:220] ["sync and save timestamp"] [] [last=0001/01/01 00:00:00.000 +00:00] [last-saved=0001/01/01 00:00:00.000 +00:00] [save=2024/05/06 22:08:25.745 +08:00] [next=2024/05/06 22:08:22.745 +08:00] [2024/05/06 22:08:22.747 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:08:22.747 +08:00] [INFO] [server.go:1769] ["triggering the leader callback functions"] [2024/05/06 22:08:22.747 +08:00] [ERROR] [manager.go:124] ["un-marshall controller config failed, fallback to default"] [error="unexpected end of JSON input"] [v=] [2024/05/06 22:08:22.749 +08:00] [INFO] [manager.go:185] ["resource group manager finishes initialization"] [2024/05/06 22:08:22.753 +08:00] [INFO] [id.go:174] ["idAllocator allocates a new id"] [new-end=1000] [new-base=0] [label=idalloc] [check-curr-end=true] [2024/05/06 22:08:22.753 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=0.0.0] [2024/05/06 22:08:22.753 +08:00] [INFO] [server.go:1803] ["PD leader is ready to serve"] [leader-name=pd-2] [2024/05/06 22:08:23.046 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:08:23.048 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:08:23.048 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:08:23.116 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:08:23.116 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:08:23.119 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:08:23.119 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:08:23.120 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:08:23.120 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:08:23.123 +08:00] [INFO] [server.go:712] ["try to bootstrap raft cluster"] [cluster-id=7365888252135750964] [request="header: store: region: peers: > "] [2024/05/06 22:08:23.123 +08:00] [INFO] [server.go:773] ["bootstrap cluster ok"] [cluster-id=7365888252135750964] [2024/05/06 22:08:23.125 +08:00] [INFO] [cluster.go:643] ["load stores"] [count=1] [cost=795.031µs] [2024/05/06 22:08:23.125 +08:00] [INFO] [cluster.go:654] ["load regions"] [count=1] [cost=184.166µs] [2024/05/06 22:08:23.126 +08:00] [INFO] [scheduling_controller.go:102] ["scheduling service is started"] [2024/05/06 22:08:23.126 +08:00] [INFO] [coordinator.go:407] ["coordinator starts to collect cluster information"] [2024/05/06 22:08:23.126 +08:00] [INFO] [cluster.go:416] ["memory info"] [total-mem=34359738368] [2024/05/06 22:08:23.126 +08:00] [INFO] [tuner.go:117] ["new gctuner"] [threshold=20615843020] [2024/05/06 22:08:23.126 +08:00] [INFO] [cluster.go:429] ["update gc tuner"] [enable-gc-tuner=false] [gc-threshold-bytes=20615843020] [2024/05/06 22:08:23.126 +08:00] [INFO] [memory_limit_tuner.go:50] [debug.SetMemoryLimit] [limit=9223372036854775807] [ret=9223372036854775807] [2024/05/06 22:08:23.126 +08:00] [INFO] [cluster.go:436] ["update gc memory limit"] [memory-limit-bytes=0] [memory-limit-gc-trigger-ratio=0.7] [2024/05/06 22:08:23.127 +08:00] [INFO] [keyspace.go:378] ["[keyspace] added region label for keyspace"] [keyspace-id=0] [label-rule="{\"id\":\"keyspaces/0\",\"index\":0,\"labels\":[{\"key\":\"id\",\"value\":\"0\"}],\"rule_type\":\"key-range\",\"data\":[{\"start_key\":\"7200000000000000fb\",\"end_key\":\"7200000100000000fb\"},{\"start_key\":\"7800000000000000fb\",\"end_key\":\"7800000100000000fb\"}]}"] [takes=539.53µs] [2024/05/06 22:08:23.129 +08:00] [INFO] [cluster.go:2180] ["cluster version changed"] [old-cluster-version=0.0.0] [new-cluster-version=8.2.0-alpha] [2024/05/06 22:08:23.130 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=4] [2024/05/06 22:08:23.130 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:4 address:\"127.0.0.1:20161\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20161\" status_address:\"127.0.0.1:20181\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004503 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:08:23.130 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:08:23.130 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=5] [2024/05/06 22:08:23.130 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:5 address:\"127.0.0.1:20162\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20162\" status_address:\"127.0.0.1:20182\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004503 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:08:23.130 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:08:23.131 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=1] [2024/05/06 22:08:23.131 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:1 address:\"127.0.0.1:20160\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20160\" status_address:\"127.0.0.1:20180\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004503 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:08:23.131 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:08:23.745 +08:00] [INFO] [server.go:1317] ["PD server config is updated"] [new="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"http://127.0.0.1:2382\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [old="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [2024/05/06 22:08:23.946 +08:00] [INFO] [server.go:211] ["establish sync region stream"] [requested-server=pd-0] [url=http://127.0.0.1:2379] [2024/05/06 22:08:23.946 +08:00] [INFO] [server.go:303] ["sync the history regions with server"] [server=pd-0] [from-index=0] [last-index=1] [records-length=1] [2024/05/06 22:08:23.947 +08:00] [INFO] [server.go:211] ["establish sync region stream"] [requested-server=pd-1] [url=http://127.0.0.1:2382] [2024/05/06 22:08:23.947 +08:00] [INFO] [server.go:303] ["sync the history regions with server"] [server=pd-1] [from-index=0] [last-index=1] [records-length=1] [2024/05/06 22:08:26.127 +08:00] [INFO] [prepare_checker.go:72] ["not loaded from storage region number is satisfied, finish prepare checker"] [not-from-storage-region=1] [total-region=1] [2024/05/06 22:08:26.127 +08:00] [INFO] [coordinator.go:410] ["coordinator has finished cluster information preparation"] [2024/05/06 22:08:26.127 +08:00] [INFO] [coordinator.go:420] ["coordinator starts to run schedulers"] [2024/05/06 22:08:26.127 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:26.128 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-leader-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:26.129 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-hot-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:26.129 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=evict-slow-store-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:26.130 +08:00] [INFO] [coordinator.go:536] ["scheduler config is updated"] [scheduler-config="[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}]"] [2024/05/06 22:08:26.131 +08:00] [INFO] [coordinator.go:340] ["coordinator begins to actively drive push operator"] [2024/05/06 22:08:26.131 +08:00] [INFO] [coordinator.go:276] ["coordinator begins to check suspect key ranges"] [2024/05/06 22:08:26.131 +08:00] [INFO] [coordinator.go:164] ["coordinator starts patrol regions"] [2024/05/06 22:08:26.141 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:08:26.141491009 +0800 CST m=+6.956638034, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:08:26.141 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:08:26.141 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=10] [peer-ids="[11]"] [2024/05/06 22:08:26.142 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=12] [peer-ids="[13]"] [2024/05/06 22:08:26.142 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=14] [peer-ids="[15]"] [2024/05/06 22:08:26.142 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16] [peer-ids="[17]"] [2024/05/06 22:08:26.143 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=2] [takes=1.625122ms] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:08:26.141491009 +0800 CST m=+6.956638034, startAt:2024-05-06 22:08:26.141595222 +0800 CST m=+6.956742247, currentStep:1, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:08:26.143 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=2] [detail="StartKey Changed:{} -> {7800000100000000FB}, EndKey:{}"] [old-version=1] [new-version=5] [2024/05/06 22:08:26.143 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=2] [origin="id:10 end_key:\"7200000000000000FB\" region_epoch: peers: id:12 start_key:\"7200000000000000FB\" end_key:\"7200000100000000FB\" region_epoch: peers: id:14 start_key:\"7200000100000000FB\" end_key:\"7800000000000000FB\" region_epoch: peers: id:16 start_key:\"7800000000000000FB\" end_key:\"7800000100000000FB\" region_epoch: peers:"] [total=4] [2024/05/06 22:08:27.129 +08:00] [INFO] [hot_region_config.go:490] ["query supported changed"] [last-query-support=false] [cluster-version=8.2.0-alpha] [config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"query\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"query\",\"byte\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"forbid-rw-type\":\"none\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [valid-config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"key\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"byte\",\"key\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [2024/05/06 22:08:32.734 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2384]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2379,http://127.0.0.1:2382]"] [source=server-etcd-client] [2024/05/06 22:08:32.734 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2384]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2379,http://127.0.0.1:2382]"] [source=election-etcd-client] [2024/05/06 22:08:33.127 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=1] [store-address=127.0.0.1:20160] [2024/05/06 22:08:33.128 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=4] [store-address=127.0.0.1:20161] [2024/05/06 22:08:33.129 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=5] [store-address=127.0.0.1:20162] [2024/05/06 22:08:33.146 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=10] [operator="\"add-rule-peer {add peer: store [4]} (kind:replica,region, region:10(5, 1), createAt:2024-05-06 22:08:33.146697104 +0800 CST m=+13.961844129, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 18 on store 4}, 1:{promote learner peer 18 on store 4 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:33.146 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 18 on store 4"] [source=create] [2024/05/06 22:08:33.146 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=12] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:12(5, 1), createAt:2024-05-06 22:08:33.146885455 +0800 CST m=+13.962032480, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 19 on store 5}, 1:{promote learner peer 19 on store 5 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:33.146 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 19 on store 5"] [source=create] [2024/05/06 22:08:33.146 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"add-rule-peer {add peer: store [4]} (kind:replica,region, region:14(5, 1), createAt:2024-05-06 22:08:33.146970166 +0800 CST m=+13.962117192, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 20 on store 4}, 1:{promote learner peer 20 on store 4 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:33.147 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 20 on store 4"] [source=create] [2024/05/06 22:08:33.147 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=16] [operator="\"add-rule-peer {add peer: store [4]} (kind:replica,region, region:16(5, 1), createAt:2024-05-06 22:08:33.147045686 +0800 CST m=+13.962192711, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 21 on store 4}, 1:{promote learner peer 21 on store 4 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:33.147 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 21 on store 4"] [source=create] [2024/05/06 22:08:33.147 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"add-rule-peer {add peer: store [4]} (kind:replica,region, region:2(5, 1), createAt:2024-05-06 22:08:33.147116961 +0800 CST m=+13.962263987, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{add learner peer 22 on store 4}, 1:{promote learner peer 22 on store 4 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:33.147 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="add learner peer 22 on store 4"] [source=create] [2024/05/06 22:08:33.147 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Add peer:{id:19 store_id:5 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:33.147 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 19 on store 5"] [source=heartbeat] [2024/05/06 22:08:33.147 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 18 on store 4"] [source=heartbeat] [2024/05/06 22:08:33.147 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Add peer:{id:18 store_id:4 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:33.148 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 20 on store 4"] [source=heartbeat] [2024/05/06 22:08:33.148 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Add peer:{id:20 store_id:4 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:33.149 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="add learner peer 22 on store 4"] [source=heartbeat] [2024/05/06 22:08:33.149 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=2] [detail="Add peer:{id:22 store_id:4 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:33.149 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 21 on store 4"] [source=heartbeat] [2024/05/06 22:08:33.149 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Add peer:{id:21 store_id:4 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:33.156 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="promote learner peer 19 on store 5 to voter"] [source=heartbeat] [2024/05/06 22:08:33.157 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="promote learner peer 20 on store 4 to voter"] [source=heartbeat] [2024/05/06 22:08:33.157 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="promote learner peer 21 on store 4 to voter"] [source=heartbeat] [2024/05/06 22:08:33.157 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="promote learner peer 22 on store 4 to voter"] [source=heartbeat] [2024/05/06 22:08:33.157 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="promote learner peer 18 on store 4 to voter"] [source=heartbeat] [2024/05/06 22:08:33.157 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=12] [takes=10.696308ms] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:12(5, 1), createAt:2024-05-06 22:08:33.146885455 +0800 CST m=+13.962032480, startAt:2024-05-06 22:08:33.146923385 +0800 CST m=+13.962070410, currentStep:2, size:1, steps:[0:{add learner peer 19 on store 5}, 1:{promote learner peer 19 on store 5 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:33.157 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Remove peer:{id:19 store_id:5 role:Learner },Add peer:{id:19 store_id:5 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:33.157 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=10.83379ms] [operator="\"add-rule-peer {add peer: store [4]} (kind:replica,region, region:14(5, 1), createAt:2024-05-06 22:08:33.146970166 +0800 CST m=+13.962117192, startAt:2024-05-06 22:08:33.146996543 +0800 CST m=+13.962143568, currentStep:2, size:1, steps:[0:{add learner peer 20 on store 4}, 1:{promote learner peer 20 on store 4 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:33.157 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Remove peer:{id:20 store_id:4 role:Learner },Add peer:{id:20 store_id:4 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:33.157 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Remove peer:{id:21 store_id:4 role:Learner },Add peer:{id:21 store_id:4 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:33.157 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=16] [takes=10.916672ms] [operator="\"add-rule-peer {add peer: store [4]} (kind:replica,region, region:16(5, 1), createAt:2024-05-06 22:08:33.147045686 +0800 CST m=+13.962192711, startAt:2024-05-06 22:08:33.147070953 +0800 CST m=+13.962217978, currentStep:2, size:1, steps:[0:{add learner peer 21 on store 4}, 1:{promote learner peer 21 on store 4 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:33.158 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=2] [takes=10.987444ms] [operator="\"add-rule-peer {add peer: store [4]} (kind:replica,region, region:2(5, 1), createAt:2024-05-06 22:08:33.147116961 +0800 CST m=+13.962263987, startAt:2024-05-06 22:08:33.14713912 +0800 CST m=+13.962286146, currentStep:2, size:0, steps:[0:{add learner peer 22 on store 4}, 1:{promote learner peer 22 on store 4 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:33.158 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=2] [detail="Remove peer:{id:22 store_id:4 role:Learner },Add peer:{id:22 store_id:4 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:33.158 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Remove peer:{id:18 store_id:4 role:Learner },Add peer:{id:18 store_id:4 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:33.158 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=10] [takes=11.470423ms] [operator="\"add-rule-peer {add peer: store [4]} (kind:replica,region, region:10(5, 1), createAt:2024-05-06 22:08:33.146697104 +0800 CST m=+13.961844129, startAt:2024-05-06 22:08:33.146809584 +0800 CST m=+13.961956610, currentStep:2, size:1, steps:[0:{add learner peer 18 on store 4}, 1:{promote learner peer 18 on store 4 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:33.167 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=10] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:10(5, 3), createAt:2024-05-06 22:08:33.167760107 +0800 CST m=+13.982907132, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 23 on store 5}, 1:{promote learner peer 23 on store 5 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:33.167 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 23 on store 5"] [source=create] [2024/05/06 22:08:33.167 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=12] [operator="\"add-rule-peer {add peer: store [4]} (kind:replica,region, region:12(5, 3), createAt:2024-05-06 22:08:33.167882698 +0800 CST m=+13.983029723, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 24 on store 4}, 1:{promote learner peer 24 on store 4 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:33.167 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 24 on store 4"] [source=create] [2024/05/06 22:08:33.167 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:14(5, 3), createAt:2024-05-06 22:08:33.167965245 +0800 CST m=+13.983112270, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 25 on store 5}, 1:{promote learner peer 25 on store 5 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:33.168 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 25 on store 5"] [source=create] [2024/05/06 22:08:33.168 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=16] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:16(5, 3), createAt:2024-05-06 22:08:33.168044543 +0800 CST m=+13.983191569, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 26 on store 5}, 1:{promote learner peer 26 on store 5 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:33.168 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 26 on store 5"] [source=create] [2024/05/06 22:08:33.168 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:2(5, 3), createAt:2024-05-06 22:08:33.16812134 +0800 CST m=+13.983268365, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 27 on store 5}, 1:{promote learner peer 27 on store 5 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:33.168 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="add learner peer 27 on store 5"] [source=create] [2024/05/06 22:08:33.168 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 23 on store 5"] [source=heartbeat] [2024/05/06 22:08:33.168 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 24 on store 4"] [source=heartbeat] [2024/05/06 22:08:33.168 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Add peer:{id:23 store_id:5 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:33.168 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Add peer:{id:24 store_id:4 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:33.168 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 25 on store 5"] [source=heartbeat] [2024/05/06 22:08:33.168 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Add peer:{id:25 store_id:5 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:33.168 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 26 on store 5"] [source=heartbeat] [2024/05/06 22:08:33.169 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="add learner peer 27 on store 5"] [source=heartbeat] [2024/05/06 22:08:33.169 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Add peer:{id:26 store_id:5 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:33.169 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=2] [detail="Add peer:{id:27 store_id:5 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:33.171 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="promote learner peer 24 on store 4 to voter"] [source=heartbeat] [2024/05/06 22:08:33.172 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="promote learner peer 27 on store 5 to voter"] [source=heartbeat] [2024/05/06 22:08:33.172 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="promote learner peer 26 on store 5 to voter"] [source=heartbeat] [2024/05/06 22:08:33.172 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Remove peer:{id:24 store_id:4 role:Learner },Add peer:{id:24 store_id:4 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:33.172 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=12] [takes=4.406977ms] [operator="\"add-rule-peer {add peer: store [4]} (kind:replica,region, region:12(5, 3), createAt:2024-05-06 22:08:33.167882698 +0800 CST m=+13.983029723, startAt:2024-05-06 22:08:33.167911408 +0800 CST m=+13.983058434, currentStep:2, size:1, steps:[0:{add learner peer 24 on store 4}, 1:{promote learner peer 24 on store 4 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:33.172 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="promote learner peer 23 on store 5 to voter"] [source=heartbeat] [2024/05/06 22:08:33.172 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="promote learner peer 25 on store 5 to voter"] [source=heartbeat] [2024/05/06 22:08:33.172 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=2] [takes=4.561944ms] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:2(5, 3), createAt:2024-05-06 22:08:33.16812134 +0800 CST m=+13.983268365, startAt:2024-05-06 22:08:33.168162122 +0800 CST m=+13.983309148, currentStep:2, size:1, steps:[0:{add learner peer 27 on store 5}, 1:{promote learner peer 27 on store 5 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:33.172 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=2] [detail="Remove peer:{id:27 store_id:5 role:Learner },Add peer:{id:27 store_id:5 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:33.172 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Remove peer:{id:26 store_id:5 role:Learner },Add peer:{id:26 store_id:5 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:33.172 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=16] [takes=4.815158ms] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:16(5, 3), createAt:2024-05-06 22:08:33.168044543 +0800 CST m=+13.983191569, startAt:2024-05-06 22:08:33.1680664 +0800 CST m=+13.983213426, currentStep:2, size:1, steps:[0:{add learner peer 26 on store 5}, 1:{promote learner peer 26 on store 5 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:33.173 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=10] [takes=5.268943ms] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:10(5, 3), createAt:2024-05-06 22:08:33.167760107 +0800 CST m=+13.982907132, startAt:2024-05-06 22:08:33.167815729 +0800 CST m=+13.982962755, currentStep:2, size:1, steps:[0:{add learner peer 23 on store 5}, 1:{promote learner peer 23 on store 5 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:33.173 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Remove peer:{id:23 store_id:5 role:Learner },Add peer:{id:23 store_id:5 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:33.173 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Remove peer:{id:25 store_id:5 role:Learner },Add peer:{id:25 store_id:5 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:33.173 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=5.312981ms] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:14(5, 3), createAt:2024-05-06 22:08:33.167965245 +0800 CST m=+13.983112270, startAt:2024-05-06 22:08:33.16799369 +0800 CST m=+13.983140715, currentStep:2, size:1, steps:[0:{add learner peer 25 on store 5}, 1:{promote learner peer 25 on store 5 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:09:23.128 +08:00] [INFO] [cluster.go:570] ["sync the store config successful"] [store-address=127.0.0.1:20180] [store-config="{\n \"coprocessor\": {\n \"region-max-size\": \"144MiB\",\n \"region-split-size\": \"96MiB\",\n \"region-max-keys\": 1440000,\n \"region-split-keys\": 960000,\n \"enable-region-bucket\": false,\n \"region-bucket-size\": \"50MiB\"\n },\n \"storage\": {\n \"engine\": \"raft-kv\"\n }\n}"] [old-config="{\n \"coprocessor\": {\n \"region-max-size\": \"\",\n \"region-split-size\": \"\",\n \"region-max-keys\": 0,\n \"region-split-keys\": 0,\n \"enable-region-bucket\": false,\n \"region-bucket-size\": \"\"\n },\n \"storage\": {\n \"engine\": \"\"\n }\n}"] [2024/05/06 22:09:23.130 +08:00] [INFO] [cluster.go:506] ["store config is updated"] ==> ./pd1.log <== [2024/05/06 22:08:19.223 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:08:19.223 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:08:19.223 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:08:19.223 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:08:19.223 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:08:19.223 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:08:19.223 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:08:19.223 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:08:19.223 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2379\",\"peer-urls\":\"http://127.0.0.1:2380\",\"advertise-client-urls\":\"http://127.0.0.1:2379\",\"advertise-peer-urls\":\"http://127.0.0.1:2380\",\"name\":\"pd-0\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-0/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-0\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:08:19.226 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:08:19.226 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:08:19.227 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:08:19.227 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:08:19.228 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:08:19.228 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:08:19.228 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-0] [service-name=MetaStorage] [2024/05/06 22:08:19.228 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:08:19.228 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-0] [service-name=ResourceManager] [2024/05/06 22:08:19.228 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:08:19.228 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:19.228 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:08:19.228 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2379]"] [2024/05/06 22:08:19.228 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:08:19.228 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=52] [max-cpu-available=52] [member-initialized=false] [name=pd-0] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2380]"] [listen-peer-urls="[http://127.0.0.1:2380]"] [advertise-client-urls="[http://127.0.0.1:2379]"] [listen-client-urls="[http://127.0.0.1:2379]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:08:19.228 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:08:19.229 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap/db] [took=290.036µs] [2024/05/06 22:08:20.236 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=3037d9ad26fb2231] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:08:20.236 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=()"] [2024/05/06 22:08:20.237 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 0"] [2024/05/06 22:08:20.237 +08:00] [INFO] [raft.go:389] ["newRaft 3037d9ad26fb2231 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:08:20.237 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 1"] [2024/05/06 22:08:20.237 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:08:20.237 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:08:20.237 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.237 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:08:20.238 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:08:20.238 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.238 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.239 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.239 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.239 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.239 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.239 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [remote-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:20.239 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.239 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.239 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.240 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.240 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.240 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.240 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.240 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [remote-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:20.240 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.240 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.240 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.240 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=3037d9ad26fb2231] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:08:20.240 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.240 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:08:20.240 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:08:20.240 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:08:20.241 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:08:20.241 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.241 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.241 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.241 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:20.241 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.242 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.242 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:20.242 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.242 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:20.243 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2380] [2024/05/06 22:08:20.243 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=3037d9ad26fb2231] [initial-advertise-peer-urls="[http://127.0.0.1:2380]"] [listen-peer-urls="[http://127.0.0.1:2380]"] [advertise-client-urls="[http://127.0.0.1:2379]"] [listen-client-urls="[http://127.0.0.1:2379]"] [listen-metrics-urls="[]"] [2024/05/06 22:08:20.243 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream Message"] [2024/05/06 22:08:20.244 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.244 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:20.244 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.244 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream Message"] [2024/05/06 22:08:20.244 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:20.244 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.244 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.291 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=3037d9ad26fb2231] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:08:22.730 +08:00] [INFO] [raft.go:966] ["3037d9ad26fb2231 [logterm: 1, index: 3, vote: 0] cast MsgPreVote for 385a3ea8295f6f18 [logterm: 1, index: 3] at term 1"] [2024/05/06 22:08:22.730 +08:00] [INFO] [raft.go:865] ["3037d9ad26fb2231 [term: 1] received a MsgVote message with higher term from 385a3ea8295f6f18 [term: 2]"] [2024/05/06 22:08:22.730 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 2"] [2024/05/06 22:08:22.730 +08:00] [INFO] [raft.go:966] ["3037d9ad26fb2231 [logterm: 1, index: 3, vote: 0] cast MsgVote for 385a3ea8295f6f18 [logterm: 1, index: 3] at term 2"] [2024/05/06 22:08:22.731 +08:00] [INFO] [node.go:327] ["raft.node: 3037d9ad26fb2231 elected leader 385a3ea8295f6f18 at term 2"] [2024/05/06 22:08:22.731 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=3037d9ad26fb2231] [local-member-attributes="{Name:pd-0 ClientURLs:[http://127.0.0.1:2379]}"] [request-path=/0/members/3037d9ad26fb2231/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:08:22.731 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:08:22.732 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [cluster-version=3.4] [2024/05/06 22:08:22.732 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-0] [service-name=MetaStorage] [2024/05/06 22:08:22.732 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-0] [service-name=ResourceManager] [2024/05/06 22:08:22.732 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:08:22.732 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2379] [2024/05/06 22:08:22.735 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888252135750964] [2024/05/06 22:08:22.735 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-0\" member_id:3474484975246189105 peer_urls:\"http://127.0.0.1:2380\" client_urls:\"http://127.0.0.1:2379\" "] [root-path=/pd/7365888252135750964] [2024/05/06 22:08:22.739 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:08:22.741 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=3474484975246189105] [2024/05/06 22:08:22.741 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:08:22.742 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:08:22.742 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-0] [2024/05/06 22:08:22.742 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-0] [2024/05/06 22:08:22.743 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:08:22.743 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:08:22.743 +08:00] [INFO] [server.go:1691] ["skip campaigning of pd leader and check later"] [server-name=pd-0] [etcd-leader-id=4060626905997471512] [member-id=3474484975246189105] [2024/05/06 22:08:22.744 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:08:22.945 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:08:22.945 +08:00] [INFO] [server.go:1662] ["start to watch pd leader"] [pd-leader="name:\"pd-2\" member_id:4060626905997471512 peer_urls:\"http://127.0.0.1:2383\" client_urls:\"http://127.0.0.1:2384\" "] [2024/05/06 22:08:22.945 +08:00] [INFO] [client.go:104] ["region syncer start load region"] [2024/05/06 22:08:22.945 +08:00] [INFO] [client.go:107] ["region syncer finished load regions"] [time-cost=34.352µs] [2024/05/06 22:08:22.945 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-0] [leader=pd-2] [request-index=0] [2024/05/06 22:08:22.945 +08:00] [INFO] [leadership.go:317] ["watch channel is created"] [revision=12] [leader-key=/pd/7365888252135750964/leader] [purpose="leader election"] [2024/05/06 22:08:22.945 +08:00] [ERROR] [client.go:162] ["region sync with leader meet error"] [error="[PD:grpc:ErrGRPCRecv]receive response error: rpc error: code = Unavailable desc = server not started"] [2024/05/06 22:08:23.946 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-0] [leader=pd-2] [request-index=0] [2024/05/06 22:08:32.734 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2379]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2379,http://127.0.0.1:2382]"] [source=server-etcd-client] [2024/05/06 22:08:32.734 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2379]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2379,http://127.0.0.1:2382]"] [source=election-etcd-client] + find . -name 'tikv*.log' -type f -exec tail -n 500 '{}' + ==> ./tikv3.log <== [2024/05/06 22:08:19.190 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:08:19.191 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:08:19.191 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:08:19.191 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:08:19.191 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:08:19.191 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:08:19.191 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:08:19.191 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:08:19.191 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:08:19.191 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:08:19.191 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:08:19.191 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={48, 52, 32, 58, 12, 60, 62, 63, 64, 66, 22, 47, 71, 30, 67, 70, 33, 29, 17, 21, 69, 26, 36, 20, 50, 61, 0, 15, 19, 27, 31, 18, 68, 34, 56, 23, 55, 57, 65, 24, 49, 59, 14, 16, 11, 25, 35, 51, 53, 28, 54, 13}"] [thread_id=1] [2024/05/06 22:08:19.191 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:08:19.191 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 4096, expect 32768"] [thread_id=1] [2024/05/06 22:08:19.191 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:08:19.191 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:08:19.193 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:19.193 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:08:19.193 +08:00] [INFO] [] ["subchannel 0x7fc4b844d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7fc4b84afb20, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fc4b8437e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fc4b84d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004499.193474596\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:08:19.193 +08:00] [INFO] [] ["subchannel 0x7fc4b844d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7fc4b84afb20, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fc4b8437e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fc4b84d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.193 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:19.193 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.194 +08:00] [INFO] [] ["subchannel 0x7fc4b844dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7fc4b84afb20, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fc4b8437e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fc4b84d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004499.194029245\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:08:19.194 +08:00] [INFO] [] ["subchannel 0x7fc4b844dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7fc4b84afb20, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fc4b8437e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fc4b84d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.194 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.194 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:19.194 +08:00] [INFO] [] ["subchannel 0x7fc4b844e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7fc4b84afb20, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fc4b8437e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fc4b84d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004499.194315686\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:08:19.194 +08:00] [INFO] [] ["subchannel 0x7fc4b844e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7fc4b84afb20, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fc4b8437e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fc4b84d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.194 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:19.194 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:08:19.495 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:21.496 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:21.496 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:22.734 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:23.036 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:23.039 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:23.040 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:23.041 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:23.041 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:23.042 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:23.042 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:08:23.042 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888252135750964] [thread_id=1] [2024/05/06 22:08:23.043 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:23.043 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:23.044 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20182] [thread_id=1] [2024/05/06 22:08:23.045 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:08:23.045 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44623/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44622/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44621/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44620/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44619/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44618/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44617/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44616/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44615/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35269/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/321/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/320/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/319/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/318/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/317/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/316/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/315/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/307673/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/307673/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data] [thread_id=1] [2024/05/06 22:08:23.045 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data] [thread_id=1] [2024/05/06 22:08:23.046 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44623/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44622/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44621/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44620/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44619/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44618/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44617/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44616/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44615/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35269/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/321/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/320/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/319/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/318/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/317/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/316/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/315/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/307673/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/307673/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft] [thread_id=1] [2024/05/06 22:08:23.046 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft] [thread_id=1] [2024/05/06 22:08:23.046 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv3.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20162\",\"advertise-addr\":\"127.0.0.1:20162\",\"status-addr\":\"127.0.0.1:20182\",\"advertise-status-addr\":\"127.0.0.1:20182\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:08:23.047 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:08:23.047 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=1ms] [thread_id=17] [2024/05/06 22:08:23.048 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=18] [2024/05/06 22:08:23.048 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=18] [2024/05/06 22:08:23.048 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:08:23.048 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=17] [2024/05/06 22:08:23.054 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:08:23.054 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:08:23.054 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 207.856µs"] [thread_id=1] [2024/05/06 22:08:23.117 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:08:23.119 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:08:23.119 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:08:23.119 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/log-backup-temp] [thread_id=1] [2024/05/06 22:08:23.120 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=74] [2024/05/06 22:08:23.120 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:08:23.120 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:08:23.120 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=73] [2024/05/06 22:08:23.120 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:08:23.120 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:08:23.120 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=74] [2024/05/06 22:08:23.127 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 8 region_epoch { conf_ver: 1 version: 1 } peers { id: 9 store_id: 5 }"] [store_id=5] [thread_id=1] [2024/05/06 22:08:23.127 +08:00] [INFO] [raft_server.rs:416] ["cluster is already bootstrapped"] [cluster_id=7365888252135750964] [thread_id=1] [2024/05/06 22:08:23.127 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 5 address: \"127.0.0.1:20162\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20162\" status_address: \"127.0.0.1:20182\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004503 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:08:23.130 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=5] [status=Some()] [thread_id=1] [2024/05/06 22:08:23.131 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:08:23.131 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=4] [thread_id=1] [2024/05/06 22:08:23.131 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=5] [thread_id=1] [2024/05/06 22:08:23.131 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=5] [thread_id=1] [2024/05/06 22:08:23.132 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:08:23.135 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:08:23.135 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=50.236µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=0] [store_id=5] [thread_id=1] [2024/05/06 22:08:23.135 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=32.796µs] [garbage_range_count=1] [store_id=5] [thread_id=1] [2024/05/06 22:08:23.137 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:08:23.137 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:08:23.137 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:08:23.142 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:08:23.142 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:08:23.143 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:08:23.144 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20162] [thread_id=1] [2024/05/06 22:08:23.145 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=17] [2024/05/06 22:08:23.145 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=17] [2024/05/06 22:08:23.149 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:33.139 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:33.150 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(1)] [thread_id=7] [2024/05/06 22:08:33.150 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=13] [store_id=5] [peer_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:33.150 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:33.150 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:33.150 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:33.150 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 19."] [id=19] [raft_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:33.150 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 13"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=13] [raft_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:33.150 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:33.151 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20160] [store_id=1] [thread_id=71] [2024/05/06 22:08:33.151 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=1] [addr=127.0.0.1:20160] [thread_id=71] [2024/05/06 22:08:33.152 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=1] [cost=729.649µs] [addr=127.0.0.1:20160] [store_id=1] [thread_id=71] [2024/05/06 22:08:33.155 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=132] [2024/05/06 22:08:33.155 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_12_6_7_(default|lock|write).sst] [snap_key=12_6_7] [thread_id=132] [2024/05/06 22:08:33.155 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=459.081µs] [snap_key=12_6_7] [thread_id=132] [2024/05/06 22:08:33.155 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=19] [region_id=12] [thread_id=101] [2024/05/06 22:08:33.155 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {19}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=12] [thread_id=101] [2024/05/06 22:08:33.155 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=19] [region_id=12] [thread_id=101] [2024/05/06 22:08:33.155 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=19] [region_id=12] [thread_id=101] [2024/05/06 22:08:33.155 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=19] [region_id=12] [thread_id=101] [2024/05/06 22:08:33.155 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 role: Learner }"] [peer_id=19] [region_id=12] [thread_id=101] [2024/05/06 22:08:33.156 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 role: Learner }"] [peer_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:33.156 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=19] [region_id=12] [thread_id=80] [2024/05/06 22:08:33.156 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:33.156 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=51.197µs] [region_id=12] [thread_id=80] [2024/05/06 22:08:33.157 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 19 store_id: 5 } } }"] [index=8] [term=6] [peer_id=19] [region_id=12] [thread_id=103] [2024/05/06 22:08:33.157 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=19] [region_id=12] [thread_id=103] [2024/05/06 22:08:33.157 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 role: Learner }"] [changes="[peer { id: 19 store_id: 5 }]"] [peer_id=19] [region_id=12] [thread_id=103] [2024/05/06 22:08:33.157 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=12] [thread_id=101] [2024/05/06 22:08:33.168 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 24 store_id: 4 role: Learner } } }"] [index=9] [term=6] [peer_id=19] [region_id=12] [thread_id=104] [2024/05/06 22:08:33.168 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=19] [region_id=12] [thread_id=104] [2024/05/06 22:08:33.168 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 24 store_id: 4 role: Learner }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 }"] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 4 role: Learner }]"] [peer_id=19] [region_id=12] [thread_id=104] [2024/05/06 22:08:33.168 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=11] [store_id=5] [peer_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:33.168 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:33.168 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:33.168 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:33.168 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 23."] [id=23] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:33.168 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 19} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=12] [thread_id=101] [2024/05/06 22:08:33.168 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 11"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=11] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:33.168 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:33.168 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=15] [store_id=5] [peer_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:33.168 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:33.168 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:33.168 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:33.168 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 25."] [id=25] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:33.168 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 15"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=15] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:33.168 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:33.168 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=17] [store_id=5] [peer_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:33.168 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:33.168 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:33.168 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:33.168 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 26."] [id=26] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:33.168 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 17"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=17] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:33.168 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:33.168 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=3] [store_id=5] [peer_id=27] [region_id=2] [thread_id=102] [2024/05/06 22:08:33.168 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=27] [region_id=2] [thread_id=102] [2024/05/06 22:08:33.168 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=27] [region_id=2] [thread_id=102] [2024/05/06 22:08:33.169 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=27] [region_id=2] [thread_id=102] [2024/05/06 22:08:33.169 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 27."] [id=27] [raft_id=27] [region_id=2] [thread_id=102] [2024/05/06 22:08:33.169 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 3"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=3] [raft_id=27] [region_id=2] [thread_id=102] [2024/05/06 22:08:33.169 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=27] [region_id=2] [thread_id=102] [2024/05/06 22:08:33.170 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=131] [2024/05/06 22:08:33.170 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=130] [2024/05/06 22:08:33.170 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=129] [2024/05/06 22:08:33.170 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_2_6_10_(default|lock|write).sst] [snap_key=2_6_10] [thread_id=131] [2024/05/06 22:08:33.170 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=132] [2024/05/06 22:08:33.170 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_16_6_9_(default|lock|write).sst] [snap_key=16_6_9] [thread_id=132] [2024/05/06 22:08:33.170 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_10_6_9_(default|lock|write).sst] [snap_key=10_6_9] [thread_id=130] [2024/05/06 22:08:33.170 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_14_6_9_(default|lock|write).sst] [snap_key=14_6_9] [thread_id=129] [2024/05/06 22:08:33.171 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=560.282µs] [snap_key=2_6_10] [thread_id=131] [2024/05/06 22:08:33.171 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 10, term: 6]"] [snapshot_term=6] [snapshot_index=10] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=27] [region_id=2] [thread_id=101] [2024/05/06 22:08:33.171 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {22, 3} }, outgoing: Configuration { voters: {} } }, learners: {27}, learners_next: {}, auto_leave: false }"] [raft_id=27] [region_id=2] [thread_id=101] [2024/05/06 22:08:33.171 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=529.924µs] [snap_key=14_6_9] [thread_id=129] [2024/05/06 22:08:33.171 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=574.606µs] [snap_key=10_6_9] [thread_id=130] [2024/05/06 22:08:33.171 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=10] [last_term=6] [last_index=10] [commit=10] [raft_id=27] [region_id=2] [thread_id=101] [2024/05/06 22:08:33.171 +08:00] [INFO] [raft.rs:2549] ["[commit: 10, term: 6] restored snapshot [index: 10, term: 6]"] [snapshot_term=6] [snapshot_index=10] [commit=10] [term=6] [raft_id=27] [region_id=2] [thread_id=101] [2024/05/06 22:08:33.171 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=27] [region_id=2] [thread_id=101] [2024/05/06 22:08:33.171 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 10 truncated_state { index: 10 term: 6 }"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 3 store_id: 1 } peers { id: 22 store_id: 4 } peers { id: 27 store_id: 5 role: Learner }"] [peer_id=27] [region_id=2] [thread_id=101] [2024/05/06 22:08:33.171 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:33.171 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=492.603µs] [snap_key=16_6_9] [thread_id=132] [2024/05/06 22:08:33.171 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 15} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:33.171 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:33.171 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:33.171 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:33.171 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:33.171 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 4 } peers { id: 25 store_id: 5 role: Learner }"] [peer_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:33.171 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {18, 11} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:33.171 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:33.171 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:33.171 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:33.171 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 4 } peers { id: 23 store_id: 5 role: Learner }"] [peer_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:33.171 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:33.171 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 21} }, outgoing: Configuration { voters: {} } }, learners: {26}, learners_next: {}, auto_leave: false }"] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:33.171 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:33.171 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:33.171 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:33.171 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 4 } peers { id: 26 store_id: 5 role: Learner }"] [peer_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:33.171 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 3 store_id: 1 } peers { id: 22 store_id: 4 } peers { id: 27 store_id: 5 role: Learner }"] [peer_id=27] [region_id=2] [thread_id=101] [2024/05/06 22:08:33.171 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=27] [region_id=2] [thread_id=80] [2024/05/06 22:08:33.171 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:33.171 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=33.638µs] [region_id=2] [thread_id=80] [2024/05/06 22:08:33.171 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 4 } peers { id: 26 store_id: 5 role: Learner }"] [peer_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:33.171 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=26] [region_id=16] [thread_id=80] [2024/05/06 22:08:33.171 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 4 } peers { id: 25 store_id: 5 role: Learner }"] [peer_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:33.171 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 4 } peers { id: 23 store_id: 5 role: Learner }"] [peer_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:33.171 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:33.172 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=18.14µs] [region_id=16] [thread_id=80] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 4 } } }"] [index=10] [term=6] [peer_id=19] [region_id=12] [thread_id=103] [2024/05/06 22:08:33.172 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=23] [region_id=10] [thread_id=80] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=19] [region_id=12] [thread_id=103] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 24 store_id: 4 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 24 store_id: 4 role: Learner }"] [changes="[peer { id: 24 store_id: 4 }]"] [peer_id=19] [region_id=12] [thread_id=103] [2024/05/06 22:08:33.172 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:33.172 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=97.383µs] [region_id=10] [thread_id=80] [2024/05/06 22:08:33.172 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {24, 13, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:33.172 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=25] [region_id=14] [thread_id=80] [2024/05/06 22:08:33.172 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:33.172 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=14.861µs] [region_id=14] [thread_id=80] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 27 store_id: 5 } } }"] [index=11] [term=6] [peer_id=27] [region_id=2] [thread_id=104] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=27] [region_id=2] [thread_id=104] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 3 store_id: 1 } peers { id: 22 store_id: 4 } peers { id: 27 store_id: 5 }"] [original_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 3 store_id: 1 } peers { id: 22 store_id: 4 } peers { id: 27 store_id: 5 role: Learner }"] [changes="[peer { id: 27 store_id: 5 }]"] [peer_id=27] [region_id=2] [thread_id=104] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 26 store_id: 5 } } }"] [index=10] [term=6] [peer_id=26] [region_id=16] [thread_id=103] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=26] [region_id=16] [thread_id=103] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 4 } peers { id: 26 store_id: 5 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 4 } peers { id: 26 store_id: 5 role: Learner }"] [changes="[peer { id: 26 store_id: 5 }]"] [peer_id=26] [region_id=16] [thread_id=103] [2024/05/06 22:08:33.172 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {27, 22, 3} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=27] [region_id=2] [thread_id=102] [2024/05/06 22:08:33.172 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 21, 26} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 5 } } }"] [index=10] [term=6] [peer_id=23] [region_id=10] [thread_id=103] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=23] [region_id=10] [thread_id=103] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 5 } } }"] [index=10] [term=6] [peer_id=25] [region_id=14] [thread_id=104] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=25] [region_id=14] [thread_id=104] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 4 } peers { id: 25 store_id: 5 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 4 } peers { id: 25 store_id: 5 role: Learner }"] [changes="[peer { id: 25 store_id: 5 }]"] [peer_id=25] [region_id=14] [thread_id=104] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 4 } peers { id: 23 store_id: 5 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 4 } peers { id: 23 store_id: 5 role: Learner }"] [changes="[peer { id: 23 store_id: 5 }]"] [peer_id=23] [region_id=10] [thread_id=103] [2024/05/06 22:08:33.173 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {23, 18, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:33.173 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 25, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:09:23.137 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=2_6_10] [peer_id=27] [region_id=2] [thread_id=101] [2024/05/06 22:09:23.137 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=10_6_9] [peer_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:09:23.137 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=12_6_7] [peer_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:09:23.137 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=14_6_9] [peer_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:09:23.137 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=16_6_9] [peer_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:09:23.137 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:23.138 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:23.138 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:23.138 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:23.138 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] ==> ./tikv1.log <== [2024/05/06 22:08:19.190 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:08:19.190 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:08:19.190 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:08:19.190 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:08:19.190 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:08:19.190 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:08:19.190 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:08:19.190 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:08:19.190 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:08:19.190 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:08:19.190 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:08:19.190 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={56, 57, 0, 14, 17, 63, 12, 52, 13, 26, 11, 49, 62, 64, 33, 51, 58, 30, 59, 50, 54, 16, 55, 71, 65, 32, 66, 53, 18, 47, 36, 68, 19, 29, 70, 31, 61, 69, 34, 15, 22, 23, 35, 21, 60, 24, 48, 67, 20, 28, 27, 25}"] [thread_id=1] [2024/05/06 22:08:19.190 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:08:19.190 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 4096, expect 32768"] [thread_id=1] [2024/05/06 22:08:19.190 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:08:19.190 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:08:19.192 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:19.192 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:08:19.192 +08:00] [INFO] [] ["subchannel 0x7ff46384d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7ff4638afb18, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7ff463837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7ff4638d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004499.192519357\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:08:19.192 +08:00] [INFO] [] ["subchannel 0x7ff46384d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7ff4638afb18, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7ff463837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7ff4638d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.192 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:19.192 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.193 +08:00] [INFO] [] ["subchannel 0x7ff46384dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7ff4638afb18, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7ff463837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7ff4638d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004499.193107281\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:08:19.193 +08:00] [INFO] [] ["subchannel 0x7ff46384dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7ff4638afb18, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7ff463837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7ff4638d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.193 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.193 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:19.193 +08:00] [INFO] [] ["subchannel 0x7ff46384e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7ff4638afb18, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7ff463837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7ff4638d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004499.193459557\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:08:19.193 +08:00] [INFO] [] ["subchannel 0x7ff46384e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7ff4638afb18, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7ff463837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7ff4638d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.193 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:19.193 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:08:19.494 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:21.495 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:21.495 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:22.734 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:23.035 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:23.036 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:23.037 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:23.038 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:23.039 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:23.040 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:23.040 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:08:23.040 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888252135750964] [thread_id=1] [2024/05/06 22:08:23.041 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:23.041 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:23.042 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20180] [thread_id=1] [2024/05/06 22:08:23.043 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:08:23.043 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44623/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44622/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44621/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44620/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44619/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44618/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44617/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44616/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44615/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35269/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/321/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/320/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/319/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/318/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/317/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/316/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/315/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/307673/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/307673/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data] [thread_id=1] [2024/05/06 22:08:23.044 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data] [thread_id=1] [2024/05/06 22:08:23.044 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44623/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44622/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44621/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44620/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44619/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44618/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44617/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44616/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44615/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35269/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/321/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/320/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/319/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/318/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/317/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/316/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/315/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/307673/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/307673/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft] [thread_id=1] [2024/05/06 22:08:23.044 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft] [thread_id=1] [2024/05/06 22:08:23.044 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv1.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20160\",\"advertise-addr\":\"127.0.0.1:20160\",\"status-addr\":\"127.0.0.1:20180\",\"advertise-status-addr\":\"127.0.0.1:20180\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:08:23.045 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:08:23.045 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=0ns] [thread_id=17] [2024/05/06 22:08:23.046 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=18] [2024/05/06 22:08:23.046 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=18] [2024/05/06 22:08:23.046 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:08:23.046 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=17] [2024/05/06 22:08:23.049 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:08:23.049 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:08:23.050 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 204.157µs"] [thread_id=1] [2024/05/06 22:08:23.112 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:08:23.114 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:08:23.114 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:08:23.114 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/log-backup-temp] [thread_id=1] [2024/05/06 22:08:23.115 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=74] [2024/05/06 22:08:23.115 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:08:23.115 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:08:23.115 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:08:23.115 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=73] [2024/05/06 22:08:23.115 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:08:23.115 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=74] [2024/05/06 22:08:23.122 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 2 region_epoch { conf_ver: 1 version: 1 } peers { id: 3 store_id: 1 }"] [store_id=1] [thread_id=1] [2024/05/06 22:08:23.128 +08:00] [INFO] [raft_server.rs:404] ["bootstrap cluster ok"] [cluster_id=7365888252135750964] [thread_id=1] [2024/05/06 22:08:23.128 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 1 address: \"127.0.0.1:20160\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20160\" status_address: \"127.0.0.1:20180\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004503 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:08:23.132 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=1] [status=Some()] [thread_id=1] [2024/05/06 22:08:23.132 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:08:23.132 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=4] [thread_id=1] [2024/05/06 22:08:23.132 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=5] [thread_id=1] [2024/05/06 22:08:23.132 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=1] [thread_id=1] [2024/05/06 22:08:23.133 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:08:23.136 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:08:23.136 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:23.136 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {3} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:23.136 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:23.136 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {3} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:23.136 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 3."] [id=3] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:23.136 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:23.136 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:23.136 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:23.136 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:23.136 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=207.332µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=1] [store_id=1] [thread_id=1] [2024/05/06 22:08:23.136 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=5.067µs] [garbage_range_count=2] [store_id=1] [thread_id=1] [2024/05/06 22:08:23.137 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803778] [region_id=2] [thread_id=101] [2024/05/06 22:08:23.138 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:08:23.138 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:08:23.138 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:08:23.139 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=2] [thread_id=31] [2024/05/06 22:08:23.141 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 2 region_epoch { conf_ver: 1 version: 1 } peers { id: 3 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:23.141 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(0)] [region=2] [thread_id=68] [2024/05/06 22:08:23.143 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:08:23.143 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:08:23.143 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:08:23.143 +08:00] [INFO] [deadlock.rs:761] ["became the leader of deadlock detector!"] [self_id=1] [thread_id=127] [2024/05/06 22:08:23.145 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20160] [thread_id=1] [2024/05/06 22:08:23.145 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=18] [2024/05/06 22:08:23.145 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=18] [2024/05/06 22:08:23.150 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:26.141 +08:00] [INFO] [pd.rs:1531] ["try to split"] [region_epoch="conf_ver: 1 version: 1"] [region_id=2] [thread_id=31] [2024/05/06 22:08:26.141 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=pd] [split_keys="4 keys range from 7200000000000000FB to 7800000100000000FB"] [peer_id=3] [region_id=2] [thread_id=101] [2024/05/06 22:08:26.142 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 2 region_epoch { conf_ver: 1 version: 1 } peers { id: 3 store_id: 1 }"] [new_region_ids="[new_region_id: 10 new_peer_ids: 11, new_region_id: 12 new_peer_ids: 13, new_region_id: 14 new_peer_ids: 15, new_region_id: 16 new_peer_ids: 17]"] [region_id=2] [thread_id=31] [2024/05/06 22:08:26.142 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7200000000000000FB new_region_id: 10 new_peer_ids: 11 } requests { split_key: 7200000100000000FB new_region_id: 12 new_peer_ids: 13 } requests { split_key: 7800000000000000FB new_region_id: 14 new_peer_ids: 15 } requests { split_key: 7800000100000000FB new_region_id: 16 new_peer_ids: 17 } right_derive: true }"] [index=7] [term=6] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:26.142 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="4 keys range from 7200000000000000FB to 7800000100000000FB"] [region="id: 2 region_epoch { conf_ver: 1 version: 1 } peers { id: 3 store_id: 1 }"] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:26.142 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=2] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=5] [peer_id=3] [region_id=2] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 1 }"] [region_id=10] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:08:26.143 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(0)] [region_id=2] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:08:26.143 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 3 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:26.143 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 11."] [id=11] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 1 }"] [region_id=12] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 13."] [id=13] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 1 }"] [region_id=14] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 15."] [id=15] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 17 store_id: 1 }"] [region_id=16] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 17."] [id=17] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=10] [thread_id=102] [2024/05/06 22:08:26.143 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=12] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=14] [thread_id=101] [2024/05/06 22:08:26.143 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=16] [thread_id=102] [2024/05/06 22:08:26.143 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=10] [thread_id=31] [2024/05/06 22:08:26.143 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:26.143 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=12] [thread_id=31] [2024/05/06 22:08:26.143 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:26.143 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=14] [thread_id=31] [2024/05/06 22:08:26.143 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=16] [thread_id=31] [2024/05/06 22:08:26.143 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 17 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:26.143 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=7] [observe_id=ObserveId(1)] [region=2] [thread_id=68] [2024/05/06 22:08:26.143 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:26.143 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(2)] [region=12] [thread_id=68] [2024/05/06 22:08:26.143 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(4)] [region=16] [thread_id=68] [2024/05/06 22:08:26.143 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(5)] [region=10] [thread_id=68] [2024/05/06 22:08:26.143 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(3)] [region=14] [thread_id=68] [2024/05/06 22:08:33.139 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:33.147 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 18 store_id: 4 role: Learner } change_type: AddLearnerNode]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:33.147 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 18 store_id: 4 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:33.147 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 19 store_id: 5 role: Learner } change_type: AddLearnerNode]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:33.147 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 20 store_id: 4 role: Learner } change_type: AddLearnerNode]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:33.147 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 19 store_id: 5 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:33.147 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 20 store_id: 4 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:33.147 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 21 store_id: 4 role: Learner } change_type: AddLearnerNode]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:33.147 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 22 store_id: 4 role: Learner } change_type: AddLearnerNode]"] [region_id=2] [thread_id=31] [2024/05/06 22:08:33.147 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 21 store_id: 4 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:33.147 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 22 store_id: 4 role: Learner }]"] [peer_id=3] [region_id=2] [thread_id=101] [2024/05/06 22:08:33.147 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 18 store_id: 4 role: Learner } } }"] [index=7] [term=6] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:33.147 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:33.147 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 4 role: Learner }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 18 store_id: 4 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:33.147 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 19 store_id: 5 role: Learner } } }"] [index=7] [term=6] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:33.147 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:33.147 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 20 store_id: 4 role: Learner } } }"] [index=7] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:33.147 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:33.147 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 4 role: Learner }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 20 store_id: 4 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:33.147 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 role: Learner }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 19 store_id: 5 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:33.147 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 21 store_id: 4 role: Learner } } }"] [index=7] [term=6] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:33.147 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:33.147 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 4 role: Learner }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 17 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 21 store_id: 4 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:33.147 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 22 store_id: 4 role: Learner } } }"] [index=8] [term=6] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:33.147 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:33.147 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 3 store_id: 1 } peers { id: 22 store_id: 4 role: Learner }"] [original_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 3 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 22 store_id: 4 role: Learner }]"] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:33.147 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {19}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:33.147 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 role: Learner }"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:33.147 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {18}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:33.147 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 4 role: Learner }"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:33.148 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {20}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:33.148 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 4 role: Learner }"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:33.149 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20162] [store_id=5] [thread_id=71] [2024/05/06 22:08:33.149 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=5] [addr=127.0.0.1:20162] [thread_id=71] [2024/05/06 22:08:33.149 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {3} }, outgoing: Configuration { voters: {} } }, learners: {22}, learners_next: {}, auto_leave: false }"] [raft_id=3] [region_id=2] [thread_id=101] [2024/05/06 22:08:33.149 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }, learners: {21}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:33.149 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 3 store_id: 1 } peers { id: 22 store_id: 4 role: Learner }"] [peer_id=3] [region_id=2] [thread_id=101] [2024/05/06 22:08:33.149 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 4 role: Learner }"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:33.149 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=2] [cost=1.079378ms] [addr=127.0.0.1:20162] [store_id=5] [thread_id=71] [2024/05/06 22:08:33.149 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20161] [store_id=4] [thread_id=71] [2024/05/06 22:08:33.149 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=4] [addr=127.0.0.1:20161] [thread_id=71] [2024/05/06 22:08:33.149 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=8] [cost=607.38µs] [addr=127.0.0.1:20161] [store_id=4] [thread_id=71] [2024/05/06 22:08:33.152 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(5)] [thread_id=7] [2024/05/06 22:08:33.152 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=19] [request_index=0] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:33.152 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(4)] [thread_id=8] [2024/05/06 22:08:33.152 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=18] [request_index=0] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:33.152 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=20] [request_index=0] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:33.153 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=21] [request_index=0] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:33.153 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=22] [request_index=0] [peer_id=3] [region_id=2] [thread_id=101] [2024/05/06 22:08:33.153 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:33.153 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:33.153 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:33.153 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:33.153 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:33.153 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:33.153 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=599.23µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:33.154 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=510.235µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:33.154 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=19] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:33.154 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_2_6_8_(default|lock|write).sst] [region_id=2] [thread_id=83] [2024/05/06 22:08:33.154 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=20] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:33.154 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_2_6_8_(default|lock|write).sst] [region_id=2] [thread_id=83] [2024/05/06 22:08:33.154 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:33.154 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:33.154 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_2_6_8_(default|lock|write).sst] [region_id=2] [thread_id=83] [2024/05/06 22:08:33.154 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:33.154 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:33.154 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=485.151µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_2_6_8_(default|lock|write).sst] [region_id=2] [thread_id=83] [2024/05/06 22:08:33.154 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=434.552µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:33.154 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:33.154 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=22] [peer_id=3] [region_id=2] [thread_id=101] [2024/05/06 22:08:33.154 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=21] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:33.154 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:33.154 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:33.154 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:33.154 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:33.155 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=434.118µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:33.155 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:33.155 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=18] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:33.155 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:33.156 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.837349ms] [size=0] [snap_key=12_6_7] [region_id=12] [thread_id=133] [2024/05/06 22:08:33.156 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 19 store_id: 5 role: Learner"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:33.156 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.874178ms] [size=0] [snap_key=14_6_7] [region_id=14] [thread_id=133] [2024/05/06 22:08:33.156 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 20 store_id: 4 role: Learner"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:33.156 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.497683ms] [size=0] [snap_key=16_6_7] [region_id=16] [thread_id=132] [2024/05/06 22:08:33.156 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 21 store_id: 4 role: Learner"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:33.156 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.762012ms] [size=0] [snap_key=2_6_8] [region_id=2] [thread_id=131] [2024/05/06 22:08:33.156 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 22 store_id: 4 role: Learner"] [peer_id=3] [region_id=2] [thread_id=102] [2024/05/06 22:08:33.156 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.475212ms] [size=0] [snap_key=10_6_7] [region_id=10] [thread_id=133] [2024/05/06 22:08:33.156 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 18 store_id: 4 role: Learner"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:33.156 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 19 store_id: 5 }]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:33.156 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 19 store_id: 5 }]"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:33.157 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 19 store_id: 5 } } }"] [index=8] [term=6] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:33.157 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:33.157 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 role: Learner }"] [changes="[peer { id: 19 store_id: 5 }]"] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:33.157 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 20 store_id: 4 }]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:33.157 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 20 store_id: 4 }]"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:33.157 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 21 store_id: 4 }]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:33.157 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 21 store_id: 4 }]"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:33.157 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 22 store_id: 4 }]"] [region_id=2] [thread_id=31] [2024/05/06 22:08:33.157 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:33.157 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 }"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:33.157 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 22 store_id: 4 }]"] [peer_id=3] [region_id=2] [thread_id=102] [2024/05/06 22:08:33.157 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 20 store_id: 4 } } }"] [index=8] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:33.157 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:33.157 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 4 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 4 role: Learner }"] [changes="[peer { id: 20 store_id: 4 }]"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:33.157 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 21 store_id: 4 } } }"] [index=8] [term=6] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:33.157 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:33.157 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 4 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 4 role: Learner }"] [changes="[peer { id: 21 store_id: 4 }]"] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:33.157 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 18 store_id: 4 }]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:33.157 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 22 store_id: 4 } } }"] [index=9] [term=6] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:33.157 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:33.157 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:33.157 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 18 store_id: 4 }]"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:33.157 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 3 store_id: 1 } peers { id: 22 store_id: 4 }"] [original_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 3 store_id: 1 } peers { id: 22 store_id: 4 role: Learner }"] [changes="[peer { id: 22 store_id: 4 }]"] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:33.157 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 4 }"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:33.157 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 21} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:33.157 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 18 store_id: 4 } } }"] [index=8] [term=6] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:33.157 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:33.157 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 4 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 4 role: Learner }"] [changes="[peer { id: 18 store_id: 4 }]"] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:33.157 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 4 }"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:33.157 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {22, 3} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=3] [region_id=2] [thread_id=102] [2024/05/06 22:08:33.157 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 3 store_id: 1 } peers { id: 22 store_id: 4 }"] [peer_id=3] [region_id=2] [thread_id=102] [2024/05/06 22:08:33.158 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {18, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:33.158 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 4 }"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:33.167 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 23 store_id: 5 role: Learner } change_type: AddLearnerNode]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:33.168 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 5 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:33.168 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 24 store_id: 4 role: Learner } change_type: AddLearnerNode]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:33.168 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 4 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:33.168 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 25 store_id: 5 role: Learner } change_type: AddLearnerNode]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:33.168 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 5 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:33.168 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 26 store_id: 5 role: Learner } change_type: AddLearnerNode]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:33.168 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 26 store_id: 5 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:33.168 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 27 store_id: 5 role: Learner } change_type: AddLearnerNode]"] [region_id=2] [thread_id=31] [2024/05/06 22:08:33.168 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 27 store_id: 5 role: Learner }]"] [peer_id=3] [region_id=2] [thread_id=102] [2024/05/06 22:08:33.168 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 23 store_id: 5 role: Learner } } }"] [index=9] [term=6] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:33.168 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:33.168 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 4 } peers { id: 23 store_id: 5 role: Learner }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 4 }"] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 5 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:33.168 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 24 store_id: 4 role: Learner } } }"] [index=9] [term=6] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:33.168 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:33.168 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 24 store_id: 4 role: Learner }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 }"] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 4 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:33.168 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 25 store_id: 5 role: Learner } } }"] [index=9] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:33.168 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:33.168 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 4 } peers { id: 25 store_id: 5 role: Learner }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 4 }"] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 5 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:33.168 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {18, 11} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:33.168 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 26 store_id: 5 role: Learner } } }"] [index=9] [term=6] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:33.168 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 19} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:33.168 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:33.168 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 4 } peers { id: 26 store_id: 5 role: Learner }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 4 }"] [changes="[change_type: AddLearnerNode peer { id: 26 store_id: 5 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:33.168 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 4 } peers { id: 23 store_id: 5 role: Learner }"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:33.168 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 27 store_id: 5 role: Learner } } }"] [index=10] [term=6] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:33.168 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:33.168 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 3 store_id: 1 } peers { id: 22 store_id: 4 } peers { id: 27 store_id: 5 role: Learner }"] [original_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 3 store_id: 1 } peers { id: 22 store_id: 4 }"] [changes="[change_type: AddLearnerNode peer { id: 27 store_id: 5 role: Learner }]"] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:33.168 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 24 store_id: 4 role: Learner }"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:33.168 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 15} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:33.168 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 4 } peers { id: 25 store_id: 5 role: Learner }"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:33.168 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 21} }, outgoing: Configuration { voters: {} } }, learners: {26}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:33.168 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {22, 3} }, outgoing: Configuration { voters: {} } }, learners: {27}, learners_next: {}, auto_leave: false }"] [raft_id=3] [region_id=2] [thread_id=101] [2024/05/06 22:08:33.168 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 4 } peers { id: 26 store_id: 5 role: Learner }"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:33.168 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 3 store_id: 1 } peers { id: 22 store_id: 4 } peers { id: 27 store_id: 5 role: Learner }"] [peer_id=3] [region_id=2] [thread_id=101] [2024/05/06 22:08:33.168 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=24] [request_index=0] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:33.168 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=23] [request_index=0] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:33.169 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=25] [request_index=0] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:33.169 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=26] [request_index=0] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:33.169 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=27] [request_index=0] [peer_id=3] [region_id=2] [thread_id=102] [2024/05/06 22:08:33.169 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:33.169 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:33.169 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:33.169 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:33.169 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:33.169 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:33.169 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=417.443µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:33.169 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=445.156µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:33.169 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=24] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:33.169 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=23] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:33.169 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:33.169 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_2_6_10_(default|lock|write).sst] [region_id=2] [thread_id=84] [2024/05/06 22:08:33.169 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:33.169 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:33.169 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_2_6_10_(default|lock|write).sst] [region_id=2] [thread_id=84] [2024/05/06 22:08:33.169 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:33.169 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_2_6_10_(default|lock|write).sst] [region_id=2] [thread_id=84] [2024/05/06 22:08:33.169 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:33.169 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=372.551µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_2_6_10_(default|lock|write).sst] [region_id=2] [thread_id=84] [2024/05/06 22:08:33.170 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=396.487µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:33.170 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=25] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:33.170 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=27] [peer_id=3] [region_id=2] [thread_id=101] [2024/05/06 22:08:33.170 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:33.170 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:33.170 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:33.170 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:33.170 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:33.170 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=349.406µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:33.170 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=26] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:33.170 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:33.171 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.402778ms] [size=0] [snap_key=12_6_9] [region_id=12] [thread_id=133] [2024/05/06 22:08:33.171 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 24 store_id: 4 role: Learner"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:33.171 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 24 store_id: 4 }]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:33.171 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 24 store_id: 4 }]"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:33.171 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.189175ms] [size=0] [snap_key=2_6_10] [region_id=2] [thread_id=133] [2024/05/06 22:08:33.171 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 27 store_id: 5 role: Learner"] [peer_id=3] [region_id=2] [thread_id=101] [2024/05/06 22:08:33.171 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.723433ms] [size=0] [snap_key=10_6_9] [region_id=10] [thread_id=131] [2024/05/06 22:08:33.171 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 23 store_id: 5 role: Learner"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:33.171 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.517743ms] [size=0] [snap_key=14_6_9] [region_id=14] [thread_id=132] [2024/05/06 22:08:33.171 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 25 store_id: 5 role: Learner"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:33.171 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.224569ms] [size=0] [snap_key=16_6_9] [region_id=16] [thread_id=133] [2024/05/06 22:08:33.171 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 26 store_id: 5 role: Learner"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:33.171 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 4 } } }"] [index=10] [term=6] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:33.171 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:33.171 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 24 store_id: 4 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 24 store_id: 4 role: Learner }"] [changes="[peer { id: 24 store_id: 4 }]"] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:33.172 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 27 store_id: 5 }]"] [region_id=2] [thread_id=31] [2024/05/06 22:08:33.172 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 27 store_id: 5 }]"] [peer_id=3] [region_id=2] [thread_id=101] [2024/05/06 22:08:33.172 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {24, 13, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:33.172 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 24 store_id: 4 }"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:33.172 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 26 store_id: 5 }]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:33.172 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 26 store_id: 5 }]"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 27 store_id: 5 } } }"] [index=11] [term=6] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 3 store_id: 1 } peers { id: 22 store_id: 4 } peers { id: 27 store_id: 5 }"] [original_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 3 store_id: 1 } peers { id: 22 store_id: 4 } peers { id: 27 store_id: 5 role: Learner }"] [changes="[peer { id: 27 store_id: 5 }]"] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 26 store_id: 5 } } }"] [index=10] [term=6] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 4 } peers { id: 26 store_id: 5 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 4 } peers { id: 26 store_id: 5 role: Learner }"] [changes="[peer { id: 26 store_id: 5 }]"] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:33.172 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 23 store_id: 5 }]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:33.172 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 25 store_id: 5 }]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:33.172 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 23 store_id: 5 }]"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:33.172 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 25 store_id: 5 }]"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:33.172 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {27, 22, 3} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=3] [region_id=2] [thread_id=101] [2024/05/06 22:08:33.172 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 3 store_id: 1 } peers { id: 22 store_id: 4 } peers { id: 27 store_id: 5 }"] [peer_id=3] [region_id=2] [thread_id=101] [2024/05/06 22:08:33.172 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 21, 26} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:33.172 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 4 } peers { id: 26 store_id: 5 }"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 5 } } }"] [index=10] [term=6] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 5 } } }"] [index=10] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 4 } peers { id: 23 store_id: 5 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 4 } peers { id: 23 store_id: 5 role: Learner }"] [changes="[peer { id: 23 store_id: 5 }]"] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 4 } peers { id: 25 store_id: 5 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 4 } peers { id: 25 store_id: 5 role: Learner }"] [changes="[peer { id: 25 store_id: 5 }]"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:33.172 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {23, 18, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:33.172 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 4 } peers { id: 23 store_id: 5 }"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:33.173 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 25, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:33.173 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 4 } peers { id: 25 store_id: 5 }"] [peer_id=15] [region_id=14] [thread_id=102] ==> ./tikv2.log <== [2024/05/06 22:08:19.191 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:08:19.191 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:08:19.191 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:08:19.191 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:08:19.191 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:08:19.191 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:08:19.191 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:08:19.191 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:08:19.191 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:08:19.191 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:08:19.191 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:08:19.191 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={51, 56, 34, 63, 65, 67, 68, 60, 71, 20, 49, 28, 0, 61, 23, 18, 70, 69, 33, 59, 25, 62, 14, 54, 64, 29, 66, 16, 19, 35, 48, 55, 11, 17, 26, 31, 36, 57, 12, 58, 15, 27, 32, 52, 47, 53, 13, 24, 22, 21, 30, 50}"] [thread_id=1] [2024/05/06 22:08:19.191 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:08:19.191 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 4096, expect 32768"] [thread_id=1] [2024/05/06 22:08:19.191 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:08:19.191 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:08:19.193 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:19.193 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:08:19.193 +08:00] [INFO] [] ["subchannel 0x7f980cc4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f980ccafb28, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f980cc37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f980ccd2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004499.193487881\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:08:19.193 +08:00] [INFO] [] ["subchannel 0x7f980cc4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f980ccafb28, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f980cc37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f980ccd2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.193 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:19.193 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.194 +08:00] [INFO] [] ["subchannel 0x7f980cc4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f980ccafb28, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f980cc37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f980ccd2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004499.194001474\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:08:19.194 +08:00] [INFO] [] ["subchannel 0x7f980cc4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f980ccafb28, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f980cc37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f980ccd2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.194 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.194 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:19.194 +08:00] [INFO] [] ["subchannel 0x7f980cc4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f980ccafb28, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f980cc37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f980ccd2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004499.194259667\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:08:19.194 +08:00] [INFO] [] ["subchannel 0x7f980cc4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f980ccafb28, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f980cc37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f980ccd2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.194 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:19.194 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:08:19.495 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:21.496 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:21.496 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:22.734 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:23.036 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:23.039 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:23.040 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:23.041 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:23.041 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:23.042 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:23.042 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:08:23.042 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888252135750964] [thread_id=1] [2024/05/06 22:08:23.043 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:23.043 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:23.044 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20181] [thread_id=1] [2024/05/06 22:08:23.045 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:08:23.045 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44623/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44622/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44621/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44620/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44619/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44618/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44617/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44616/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44615/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35269/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/321/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/320/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/319/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/318/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/317/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/316/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/315/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/307673/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/307673/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data] [thread_id=1] [2024/05/06 22:08:23.046 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data] [thread_id=1] [2024/05/06 22:08:23.046 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44623/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44622/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44621/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44620/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44619/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44618/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44617/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44616/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/44615/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/35269/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/321/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/320/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/319/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/318/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/317/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/316/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/315/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/307673/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/307673/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft] [thread_id=1] [2024/05/06 22:08:23.046 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft] [thread_id=1] [2024/05/06 22:08:23.046 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv2.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20161\",\"advertise-addr\":\"127.0.0.1:20161\",\"status-addr\":\"127.0.0.1:20181\",\"advertise-status-addr\":\"127.0.0.1:20181\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:08:23.047 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:08:23.047 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=0ns] [thread_id=17] [2024/05/06 22:08:23.048 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=17] [2024/05/06 22:08:23.048 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=17] [2024/05/06 22:08:23.048 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:08:23.048 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=18] [2024/05/06 22:08:23.054 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:08:23.054 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:08:23.054 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 212.608µs"] [thread_id=1] [2024/05/06 22:08:23.116 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:08:23.118 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:08:23.118 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:08:23.118 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/log-backup-temp] [thread_id=1] [2024/05/06 22:08:23.119 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=73] [2024/05/06 22:08:23.119 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:08:23.119 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:08:23.119 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:08:23.119 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=73] [2024/05/06 22:08:23.119 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:08:23.119 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=74] [2024/05/06 22:08:23.126 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 6 region_epoch { conf_ver: 1 version: 1 } peers { id: 7 store_id: 4 }"] [store_id=4] [thread_id=1] [2024/05/06 22:08:23.127 +08:00] [INFO] [raft_server.rs:416] ["cluster is already bootstrapped"] [cluster_id=7365888252135750964] [thread_id=1] [2024/05/06 22:08:23.127 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 4 address: \"127.0.0.1:20161\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20161\" status_address: \"127.0.0.1:20181\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004503 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:08:23.130 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=4] [status=Some()] [thread_id=1] [2024/05/06 22:08:23.130 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:08:23.130 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=4] [thread_id=1] [2024/05/06 22:08:23.130 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=5] [thread_id=1] [2024/05/06 22:08:23.130 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=4] [thread_id=1] [2024/05/06 22:08:23.131 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:08:23.134 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:08:23.135 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=57.021µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=0] [store_id=4] [thread_id=1] [2024/05/06 22:08:23.135 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=32.285µs] [garbage_range_count=1] [store_id=4] [thread_id=1] [2024/05/06 22:08:23.137 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:08:23.137 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:08:23.137 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:08:23.141 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:08:23.141 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:08:23.142 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:08:23.144 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20161] [thread_id=1] [2024/05/06 22:08:23.144 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=18] [2024/05/06 22:08:23.144 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=18] [2024/05/06 22:08:23.149 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:33.138 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:33.150 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(1)] [thread_id=7] [2024/05/06 22:08:33.150 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=11] [store_id=4] [peer_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:33.150 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:33.150 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:33.150 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:33.150 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 18."] [id=18] [raft_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:33.150 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=15] [store_id=4] [peer_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:08:33.150 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:08:33.150 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:08:33.150 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:08:33.150 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 20."] [id=20] [raft_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:08:33.150 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=3] [store_id=4] [peer_id=22] [region_id=2] [thread_id=102] [2024/05/06 22:08:33.150 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=2] [thread_id=102] [2024/05/06 22:08:33.151 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=22] [region_id=2] [thread_id=102] [2024/05/06 22:08:33.151 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=22] [region_id=2] [thread_id=102] [2024/05/06 22:08:33.151 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 22."] [id=22] [raft_id=22] [region_id=2] [thread_id=102] [2024/05/06 22:08:33.151 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 11"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=11] [raft_id=18] [region_id=10] [thread_id=101] [2024/05/06 22:08:33.151 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=18] [region_id=10] [thread_id=101] [2024/05/06 22:08:33.151 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=17] [store_id=4] [peer_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:08:33.151 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:08:33.151 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:08:33.151 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:08:33.151 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 21."] [id=21] [raft_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:08:33.151 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 15"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=15] [raft_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:08:33.151 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:08:33.151 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 3"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=3] [raft_id=22] [region_id=2] [thread_id=101] [2024/05/06 22:08:33.151 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=22] [region_id=2] [thread_id=101] [2024/05/06 22:08:33.151 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 17"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=17] [raft_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:08:33.151 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:08:33.152 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20160] [store_id=1] [thread_id=71] [2024/05/06 22:08:33.152 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=1] [addr=127.0.0.1:20160] [thread_id=71] [2024/05/06 22:08:33.152 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=4] [cost=692.285µs] [addr=127.0.0.1:20160] [store_id=1] [thread_id=71] [2024/05/06 22:08:33.155 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=131] [2024/05/06 22:08:33.155 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=132] [2024/05/06 22:08:33.155 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=130] [2024/05/06 22:08:33.155 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_2_6_8_(default|lock|write).sst] [snap_key=2_6_8] [thread_id=131] [2024/05/06 22:08:33.155 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_16_6_7_(default|lock|write).sst] [snap_key=16_6_7] [thread_id=132] [2024/05/06 22:08:33.155 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_14_6_7_(default|lock|write).sst] [snap_key=14_6_7] [thread_id=130] [2024/05/06 22:08:33.155 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=129] [2024/05/06 22:08:33.155 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_10_6_7_(default|lock|write).sst] [snap_key=10_6_7] [thread_id=129] [2024/05/06 22:08:33.156 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=663.049µs] [snap_key=16_6_7] [thread_id=132] [2024/05/06 22:08:33.156 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=503.492µs] [snap_key=14_6_7] [thread_id=130] [2024/05/06 22:08:33.156 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:08:33.156 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=21] [region_id=16] [thread_id=101] [2024/05/06 22:08:33.156 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {20}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:08:33.156 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:08:33.156 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }, learners: {21}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=16] [thread_id=101] [2024/05/06 22:08:33.156 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:08:33.156 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=21] [region_id=16] [thread_id=101] [2024/05/06 22:08:33.156 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=21] [region_id=16] [thread_id=101] [2024/05/06 22:08:33.156 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:08:33.156 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=756.946µs] [snap_key=2_6_8] [thread_id=131] [2024/05/06 22:08:33.156 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=21] [region_id=16] [thread_id=101] [2024/05/06 22:08:33.156 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 4 role: Learner }"] [peer_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:08:33.156 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 4 role: Learner }"] [peer_id=21] [region_id=16] [thread_id=101] [2024/05/06 22:08:33.156 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 8, term: 6]"] [snapshot_term=6] [snapshot_index=8] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=22] [region_id=2] [thread_id=102] [2024/05/06 22:08:33.156 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {3} }, outgoing: Configuration { voters: {} } }, learners: {22}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=2] [thread_id=102] [2024/05/06 22:08:33.156 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=8] [last_term=6] [last_index=8] [commit=8] [raft_id=22] [region_id=2] [thread_id=102] [2024/05/06 22:08:33.156 +08:00] [INFO] [raft.rs:2549] ["[commit: 8, term: 6] restored snapshot [index: 8, term: 6]"] [snapshot_term=6] [snapshot_index=8] [commit=8] [term=6] [raft_id=22] [region_id=2] [thread_id=102] [2024/05/06 22:08:33.156 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=22] [region_id=2] [thread_id=102] [2024/05/06 22:08:33.156 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 8 truncated_state { index: 8 term: 6 }"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 3 store_id: 1 } peers { id: 22 store_id: 4 role: Learner }"] [peer_id=22] [region_id=2] [thread_id=102] [2024/05/06 22:08:33.156 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=510.948µs] [snap_key=10_6_7] [thread_id=129] [2024/05/06 22:08:33.156 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=18] [region_id=10] [thread_id=101] [2024/05/06 22:08:33.156 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {18}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=10] [thread_id=101] [2024/05/06 22:08:33.156 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=18] [region_id=10] [thread_id=101] [2024/05/06 22:08:33.156 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=18] [region_id=10] [thread_id=101] [2024/05/06 22:08:33.156 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=18] [region_id=10] [thread_id=101] [2024/05/06 22:08:33.156 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 4 role: Learner }"] [peer_id=18] [region_id=10] [thread_id=101] [2024/05/06 22:08:33.156 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 4 role: Learner }"] [peer_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:08:33.156 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=20] [region_id=14] [thread_id=80] [2024/05/06 22:08:33.156 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:33.156 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=38.274µs] [region_id=14] [thread_id=80] [2024/05/06 22:08:33.156 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 4 role: Learner }"] [peer_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:08:33.156 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=21] [region_id=16] [thread_id=80] [2024/05/06 22:08:33.157 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 3 store_id: 1 } peers { id: 22 store_id: 4 role: Learner }"] [peer_id=22] [region_id=2] [thread_id=101] [2024/05/06 22:08:33.157 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 4 role: Learner }"] [peer_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:33.157 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:33.157 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=20.407µs] [region_id=16] [thread_id=80] [2024/05/06 22:08:33.157 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=22] [region_id=2] [thread_id=80] [2024/05/06 22:08:33.157 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:33.157 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=21.04µs] [region_id=2] [thread_id=80] [2024/05/06 22:08:33.157 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=18] [region_id=10] [thread_id=80] [2024/05/06 22:08:33.157 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:33.157 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=22.281µs] [region_id=10] [thread_id=80] [2024/05/06 22:08:33.157 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 20 store_id: 4 } } }"] [index=8] [term=6] [peer_id=20] [region_id=14] [thread_id=103] [2024/05/06 22:08:33.157 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=20] [region_id=14] [thread_id=103] [2024/05/06 22:08:33.157 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 21 store_id: 4 } } }"] [index=8] [term=6] [peer_id=21] [region_id=16] [thread_id=104] [2024/05/06 22:08:33.157 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=21] [region_id=16] [thread_id=104] [2024/05/06 22:08:33.157 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 4 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 4 role: Learner }"] [changes="[peer { id: 20 store_id: 4 }]"] [peer_id=20] [region_id=14] [thread_id=103] [2024/05/06 22:08:33.157 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 4 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 4 role: Learner }"] [changes="[peer { id: 21 store_id: 4 }]"] [peer_id=21] [region_id=16] [thread_id=104] [2024/05/06 22:08:33.157 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 22 store_id: 4 } } }"] [index=9] [term=6] [peer_id=22] [region_id=2] [thread_id=103] [2024/05/06 22:08:33.157 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=22] [region_id=2] [thread_id=103] [2024/05/06 22:08:33.157 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 3 store_id: 1 } peers { id: 22 store_id: 4 }"] [original_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 3 store_id: 1 } peers { id: 22 store_id: 4 role: Learner }"] [changes="[peer { id: 22 store_id: 4 }]"] [peer_id=22] [region_id=2] [thread_id=103] [2024/05/06 22:08:33.157 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 18 store_id: 4 } } }"] [index=8] [term=6] [peer_id=18] [region_id=10] [thread_id=103] [2024/05/06 22:08:33.157 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=18] [region_id=10] [thread_id=103] [2024/05/06 22:08:33.157 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 4 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 4 role: Learner }"] [changes="[peer { id: 18 store_id: 4 }]"] [peer_id=18] [region_id=10] [thread_id=103] [2024/05/06 22:08:33.158 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 21} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=16] [thread_id=101] [2024/05/06 22:08:33.158 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=14] [thread_id=101] [2024/05/06 22:08:33.158 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {18, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:33.158 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {22, 3} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=2] [thread_id=101] [2024/05/06 22:08:33.168 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 23 store_id: 5 role: Learner } } }"] [index=9] [term=6] [peer_id=18] [region_id=10] [thread_id=104] [2024/05/06 22:08:33.168 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=18] [region_id=10] [thread_id=104] [2024/05/06 22:08:33.168 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 4 } peers { id: 23 store_id: 5 role: Learner }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 4 }"] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 5 role: Learner }]"] [peer_id=18] [region_id=10] [thread_id=104] [2024/05/06 22:08:33.168 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 25 store_id: 5 role: Learner } } }"] [index=9] [term=6] [peer_id=20] [region_id=14] [thread_id=103] [2024/05/06 22:08:33.168 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=20] [region_id=14] [thread_id=103] [2024/05/06 22:08:33.168 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 4 } peers { id: 25 store_id: 5 role: Learner }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 4 }"] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 5 role: Learner }]"] [peer_id=20] [region_id=14] [thread_id=103] [2024/05/06 22:08:33.168 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 26 store_id: 5 role: Learner } } }"] [index=9] [term=6] [peer_id=21] [region_id=16] [thread_id=104] [2024/05/06 22:08:33.168 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {18, 11} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:33.168 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=21] [region_id=16] [thread_id=104] [2024/05/06 22:08:33.168 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 4 } peers { id: 26 store_id: 5 role: Learner }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 4 }"] [changes="[change_type: AddLearnerNode peer { id: 26 store_id: 5 role: Learner }]"] [peer_id=21] [region_id=16] [thread_id=104] [2024/05/06 22:08:33.168 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 27 store_id: 5 role: Learner } } }"] [index=10] [term=6] [peer_id=22] [region_id=2] [thread_id=104] [2024/05/06 22:08:33.168 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=22] [region_id=2] [thread_id=104] [2024/05/06 22:08:33.168 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 3 store_id: 1 } peers { id: 22 store_id: 4 } peers { id: 27 store_id: 5 role: Learner }"] [original_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 3 store_id: 1 } peers { id: 22 store_id: 4 }"] [changes="[change_type: AddLearnerNode peer { id: 27 store_id: 5 role: Learner }]"] [peer_id=22] [region_id=2] [thread_id=104] [2024/05/06 22:08:33.168 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=13] [store_id=4] [peer_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:33.168 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:33.168 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:33.168 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:33.168 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 24."] [id=24] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:33.168 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 13"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=13] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:33.168 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:33.168 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 15} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:08:33.168 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 21} }, outgoing: Configuration { voters: {} } }, learners: {26}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:08:33.168 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {22, 3} }, outgoing: Configuration { voters: {} } }, learners: {27}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=2] [thread_id=101] [2024/05/06 22:08:33.170 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=129] [2024/05/06 22:08:33.170 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_12_6_9_(default|lock|write).sst] [snap_key=12_6_9] [thread_id=129] [2024/05/06 22:08:33.170 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=385.425µs] [snap_key=12_6_9] [thread_id=129] [2024/05/06 22:08:33.170 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:33.170 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 19} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:33.170 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:33.170 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:33.170 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:33.170 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 24 store_id: 4 role: Learner }"] [peer_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:33.171 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 24 store_id: 4 role: Learner }"] [peer_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:33.171 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=24] [region_id=12] [thread_id=80] [2024/05/06 22:08:33.171 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:33.171 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=27.609µs] [region_id=12] [thread_id=80] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 4 } } }"] [index=10] [term=6] [peer_id=24] [region_id=12] [thread_id=103] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=24] [region_id=12] [thread_id=103] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 24 store_id: 4 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 24 store_id: 4 role: Learner }"] [changes="[peer { id: 24 store_id: 4 }]"] [peer_id=24] [region_id=12] [thread_id=103] [2024/05/06 22:08:33.172 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {24, 13, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 27 store_id: 5 } } }"] [index=11] [term=6] [peer_id=22] [region_id=2] [thread_id=104] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=22] [region_id=2] [thread_id=104] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 3 store_id: 1 } peers { id: 22 store_id: 4 } peers { id: 27 store_id: 5 }"] [original_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 3 store_id: 1 } peers { id: 22 store_id: 4 } peers { id: 27 store_id: 5 role: Learner }"] [changes="[peer { id: 27 store_id: 5 }]"] [peer_id=22] [region_id=2] [thread_id=104] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 26 store_id: 5 } } }"] [index=10] [term=6] [peer_id=21] [region_id=16] [thread_id=103] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=21] [region_id=16] [thread_id=103] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 4 } peers { id: 26 store_id: 5 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 4 } peers { id: 26 store_id: 5 role: Learner }"] [changes="[peer { id: 26 store_id: 5 }]"] [peer_id=21] [region_id=16] [thread_id=103] [2024/05/06 22:08:33.172 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {27, 22, 3} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=2] [thread_id=101] [2024/05/06 22:08:33.172 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 21, 26} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 5 } } }"] [index=10] [term=6] [peer_id=18] [region_id=10] [thread_id=104] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=18] [region_id=10] [thread_id=104] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 4 } peers { id: 23 store_id: 5 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 4 } peers { id: 23 store_id: 5 role: Learner }"] [changes="[peer { id: 23 store_id: 5 }]"] [peer_id=18] [region_id=10] [thread_id=104] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 5 } } }"] [index=10] [term=6] [peer_id=20] [region_id=14] [thread_id=103] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=20] [region_id=14] [thread_id=103] [2024/05/06 22:08:33.172 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 4 } peers { id: 25 store_id: 5 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 4 } peers { id: 25 store_id: 5 role: Learner }"] [changes="[peer { id: 25 store_id: 5 }]"] [peer_id=20] [region_id=14] [thread_id=103] [2024/05/06 22:08:33.173 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {23, 18, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:33.173 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 25, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:09:23.137 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=2_6_8] [peer_id=22] [region_id=2] [thread_id=102] [2024/05/06 22:09:23.137 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=10_6_7] [peer_id=18] [region_id=10] [thread_id=101] [2024/05/06 22:09:23.137 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=12_6_9] [peer_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:09:23.137 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=14_6_7] [peer_id=20] [region_id=14] [thread_id=101] [2024/05/06 22:09:23.137 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=16_6_7] [peer_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:09:23.137 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:23.137 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:23.137 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:23.137 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:23.137 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] + find . -name '*.out' -type f -exec tail -n 500 '{}' + + find . -name 'pd*.log' -type f -exec tail -n 500 '{}' + ==> ./pd2.log <== [2024/05/06 22:08:19.572 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:08:19.572 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:08:19.572 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:08:19.572 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:08:19.572 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:08:19.572 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:08:19.572 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:08:19.572 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:08:19.573 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2382\",\"peer-urls\":\"http://127.0.0.1:2381\",\"advertise-client-urls\":\"http://127.0.0.1:2382\",\"advertise-peer-urls\":\"http://127.0.0.1:2381\",\"name\":\"pd-1\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-1/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-1\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:08:19.576 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:08:19.576 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:08:19.576 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:08:19.576 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:08:19.578 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:08:19.578 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:08:19.578 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-1] [service-name=MetaStorage] [2024/05/06 22:08:19.578 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:08:19.578 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-1] [service-name=ResourceManager] [2024/05/06 22:08:19.578 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:08:19.578 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:08:19.578 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:19.578 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2382]"] [2024/05/06 22:08:19.578 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:08:19.578 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=52] [max-cpu-available=52] [member-initialized=false] [name=pd-1] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2381]"] [listen-peer-urls="[http://127.0.0.1:2381]"] [advertise-client-urls="[http://127.0.0.1:2382]"] [listen-client-urls="[http://127.0.0.1:2382]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:08:19.578 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:08:19.579 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap/db] [took=319.863µs] [2024/05/06 22:08:20.581 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=1f01bdf364b8beaa] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:08:20.581 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=()"] [2024/05/06 22:08:20.581 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 0"] [2024/05/06 22:08:20.581 +08:00] [INFO] [raft.go:389] ["newRaft 1f01bdf364b8beaa [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:08:20.581 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 1"] [2024/05/06 22:08:20.581 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:08:20.581 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:08:20.581 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.582 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:08:20.582 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:08:20.582 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.582 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.582 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.583 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.584 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.584 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.584 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.584 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [remote-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:20.584 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.584 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.585 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.586 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.586 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.586 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.586 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.586 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [remote-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:20.586 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=1f01bdf364b8beaa] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:08:20.586 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:08:20.586 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:08:20.586 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:08:20.586 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:08:20.586 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.586 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:20.586 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.586 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:20.586 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.586 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:20.587 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.587 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.587 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.588 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=1f01bdf364b8beaa] [initial-advertise-peer-urls="[http://127.0.0.1:2381]"] [listen-peer-urls="[http://127.0.0.1:2381]"] [advertise-client-urls="[http://127.0.0.1:2382]"] [listen-client-urls="[http://127.0.0.1:2382]"] [listen-metrics-urls="[]"] [2024/05/06 22:08:20.588 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2381] [2024/05/06 22:08:20.588 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream Message"] [2024/05/06 22:08:20.588 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.588 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:20.588 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.590 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream Message"] [2024/05/06 22:08:20.590 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.590 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.590 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:20.590 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.592 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.592 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.637 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=1f01bdf364b8beaa] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:08:23.082 +08:00] [INFO] [raft.go:966] ["1f01bdf364b8beaa [logterm: 1, index: 3, vote: 0] cast MsgPreVote for 385a3ea8295f6f18 [logterm: 1, index: 3] at term 1"] [2024/05/06 22:08:23.083 +08:00] [INFO] [raft.go:865] ["1f01bdf364b8beaa [term: 1] received a MsgVote message with higher term from 385a3ea8295f6f18 [term: 2]"] [2024/05/06 22:08:23.083 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 2"] [2024/05/06 22:08:23.083 +08:00] [INFO] [raft.go:966] ["1f01bdf364b8beaa [logterm: 1, index: 3, vote: 0] cast MsgVote for 385a3ea8295f6f18 [logterm: 1, index: 3] at term 2"] [2024/05/06 22:08:23.083 +08:00] [INFO] [node.go:327] ["raft.node: 1f01bdf364b8beaa elected leader 385a3ea8295f6f18 at term 2"] [2024/05/06 22:08:23.084 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=1f01bdf364b8beaa] [local-member-attributes="{Name:pd-1 ClientURLs:[http://127.0.0.1:2382]}"] [request-path=/0/members/1f01bdf364b8beaa/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:08:23.084 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:08:23.085 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [cluster-version=3.4] [2024/05/06 22:08:23.085 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-1] [service-name=MetaStorage] [2024/05/06 22:08:23.085 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-1] [service-name=ResourceManager] [2024/05/06 22:08:23.085 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:08:23.085 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2382] [2024/05/06 22:08:23.090 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888253126389617] [2024/05/06 22:08:23.090 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-1\" member_id:2234275743217008298 peer_urls:\"http://127.0.0.1:2381\" client_urls:\"http://127.0.0.1:2382\" "] [root-path=/pd/7365888253126389617] [2024/05/06 22:08:23.093 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:08:23.094 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=2234275743217008298] [2024/05/06 22:08:23.095 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:08:23.096 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:08:23.096 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-1] [2024/05/06 22:08:23.096 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-1] [2024/05/06 22:08:23.096 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:08:23.096 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:08:23.097 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:08:23.098 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:08:23.098 +08:00] [INFO] [server.go:1662] ["start to watch pd leader"] [pd-leader="name:\"pd-2\" member_id:4060626905997471512 peer_urls:\"http://127.0.0.1:2383\" client_urls:\"http://127.0.0.1:2384\" "] [2024/05/06 22:08:23.098 +08:00] [INFO] [client.go:104] ["region syncer start load region"] [2024/05/06 22:08:23.098 +08:00] [INFO] [client.go:107] ["region syncer finished load regions"] [time-cost=184.623µs] [2024/05/06 22:08:23.099 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-1] [leader=pd-2] [request-index=0] [2024/05/06 22:08:23.099 +08:00] [ERROR] [client.go:162] ["region sync with leader meet error"] [error="[PD:grpc:ErrGRPCRecv]receive response error: rpc error: code = Unavailable desc = server not started"] [2024/05/06 22:08:23.099 +08:00] [INFO] [leadership.go:317] ["watch channel is created"] [revision=12] [leader-key=/pd/7365888253126389617/leader] [purpose="leader election"] [2024/05/06 22:08:24.100 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-1] [leader=pd-2] [request-index=0] [2024/05/06 22:08:24.154 +08:00] [INFO] [dbstore.go:33] ["Dashboard initializing local storage file"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/dashboard.sqlite.db] [2024/05/06 22:08:24.165 +08:00] [INFO] [version.go:33] ["TiDB Dashboard started"] [internal-version=8.0.0-9768844f] [standalone=No] [pd-version=v8.2.0-alpha-15-gf83febabe] [build-time="2024-05-06 08:48:58"] [build-git-hash=9768844ff5d7] [2024/05/06 22:08:24.165 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:38419] [remotes="[]"] [2024/05/06 22:08:24.165 +08:00] [INFO] [manager.go:201] ["dashboard server is started"] [2024/05/06 22:08:24.165 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:44681] [remotes="[]"] [2024/05/06 22:08:24.166 +08:00] [WARN] [dynamic_config_manager.go:165] ["Dynamic config does not exist in etcd"] [2024/05/06 22:08:24.171 +08:00] [INFO] [manager.go:74] ["Key visual service is started"] [2024/05/06 22:08:33.086 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2382]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2379,http://127.0.0.1:2382]"] [source=server-etcd-client] [2024/05/06 22:08:33.086 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2382]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2379,http://127.0.0.1:2382]"] [source=election-etcd-client] ==> ./pd3.log <== [2024/05/06 22:08:19.571 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:08:19.571 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:08:19.571 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:08:19.571 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:08:19.571 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:08:19.571 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:08:19.571 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:08:19.571 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:08:19.571 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2384\",\"peer-urls\":\"http://127.0.0.1:2383\",\"advertise-client-urls\":\"http://127.0.0.1:2384\",\"advertise-peer-urls\":\"http://127.0.0.1:2383\",\"name\":\"pd-2\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-2/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-2\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:08:19.575 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:08:19.575 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:08:19.575 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:08:19.575 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:08:19.577 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:08:19.577 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:08:19.577 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-2] [service-name=MetaStorage] [2024/05/06 22:08:19.577 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:08:19.577 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-2] [service-name=ResourceManager] [2024/05/06 22:08:19.577 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:08:19.577 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:19.577 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:08:19.577 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2384]"] [2024/05/06 22:08:19.577 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:08:19.577 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=52] [max-cpu-available=52] [member-initialized=false] [name=pd-2] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2383]"] [listen-peer-urls="[http://127.0.0.1:2383]"] [advertise-client-urls="[http://127.0.0.1:2384]"] [listen-client-urls="[http://127.0.0.1:2384]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:08:19.577 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:08:19.578 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap/db] [took=467.226µs] [2024/05/06 22:08:20.581 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=385a3ea8295f6f18] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:08:20.581 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=()"] [2024/05/06 22:08:20.581 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 0"] [2024/05/06 22:08:20.581 +08:00] [INFO] [raft.go:389] ["newRaft 385a3ea8295f6f18 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:08:20.581 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 1"] [2024/05/06 22:08:20.581 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:08:20.581 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:08:20.581 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.582 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:08:20.582 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:08:20.583 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.583 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.583 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.583 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.583 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.583 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.583 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [remote-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:20.583 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.583 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.583 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.583 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.583 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [remote-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:20.583 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=385a3ea8295f6f18] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:08:20.584 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.584 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.584 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.584 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:08:20.584 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:08:20.584 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:08:20.584 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.584 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:08:20.584 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.584 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:20.584 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.584 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:20.584 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.584 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:20.586 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2383] [2024/05/06 22:08:20.586 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=385a3ea8295f6f18] [initial-advertise-peer-urls="[http://127.0.0.1:2383]"] [listen-peer-urls="[http://127.0.0.1:2383]"] [advertise-client-urls="[http://127.0.0.1:2384]"] [listen-client-urls="[http://127.0.0.1:2384]"] [listen-metrics-urls="[]"] [2024/05/06 22:08:20.587 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream Message"] [2024/05/06 22:08:20.587 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.587 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.587 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:20.587 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.588 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.588 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.591 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:20.591 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.591 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream Message"] [2024/05/06 22:08:20.591 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.591 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.592 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.592 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.634 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=385a3ea8295f6f18] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:08:23.082 +08:00] [INFO] [raft.go:929] ["385a3ea8295f6f18 is starting a new election at term 1"] [2024/05/06 22:08:23.082 +08:00] [INFO] [raft.go:735] ["385a3ea8295f6f18 became pre-candidate at term 1"] [2024/05/06 22:08:23.082 +08:00] [INFO] [raft.go:830] ["385a3ea8295f6f18 received MsgPreVoteResp from 385a3ea8295f6f18 at term 1"] [2024/05/06 22:08:23.082 +08:00] [INFO] [raft.go:817] ["385a3ea8295f6f18 [logterm: 1, index: 3] sent MsgPreVote request to 1f01bdf364b8beaa at term 1"] [2024/05/06 22:08:23.082 +08:00] [INFO] [raft.go:817] ["385a3ea8295f6f18 [logterm: 1, index: 3] sent MsgPreVote request to 3037d9ad26fb2231 at term 1"] [2024/05/06 22:08:23.083 +08:00] [INFO] [raft.go:830] ["385a3ea8295f6f18 received MsgPreVoteResp from 1f01bdf364b8beaa at term 1"] [2024/05/06 22:08:23.083 +08:00] [INFO] [raft.go:1295] ["385a3ea8295f6f18 has received 2 MsgPreVoteResp votes and 0 vote rejections"] [2024/05/06 22:08:23.083 +08:00] [INFO] [raft.go:719] ["385a3ea8295f6f18 became candidate at term 2"] [2024/05/06 22:08:23.083 +08:00] [INFO] [raft.go:830] ["385a3ea8295f6f18 received MsgVoteResp from 385a3ea8295f6f18 at term 2"] [2024/05/06 22:08:23.083 +08:00] [INFO] [raft.go:817] ["385a3ea8295f6f18 [logterm: 1, index: 3] sent MsgVote request to 1f01bdf364b8beaa at term 2"] [2024/05/06 22:08:23.083 +08:00] [INFO] [raft.go:817] ["385a3ea8295f6f18 [logterm: 1, index: 3] sent MsgVote request to 3037d9ad26fb2231 at term 2"] [2024/05/06 22:08:23.083 +08:00] [INFO] [raft.go:830] ["385a3ea8295f6f18 received MsgVoteResp from 1f01bdf364b8beaa at term 2"] [2024/05/06 22:08:23.083 +08:00] [INFO] [raft.go:1295] ["385a3ea8295f6f18 has received 2 MsgVoteResp votes and 0 vote rejections"] [2024/05/06 22:08:23.083 +08:00] [INFO] [raft.go:771] ["385a3ea8295f6f18 became leader at term 2"] [2024/05/06 22:08:23.083 +08:00] [INFO] [node.go:327] ["raft.node: 385a3ea8295f6f18 elected leader 385a3ea8295f6f18 at term 2"] [2024/05/06 22:08:23.084 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=385a3ea8295f6f18] [local-member-attributes="{Name:pd-2 ClientURLs:[http://127.0.0.1:2384]}"] [request-path=/0/members/385a3ea8295f6f18/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:08:23.084 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:08:23.084 +08:00] [INFO] [server.go:2639] ["setting up initial cluster version"] [cluster-version=3.4] [2024/05/06 22:08:23.085 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [cluster-version=3.4] [2024/05/06 22:08:23.085 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-2] [service-name=MetaStorage] [2024/05/06 22:08:23.085 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-2] [service-name=ResourceManager] [2024/05/06 22:08:23.085 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:08:23.085 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2384] [2024/05/06 22:08:23.085 +08:00] [INFO] [server.go:2671] ["cluster version is updated"] [cluster-version=3.4] [2024/05/06 22:08:23.088 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888253126389617] [2024/05/06 22:08:23.088 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-2\" member_id:4060626905997471512 peer_urls:\"http://127.0.0.1:2383\" client_urls:\"http://127.0.0.1:2384\" "] [root-path=/pd/7365888253126389617] [2024/05/06 22:08:23.091 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:08:23.092 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=4060626905997471512] [2024/05/06 22:08:23.092 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:08:23.093 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:08:23.093 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-2] [2024/05/06 22:08:23.093 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-2] [2024/05/06 22:08:23.094 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:08:23.094 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:08:23.094 +08:00] [INFO] [server.go:1703] ["start to campaign PD leader"] [campaign-leader-name=pd-2] [2024/05/06 22:08:23.095 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:08:23.095 +08:00] [INFO] [lease.go:66] ["lease granted"] [lease-id=8005305903826494733] [lease-timeout=3] [purpose="leader election"] [2024/05/06 22:08:23.096 +08:00] [INFO] [leadership.go:181] ["check campaign resp"] [resp="{\"header\":{\"cluster_id\":17849374191125529693,\"member_id\":4060626905997471512,\"revision\":12,\"raft_term\":2},\"succeeded\":true,\"responses\":[{\"Response\":{\"ResponsePut\":{\"header\":{\"revision\":12}}}}]}"] [2024/05/06 22:08:23.096 +08:00] [INFO] [leadership.go:190] ["write leaderData to leaderPath ok"] [leader-key=/pd/7365888253126389617/leader] [purpose="leader election"] [2024/05/06 22:08:23.096 +08:00] [INFO] [server.go:1729] ["campaign PD leader ok"] [campaign-leader-name=pd-2] [2024/05/06 22:08:23.096 +08:00] [INFO] [server.go:1737] ["initializing the global TSO allocator"] [2024/05/06 22:08:23.096 +08:00] [INFO] [tso.go:160] ["start to sync timestamp"] [] [2024/05/06 22:08:23.096 +08:00] [INFO] [lease.go:155] ["start lease keep alive worker"] [interval=1s] [purpose="leader election"] [2024/05/06 22:08:23.099 +08:00] [INFO] [tso.go:220] ["sync and save timestamp"] [] [last=0001/01/01 00:00:00.000 +00:00] [last-saved=0001/01/01 00:00:00.000 +00:00] [save=2024/05/06 22:08:26.098 +08:00] [next=2024/05/06 22:08:23.098 +08:00] [2024/05/06 22:08:23.100 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:08:23.101 +08:00] [INFO] [server.go:1769] ["triggering the leader callback functions"] [2024/05/06 22:08:23.101 +08:00] [ERROR] [manager.go:124] ["un-marshall controller config failed, fallback to default"] [error="unexpected end of JSON input"] [v=] [2024/05/06 22:08:23.103 +08:00] [INFO] [manager.go:185] ["resource group manager finishes initialization"] [2024/05/06 22:08:23.107 +08:00] [INFO] [id.go:174] ["idAllocator allocates a new id"] [new-end=1000] [new-base=0] [label=idalloc] [check-curr-end=true] [2024/05/06 22:08:23.107 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=0.0.0] [2024/05/06 22:08:23.107 +08:00] [INFO] [server.go:1803] ["PD leader is ready to serve"] [leader-name=pd-2] [2024/05/06 22:08:23.400 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:08:23.400 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:08:23.400 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:08:23.472 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:08:23.472 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:08:23.472 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:08:23.472 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:08:23.472 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:08:23.472 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:08:23.480 +08:00] [INFO] [server.go:712] ["try to bootstrap raft cluster"] [cluster-id=7365888253126389617] [request="header: store: region: peers: > "] [2024/05/06 22:08:23.480 +08:00] [INFO] [server.go:712] ["try to bootstrap raft cluster"] [cluster-id=7365888253126389617] [request="header: store: region: peers: > "] [2024/05/06 22:08:23.480 +08:00] [INFO] [server.go:712] ["try to bootstrap raft cluster"] [cluster-id=7365888253126389617] [request="header: store: region: peers: > "] [2024/05/06 22:08:23.480 +08:00] [INFO] [server.go:773] ["bootstrap cluster ok"] [cluster-id=7365888253126389617] [2024/05/06 22:08:23.480 +08:00] [WARN] [server.go:769] ["cluster already bootstrapped"] [cluster-id=7365888253126389617] [2024/05/06 22:08:23.480 +08:00] [WARN] [server.go:769] ["cluster already bootstrapped"] [cluster-id=7365888253126389617] [2024/05/06 22:08:23.483 +08:00] [INFO] [cluster.go:643] ["load stores"] [count=1] [cost=796.5µs] [2024/05/06 22:08:23.484 +08:00] [INFO] [cluster.go:654] ["load regions"] [count=1] [cost=150.831µs] [2024/05/06 22:08:23.484 +08:00] [INFO] [scheduling_controller.go:102] ["scheduling service is started"] [2024/05/06 22:08:23.484 +08:00] [INFO] [coordinator.go:407] ["coordinator starts to collect cluster information"] [2024/05/06 22:08:23.485 +08:00] [INFO] [cluster.go:416] ["memory info"] [total-mem=34359738368] [2024/05/06 22:08:23.485 +08:00] [INFO] [tuner.go:117] ["new gctuner"] [threshold=20615843020] [2024/05/06 22:08:23.485 +08:00] [INFO] [cluster.go:429] ["update gc tuner"] [enable-gc-tuner=false] [gc-threshold-bytes=20615843020] [2024/05/06 22:08:23.485 +08:00] [INFO] [memory_limit_tuner.go:50] [debug.SetMemoryLimit] [limit=9223372036854775807] [ret=9223372036854775807] [2024/05/06 22:08:23.485 +08:00] [INFO] [cluster.go:436] ["update gc memory limit"] [memory-limit-bytes=0] [memory-limit-gc-trigger-ratio=0.7] [2024/05/06 22:08:23.485 +08:00] [INFO] [keyspace.go:378] ["[keyspace] added region label for keyspace"] [keyspace-id=0] [label-rule="{\"id\":\"keyspaces/0\",\"index\":0,\"labels\":[{\"key\":\"id\",\"value\":\"0\"}],\"rule_type\":\"key-range\",\"data\":[{\"start_key\":\"7200000000000000fb\",\"end_key\":\"7200000100000000fb\"},{\"start_key\":\"7800000000000000fb\",\"end_key\":\"7800000100000000fb\"}]}"] [takes=522.558µs] [2024/05/06 22:08:23.488 +08:00] [INFO] [cluster.go:2180] ["cluster version changed"] [old-cluster-version=0.0.0] [new-cluster-version=8.2.0-alpha] [2024/05/06 22:08:23.489 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=1] [2024/05/06 22:08:23.489 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:1 address:\"127.0.0.1:20160\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20160\" status_address:\"127.0.0.1:20180\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004503 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:08:23.489 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:08:24.095 +08:00] [INFO] [server.go:1317] ["PD server config is updated"] [new="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"http://127.0.0.1:2382\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [old="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [2024/05/06 22:08:24.100 +08:00] [INFO] [server.go:211] ["establish sync region stream"] [requested-server=pd-1] [url=http://127.0.0.1:2382] [2024/05/06 22:08:24.100 +08:00] [INFO] [server.go:303] ["sync the history regions with server"] [server=pd-1] [from-index=0] [last-index=1] [records-length=1] [2024/05/06 22:08:24.101 +08:00] [INFO] [server.go:211] ["establish sync region stream"] [requested-server=pd-0] [url=http://127.0.0.1:2379] [2024/05/06 22:08:24.101 +08:00] [INFO] [server.go:303] ["sync the history regions with server"] [server=pd-0] [from-index=0] [last-index=1] [records-length=1] [2024/05/06 22:08:26.483 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=3] [2024/05/06 22:08:26.483 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:3 address:\"127.0.0.1:20162\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20162\" status_address:\"127.0.0.1:20182\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004503 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:08:26.483 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:08:26.484 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=2] [2024/05/06 22:08:26.484 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:2 address:\"127.0.0.1:20161\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20161\" status_address:\"127.0.0.1:20181\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004503 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:08:26.484 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:08:26.485 +08:00] [INFO] [prepare_checker.go:72] ["not loaded from storage region number is satisfied, finish prepare checker"] [not-from-storage-region=1] [total-region=1] [2024/05/06 22:08:26.485 +08:00] [INFO] [coordinator.go:410] ["coordinator has finished cluster information preparation"] [2024/05/06 22:08:26.485 +08:00] [INFO] [coordinator.go:420] ["coordinator starts to run schedulers"] [2024/05/06 22:08:26.486 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:26.486 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-leader-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:26.487 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-hot-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:26.487 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=evict-slow-store-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:26.488 +08:00] [INFO] [coordinator.go:536] ["scheduler config is updated"] [scheduler-config="[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}]"] [2024/05/06 22:08:26.488 +08:00] [INFO] [coordinator.go:164] ["coordinator starts patrol regions"] [2024/05/06 22:08:26.488 +08:00] [INFO] [coordinator.go:276] ["coordinator begins to check suspect key ranges"] [2024/05/06 22:08:26.488 +08:00] [INFO] [coordinator.go:340] ["coordinator begins to actively drive push operator"] [2024/05/06 22:08:26.499 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=6] [operator="\"labeler-split-region {split: region 6 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:6(1, 1), createAt:2024-05-06 22:08:26.499683045 +0800 CST m=+6.964683293, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:08:26.499 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=6] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:08:26.500 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=10] [peer-ids="[11]"] [2024/05/06 22:08:26.500 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=12] [peer-ids="[13]"] [2024/05/06 22:08:26.500 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=14] [peer-ids="[15]"] [2024/05/06 22:08:26.500 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16] [peer-ids="[17]"] [2024/05/06 22:08:26.501 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=6] [takes=1.876105ms] [operator="\"labeler-split-region {split: region 6 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:6(1, 1), createAt:2024-05-06 22:08:26.499683045 +0800 CST m=+6.964683293, startAt:2024-05-06 22:08:26.49979521 +0800 CST m=+6.964795457, currentStep:1, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:08:26.501 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=6] [origin="id:10 end_key:\"7200000000000000FB\" region_epoch: peers: id:12 start_key:\"7200000000000000FB\" end_key:\"7200000100000000FB\" region_epoch: peers: id:14 start_key:\"7200000100000000FB\" end_key:\"7800000000000000FB\" region_epoch: peers: id:16 start_key:\"7800000000000000FB\" end_key:\"7800000100000000FB\" region_epoch: peers:"] [total=4] [2024/05/06 22:08:26.501 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=6] [detail="StartKey Changed:{} -> {7800000100000000FB}, EndKey:{}"] [old-version=1] [new-version=5] [2024/05/06 22:08:27.487 +08:00] [INFO] [hot_region_config.go:490] ["query supported changed"] [last-query-support=false] [cluster-version=8.2.0-alpha] [config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"query\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"query\",\"byte\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"forbid-rw-type\":\"none\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [valid-config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"key\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"byte\",\"key\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [2024/05/06 22:08:33.086 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2384]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2382,http://127.0.0.1:2379]"] [source=server-etcd-client] [2024/05/06 22:08:33.086 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2384]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2382,http://127.0.0.1:2379]"] [source=election-etcd-client] [2024/05/06 22:08:33.485 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=1] [store-address=127.0.0.1:20160] [2024/05/06 22:08:33.487 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=3] [store-address=127.0.0.1:20162] [2024/05/06 22:08:33.487 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=2] [store-address=127.0.0.1:20161] [2024/05/06 22:08:36.499 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=6] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:6(5, 1), createAt:2024-05-06 22:08:36.499033659 +0800 CST m=+16.964033906, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{add learner peer 18 on store 3}, 1:{promote learner peer 18 on store 3 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:36.499 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=6] [step="add learner peer 18 on store 3"] [source=create] [2024/05/06 22:08:36.499 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=10] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:10(5, 1), createAt:2024-05-06 22:08:36.499215771 +0800 CST m=+16.964216018, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 19 on store 3}, 1:{promote learner peer 19 on store 3 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:36.499 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 19 on store 3"] [source=create] [2024/05/06 22:08:36.499 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=12] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:12(5, 1), createAt:2024-05-06 22:08:36.499298629 +0800 CST m=+16.964298877, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 20 on store 3}, 1:{promote learner peer 20 on store 3 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:36.499 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 20 on store 3"] [source=create] [2024/05/06 22:08:36.499 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:14(5, 1), createAt:2024-05-06 22:08:36.499380084 +0800 CST m=+16.964380332, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 21 on store 3}, 1:{promote learner peer 21 on store 3 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:36.499 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 21 on store 3"] [source=create] [2024/05/06 22:08:36.499 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=16] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:16(5, 1), createAt:2024-05-06 22:08:36.499457786 +0800 CST m=+16.964458033, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 22 on store 3}, 1:{promote learner peer 22 on store 3 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:36.499 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 22 on store 3"] [source=create] [2024/05/06 22:08:36.500 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 20 on store 3"] [source=heartbeat] [2024/05/06 22:08:36.500 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Add peer:{id:20 store_id:3 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:36.500 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=6] [step="add learner peer 18 on store 3"] [source=heartbeat] [2024/05/06 22:08:36.500 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=6] [detail="Add peer:{id:18 store_id:3 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:36.500 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 19 on store 3"] [source=heartbeat] [2024/05/06 22:08:36.501 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 22 on store 3"] [source=heartbeat] [2024/05/06 22:08:36.501 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 21 on store 3"] [source=heartbeat] [2024/05/06 22:08:36.501 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Add peer:{id:19 store_id:3 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:36.501 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Add peer:{id:22 store_id:3 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:36.501 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Add peer:{id:21 store_id:3 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:36.508 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="promote learner peer 20 on store 3 to voter"] [source=heartbeat] [2024/05/06 22:08:36.508 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="promote learner peer 22 on store 3 to voter"] [source=heartbeat] [2024/05/06 22:08:36.508 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="promote learner peer 19 on store 3 to voter"] [source=heartbeat] [2024/05/06 22:08:36.508 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="promote learner peer 21 on store 3 to voter"] [source=heartbeat] [2024/05/06 22:08:36.509 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Remove peer:{id:20 store_id:3 role:Learner },Add peer:{id:20 store_id:3 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:36.509 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=12] [takes=9.833465ms] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:12(5, 1), createAt:2024-05-06 22:08:36.499298629 +0800 CST m=+16.964298877, startAt:2024-05-06 22:08:36.499333452 +0800 CST m=+16.964333700, currentStep:2, size:1, steps:[0:{add learner peer 20 on store 3}, 1:{promote learner peer 20 on store 3 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:36.509 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=6] [step="promote learner peer 18 on store 3 to voter"] [source=heartbeat] [2024/05/06 22:08:36.509 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=16] [takes=9.856164ms] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:16(5, 1), createAt:2024-05-06 22:08:36.499457786 +0800 CST m=+16.964458033, startAt:2024-05-06 22:08:36.499484074 +0800 CST m=+16.964484321, currentStep:2, size:1, steps:[0:{add learner peer 22 on store 3}, 1:{promote learner peer 22 on store 3 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:36.509 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Remove peer:{id:22 store_id:3 role:Learner },Add peer:{id:22 store_id:3 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:36.509 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Remove peer:{id:19 store_id:3 role:Learner },Add peer:{id:19 store_id:3 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:36.509 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=10] [takes=10.210839ms] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:10(5, 1), createAt:2024-05-06 22:08:36.499215771 +0800 CST m=+16.964216018, startAt:2024-05-06 22:08:36.499244309 +0800 CST m=+16.964244556, currentStep:2, size:1, steps:[0:{add learner peer 19 on store 3}, 1:{promote learner peer 19 on store 3 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:36.509 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Remove peer:{id:21 store_id:3 role:Learner },Add peer:{id:21 store_id:3 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:36.509 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=10.172724ms] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:14(5, 1), createAt:2024-05-06 22:08:36.499380084 +0800 CST m=+16.964380332, startAt:2024-05-06 22:08:36.499411735 +0800 CST m=+16.964411983, currentStep:2, size:1, steps:[0:{add learner peer 21 on store 3}, 1:{promote learner peer 21 on store 3 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:36.509 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=6] [detail="Remove peer:{id:18 store_id:3 role:Learner },Add peer:{id:18 store_id:3 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:36.509 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=6] [takes=10.746342ms] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:6(5, 1), createAt:2024-05-06 22:08:36.499033659 +0800 CST m=+16.964033906, startAt:2024-05-06 22:08:36.499136332 +0800 CST m=+16.964136579, currentStep:2, size:0, steps:[0:{add learner peer 18 on store 3}, 1:{promote learner peer 18 on store 3 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:36.519 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=10] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:10(5, 3), createAt:2024-05-06 22:08:36.519510381 +0800 CST m=+16.984510629, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 23 on store 2}, 1:{promote learner peer 23 on store 2 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:36.519 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 23 on store 2"] [source=create] [2024/05/06 22:08:36.519 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=12] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:12(5, 3), createAt:2024-05-06 22:08:36.519632428 +0800 CST m=+16.984632676, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 24 on store 2}, 1:{promote learner peer 24 on store 2 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:36.519 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 24 on store 2"] [source=create] [2024/05/06 22:08:36.519 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:14(5, 3), createAt:2024-05-06 22:08:36.519719152 +0800 CST m=+16.984719399, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 25 on store 2}, 1:{promote learner peer 25 on store 2 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:36.519 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 25 on store 2"] [source=create] [2024/05/06 22:08:36.519 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=16] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:16(5, 3), createAt:2024-05-06 22:08:36.519814148 +0800 CST m=+16.984814396, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 26 on store 2}, 1:{promote learner peer 26 on store 2 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:36.519 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 26 on store 2"] [source=create] [2024/05/06 22:08:36.519 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=6] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:6(5, 3), createAt:2024-05-06 22:08:36.519918633 +0800 CST m=+16.984918880, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 27 on store 2}, 1:{promote learner peer 27 on store 2 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:36.519 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=6] [step="add learner peer 27 on store 2"] [source=create] [2024/05/06 22:08:36.520 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 23 on store 2"] [source=heartbeat] [2024/05/06 22:08:36.520 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Add peer:{id:23 store_id:2 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:36.520 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 24 on store 2"] [source=heartbeat] [2024/05/06 22:08:36.520 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Add peer:{id:24 store_id:2 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:36.521 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 26 on store 2"] [source=heartbeat] [2024/05/06 22:08:36.521 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 25 on store 2"] [source=heartbeat] [2024/05/06 22:08:36.521 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Add peer:{id:26 store_id:2 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:36.521 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=6] [step="add learner peer 27 on store 2"] [source=heartbeat] [2024/05/06 22:08:36.521 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Add peer:{id:25 store_id:2 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:36.521 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=6] [detail="Add peer:{id:27 store_id:2 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:36.527 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="promote learner peer 25 on store 2 to voter"] [source=heartbeat] [2024/05/06 22:08:36.527 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="promote learner peer 24 on store 2 to voter"] [source=heartbeat] [2024/05/06 22:08:36.527 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="promote learner peer 26 on store 2 to voter"] [source=heartbeat] [2024/05/06 22:08:36.527 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="promote learner peer 23 on store 2 to voter"] [source=heartbeat] [2024/05/06 22:08:36.527 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=6] [step="promote learner peer 27 on store 2 to voter"] [source=heartbeat] [2024/05/06 22:08:36.527 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Remove peer:{id:25 store_id:2 role:Learner },Add peer:{id:25 store_id:2 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:36.527 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=8.130438ms] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:14(5, 3), createAt:2024-05-06 22:08:36.519719152 +0800 CST m=+16.984719399, startAt:2024-05-06 22:08:36.519747024 +0800 CST m=+16.984747272, currentStep:2, size:1, steps:[0:{add learner peer 25 on store 2}, 1:{promote learner peer 25 on store 2 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:36.527 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=12] [takes=8.325164ms] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:12(5, 3), createAt:2024-05-06 22:08:36.519632428 +0800 CST m=+16.984632676, startAt:2024-05-06 22:08:36.519661343 +0800 CST m=+16.984661590, currentStep:2, size:1, steps:[0:{add learner peer 24 on store 2}, 1:{promote learner peer 24 on store 2 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:36.528 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Remove peer:{id:24 store_id:2 role:Learner },Add peer:{id:24 store_id:2 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:36.528 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=16] [takes=8.188652ms] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:16(5, 3), createAt:2024-05-06 22:08:36.519814148 +0800 CST m=+16.984814396, startAt:2024-05-06 22:08:36.519856614 +0800 CST m=+16.984856861, currentStep:2, size:1, steps:[0:{add learner peer 26 on store 2}, 1:{promote learner peer 26 on store 2 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:36.528 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Remove peer:{id:26 store_id:2 role:Learner },Add peer:{id:26 store_id:2 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:36.528 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=10] [takes=8.644402ms] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:10(5, 3), createAt:2024-05-06 22:08:36.519510381 +0800 CST m=+16.984510629, startAt:2024-05-06 22:08:36.519574032 +0800 CST m=+16.984574280, currentStep:2, size:1, steps:[0:{add learner peer 23 on store 2}, 1:{promote learner peer 23 on store 2 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:36.528 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Remove peer:{id:23 store_id:2 role:Learner },Add peer:{id:23 store_id:2 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:36.528 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=6] [takes=8.372956ms] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:6(5, 3), createAt:2024-05-06 22:08:36.519918633 +0800 CST m=+16.984918880, startAt:2024-05-06 22:08:36.519952839 +0800 CST m=+16.984953086, currentStep:2, size:1, steps:[0:{add learner peer 27 on store 2}, 1:{promote learner peer 27 on store 2 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:36.528 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=6] [detail="Remove peer:{id:27 store_id:2 role:Learner },Add peer:{id:27 store_id:2 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:09:23.487 +08:00] [INFO] [cluster.go:570] ["sync the store config successful"] [store-address=127.0.0.1:20180] [store-config="{\n \"coprocessor\": {\n \"region-max-size\": \"144MiB\",\n \"region-split-size\": \"96MiB\",\n \"region-max-keys\": 1440000,\n \"region-split-keys\": 960000,\n \"enable-region-bucket\": false,\n \"region-bucket-size\": \"50MiB\"\n },\n \"storage\": {\n \"engine\": \"raft-kv\"\n }\n}"] [old-config="{\n \"coprocessor\": {\n \"region-max-size\": \"\",\n \"region-split-size\": \"\",\n \"region-max-keys\": 0,\n \"region-split-keys\": 0,\n \"enable-region-bucket\": false,\n \"region-bucket-size\": \"\"\n },\n \"storage\": {\n \"engine\": \"\"\n }\n}"] [2024/05/06 22:09:23.488 +08:00] [INFO] [cluster.go:506] ["store config is updated"] ==> ./pd1.log <== [2024/05/06 22:08:19.574 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:08:19.574 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:08:19.574 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:08:19.574 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:08:19.574 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:08:19.574 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:08:19.574 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:08:19.574 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:08:19.575 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2379\",\"peer-urls\":\"http://127.0.0.1:2380\",\"advertise-client-urls\":\"http://127.0.0.1:2379\",\"advertise-peer-urls\":\"http://127.0.0.1:2380\",\"name\":\"pd-0\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-0/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-0\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:08:19.578 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:08:19.579 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:08:19.579 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:08:19.579 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:08:19.580 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:08:19.580 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:08:19.580 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-0] [service-name=MetaStorage] [2024/05/06 22:08:19.580 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:08:19.580 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-0] [service-name=ResourceManager] [2024/05/06 22:08:19.580 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:08:19.580 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:19.580 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:08:19.580 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2379]"] [2024/05/06 22:08:19.580 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:08:19.580 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=52] [max-cpu-available=52] [member-initialized=false] [name=pd-0] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2380]"] [listen-peer-urls="[http://127.0.0.1:2380]"] [advertise-client-urls="[http://127.0.0.1:2379]"] [listen-client-urls="[http://127.0.0.1:2379]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:08:19.580 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:08:19.581 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap/db] [took=295.707µs] [2024/05/06 22:08:20.587 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=3037d9ad26fb2231] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:08:20.587 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=()"] [2024/05/06 22:08:20.587 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 0"] [2024/05/06 22:08:20.587 +08:00] [INFO] [raft.go:389] ["newRaft 3037d9ad26fb2231 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:08:20.587 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 1"] [2024/05/06 22:08:20.587 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:08:20.587 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:08:20.587 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.588 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:08:20.588 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:08:20.588 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.588 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.589 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.589 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.590 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.590 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [remote-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:20.590 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.590 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.590 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.590 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.590 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.590 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.590 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.590 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.590 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.590 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.590 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.590 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.590 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [remote-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:20.590 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=3037d9ad26fb2231] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:08:20.590 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:08:20.590 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:08:20.590 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:08:20.590 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:08:20.591 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.591 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.591 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.591 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:20.591 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.591 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.591 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:20.591 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.591 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:20.592 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=3037d9ad26fb2231] [initial-advertise-peer-urls="[http://127.0.0.1:2380]"] [listen-peer-urls="[http://127.0.0.1:2380]"] [advertise-client-urls="[http://127.0.0.1:2379]"] [listen-client-urls="[http://127.0.0.1:2379]"] [listen-metrics-urls="[]"] [2024/05/06 22:08:20.592 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2380] [2024/05/06 22:08:20.592 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream Message"] [2024/05/06 22:08:20.592 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.592 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:20.592 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.592 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:20.592 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.592 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream Message"] [2024/05/06 22:08:20.592 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.641 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=3037d9ad26fb2231] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:08:23.082 +08:00] [INFO] [raft.go:966] ["3037d9ad26fb2231 [logterm: 1, index: 3, vote: 0] cast MsgPreVote for 385a3ea8295f6f18 [logterm: 1, index: 3] at term 1"] [2024/05/06 22:08:23.083 +08:00] [INFO] [raft.go:865] ["3037d9ad26fb2231 [term: 1] received a MsgVote message with higher term from 385a3ea8295f6f18 [term: 2]"] [2024/05/06 22:08:23.083 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 2"] [2024/05/06 22:08:23.083 +08:00] [INFO] [raft.go:966] ["3037d9ad26fb2231 [logterm: 1, index: 3, vote: 0] cast MsgVote for 385a3ea8295f6f18 [logterm: 1, index: 3] at term 2"] [2024/05/06 22:08:23.083 +08:00] [INFO] [node.go:327] ["raft.node: 3037d9ad26fb2231 elected leader 385a3ea8295f6f18 at term 2"] [2024/05/06 22:08:23.084 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=3037d9ad26fb2231] [local-member-attributes="{Name:pd-0 ClientURLs:[http://127.0.0.1:2379]}"] [request-path=/0/members/3037d9ad26fb2231/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:08:23.084 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:08:23.085 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [cluster-version=3.4] [2024/05/06 22:08:23.085 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:08:23.085 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-0] [service-name=ResourceManager] [2024/05/06 22:08:23.085 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-0] [service-name=MetaStorage] [2024/05/06 22:08:23.085 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2379] [2024/05/06 22:08:23.090 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888253126389617] [2024/05/06 22:08:23.090 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-0\" member_id:3474484975246189105 peer_urls:\"http://127.0.0.1:2380\" client_urls:\"http://127.0.0.1:2379\" "] [root-path=/pd/7365888253126389617] [2024/05/06 22:08:23.094 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:08:23.095 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=3474484975246189105] [2024/05/06 22:08:23.096 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:08:23.097 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:08:23.097 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-0] [2024/05/06 22:08:23.097 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-0] [2024/05/06 22:08:23.097 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:08:23.098 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:08:23.098 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:08:23.100 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:08:23.100 +08:00] [INFO] [server.go:1662] ["start to watch pd leader"] [pd-leader="name:\"pd-2\" member_id:4060626905997471512 peer_urls:\"http://127.0.0.1:2383\" client_urls:\"http://127.0.0.1:2384\" "] [2024/05/06 22:08:23.100 +08:00] [INFO] [client.go:104] ["region syncer start load region"] [2024/05/06 22:08:23.100 +08:00] [INFO] [client.go:107] ["region syncer finished load regions"] [time-cost=178.818µs] [2024/05/06 22:08:23.101 +08:00] [INFO] [leadership.go:317] ["watch channel is created"] [revision=12] [leader-key=/pd/7365888253126389617/leader] [purpose="leader election"] [2024/05/06 22:08:23.101 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-0] [leader=pd-2] [request-index=0] [2024/05/06 22:08:23.101 +08:00] [ERROR] [client.go:162] ["region sync with leader meet error"] [error="[PD:grpc:ErrGRPCRecv]receive response error: rpc error: code = Unavailable desc = server not started"] [2024/05/06 22:08:24.101 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-0] [leader=pd-2] [request-index=0] [2024/05/06 22:08:33.086 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2379]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2382,http://127.0.0.1:2379]"] [source=server-etcd-client] [2024/05/06 22:08:33.086 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2379]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2382,http://127.0.0.1:2379]"] [source=election-etcd-client] + find . -name 'tikv*.log' -type f -exec tail -n 500 '{}' + ==> ./tikv1.log <== [2024/05/06 22:08:19.541 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={31, 63, 53, 7, 15, 11, 24, 32, 25, 59, 65, 29, 45, 47, 26, 55, 37, 58, 0, 22, 36, 61, 69, 57, 33, 27, 68, 70, 62, 3, 5, 19, 21, 35, 34, 64, 9, 1, 49, 60, 67, 28, 13, 23, 43, 51, 71, 66, 17, 30, 41, 39}"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 4096, expect 32768"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:08:19.543 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:19.544 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:08:19.544 +08:00] [INFO] [] ["subchannel 0x7f4d39e4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f4d39eafb10, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f4d39e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f4d39ed2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004499.544234539\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:08:19.544 +08:00] [INFO] [] ["subchannel 0x7f4d39e4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f4d39eafb10, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f4d39e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f4d39ed2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.544 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:19.544 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.544 +08:00] [INFO] [] ["subchannel 0x7f4d39e4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f4d39eafb10, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f4d39e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f4d39ed2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004499.544839573\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:08:19.544 +08:00] [INFO] [] ["subchannel 0x7f4d39e4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f4d39eafb10, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f4d39e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f4d39ed2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.545 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.545 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:19.545 +08:00] [INFO] [] ["subchannel 0x7f4d39e4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f4d39eafb10, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f4d39e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f4d39ed2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004499.545196534\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:08:19.545 +08:00] [INFO] [] ["subchannel 0x7f4d39e4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f4d39eafb10, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f4d39e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f4d39ed2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.545 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:19.545 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:08:19.846 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:21.847 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:21.847 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:23.086 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:23.388 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:23.389 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:23.390 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:23.391 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:23.392 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:23.392 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:23.393 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:08:23.393 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888253126389617] [thread_id=1] [2024/05/06 22:08:23.394 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:23.394 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:23.395 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20180] [thread_id=1] [2024/05/06 22:08:23.396 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:08:23.397 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308629/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308628/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308627/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308626/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308625/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308624/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308623/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308622/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308621/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/32124/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/310/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/309/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/307/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/306/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/305/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/304/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/341631/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/341631/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data] [thread_id=1] [2024/05/06 22:08:23.397 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data] [thread_id=1] [2024/05/06 22:08:23.398 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308629/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308628/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308627/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308626/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308625/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308624/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308623/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308622/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308621/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/32124/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/310/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/309/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/307/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/306/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/305/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/304/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/341631/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/341631/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft] [thread_id=1] [2024/05/06 22:08:23.398 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft] [thread_id=1] [2024/05/06 22:08:23.398 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv1.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20160\",\"advertise-addr\":\"127.0.0.1:20160\",\"status-addr\":\"127.0.0.1:20180\",\"advertise-status-addr\":\"127.0.0.1:20180\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:08:23.399 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:08:23.399 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=1ms] [thread_id=17] [2024/05/06 22:08:23.400 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:08:23.400 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=18] [2024/05/06 22:08:23.400 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=17] [2024/05/06 22:08:23.400 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=17] [2024/05/06 22:08:23.405 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:08:23.405 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:08:23.405 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 201.097µs"] [thread_id=1] [2024/05/06 22:08:23.468 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:08:23.470 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:08:23.470 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:08:23.471 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/log-backup-temp] [thread_id=1] [2024/05/06 22:08:23.471 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=74] [2024/05/06 22:08:23.471 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:08:23.472 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:08:23.472 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:08:23.472 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:08:23.472 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=74] [2024/05/06 22:08:23.472 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=73] [2024/05/06 22:08:23.479 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 6 region_epoch { conf_ver: 1 version: 1 } peers { id: 9 store_id: 1 }"] [store_id=1] [thread_id=1] [2024/05/06 22:08:23.486 +08:00] [INFO] [raft_server.rs:404] ["bootstrap cluster ok"] [cluster_id=7365888253126389617] [thread_id=1] [2024/05/06 22:08:23.486 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 1 address: \"127.0.0.1:20160\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20160\" status_address: \"127.0.0.1:20180\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004503 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:08:23.489 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=1] [status=Some()] [thread_id=1] [2024/05/06 22:08:23.489 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:08:23.489 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=1] [thread_id=1] [2024/05/06 22:08:23.490 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:08:23.493 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:08:23.493 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=9] [region_id=6] [thread_id=1] [2024/05/06 22:08:23.493 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=9] [region_id=6] [thread_id=1] [2024/05/06 22:08:23.493 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=9] [region_id=6] [thread_id=1] [2024/05/06 22:08:23.493 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {9} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=9] [region_id=6] [thread_id=1] [2024/05/06 22:08:23.493 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 9."] [id=9] [raft_id=9] [region_id=6] [thread_id=1] [2024/05/06 22:08:23.493 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=9] [region_id=6] [thread_id=1] [2024/05/06 22:08:23.493 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=9] [region_id=6] [thread_id=1] [2024/05/06 22:08:23.493 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=9] [region_id=6] [thread_id=1] [2024/05/06 22:08:23.493 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=9] [region_id=6] [thread_id=1] [2024/05/06 22:08:23.493 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=194.933µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=1] [store_id=1] [thread_id=1] [2024/05/06 22:08:23.493 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=6.106µs] [garbage_range_count=2] [store_id=1] [thread_id=1] [2024/05/06 22:08:23.494 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803778] [region_id=6] [thread_id=101] [2024/05/06 22:08:23.495 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:08:23.495 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:08:23.495 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:08:23.496 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=6] [thread_id=31] [2024/05/06 22:08:23.498 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 6 region_epoch { conf_ver: 1 version: 1 } peers { id: 9 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:23.498 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(0)] [region=6] [thread_id=68] [2024/05/06 22:08:23.500 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:08:23.500 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:08:23.500 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:08:23.501 +08:00] [INFO] [deadlock.rs:761] ["became the leader of deadlock detector!"] [self_id=1] [thread_id=127] [2024/05/06 22:08:23.502 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20160] [thread_id=1] [2024/05/06 22:08:23.502 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=18] [2024/05/06 22:08:23.502 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=18] [2024/05/06 22:08:23.506 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:26.500 +08:00] [INFO] [pd.rs:1531] ["try to split"] [region_epoch="conf_ver: 1 version: 1"] [region_id=6] [thread_id=31] [2024/05/06 22:08:26.500 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=pd] [split_keys="4 keys range from 7200000000000000FB to 7800000100000000FB"] [peer_id=9] [region_id=6] [thread_id=101] [2024/05/06 22:08:26.500 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 6 region_epoch { conf_ver: 1 version: 1 } peers { id: 9 store_id: 1 }"] [new_region_ids="[new_region_id: 10 new_peer_ids: 11, new_region_id: 12 new_peer_ids: 13, new_region_id: 14 new_peer_ids: 15, new_region_id: 16 new_peer_ids: 17]"] [region_id=6] [thread_id=31] [2024/05/06 22:08:26.500 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7200000000000000FB new_region_id: 10 new_peer_ids: 11 } requests { split_key: 7200000100000000FB new_region_id: 12 new_peer_ids: 13 } requests { split_key: 7800000000000000FB new_region_id: 14 new_peer_ids: 15 } requests { split_key: 7800000100000000FB new_region_id: 16 new_peer_ids: 17 } right_derive: true }"] [index=7] [term=6] [peer_id=9] [region_id=6] [thread_id=103] [2024/05/06 22:08:26.501 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="4 keys range from 7200000000000000FB to 7800000100000000FB"] [region="id: 6 region_epoch { conf_ver: 1 version: 1 } peers { id: 9 store_id: 1 }"] [peer_id=9] [region_id=6] [thread_id=103] [2024/05/06 22:08:26.501 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=6] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:08:26.501 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=5] [peer_id=9] [region_id=6] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(0)] [region_id=6] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:08:26.501 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 1 }"] [region_id=10] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 9 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:26.501 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 11."] [id=11] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 1 }"] [region_id=12] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 13."] [id=13] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 1 }"] [region_id=14] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 15."] [id=15] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 17 store_id: 1 }"] [region_id=16] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 17."] [id=17] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=12] [thread_id=101] [2024/05/06 22:08:26.501 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=14] [thread_id=101] [2024/05/06 22:08:26.502 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=16] [thread_id=101] [2024/05/06 22:08:26.502 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=10] [thread_id=102] [2024/05/06 22:08:26.502 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=12] [thread_id=31] [2024/05/06 22:08:26.502 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 17 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:26.502 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:26.502 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=14] [thread_id=31] [2024/05/06 22:08:26.502 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=16] [thread_id=31] [2024/05/06 22:08:26.502 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:26.502 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=10] [thread_id=31] [2024/05/06 22:08:26.502 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=7] [observe_id=ObserveId(1)] [region=6] [thread_id=68] [2024/05/06 22:08:26.502 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:26.502 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(4)] [region=14] [thread_id=68] [2024/05/06 22:08:26.502 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(3)] [region=12] [thread_id=68] [2024/05/06 22:08:26.502 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(5)] [region=10] [thread_id=68] [2024/05/06 22:08:26.502 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(2)] [region=16] [thread_id=68] [2024/05/06 22:08:33.497 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:36.499 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 18 store_id: 3 role: Learner } change_type: AddLearnerNode]"] [region_id=6] [thread_id=31] [2024/05/06 22:08:36.499 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 19 store_id: 3 role: Learner } change_type: AddLearnerNode]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:36.499 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 18 store_id: 3 role: Learner }]"] [peer_id=9] [region_id=6] [thread_id=101] [2024/05/06 22:08:36.499 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 19 store_id: 3 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.499 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 20 store_id: 3 role: Learner } change_type: AddLearnerNode]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:36.499 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 21 store_id: 3 role: Learner } change_type: AddLearnerNode]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:36.499 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 22 store_id: 3 role: Learner } change_type: AddLearnerNode]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:36.499 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 20 store_id: 3 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.499 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 21 store_id: 3 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.499 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 22 store_id: 3 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.499 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 18 store_id: 3 role: Learner } } }"] [index=8] [term=6] [peer_id=9] [region_id=6] [thread_id=103] [2024/05/06 22:08:36.499 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=9] [region_id=6] [thread_id=103] [2024/05/06 22:08:36.499 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 19 store_id: 3 role: Learner } } }"] [index=7] [term=6] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:36.499 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:36.499 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 3 role: Learner }"] [original_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 9 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 18 store_id: 3 role: Learner }]"] [peer_id=9] [region_id=6] [thread_id=103] [2024/05/06 22:08:36.499 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 3 role: Learner }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 19 store_id: 3 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:36.499 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 20 store_id: 3 role: Learner } } }"] [index=7] [term=6] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:36.499 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:36.499 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 22 store_id: 3 role: Learner } } }"] [index=7] [term=6] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:36.499 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:36.499 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 3 role: Learner }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 20 store_id: 3 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:36.499 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 1 } peers { id: 22 store_id: 3 role: Learner }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 17 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 22 store_id: 3 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:36.499 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 21 store_id: 3 role: Learner } } }"] [index=7] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:36.499 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:36.499 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 21 store_id: 3 role: Learner }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 21 store_id: 3 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:36.500 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {20}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.500 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9} }, outgoing: Configuration { voters: {} } }, learners: {18}, learners_next: {}, auto_leave: false }"] [raft_id=9] [region_id=6] [thread_id=101] [2024/05/06 22:08:36.500 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 3 role: Learner }"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.500 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 3 role: Learner }"] [peer_id=9] [region_id=6] [thread_id=101] [2024/05/06 22:08:36.500 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {19}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.500 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }, learners: {22}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.500 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 3 role: Learner }"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.500 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 1 } peers { id: 22 store_id: 3 role: Learner }"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.500 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {21}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.500 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 21 store_id: 3 role: Learner }"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.501 +08:00] [INFO] [replication_mode.rs:40] ["backup store labels"] [labels="[]"] [store_id=3] [thread_id=17] [2024/05/06 22:08:36.501 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20162] [store_id=3] [thread_id=71] [2024/05/06 22:08:36.501 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=3] [addr=127.0.0.1:20162] [thread_id=71] [2024/05/06 22:08:36.502 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=10] [cost=1.191563ms] [addr=127.0.0.1:20162] [store_id=3] [thread_id=71] [2024/05/06 22:08:36.504 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(3)] [thread_id=7] [2024/05/06 22:08:36.504 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=18] [request_index=0] [peer_id=9] [region_id=6] [thread_id=102] [2024/05/06 22:08:36.504 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=19] [request_index=0] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.504 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=22] [request_index=0] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.504 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=20] [request_index=0] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.504 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=21] [request_index=0] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.505 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:36.505 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:36.505 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:36.505 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:36.505 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:36.505 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:36.505 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=513.388µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:36.505 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=567.586µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:36.505 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=19] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.505 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=20] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.505 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:36.506 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:36.506 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:36.506 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:36.506 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:36.506 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:36.506 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:36.506 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=372.844µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:36.506 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=398.872µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:36.506 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_6_6_8_(default|lock|write).sst] [region_id=6] [thread_id=83] [2024/05/06 22:08:36.506 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=22] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.506 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=21] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.506 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_6_6_8_(default|lock|write).sst] [region_id=6] [thread_id=83] [2024/05/06 22:08:36.506 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:36.506 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_6_6_8_(default|lock|write).sst] [region_id=6] [thread_id=83] [2024/05/06 22:08:36.506 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:36.506 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=330.656µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_6_6_8_(default|lock|write).sst] [region_id=6] [thread_id=83] [2024/05/06 22:08:36.506 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=18] [peer_id=9] [region_id=6] [thread_id=101] [2024/05/06 22:08:36.506 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:36.507 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:36.507 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.300027ms] [size=0] [snap_key=12_6_7] [region_id=12] [thread_id=131] [2024/05/06 22:08:36.507 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 20 store_id: 3 role: Learner"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.507 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.788775ms] [size=0] [snap_key=10_6_7] [region_id=10] [thread_id=133] [2024/05/06 22:08:36.507 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 19 store_id: 3 role: Learner"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.507 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.293658ms] [size=0] [snap_key=16_6_7] [region_id=16] [thread_id=132] [2024/05/06 22:08:36.507 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 22 store_id: 3 role: Learner"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.507 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.120176ms] [size=0] [snap_key=14_6_7] [region_id=14] [thread_id=130] [2024/05/06 22:08:36.508 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 21 store_id: 3 role: Learner"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.508 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.339258ms] [size=0] [snap_key=6_6_8] [region_id=6] [thread_id=130] [2024/05/06 22:08:36.508 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 18 store_id: 3 role: Learner"] [peer_id=9] [region_id=6] [thread_id=102] [2024/05/06 22:08:36.508 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 20 store_id: 3 }]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:36.508 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 20 store_id: 3 }]"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.508 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 22 store_id: 3 }]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:36.508 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 22 store_id: 3 }]"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.508 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 20 store_id: 3 } } }"] [index=8] [term=6] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:36.508 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:36.508 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 3 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 3 role: Learner }"] [changes="[peer { id: 20 store_id: 3 }]"] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:36.508 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 22 store_id: 3 } } }"] [index=8] [term=6] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:36.508 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 19 store_id: 3 }]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:36.508 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:36.508 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 1 } peers { id: 22 store_id: 3 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 1 } peers { id: 22 store_id: 3 role: Learner }"] [changes="[peer { id: 22 store_id: 3 }]"] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:36.508 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 19 store_id: 3 }]"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.508 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 21 store_id: 3 }]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:36.508 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 13} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.509 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 19 store_id: 3 } } }"] [index=8] [term=6] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:36.509 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:36.509 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 21 store_id: 3 }]"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.509 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 3 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 3 role: Learner }"] [changes="[peer { id: 19 store_id: 3 }]"] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:36.509 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 3 }"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.509 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 22} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.509 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 21 store_id: 3 } } }"] [index=8] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:36.509 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 1 } peers { id: 22 store_id: 3 }"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.509 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:36.509 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 1 } peers { id: 21 store_id: 3 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 21 store_id: 3 role: Learner }"] [changes="[peer { id: 21 store_id: 3 }]"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:36.509 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.509 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 3 }"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.509 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {21, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.509 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 1 } peers { id: 21 store_id: 3 }"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.509 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 18 store_id: 3 }]"] [region_id=6] [thread_id=31] [2024/05/06 22:08:36.509 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 18 store_id: 3 }]"] [peer_id=9] [region_id=6] [thread_id=101] [2024/05/06 22:08:36.509 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 18 store_id: 3 } } }"] [index=9] [term=6] [peer_id=9] [region_id=6] [thread_id=103] [2024/05/06 22:08:36.509 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=9] [region_id=6] [thread_id=103] [2024/05/06 22:08:36.509 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 3 }"] [original_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 3 role: Learner }"] [changes="[peer { id: 18 store_id: 3 }]"] [peer_id=9] [region_id=6] [thread_id=103] [2024/05/06 22:08:36.509 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9, 18} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=9] [region_id=6] [thread_id=101] [2024/05/06 22:08:36.509 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 3 }"] [peer_id=9] [region_id=6] [thread_id=101] [2024/05/06 22:08:36.519 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 23 store_id: 2 role: Learner } change_type: AddLearnerNode]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:36.519 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 24 store_id: 2 role: Learner } change_type: AddLearnerNode]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:36.519 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 2 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.519 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 2 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.519 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 25 store_id: 2 role: Learner } change_type: AddLearnerNode]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:36.519 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 2 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.519 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 23 store_id: 2 role: Learner } } }"] [index=9] [term=6] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:36.519 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:36.519 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 24 store_id: 2 role: Learner } } }"] [index=9] [term=6] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:36.519 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:36.519 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 3 } peers { id: 23 store_id: 2 role: Learner }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 2 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:36.519 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 3 } peers { id: 24 store_id: 2 role: Learner }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 2 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:36.520 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 26 store_id: 2 role: Learner } change_type: AddLearnerNode]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:36.520 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 27 store_id: 2 role: Learner } change_type: AddLearnerNode]"] [region_id=6] [thread_id=31] [2024/05/06 22:08:36.520 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 26 store_id: 2 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.520 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 27 store_id: 2 role: Learner }]"] [peer_id=9] [region_id=6] [thread_id=102] [2024/05/06 22:08:36.520 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 11} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.520 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 25 store_id: 2 role: Learner } } }"] [index=9] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:36.520 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:36.520 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 21 store_id: 3 } peers { id: 25 store_id: 2 role: Learner }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 1 } peers { id: 21 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 2 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:36.520 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 3 } peers { id: 23 store_id: 2 role: Learner }"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.520 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 13} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.520 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 26 store_id: 2 role: Learner } } }"] [index=9] [term=6] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:36.520 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:36.520 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 22 store_id: 3 } peers { id: 26 store_id: 2 role: Learner }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 1 } peers { id: 22 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 26 store_id: 2 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:36.520 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 3 } peers { id: 24 store_id: 2 role: Learner }"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.520 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 27 store_id: 2 role: Learner } } }"] [index=10] [term=6] [peer_id=9] [region_id=6] [thread_id=103] [2024/05/06 22:08:36.520 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=9] [region_id=6] [thread_id=103] [2024/05/06 22:08:36.520 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 3 } peers { id: 27 store_id: 2 role: Learner }"] [original_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 27 store_id: 2 role: Learner }]"] [peer_id=9] [region_id=6] [thread_id=103] [2024/05/06 22:08:36.520 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 22} }, outgoing: Configuration { voters: {} } }, learners: {26}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.520 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 22 store_id: 3 } peers { id: 26 store_id: 2 role: Learner }"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.520 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {21, 15} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.520 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 21 store_id: 3 } peers { id: 25 store_id: 2 role: Learner }"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.520 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9, 18} }, outgoing: Configuration { voters: {} } }, learners: {27}, learners_next: {}, auto_leave: false }"] [raft_id=9] [region_id=6] [thread_id=101] [2024/05/06 22:08:36.520 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 3 } peers { id: 27 store_id: 2 role: Learner }"] [peer_id=9] [region_id=6] [thread_id=101] [2024/05/06 22:08:36.521 +08:00] [INFO] [replication_mode.rs:40] ["backup store labels"] [labels="[]"] [store_id=2] [thread_id=17] [2024/05/06 22:08:36.521 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20161] [store_id=2] [thread_id=71] [2024/05/06 22:08:36.521 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=2] [addr=127.0.0.1:20161] [thread_id=71] [2024/05/06 22:08:36.521 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=10] [cost=718.287µs] [addr=127.0.0.1:20161] [store_id=2] [thread_id=71] [2024/05/06 22:08:36.523 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(2)] [thread_id=8] [2024/05/06 22:08:36.524 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=24] [request_index=0] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.524 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=23] [request_index=0] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.524 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=25] [request_index=0] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.524 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=26] [request_index=0] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.524 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=27] [request_index=0] [peer_id=9] [region_id=6] [thread_id=102] [2024/05/06 22:08:36.524 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:36.524 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:36.524 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:36.524 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:36.524 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:36.524 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:36.524 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=389.648µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:36.524 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=434.319µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:36.525 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=25] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.525 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:36.525 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=24] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.525 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:36.525 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:36.525 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:36.525 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:36.525 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:36.525 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:36.525 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:36.525 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=352.255µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:36.525 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=26] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.525 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=437.58µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:36.525 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:36.525 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_6_6_10_(default|lock|write).sst] [region_id=6] [thread_id=83] [2024/05/06 22:08:36.525 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_6_6_10_(default|lock|write).sst] [region_id=6] [thread_id=83] [2024/05/06 22:08:36.525 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_6_6_10_(default|lock|write).sst] [region_id=6] [thread_id=83] [2024/05/06 22:08:36.525 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=23] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.525 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:36.525 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=328.129µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_6_6_10_(default|lock|write).sst] [region_id=6] [thread_id=83] [2024/05/06 22:08:36.525 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=27] [peer_id=9] [region_id=6] [thread_id=101] [2024/05/06 22:08:36.525 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:36.526 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.318203ms] [size=0] [snap_key=12_6_9] [region_id=12] [thread_id=133] [2024/05/06 22:08:36.526 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 24 store_id: 2 role: Learner"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.526 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.144934ms] [size=0] [snap_key=16_6_9] [region_id=16] [thread_id=132] [2024/05/06 22:08:36.526 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 26 store_id: 2 role: Learner"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.526 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.054014ms] [size=0] [snap_key=10_6_9] [region_id=10] [thread_id=131] [2024/05/06 22:08:36.526 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 23 store_id: 2 role: Learner"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.526 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.69038ms] [size=0] [snap_key=14_6_9] [region_id=14] [thread_id=130] [2024/05/06 22:08:36.526 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 25 store_id: 2 role: Learner"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.527 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.208161ms] [size=0] [snap_key=6_6_10] [region_id=6] [thread_id=130] [2024/05/06 22:08:36.527 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 27 store_id: 2 role: Learner"] [peer_id=9] [region_id=6] [thread_id=102] [2024/05/06 22:08:36.527 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 25 store_id: 2 }]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:36.527 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 25 store_id: 2 }]"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.527 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 24 store_id: 2 }]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:36.527 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 26 store_id: 2 }]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:36.527 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 24 store_id: 2 }]"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.527 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 26 store_id: 2 }]"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.527 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 2 } } }"] [index=10] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:36.527 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:36.527 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 1 } peers { id: 21 store_id: 3 } peers { id: 25 store_id: 2 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 21 store_id: 3 } peers { id: 25 store_id: 2 role: Learner }"] [changes="[peer { id: 25 store_id: 2 }]"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:36.527 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 2 } } }"] [index=10] [term=6] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:36.527 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:36.527 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 3 } peers { id: 24 store_id: 2 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 3 } peers { id: 24 store_id: 2 role: Learner }"] [changes="[peer { id: 24 store_id: 2 }]"] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:36.527 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 23 store_id: 2 }]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:36.527 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 26 store_id: 2 } } }"] [index=10] [term=6] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:36.527 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:36.527 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 27 store_id: 2 }]"] [region_id=6] [thread_id=31] [2024/05/06 22:08:36.527 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 23 store_id: 2 }]"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.527 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 1 } peers { id: 22 store_id: 3 } peers { id: 26 store_id: 2 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 22 store_id: 3 } peers { id: 26 store_id: 2 role: Learner }"] [changes="[peer { id: 26 store_id: 2 }]"] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:36.527 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 27 store_id: 2 }]"] [peer_id=9] [region_id=6] [thread_id=102] [2024/05/06 22:08:36.527 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {21, 25, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.527 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 1 } peers { id: 21 store_id: 3 } peers { id: 25 store_id: 2 }"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.527 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 13, 24} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.527 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 2 } } }"] [index=10] [term=6] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:36.527 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 22, 26} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.527 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:36.527 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 3 } peers { id: 24 store_id: 2 }"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.527 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 1 } peers { id: 22 store_id: 3 } peers { id: 26 store_id: 2 }"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.527 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 3 } peers { id: 23 store_id: 2 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 3 } peers { id: 23 store_id: 2 role: Learner }"] [changes="[peer { id: 23 store_id: 2 }]"] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:36.527 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 27 store_id: 2 } } }"] [index=11] [term=6] [peer_id=9] [region_id=6] [thread_id=104] [2024/05/06 22:08:36.527 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=9] [region_id=6] [thread_id=104] [2024/05/06 22:08:36.527 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 3 } peers { id: 27 store_id: 2 }"] [original_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 3 } peers { id: 27 store_id: 2 role: Learner }"] [changes="[peer { id: 27 store_id: 2 }]"] [peer_id=9] [region_id=6] [thread_id=104] [2024/05/06 22:08:36.528 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 23, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.528 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 3 } peers { id: 23 store_id: 2 }"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.528 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9, 18, 27} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=9] [region_id=6] [thread_id=101] [2024/05/06 22:08:36.528 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 3 } peers { id: 27 store_id: 2 }"] [peer_id=9] [region_id=6] [thread_id=101] ==> ./tikv2.log <== [2024/05/06 22:08:19.541 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={62, 67, 68, 51, 35, 22, 25, 36, 17, 39, 31, 65, 5, 71, 58, 66, 30, 1, 24, 32, 47, 43, 23, 26, 27, 33, 15, 21, 53, 13, 59, 60, 61, 64, 69, 45, 7, 34, 55, 57, 63, 70, 28, 0, 3, 41, 19, 29, 37, 11, 9, 49}"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:08:19.542 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 4096, expect 32768"] [thread_id=1] [2024/05/06 22:08:19.542 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:08:19.542 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:08:19.543 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:19.544 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:08:19.544 +08:00] [INFO] [] ["subchannel 0x7f5e84e4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f5e84eafb20, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f5e84e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f5e84ed2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004499.544238435\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:08:19.544 +08:00] [INFO] [] ["subchannel 0x7f5e84e4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f5e84eafb20, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f5e84e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f5e84ed2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.544 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:19.544 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.544 +08:00] [INFO] [] ["subchannel 0x7f5e84e4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f5e84eafb20, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f5e84e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f5e84ed2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004499.544872339\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:08:19.544 +08:00] [INFO] [] ["subchannel 0x7f5e84e4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f5e84eafb20, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f5e84e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f5e84ed2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.545 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.545 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:19.545 +08:00] [INFO] [] ["subchannel 0x7f5e84e4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f5e84eafb20, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f5e84e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f5e84ed2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004499.545197178\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:08:19.545 +08:00] [INFO] [] ["subchannel 0x7f5e84e4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f5e84eafb20, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f5e84e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f5e84ed2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.545 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:19.545 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:08:19.846 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:21.847 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:21.847 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:23.086 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:23.388 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:23.389 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:23.390 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:23.391 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:23.392 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:23.393 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:23.393 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:08:23.393 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888253126389617] [thread_id=1] [2024/05/06 22:08:23.394 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:23.394 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:23.395 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20181] [thread_id=1] [2024/05/06 22:08:23.396 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:08:23.397 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308629/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308628/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308627/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308626/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308625/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308624/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308623/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308622/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308621/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/32124/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/310/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/309/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/307/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/306/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/305/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/304/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/341631/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/341631/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data] [thread_id=1] [2024/05/06 22:08:23.397 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data] [thread_id=1] [2024/05/06 22:08:23.398 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308629/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308628/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308627/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308626/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308625/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308624/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308623/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308622/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308621/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/32124/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/310/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/309/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/307/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/306/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/305/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/304/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/341631/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/341631/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft] [thread_id=1] [2024/05/06 22:08:23.398 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft] [thread_id=1] [2024/05/06 22:08:23.398 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv2.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20161\",\"advertise-addr\":\"127.0.0.1:20161\",\"status-addr\":\"127.0.0.1:20181\",\"advertise-status-addr\":\"127.0.0.1:20181\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:08:23.399 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:08:23.399 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=1ms] [thread_id=17] [2024/05/06 22:08:23.400 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:08:23.400 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=17] [2024/05/06 22:08:23.400 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=18] [2024/05/06 22:08:23.400 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=17] [2024/05/06 22:08:23.405 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:08:23.405 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:08:23.405 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 213.73µs"] [thread_id=1] [2024/05/06 22:08:23.468 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:08:23.470 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:08:23.470 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:08:23.470 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/log-backup-temp] [thread_id=1] [2024/05/06 22:08:23.471 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=73] [2024/05/06 22:08:23.471 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:08:23.472 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=73] [2024/05/06 22:08:23.472 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=74] [2024/05/06 22:08:23.472 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=74] [2024/05/06 22:08:23.472 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=73] [2024/05/06 22:08:23.472 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=73] [2024/05/06 22:08:23.479 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 4 region_epoch { conf_ver: 1 version: 1 } peers { id: 7 store_id: 2 }"] [store_id=2] [thread_id=1] [2024/05/06 22:08:23.480 +08:00] [ERROR] [raft_server.rs:426] ["bootstrap cluster"] [err_code=KV:Pd:Unknown] [err="Other(\"[components/pd_client/src/util.rs:952]: [PD:etcd:ErrEtcdTxnConflict]etcd transaction failed, conflicted and rolled back\")"] [cluster_id=7365888253126389617] [thread_id=1] [2024/05/06 22:08:26.481 +08:00] [INFO] [raft_server.rs:416] ["cluster is already bootstrapped"] [cluster_id=7365888253126389617] [thread_id=1] [2024/05/06 22:08:26.482 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 2 address: \"127.0.0.1:20161\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20161\" status_address: \"127.0.0.1:20181\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004503 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:08:26.484 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=2] [status=Some()] [thread_id=1] [2024/05/06 22:08:26.484 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:08:26.484 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=3] [thread_id=1] [2024/05/06 22:08:26.484 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=2] [thread_id=1] [2024/05/06 22:08:26.484 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=2] [thread_id=1] [2024/05/06 22:08:26.485 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:08:26.488 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:08:26.489 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=38.012µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=0] [store_id=2] [thread_id=1] [2024/05/06 22:08:26.489 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=25.67µs] [garbage_range_count=1] [store_id=2] [thread_id=1] [2024/05/06 22:08:26.491 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:08:26.491 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:08:26.491 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:08:26.495 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:08:26.495 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:08:26.495 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:08:26.497 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20161] [thread_id=1] [2024/05/06 22:08:26.497 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=17] [2024/05/06 22:08:26.497 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=17] [2024/05/06 22:08:26.502 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:36.492 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:36.521 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(1)] [thread_id=7] [2024/05/06 22:08:36.522 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=11] [store_id=2] [peer_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.522 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.522 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.522 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.522 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 23."] [id=23] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.522 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=13] [store_id=2] [peer_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.522 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.522 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.522 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.522 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 24."] [id=24] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.522 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=17] [store_id=2] [peer_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.522 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.522 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.522 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.522 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 26."] [id=26] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.522 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 11"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=11] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.522 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.522 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=15] [store_id=2] [peer_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.522 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.522 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.522 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.522 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 25."] [id=25] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.522 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=9] [store_id=2] [peer_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:08:36.522 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:08:36.522 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:08:36.522 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:08:36.522 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 27."] [id=27] [raft_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:08:36.522 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 13"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=13] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.522 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.522 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 15"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=15] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.523 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 17"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=17] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.523 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.523 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.523 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 9"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=9] [raft_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:08:36.523 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:08:36.523 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20160] [store_id=1] [thread_id=71] [2024/05/06 22:08:36.523 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=1] [addr=127.0.0.1:20160] [thread_id=71] [2024/05/06 22:08:36.523 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=5] [cost=759.386µs] [addr=127.0.0.1:20160] [store_id=1] [thread_id=71] [2024/05/06 22:08:36.525 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=132] [2024/05/06 22:08:36.525 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=130] [2024/05/06 22:08:36.525 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=131] [2024/05/06 22:08:36.525 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_14_6_9_(default|lock|write).sst] [snap_key=14_6_9] [thread_id=132] [2024/05/06 22:08:36.526 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_16_6_9_(default|lock|write).sst] [snap_key=16_6_9] [thread_id=131] [2024/05/06 22:08:36.526 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_12_6_9_(default|lock|write).sst] [snap_key=12_6_9] [thread_id=130] [2024/05/06 22:08:36.526 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=129] [2024/05/06 22:08:36.526 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_10_6_9_(default|lock|write).sst] [snap_key=10_6_9] [thread_id=129] [2024/05/06 22:08:36.526 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=384.098µs] [snap_key=12_6_9] [thread_id=130] [2024/05/06 22:08:36.526 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=465.165µs] [snap_key=14_6_9] [thread_id=132] [2024/05/06 22:08:36.526 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=404.45µs] [snap_key=16_6_9] [thread_id=131] [2024/05/06 22:08:36.526 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.526 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.526 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {21, 15} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.526 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.526 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.526 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.526 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 13} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.526 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.526 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.526 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.526 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 21 store_id: 3 } peers { id: 25 store_id: 2 role: Learner }"] [peer_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.526 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=132] [2024/05/06 22:08:36.526 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 3 } peers { id: 24 store_id: 2 role: Learner }"] [peer_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.526 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=351.886µs] [snap_key=10_6_9] [thread_id=129] [2024/05/06 22:08:36.526 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.526 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 22} }, outgoing: Configuration { voters: {} } }, learners: {26}, learners_next: {}, auto_leave: false }"] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.526 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.526 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.526 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.526 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.526 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 22 store_id: 3 } peers { id: 26 store_id: 2 role: Learner }"] [peer_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.526 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 11} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.526 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.526 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.526 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.526 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_6_6_10_(default|lock|write).sst] [snap_key=6_6_10] [thread_id=132] [2024/05/06 22:08:36.526 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 3 } peers { id: 23 store_id: 2 role: Learner }"] [peer_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.526 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 3 } peers { id: 24 store_id: 2 role: Learner }"] [peer_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.526 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 21 store_id: 3 } peers { id: 25 store_id: 2 role: Learner }"] [peer_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.526 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=25] [region_id=14] [thread_id=80] [2024/05/06 22:08:36.526 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=386.806µs] [snap_key=6_6_10] [thread_id=132] [2024/05/06 22:08:36.526 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 3 } peers { id: 23 store_id: 2 role: Learner }"] [peer_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.526 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 22 store_id: 3 } peers { id: 26 store_id: 2 role: Learner }"] [peer_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.526 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:36.526 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 10, term: 6]"] [snapshot_term=6] [snapshot_index=10] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:08:36.526 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9, 18} }, outgoing: Configuration { voters: {} } }, learners: {27}, learners_next: {}, auto_leave: false }"] [raft_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:08:36.526 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=10] [last_term=6] [last_index=10] [commit=10] [raft_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:08:36.526 +08:00] [INFO] [raft.rs:2549] ["[commit: 10, term: 6] restored snapshot [index: 10, term: 6]"] [snapshot_term=6] [snapshot_index=10] [commit=10] [term=6] [raft_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:08:36.527 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=36.866µs] [region_id=14] [thread_id=80] [2024/05/06 22:08:36.527 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:08:36.527 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 10 truncated_state { index: 10 term: 6 }"] [region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 3 } peers { id: 27 store_id: 2 role: Learner }"] [peer_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:08:36.527 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=24] [region_id=12] [thread_id=80] [2024/05/06 22:08:36.527 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:36.527 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=20.806µs] [region_id=12] [thread_id=80] [2024/05/06 22:08:36.527 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=26] [region_id=16] [thread_id=80] [2024/05/06 22:08:36.527 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 3 } peers { id: 27 store_id: 2 role: Learner }"] [peer_id=27] [region_id=6] [thread_id=101] [2024/05/06 22:08:36.527 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:36.527 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=14.541µs] [region_id=16] [thread_id=80] [2024/05/06 22:08:36.527 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=23] [region_id=10] [thread_id=80] [2024/05/06 22:08:36.527 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:36.527 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=13.952µs] [region_id=10] [thread_id=80] [2024/05/06 22:08:36.527 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=27] [region_id=6] [thread_id=80] [2024/05/06 22:08:36.527 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:36.527 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=12.774µs] [region_id=6] [thread_id=80] [2024/05/06 22:08:36.527 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 2 } } }"] [index=10] [term=6] [peer_id=25] [region_id=14] [thread_id=103] [2024/05/06 22:08:36.527 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=25] [region_id=14] [thread_id=103] [2024/05/06 22:08:36.527 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 1 } peers { id: 21 store_id: 3 } peers { id: 25 store_id: 2 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 21 store_id: 3 } peers { id: 25 store_id: 2 role: Learner }"] [changes="[peer { id: 25 store_id: 2 }]"] [peer_id=25] [region_id=14] [thread_id=103] [2024/05/06 22:08:36.527 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 2 } } }"] [index=10] [term=6] [peer_id=24] [region_id=12] [thread_id=103] [2024/05/06 22:08:36.527 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=24] [region_id=12] [thread_id=103] [2024/05/06 22:08:36.527 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 3 } peers { id: 24 store_id: 2 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 3 } peers { id: 24 store_id: 2 role: Learner }"] [changes="[peer { id: 24 store_id: 2 }]"] [peer_id=24] [region_id=12] [thread_id=103] [2024/05/06 22:08:36.527 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 26 store_id: 2 } } }"] [index=10] [term=6] [peer_id=26] [region_id=16] [thread_id=104] [2024/05/06 22:08:36.527 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=26] [region_id=16] [thread_id=104] [2024/05/06 22:08:36.527 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 1 } peers { id: 22 store_id: 3 } peers { id: 26 store_id: 2 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 22 store_id: 3 } peers { id: 26 store_id: 2 role: Learner }"] [changes="[peer { id: 26 store_id: 2 }]"] [peer_id=26] [region_id=16] [thread_id=104] [2024/05/06 22:08:36.528 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {21, 25, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.528 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 13, 24} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.528 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 2 } } }"] [index=10] [term=6] [peer_id=23] [region_id=10] [thread_id=103] [2024/05/06 22:08:36.528 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=23] [region_id=10] [thread_id=103] [2024/05/06 22:08:36.528 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 3 } peers { id: 23 store_id: 2 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 3 } peers { id: 23 store_id: 2 role: Learner }"] [changes="[peer { id: 23 store_id: 2 }]"] [peer_id=23] [region_id=10] [thread_id=103] [2024/05/06 22:08:36.528 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 27 store_id: 2 } } }"] [index=11] [term=6] [peer_id=27] [region_id=6] [thread_id=103] [2024/05/06 22:08:36.528 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=27] [region_id=6] [thread_id=103] [2024/05/06 22:08:36.528 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 3 } peers { id: 27 store_id: 2 }"] [original_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 3 } peers { id: 27 store_id: 2 role: Learner }"] [changes="[peer { id: 27 store_id: 2 }]"] [peer_id=27] [region_id=6] [thread_id=103] [2024/05/06 22:08:36.528 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 22, 26} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.528 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 23, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.528 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9, 18, 27} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:09:26.489 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=6_6_10] [peer_id=27] [region_id=6] [thread_id=102] [2024/05/06 22:09:26.489 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=10_6_9] [peer_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:09:26.489 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=12_6_9] [peer_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:09:26.489 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=14_6_9] [peer_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:09:26.489 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=16_6_9] [peer_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:09:26.489 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:26.490 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:26.490 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:26.490 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:26.490 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] ==> ./tikv3.log <== [2024/05/06 22:08:19.541 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={7, 41, 61, 63, 66, 51, 69, 70, 3, 71, 67, 68, 24, 5, 65, 31, 62, 35, 60, 34, 32, 1, 17, 53, 15, 27, 33, 26, 29, 37, 55, 57, 39, 64, 43, 9, 0, 45, 13, 28, 47, 59, 11, 21, 22, 23, 25, 49, 58, 36, 19, 30}"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 4096, expect 32768"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:08:19.541 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:08:19.543 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:19.544 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:08:19.544 +08:00] [INFO] [] ["subchannel 0x7fed0724d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7fed072afb18, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fed07237e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fed072d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004499.544240896\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:08:19.544 +08:00] [INFO] [] ["subchannel 0x7fed0724d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7fed072afb18, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fed07237e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fed072d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.544 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:19.544 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.544 +08:00] [INFO] [] ["subchannel 0x7fed0724dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7fed072afb18, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fed07237e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fed072d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004499.544911244\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:08:19.544 +08:00] [INFO] [] ["subchannel 0x7fed0724dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7fed072afb18, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fed07237e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fed072d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.545 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.545 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:19.545 +08:00] [INFO] [] ["subchannel 0x7fed0724e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7fed072afb18, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fed07237e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fed072d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004499.545198328\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:08:19.545 +08:00] [INFO] [] ["subchannel 0x7fed0724e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7fed072afb18, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fed07237e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fed072d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.545 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:19.545 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:08:19.846 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:21.847 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:21.847 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:23.086 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:23.388 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:23.389 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:23.390 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:23.391 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:23.392 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:23.393 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:23.393 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:08:23.393 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888253126389617] [thread_id=1] [2024/05/06 22:08:23.394 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:23.394 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:23.395 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20182] [thread_id=1] [2024/05/06 22:08:23.396 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:08:23.397 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308629/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308628/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308627/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308626/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308625/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308624/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308623/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308622/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308621/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/32124/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/310/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/309/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/307/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/306/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/305/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/304/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/341631/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/341631/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data] [thread_id=1] [2024/05/06 22:08:23.397 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data] [thread_id=1] [2024/05/06 22:08:23.398 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308629/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308628/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308627/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308626/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308625/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308624/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308623/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308622/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308621/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/32124/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/310/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/309/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/308/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/307/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/306/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/305/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/304/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/341631/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/341631/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft] [thread_id=1] [2024/05/06 22:08:23.398 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft] [thread_id=1] [2024/05/06 22:08:23.398 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv3.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20162\",\"advertise-addr\":\"127.0.0.1:20162\",\"status-addr\":\"127.0.0.1:20182\",\"advertise-status-addr\":\"127.0.0.1:20182\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:08:23.399 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:08:23.399 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=1ms] [thread_id=17] [2024/05/06 22:08:23.400 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:08:23.400 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=18] [2024/05/06 22:08:23.400 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=17] [2024/05/06 22:08:23.400 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=17] [2024/05/06 22:08:23.405 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:08:23.405 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:08:23.405 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 198.063µs"] [thread_id=1] [2024/05/06 22:08:23.468 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:08:23.470 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:08:23.470 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:08:23.471 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/log-backup-temp] [thread_id=1] [2024/05/06 22:08:23.471 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=74] [2024/05/06 22:08:23.471 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:08:23.472 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:08:23.472 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:08:23.472 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:08:23.472 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=74] [2024/05/06 22:08:23.472 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=73] [2024/05/06 22:08:23.479 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 5 region_epoch { conf_ver: 1 version: 1 } peers { id: 8 store_id: 3 }"] [store_id=3] [thread_id=1] [2024/05/06 22:08:23.480 +08:00] [ERROR] [raft_server.rs:426] ["bootstrap cluster"] [err_code=KV:Pd:Unknown] [err="Other(\"[components/pd_client/src/util.rs:952]: [PD:etcd:ErrEtcdTxnConflict]etcd transaction failed, conflicted and rolled back\")"] [cluster_id=7365888253126389617] [thread_id=1] [2024/05/06 22:08:26.481 +08:00] [INFO] [raft_server.rs:416] ["cluster is already bootstrapped"] [cluster_id=7365888253126389617] [thread_id=1] [2024/05/06 22:08:26.482 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 3 address: \"127.0.0.1:20162\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20162\" status_address: \"127.0.0.1:20182\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004503 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:08:26.483 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=3] [status=Some()] [thread_id=1] [2024/05/06 22:08:26.484 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:08:26.484 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=3] [thread_id=1] [2024/05/06 22:08:26.484 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=2] [thread_id=1] [2024/05/06 22:08:26.484 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=3] [thread_id=1] [2024/05/06 22:08:26.485 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:08:26.488 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:08:26.488 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=59.031µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=0] [store_id=3] [thread_id=1] [2024/05/06 22:08:26.488 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=30.683µs] [garbage_range_count=1] [store_id=3] [thread_id=1] [2024/05/06 22:08:26.490 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:08:26.490 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:08:26.490 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:08:26.495 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:08:26.495 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:08:26.495 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:08:26.497 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20162] [thread_id=1] [2024/05/06 22:08:26.497 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=17] [2024/05/06 22:08:26.498 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=17] [2024/05/06 22:08:26.501 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:36.491 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:36.502 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(1)] [thread_id=7] [2024/05/06 22:08:36.502 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=13] [store_id=3] [peer_id=20] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.502 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.502 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=20] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.502 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=20] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.502 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 20."] [id=20] [raft_id=20] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.502 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=9] [store_id=3] [peer_id=18] [region_id=6] [thread_id=102] [2024/05/06 22:08:36.502 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=6] [thread_id=102] [2024/05/06 22:08:36.502 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=18] [region_id=6] [thread_id=102] [2024/05/06 22:08:36.502 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=18] [region_id=6] [thread_id=102] [2024/05/06 22:08:36.502 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 18."] [id=18] [raft_id=18] [region_id=6] [thread_id=102] [2024/05/06 22:08:36.502 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=11] [store_id=3] [peer_id=19] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.502 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.502 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=19] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.502 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=19] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.502 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 19."] [id=19] [raft_id=19] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.502 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=17] [store_id=3] [peer_id=22] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.502 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 13"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=13] [raft_id=20] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.502 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.502 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=20] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.502 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=22] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.502 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=22] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.502 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 22."] [id=22] [raft_id=22] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.502 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=15] [store_id=3] [peer_id=21] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.502 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.502 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=21] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.502 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=21] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.502 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 21."] [id=21] [raft_id=21] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.502 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 9"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=9] [raft_id=18] [region_id=6] [thread_id=102] [2024/05/06 22:08:36.502 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=18] [region_id=6] [thread_id=102] [2024/05/06 22:08:36.503 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 17"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=17] [raft_id=22] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.503 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 11"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=11] [raft_id=19] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.503 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=22] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.503 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=19] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.503 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 15"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=15] [raft_id=21] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.503 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=21] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.503 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20160] [store_id=1] [thread_id=71] [2024/05/06 22:08:36.503 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=1] [addr=127.0.0.1:20160] [thread_id=71] [2024/05/06 22:08:36.504 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=5] [cost=724.192µs] [addr=127.0.0.1:20160] [store_id=1] [thread_id=71] [2024/05/06 22:08:36.506 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=131] [2024/05/06 22:08:36.507 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=132] [2024/05/06 22:08:36.507 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=130] [2024/05/06 22:08:36.507 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_12_6_7_(default|lock|write).sst] [snap_key=12_6_7] [thread_id=132] [2024/05/06 22:08:36.507 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_16_6_7_(default|lock|write).sst] [snap_key=16_6_7] [thread_id=130] [2024/05/06 22:08:36.507 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_10_6_7_(default|lock|write).sst] [snap_key=10_6_7] [thread_id=131] [2024/05/06 22:08:36.507 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=129] [2024/05/06 22:08:36.507 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_14_6_7_(default|lock|write).sst] [snap_key=14_6_7] [thread_id=129] [2024/05/06 22:08:36.507 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=465.45µs] [snap_key=12_6_7] [thread_id=132] [2024/05/06 22:08:36.507 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=20] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.507 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=450.422µs] [snap_key=16_6_7] [thread_id=130] [2024/05/06 22:08:36.507 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=501.636µs] [snap_key=10_6_7] [thread_id=131] [2024/05/06 22:08:36.507 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {20}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.507 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=20] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.507 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=20] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.507 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=20] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.507 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=19] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.507 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {19}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.507 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=19] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.507 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=19] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.507 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=388.96µs] [snap_key=14_6_7] [thread_id=129] [2024/05/06 22:08:36.507 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=19] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.507 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 3 role: Learner }"] [peer_id=20] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.507 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=132] [2024/05/06 22:08:36.507 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 3 role: Learner }"] [peer_id=19] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.507 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_6_6_8_(default|lock|write).sst] [snap_key=6_6_8] [thread_id=132] [2024/05/06 22:08:36.507 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=22] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.507 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=21] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.507 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }, learners: {22}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.507 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=22] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.507 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=22] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.507 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {21}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.507 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=22] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.507 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=21] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.507 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=21] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.507 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=21] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.507 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 1 } peers { id: 22 store_id: 3 role: Learner }"] [peer_id=22] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.507 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 21 store_id: 3 role: Learner }"] [peer_id=21] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.507 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 3 role: Learner }"] [peer_id=20] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.508 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=20] [region_id=12] [thread_id=80] [2024/05/06 22:08:36.508 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=364.249µs] [snap_key=6_6_8] [thread_id=132] [2024/05/06 22:08:36.508 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 8, term: 6]"] [snapshot_term=6] [snapshot_index=8] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=18] [region_id=6] [thread_id=102] [2024/05/06 22:08:36.508 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9} }, outgoing: Configuration { voters: {} } }, learners: {18}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=6] [thread_id=102] [2024/05/06 22:08:36.508 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=8] [last_term=6] [last_index=8] [commit=8] [raft_id=18] [region_id=6] [thread_id=102] [2024/05/06 22:08:36.508 +08:00] [INFO] [raft.rs:2549] ["[commit: 8, term: 6] restored snapshot [index: 8, term: 6]"] [snapshot_term=6] [snapshot_index=8] [commit=8] [term=6] [raft_id=18] [region_id=6] [thread_id=102] [2024/05/06 22:08:36.508 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=18] [region_id=6] [thread_id=102] [2024/05/06 22:08:36.508 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 1 } peers { id: 22 store_id: 3 role: Learner }"] [peer_id=22] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.508 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 8 truncated_state { index: 8 term: 6 }"] [region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 3 role: Learner }"] [peer_id=18] [region_id=6] [thread_id=102] [2024/05/06 22:08:36.508 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 3 role: Learner }"] [peer_id=19] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.508 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 21 store_id: 3 role: Learner }"] [peer_id=21] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.508 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:36.508 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=77.34µs] [region_id=12] [thread_id=80] [2024/05/06 22:08:36.508 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 3 role: Learner }"] [peer_id=18] [region_id=6] [thread_id=101] [2024/05/06 22:08:36.508 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=22] [region_id=16] [thread_id=80] [2024/05/06 22:08:36.508 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:36.508 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=35.277µs] [region_id=16] [thread_id=80] [2024/05/06 22:08:36.508 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=19] [region_id=10] [thread_id=80] [2024/05/06 22:08:36.508 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:36.508 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=27.598µs] [region_id=10] [thread_id=80] [2024/05/06 22:08:36.508 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=21] [region_id=14] [thread_id=80] [2024/05/06 22:08:36.508 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:36.508 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=26.474µs] [region_id=14] [thread_id=80] [2024/05/06 22:08:36.508 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=18] [region_id=6] [thread_id=80] [2024/05/06 22:08:36.508 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 20 store_id: 3 } } }"] [index=8] [term=6] [peer_id=20] [region_id=12] [thread_id=103] [2024/05/06 22:08:36.508 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=20] [region_id=12] [thread_id=103] [2024/05/06 22:08:36.508 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:36.508 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 22 store_id: 3 } } }"] [index=8] [term=6] [peer_id=22] [region_id=16] [thread_id=104] [2024/05/06 22:08:36.508 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=22] [region_id=16] [thread_id=104] [2024/05/06 22:08:36.508 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=33.871µs] [region_id=6] [thread_id=80] [2024/05/06 22:08:36.509 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 3 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 3 role: Learner }"] [changes="[peer { id: 20 store_id: 3 }]"] [peer_id=20] [region_id=12] [thread_id=103] [2024/05/06 22:08:36.509 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 1 } peers { id: 22 store_id: 3 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 1 } peers { id: 22 store_id: 3 role: Learner }"] [changes="[peer { id: 22 store_id: 3 }]"] [peer_id=22] [region_id=16] [thread_id=104] [2024/05/06 22:08:36.509 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 19 store_id: 3 } } }"] [index=8] [term=6] [peer_id=19] [region_id=10] [thread_id=103] [2024/05/06 22:08:36.509 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=19] [region_id=10] [thread_id=103] [2024/05/06 22:08:36.509 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 3 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 3 role: Learner }"] [changes="[peer { id: 19 store_id: 3 }]"] [peer_id=19] [region_id=10] [thread_id=103] [2024/05/06 22:08:36.509 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 22} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.509 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 21 store_id: 3 } } }"] [index=8] [term=6] [peer_id=21] [region_id=14] [thread_id=104] [2024/05/06 22:08:36.509 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=21] [region_id=14] [thread_id=104] [2024/05/06 22:08:36.509 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 1 } peers { id: 21 store_id: 3 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 21 store_id: 3 role: Learner }"] [changes="[peer { id: 21 store_id: 3 }]"] [peer_id=21] [region_id=14] [thread_id=104] [2024/05/06 22:08:36.509 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 13} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.509 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.509 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {21, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=14] [thread_id=101] [2024/05/06 22:08:36.509 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 18 store_id: 3 } } }"] [index=9] [term=6] [peer_id=18] [region_id=6] [thread_id=103] [2024/05/06 22:08:36.509 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=18] [region_id=6] [thread_id=103] [2024/05/06 22:08:36.509 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 3 }"] [original_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 3 role: Learner }"] [changes="[peer { id: 18 store_id: 3 }]"] [peer_id=18] [region_id=6] [thread_id=103] [2024/05/06 22:08:36.509 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9, 18} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=6] [thread_id=102] [2024/05/06 22:08:36.520 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 23 store_id: 2 role: Learner } } }"] [index=9] [term=6] [peer_id=19] [region_id=10] [thread_id=104] [2024/05/06 22:08:36.520 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=19] [region_id=10] [thread_id=104] [2024/05/06 22:08:36.520 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 24 store_id: 2 role: Learner } } }"] [index=9] [term=6] [peer_id=20] [region_id=12] [thread_id=103] [2024/05/06 22:08:36.520 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=20] [region_id=12] [thread_id=103] [2024/05/06 22:08:36.520 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 3 } peers { id: 23 store_id: 2 role: Learner }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 2 role: Learner }]"] [peer_id=19] [region_id=10] [thread_id=104] [2024/05/06 22:08:36.520 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 3 } peers { id: 24 store_id: 2 role: Learner }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 2 role: Learner }]"] [peer_id=20] [region_id=12] [thread_id=103] [2024/05/06 22:08:36.520 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 25 store_id: 2 role: Learner } } }"] [index=9] [term=6] [peer_id=21] [region_id=14] [thread_id=103] [2024/05/06 22:08:36.520 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=21] [region_id=14] [thread_id=103] [2024/05/06 22:08:36.520 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 13} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=12] [thread_id=102] [2024/05/06 22:08:36.520 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 21 store_id: 3 } peers { id: 25 store_id: 2 role: Learner }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 1 } peers { id: 21 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 2 role: Learner }]"] [peer_id=21] [region_id=14] [thread_id=103] [2024/05/06 22:08:36.520 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 11} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=10] [thread_id=101] [2024/05/06 22:08:36.520 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {21, 15} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.520 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 27 store_id: 2 role: Learner } } }"] [index=10] [term=6] [peer_id=18] [region_id=6] [thread_id=104] [2024/05/06 22:08:36.520 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 26 store_id: 2 role: Learner } } }"] [index=9] [term=6] [peer_id=22] [region_id=16] [thread_id=103] [2024/05/06 22:08:36.520 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=22] [region_id=16] [thread_id=103] [2024/05/06 22:08:36.520 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=18] [region_id=6] [thread_id=104] [2024/05/06 22:08:36.520 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 22 store_id: 3 } peers { id: 26 store_id: 2 role: Learner }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 1 } peers { id: 22 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 26 store_id: 2 role: Learner }]"] [peer_id=22] [region_id=16] [thread_id=103] [2024/05/06 22:08:36.520 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 3 } peers { id: 27 store_id: 2 role: Learner }"] [original_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 3 }"] [changes="[change_type: AddLearnerNode peer { id: 27 store_id: 2 role: Learner }]"] [peer_id=18] [region_id=6] [thread_id=104] [2024/05/06 22:08:36.521 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 22} }, outgoing: Configuration { voters: {} } }, learners: {26}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=16] [thread_id=101] [2024/05/06 22:08:36.521 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9, 18} }, outgoing: Configuration { voters: {} } }, learners: {27}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=6] [thread_id=101] [2024/05/06 22:08:36.527 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 2 } } }"] [index=10] [term=6] [peer_id=21] [region_id=14] [thread_id=103] [2024/05/06 22:08:36.527 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=21] [region_id=14] [thread_id=103] [2024/05/06 22:08:36.527 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 1 } peers { id: 21 store_id: 3 } peers { id: 25 store_id: 2 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 21 store_id: 3 } peers { id: 25 store_id: 2 role: Learner }"] [changes="[peer { id: 25 store_id: 2 }]"] [peer_id=21] [region_id=14] [thread_id=103] [2024/05/06 22:08:36.527 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 26 store_id: 2 } } }"] [index=10] [term=6] [peer_id=22] [region_id=16] [thread_id=104] [2024/05/06 22:08:36.527 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=22] [region_id=16] [thread_id=104] [2024/05/06 22:08:36.527 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 1 } peers { id: 22 store_id: 3 } peers { id: 26 store_id: 2 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 22 store_id: 3 } peers { id: 26 store_id: 2 role: Learner }"] [changes="[peer { id: 26 store_id: 2 }]"] [peer_id=22] [region_id=16] [thread_id=104] [2024/05/06 22:08:36.527 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 2 } } }"] [index=10] [term=6] [peer_id=20] [region_id=12] [thread_id=103] [2024/05/06 22:08:36.527 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {21, 25, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=14] [thread_id=102] [2024/05/06 22:08:36.527 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=20] [region_id=12] [thread_id=103] [2024/05/06 22:08:36.527 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 3 } peers { id: 24 store_id: 2 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 3 } peers { id: 24 store_id: 2 role: Learner }"] [changes="[peer { id: 24 store_id: 2 }]"] [peer_id=20] [region_id=12] [thread_id=103] [2024/05/06 22:08:36.527 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 22, 26} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=16] [thread_id=102] [2024/05/06 22:08:36.527 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 2 } } }"] [index=10] [term=6] [peer_id=19] [region_id=10] [thread_id=104] [2024/05/06 22:08:36.528 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=19] [region_id=10] [thread_id=104] [2024/05/06 22:08:36.528 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 3 } peers { id: 23 store_id: 2 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 3 } peers { id: 23 store_id: 2 role: Learner }"] [changes="[peer { id: 23 store_id: 2 }]"] [peer_id=19] [region_id=10] [thread_id=104] [2024/05/06 22:08:36.528 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 27 store_id: 2 } } }"] [index=11] [term=6] [peer_id=18] [region_id=6] [thread_id=103] [2024/05/06 22:08:36.528 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 13, 24} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=12] [thread_id=101] [2024/05/06 22:08:36.528 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=18] [region_id=6] [thread_id=103] [2024/05/06 22:08:36.528 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 3 } peers { id: 27 store_id: 2 }"] [original_region="id: 6 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 3 } peers { id: 27 store_id: 2 role: Learner }"] [changes="[peer { id: 27 store_id: 2 }]"] [peer_id=18] [region_id=6] [thread_id=103] [2024/05/06 22:08:36.528 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 23, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=10] [thread_id=102] [2024/05/06 22:08:36.528 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9, 18, 27} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=6] [thread_id=102] [2024/05/06 22:09:26.489 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=6_6_8] [peer_id=18] [region_id=6] [thread_id=102] [2024/05/06 22:09:26.489 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=10_6_7] [peer_id=19] [region_id=10] [thread_id=101] [2024/05/06 22:09:26.489 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=12_6_7] [peer_id=20] [region_id=12] [thread_id=101] [2024/05/06 22:09:26.489 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=14_6_7] [peer_id=21] [region_id=14] [thread_id=102] [2024/05/06 22:09:26.489 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=16_6_7] [peer_id=22] [region_id=16] [thread_id=101] [2024/05/06 22:09:26.489 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:26.489 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:26.489 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:26.489 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:26.489 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] + find . -name '*.out' -type f -exec tail -n 500 '{}' + [Pipeline] sh + find . -name 'pd*.log' -type f -exec tail -n 500 '{}' + ==> ./pd2.log <== [2024/05/06 22:08:18.072 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:08:18.072 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:08:18.072 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:08:18.072 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:08:18.072 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:08:18.072 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:08:18.072 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:08:18.072 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:08:18.072 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2382\",\"peer-urls\":\"http://127.0.0.1:2381\",\"advertise-client-urls\":\"http://127.0.0.1:2382\",\"advertise-peer-urls\":\"http://127.0.0.1:2381\",\"name\":\"pd-1\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-1/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-1\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:08:18.076 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:08:18.076 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:08:18.076 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:08:18.076 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:08:18.077 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:08:18.077 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:08:18.077 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-1] [service-name=MetaStorage] [2024/05/06 22:08:18.077 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:08:18.077 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-1] [service-name=ResourceManager] [2024/05/06 22:08:18.078 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:08:18.078 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:18.078 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2382]"] [2024/05/06 22:08:18.078 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:08:18.078 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:08:18.078 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=52] [max-cpu-available=52] [member-initialized=false] [name=pd-1] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2381]"] [listen-peer-urls="[http://127.0.0.1:2381]"] [advertise-client-urls="[http://127.0.0.1:2382]"] [listen-client-urls="[http://127.0.0.1:2382]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:08:18.078 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:08:18.079 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap/db] [took=582.39µs] [2024/05/06 22:08:20.082 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=1f01bdf364b8beaa] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:08:20.082 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=()"] [2024/05/06 22:08:20.082 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 0"] [2024/05/06 22:08:20.082 +08:00] [INFO] [raft.go:389] ["newRaft 1f01bdf364b8beaa [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:08:20.082 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 1"] [2024/05/06 22:08:20.082 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:08:20.082 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:08:20.082 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.083 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:08:20.085 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:08:20.085 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.085 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.086 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.086 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.086 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.086 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [remote-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:20.086 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.086 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.086 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.086 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.087 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.087 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.089 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.089 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.089 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [remote-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:20.089 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=1f01bdf364b8beaa] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:08:20.089 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.089 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:08:20.089 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:08:20.089 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:08:20.089 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:08:20.089 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.089 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:20.089 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.089 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:20.089 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.089 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:20.091 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2381] [2024/05/06 22:08:20.091 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=1f01bdf364b8beaa] [initial-advertise-peer-urls="[http://127.0.0.1:2381]"] [listen-peer-urls="[http://127.0.0.1:2381]"] [advertise-client-urls="[http://127.0.0.1:2382]"] [listen-client-urls="[http://127.0.0.1:2382]"] [listen-metrics-urls="[]"] [2024/05/06 22:08:20.091 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.091 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.091 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.091 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.091 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream Message"] [2024/05/06 22:08:20.091 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.091 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.091 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.091 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream Message"] [2024/05/06 22:08:20.091 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.091 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:20.091 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.092 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:20.092 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.140 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=1f01bdf364b8beaa] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:08:21.582 +08:00] [INFO] [raft.go:966] ["1f01bdf364b8beaa [logterm: 1, index: 3, vote: 0] cast MsgPreVote for 3037d9ad26fb2231 [logterm: 1, index: 3] at term 1"] [2024/05/06 22:08:21.583 +08:00] [INFO] [raft.go:865] ["1f01bdf364b8beaa [term: 1] received a MsgVote message with higher term from 3037d9ad26fb2231 [term: 2]"] [2024/05/06 22:08:21.583 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 2"] [2024/05/06 22:08:21.583 +08:00] [INFO] [raft.go:966] ["1f01bdf364b8beaa [logterm: 1, index: 3, vote: 0] cast MsgVote for 3037d9ad26fb2231 [logterm: 1, index: 3] at term 2"] [2024/05/06 22:08:21.583 +08:00] [INFO] [node.go:327] ["raft.node: 1f01bdf364b8beaa elected leader 3037d9ad26fb2231 at term 2"] [2024/05/06 22:08:21.585 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=1f01bdf364b8beaa] [local-member-attributes="{Name:pd-1 ClientURLs:[http://127.0.0.1:2382]}"] [request-path=/0/members/1f01bdf364b8beaa/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:08:21.585 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:08:21.585 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [cluster-version=3.4] [2024/05/06 22:08:21.585 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:08:21.586 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-1] [service-name=MetaStorage] [2024/05/06 22:08:21.586 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-1] [service-name=ResourceManager] [2024/05/06 22:08:21.586 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2382] [2024/05/06 22:08:21.589 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888244293737415] [2024/05/06 22:08:21.589 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-1\" member_id:2234275743217008298 peer_urls:\"http://127.0.0.1:2381\" client_urls:\"http://127.0.0.1:2382\" "] [root-path=/pd/7365888244293737415] [2024/05/06 22:08:21.597 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:08:21.598 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=2234275743217008298] [2024/05/06 22:08:21.599 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:08:21.601 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:08:21.601 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-1] [2024/05/06 22:08:21.601 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-1] [2024/05/06 22:08:21.601 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:08:21.601 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:08:21.601 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:08:21.601 +08:00] [INFO] [server.go:1691] ["skip campaigning of pd leader and check later"] [server-name=pd-1] [etcd-leader-id=3474484975246189105] [member-id=2234275743217008298] [2024/05/06 22:08:21.803 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:08:21.803 +08:00] [INFO] [server.go:1662] ["start to watch pd leader"] [pd-leader="name:\"pd-0\" member_id:3474484975246189105 peer_urls:\"http://127.0.0.1:2380\" client_urls:\"http://127.0.0.1:2379\" "] [2024/05/06 22:08:21.803 +08:00] [INFO] [client.go:104] ["region syncer start load region"] [2024/05/06 22:08:21.803 +08:00] [INFO] [client.go:107] ["region syncer finished load regions"] [time-cost=178.216µs] [2024/05/06 22:08:21.803 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-1] [leader=pd-0] [request-index=0] [2024/05/06 22:08:21.804 +08:00] [INFO] [leadership.go:317] ["watch channel is created"] [revision=12] [leader-key=/pd/7365888244293737415/leader] [purpose="leader election"] [2024/05/06 22:08:21.804 +08:00] [ERROR] [client.go:162] ["region sync with leader meet error"] [error="[PD:grpc:ErrGRPCRecv]receive response error: rpc error: code = Unavailable desc = server not started"] [2024/05/06 22:08:22.733 +08:00] [INFO] [dbstore.go:33] ["Dashboard initializing local storage file"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/dashboard.sqlite.db] [2024/05/06 22:08:22.751 +08:00] [INFO] [version.go:33] ["TiDB Dashboard started"] [internal-version=8.0.0-9768844f] [standalone=No] [pd-version=v8.2.0-alpha-15-gf83febabe] [build-time="2024-05-06 08:48:58"] [build-git-hash=9768844ff5d7] [2024/05/06 22:08:22.751 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:45023] [remotes="[]"] [2024/05/06 22:08:22.751 +08:00] [INFO] [manager.go:201] ["dashboard server is started"] [2024/05/06 22:08:22.751 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:42105] [remotes="[]"] [2024/05/06 22:08:22.751 +08:00] [WARN] [dynamic_config_manager.go:165] ["Dynamic config does not exist in etcd"] [2024/05/06 22:08:22.759 +08:00] [INFO] [manager.go:74] ["Key visual service is started"] [2024/05/06 22:08:22.804 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-1] [leader=pd-0] [request-index=0] [2024/05/06 22:08:31.586 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2382]"] [endpoints="[http://127.0.0.1:2382,http://127.0.0.1:2384,http://127.0.0.1:2379]"] [source=server-etcd-client] [2024/05/06 22:08:31.587 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2382]"] [endpoints="[http://127.0.0.1:2379,http://127.0.0.1:2382,http://127.0.0.1:2384]"] [source=election-etcd-client] ==> ./pd3.log <== [2024/05/06 22:08:18.074 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:08:18.074 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:08:18.074 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:08:18.074 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:08:18.074 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:08:18.074 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:08:18.074 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:08:18.074 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:08:18.074 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2384\",\"peer-urls\":\"http://127.0.0.1:2383\",\"advertise-client-urls\":\"http://127.0.0.1:2384\",\"advertise-peer-urls\":\"http://127.0.0.1:2383\",\"name\":\"pd-2\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-2/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-2\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:08:18.078 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:08:18.078 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:08:18.078 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:08:18.078 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:08:18.079 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:08:18.079 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:08:18.079 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:08:18.079 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-2] [service-name=ResourceManager] [2024/05/06 22:08:18.079 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-2] [service-name=MetaStorage] [2024/05/06 22:08:18.080 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:08:18.080 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:18.080 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:08:18.080 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2384]"] [2024/05/06 22:08:18.080 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:08:18.080 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=52] [max-cpu-available=52] [member-initialized=false] [name=pd-2] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2383]"] [listen-peer-urls="[http://127.0.0.1:2383]"] [advertise-client-urls="[http://127.0.0.1:2384]"] [listen-client-urls="[http://127.0.0.1:2384]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:08:18.080 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:08:18.081 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap/db] [took=628.685µs] [2024/05/06 22:08:20.084 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=385a3ea8295f6f18] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:08:20.084 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=()"] [2024/05/06 22:08:20.084 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 0"] [2024/05/06 22:08:20.084 +08:00] [INFO] [raft.go:389] ["newRaft 385a3ea8295f6f18 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:08:20.084 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 1"] [2024/05/06 22:08:20.084 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:08:20.084 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:08:20.084 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.085 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:08:20.087 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:08:20.087 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.087 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.087 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.087 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.088 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.088 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.088 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [remote-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:20.088 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.088 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.088 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.088 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.088 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.088 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.088 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [remote-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:20.088 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=385a3ea8295f6f18] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:08:20.088 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.088 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:08:20.088 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:08:20.088 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.088 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:08:20.088 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:08:20.089 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.089 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:20.089 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.089 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:20.089 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.089 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:20.090 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2383] [2024/05/06 22:08:20.090 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=385a3ea8295f6f18] [initial-advertise-peer-urls="[http://127.0.0.1:2383]"] [listen-peer-urls="[http://127.0.0.1:2383]"] [advertise-client-urls="[http://127.0.0.1:2384]"] [listen-client-urls="[http://127.0.0.1:2384]"] [listen-metrics-urls="[]"] [2024/05/06 22:08:20.091 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:20.091 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.091 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream Message"] [2024/05/06 22:08:20.091 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream Message"] [2024/05/06 22:08:20.091 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.091 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.091 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.091 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.091 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.091 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:20.091 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.091 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.093 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:20.093 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.138 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=385a3ea8295f6f18] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:08:21.582 +08:00] [INFO] [raft.go:966] ["385a3ea8295f6f18 [logterm: 1, index: 3, vote: 0] cast MsgPreVote for 3037d9ad26fb2231 [logterm: 1, index: 3] at term 1"] [2024/05/06 22:08:21.583 +08:00] [INFO] [raft.go:865] ["385a3ea8295f6f18 [term: 1] received a MsgVote message with higher term from 3037d9ad26fb2231 [term: 2]"] [2024/05/06 22:08:21.583 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 2"] [2024/05/06 22:08:21.583 +08:00] [INFO] [raft.go:966] ["385a3ea8295f6f18 [logterm: 1, index: 3, vote: 0] cast MsgVote for 3037d9ad26fb2231 [logterm: 1, index: 3] at term 2"] [2024/05/06 22:08:21.583 +08:00] [INFO] [node.go:327] ["raft.node: 385a3ea8295f6f18 elected leader 3037d9ad26fb2231 at term 2"] [2024/05/06 22:08:21.585 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=385a3ea8295f6f18] [local-member-attributes="{Name:pd-2 ClientURLs:[http://127.0.0.1:2384]}"] [request-path=/0/members/385a3ea8295f6f18/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:08:21.585 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:08:21.585 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [cluster-version=3.4] [2024/05/06 22:08:21.585 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:08:21.585 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-2] [service-name=MetaStorage] [2024/05/06 22:08:21.585 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-2] [service-name=ResourceManager] [2024/05/06 22:08:21.585 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2384] [2024/05/06 22:08:21.588 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888244293737415] [2024/05/06 22:08:21.588 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-2\" member_id:4060626905997471512 peer_urls:\"http://127.0.0.1:2383\" client_urls:\"http://127.0.0.1:2384\" "] [root-path=/pd/7365888244293737415] [2024/05/06 22:08:21.595 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:08:21.596 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=4060626905997471512] [2024/05/06 22:08:21.597 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:08:21.599 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:08:21.599 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-2] [2024/05/06 22:08:21.599 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-2] [2024/05/06 22:08:21.599 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:08:21.600 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:08:21.600 +08:00] [INFO] [server.go:1691] ["skip campaigning of pd leader and check later"] [server-name=pd-2] [etcd-leader-id=3474484975246189105] [member-id=4060626905997471512] [2024/05/06 22:08:21.600 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:08:21.802 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:08:21.802 +08:00] [INFO] [server.go:1662] ["start to watch pd leader"] [pd-leader="name:\"pd-0\" member_id:3474484975246189105 peer_urls:\"http://127.0.0.1:2380\" client_urls:\"http://127.0.0.1:2379\" "] [2024/05/06 22:08:21.802 +08:00] [INFO] [client.go:104] ["region syncer start load region"] [2024/05/06 22:08:21.802 +08:00] [INFO] [client.go:107] ["region syncer finished load regions"] [time-cost=33.951µs] [2024/05/06 22:08:21.803 +08:00] [INFO] [leadership.go:317] ["watch channel is created"] [revision=12] [leader-key=/pd/7365888244293737415/leader] [purpose="leader election"] [2024/05/06 22:08:21.803 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-2] [leader=pd-0] [request-index=0] [2024/05/06 22:08:21.803 +08:00] [ERROR] [client.go:162] ["region sync with leader meet error"] [error="[PD:grpc:ErrGRPCRecv]receive response error: rpc error: code = Unavailable desc = server not started"] [2024/05/06 22:08:22.803 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-2] [leader=pd-0] [request-index=0] [2024/05/06 22:08:31.587 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2384]"] [endpoints="[http://127.0.0.1:2379,http://127.0.0.1:2382,http://127.0.0.1:2384]"] [source=server-etcd-client] [2024/05/06 22:08:31.587 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2384]"] [endpoints="[http://127.0.0.1:2379,http://127.0.0.1:2384,http://127.0.0.1:2382]"] [source=election-etcd-client] ==> ./pd1.log <== [2024/05/06 22:08:18.071 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:08:18.071 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:08:18.071 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:08:18.071 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:08:18.071 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:08:18.071 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:08:18.071 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:08:18.071 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:08:18.071 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2379\",\"peer-urls\":\"http://127.0.0.1:2380\",\"advertise-client-urls\":\"http://127.0.0.1:2379\",\"advertise-peer-urls\":\"http://127.0.0.1:2380\",\"name\":\"pd-0\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-0/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-0\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:08:18.075 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:08:18.075 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:08:18.075 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:08:18.075 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:08:18.076 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:08:18.076 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:08:18.076 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-0] [service-name=MetaStorage] [2024/05/06 22:08:18.077 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:08:18.077 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-0] [service-name=ResourceManager] [2024/05/06 22:08:18.077 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:08:18.077 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:18.077 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2379]"] [2024/05/06 22:08:18.077 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:08:18.077 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:08:18.077 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=52] [max-cpu-available=52] [member-initialized=false] [name=pd-0] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2380]"] [listen-peer-urls="[http://127.0.0.1:2380]"] [advertise-client-urls="[http://127.0.0.1:2379]"] [listen-client-urls="[http://127.0.0.1:2379]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:08:18.077 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:08:18.078 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap/db] [took=974.092µs] [2024/05/06 22:08:20.081 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=3037d9ad26fb2231] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:08:20.081 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=()"] [2024/05/06 22:08:20.082 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 0"] [2024/05/06 22:08:20.082 +08:00] [INFO] [raft.go:389] ["newRaft 3037d9ad26fb2231 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:08:20.082 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 1"] [2024/05/06 22:08:20.082 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:08:20.082 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:08:20.082 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.083 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:08:20.085 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:08:20.086 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.086 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.087 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.087 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.087 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.087 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.087 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [remote-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:20.087 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.087 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.087 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.087 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.087 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.087 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.087 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.087 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.087 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [remote-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:20.087 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=3037d9ad26fb2231] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:08:20.087 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:08:20.087 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:08:20.087 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:08:20.087 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:08:20.088 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.088 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:20.088 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.088 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:20.088 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:20.088 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:20.090 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.090 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.090 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2380] [2024/05/06 22:08:20.090 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=3037d9ad26fb2231] [initial-advertise-peer-urls="[http://127.0.0.1:2380]"] [listen-peer-urls="[http://127.0.0.1:2380]"] [advertise-client-urls="[http://127.0.0.1:2379]"] [listen-client-urls="[http://127.0.0.1:2379]"] [listen-metrics-urls="[]"] [2024/05/06 22:08:20.091 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.091 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream Message"] [2024/05/06 22:08:20.091 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.091 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.091 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream Message"] [2024/05/06 22:08:20.091 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.091 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:20.091 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.091 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.091 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:20.091 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:20.091 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:20.138 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=3037d9ad26fb2231] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:08:21.582 +08:00] [INFO] [raft.go:929] ["3037d9ad26fb2231 is starting a new election at term 1"] [2024/05/06 22:08:21.582 +08:00] [INFO] [raft.go:735] ["3037d9ad26fb2231 became pre-candidate at term 1"] [2024/05/06 22:08:21.582 +08:00] [INFO] [raft.go:830] ["3037d9ad26fb2231 received MsgPreVoteResp from 3037d9ad26fb2231 at term 1"] [2024/05/06 22:08:21.582 +08:00] [INFO] [raft.go:817] ["3037d9ad26fb2231 [logterm: 1, index: 3] sent MsgPreVote request to 1f01bdf364b8beaa at term 1"] [2024/05/06 22:08:21.582 +08:00] [INFO] [raft.go:817] ["3037d9ad26fb2231 [logterm: 1, index: 3] sent MsgPreVote request to 385a3ea8295f6f18 at term 1"] [2024/05/06 22:08:21.583 +08:00] [INFO] [raft.go:830] ["3037d9ad26fb2231 received MsgPreVoteResp from 1f01bdf364b8beaa at term 1"] [2024/05/06 22:08:21.583 +08:00] [INFO] [raft.go:1295] ["3037d9ad26fb2231 has received 2 MsgPreVoteResp votes and 0 vote rejections"] [2024/05/06 22:08:21.583 +08:00] [INFO] [raft.go:719] ["3037d9ad26fb2231 became candidate at term 2"] [2024/05/06 22:08:21.583 +08:00] [INFO] [raft.go:830] ["3037d9ad26fb2231 received MsgVoteResp from 3037d9ad26fb2231 at term 2"] [2024/05/06 22:08:21.583 +08:00] [INFO] [raft.go:817] ["3037d9ad26fb2231 [logterm: 1, index: 3] sent MsgVote request to 1f01bdf364b8beaa at term 2"] [2024/05/06 22:08:21.583 +08:00] [INFO] [raft.go:817] ["3037d9ad26fb2231 [logterm: 1, index: 3] sent MsgVote request to 385a3ea8295f6f18 at term 2"] [2024/05/06 22:08:21.583 +08:00] [INFO] [raft.go:830] ["3037d9ad26fb2231 received MsgVoteResp from 385a3ea8295f6f18 at term 2"] [2024/05/06 22:08:21.583 +08:00] [INFO] [raft.go:1295] ["3037d9ad26fb2231 has received 2 MsgVoteResp votes and 0 vote rejections"] [2024/05/06 22:08:21.583 +08:00] [INFO] [raft.go:771] ["3037d9ad26fb2231 became leader at term 2"] [2024/05/06 22:08:21.583 +08:00] [INFO] [node.go:327] ["raft.node: 3037d9ad26fb2231 elected leader 3037d9ad26fb2231 at term 2"] [2024/05/06 22:08:21.584 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=3037d9ad26fb2231] [local-member-attributes="{Name:pd-0 ClientURLs:[http://127.0.0.1:2379]}"] [request-path=/0/members/3037d9ad26fb2231/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:08:21.584 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:08:21.585 +08:00] [INFO] [server.go:2639] ["setting up initial cluster version"] [cluster-version=3.4] [2024/05/06 22:08:21.585 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-0] [service-name=ResourceManager] [2024/05/06 22:08:21.585 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-0] [service-name=MetaStorage] [2024/05/06 22:08:21.585 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [cluster-version=3.4] [2024/05/06 22:08:21.585 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2379] [2024/05/06 22:08:21.585 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:08:21.585 +08:00] [INFO] [server.go:2671] ["cluster version is updated"] [cluster-version=3.4] [2024/05/06 22:08:21.588 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888244293737415] [2024/05/06 22:08:21.588 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-0\" member_id:3474484975246189105 peer_urls:\"http://127.0.0.1:2380\" client_urls:\"http://127.0.0.1:2379\" "] [root-path=/pd/7365888244293737415] [2024/05/06 22:08:21.595 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:08:21.596 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=3474484975246189105] [2024/05/06 22:08:21.596 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:08:21.599 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:08:21.599 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-0] [2024/05/06 22:08:21.599 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-0] [2024/05/06 22:08:21.600 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:08:21.600 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:08:21.601 +08:00] [INFO] [server.go:1703] ["start to campaign PD leader"] [campaign-leader-name=pd-0] [2024/05/06 22:08:21.601 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:08:21.601 +08:00] [INFO] [lease.go:66] ["lease granted"] [lease-id=2463908037323682317] [lease-timeout=3] [purpose="leader election"] [2024/05/06 22:08:21.602 +08:00] [INFO] [leadership.go:181] ["check campaign resp"] [resp="{\"header\":{\"cluster_id\":17849374191125529693,\"member_id\":3474484975246189105,\"revision\":12,\"raft_term\":2},\"succeeded\":true,\"responses\":[{\"Response\":{\"ResponsePut\":{\"header\":{\"revision\":12}}}}]}"] [2024/05/06 22:08:21.603 +08:00] [INFO] [leadership.go:190] ["write leaderData to leaderPath ok"] [leader-key=/pd/7365888244293737415/leader] [purpose="leader election"] [2024/05/06 22:08:21.603 +08:00] [INFO] [server.go:1729] ["campaign PD leader ok"] [campaign-leader-name=pd-0] [2024/05/06 22:08:21.603 +08:00] [INFO] [server.go:1737] ["initializing the global TSO allocator"] [2024/05/06 22:08:21.603 +08:00] [INFO] [tso.go:160] ["start to sync timestamp"] [] [2024/05/06 22:08:21.603 +08:00] [INFO] [lease.go:155] ["start lease keep alive worker"] [interval=1s] [purpose="leader election"] [2024/05/06 22:08:21.604 +08:00] [INFO] [tso.go:220] ["sync and save timestamp"] [] [last=0001/01/01 00:00:00.000 +00:00] [last-saved=0001/01/01 00:00:00.000 +00:00] [save=2024/05/06 22:08:24.603 +08:00] [next=2024/05/06 22:08:21.603 +08:00] [2024/05/06 22:08:21.605 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:08:21.605 +08:00] [INFO] [server.go:1769] ["triggering the leader callback functions"] [2024/05/06 22:08:21.605 +08:00] [ERROR] [manager.go:124] ["un-marshall controller config failed, fallback to default"] [error="unexpected end of JSON input"] [v=] [2024/05/06 22:08:21.608 +08:00] [INFO] [manager.go:185] ["resource group manager finishes initialization"] [2024/05/06 22:08:21.612 +08:00] [INFO] [id.go:174] ["idAllocator allocates a new id"] [new-end=1000] [new-base=0] [label=idalloc] [check-curr-end=true] [2024/05/06 22:08:21.612 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=0.0.0] [2024/05/06 22:08:21.612 +08:00] [INFO] [server.go:1803] ["PD leader is ready to serve"] [leader-name=pd-0] [2024/05/06 22:08:21.899 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:08:21.900 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:08:21.900 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:08:21.983 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:08:21.984 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:08:21.985 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:08:21.985 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:08:21.991 +08:00] [INFO] [server.go:712] ["try to bootstrap raft cluster"] [cluster-id=7365888244293737415] [request="header: store: region: peers: > "] [2024/05/06 22:08:21.992 +08:00] [INFO] [server.go:773] ["bootstrap cluster ok"] [cluster-id=7365888244293737415] [2024/05/06 22:08:21.994 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=20] [2024/05/06 22:08:21.994 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=20] [2024/05/06 22:08:21.996 +08:00] [INFO] [cluster.go:643] ["load stores"] [count=1] [cost=703.836µs] [2024/05/06 22:08:21.996 +08:00] [INFO] [cluster.go:654] ["load regions"] [count=1] [cost=187.63µs] [2024/05/06 22:08:21.997 +08:00] [INFO] [scheduling_controller.go:102] ["scheduling service is started"] [2024/05/06 22:08:21.997 +08:00] [INFO] [coordinator.go:407] ["coordinator starts to collect cluster information"] [2024/05/06 22:08:21.997 +08:00] [INFO] [cluster.go:416] ["memory info"] [total-mem=34359738368] [2024/05/06 22:08:21.997 +08:00] [INFO] [tuner.go:117] ["new gctuner"] [threshold=20615843020] [2024/05/06 22:08:21.997 +08:00] [INFO] [cluster.go:429] ["update gc tuner"] [enable-gc-tuner=false] [gc-threshold-bytes=20615843020] [2024/05/06 22:08:21.997 +08:00] [INFO] [memory_limit_tuner.go:50] [debug.SetMemoryLimit] [limit=9223372036854775807] [ret=9223372036854775807] [2024/05/06 22:08:21.997 +08:00] [INFO] [cluster.go:436] ["update gc memory limit"] [memory-limit-bytes=0] [memory-limit-gc-trigger-ratio=0.7] [2024/05/06 22:08:21.997 +08:00] [INFO] [keyspace.go:378] ["[keyspace] added region label for keyspace"] [keyspace-id=0] [label-rule="{\"id\":\"keyspaces/0\",\"index\":0,\"labels\":[{\"key\":\"id\",\"value\":\"0\"}],\"rule_type\":\"key-range\",\"data\":[{\"start_key\":\"7200000000000000fb\",\"end_key\":\"7200000100000000fb\"},{\"start_key\":\"7800000000000000fb\",\"end_key\":\"7800000100000000fb\"}]}"] [takes=790.074µs] [2024/05/06 22:08:21.999 +08:00] [INFO] [cluster.go:2180] ["cluster version changed"] [old-cluster-version=0.0.0] [new-cluster-version=8.2.0-alpha] [2024/05/06 22:08:22.001 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=7] [2024/05/06 22:08:22.001 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:7 address:\"127.0.0.1:20161\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20161\" status_address:\"127.0.0.1:20181\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004501 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:08:22.001 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:08:22.002 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=2] [2024/05/06 22:08:22.002 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:2 address:\"127.0.0.1:20162\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20162\" status_address:\"127.0.0.1:20182\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004501 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:08:22.002 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:08:22.003 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=1] [2024/05/06 22:08:22.003 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:1 address:\"127.0.0.1:20160\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20160\" status_address:\"127.0.0.1:20180\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004501 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:08:22.003 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:08:22.602 +08:00] [INFO] [server.go:1317] ["PD server config is updated"] [new="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"http://127.0.0.1:2382\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [old="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [2024/05/06 22:08:22.803 +08:00] [INFO] [server.go:211] ["establish sync region stream"] [requested-server=pd-2] [url=http://127.0.0.1:2384] [2024/05/06 22:08:22.803 +08:00] [INFO] [server.go:303] ["sync the history regions with server"] [server=pd-2] [from-index=0] [last-index=1] [records-length=1] [2024/05/06 22:08:22.804 +08:00] [INFO] [server.go:211] ["establish sync region stream"] [requested-server=pd-1] [url=http://127.0.0.1:2382] [2024/05/06 22:08:22.804 +08:00] [INFO] [server.go:303] ["sync the history regions with server"] [server=pd-1] [from-index=0] [last-index=1] [records-length=1] [2024/05/06 22:08:24.998 +08:00] [INFO] [prepare_checker.go:72] ["not loaded from storage region number is satisfied, finish prepare checker"] [not-from-storage-region=1] [total-region=1] [2024/05/06 22:08:24.998 +08:00] [INFO] [coordinator.go:410] ["coordinator has finished cluster information preparation"] [2024/05/06 22:08:24.998 +08:00] [INFO] [coordinator.go:420] ["coordinator starts to run schedulers"] [2024/05/06 22:08:24.998 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:24.999 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-leader-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:25.000 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-hot-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:25.001 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=evict-slow-store-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:25.002 +08:00] [INFO] [coordinator.go:536] ["scheduler config is updated"] [scheduler-config="[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}]"] [2024/05/06 22:08:25.002 +08:00] [INFO] [coordinator.go:340] ["coordinator begins to actively drive push operator"] [2024/05/06 22:08:25.002 +08:00] [INFO] [coordinator.go:276] ["coordinator begins to check suspect key ranges"] [2024/05/06 22:08:25.002 +08:00] [INFO] [coordinator.go:164] ["coordinator starts patrol regions"] [2024/05/06 22:08:25.012 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=3] [operator="\"labeler-split-region {split: region 3 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:3(1, 1), createAt:2024-05-06 22:08:25.012865598 +0800 CST m=+6.976725539, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:08:25.012 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=3] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:08:25.013 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=8] [peer-ids="[9]"] [2024/05/06 22:08:25.013 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=10] [peer-ids="[11]"] [2024/05/06 22:08:25.013 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=12] [peer-ids="[13]"] [2024/05/06 22:08:25.013 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=14] [peer-ids="[15]"] [2024/05/06 22:08:25.014 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=3] [takes=1.965974ms] [operator="\"labeler-split-region {split: region 3 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:3(1, 1), createAt:2024-05-06 22:08:25.012865598 +0800 CST m=+6.976725539, startAt:2024-05-06 22:08:25.012957399 +0800 CST m=+6.976817331, currentStep:1, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:08:25.014 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=3] [detail="StartKey Changed:{} -> {7800000100000000FB}, EndKey:{}"] [old-version=1] [new-version=5] [2024/05/06 22:08:25.014 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=3] [origin="id:8 end_key:\"7200000000000000FB\" region_epoch: peers: id:10 start_key:\"7200000000000000FB\" end_key:\"7200000100000000FB\" region_epoch: peers: id:12 start_key:\"7200000100000000FB\" end_key:\"7800000000000000FB\" region_epoch: peers: id:14 start_key:\"7800000000000000FB\" end_key:\"7800000100000000FB\" region_epoch: peers:"] [total=4] [2024/05/06 22:08:26.000 +08:00] [INFO] [hot_region_config.go:490] ["query supported changed"] [last-query-support=false] [cluster-version=8.2.0-alpha] [config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"query\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"query\",\"byte\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"forbid-rw-type\":\"none\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [valid-config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"key\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"byte\",\"key\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [2024/05/06 22:08:31.587 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2379]"] [endpoints="[http://127.0.0.1:2379,http://127.0.0.1:2382,http://127.0.0.1:2384]"] [source=server-etcd-client] [2024/05/06 22:08:31.587 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2379]"] [endpoints="[http://127.0.0.1:2379,http://127.0.0.1:2384,http://127.0.0.1:2382]"] [source=election-etcd-client] [2024/05/06 22:08:31.998 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=1] [store-address=127.0.0.1:20160] [2024/05/06 22:08:31.999 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=7] [store-address=127.0.0.1:20161] [2024/05/06 22:08:32.000 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=2] [store-address=127.0.0.1:20162] [2024/05/06 22:08:32.017 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"add-rule-peer {add peer: store [7]} (kind:replica,region, region:14(5, 1), createAt:2024-05-06 22:08:32.017318276 +0800 CST m=+13.981178208, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 16 on store 7}, 1:{promote learner peer 16 on store 7 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:32.017 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 16 on store 7"] [source=create] [2024/05/06 22:08:32.017 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=3] [operator="\"add-rule-peer {add peer: store [7]} (kind:replica,region, region:3(5, 1), createAt:2024-05-06 22:08:32.017510009 +0800 CST m=+13.981369940, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{add learner peer 17 on store 7}, 1:{promote learner peer 17 on store 7 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:32.017 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=3] [step="add learner peer 17 on store 7"] [source=create] [2024/05/06 22:08:32.017 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=8] [operator="\"add-rule-peer {add peer: store [7]} (kind:replica,region, region:8(5, 1), createAt:2024-05-06 22:08:32.01759646 +0800 CST m=+13.981456391, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 18 on store 7}, 1:{promote learner peer 18 on store 7 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:32.017 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=8] [step="add learner peer 18 on store 7"] [source=create] [2024/05/06 22:08:32.017 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=10] [operator="\"add-rule-peer {add peer: store [7]} (kind:replica,region, region:10(5, 1), createAt:2024-05-06 22:08:32.017677399 +0800 CST m=+13.981537331, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 19 on store 7}, 1:{promote learner peer 19 on store 7 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:32.017 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 19 on store 7"] [source=create] [2024/05/06 22:08:32.017 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=12] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:12(5, 1), createAt:2024-05-06 22:08:32.017751301 +0800 CST m=+13.981611231, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 20 on store 2}, 1:{promote learner peer 20 on store 2 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:32.017 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 20 on store 2"] [source=create] [2024/05/06 22:08:32.018 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=3] [step="add learner peer 17 on store 7"] [source=heartbeat] [2024/05/06 22:08:32.018 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=3] [detail="Add peer:{id:17 store_id:7 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:32.019 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 16 on store 7"] [source=heartbeat] [2024/05/06 22:08:32.019 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Add peer:{id:16 store_id:7 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:32.019 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 19 on store 7"] [source=heartbeat] [2024/05/06 22:08:32.019 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Add peer:{id:19 store_id:7 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:32.019 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=8] [step="add learner peer 18 on store 7"] [source=heartbeat] [2024/05/06 22:08:32.019 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=8] [detail="Add peer:{id:18 store_id:7 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:32.019 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 20 on store 2"] [source=heartbeat] [2024/05/06 22:08:32.019 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Add peer:{id:20 store_id:2 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:32.030 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="promote learner peer 20 on store 2 to voter"] [source=heartbeat] [2024/05/06 22:08:32.031 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Remove peer:{id:20 store_id:2 role:Learner },Add peer:{id:20 store_id:2 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:32.031 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=12] [takes=13.851414ms] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:12(5, 1), createAt:2024-05-06 22:08:32.017751301 +0800 CST m=+13.981611231, startAt:2024-05-06 22:08:32.017775185 +0800 CST m=+13.981635117, currentStep:2, size:1, steps:[0:{add learner peer 20 on store 2}, 1:{promote learner peer 20 on store 2 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:32.035 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="promote learner peer 19 on store 7 to voter"] [source=heartbeat] [2024/05/06 22:08:32.035 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="promote learner peer 16 on store 7 to voter"] [source=heartbeat] [2024/05/06 22:08:32.035 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=8] [step="promote learner peer 18 on store 7 to voter"] [source=heartbeat] [2024/05/06 22:08:32.035 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=3] [step="promote learner peer 17 on store 7 to voter"] [source=heartbeat] [2024/05/06 22:08:32.036 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Remove peer:{id:19 store_id:7 role:Learner },Add peer:{id:19 store_id:7 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:32.036 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=10] [takes=18.527146ms] [operator="\"add-rule-peer {add peer: store [7]} (kind:replica,region, region:10(5, 1), createAt:2024-05-06 22:08:32.017677399 +0800 CST m=+13.981537331, startAt:2024-05-06 22:08:32.017703856 +0800 CST m=+13.981563788, currentStep:2, size:1, steps:[0:{add learner peer 19 on store 7}, 1:{promote learner peer 19 on store 7 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:32.036 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Remove peer:{id:16 store_id:7 role:Learner },Add peer:{id:16 store_id:7 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:32.036 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=19.471324ms] [operator="\"add-rule-peer {add peer: store [7]} (kind:replica,region, region:14(5, 1), createAt:2024-05-06 22:08:32.017318276 +0800 CST m=+13.981178208, startAt:2024-05-06 22:08:32.01743159 +0800 CST m=+13.981291521, currentStep:2, size:1, steps:[0:{add learner peer 16 on store 7}, 1:{promote learner peer 16 on store 7 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:32.037 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=3] [detail="Remove peer:{id:17 store_id:7 role:Learner },Add peer:{id:17 store_id:7 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:32.037 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=3] [takes=19.965504ms] [operator="\"add-rule-peer {add peer: store [7]} (kind:replica,region, region:3(5, 1), createAt:2024-05-06 22:08:32.017510009 +0800 CST m=+13.981369940, startAt:2024-05-06 22:08:32.017546898 +0800 CST m=+13.981406829, currentStep:2, size:0, steps:[0:{add learner peer 17 on store 7}, 1:{promote learner peer 17 on store 7 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:32.037 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=8] [takes=20.026435ms] [operator="\"add-rule-peer {add peer: store [7]} (kind:replica,region, region:8(5, 1), createAt:2024-05-06 22:08:32.01759646 +0800 CST m=+13.981456391, startAt:2024-05-06 22:08:32.017626371 +0800 CST m=+13.981486301, currentStep:2, size:1, steps:[0:{add learner peer 18 on store 7}, 1:{promote learner peer 18 on store 7 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:32.037 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=8] [detail="Remove peer:{id:18 store_id:7 role:Learner },Add peer:{id:18 store_id:7 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:32.038 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=8] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:8(5, 3), createAt:2024-05-06 22:08:32.038935848 +0800 CST m=+14.002795778, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 21 on store 2}, 1:{promote learner peer 21 on store 2 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:32.038 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=8] [step="add learner peer 21 on store 2"] [source=create] [2024/05/06 22:08:32.039 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=10] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:10(5, 3), createAt:2024-05-06 22:08:32.039058964 +0800 CST m=+14.002919021, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 22 on store 2}, 1:{promote learner peer 22 on store 2 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:32.039 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 22 on store 2"] [source=create] [2024/05/06 22:08:32.039 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=12] [operator="\"add-rule-peer {add peer: store [7]} (kind:replica,region, region:12(5, 3), createAt:2024-05-06 22:08:32.039167019 +0800 CST m=+14.003026950, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 23 on store 7}, 1:{promote learner peer 23 on store 7 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:32.039 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 23 on store 7"] [source=create] [2024/05/06 22:08:32.039 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:14(5, 3), createAt:2024-05-06 22:08:32.039259088 +0800 CST m=+14.003119019, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 24 on store 2}, 1:{promote learner peer 24 on store 2 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:32.039 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 24 on store 2"] [source=create] [2024/05/06 22:08:32.039 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=3] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:3(5, 3), createAt:2024-05-06 22:08:32.039340897 +0800 CST m=+14.003200829, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 25 on store 2}, 1:{promote learner peer 25 on store 2 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:32.039 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=3] [step="add learner peer 25 on store 2"] [source=create] [2024/05/06 22:08:32.040 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=8] [step="add learner peer 21 on store 2"] [source=heartbeat] [2024/05/06 22:08:32.040 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=8] [detail="Add peer:{id:21 store_id:2 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:32.040 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 22 on store 2"] [source=heartbeat] [2024/05/06 22:08:32.040 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Add peer:{id:22 store_id:2 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:32.041 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 23 on store 7"] [source=heartbeat] [2024/05/06 22:08:32.041 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Add peer:{id:23 store_id:7 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:32.041 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=3] [step="add learner peer 25 on store 2"] [source=heartbeat] [2024/05/06 22:08:32.041 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=3] [detail="Add peer:{id:25 store_id:2 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:32.041 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 24 on store 2"] [source=heartbeat] [2024/05/06 22:08:32.041 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Add peer:{id:24 store_id:2 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:32.046 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="promote learner peer 22 on store 2 to voter"] [source=heartbeat] [2024/05/06 22:08:32.046 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="promote learner peer 23 on store 7 to voter"] [source=heartbeat] [2024/05/06 22:08:32.047 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=8] [step="promote learner peer 21 on store 2 to voter"] [source=heartbeat] [2024/05/06 22:08:32.047 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="promote learner peer 24 on store 2 to voter"] [source=heartbeat] [2024/05/06 22:08:32.047 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=3] [step="promote learner peer 25 on store 2 to voter"] [source=heartbeat] [2024/05/06 22:08:32.048 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=10] [takes=8.984168ms] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:10(5, 3), createAt:2024-05-06 22:08:32.039058964 +0800 CST m=+14.002919021, startAt:2024-05-06 22:08:32.039105742 +0800 CST m=+14.002965672, currentStep:2, size:1, steps:[0:{add learner peer 22 on store 2}, 1:{promote learner peer 22 on store 2 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:32.048 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Remove peer:{id:22 store_id:2 role:Learner },Add peer:{id:22 store_id:2 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:32.049 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Remove peer:{id:23 store_id:7 role:Learner },Add peer:{id:23 store_id:7 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:32.049 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=12] [takes=10.041369ms] [operator="\"add-rule-peer {add peer: store [7]} (kind:replica,region, region:12(5, 3), createAt:2024-05-06 22:08:32.039167019 +0800 CST m=+14.003026950, startAt:2024-05-06 22:08:32.039201081 +0800 CST m=+14.003061013, currentStep:2, size:1, steps:[0:{add learner peer 23 on store 7}, 1:{promote learner peer 23 on store 7 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:32.050 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=8] [takes=11.207434ms] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:8(5, 3), createAt:2024-05-06 22:08:32.038935848 +0800 CST m=+14.002795778, startAt:2024-05-06 22:08:32.038988024 +0800 CST m=+14.002847955, currentStep:2, size:1, steps:[0:{add learner peer 21 on store 2}, 1:{promote learner peer 21 on store 2 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:32.050 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=8] [detail="Remove peer:{id:21 store_id:2 role:Learner },Add peer:{id:21 store_id:2 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:32.050 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=11.58475ms] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:14(5, 3), createAt:2024-05-06 22:08:32.039259088 +0800 CST m=+14.003119019, startAt:2024-05-06 22:08:32.039284843 +0800 CST m=+14.003144774, currentStep:2, size:1, steps:[0:{add learner peer 24 on store 2}, 1:{promote learner peer 24 on store 2 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:32.050 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Remove peer:{id:24 store_id:2 role:Learner },Add peer:{id:24 store_id:2 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:32.050 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=3] [takes=11.585345ms] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:3(5, 3), createAt:2024-05-06 22:08:32.039340897 +0800 CST m=+14.003200829, startAt:2024-05-06 22:08:32.039367633 +0800 CST m=+14.003227564, currentStep:2, size:1, steps:[0:{add learner peer 25 on store 2}, 1:{promote learner peer 25 on store 2 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:32.051 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=3] [detail="Remove peer:{id:25 store_id:2 role:Learner },Add peer:{id:25 store_id:2 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:09:22.014 +08:00] [INFO] [cluster.go:570] ["sync the store config successful"] [store-address=127.0.0.1:20180] [store-config="{\n \"coprocessor\": {\n \"region-max-size\": \"144MiB\",\n \"region-split-size\": \"96MiB\",\n \"region-max-keys\": 1440000,\n \"region-split-keys\": 960000,\n \"enable-region-bucket\": false,\n \"region-bucket-size\": \"50MiB\"\n },\n \"storage\": {\n \"engine\": \"raft-kv\"\n }\n}"] [old-config="{\n \"coprocessor\": {\n \"region-max-size\": \"\",\n \"region-split-size\": \"\",\n \"region-max-keys\": 0,\n \"region-split-keys\": 0,\n \"enable-region-bucket\": false,\n \"region-bucket-size\": \"\"\n },\n \"storage\": {\n \"engine\": \"\"\n }\n}"] [2024/05/06 22:09:22.016 +08:00] [INFO] [cluster.go:506] ["store config is updated"] + find . -name 'tikv*.log' -type f -exec tail -n 500 '{}' + ==> ./tikv1.log <== [2024/05/06 22:08:18.041 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:08:18.041 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:08:18.041 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:08:18.041 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:08:18.041 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:08:18.041 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:08:18.041 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:08:18.041 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:08:18.041 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:08:18.041 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:08:18.041 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:08:18.041 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={12, 22, 60, 63, 11, 65, 19, 24, 34, 23, 68, 27, 21, 48, 53, 28, 26, 58, 13, 29, 20, 33, 55, 62, 66, 69, 32, 70, 59, 67, 36, 57, 0, 35, 47, 15, 30, 14, 16, 31, 49, 17, 54, 50, 51, 52, 56, 64, 18, 25, 61, 71}"] [thread_id=1] [2024/05/06 22:08:18.041 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:08:18.041 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 4096, expect 32768"] [thread_id=1] [2024/05/06 22:08:18.041 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:08:18.041 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:08:18.043 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:18.043 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:08:18.044 +08:00] [INFO] [] ["subchannel 0x7f371564d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f37156afb00, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f3715637e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f37156d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004498.043951010\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:08:18.044 +08:00] [INFO] [] ["subchannel 0x7f371564d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f37156afb00, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f3715637e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f37156d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:18.044 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:18.044 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:18.044 +08:00] [INFO] [] ["subchannel 0x7f371564dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f37156afb00, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f3715637e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f37156d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004498.044459523\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:08:18.044 +08:00] [INFO] [] ["subchannel 0x7f371564dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f37156afb00, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f3715637e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f37156d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:18.044 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:18.044 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:18.044 +08:00] [INFO] [] ["subchannel 0x7f371564e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f37156afb00, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f3715637e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f37156d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004498.044707067\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:08:18.044 +08:00] [INFO] [] ["subchannel 0x7f371564e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f37156afb00, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f3715637e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f37156d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:18.044 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:18.044 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:08:18.346 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:20.347 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:20.347 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:21.587 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:21.889 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:21.890 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:21.890 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:21.891 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:21.892 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:21.893 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:21.893 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:08:21.893 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888244293737415] [thread_id=1] [2024/05/06 22:08:21.893 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:21.893 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:21.895 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20180] [thread_id=1] [2024/05/06 22:08:21.896 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:08:21.897 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63797/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63796/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63795/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63794/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63793/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63792/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63791/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63790/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63789/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/6117/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/247/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/246/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/245/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/244/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/243/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/242/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/241/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/314114/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/314114/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data] [thread_id=1] [2024/05/06 22:08:21.897 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data] [thread_id=1] [2024/05/06 22:08:21.897 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63797/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63796/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63795/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63794/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63793/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63792/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63791/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63790/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63789/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/6117/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/247/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/246/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/245/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/244/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/243/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/242/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/241/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/314114/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/314114/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft] [thread_id=1] [2024/05/06 22:08:21.897 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft] [thread_id=1] [2024/05/06 22:08:21.898 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv1.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20160\",\"advertise-addr\":\"127.0.0.1:20160\",\"status-addr\":\"127.0.0.1:20180\",\"advertise-status-addr\":\"127.0.0.1:20180\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:08:21.898 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:08:21.899 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=1ms] [thread_id=17] [2024/05/06 22:08:21.899 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:08:21.899 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=18] [2024/05/06 22:08:21.899 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=18] [2024/05/06 22:08:21.899 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=17] [2024/05/06 22:08:21.907 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:08:21.907 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:08:21.908 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 190.823µs"] [thread_id=1] [2024/05/06 22:08:21.980 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:08:21.982 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:08:21.982 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:08:21.983 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/log-backup-temp] [thread_id=1] [2024/05/06 22:08:21.983 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=73] [2024/05/06 22:08:21.983 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:08:21.983 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:08:21.983 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:08:21.983 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=73] [2024/05/06 22:08:21.983 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:08:21.983 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=74] [2024/05/06 22:08:21.991 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 3 region_epoch { conf_ver: 1 version: 1 } peers { id: 4 store_id: 1 }"] [store_id=1] [thread_id=1] [2024/05/06 22:08:22.000 +08:00] [INFO] [raft_server.rs:404] ["bootstrap cluster ok"] [cluster_id=7365888244293737415] [thread_id=1] [2024/05/06 22:08:22.000 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 1 address: \"127.0.0.1:20160\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20160\" status_address: \"127.0.0.1:20180\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004501 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:08:22.003 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=1] [status=Some()] [thread_id=1] [2024/05/06 22:08:22.003 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=7] [thread_id=1] [2024/05/06 22:08:22.003 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=2] [thread_id=1] [2024/05/06 22:08:22.003 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:08:22.003 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=1] [thread_id=1] [2024/05/06 22:08:22.004 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:08:22.007 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:08:22.007 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=4] [region_id=3] [thread_id=1] [2024/05/06 22:08:22.007 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=4] [region_id=3] [thread_id=1] [2024/05/06 22:08:22.007 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=4] [region_id=3] [thread_id=1] [2024/05/06 22:08:22.007 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {4} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=4] [region_id=3] [thread_id=1] [2024/05/06 22:08:22.007 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 4."] [id=4] [raft_id=4] [region_id=3] [thread_id=1] [2024/05/06 22:08:22.007 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=4] [region_id=3] [thread_id=1] [2024/05/06 22:08:22.007 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=4] [region_id=3] [thread_id=1] [2024/05/06 22:08:22.008 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=4] [region_id=3] [thread_id=1] [2024/05/06 22:08:22.008 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=4] [region_id=3] [thread_id=1] [2024/05/06 22:08:22.008 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=168.136µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=1] [store_id=1] [thread_id=1] [2024/05/06 22:08:22.008 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=11.737µs] [garbage_range_count=2] [store_id=1] [thread_id=1] [2024/05/06 22:08:22.009 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803778] [region_id=3] [thread_id=101] [2024/05/06 22:08:22.009 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:08:22.009 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:08:22.009 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:08:22.010 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=3] [thread_id=31] [2024/05/06 22:08:22.012 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 3 region_epoch { conf_ver: 1 version: 1 } peers { id: 4 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:22.012 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(0)] [region=3] [thread_id=68] [2024/05/06 22:08:22.013 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:08:22.014 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:08:22.014 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:08:22.014 +08:00] [INFO] [deadlock.rs:761] ["became the leader of deadlock detector!"] [self_id=1] [thread_id=127] [2024/05/06 22:08:22.016 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20160] [thread_id=1] [2024/05/06 22:08:22.016 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=17] [2024/05/06 22:08:22.017 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=17] [2024/05/06 22:08:22.020 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:25.013 +08:00] [INFO] [pd.rs:1531] ["try to split"] [region_epoch="conf_ver: 1 version: 1"] [region_id=3] [thread_id=31] [2024/05/06 22:08:25.013 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=pd] [split_keys="4 keys range from 7200000000000000FB to 7800000100000000FB"] [peer_id=4] [region_id=3] [thread_id=101] [2024/05/06 22:08:25.013 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 3 region_epoch { conf_ver: 1 version: 1 } peers { id: 4 store_id: 1 }"] [new_region_ids="[new_region_id: 8 new_peer_ids: 9, new_region_id: 10 new_peer_ids: 11, new_region_id: 12 new_peer_ids: 13, new_region_id: 14 new_peer_ids: 15]"] [region_id=3] [thread_id=31] [2024/05/06 22:08:25.014 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7200000000000000FB new_region_id: 8 new_peer_ids: 9 } requests { split_key: 7200000100000000FB new_region_id: 10 new_peer_ids: 11 } requests { split_key: 7800000000000000FB new_region_id: 12 new_peer_ids: 13 } requests { split_key: 7800000100000000FB new_region_id: 14 new_peer_ids: 15 } right_derive: true }"] [index=7] [term=6] [peer_id=4] [region_id=3] [thread_id=103] [2024/05/06 22:08:25.014 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="4 keys range from 7200000000000000FB to 7800000100000000FB"] [region="id: 3 region_epoch { conf_ver: 1 version: 1 } peers { id: 4 store_id: 1 }"] [peer_id=4] [region_id=3] [thread_id=103] [2024/05/06 22:08:25.014 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=3] [thread_id=101] [2024/05/06 22:08:25.014 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:08:25.014 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=5] [peer_id=4] [region_id=3] [thread_id=101] [2024/05/06 22:08:25.014 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(0)] [region_id=3] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:08:25.014 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 9 store_id: 1 }"] [region_id=8] [thread_id=101] [2024/05/06 22:08:25.014 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:25.014 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 4 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:25.015 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {9} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 9."] [id=9] [raft_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 1 }"] [region_id=10] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 11."] [id=11] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 1 }"] [region_id=12] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 13."] [id=13] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 1 }"] [region_id=14] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 15."] [id=15] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=8] [thread_id=102] [2024/05/06 22:08:25.015 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=10] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=12] [thread_id=101] [2024/05/06 22:08:25.015 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=14] [thread_id=102] [2024/05/06 22:08:25.015 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=8] [thread_id=31] [2024/05/06 22:08:25.015 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=10] [thread_id=31] [2024/05/06 22:08:25.015 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=12] [thread_id=31] [2024/05/06 22:08:25.015 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=14] [thread_id=31] [2024/05/06 22:08:25.015 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=7] [observe_id=ObserveId(1)] [region=3] [thread_id=68] [2024/05/06 22:08:25.016 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 9 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:25.016 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:25.016 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:25.016 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(3)] [region=10] [thread_id=68] [2024/05/06 22:08:25.016 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:25.016 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(2)] [region=8] [thread_id=68] [2024/05/06 22:08:25.016 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(4)] [region=12] [thread_id=68] [2024/05/06 22:08:25.016 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(5)] [region=14] [thread_id=68] [2024/05/06 22:08:32.012 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:32.017 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 16 store_id: 7 role: Learner } change_type: AddLearnerNode]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:32.017 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 17 store_id: 7 role: Learner } change_type: AddLearnerNode]"] [region_id=3] [thread_id=31] [2024/05/06 22:08:32.017 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 16 store_id: 7 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.017 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 17 store_id: 7 role: Learner }]"] [peer_id=4] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.017 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 18 store_id: 7 role: Learner } change_type: AddLearnerNode]"] [region_id=8] [thread_id=31] [2024/05/06 22:08:32.017 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 19 store_id: 7 role: Learner } change_type: AddLearnerNode]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:32.017 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 18 store_id: 7 role: Learner }]"] [peer_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.017 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 19 store_id: 7 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:32.017 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 20 store_id: 2 role: Learner } change_type: AddLearnerNode]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:32.017 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 20 store_id: 2 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.017 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 17 store_id: 7 role: Learner } } }"] [index=8] [term=6] [peer_id=4] [region_id=3] [thread_id=103] [2024/05/06 22:08:32.018 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 16 store_id: 7 role: Learner } } }"] [index=7] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:32.018 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:32.018 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=4] [region_id=3] [thread_id=103] [2024/05/06 22:08:32.018 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 4 store_id: 1 } peers { id: 17 store_id: 7 role: Learner }"] [original_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 4 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 17 store_id: 7 role: Learner }]"] [peer_id=4] [region_id=3] [thread_id=103] [2024/05/06 22:08:32.018 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 16 store_id: 7 role: Learner }"] [original_region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 16 store_id: 7 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:32.018 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 18 store_id: 7 role: Learner } } }"] [index=7] [term=6] [peer_id=9] [region_id=8] [thread_id=103] [2024/05/06 22:08:32.018 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=9] [region_id=8] [thread_id=103] [2024/05/06 22:08:32.018 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4} }, outgoing: Configuration { voters: {} } }, learners: {17}, learners_next: {}, auto_leave: false }"] [raft_id=4] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.018 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 7 role: Learner }"] [original_region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 9 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 18 store_id: 7 role: Learner }]"] [peer_id=9] [region_id=8] [thread_id=103] [2024/05/06 22:08:32.018 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 19 store_id: 7 role: Learner } } }"] [index=7] [term=6] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:32.018 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:32.018 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 4 store_id: 1 } peers { id: 17 store_id: 7 role: Learner }"] [peer_id=4] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.018 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 7 role: Learner }"] [original_region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 19 store_id: 7 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:32.018 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 20 store_id: 2 role: Learner } } }"] [index=7] [term=6] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:32.018 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:32.018 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 2 role: Learner }"] [original_region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 20 store_id: 2 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:32.018 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {16}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.018 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 16 store_id: 7 role: Learner }"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.019 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9} }, outgoing: Configuration { voters: {} } }, learners: {18}, learners_next: {}, auto_leave: false }"] [raft_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:32.019 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {19}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.019 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 7 role: Learner }"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.019 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {20}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.019 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 7 role: Learner }"] [peer_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:32.019 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 2 role: Learner }"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.020 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20161] [store_id=7] [thread_id=71] [2024/05/06 22:08:32.020 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=7] [addr=127.0.0.1:20161] [thread_id=71] [2024/05/06 22:08:32.020 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=9] [cost=1.325812ms] [addr=127.0.0.1:20161] [store_id=7] [thread_id=71] [2024/05/06 22:08:32.020 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20162] [store_id=2] [thread_id=71] [2024/05/06 22:08:32.020 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=2] [addr=127.0.0.1:20162] [thread_id=71] [2024/05/06 22:08:32.021 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=2] [cost=586.586µs] [addr=127.0.0.1:20162] [store_id=2] [thread_id=71] [2024/05/06 22:08:32.023 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(7)] [thread_id=7] [2024/05/06 22:08:32.023 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(2)] [thread_id=8] [2024/05/06 22:08:32.023 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=17] [request_index=0] [peer_id=4] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.023 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=16] [request_index=0] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.023 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=19] [request_index=0] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:32.023 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=18] [request_index=0] [peer_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:32.023 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=20] [request_index=0] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:32.024 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_3_6_8_(default|lock|write).sst] [region_id=3] [thread_id=84] [2024/05/06 22:08:32.024 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:32.024 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_3_6_8_(default|lock|write).sst] [region_id=3] [thread_id=84] [2024/05/06 22:08:32.024 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:32.024 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_3_6_8_(default|lock|write).sst] [region_id=3] [thread_id=84] [2024/05/06 22:08:32.024 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:32.025 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=930.167µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_3_6_8_(default|lock|write).sst] [region_id=3] [thread_id=84] [2024/05/06 22:08:32.025 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=17] [peer_id=4] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.025 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:32.025 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=1.057179ms] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:32.025 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:32.025 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:32.025 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=16] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:32.025 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:32.025 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_8_6_7_(default|lock|write).sst] [region_id=8] [thread_id=83] [2024/05/06 22:08:32.025 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_8_6_7_(default|lock|write).sst] [region_id=8] [thread_id=83] [2024/05/06 22:08:32.025 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_8_6_7_(default|lock|write).sst] [region_id=8] [thread_id=83] [2024/05/06 22:08:32.025 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=638.606µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:32.025 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=19] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:32.026 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:32.026 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:32.026 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:32.026 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:32.026 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=774.575µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_8_6_7_(default|lock|write).sst] [region_id=8] [thread_id=83] [2024/05/06 22:08:32.026 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:32.026 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=18] [peer_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:32.026 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:32.026 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=622.887µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:32.026 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=20] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:32.026 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:32.028 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=2.134466ms] [size=0] [snap_key=10_6_7] [region_id=10] [thread_id=133] [2024/05/06 22:08:32.028 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 19 store_id: 7 role: Learner"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.028 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=3.08465ms] [size=0] [snap_key=3_6_8] [region_id=3] [thread_id=132] [2024/05/06 22:08:32.028 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 17 store_id: 7 role: Learner"] [peer_id=4] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.028 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=2.671605ms] [size=0] [snap_key=14_6_7] [region_id=14] [thread_id=131] [2024/05/06 22:08:32.028 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 16 store_id: 7 role: Learner"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.028 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=2.300463ms] [size=0] [snap_key=8_6_7] [region_id=8] [thread_id=133] [2024/05/06 22:08:32.028 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 18 store_id: 7 role: Learner"] [peer_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:32.029 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=2.446987ms] [size=0] [snap_key=12_6_7] [region_id=12] [thread_id=133] [2024/05/06 22:08:32.029 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 20 store_id: 2 role: Learner"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.030 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 20 store_id: 2 }]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:32.030 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 20 store_id: 2 }]"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:32.030 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 20 store_id: 2 } } }"] [index=8] [term=6] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:32.030 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:32.030 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 2 }"] [original_region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 2 role: Learner }"] [changes="[peer { id: 20 store_id: 2 }]"] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:32.031 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 13} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.031 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 2 }"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.035 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 19 store_id: 7 }]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:32.035 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 19 store_id: 7 }]"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.035 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 16 store_id: 7 }]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:32.035 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 16 store_id: 7 }]"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.035 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 18 store_id: 7 }]"] [region_id=8] [thread_id=31] [2024/05/06 22:08:32.035 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 19 store_id: 7 } } }"] [index=8] [term=6] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:32.035 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:32.035 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 7 }"] [original_region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 7 role: Learner }"] [changes="[peer { id: 19 store_id: 7 }]"] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:32.035 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 18 store_id: 7 }]"] [peer_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.035 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 17 store_id: 7 }]"] [region_id=3] [thread_id=31] [2024/05/06 22:08:32.035 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 17 store_id: 7 }]"] [peer_id=4] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.035 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 16 store_id: 7 } } }"] [index=8] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:32.035 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:32.035 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 1 } peers { id: 16 store_id: 7 }"] [original_region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 16 store_id: 7 role: Learner }"] [changes="[peer { id: 16 store_id: 7 }]"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:32.036 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.036 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 7 }"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.036 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 18 store_id: 7 } } }"] [index=8] [term=6] [peer_id=9] [region_id=8] [thread_id=103] [2024/05/06 22:08:32.036 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=9] [region_id=8] [thread_id=103] [2024/05/06 22:08:32.036 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 7 }"] [original_region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 7 role: Learner }"] [changes="[peer { id: 18 store_id: 7 }]"] [peer_id=9] [region_id=8] [thread_id=103] [2024/05/06 22:08:32.036 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 17 store_id: 7 } } }"] [index=9] [term=6] [peer_id=4] [region_id=3] [thread_id=103] [2024/05/06 22:08:32.036 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=4] [region_id=3] [thread_id=103] [2024/05/06 22:08:32.036 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 4 store_id: 1 } peers { id: 17 store_id: 7 }"] [original_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 4 store_id: 1 } peers { id: 17 store_id: 7 role: Learner }"] [changes="[peer { id: 17 store_id: 7 }]"] [peer_id=4] [region_id=3] [thread_id=103] [2024/05/06 22:08:32.036 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.036 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 1 } peers { id: 16 store_id: 7 }"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.037 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9, 18} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:32.037 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4, 17} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=4] [region_id=3] [thread_id=102] [2024/05/06 22:08:32.037 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 4 store_id: 1 } peers { id: 17 store_id: 7 }"] [peer_id=4] [region_id=3] [thread_id=102] [2024/05/06 22:08:32.037 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 7 }"] [peer_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:32.039 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 21 store_id: 2 role: Learner } change_type: AddLearnerNode]"] [region_id=8] [thread_id=31] [2024/05/06 22:08:32.039 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 21 store_id: 2 role: Learner }]"] [peer_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:32.039 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 22 store_id: 2 role: Learner } change_type: AddLearnerNode]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:32.039 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 22 store_id: 2 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.039 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 23 store_id: 7 role: Learner } change_type: AddLearnerNode]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:32.039 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 7 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:32.039 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 24 store_id: 2 role: Learner } change_type: AddLearnerNode]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:32.039 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 25 store_id: 2 role: Learner } change_type: AddLearnerNode]"] [region_id=3] [thread_id=31] [2024/05/06 22:08:32.039 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 2 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.039 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 2 role: Learner }]"] [peer_id=4] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.039 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 21 store_id: 2 role: Learner } } }"] [index=9] [term=6] [peer_id=9] [region_id=8] [thread_id=104] [2024/05/06 22:08:32.039 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=9] [region_id=8] [thread_id=104] [2024/05/06 22:08:32.039 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 7 } peers { id: 21 store_id: 2 role: Learner }"] [original_region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 7 }"] [changes="[change_type: AddLearnerNode peer { id: 21 store_id: 2 role: Learner }]"] [peer_id=9] [region_id=8] [thread_id=104] [2024/05/06 22:08:32.039 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 22 store_id: 2 role: Learner } } }"] [index=9] [term=6] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:32.039 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:32.039 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 7 } peers { id: 22 store_id: 2 role: Learner }"] [original_region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 7 }"] [changes="[change_type: AddLearnerNode peer { id: 22 store_id: 2 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:32.040 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 23 store_id: 7 role: Learner } } }"] [index=9] [term=6] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:32.040 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9, 18} }, outgoing: Configuration { voters: {} } }, learners: {21}, learners_next: {}, auto_leave: false }"] [raft_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.040 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:32.040 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 2 } peers { id: 23 store_id: 7 role: Learner }"] [original_region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 7 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:32.040 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 7 } peers { id: 21 store_id: 2 role: Learner }"] [peer_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.040 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=21] [request_index=0] [peer_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.040 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 11} }, outgoing: Configuration { voters: {} } }, learners: {22}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.040 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 25 store_id: 2 role: Learner } } }"] [index=10] [term=6] [peer_id=4] [region_id=3] [thread_id=103] [2024/05/06 22:08:32.040 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=4] [region_id=3] [thread_id=103] [2024/05/06 22:08:32.040 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 4 store_id: 1 } peers { id: 17 store_id: 7 } peers { id: 25 store_id: 2 role: Learner }"] [original_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 4 store_id: 1 } peers { id: 17 store_id: 7 }"] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 2 role: Learner }]"] [peer_id=4] [region_id=3] [thread_id=103] [2024/05/06 22:08:32.040 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 7 } peers { id: 22 store_id: 2 role: Learner }"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.040 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 24 store_id: 2 role: Learner } } }"] [index=9] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:32.040 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:32.040 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 16 store_id: 7 } peers { id: 24 store_id: 2 role: Learner }"] [original_region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 1 } peers { id: 16 store_id: 7 }"] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 2 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:32.041 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_8_6_9_(default|lock|write).sst] [region_id=8] [thread_id=83] [2024/05/06 22:08:32.041 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=22] [request_index=0] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.041 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_8_6_9_(default|lock|write).sst] [region_id=8] [thread_id=83] [2024/05/06 22:08:32.041 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 13} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:32.041 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 2 } peers { id: 23 store_id: 7 role: Learner }"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:32.041 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_8_6_9_(default|lock|write).sst] [region_id=8] [thread_id=83] [2024/05/06 22:08:32.041 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:32.041 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=23] [request_index=0] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.041 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:32.041 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4, 17} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=4] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.041 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16, 15} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.041 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 4 store_id: 1 } peers { id: 17 store_id: 7 } peers { id: 25 store_id: 2 role: Learner }"] [peer_id=4] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.041 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 16 store_id: 7 } peers { id: 24 store_id: 2 role: Learner }"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.041 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:32.041 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=25] [request_index=0] [peer_id=4] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.041 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=24] [request_index=0] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.041 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=1.000473ms] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_8_6_9_(default|lock|write).sst] [region_id=8] [thread_id=83] [2024/05/06 22:08:32.042 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=21] [peer_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.042 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:32.042 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=785.044µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:32.042 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:32.042 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:32.042 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=22] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.042 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:32.042 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:32.042 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:32.042 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:32.042 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:32.042 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=813.451µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:32.042 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=23] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:32.043 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=776.006µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:32.043 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:32.043 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_3_6_10_(default|lock|write).sst] [region_id=3] [thread_id=83] [2024/05/06 22:08:32.043 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_3_6_10_(default|lock|write).sst] [region_id=3] [thread_id=83] [2024/05/06 22:08:32.043 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_3_6_10_(default|lock|write).sst] [region_id=3] [thread_id=83] [2024/05/06 22:08:32.043 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=24] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:32.043 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:32.043 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=954.199µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_3_6_10_(default|lock|write).sst] [region_id=3] [thread_id=83] [2024/05/06 22:08:32.044 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=25] [peer_id=4] [region_id=3] [thread_id=102] [2024/05/06 22:08:32.044 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:32.044 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=2.52127ms] [size=0] [snap_key=10_6_9] [region_id=10] [thread_id=133] [2024/05/06 22:08:32.044 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 22 store_id: 2 role: Learner"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:32.044 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=2.84901ms] [size=0] [snap_key=8_6_9] [region_id=8] [thread_id=131] [2024/05/06 22:08:32.044 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 21 store_id: 2 role: Learner"] [peer_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.045 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=2.503682ms] [size=0] [snap_key=12_6_9] [region_id=12] [thread_id=131] [2024/05/06 22:08:32.045 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 23 store_id: 7 role: Learner"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:32.045 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=2.455847ms] [size=0] [snap_key=14_6_9] [region_id=14] [thread_id=131] [2024/05/06 22:08:32.045 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 24 store_id: 2 role: Learner"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.046 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=2.400654ms] [size=0] [snap_key=3_6_10] [region_id=3] [thread_id=131] [2024/05/06 22:08:32.046 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 25 store_id: 2 role: Learner"] [peer_id=4] [region_id=3] [thread_id=102] [2024/05/06 22:08:32.046 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 22 store_id: 2 }]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:32.046 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 22 store_id: 2 }]"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.046 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 23 store_id: 7 }]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:32.046 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 23 store_id: 7 }]"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.047 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 22 store_id: 2 } } }"] [index=10] [term=6] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:32.047 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:32.047 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 7 } peers { id: 22 store_id: 2 }"] [original_region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 7 } peers { id: 22 store_id: 2 role: Learner }"] [changes="[peer { id: 22 store_id: 2 }]"] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:32.047 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 21 store_id: 2 }]"] [region_id=8] [thread_id=31] [2024/05/06 22:08:32.047 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 21 store_id: 2 }]"] [peer_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.047 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 24 store_id: 2 }]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:32.047 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 24 store_id: 2 }]"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.047 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 25 store_id: 2 }]"] [region_id=3] [thread_id=31] [2024/05/06 22:08:32.047 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 25 store_id: 2 }]"] [peer_id=4] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.047 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 7 } } }"] [index=10] [term=6] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:32.047 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:32.047 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 2 } peers { id: 23 store_id: 7 }"] [original_region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 2 } peers { id: 23 store_id: 7 role: Learner }"] [changes="[peer { id: 23 store_id: 7 }]"] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:32.047 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 22, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:32.047 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 7 } peers { id: 22 store_id: 2 }"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:32.048 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 21 store_id: 2 } } }"] [index=10] [term=6] [peer_id=9] [region_id=8] [thread_id=104] [2024/05/06 22:08:32.048 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=9] [region_id=8] [thread_id=104] [2024/05/06 22:08:32.048 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 7 } peers { id: 21 store_id: 2 }"] [original_region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 7 } peers { id: 21 store_id: 2 role: Learner }"] [changes="[peer { id: 21 store_id: 2 }]"] [peer_id=9] [region_id=8] [thread_id=104] [2024/05/06 22:08:32.049 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 13, 23} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.049 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 2 } } }"] [index=10] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:32.049 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:32.049 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 1 } peers { id: 16 store_id: 7 } peers { id: 24 store_id: 2 }"] [original_region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 16 store_id: 7 } peers { id: 24 store_id: 2 role: Learner }"] [changes="[peer { id: 24 store_id: 2 }]"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:32.049 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 2 } peers { id: 23 store_id: 7 }"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.049 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 2 } } }"] [index=11] [term=6] [peer_id=4] [region_id=3] [thread_id=103] [2024/05/06 22:08:32.049 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=4] [region_id=3] [thread_id=103] [2024/05/06 22:08:32.049 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 4 store_id: 1 } peers { id: 17 store_id: 7 } peers { id: 25 store_id: 2 }"] [original_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 4 store_id: 1 } peers { id: 17 store_id: 7 } peers { id: 25 store_id: 2 role: Learner }"] [changes="[peer { id: 25 store_id: 2 }]"] [peer_id=4] [region_id=3] [thread_id=103] [2024/05/06 22:08:32.050 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9, 18, 21} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.050 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 7 } peers { id: 21 store_id: 2 }"] [peer_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.050 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16, 24, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.050 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4, 17, 25} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=4] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.050 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 1 } peers { id: 16 store_id: 7 } peers { id: 24 store_id: 2 }"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.050 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 4 store_id: 1 } peers { id: 17 store_id: 7 } peers { id: 25 store_id: 2 }"] [peer_id=4] [region_id=3] [thread_id=101] ==> ./tikv2.log <== [2024/05/06 22:08:18.042 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:08:18.042 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:08:18.042 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:08:18.042 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:08:18.042 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:08:18.042 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:08:18.042 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:08:18.042 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:08:18.042 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:08:18.042 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:08:18.042 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:08:18.042 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={0, 20, 47, 57, 30, 63, 14, 35, 23, 12, 24, 31, 19, 34, 49, 60, 22, 48, 15, 25, 28, 54, 58, 11, 13, 29, 61, 64, 66, 62, 18, 67, 68, 69, 21, 27, 17, 65, 36, 33, 56, 70, 51, 55, 59, 52, 16, 71, 53, 26, 32, 50}"] [thread_id=1] [2024/05/06 22:08:18.042 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:08:18.042 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 4096, expect 32768"] [thread_id=1] [2024/05/06 22:08:18.042 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:08:18.042 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:08:18.044 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:18.045 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:08:18.045 +08:00] [INFO] [] ["subchannel 0x7fef30e4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7fef30eafb00, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fef30e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fef30ed2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004498.045145937\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:08:18.045 +08:00] [INFO] [] ["subchannel 0x7fef30e4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7fef30eafb00, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fef30e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fef30ed2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:18.045 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:18.045 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:18.045 +08:00] [INFO] [] ["subchannel 0x7fef30e4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7fef30eafb00, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fef30e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fef30ed2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004498.045696706\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:08:18.045 +08:00] [INFO] [] ["subchannel 0x7fef30e4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7fef30eafb00, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fef30e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fef30ed2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:18.045 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:18.045 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:18.046 +08:00] [INFO] [] ["subchannel 0x7fef30e4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7fef30eafb00, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fef30e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fef30ed2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004498.046056258\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:08:18.046 +08:00] [INFO] [] ["subchannel 0x7fef30e4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7fef30eafb00, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fef30e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fef30ed2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:18.046 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:18.046 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:08:18.347 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:20.348 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:20.348 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:21.587 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:21.889 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:21.890 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:21.891 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:21.891 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:21.892 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:21.893 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:21.893 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:08:21.893 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888244293737415] [thread_id=1] [2024/05/06 22:08:21.894 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:21.894 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:21.896 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20181] [thread_id=1] [2024/05/06 22:08:21.897 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:08:21.897 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63797/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63796/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63795/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63794/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63793/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63792/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63791/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63790/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63789/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/6117/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/247/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/246/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/245/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/244/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/243/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/242/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/241/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/314114/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/314114/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data] [thread_id=1] [2024/05/06 22:08:21.898 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data] [thread_id=1] [2024/05/06 22:08:21.898 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63797/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63796/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63795/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63794/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63793/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63792/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63791/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63790/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63789/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/6117/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/247/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/246/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/245/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/244/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/243/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/242/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/241/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/314114/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/314114/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft] [thread_id=1] [2024/05/06 22:08:21.898 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft] [thread_id=1] [2024/05/06 22:08:21.898 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv2.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20161\",\"advertise-addr\":\"127.0.0.1:20161\",\"status-addr\":\"127.0.0.1:20181\",\"advertise-status-addr\":\"127.0.0.1:20181\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:08:21.899 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:08:21.900 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=17] [2024/05/06 22:08:21.900 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=17] [2024/05/06 22:08:21.900 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=18] [2024/05/06 22:08:21.900 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:08:21.900 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=1ms] [thread_id=17] [2024/05/06 22:08:21.907 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:08:21.907 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:08:21.908 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 221.242µs"] [thread_id=1] [2024/05/06 22:08:21.989 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:08:21.992 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:08:21.992 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:08:21.993 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/log-backup-temp] [thread_id=1] [2024/05/06 22:08:21.993 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=74] [2024/05/06 22:08:21.993 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:08:21.994 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=20] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:08:21.994 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=19] [thread_id=73] [2024/05/06 22:08:21.994 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=20] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:08:21.994 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=19] [thread_id=74] [2024/05/06 22:08:21.994 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:08:21.997 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 7 address: \"127.0.0.1:20161\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20161\" status_address: \"127.0.0.1:20181\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004501 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:08:22.001 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=7] [status=Some()] [thread_id=1] [2024/05/06 22:08:22.001 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:08:22.001 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=7] [thread_id=1] [2024/05/06 22:08:22.001 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=2] [thread_id=1] [2024/05/06 22:08:22.001 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=7] [thread_id=1] [2024/05/06 22:08:22.003 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:08:22.006 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:08:22.006 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=49.869µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=0] [store_id=7] [thread_id=1] [2024/05/06 22:08:22.006 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=64.781µs] [garbage_range_count=1] [store_id=7] [thread_id=1] [2024/05/06 22:08:22.008 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:08:22.008 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:08:22.008 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:08:22.013 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:08:22.013 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:08:22.014 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:08:22.016 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20161] [thread_id=1] [2024/05/06 22:08:22.016 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=18] [2024/05/06 22:08:22.016 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=18] [2024/05/06 22:08:22.022 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:32.010 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:32.021 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(1)] [thread_id=7] [2024/05/06 22:08:32.021 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=4] [store_id=7] [peer_id=17] [region_id=3] [thread_id=102] [2024/05/06 22:08:32.021 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=3] [thread_id=102] [2024/05/06 22:08:32.021 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=17] [region_id=3] [thread_id=102] [2024/05/06 22:08:32.021 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=17] [region_id=3] [thread_id=102] [2024/05/06 22:08:32.021 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 17."] [id=17] [raft_id=17] [region_id=3] [thread_id=102] [2024/05/06 22:08:32.021 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=15] [store_id=7] [peer_id=16] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.021 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=16] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.021 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=16] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.021 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=16] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.021 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 16."] [id=16] [raft_id=16] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.021 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=11] [store_id=7] [peer_id=19] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.021 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.021 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=19] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.021 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=19] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.021 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 19."] [id=19] [raft_id=19] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.021 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 4"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=4] [raft_id=17] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.021 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=17] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.021 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=9] [store_id=7] [peer_id=18] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.021 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.021 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=18] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.021 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=18] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.021 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 18."] [id=18] [raft_id=18] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.021 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 15"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=15] [raft_id=16] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.021 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=16] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.022 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 11"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=11] [raft_id=19] [region_id=10] [thread_id=101] [2024/05/06 22:08:32.022 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 9"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=9] [raft_id=18] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.022 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=19] [region_id=10] [thread_id=101] [2024/05/06 22:08:32.022 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=18] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.022 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20160] [store_id=1] [thread_id=71] [2024/05/06 22:08:32.022 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=1] [addr=127.0.0.1:20160] [thread_id=71] [2024/05/06 22:08:32.023 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=5] [cost=727.496µs] [addr=127.0.0.1:20160] [store_id=1] [thread_id=71] [2024/05/06 22:08:32.026 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=132] [2024/05/06 22:08:32.026 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=131] [2024/05/06 22:08:32.026 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=130] [2024/05/06 22:08:32.026 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_10_6_7_(default|lock|write).sst] [snap_key=10_6_7] [thread_id=131] [2024/05/06 22:08:32.026 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_14_6_7_(default|lock|write).sst] [snap_key=14_6_7] [thread_id=132] [2024/05/06 22:08:32.026 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_3_6_8_(default|lock|write).sst] [snap_key=3_6_8] [thread_id=130] [2024/05/06 22:08:32.026 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=129] [2024/05/06 22:08:32.026 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_8_6_7_(default|lock|write).sst] [snap_key=8_6_7] [thread_id=129] [2024/05/06 22:08:32.028 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=1.491045ms] [snap_key=10_6_7] [thread_id=131] [2024/05/06 22:08:32.028 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=1.56967ms] [snap_key=14_6_7] [thread_id=132] [2024/05/06 22:08:32.028 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=1.47335ms] [snap_key=3_6_8] [thread_id=130] [2024/05/06 22:08:32.028 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=19] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.028 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=16] [region_id=14] [thread_id=101] [2024/05/06 22:08:32.028 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {16}, learners_next: {}, auto_leave: false }"] [raft_id=16] [region_id=14] [thread_id=101] [2024/05/06 22:08:32.028 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=16] [region_id=14] [thread_id=101] [2024/05/06 22:08:32.028 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=16] [region_id=14] [thread_id=101] [2024/05/06 22:08:32.028 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=16] [region_id=14] [thread_id=101] [2024/05/06 22:08:32.028 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {19}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.028 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=19] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.028 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=19] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.028 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=19] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.028 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 7 role: Learner }"] [peer_id=19] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.028 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 16 store_id: 7 role: Learner }"] [peer_id=16] [region_id=14] [thread_id=101] [2024/05/06 22:08:32.028 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 8, term: 6]"] [snapshot_term=6] [snapshot_index=8] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=17] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.028 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4} }, outgoing: Configuration { voters: {} } }, learners: {17}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.028 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=8] [last_term=6] [last_index=8] [commit=8] [raft_id=17] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.028 +08:00] [INFO] [raft.rs:2549] ["[commit: 8, term: 6] restored snapshot [index: 8, term: 6]"] [snapshot_term=6] [snapshot_index=8] [commit=8] [term=6] [raft_id=17] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.028 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=17] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.028 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 8 truncated_state { index: 8 term: 6 }"] [region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 4 store_id: 1 } peers { id: 17 store_id: 7 role: Learner }"] [peer_id=17] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.028 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=1.573634ms] [snap_key=8_6_7] [thread_id=129] [2024/05/06 22:08:32.028 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=18] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.028 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9} }, outgoing: Configuration { voters: {} } }, learners: {18}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.028 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=18] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.028 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=18] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.028 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=18] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.028 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 7 role: Learner }"] [peer_id=18] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.034 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 7 role: Learner }"] [peer_id=19] [region_id=10] [thread_id=101] [2024/05/06 22:08:32.034 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 16 store_id: 7 role: Learner }"] [peer_id=16] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.034 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=19] [region_id=10] [thread_id=80] [2024/05/06 22:08:32.034 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:32.034 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=68.898µs] [region_id=10] [thread_id=80] [2024/05/06 22:08:32.035 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=16] [region_id=14] [thread_id=80] [2024/05/06 22:08:32.035 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:32.035 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=21.796µs] [region_id=14] [thread_id=80] [2024/05/06 22:08:32.035 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 4 store_id: 1 } peers { id: 17 store_id: 7 role: Learner }"] [peer_id=17] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.035 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=18] [region_id=8] [thread_id=80] [2024/05/06 22:08:32.035 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 7 role: Learner }"] [peer_id=18] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.035 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:32.035 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=21.484µs] [region_id=8] [thread_id=80] [2024/05/06 22:08:32.035 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=17] [region_id=3] [thread_id=80] [2024/05/06 22:08:32.035 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:32.035 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=21.968µs] [region_id=3] [thread_id=80] [2024/05/06 22:08:32.035 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 19 store_id: 7 } } }"] [index=8] [term=6] [peer_id=19] [region_id=10] [thread_id=103] [2024/05/06 22:08:32.035 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=19] [region_id=10] [thread_id=103] [2024/05/06 22:08:32.035 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 7 }"] [original_region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 7 role: Learner }"] [changes="[peer { id: 19 store_id: 7 }]"] [peer_id=19] [region_id=10] [thread_id=103] [2024/05/06 22:08:32.035 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 16 store_id: 7 } } }"] [index=8] [term=6] [peer_id=16] [region_id=14] [thread_id=104] [2024/05/06 22:08:32.035 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=16] [region_id=14] [thread_id=104] [2024/05/06 22:08:32.036 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 1 } peers { id: 16 store_id: 7 }"] [original_region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 16 store_id: 7 role: Learner }"] [changes="[peer { id: 16 store_id: 7 }]"] [peer_id=16] [region_id=14] [thread_id=104] [2024/05/06 22:08:32.036 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.036 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 18 store_id: 7 } } }"] [index=8] [term=6] [peer_id=18] [region_id=8] [thread_id=103] [2024/05/06 22:08:32.036 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=18] [region_id=8] [thread_id=103] [2024/05/06 22:08:32.036 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 7 }"] [original_region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 7 role: Learner }"] [changes="[peer { id: 18 store_id: 7 }]"] [peer_id=18] [region_id=8] [thread_id=103] [2024/05/06 22:08:32.036 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 17 store_id: 7 } } }"] [index=9] [term=6] [peer_id=17] [region_id=3] [thread_id=103] [2024/05/06 22:08:32.036 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=17] [region_id=3] [thread_id=103] [2024/05/06 22:08:32.036 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 4 store_id: 1 } peers { id: 17 store_id: 7 }"] [original_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 4 store_id: 1 } peers { id: 17 store_id: 7 role: Learner }"] [changes="[peer { id: 17 store_id: 7 }]"] [peer_id=17] [region_id=3] [thread_id=103] [2024/05/06 22:08:32.037 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=16] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.037 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9, 18} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.037 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4, 17} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.039 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 21 store_id: 2 role: Learner } } }"] [index=9] [term=6] [peer_id=18] [region_id=8] [thread_id=104] [2024/05/06 22:08:32.039 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=18] [region_id=8] [thread_id=104] [2024/05/06 22:08:32.039 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 7 } peers { id: 21 store_id: 2 role: Learner }"] [original_region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 7 }"] [changes="[change_type: AddLearnerNode peer { id: 21 store_id: 2 role: Learner }]"] [peer_id=18] [region_id=8] [thread_id=104] [2024/05/06 22:08:32.039 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 22 store_id: 2 role: Learner } } }"] [index=9] [term=6] [peer_id=19] [region_id=10] [thread_id=103] [2024/05/06 22:08:32.040 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=19] [region_id=10] [thread_id=103] [2024/05/06 22:08:32.040 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 7 } peers { id: 22 store_id: 2 role: Learner }"] [original_region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 7 }"] [changes="[change_type: AddLearnerNode peer { id: 22 store_id: 2 role: Learner }]"] [peer_id=19] [region_id=10] [thread_id=103] [2024/05/06 22:08:32.040 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9, 18} }, outgoing: Configuration { voters: {} } }, learners: {21}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.040 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 25 store_id: 2 role: Learner } } }"] [index=10] [term=6] [peer_id=17] [region_id=3] [thread_id=104] [2024/05/06 22:08:32.040 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=17] [region_id=3] [thread_id=104] [2024/05/06 22:08:32.040 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 4 store_id: 1 } peers { id: 17 store_id: 7 } peers { id: 25 store_id: 2 role: Learner }"] [original_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 4 store_id: 1 } peers { id: 17 store_id: 7 }"] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 2 role: Learner }]"] [peer_id=17] [region_id=3] [thread_id=104] [2024/05/06 22:08:32.040 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 24 store_id: 2 role: Learner } } }"] [index=9] [term=6] [peer_id=16] [region_id=14] [thread_id=104] [2024/05/06 22:08:32.040 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=16] [region_id=14] [thread_id=104] [2024/05/06 22:08:32.040 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 16 store_id: 7 } peers { id: 24 store_id: 2 role: Learner }"] [original_region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 1 } peers { id: 16 store_id: 7 }"] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 2 role: Learner }]"] [peer_id=16] [region_id=14] [thread_id=104] [2024/05/06 22:08:32.040 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 11} }, outgoing: Configuration { voters: {} } }, learners: {22}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=10] [thread_id=101] [2024/05/06 22:08:32.041 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4, 17} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.041 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16, 15} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=16] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.041 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=13] [store_id=7] [peer_id=23] [region_id=12] [thread_id=101] [2024/05/06 22:08:32.041 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=12] [thread_id=101] [2024/05/06 22:08:32.041 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=23] [region_id=12] [thread_id=101] [2024/05/06 22:08:32.041 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=23] [region_id=12] [thread_id=101] [2024/05/06 22:08:32.041 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 23."] [id=23] [raft_id=23] [region_id=12] [thread_id=101] [2024/05/06 22:08:32.041 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 13"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=13] [raft_id=23] [region_id=12] [thread_id=101] [2024/05/06 22:08:32.041 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=23] [region_id=12] [thread_id=101] [2024/05/06 22:08:32.043 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=129] [2024/05/06 22:08:32.043 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_12_6_9_(default|lock|write).sst] [snap_key=12_6_9] [thread_id=129] [2024/05/06 22:08:32.045 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=1.60105ms] [snap_key=12_6_9] [thread_id=129] [2024/05/06 22:08:32.045 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=23] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.045 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 13} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.045 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=23] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.045 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=23] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.045 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=23] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.045 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 2 } peers { id: 23 store_id: 7 role: Learner }"] [peer_id=23] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.046 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 2 } peers { id: 23 store_id: 7 role: Learner }"] [peer_id=23] [region_id=12] [thread_id=101] [2024/05/06 22:08:32.046 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=23] [region_id=12] [thread_id=80] [2024/05/06 22:08:32.046 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:32.046 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=35.178µs] [region_id=12] [thread_id=80] [2024/05/06 22:08:32.047 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 22 store_id: 2 } } }"] [index=10] [term=6] [peer_id=19] [region_id=10] [thread_id=103] [2024/05/06 22:08:32.047 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=19] [region_id=10] [thread_id=103] [2024/05/06 22:08:32.047 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 7 } peers { id: 22 store_id: 2 }"] [original_region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 7 } peers { id: 22 store_id: 2 role: Learner }"] [changes="[peer { id: 22 store_id: 2 }]"] [peer_id=19] [region_id=10] [thread_id=103] [2024/05/06 22:08:32.047 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 7 } } }"] [index=10] [term=6] [peer_id=23] [region_id=12] [thread_id=104] [2024/05/06 22:08:32.047 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=23] [region_id=12] [thread_id=104] [2024/05/06 22:08:32.047 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 2 } peers { id: 23 store_id: 7 }"] [original_region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 2 } peers { id: 23 store_id: 7 role: Learner }"] [changes="[peer { id: 23 store_id: 7 }]"] [peer_id=23] [region_id=12] [thread_id=104] [2024/05/06 22:08:32.047 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 22, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.048 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 21 store_id: 2 } } }"] [index=10] [term=6] [peer_id=18] [region_id=8] [thread_id=103] [2024/05/06 22:08:32.048 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=18] [region_id=8] [thread_id=103] [2024/05/06 22:08:32.048 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 7 } peers { id: 21 store_id: 2 }"] [original_region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 7 } peers { id: 21 store_id: 2 role: Learner }"] [changes="[peer { id: 21 store_id: 2 }]"] [peer_id=18] [region_id=8] [thread_id=103] [2024/05/06 22:08:32.049 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 2 } } }"] [index=10] [term=6] [peer_id=16] [region_id=14] [thread_id=104] [2024/05/06 22:08:32.049 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 13, 23} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.049 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=16] [region_id=14] [thread_id=104] [2024/05/06 22:08:32.049 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 1 } peers { id: 16 store_id: 7 } peers { id: 24 store_id: 2 }"] [original_region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 16 store_id: 7 } peers { id: 24 store_id: 2 role: Learner }"] [changes="[peer { id: 24 store_id: 2 }]"] [peer_id=16] [region_id=14] [thread_id=104] [2024/05/06 22:08:32.049 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 2 } } }"] [index=11] [term=6] [peer_id=17] [region_id=3] [thread_id=104] [2024/05/06 22:08:32.049 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=17] [region_id=3] [thread_id=104] [2024/05/06 22:08:32.049 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 4 store_id: 1 } peers { id: 17 store_id: 7 } peers { id: 25 store_id: 2 }"] [original_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 4 store_id: 1 } peers { id: 17 store_id: 7 } peers { id: 25 store_id: 2 role: Learner }"] [changes="[peer { id: 25 store_id: 2 }]"] [peer_id=17] [region_id=3] [thread_id=104] [2024/05/06 22:08:32.050 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9, 18, 21} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=8] [thread_id=101] [2024/05/06 22:08:32.050 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16, 24, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=16] [region_id=14] [thread_id=101] [2024/05/06 22:08:32.050 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4, 17, 25} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=3] [thread_id=102] [2024/05/06 22:09:22.013 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=3_6_8] [peer_id=17] [region_id=3] [thread_id=102] [2024/05/06 22:09:22.013 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=8_6_7] [peer_id=18] [region_id=8] [thread_id=101] [2024/05/06 22:09:22.013 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=10_6_7] [peer_id=19] [region_id=10] [thread_id=102] [2024/05/06 22:09:22.013 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=12_6_9] [peer_id=23] [region_id=12] [thread_id=102] [2024/05/06 22:09:22.013 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=14_6_7] [peer_id=16] [region_id=14] [thread_id=101] [2024/05/06 22:09:22.013 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:22.013 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:22.013 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:22.013 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:22.013 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] ==> ./tikv3.log <== [2024/05/06 22:08:18.042 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:08:18.042 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:08:18.042 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:08:18.042 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:08:18.042 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:08:18.042 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:08:18.042 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:08:18.042 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:08:18.042 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:08:18.042 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:08:18.042 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:08:18.042 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={25, 56, 69, 18, 15, 28, 33, 13, 19, 57, 16, 27, 47, 17, 53, 59, 48, 32, 55, 65, 68, 71, 26, 70, 11, 24, 62, 64, 66, 49, 50, 12, 29, 61, 34, 30, 58, 0, 20, 14, 63, 67, 22, 54, 21, 60, 31, 23, 35, 51, 52, 36}"] [thread_id=1] [2024/05/06 22:08:18.042 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:08:18.042 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 4096, expect 32768"] [thread_id=1] [2024/05/06 22:08:18.042 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:08:18.042 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:08:18.044 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:18.044 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:08:18.045 +08:00] [INFO] [] ["subchannel 0x7f4a1084d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f4a108afaf8, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f4a10837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f4a108d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004498.045035251\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:08:18.045 +08:00] [INFO] [] ["subchannel 0x7f4a1084d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f4a108afaf8, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f4a10837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f4a108d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:18.045 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:18.045 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:18.045 +08:00] [INFO] [] ["subchannel 0x7f4a1084dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f4a108afaf8, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f4a10837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f4a108d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004498.045541361\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:08:18.045 +08:00] [INFO] [] ["subchannel 0x7f4a1084dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f4a108afaf8, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f4a10837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f4a108d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:18.045 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:18.045 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:18.045 +08:00] [INFO] [] ["subchannel 0x7f4a1084e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f4a108afaf8, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f4a10837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f4a108d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004498.045909029\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:08:18.045 +08:00] [INFO] [] ["subchannel 0x7f4a1084e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f4a108afaf8, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f4a10837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f4a108d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:18.046 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:18.046 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:08:18.347 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:20.348 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:20.348 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:21.587 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:21.889 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:21.890 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:21.891 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:21.891 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:21.892 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:21.893 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:21.893 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:08:21.893 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888244293737415] [thread_id=1] [2024/05/06 22:08:21.894 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:21.894 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:21.895 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20182] [thread_id=1] [2024/05/06 22:08:21.897 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:08:21.897 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63797/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63796/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63795/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63794/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63793/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63792/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63791/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63790/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63789/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/6117/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/247/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/246/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/245/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/244/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/243/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/242/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/241/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/314114/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/314114/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data] [thread_id=1] [2024/05/06 22:08:21.897 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data] [thread_id=1] [2024/05/06 22:08:21.897 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63797/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63796/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63795/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63794/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63793/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63792/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63791/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63790/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63789/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/6117/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/247/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/246/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/245/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/244/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/243/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/242/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/241/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/314114/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/314114/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft] [thread_id=1] [2024/05/06 22:08:21.898 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft] [thread_id=1] [2024/05/06 22:08:21.898 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv3.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20162\",\"advertise-addr\":\"127.0.0.1:20162\",\"status-addr\":\"127.0.0.1:20182\",\"advertise-status-addr\":\"127.0.0.1:20182\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:08:21.899 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:08:21.899 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=0ns] [thread_id=17] [2024/05/06 22:08:21.899 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=18] [2024/05/06 22:08:21.900 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=17] [2024/05/06 22:08:21.900 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:08:21.900 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=18] [2024/05/06 22:08:21.907 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:08:21.907 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:08:21.908 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 187.964µs"] [thread_id=1] [2024/05/06 22:08:21.982 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:08:21.984 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:08:21.984 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:08:21.984 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/log-backup-temp] [thread_id=1] [2024/05/06 22:08:21.985 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=74] [2024/05/06 22:08:21.985 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:08:21.985 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:08:21.985 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:08:21.985 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=73] [2024/05/06 22:08:21.985 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:08:21.985 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=74] [2024/05/06 22:08:21.992 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 5 region_epoch { conf_ver: 1 version: 1 } peers { id: 6 store_id: 2 }"] [store_id=2] [thread_id=1] [2024/05/06 22:08:21.997 +08:00] [INFO] [raft_server.rs:416] ["cluster is already bootstrapped"] [cluster_id=7365888244293737415] [thread_id=1] [2024/05/06 22:08:21.998 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 2 address: \"127.0.0.1:20162\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20162\" status_address: \"127.0.0.1:20182\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004501 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:08:22.002 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=2] [status=Some()] [thread_id=1] [2024/05/06 22:08:22.002 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:08:22.002 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=7] [thread_id=1] [2024/05/06 22:08:22.002 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=2] [thread_id=1] [2024/05/06 22:08:22.002 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=2] [thread_id=1] [2024/05/06 22:08:22.003 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:08:22.006 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:08:22.007 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=44.753µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=0] [store_id=2] [thread_id=1] [2024/05/06 22:08:22.007 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=37.72µs] [garbage_range_count=1] [store_id=2] [thread_id=1] [2024/05/06 22:08:22.009 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:08:22.009 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:08:22.009 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:08:22.013 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:08:22.013 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:08:22.013 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:08:22.015 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20162] [thread_id=1] [2024/05/06 22:08:22.015 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=18] [2024/05/06 22:08:22.016 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=18] [2024/05/06 22:08:22.020 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:32.011 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:32.021 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(1)] [thread_id=7] [2024/05/06 22:08:32.021 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=13] [store_id=2] [peer_id=20] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.021 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.021 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=20] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.021 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=20] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.021 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 20."] [id=20] [raft_id=20] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.021 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 13"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=13] [raft_id=20] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.021 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=20] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.023 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20160] [store_id=1] [thread_id=71] [2024/05/06 22:08:32.023 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=1] [addr=127.0.0.1:20160] [thread_id=71] [2024/05/06 22:08:32.023 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=1] [cost=711.137µs] [addr=127.0.0.1:20160] [store_id=1] [thread_id=71] [2024/05/06 22:08:32.027 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=132] [2024/05/06 22:08:32.027 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_12_6_7_(default|lock|write).sst] [snap_key=12_6_7] [thread_id=132] [2024/05/06 22:08:32.029 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=1.401454ms] [snap_key=12_6_7] [thread_id=132] [2024/05/06 22:08:32.029 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=20] [region_id=12] [thread_id=101] [2024/05/06 22:08:32.029 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {20}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=12] [thread_id=101] [2024/05/06 22:08:32.029 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=20] [region_id=12] [thread_id=101] [2024/05/06 22:08:32.029 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=20] [region_id=12] [thread_id=101] [2024/05/06 22:08:32.029 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=20] [region_id=12] [thread_id=101] [2024/05/06 22:08:32.029 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 2 role: Learner }"] [peer_id=20] [region_id=12] [thread_id=101] [2024/05/06 22:08:32.029 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 2 role: Learner }"] [peer_id=20] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.030 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=20] [region_id=12] [thread_id=80] [2024/05/06 22:08:32.030 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:32.030 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=69.14µs] [region_id=12] [thread_id=80] [2024/05/06 22:08:32.031 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 20 store_id: 2 } } }"] [index=8] [term=6] [peer_id=20] [region_id=12] [thread_id=103] [2024/05/06 22:08:32.031 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=20] [region_id=12] [thread_id=103] [2024/05/06 22:08:32.031 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 2 }"] [original_region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 2 role: Learner }"] [changes="[peer { id: 20 store_id: 2 }]"] [peer_id=20] [region_id=12] [thread_id=103] [2024/05/06 22:08:32.031 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 13} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=12] [thread_id=102] [2024/05/06 22:08:32.040 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 23 store_id: 7 role: Learner } } }"] [index=9] [term=6] [peer_id=20] [region_id=12] [thread_id=104] [2024/05/06 22:08:32.040 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=20] [region_id=12] [thread_id=104] [2024/05/06 22:08:32.040 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 2 } peers { id: 23 store_id: 7 role: Learner }"] [original_region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 7 role: Learner }]"] [peer_id=20] [region_id=12] [thread_id=104] [2024/05/06 22:08:32.040 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=9] [store_id=2] [peer_id=21] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.040 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.040 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=21] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.040 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=21] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.040 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 21."] [id=21] [raft_id=21] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.040 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 9"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=9] [raft_id=21] [region_id=8] [thread_id=101] [2024/05/06 22:08:32.040 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=21] [region_id=8] [thread_id=101] [2024/05/06 22:08:32.040 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 13} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=12] [thread_id=101] [2024/05/06 22:08:32.040 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=11] [store_id=2] [peer_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.040 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.040 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.040 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.040 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 22."] [id=22] [raft_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.040 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 11"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=11] [raft_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.040 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.041 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=4] [store_id=2] [peer_id=25] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.041 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.041 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=25] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.041 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=25] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.041 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 25."] [id=25] [raft_id=25] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.041 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 4"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=4] [raft_id=25] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.041 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=25] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.041 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=15] [store_id=2] [peer_id=24] [region_id=14] [thread_id=101] [2024/05/06 22:08:32.041 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=14] [thread_id=101] [2024/05/06 22:08:32.041 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=24] [region_id=14] [thread_id=101] [2024/05/06 22:08:32.041 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=24] [region_id=14] [thread_id=101] [2024/05/06 22:08:32.041 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 24."] [id=24] [raft_id=24] [region_id=14] [thread_id=101] [2024/05/06 22:08:32.041 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 15"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=15] [raft_id=24] [region_id=14] [thread_id=101] [2024/05/06 22:08:32.041 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=24] [region_id=14] [thread_id=101] [2024/05/06 22:08:32.042 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=132] [2024/05/06 22:08:32.042 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=131] [2024/05/06 22:08:32.042 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_8_6_9_(default|lock|write).sst] [snap_key=8_6_9] [thread_id=132] [2024/05/06 22:08:32.042 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_10_6_9_(default|lock|write).sst] [snap_key=10_6_9] [thread_id=131] [2024/05/06 22:08:32.043 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=130] [2024/05/06 22:08:32.043 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_14_6_9_(default|lock|write).sst] [snap_key=14_6_9] [thread_id=130] [2024/05/06 22:08:32.044 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=129] [2024/05/06 22:08:32.044 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_3_6_10_(default|lock|write).sst] [snap_key=3_6_10] [thread_id=129] [2024/05/06 22:08:32.044 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=1.784244ms] [snap_key=10_6_9] [thread_id=131] [2024/05/06 22:08:32.044 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=1.94571ms] [snap_key=8_6_9] [thread_id=132] [2024/05/06 22:08:32.044 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=22] [region_id=10] [thread_id=101] [2024/05/06 22:08:32.044 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 11} }, outgoing: Configuration { voters: {} } }, learners: {22}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=10] [thread_id=101] [2024/05/06 22:08:32.044 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=22] [region_id=10] [thread_id=101] [2024/05/06 22:08:32.044 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=22] [region_id=10] [thread_id=101] [2024/05/06 22:08:32.044 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=22] [region_id=10] [thread_id=101] [2024/05/06 22:08:32.044 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=21] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.044 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 7 } peers { id: 22 store_id: 2 role: Learner }"] [peer_id=22] [region_id=10] [thread_id=101] [2024/05/06 22:08:32.044 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9, 18} }, outgoing: Configuration { voters: {} } }, learners: {21}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.044 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=21] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.044 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=21] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.044 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=21] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.044 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 7 } peers { id: 21 store_id: 2 role: Learner }"] [peer_id=21] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.045 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=1.566624ms] [snap_key=14_6_9] [thread_id=130] [2024/05/06 22:08:32.045 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=24] [region_id=14] [thread_id=101] [2024/05/06 22:08:32.045 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16, 15} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=14] [thread_id=101] [2024/05/06 22:08:32.045 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=24] [region_id=14] [thread_id=101] [2024/05/06 22:08:32.045 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=24] [region_id=14] [thread_id=101] [2024/05/06 22:08:32.045 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=24] [region_id=14] [thread_id=101] [2024/05/06 22:08:32.045 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 16 store_id: 7 } peers { id: 24 store_id: 2 role: Learner }"] [peer_id=24] [region_id=14] [thread_id=101] [2024/05/06 22:08:32.045 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 7 } peers { id: 22 store_id: 2 role: Learner }"] [peer_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:32.045 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=22] [region_id=10] [thread_id=80] [2024/05/06 22:08:32.045 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:32.046 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=1.743314ms] [snap_key=3_6_10] [thread_id=129] [2024/05/06 22:08:32.046 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=490.081µs] [region_id=10] [thread_id=80] [2024/05/06 22:08:32.046 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 10, term: 6]"] [snapshot_term=6] [snapshot_index=10] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=25] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.046 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4, 17} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.046 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=10] [last_term=6] [last_index=10] [commit=10] [raft_id=25] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.046 +08:00] [INFO] [raft.rs:2549] ["[commit: 10, term: 6] restored snapshot [index: 10, term: 6]"] [snapshot_term=6] [snapshot_index=10] [commit=10] [term=6] [raft_id=25] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.046 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=25] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.046 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 10 truncated_state { index: 10 term: 6 }"] [region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 4 store_id: 1 } peers { id: 17 store_id: 7 } peers { id: 25 store_id: 2 role: Learner }"] [peer_id=25] [region_id=3] [thread_id=101] [2024/05/06 22:08:32.046 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 16 store_id: 7 } peers { id: 24 store_id: 2 role: Learner }"] [peer_id=24] [region_id=14] [thread_id=101] [2024/05/06 22:08:32.046 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=21] [region_id=8] [thread_id=80] [2024/05/06 22:08:32.046 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 7 } peers { id: 21 store_id: 2 role: Learner }"] [peer_id=21] [region_id=8] [thread_id=102] [2024/05/06 22:08:32.046 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:32.046 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=308.979µs] [region_id=8] [thread_id=80] [2024/05/06 22:08:32.046 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=24] [region_id=14] [thread_id=80] [2024/05/06 22:08:32.047 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:32.047 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=29.672µs] [region_id=14] [thread_id=80] [2024/05/06 22:08:32.047 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 4 store_id: 1 } peers { id: 17 store_id: 7 } peers { id: 25 store_id: 2 role: Learner }"] [peer_id=25] [region_id=3] [thread_id=102] [2024/05/06 22:08:32.047 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=25] [region_id=3] [thread_id=80] [2024/05/06 22:08:32.047 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:32.047 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=23.141µs] [region_id=3] [thread_id=80] [2024/05/06 22:08:32.047 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 22 store_id: 2 } } }"] [index=10] [term=6] [peer_id=22] [region_id=10] [thread_id=103] [2024/05/06 22:08:32.047 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=22] [region_id=10] [thread_id=103] [2024/05/06 22:08:32.047 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 7 } peers { id: 22 store_id: 2 }"] [original_region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 19 store_id: 7 } peers { id: 22 store_id: 2 role: Learner }"] [changes="[peer { id: 22 store_id: 2 }]"] [peer_id=22] [region_id=10] [thread_id=103] [2024/05/06 22:08:32.047 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 7 } } }"] [index=10] [term=6] [peer_id=20] [region_id=12] [thread_id=104] [2024/05/06 22:08:32.047 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=20] [region_id=12] [thread_id=104] [2024/05/06 22:08:32.047 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 2 } peers { id: 23 store_id: 7 }"] [original_region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 20 store_id: 2 } peers { id: 23 store_id: 7 role: Learner }"] [changes="[peer { id: 23 store_id: 7 }]"] [peer_id=20] [region_id=12] [thread_id=104] [2024/05/06 22:08:32.048 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 22, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=10] [thread_id=101] [2024/05/06 22:08:32.048 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 21 store_id: 2 } } }"] [index=10] [term=6] [peer_id=21] [region_id=8] [thread_id=103] [2024/05/06 22:08:32.048 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=21] [region_id=8] [thread_id=103] [2024/05/06 22:08:32.048 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 7 } peers { id: 21 store_id: 2 }"] [original_region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 1 } peers { id: 18 store_id: 7 } peers { id: 21 store_id: 2 role: Learner }"] [changes="[peer { id: 21 store_id: 2 }]"] [peer_id=21] [region_id=8] [thread_id=103] [2024/05/06 22:08:32.048 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 2 } } }"] [index=10] [term=6] [peer_id=24] [region_id=14] [thread_id=103] [2024/05/06 22:08:32.048 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=24] [region_id=14] [thread_id=103] [2024/05/06 22:08:32.048 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 1 } peers { id: 16 store_id: 7 } peers { id: 24 store_id: 2 }"] [original_region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 16 store_id: 7 } peers { id: 24 store_id: 2 role: Learner }"] [changes="[peer { id: 24 store_id: 2 }]"] [peer_id=24] [region_id=14] [thread_id=103] [2024/05/06 22:08:32.049 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 13, 23} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=12] [thread_id=101] [2024/05/06 22:08:32.049 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 2 } } }"] [index=11] [term=6] [peer_id=25] [region_id=3] [thread_id=104] [2024/05/06 22:08:32.049 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=25] [region_id=3] [thread_id=104] [2024/05/06 22:08:32.049 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 4 store_id: 1 } peers { id: 17 store_id: 7 } peers { id: 25 store_id: 2 }"] [original_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 4 store_id: 1 } peers { id: 17 store_id: 7 } peers { id: 25 store_id: 2 role: Learner }"] [changes="[peer { id: 25 store_id: 2 }]"] [peer_id=25] [region_id=3] [thread_id=104] [2024/05/06 22:08:32.050 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9, 18, 21} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=8] [thread_id=101] [2024/05/06 22:08:32.050 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16, 24, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=14] [thread_id=102] [2024/05/06 22:08:32.050 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4, 17, 25} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=3] [thread_id=101] [2024/05/06 22:09:22.013 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=3_6_10] [peer_id=25] [region_id=3] [thread_id=102] [2024/05/06 22:09:22.013 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=8_6_9] [peer_id=21] [region_id=8] [thread_id=101] [2024/05/06 22:09:22.013 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=10_6_9] [peer_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:09:22.013 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=12_6_7] [peer_id=20] [region_id=12] [thread_id=101] [2024/05/06 22:09:22.013 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=14_6_9] [peer_id=24] [region_id=14] [thread_id=102] [2024/05/06 22:09:22.013 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:22.013 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:22.014 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:22.014 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:22.014 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] + find . -name '*.out' -type f -exec tail -n 500 '{}' + [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] archiveArtifacts Archiving artifacts + find . -name 'pd*.log' -type f -exec tail -n 500 '{}' + ==> ./pd1.log <== [2024/05/06 22:08:19.486 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:08:19.486 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:08:19.486 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:08:19.486 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:08:19.486 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:08:19.486 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:08:19.486 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:08:19.486 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:08:19.486 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2379\",\"peer-urls\":\"http://127.0.0.1:2380\",\"advertise-client-urls\":\"http://127.0.0.1:2379\",\"advertise-peer-urls\":\"http://127.0.0.1:2380\",\"name\":\"pd-0\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-0/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-0\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:08:19.492 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:08:19.492 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:08:19.492 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:08:19.492 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:08:19.494 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:08:19.494 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:08:19.494 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-0] [service-name=MetaStorage] [2024/05/06 22:08:19.494 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:08:19.494 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-0] [service-name=ResourceManager] [2024/05/06 22:08:19.494 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:08:19.494 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:19.494 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:08:19.494 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2379]"] [2024/05/06 22:08:19.494 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:08:19.494 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=52] [max-cpu-available=52] [member-initialized=false] [name=pd-0] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2380]"] [listen-peer-urls="[http://127.0.0.1:2380]"] [advertise-client-urls="[http://127.0.0.1:2379]"] [listen-client-urls="[http://127.0.0.1:2379]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:08:19.494 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:08:19.495 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap/db] [took=354.919µs] [2024/05/06 22:08:19.501 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=3037d9ad26fb2231] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:08:19.501 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=()"] [2024/05/06 22:08:19.501 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 0"] [2024/05/06 22:08:19.501 +08:00] [INFO] [raft.go:389] ["newRaft 3037d9ad26fb2231 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:08:19.501 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 1"] [2024/05/06 22:08:19.501 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:08:19.501 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:08:19.501 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:19.502 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:08:19.502 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:08:19.502 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:19.502 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:19.502 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:19.503 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:19.503 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:19.504 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [remote-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:19.503 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:19.504 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:19.504 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:19.504 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:19.504 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:19.504 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:19.504 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:19.504 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:19.505 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:19.505 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:19.505 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:19.505 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [remote-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:19.505 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:19.505 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=3037d9ad26fb2231] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:08:19.505 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:08:19.505 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:08:19.505 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:08:19.506 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:08:19.506 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:19.506 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:19.506 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:19.506 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:19.506 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:19.506 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:19.507 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=3037d9ad26fb2231] [initial-advertise-peer-urls="[http://127.0.0.1:2380]"] [listen-peer-urls="[http://127.0.0.1:2380]"] [advertise-client-urls="[http://127.0.0.1:2379]"] [listen-client-urls="[http://127.0.0.1:2379]"] [listen-metrics-urls="[]"] [2024/05/06 22:08:19.507 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2380] [2024/05/06 22:08:19.507 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream Message"] [2024/05/06 22:08:19.507 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:19.507 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:19.507 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:19.512 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream Message"] [2024/05/06 22:08:19.512 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=385a3ea8295f6f18] [2024/05/06 22:08:19.512 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:19.512 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:19.512 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:19.514 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:19.514 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:19.555 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=3037d9ad26fb2231] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:08:20.995 +08:00] [INFO] [raft.go:966] ["3037d9ad26fb2231 [logterm: 1, index: 3, vote: 0] cast MsgPreVote for 1f01bdf364b8beaa [logterm: 1, index: 3] at term 1"] [2024/05/06 22:08:20.995 +08:00] [INFO] [raft.go:865] ["3037d9ad26fb2231 [term: 1] received a MsgVote message with higher term from 1f01bdf364b8beaa [term: 2]"] [2024/05/06 22:08:20.995 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 2"] [2024/05/06 22:08:20.995 +08:00] [INFO] [raft.go:966] ["3037d9ad26fb2231 [logterm: 1, index: 3, vote: 0] cast MsgVote for 1f01bdf364b8beaa [logterm: 1, index: 3] at term 2"] [2024/05/06 22:08:20.996 +08:00] [INFO] [node.go:327] ["raft.node: 3037d9ad26fb2231 elected leader 1f01bdf364b8beaa at term 2"] [2024/05/06 22:08:20.996 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=3037d9ad26fb2231] [local-member-attributes="{Name:pd-0 ClientURLs:[http://127.0.0.1:2379]}"] [request-path=/0/members/3037d9ad26fb2231/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:08:20.996 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:08:20.997 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-0] [service-name=ResourceManager] [2024/05/06 22:08:20.997 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-0] [service-name=MetaStorage] [2024/05/06 22:08:20.997 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2379] [2024/05/06 22:08:20.997 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [cluster-version=3.4] [2024/05/06 22:08:20.997 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:08:21.002 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888242045112408] [2024/05/06 22:08:21.002 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-0\" member_id:3474484975246189105 peer_urls:\"http://127.0.0.1:2380\" client_urls:\"http://127.0.0.1:2379\" "] [root-path=/pd/7365888242045112408] [2024/05/06 22:08:21.006 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:08:21.008 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=3474484975246189105] [2024/05/06 22:08:21.009 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:08:21.010 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:08:21.010 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-0] [2024/05/06 22:08:21.010 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-0] [2024/05/06 22:08:21.010 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:08:21.010 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:08:21.011 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:08:21.012 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:08:21.012 +08:00] [INFO] [server.go:1662] ["start to watch pd leader"] [pd-leader="name:\"pd-1\" member_id:2234275743217008298 peer_urls:\"http://127.0.0.1:2381\" client_urls:\"http://127.0.0.1:2382\" "] [2024/05/06 22:08:21.012 +08:00] [INFO] [client.go:104] ["region syncer start load region"] [2024/05/06 22:08:21.012 +08:00] [INFO] [client.go:107] ["region syncer finished load regions"] [time-cost=231.181µs] [2024/05/06 22:08:21.012 +08:00] [INFO] [leadership.go:317] ["watch channel is created"] [revision=12] [leader-key=/pd/7365888242045112408/leader] [purpose="leader election"] [2024/05/06 22:08:21.013 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-0] [leader=pd-1] [request-index=0] [2024/05/06 22:08:21.013 +08:00] [ERROR] [client.go:162] ["region sync with leader meet error"] [error="[PD:grpc:ErrGRPCRecv]receive response error: rpc error: code = Unavailable desc = server not started"] [2024/05/06 22:08:22.013 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-0] [leader=pd-1] [request-index=0] [2024/05/06 22:08:30.999 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2379]"] [endpoints="[http://127.0.0.1:2382,http://127.0.0.1:2384,http://127.0.0.1:2379]"] [source=server-etcd-client] [2024/05/06 22:08:30.999 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2379]"] [endpoints="[http://127.0.0.1:2382,http://127.0.0.1:2379,http://127.0.0.1:2384]"] [source=election-etcd-client] ==> ./pd2.log <== [2024/05/06 22:08:19.485 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:08:19.485 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:08:19.485 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:08:19.485 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:08:19.485 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:08:19.485 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:08:19.485 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:08:19.485 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:08:19.485 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2382\",\"peer-urls\":\"http://127.0.0.1:2381\",\"advertise-client-urls\":\"http://127.0.0.1:2382\",\"advertise-peer-urls\":\"http://127.0.0.1:2381\",\"name\":\"pd-1\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-1/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-1\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:08:19.489 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:08:19.489 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:08:19.489 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:08:19.489 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:08:19.491 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:08:19.491 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:08:19.491 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-1] [service-name=MetaStorage] [2024/05/06 22:08:19.491 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:08:19.491 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-1] [service-name=ResourceManager] [2024/05/06 22:08:19.491 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:08:19.491 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:19.491 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:08:19.491 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2382]"] [2024/05/06 22:08:19.491 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:08:19.491 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=52] [max-cpu-available=52] [member-initialized=false] [name=pd-1] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2381]"] [listen-peer-urls="[http://127.0.0.1:2381]"] [advertise-client-urls="[http://127.0.0.1:2382]"] [listen-client-urls="[http://127.0.0.1:2382]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:08:19.491 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:08:19.492 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap/db] [took=518.085µs] [2024/05/06 22:08:19.494 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=1f01bdf364b8beaa] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:08:19.494 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=()"] [2024/05/06 22:08:19.494 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 0"] [2024/05/06 22:08:19.494 +08:00] [INFO] [raft.go:389] ["newRaft 1f01bdf364b8beaa [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:08:19.494 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 1"] [2024/05/06 22:08:19.494 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:08:19.494 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:08:19.494 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:19.495 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:08:19.495 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:08:19.496 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:19.496 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:19.496 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:19.497 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:19.497 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:19.497 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:19.497 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [remote-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:19.497 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:19.497 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:19.497 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:19.497 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:19.497 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:19.497 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:19.497 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [remote-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:19.497 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:19.497 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=1f01bdf364b8beaa] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:08:19.497 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:19.497 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:08:19.497 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:08:19.497 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:08:19.497 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:08:19.497 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:19.497 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:19.497 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:19.497 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:19.498 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:19.498 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:19.500 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2381] [2024/05/06 22:08:19.500 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=1f01bdf364b8beaa] [initial-advertise-peer-urls="[http://127.0.0.1:2381]"] [listen-peer-urls="[http://127.0.0.1:2381]"] [advertise-client-urls="[http://127.0.0.1:2382]"] [listen-client-urls="[http://127.0.0.1:2382]"] [listen-metrics-urls="[]"] [2024/05/06 22:08:19.504 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream Message"] [2024/05/06 22:08:19.504 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=3037d9ad26fb2231] [2024/05/06 22:08:19.504 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:19.505 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:19.505 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:19.507 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:19.507 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:19.510 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:19.510 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=385a3ea8295f6f18] [2024/05/06 22:08:19.510 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:19.511 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream Message"] [2024/05/06 22:08:19.511 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:19.514 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:19.514 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:19.548 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=1f01bdf364b8beaa] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:08:20.995 +08:00] [INFO] [raft.go:929] ["1f01bdf364b8beaa is starting a new election at term 1"] [2024/05/06 22:08:20.995 +08:00] [INFO] [raft.go:735] ["1f01bdf364b8beaa became pre-candidate at term 1"] [2024/05/06 22:08:20.995 +08:00] [INFO] [raft.go:830] ["1f01bdf364b8beaa received MsgPreVoteResp from 1f01bdf364b8beaa at term 1"] [2024/05/06 22:08:20.995 +08:00] [INFO] [raft.go:817] ["1f01bdf364b8beaa [logterm: 1, index: 3] sent MsgPreVote request to 3037d9ad26fb2231 at term 1"] [2024/05/06 22:08:20.995 +08:00] [INFO] [raft.go:817] ["1f01bdf364b8beaa [logterm: 1, index: 3] sent MsgPreVote request to 385a3ea8295f6f18 at term 1"] [2024/05/06 22:08:20.995 +08:00] [INFO] [raft.go:830] ["1f01bdf364b8beaa received MsgPreVoteResp from 3037d9ad26fb2231 at term 1"] [2024/05/06 22:08:20.995 +08:00] [INFO] [raft.go:1295] ["1f01bdf364b8beaa has received 2 MsgPreVoteResp votes and 0 vote rejections"] [2024/05/06 22:08:20.995 +08:00] [INFO] [raft.go:719] ["1f01bdf364b8beaa became candidate at term 2"] [2024/05/06 22:08:20.995 +08:00] [INFO] [raft.go:830] ["1f01bdf364b8beaa received MsgVoteResp from 1f01bdf364b8beaa at term 2"] [2024/05/06 22:08:20.995 +08:00] [INFO] [raft.go:817] ["1f01bdf364b8beaa [logterm: 1, index: 3] sent MsgVote request to 3037d9ad26fb2231 at term 2"] [2024/05/06 22:08:20.995 +08:00] [INFO] [raft.go:817] ["1f01bdf364b8beaa [logterm: 1, index: 3] sent MsgVote request to 385a3ea8295f6f18 at term 2"] [2024/05/06 22:08:20.996 +08:00] [INFO] [raft.go:830] ["1f01bdf364b8beaa received MsgVoteResp from 3037d9ad26fb2231 at term 2"] [2024/05/06 22:08:20.996 +08:00] [INFO] [raft.go:1295] ["1f01bdf364b8beaa has received 2 MsgVoteResp votes and 0 vote rejections"] [2024/05/06 22:08:20.996 +08:00] [INFO] [raft.go:771] ["1f01bdf364b8beaa became leader at term 2"] [2024/05/06 22:08:20.996 +08:00] [INFO] [node.go:327] ["raft.node: 1f01bdf364b8beaa elected leader 1f01bdf364b8beaa at term 2"] [2024/05/06 22:08:20.996 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=1f01bdf364b8beaa] [local-member-attributes="{Name:pd-1 ClientURLs:[http://127.0.0.1:2382]}"] [request-path=/0/members/1f01bdf364b8beaa/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:08:20.996 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:08:20.997 +08:00] [INFO] [server.go:2639] ["setting up initial cluster version"] [cluster-version=3.4] [2024/05/06 22:08:20.997 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-1] [service-name=MetaStorage] [2024/05/06 22:08:20.997 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-1] [service-name=ResourceManager] [2024/05/06 22:08:20.997 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2382] [2024/05/06 22:08:20.997 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [cluster-version=3.4] [2024/05/06 22:08:20.997 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:08:20.997 +08:00] [INFO] [server.go:2671] ["cluster version is updated"] [cluster-version=3.4] [2024/05/06 22:08:21.000 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888242045112408] [2024/05/06 22:08:21.000 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-1\" member_id:2234275743217008298 peer_urls:\"http://127.0.0.1:2381\" client_urls:\"http://127.0.0.1:2382\" "] [root-path=/pd/7365888242045112408] [2024/05/06 22:08:21.004 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:08:21.004 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=2234275743217008298] [2024/05/06 22:08:21.005 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:08:21.006 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:08:21.006 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-1] [2024/05/06 22:08:21.006 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-1] [2024/05/06 22:08:21.007 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:08:21.008 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:08:21.008 +08:00] [INFO] [server.go:1703] ["start to campaign PD leader"] [campaign-leader-name=pd-1] [2024/05/06 22:08:21.009 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:08:21.009 +08:00] [INFO] [lease.go:66] ["lease granted"] [lease-id=4515579142567503373] [lease-timeout=3] [purpose="leader election"] [2024/05/06 22:08:21.010 +08:00] [INFO] [leadership.go:181] ["check campaign resp"] [resp="{\"header\":{\"cluster_id\":17849374191125529693,\"member_id\":2234275743217008298,\"revision\":12,\"raft_term\":2},\"succeeded\":true,\"responses\":[{\"Response\":{\"ResponsePut\":{\"header\":{\"revision\":12}}}}]}"] [2024/05/06 22:08:21.010 +08:00] [INFO] [leadership.go:190] ["write leaderData to leaderPath ok"] [leader-key=/pd/7365888242045112408/leader] [purpose="leader election"] [2024/05/06 22:08:21.010 +08:00] [INFO] [server.go:1729] ["campaign PD leader ok"] [campaign-leader-name=pd-1] [2024/05/06 22:08:21.010 +08:00] [INFO] [server.go:1737] ["initializing the global TSO allocator"] [2024/05/06 22:08:21.010 +08:00] [INFO] [tso.go:160] ["start to sync timestamp"] [] [2024/05/06 22:08:21.010 +08:00] [INFO] [lease.go:155] ["start lease keep alive worker"] [interval=1s] [purpose="leader election"] [2024/05/06 22:08:21.011 +08:00] [INFO] [tso.go:220] ["sync and save timestamp"] [] [last=0001/01/01 00:00:00.000 +00:00] [last-saved=0001/01/01 00:00:00.000 +00:00] [save=2024/05/06 22:08:24.011 +08:00] [next=2024/05/06 22:08:21.011 +08:00] [2024/05/06 22:08:21.012 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:08:21.013 +08:00] [INFO] [server.go:1769] ["triggering the leader callback functions"] [2024/05/06 22:08:21.013 +08:00] [ERROR] [manager.go:124] ["un-marshall controller config failed, fallback to default"] [error="unexpected end of JSON input"] [v=] [2024/05/06 22:08:21.015 +08:00] [INFO] [manager.go:185] ["resource group manager finishes initialization"] [2024/05/06 22:08:21.019 +08:00] [INFO] [id.go:174] ["idAllocator allocates a new id"] [new-end=1000] [new-base=0] [label=idalloc] [check-curr-end=true] [2024/05/06 22:08:21.019 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=0.0.0] [2024/05/06 22:08:21.019 +08:00] [INFO] [server.go:1803] ["PD leader is ready to serve"] [leader-name=pd-1] [2024/05/06 22:08:21.311 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:08:21.311 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:08:21.311 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:08:21.382 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:08:21.382 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:08:21.384 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:08:21.384 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:08:21.385 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:08:21.385 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:08:21.389 +08:00] [INFO] [server.go:712] ["try to bootstrap raft cluster"] [cluster-id=7365888242045112408] [request="header: store: region: peers: > "] [2024/05/06 22:08:21.390 +08:00] [INFO] [server.go:773] ["bootstrap cluster ok"] [cluster-id=7365888242045112408] [2024/05/06 22:08:21.393 +08:00] [INFO] [cluster.go:643] ["load stores"] [count=1] [cost=724.577µs] [2024/05/06 22:08:21.393 +08:00] [INFO] [cluster.go:654] ["load regions"] [count=1] [cost=193.409µs] [2024/05/06 22:08:21.394 +08:00] [INFO] [scheduling_controller.go:102] ["scheduling service is started"] [2024/05/06 22:08:21.394 +08:00] [INFO] [coordinator.go:407] ["coordinator starts to collect cluster information"] [2024/05/06 22:08:21.394 +08:00] [INFO] [cluster.go:416] ["memory info"] [total-mem=34359738368] [2024/05/06 22:08:21.394 +08:00] [INFO] [tuner.go:117] ["new gctuner"] [threshold=20615843020] [2024/05/06 22:08:21.394 +08:00] [INFO] [cluster.go:429] ["update gc tuner"] [enable-gc-tuner=false] [gc-threshold-bytes=20615843020] [2024/05/06 22:08:21.394 +08:00] [INFO] [memory_limit_tuner.go:50] [debug.SetMemoryLimit] [limit=9223372036854775807] [ret=9223372036854775807] [2024/05/06 22:08:21.394 +08:00] [INFO] [cluster.go:436] ["update gc memory limit"] [memory-limit-bytes=0] [memory-limit-gc-trigger-ratio=0.7] [2024/05/06 22:08:21.394 +08:00] [INFO] [keyspace.go:378] ["[keyspace] added region label for keyspace"] [keyspace-id=0] [label-rule="{\"id\":\"keyspaces/0\",\"index\":0,\"labels\":[{\"key\":\"id\",\"value\":\"0\"}],\"rule_type\":\"key-range\",\"data\":[{\"start_key\":\"7200000000000000fb\",\"end_key\":\"7200000100000000fb\"},{\"start_key\":\"7800000000000000fb\",\"end_key\":\"7800000100000000fb\"}]}"] [takes=473.925µs] [2024/05/06 22:08:21.396 +08:00] [INFO] [cluster.go:2180] ["cluster version changed"] [old-cluster-version=0.0.0] [new-cluster-version=8.2.0-alpha] [2024/05/06 22:08:21.397 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=2] [2024/05/06 22:08:21.397 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:2 address:\"127.0.0.1:20162\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20162\" status_address:\"127.0.0.1:20182\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004501 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:08:21.397 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:08:21.398 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=5] [2024/05/06 22:08:21.398 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:5 address:\"127.0.0.1:20161\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20161\" status_address:\"127.0.0.1:20181\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004501 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:08:21.398 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:08:21.399 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=1] [2024/05/06 22:08:21.399 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:1 address:\"127.0.0.1:20160\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20160\" status_address:\"127.0.0.1:20180\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004501 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:08:21.399 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:08:22.008 +08:00] [INFO] [server.go:1317] ["PD server config is updated"] [new="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"http://127.0.0.1:2382\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [old="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [2024/05/06 22:08:22.013 +08:00] [INFO] [server.go:211] ["establish sync region stream"] [requested-server=pd-0] [url=http://127.0.0.1:2379] [2024/05/06 22:08:22.013 +08:00] [INFO] [server.go:303] ["sync the history regions with server"] [server=pd-0] [from-index=0] [last-index=1] [records-length=1] [2024/05/06 22:08:22.013 +08:00] [INFO] [server.go:211] ["establish sync region stream"] [requested-server=pd-2] [url=http://127.0.0.1:2384] [2024/05/06 22:08:22.013 +08:00] [INFO] [server.go:303] ["sync the history regions with server"] [server=pd-2] [from-index=0] [last-index=1] [records-length=1] [2024/05/06 22:08:23.134 +08:00] [INFO] [dbstore.go:33] ["Dashboard initializing local storage file"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/dashboard.sqlite.db] [2024/05/06 22:08:23.145 +08:00] [INFO] [version.go:33] ["TiDB Dashboard started"] [internal-version=8.0.0-9768844f] [standalone=No] [pd-version=v8.2.0-alpha-15-gf83febabe] [build-time="2024-05-06 08:48:58"] [build-git-hash=9768844ff5d7] [2024/05/06 22:08:23.145 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:42245] [remotes="[]"] [2024/05/06 22:08:23.145 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:39693] [remotes="[]"] [2024/05/06 22:08:23.145 +08:00] [INFO] [manager.go:201] ["dashboard server is started"] [2024/05/06 22:08:23.146 +08:00] [WARN] [dynamic_config_manager.go:165] ["Dynamic config does not exist in etcd"] [2024/05/06 22:08:23.149 +08:00] [INFO] [manager.go:74] ["Key visual service is started"] [2024/05/06 22:08:24.394 +08:00] [INFO] [prepare_checker.go:72] ["not loaded from storage region number is satisfied, finish prepare checker"] [not-from-storage-region=1] [total-region=1] [2024/05/06 22:08:24.394 +08:00] [INFO] [coordinator.go:410] ["coordinator has finished cluster information preparation"] [2024/05/06 22:08:24.394 +08:00] [INFO] [coordinator.go:420] ["coordinator starts to run schedulers"] [2024/05/06 22:08:24.395 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:24.396 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-leader-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:24.396 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-hot-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:24.397 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=evict-slow-store-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:24.398 +08:00] [INFO] [coordinator.go:536] ["scheduler config is updated"] [scheduler-config="[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}]"] [2024/05/06 22:08:24.398 +08:00] [INFO] [coordinator.go:164] ["coordinator starts patrol regions"] [2024/05/06 22:08:24.398 +08:00] [INFO] [coordinator.go:340] ["coordinator begins to actively drive push operator"] [2024/05/06 22:08:24.398 +08:00] [INFO] [coordinator.go:276] ["coordinator begins to check suspect key ranges"] [2024/05/06 22:08:24.409 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=3] [operator="\"labeler-split-region {split: region 3 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:3(1, 1), createAt:2024-05-06 22:08:24.40904506 +0800 CST m=+4.963293103, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:08:24.409 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=3] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:08:24.409 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=10] [peer-ids="[11]"] [2024/05/06 22:08:24.409 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=12] [peer-ids="[13]"] [2024/05/06 22:08:24.409 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=14] [peer-ids="[15]"] [2024/05/06 22:08:24.409 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16] [peer-ids="[17]"] [2024/05/06 22:08:24.410 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=3] [detail="StartKey Changed:{} -> {7800000100000000FB}, EndKey:{}"] [old-version=1] [new-version=5] [2024/05/06 22:08:24.410 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=3] [takes=1.584902ms] [operator="\"labeler-split-region {split: region 3 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:3(1, 1), createAt:2024-05-06 22:08:24.40904506 +0800 CST m=+4.963293103, startAt:2024-05-06 22:08:24.409155828 +0800 CST m=+4.963403870, currentStep:1, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:08:24.410 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=3] [origin="id:10 end_key:\"7200000000000000FB\" region_epoch: peers: id:12 start_key:\"7200000000000000FB\" end_key:\"7200000100000000FB\" region_epoch: peers: id:14 start_key:\"7200000100000000FB\" end_key:\"7800000000000000FB\" region_epoch: peers: id:16 start_key:\"7800000000000000FB\" end_key:\"7800000100000000FB\" region_epoch: peers:"] [total=4] [2024/05/06 22:08:25.397 +08:00] [INFO] [hot_region_config.go:490] ["query supported changed"] [last-query-support=false] [cluster-version=8.2.0-alpha] [config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"query\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"query\",\"byte\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"forbid-rw-type\":\"none\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [valid-config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"key\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"byte\",\"key\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [2024/05/06 22:08:30.999 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2382]"] [endpoints="[http://127.0.0.1:2382,http://127.0.0.1:2384,http://127.0.0.1:2379]"] [source=server-etcd-client] [2024/05/06 22:08:30.999 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2382]"] [endpoints="[http://127.0.0.1:2382,http://127.0.0.1:2384,http://127.0.0.1:2379]"] [source=election-etcd-client] [2024/05/06 22:08:31.395 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=1] [store-address=127.0.0.1:20160] [2024/05/06 22:08:31.396 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=2] [store-address=127.0.0.1:20162] [2024/05/06 22:08:31.397 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=5] [store-address=127.0.0.1:20161] [2024/05/06 22:08:31.415 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=10] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:10(5, 1), createAt:2024-05-06 22:08:31.415319066 +0800 CST m=+11.969567109, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 18 on store 2}, 1:{promote learner peer 18 on store 2 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:31.415 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 18 on store 2"] [source=create] [2024/05/06 22:08:31.415 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=12] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:12(5, 1), createAt:2024-05-06 22:08:31.415537521 +0800 CST m=+11.969785565, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 19 on store 2}, 1:{promote learner peer 19 on store 2 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:31.415 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 19 on store 2"] [source=create] [2024/05/06 22:08:31.415 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:14(5, 1), createAt:2024-05-06 22:08:31.415630282 +0800 CST m=+11.969878325, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 20 on store 2}, 1:{promote learner peer 20 on store 2 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:31.415 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 20 on store 2"] [source=create] [2024/05/06 22:08:31.415 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=16] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:16(5, 1), createAt:2024-05-06 22:08:31.41573279 +0800 CST m=+11.969980832, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 21 on store 2}, 1:{promote learner peer 21 on store 2 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:31.415 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 21 on store 2"] [source=create] [2024/05/06 22:08:31.415 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=3] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:3(5, 1), createAt:2024-05-06 22:08:31.415831836 +0800 CST m=+11.970079878, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{add learner peer 22 on store 2}, 1:{promote learner peer 22 on store 2 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:31.415 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=3] [step="add learner peer 22 on store 2"] [source=create] [2024/05/06 22:08:31.416 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 20 on store 2"] [source=heartbeat] [2024/05/06 22:08:31.416 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Add peer:{id:20 store_id:2 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:31.416 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 18 on store 2"] [source=heartbeat] [2024/05/06 22:08:31.416 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Add peer:{id:18 store_id:2 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:31.417 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 19 on store 2"] [source=heartbeat] [2024/05/06 22:08:31.417 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Add peer:{id:19 store_id:2 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:31.417 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 21 on store 2"] [source=heartbeat] [2024/05/06 22:08:31.417 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=3] [step="add learner peer 22 on store 2"] [source=heartbeat] [2024/05/06 22:08:31.417 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Add peer:{id:21 store_id:2 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:31.417 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=3] [detail="Add peer:{id:22 store_id:2 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:31.425 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="promote learner peer 20 on store 2 to voter"] [source=heartbeat] [2024/05/06 22:08:31.425 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="promote learner peer 19 on store 2 to voter"] [source=heartbeat] [2024/05/06 22:08:31.425 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=3] [step="promote learner peer 22 on store 2 to voter"] [source=heartbeat] [2024/05/06 22:08:31.425 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="promote learner peer 18 on store 2 to voter"] [source=heartbeat] [2024/05/06 22:08:31.425 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="promote learner peer 21 on store 2 to voter"] [source=heartbeat] [2024/05/06 22:08:31.425 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Remove peer:{id:19 store_id:2 role:Learner },Add peer:{id:19 store_id:2 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:31.425 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=12] [takes=10.399123ms] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:12(5, 1), createAt:2024-05-06 22:08:31.415537521 +0800 CST m=+11.969785565, startAt:2024-05-06 22:08:31.41556959 +0800 CST m=+11.969817633, currentStep:2, size:1, steps:[0:{add learner peer 19 on store 2}, 1:{promote learner peer 19 on store 2 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:31.426 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Remove peer:{id:20 store_id:2 role:Learner },Add peer:{id:20 store_id:2 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:31.426 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=10.53026ms] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:14(5, 1), createAt:2024-05-06 22:08:31.415630282 +0800 CST m=+11.969878325, startAt:2024-05-06 22:08:31.415662382 +0800 CST m=+11.969910426, currentStep:2, size:1, steps:[0:{add learner peer 20 on store 2}, 1:{promote learner peer 20 on store 2 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:31.426 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=3] [detail="Remove peer:{id:22 store_id:2 role:Learner },Add peer:{id:22 store_id:2 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:31.426 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=3] [takes=10.508461ms] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:3(5, 1), createAt:2024-05-06 22:08:31.415831836 +0800 CST m=+11.970079878, startAt:2024-05-06 22:08:31.415867947 +0800 CST m=+11.970115990, currentStep:2, size:0, steps:[0:{add learner peer 22 on store 2}, 1:{promote learner peer 22 on store 2 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:31.426 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Remove peer:{id:18 store_id:2 role:Learner },Add peer:{id:18 store_id:2 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:31.426 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=10] [takes=11.012069ms] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:10(5, 1), createAt:2024-05-06 22:08:31.415319066 +0800 CST m=+11.969567109, startAt:2024-05-06 22:08:31.415454714 +0800 CST m=+11.969702757, currentStep:2, size:1, steps:[0:{add learner peer 18 on store 2}, 1:{promote learner peer 18 on store 2 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:31.426 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Remove peer:{id:21 store_id:2 role:Learner },Add peer:{id:21 store_id:2 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:31.426 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=16] [takes=10.819021ms] [operator="\"add-rule-peer {add peer: store [2]} (kind:replica,region, region:16(5, 1), createAt:2024-05-06 22:08:31.41573279 +0800 CST m=+11.969980832, startAt:2024-05-06 22:08:31.415773433 +0800 CST m=+11.970021482, currentStep:2, size:1, steps:[0:{add learner peer 21 on store 2}, 1:{promote learner peer 21 on store 2 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:31.436 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=10] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:10(5, 3), createAt:2024-05-06 22:08:31.436066739 +0800 CST m=+11.990314783, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 23 on store 5}, 1:{promote learner peer 23 on store 5 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:31.436 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 23 on store 5"] [source=create] [2024/05/06 22:08:31.436 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=12] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:12(5, 3), createAt:2024-05-06 22:08:31.436172781 +0800 CST m=+11.990420823, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 24 on store 5}, 1:{promote learner peer 24 on store 5 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:31.436 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 24 on store 5"] [source=create] [2024/05/06 22:08:31.436 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:14(5, 3), createAt:2024-05-06 22:08:31.436256203 +0800 CST m=+11.990504247, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 25 on store 5}, 1:{promote learner peer 25 on store 5 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:31.436 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 25 on store 5"] [source=create] [2024/05/06 22:08:31.436 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=16] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:16(5, 3), createAt:2024-05-06 22:08:31.436355015 +0800 CST m=+11.990603059, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 26 on store 5}, 1:{promote learner peer 26 on store 5 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:31.436 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 26 on store 5"] [source=create] [2024/05/06 22:08:31.436 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=3] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:3(5, 3), createAt:2024-05-06 22:08:31.436436472 +0800 CST m=+11.990684515, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 27 on store 5}, 1:{promote learner peer 27 on store 5 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:31.436 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=3] [step="add learner peer 27 on store 5"] [source=create] [2024/05/06 22:08:31.436 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 24 on store 5"] [source=heartbeat] [2024/05/06 22:08:31.436 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Add peer:{id:24 store_id:5 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:31.436 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 23 on store 5"] [source=heartbeat] [2024/05/06 22:08:31.437 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Add peer:{id:23 store_id:5 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:31.437 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 26 on store 5"] [source=heartbeat] [2024/05/06 22:08:31.437 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=3] [step="add learner peer 27 on store 5"] [source=heartbeat] [2024/05/06 22:08:31.437 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Add peer:{id:26 store_id:5 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:31.437 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 25 on store 5"] [source=heartbeat] [2024/05/06 22:08:31.437 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=3] [detail="Add peer:{id:27 store_id:5 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:31.437 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Add peer:{id:25 store_id:5 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:31.444 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="promote learner peer 26 on store 5 to voter"] [source=heartbeat] [2024/05/06 22:08:31.444 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="promote learner peer 23 on store 5 to voter"] [source=heartbeat] [2024/05/06 22:08:31.444 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="promote learner peer 24 on store 5 to voter"] [source=heartbeat] [2024/05/06 22:08:31.444 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=3] [step="promote learner peer 27 on store 5 to voter"] [source=heartbeat] [2024/05/06 22:08:31.444 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="promote learner peer 25 on store 5 to voter"] [source=heartbeat] [2024/05/06 22:08:31.445 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Remove peer:{id:26 store_id:5 role:Learner },Add peer:{id:26 store_id:5 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:31.445 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=16] [takes=8.87961ms] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:16(5, 3), createAt:2024-05-06 22:08:31.436355015 +0800 CST m=+11.990603059, startAt:2024-05-06 22:08:31.43638461 +0800 CST m=+11.990632654, currentStep:2, size:1, steps:[0:{add learner peer 26 on store 5}, 1:{promote learner peer 26 on store 5 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:31.445 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Remove peer:{id:23 store_id:5 role:Learner },Add peer:{id:23 store_id:5 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:31.445 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=10] [takes=9.309671ms] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:10(5, 3), createAt:2024-05-06 22:08:31.436066739 +0800 CST m=+11.990314783, startAt:2024-05-06 22:08:31.436114675 +0800 CST m=+11.990362718, currentStep:2, size:1, steps:[0:{add learner peer 23 on store 5}, 1:{promote learner peer 23 on store 5 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:31.445 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=12] [takes=9.315076ms] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:12(5, 3), createAt:2024-05-06 22:08:31.436172781 +0800 CST m=+11.990420823, startAt:2024-05-06 22:08:31.436202961 +0800 CST m=+11.990451004, currentStep:2, size:1, steps:[0:{add learner peer 24 on store 5}, 1:{promote learner peer 24 on store 5 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:31.445 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Remove peer:{id:24 store_id:5 role:Learner },Add peer:{id:24 store_id:5 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:31.445 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=3] [takes=9.125767ms] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:3(5, 3), createAt:2024-05-06 22:08:31.436436472 +0800 CST m=+11.990684515, startAt:2024-05-06 22:08:31.436469358 +0800 CST m=+11.990717401, currentStep:2, size:1, steps:[0:{add learner peer 27 on store 5}, 1:{promote learner peer 27 on store 5 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:31.445 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=9.365179ms] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:14(5, 3), createAt:2024-05-06 22:08:31.436256203 +0800 CST m=+11.990504247, startAt:2024-05-06 22:08:31.436288878 +0800 CST m=+11.990536924, currentStep:2, size:1, steps:[0:{add learner peer 25 on store 5}, 1:{promote learner peer 25 on store 5 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:31.445 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=3] [detail="Remove peer:{id:27 store_id:5 role:Learner },Add peer:{id:27 store_id:5 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:31.445 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Remove peer:{id:25 store_id:5 role:Learner },Add peer:{id:25 store_id:5 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:09:21.421 +08:00] [INFO] [cluster.go:570] ["sync the store config successful"] [store-address=127.0.0.1:20180] [store-config="{\n \"coprocessor\": {\n \"region-max-size\": \"144MiB\",\n \"region-split-size\": \"96MiB\",\n \"region-max-keys\": 1440000,\n \"region-split-keys\": 960000,\n \"enable-region-bucket\": false,\n \"region-bucket-size\": \"50MiB\"\n },\n \"storage\": {\n \"engine\": \"raft-kv\"\n }\n}"] [old-config="{\n \"coprocessor\": {\n \"region-max-size\": \"\",\n \"region-split-size\": \"\",\n \"region-max-keys\": 0,\n \"region-split-keys\": 0,\n \"enable-region-bucket\": false,\n \"region-bucket-size\": \"\"\n },\n \"storage\": {\n \"engine\": \"\"\n }\n}"] [2024/05/06 22:09:21.423 +08:00] [INFO] [cluster.go:506] ["store config is updated"] ==> ./pd3.log <== [2024/05/06 22:08:19.486 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:08:19.486 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:08:19.486 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:08:19.486 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:08:19.486 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:08:19.486 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:08:19.486 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:08:19.486 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:08:19.486 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2384\",\"peer-urls\":\"http://127.0.0.1:2383\",\"advertise-client-urls\":\"http://127.0.0.1:2384\",\"advertise-peer-urls\":\"http://127.0.0.1:2383\",\"name\":\"pd-2\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-2/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-2\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:08:19.492 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:08:19.492 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:08:19.492 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:08:19.492 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:08:19.494 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:08:19.494 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:08:19.494 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:08:19.494 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-2] [service-name=ResourceManager] [2024/05/06 22:08:19.494 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-2] [service-name=MetaStorage] [2024/05/06 22:08:19.494 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:08:19.494 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:19.494 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:08:19.494 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2384]"] [2024/05/06 22:08:19.494 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:08:19.494 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=52] [max-cpu-available=52] [member-initialized=false] [name=pd-2] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2383]"] [listen-peer-urls="[http://127.0.0.1:2383]"] [advertise-client-urls="[http://127.0.0.1:2384]"] [listen-client-urls="[http://127.0.0.1:2384]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:08:19.494 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:08:19.495 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap/db] [took=277.742µs] [2024/05/06 22:08:19.508 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=385a3ea8295f6f18] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:08:19.508 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=()"] [2024/05/06 22:08:19.508 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 0"] [2024/05/06 22:08:19.508 +08:00] [INFO] [raft.go:389] ["newRaft 385a3ea8295f6f18 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:08:19.508 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 1"] [2024/05/06 22:08:19.508 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:08:19.508 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:08:19.508 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:19.508 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:08:19.509 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:08:19.509 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:19.509 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:19.509 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:19.510 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [remote-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:19.510 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:19.510 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:19.510 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:19.510 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:19.509 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:19.509 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:19.510 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:19.510 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:19.511 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:19.511 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:19.511 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:19.512 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:19.512 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:19.512 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [remote-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:19.512 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=385a3ea8295f6f18] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:08:19.512 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:19.512 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:08:19.512 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:08:19.512 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:08:19.512 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:08:19.512 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=3037d9ad26fb2231] [2024/05/06 22:08:19.512 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:19.512 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:19.512 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:19.512 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:19.512 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:19.512 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:19.512 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:19.512 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:19.513 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2383] [2024/05/06 22:08:19.513 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=385a3ea8295f6f18] [initial-advertise-peer-urls="[http://127.0.0.1:2383]"] [listen-peer-urls="[http://127.0.0.1:2383]"] [advertise-client-urls="[http://127.0.0.1:2384]"] [listen-client-urls="[http://127.0.0.1:2384]"] [listen-metrics-urls="[]"] [2024/05/06 22:08:19.514 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream Message"] [2024/05/06 22:08:19.514 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:19.514 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:19.514 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:19.514 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream Message"] [2024/05/06 22:08:19.514 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:19.514 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:19.514 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:19.563 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=385a3ea8295f6f18] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:08:20.995 +08:00] [INFO] [raft.go:966] ["385a3ea8295f6f18 [logterm: 1, index: 3, vote: 0] cast MsgPreVote for 1f01bdf364b8beaa [logterm: 1, index: 3] at term 1"] [2024/05/06 22:08:20.995 +08:00] [INFO] [raft.go:865] ["385a3ea8295f6f18 [term: 1] received a MsgVote message with higher term from 1f01bdf364b8beaa [term: 2]"] [2024/05/06 22:08:20.995 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 2"] [2024/05/06 22:08:20.995 +08:00] [INFO] [raft.go:966] ["385a3ea8295f6f18 [logterm: 1, index: 3, vote: 0] cast MsgVote for 1f01bdf364b8beaa [logterm: 1, index: 3] at term 2"] [2024/05/06 22:08:20.996 +08:00] [INFO] [node.go:327] ["raft.node: 385a3ea8295f6f18 elected leader 1f01bdf364b8beaa at term 2"] [2024/05/06 22:08:20.996 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=385a3ea8295f6f18] [local-member-attributes="{Name:pd-2 ClientURLs:[http://127.0.0.1:2384]}"] [request-path=/0/members/385a3ea8295f6f18/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:08:20.996 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:08:20.997 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-2] [service-name=MetaStorage] [2024/05/06 22:08:20.997 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-2] [service-name=ResourceManager] [2024/05/06 22:08:20.997 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [cluster-version=3.4] [2024/05/06 22:08:20.997 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2384] [2024/05/06 22:08:20.997 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:08:21.000 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888242045112408] [2024/05/06 22:08:21.000 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-2\" member_id:4060626905997471512 peer_urls:\"http://127.0.0.1:2383\" client_urls:\"http://127.0.0.1:2384\" "] [root-path=/pd/7365888242045112408] [2024/05/06 22:08:21.005 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:08:21.007 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=4060626905997471512] [2024/05/06 22:08:21.008 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:08:21.009 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:08:21.010 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-2] [2024/05/06 22:08:21.010 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-2] [2024/05/06 22:08:21.010 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:08:21.010 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:08:21.011 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:08:21.011 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:08:21.011 +08:00] [INFO] [server.go:1662] ["start to watch pd leader"] [pd-leader="name:\"pd-1\" member_id:2234275743217008298 peer_urls:\"http://127.0.0.1:2381\" client_urls:\"http://127.0.0.1:2382\" "] [2024/05/06 22:08:21.011 +08:00] [INFO] [client.go:104] ["region syncer start load region"] [2024/05/06 22:08:21.011 +08:00] [INFO] [client.go:107] ["region syncer finished load regions"] [time-cost=185.986µs] [2024/05/06 22:08:21.012 +08:00] [INFO] [leadership.go:317] ["watch channel is created"] [revision=12] [leader-key=/pd/7365888242045112408/leader] [purpose="leader election"] [2024/05/06 22:08:21.012 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-2] [leader=pd-1] [request-index=0] [2024/05/06 22:08:21.012 +08:00] [ERROR] [client.go:162] ["region sync with leader meet error"] [error="[PD:grpc:ErrGRPCRecv]receive response error: rpc error: code = Unavailable desc = server not started"] [2024/05/06 22:08:22.013 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-2] [leader=pd-1] [request-index=0] [2024/05/06 22:08:30.998 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2384]"] [endpoints="[http://127.0.0.1:2382,http://127.0.0.1:2379,http://127.0.0.1:2384]"] [source=server-etcd-client] [2024/05/06 22:08:30.999 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2384]"] [endpoints="[http://127.0.0.1:2382,http://127.0.0.1:2384,http://127.0.0.1:2379]"] [source=election-etcd-client] + find . -name 'tikv*.log' -type f -exec tail -n 500 '{}' + ==> ./tikv3.log <== [2024/05/06 22:08:19.452 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:08:19.452 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:08:19.452 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:08:19.452 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:08:19.452 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:08:19.452 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:08:19.452 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:08:19.452 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:08:19.452 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:08:19.452 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:08:19.452 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:08:19.452 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={28, 12, 60, 25, 63, 11, 64, 66, 71, 59, 50, 16, 70, 14, 13, 53, 47, 68, 69, 27, 62, 67, 23, 54, 61, 30, 31, 55, 65, 0, 17, 18, 34, 26, 36, 51, 20, 21, 24, 49, 22, 33, 52, 29, 15, 56, 57, 32, 58, 19, 48, 35}"] [thread_id=1] [2024/05/06 22:08:19.452 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:08:19.452 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 4096, expect 32768"] [thread_id=1] [2024/05/06 22:08:19.452 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:08:19.452 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:08:19.454 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:19.454 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:08:19.454 +08:00] [INFO] [] ["subchannel 0x7f270184d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f27018afb20, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2701837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f27018d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004499.454749755\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:08:19.454 +08:00] [INFO] [] ["subchannel 0x7f270184d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f27018afb20, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2701837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f27018d2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.455 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:19.455 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.455 +08:00] [INFO] [] ["subchannel 0x7f270184dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f27018afb20, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2701837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f27018d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004499.455296986\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:08:19.455 +08:00] [INFO] [] ["subchannel 0x7f270184dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f27018afb20, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2701837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f27018d2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.455 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.455 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:19.455 +08:00] [INFO] [] ["subchannel 0x7f270184e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f27018afb20, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2701837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f27018d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004499.455567787\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:08:19.455 +08:00] [INFO] [] ["subchannel 0x7f270184e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f27018afb20, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2701837e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f27018d2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.455 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:19.455 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:08:19.757 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:20.999 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:21.301 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:21.302 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:21.302 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:21.303 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:21.304 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:21.305 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:21.305 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:08:21.305 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888242045112408] [thread_id=1] [2024/05/06 22:08:21.306 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:21.306 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:21.307 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20182] [thread_id=1] [2024/05/06 22:08:21.308 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:08:21.308 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108350/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108349/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108348/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108347/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108346/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108345/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108343/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108342/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108341/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26958/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26874/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26873/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26872/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26871/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26870/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26869/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26867/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/321826/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/321826/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data] [thread_id=1] [2024/05/06 22:08:21.308 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data] [thread_id=1] [2024/05/06 22:08:21.308 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108350/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108349/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108348/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108347/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108346/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108345/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108343/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108342/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108341/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26958/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26874/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26873/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26872/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26871/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26870/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26869/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26867/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/321826/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/321826/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft] [thread_id=1] [2024/05/06 22:08:21.309 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft] [thread_id=1] [2024/05/06 22:08:21.309 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv3.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20162\",\"advertise-addr\":\"127.0.0.1:20162\",\"status-addr\":\"127.0.0.1:20182\",\"advertise-status-addr\":\"127.0.0.1:20182\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:08:21.310 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:08:21.310 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=17] [2024/05/06 22:08:21.310 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:08:21.310 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=18] [2024/05/06 22:08:21.310 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=18] [2024/05/06 22:08:21.311 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=1ms] [thread_id=17] [2024/05/06 22:08:21.314 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:08:21.314 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:08:21.315 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 194.144µs"] [thread_id=1] [2024/05/06 22:08:21.381 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:08:21.382 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:08:21.383 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:08:21.383 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/log-backup-temp] [thread_id=1] [2024/05/06 22:08:21.383 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=73] [2024/05/06 22:08:21.384 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:08:21.384 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:08:21.384 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=73] [2024/05/06 22:08:21.384 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:08:21.384 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=74] [2024/05/06 22:08:21.384 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:08:21.391 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 6 region_epoch { conf_ver: 1 version: 1 } peers { id: 7 store_id: 2 }"] [store_id=2] [thread_id=1] [2024/05/06 22:08:21.394 +08:00] [INFO] [raft_server.rs:416] ["cluster is already bootstrapped"] [cluster_id=7365888242045112408] [thread_id=1] [2024/05/06 22:08:21.394 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 2 address: \"127.0.0.1:20162\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20162\" status_address: \"127.0.0.1:20182\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004501 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:08:21.397 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=2] [status=Some()] [thread_id=1] [2024/05/06 22:08:21.397 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:08:21.397 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=2] [thread_id=1] [2024/05/06 22:08:21.397 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=5] [thread_id=1] [2024/05/06 22:08:21.397 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=2] [thread_id=1] [2024/05/06 22:08:21.398 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:08:21.402 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:08:21.402 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=42.989µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=0] [store_id=2] [thread_id=1] [2024/05/06 22:08:21.402 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=47.94µs] [garbage_range_count=1] [store_id=2] [thread_id=1] [2024/05/06 22:08:21.404 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:08:21.404 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:08:21.404 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:08:21.408 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [Pipeline] }[2024/05/06 22:08:21.408 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:08:21.409 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:08:21.410 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=17] [2024/05/06 22:08:21.410 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=17] [2024/05/06 22:08:21.411 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20162] [thread_id=1] [2024/05/06 22:08:21.415 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:31.405 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:31.418 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(1)] [thread_id=7] [2024/05/06 22:08:31.418 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=15] [store_id=2] [peer_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:08:31.418 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:08:31.419 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:08:31.419 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:08:31.419 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 20."] [id=20] [raft_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:08:31.419 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=11] [store_id=2] [peer_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.419 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.419 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.419 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.419 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 18."] [id=18] [raft_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.419 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=13] [store_id=2] [peer_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.419 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.419 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.419 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.419 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 19."] [id=19] [raft_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.419 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 15"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=15] [raft_id=20] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.419 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=20] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.419 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=17] [store_id=2] [peer_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.419 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.419 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.419 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.419 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 21."] [id=21] [raft_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.419 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=4] [store_id=2] [peer_id=22] [region_id=3] [thread_id=102] [2024/05/06 22:08:31.419 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=3] [thread_id=102] [2024/05/06 22:08:31.419 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=22] [region_id=3] [thread_id=102] [2024/05/06 22:08:31.419 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=22] [region_id=3] [thread_id=102] [2024/05/06 22:08:31.419 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 22."] [id=22] [raft_id=22] [region_id=3] [thread_id=102] [2024/05/06 22:08:31.419 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 11"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=11] [raft_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.419 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.419 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 13"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=13] [raft_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.419 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 17"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=17] [raft_id=21] [region_id=16] [thread_id=101] [2024/05/06 22:08:31.419 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.419 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=21] [region_id=16] [thread_id=101] [2024/05/06 22:08:31.419 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 4"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=4] [raft_id=22] [region_id=3] [thread_id=101] [2024/05/06 22:08:31.419 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=22] [region_id=3] [thread_id=101] [2024/05/06 22:08:31.420 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20160] [store_id=1] [thread_id=71] [2024/05/06 22:08:31.420 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=1] [addr=127.0.0.1:20160] [thread_id=71] [2024/05/06 22:08:31.420 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=5] [cost=778.098µs] [addr=127.0.0.1:20160] [store_id=1] [thread_id=71] [2024/05/06 22:08:31.423 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=131] [2024/05/06 22:08:31.423 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=133] [2024/05/06 22:08:31.423 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=130] [2024/05/06 22:08:31.423 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_10_6_7_(default|lock|write).sst] [snap_key=10_6_7] [thread_id=131] [2024/05/06 22:08:31.423 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_12_6_7_(default|lock|write).sst] [snap_key=12_6_7] [thread_id=133] [2024/05/06 22:08:31.423 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_14_6_7_(default|lock|write).sst] [snap_key=14_6_7] [thread_id=130] [2024/05/06 22:08:31.423 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=129] [2024/05/06 22:08:31.423 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_3_6_8_(default|lock|write).sst] [snap_key=3_6_8] [thread_id=129] [2024/05/06 22:08:31.424 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=377.936µs] [snap_key=14_6_7] [thread_id=130] [2024/05/06 22:08:31.424 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=427.75µs] [snap_key=12_6_7] [thread_id=133] [2024/05/06 22:08:31.424 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=20] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.424 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.424 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=506.494µs] [snap_key=10_6_7] [thread_id=131] [2024/05/06 22:08:31.424 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {20}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.424 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {19}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.424 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.424 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=20] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.424 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.424 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=20] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.424 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.424 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=20] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.424 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=130] [2024/05/06 22:08:31.424 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=394.722µs] [snap_key=3_6_8] [thread_id=129] [2024/05/06 22:08:31.424 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 2 role: Learner }"] [peer_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.424 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_16_6_7_(default|lock|write).sst] [snap_key=16_6_7] [thread_id=130] [2024/05/06 22:08:31.424 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 2 role: Learner }"] [peer_id=20] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.424 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.424 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {18}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.424 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 8, term: 6]"] [snapshot_term=6] [snapshot_index=8] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=22] [region_id=3] [thread_id=101] [2024/05/06 22:08:31.424 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.424 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.424 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.424 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4} }, outgoing: Configuration { voters: {} } }, learners: {22}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=3] [thread_id=101] [2024/05/06 22:08:31.424 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=8] [last_term=6] [last_index=8] [commit=8] [raft_id=22] [region_id=3] [thread_id=101] [2024/05/06 22:08:31.424 +08:00] [INFO] [raft.rs:2549] ["[commit: 8, term: 6] restored snapshot [index: 8, term: 6]"] [snapshot_term=6] [snapshot_index=8] [commit=8] [term=6] [raft_id=22] [region_id=3] [thread_id=101] [2024/05/06 22:08:31.424 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=22] [region_id=3] [thread_id=101] [2024/05/06 22:08:31.424 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 2 role: Learner }"] [peer_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.424 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 8 truncated_state { index: 8 term: 6 }"] [region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 2 role: Learner }"] [peer_id=22] [region_id=3] [thread_id=101] [2024/05/06 22:08:31.424 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=380.198µs] [snap_key=16_6_7] [thread_id=130] [2024/05/06 22:08:31.424 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 2 role: Learner }"] [peer_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.424 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 2 role: Learner }"] [peer_id=20] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.424 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.424 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }, learners: {21}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.424 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.424 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.424 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.424 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 2 role: Learner }"] [peer_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.424 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=20] [region_id=14] [thread_id=80] [2024/05/06 22:08:31.424 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 2 role: Learner }"] [peer_id=22] [region_id=3] [thread_id=102] [2024/05/06 22:08:31.424 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 2 role: Learner }"] [peer_id=18] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.424 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:31.424 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=66.244µs] [region_id=14] [thread_id=80] [2024/05/06 22:08:31.424 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 2 role: Learner }"] [peer_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.424 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=19] [region_id=12] [thread_id=80] [2024/05/06 22:08:31.425 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:31.425 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=25.873µs] [region_id=12] [thread_id=80] [2024/05/06 22:08:31.425 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=22] [region_id=3] [thread_id=80] [2024/05/06 22:08:31.425 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:31.425 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=15.629µs] [region_id=3] [thread_id=80] [2024/05/06 22:08:31.425 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=18] [region_id=10] [thread_id=80] [2024/05/06 22:08:31.425 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:31.425 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=14.019µs] [region_id=10] [thread_id=80] [2024/05/06 22:08:31.425 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=21] [region_id=16] [thread_id=80] [2024/05/06 22:08:31.425 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:31.425 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=13.296µs] [region_id=16] [thread_id=80] [2024/05/06 22:08:31.425 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 19 store_id: 2 } } }"] [index=8] [term=6] [peer_id=19] [region_id=12] [thread_id=103] [2024/05/06 22:08:31.425 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=19] [region_id=12] [thread_id=103] [2024/05/06 22:08:31.425 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 20 store_id: 2 } } }"] [index=8] [term=6] [peer_id=20] [region_id=14] [thread_id=104] [2024/05/06 22:08:31.425 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=20] [region_id=14] [thread_id=104] [2024/05/06 22:08:31.425 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 2 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 2 role: Learner }"] [changes="[peer { id: 19 store_id: 2 }]"] [peer_id=19] [region_id=12] [thread_id=103] [2024/05/06 22:08:31.425 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 2 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 2 role: Learner }"] [changes="[peer { id: 20 store_id: 2 }]"] [peer_id=20] [region_id=14] [thread_id=104] [2024/05/06 22:08:31.425 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 22 store_id: 2 } } }"] [index=9] [term=6] [peer_id=22] [region_id=3] [thread_id=103] [2024/05/06 22:08:31.425 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=22] [region_id=3] [thread_id=103] [2024/05/06 22:08:31.425 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 18 store_id: 2 } } }"] [index=8] [term=6] [peer_id=18] [region_id=10] [thread_id=104] [2024/05/06 22:08:31.425 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 2 }"] [original_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 2 role: Learner }"] [changes="[peer { id: 22 store_id: 2 }]"] [peer_id=22] [region_id=3] [thread_id=103] [2024/05/06 22:08:31.425 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=18] [region_id=10] [thread_id=104] [2024/05/06 22:08:31.425 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 2 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 2 role: Learner }"] [changes="[peer { id: 18 store_id: 2 }]"] [peer_id=18] [region_id=10] [thread_id=104] [2024/05/06 22:08:31.425 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 21 store_id: 2 } } }"] [index=8] [term=6] [peer_id=21] [region_id=16] [thread_id=103] [2024/05/06 22:08:31.425 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=21] [region_id=16] [thread_id=103] [2024/05/06 22:08:31.425 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 2 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 2 role: Learner }"] [changes="[peer { id: 21 store_id: 2 }]"] [peer_id=21] [region_id=16] [thread_id=103] [2024/05/06 22:08:31.426 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {18, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.426 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.426 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.426 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4, 22} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=3] [thread_id=102] [2024/05/06 22:08:31.426 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 21} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=16] [thread_id=101] [2024/05/06 22:08:31.436 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 24 store_id: 5 role: Learner } } }"] [index=9] [term=6] [peer_id=19] [region_id=12] [thread_id=104] [2024/05/06 22:08:31.436 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=19] [region_id=12] [thread_id=104] [2024/05/06 22:08:31.436 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 23 store_id: 5 role: Learner } } }"] [index=9] [term=6] [peer_id=18] [region_id=10] [thread_id=103] [2024/05/06 22:08:31.436 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 2 } peers { id: 24 store_id: 5 role: Learner }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 5 role: Learner }]"] [peer_id=19] [region_id=12] [thread_id=104] [2024/05/06 22:08:31.436 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=18] [region_id=10] [thread_id=103] [2024/05/06 22:08:31.436 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 2 } peers { id: 23 store_id: 5 role: Learner }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 5 role: Learner }]"] [peer_id=18] [region_id=10] [thread_id=103] [2024/05/06 22:08:31.436 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 25 store_id: 5 role: Learner } } }"] [index=9] [term=6] [peer_id=20] [region_id=14] [thread_id=104] [2024/05/06 22:08:31.436 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 19} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.436 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=20] [region_id=14] [thread_id=104] [2024/05/06 22:08:31.436 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 2 } peers { id: 25 store_id: 5 role: Learner }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 5 role: Learner }]"] [peer_id=20] [region_id=14] [thread_id=104] [2024/05/06 22:08:31.436 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 26 store_id: 5 role: Learner } } }"] [index=9] [term=6] [peer_id=21] [region_id=16] [thread_id=104] [2024/05/06 22:08:31.436 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=21] [region_id=16] [thread_id=104] [2024/05/06 22:08:31.436 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 2 } peers { id: 26 store_id: 5 role: Learner }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 26 store_id: 5 role: Learner }]"] [peer_id=21] [region_id=16] [thread_id=104] [2024/05/06 22:08:31.436 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {18, 11} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.436 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 27 store_id: 5 role: Learner } } }"] [index=10] [term=6] [peer_id=22] [region_id=3] [thread_id=103] [2024/05/06 22:08:31.436 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=22] [region_id=3] [thread_id=103] [2024/05/06 22:08:31.436 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 2 } peers { id: 27 store_id: 5 role: Learner }"] [original_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 27 store_id: 5 role: Learner }]"] [peer_id=22] [region_id=3] [thread_id=103] [2024/05/06 22:08:31.437 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 15} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:08:31.437 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 21} }, outgoing: Configuration { voters: {} } }, learners: {26}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=16] [thread_id=101] [2024/05/06 22:08:31.437 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4, 22} }, outgoing: Configuration { voters: {} } }, learners: {27}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=3] [thread_id=102] [2024/05/06 22:08:31.444 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 26 store_id: 5 } } }"] [index=10] [term=6] [peer_id=21] [region_id=16] [thread_id=104] [2024/05/06 22:08:31.444 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=21] [region_id=16] [thread_id=104] [2024/05/06 22:08:31.444 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 5 } } }"] [index=10] [term=6] [peer_id=18] [region_id=10] [thread_id=103] [2024/05/06 22:08:31.444 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=18] [region_id=10] [thread_id=103] [2024/05/06 22:08:31.444 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 2 } peers { id: 26 store_id: 5 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 2 } peers { id: 26 store_id: 5 role: Learner }"] [changes="[peer { id: 26 store_id: 5 }]"] [peer_id=21] [region_id=16] [thread_id=104] [2024/05/06 22:08:31.444 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 2 } peers { id: 23 store_id: 5 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 2 } peers { id: 23 store_id: 5 role: Learner }"] [changes="[peer { id: 23 store_id: 5 }]"] [peer_id=18] [region_id=10] [thread_id=103] [2024/05/06 22:08:31.445 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 5 } } }"] [index=10] [term=6] [peer_id=19] [region_id=12] [thread_id=104] [2024/05/06 22:08:31.445 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 27 store_id: 5 } } }"] [index=11] [term=6] [peer_id=22] [region_id=3] [thread_id=103] [2024/05/06 22:08:31.445 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 21, 26} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.445 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {23, 18, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.445 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=19] [region_id=12] [thread_id=104] [2024/05/06 22:08:31.445 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=22] [region_id=3] [thread_id=103] [2024/05/06 22:08:31.445 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 2 } peers { id: 24 store_id: 5 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 2 } peers { id: 24 store_id: 5 role: Learner }"] [changes="[peer { id: 24 store_id: 5 }]"] [peer_id=19] [region_id=12] [thread_id=104] [2024/05/06 22:08:31.445 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 2 } peers { id: 27 store_id: 5 }"] [original_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 2 } peers { id: 27 store_id: 5 role: Learner }"] [changes="[peer { id: 27 store_id: 5 }]"] [peer_id=22] [region_id=3] [thread_id=103] [2024/05/06 22:08:31.445 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 5 } } }"] [index=10] [term=6] [peer_id=20] [region_id=14] [thread_id=104] [2024/05/06 22:08:31.445 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=20] [region_id=14] [thread_id=104] [2024/05/06 22:08:31.445 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 2 } peers { id: 25 store_id: 5 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 2 } peers { id: 25 store_id: 5 role: Learner }"] [changes="[peer { id: 25 store_id: 5 }]"] [peer_id=20] [region_id=14] [thread_id=104] [2024/05/06 22:08:31.445 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4, 22, 27} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=3] [thread_id=101] [2024/05/06 22:08:31.445 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {24, 13, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.445 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 25, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:09:21.419 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=3_6_8] [peer_id=22] [region_id=3] [thread_id=102] [2024/05/06 22:09:21.419 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=10_6_7] [peer_id=18] [region_id=10] [thread_id=102] [2024/05/06 22:09:21.419 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=12_6_7] [peer_id=19] [region_id=12] [thread_id=102] [2024/05/06 22:09:21.419 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=14_6_7] [peer_id=20] [region_id=14] [thread_id=102] [2024/05/06 22:09:21.419 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=16_6_7] [peer_id=21] [region_id=16] [thread_id=102] [2024/05/06 22:09:21.419 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:21.419 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:21.420 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:21.420 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:21.420 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] ==> ./tikv2.log <== [2024/05/06 22:08:19.452 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:08:19.452 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:08:19.452 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:08:19.452 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:08:19.452 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:08:19.452 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:08:19.452 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:08:19.452 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:08:19.452 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:08:19.452 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:08:19.452 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:08:19.452 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={55, 30, 22, 19, 61, 48, 27, 57, 13, 16, 36, 68, 26, 29, 52, 15, 21, 56, 34, 50, 64, 18, 60, 35, 47, 66, 32, 24, 49, 0, 23, 33, 53, 62, 65, 31, 67, 59, 69, 70, 28, 71, 54, 58, 63, 12, 51, 11, 25, 17, 14, 20}"] [thread_id=1] [2024/05/06 22:08:19.452 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:08:19.452 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 4096, expect 32768"] [thread_id=1] [2024/05/06 22:08:19.452 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:08:19.452 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:08:19.454 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:19.454 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:08:19.455 +08:00] [INFO] [] ["subchannel 0x7f8047a4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f8047aafb20, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f8047a37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f8047ad2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004499.454877966\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:08:19.455 +08:00] [INFO] [] ["subchannel 0x7f8047a4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f8047aafb20, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f8047a37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f8047ad2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.455 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:19.455 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.455 +08:00] [INFO] [] ["subchannel 0x7f8047a4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f8047aafb20, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f8047a37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f8047ad2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004499.455426077\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:08:19.455 +08:00] [INFO] [] ["subchannel 0x7f8047a4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f8047aafb20, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f8047a37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f8047ad2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.455 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.455 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:19.455 +08:00] [INFO] [] ["subchannel 0x7f8047a4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f8047aafb20, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f8047a37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f8047ad2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004499.455691705\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:08:19.455 +08:00] [INFO] [] ["subchannel 0x7f8047a4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f8047aafb20, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f8047a37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f8047ad2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.455 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:19.455 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:08:19.757 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:20.999 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:21.000 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:21.302 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:21.302 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:21.303 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:21.304 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:21.305 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:21.305 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:21.306 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:08:21.306 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888242045112408] [thread_id=1] [2024/05/06 22:08:21.306 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:21.306 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:21.307 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20181] [thread_id=1] [2024/05/06 22:08:21.308 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:08:21.308 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108350/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108349/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108348/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108347/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108346/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108345/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108343/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108342/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108341/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26958/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26874/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26873/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26872/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26871/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26870/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26869/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26867/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/321826/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/321826/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data] [thread_id=1] [2024/05/06 22:08:21.309 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data] [thread_id=1] [2024/05/06 22:08:21.309 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108350/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108349/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108348/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108347/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108346/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108345/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108343/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108342/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108341/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26958/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26874/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26873/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26872/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26871/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26870/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26869/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26867/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/321826/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/321826/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft] [thread_id=1] [2024/05/06 22:08:21.309 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft] [thread_id=1] [2024/05/06 22:08:21.309 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv2.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20161\",\"advertise-addr\":\"127.0.0.1:20161\",\"status-addr\":\"127.0.0.1:20181\",\"advertise-status-addr\":\"127.0.0.1:20181\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:08:21.310 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:08:21.311 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=17] [2024/05/06 22:08:21.311 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:08:21.311 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=17] [2024/05/06 22:08:21.311 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=18] [2024/05/06 22:08:21.311 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=1ms] [thread_id=18] [2024/05/06 22:08:21.315 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:08:21.315 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:08:21.315 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 162.473µs"] [thread_id=1] [2024/05/06 22:08:21.382 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:08:21.384 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:08:21.384 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:08:21.385 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/log-backup-temp] [thread_id=1] [2024/05/06 22:08:21.385 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=73] [2024/05/06 22:08:21.385 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:08:21.385 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:08:21.385 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:08:21.385 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=73] [2024/05/06 22:08:21.385 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=74] [2024/05/06 22:08:21.385 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:08:21.392 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 8 region_epoch { conf_ver: 1 version: 1 } peers { id: 9 store_id: 5 }"] [store_id=5] [thread_id=1] [2024/05/06 22:08:21.394 +08:00] [INFO] [raft_server.rs:416] ["cluster is already bootstrapped"] [cluster_id=7365888242045112408] [thread_id=1] [2024/05/06 22:08:21.394 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 5 address: \"127.0.0.1:20161\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20161\" status_address: \"127.0.0.1:20181\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004501 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:08:21.398 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=5] [status=Some()] [thread_id=1] [2024/05/06 22:08:21.398 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=5] [thread_id=1] [2024/05/06 22:08:21.398 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:08:21.398 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=2] [thread_id=1] [2024/05/06 22:08:21.398 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=5] [thread_id=1] [2024/05/06 22:08:21.399 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:08:21.402 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:08:21.402 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=39.906µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=0] [store_id=5] [thread_id=1] [2024/05/06 22:08:21.402 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=25.98µs] [garbage_range_count=1] [store_id=5] [thread_id=1] [2024/05/06 22:08:21.404 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:08:21.404 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:08:21.404 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:08:21.409 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:08:21.409 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:08:21.409 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:08:21.411 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20161] [thread_id=1] [2024/05/06 22:08:21.411 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=18] [2024/05/06 22:08:21.412 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=18] [2024/05/06 22:08:21.416 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:31.406 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:31.438 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(1)] [thread_id=7] [2024/05/06 22:08:31.438 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=13] [store_id=5] [peer_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.438 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.438 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.438 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.438 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 24."] [id=24] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.438 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=11] [store_id=5] [peer_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.438 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.438 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.438 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.438 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 23."] [id=23] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.438 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=17] [store_id=5] [peer_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.438 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.438 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.438 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 13"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=13] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.438 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.438 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.438 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 26."] [id=26] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.438 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=4] [store_id=5] [peer_id=27] [region_id=3] [thread_id=102] [2024/05/06 22:08:31.438 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=27] [region_id=3] [thread_id=102] [2024/05/06 22:08:31.438 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=27] [region_id=3] [thread_id=102] [2024/05/06 22:08:31.438 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=27] [region_id=3] [thread_id=102] [2024/05/06 22:08:31.438 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 27."] [id=27] [raft_id=27] [region_id=3] [thread_id=102] [2024/05/06 22:08:31.439 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=15] [store_id=5] [peer_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:31.439 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:31.439 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:31.439 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:31.439 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 25."] [id=25] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:31.439 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 11"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=11] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.439 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.439 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 17"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=17] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.439 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.439 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 4"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=4] [raft_id=27] [region_id=3] [thread_id=101] [2024/05/06 22:08:31.439 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=27] [region_id=3] [thread_id=101] [2024/05/06 22:08:31.439 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 15"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=15] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:31.439 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:31.440 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20160] [store_id=1] [thread_id=71] [2024/05/06 22:08:31.440 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=1] [addr=127.0.0.1:20160] [thread_id=71] [2024/05/06 22:08:31.440 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=5] [cost=793.108µs] [addr=127.0.0.1:20160] [store_id=1] [thread_id=71] [2024/05/06 22:08:31.442 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=131] [2024/05/06 22:08:31.442 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=132] [2024/05/06 22:08:31.442 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=129] [2024/05/06 22:08:31.442 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_12_6_9_(default|lock|write).sst] [snap_key=12_6_9] [thread_id=131] [2024/05/06 22:08:31.442 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_16_6_9_(default|lock|write).sst] [snap_key=16_6_9] [thread_id=132] [2024/05/06 22:08:31.442 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_10_6_9_(default|lock|write).sst] [snap_key=10_6_9] [thread_id=129] [2024/05/06 22:08:31.443 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=130] [2024/05/06 22:08:31.443 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_3_6_10_(default|lock|write).sst] [snap_key=3_6_10] [thread_id=130] [2024/05/06 22:08:31.443 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=474.22µs] [snap_key=16_6_9] [thread_id=132] [2024/05/06 22:08:31.443 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=423.675µs] [snap_key=10_6_9] [thread_id=129] [2024/05/06 22:08:31.443 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:31.443 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.443 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 21} }, outgoing: Configuration { voters: {} } }, learners: {26}, learners_next: {}, auto_leave: false }"] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:31.443 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=567.116µs] [snap_key=12_6_9] [thread_id=131] [2024/05/06 22:08:31.443 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:31.443 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:31.443 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:31.443 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {18, 11} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.443 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.443 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.443 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.443 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 2 } peers { id: 26 store_id: 5 role: Learner }"] [peer_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:31.443 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 2 } peers { id: 23 store_id: 5 role: Learner }"] [peer_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.443 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.443 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=132] [2024/05/06 22:08:31.443 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 19} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.443 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.443 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.443 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.443 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 2 } peers { id: 24 store_id: 5 role: Learner }"] [peer_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.443 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_14_6_9_(default|lock|write).sst] [snap_key=14_6_9] [thread_id=132] [2024/05/06 22:08:31.443 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=457.022µs] [snap_key=3_6_10] [thread_id=130] [2024/05/06 22:08:31.443 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 10, term: 6]"] [snapshot_term=6] [snapshot_index=10] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=27] [region_id=3] [thread_id=102] [2024/05/06 22:08:31.443 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4, 22} }, outgoing: Configuration { voters: {} } }, learners: {27}, learners_next: {}, auto_leave: false }"] [raft_id=27] [region_id=3] [thread_id=102] [2024/05/06 22:08:31.443 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=10] [last_term=6] [last_index=10] [commit=10] [raft_id=27] [region_id=3] [thread_id=102] [2024/05/06 22:08:31.443 +08:00] [INFO] [raft.rs:2549] ["[commit: 10, term: 6] restored snapshot [index: 10, term: 6]"] [snapshot_term=6] [snapshot_index=10] [commit=10] [term=6] [raft_id=27] [region_id=3] [thread_id=102] [2024/05/06 22:08:31.443 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=27] [region_id=3] [thread_id=102] [2024/05/06 22:08:31.443 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 10 truncated_state { index: 10 term: 6 }"] [region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 2 } peers { id: 27 store_id: 5 role: Learner }"] [peer_id=27] [region_id=3] [thread_id=102] [2024/05/06 22:08:31.443 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 2 } peers { id: 26 store_id: 5 role: Learner }"] [peer_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:31.443 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 2 } peers { id: 23 store_id: 5 role: Learner }"] [peer_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.443 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=26] [region_id=16] [thread_id=80] [2024/05/06 22:08:31.443 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=437.386µs] [snap_key=14_6_9] [thread_id=132] [2024/05/06 22:08:31.443 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.443 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 15} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.443 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.443 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.443 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.443 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 2 } peers { id: 25 store_id: 5 role: Learner }"] [peer_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.444 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:31.444 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 2 } peers { id: 24 store_id: 5 role: Learner }"] [peer_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.444 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 2 } peers { id: 27 store_id: 5 role: Learner }"] [peer_id=27] [region_id=3] [thread_id=101] [2024/05/06 22:08:31.444 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=118.038µs] [region_id=16] [thread_id=80] [2024/05/06 22:08:31.444 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 2 } peers { id: 25 store_id: 5 role: Learner }"] [peer_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:31.444 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=23] [region_id=10] [thread_id=80] [2024/05/06 22:08:31.444 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:31.444 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=21.2µs] [region_id=10] [thread_id=80] [2024/05/06 22:08:31.444 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=24] [region_id=12] [thread_id=80] [2024/05/06 22:08:31.444 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:31.444 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=14.928µs] [region_id=12] [thread_id=80] [2024/05/06 22:08:31.444 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=27] [region_id=3] [thread_id=80] [2024/05/06 22:08:31.444 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:31.444 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=13.55µs] [region_id=3] [thread_id=80] [2024/05/06 22:08:31.444 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=25] [region_id=14] [thread_id=80] [2024/05/06 22:08:31.444 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:31.444 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=18.466µs] [region_id=14] [thread_id=80] [2024/05/06 22:08:31.445 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 26 store_id: 5 } } }"] [index=10] [term=6] [peer_id=26] [region_id=16] [thread_id=104] [2024/05/06 22:08:31.445 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=26] [region_id=16] [thread_id=104] [2024/05/06 22:08:31.445 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 2 } peers { id: 26 store_id: 5 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 2 } peers { id: 26 store_id: 5 role: Learner }"] [changes="[peer { id: 26 store_id: 5 }]"] [peer_id=26] [region_id=16] [thread_id=104] [2024/05/06 22:08:31.445 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 5 } } }"] [index=10] [term=6] [peer_id=23] [region_id=10] [thread_id=103] [2024/05/06 22:08:31.445 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=23] [region_id=10] [thread_id=103] [2024/05/06 22:08:31.445 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 5 } } }"] [index=10] [term=6] [peer_id=24] [region_id=12] [thread_id=104] [2024/05/06 22:08:31.445 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=24] [region_id=12] [thread_id=104] [2024/05/06 22:08:31.445 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 2 } peers { id: 24 store_id: 5 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 2 } peers { id: 24 store_id: 5 role: Learner }"] [changes="[peer { id: 24 store_id: 5 }]"] [peer_id=24] [region_id=12] [thread_id=104] [2024/05/06 22:08:31.445 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 2 } peers { id: 23 store_id: 5 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 2 } peers { id: 23 store_id: 5 role: Learner }"] [changes="[peer { id: 23 store_id: 5 }]"] [peer_id=23] [region_id=10] [thread_id=103] [2024/05/06 22:08:31.445 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 27 store_id: 5 } } }"] [index=11] [term=6] [peer_id=27] [region_id=3] [thread_id=104] [2024/05/06 22:08:31.445 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=27] [region_id=3] [thread_id=104] [2024/05/06 22:08:31.445 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 2 } peers { id: 27 store_id: 5 }"] [original_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 2 } peers { id: 27 store_id: 5 role: Learner }"] [changes="[peer { id: 27 store_id: 5 }]"] [peer_id=27] [region_id=3] [thread_id=104] [2024/05/06 22:08:31.445 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 5 } } }"] [index=10] [term=6] [peer_id=25] [region_id=14] [thread_id=104] [2024/05/06 22:08:31.445 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=25] [region_id=14] [thread_id=104] [2024/05/06 22:08:31.445 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 2 } peers { id: 25 store_id: 5 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 2 } peers { id: 25 store_id: 5 role: Learner }"] [changes="[peer { id: 25 store_id: 5 }]"] [peer_id=25] [region_id=14] [thread_id=104] [2024/05/06 22:08:31.445 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {24, 13, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.445 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 21, 26} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.445 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4, 22, 27} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=27] [region_id=3] [thread_id=101] [2024/05/06 22:08:31.445 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 25, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:31.445 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {23, 18, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:09:21.419 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=3_6_10] [peer_id=27] [region_id=3] [thread_id=101] [2024/05/06 22:09:21.419 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=10_6_9] [peer_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:09:21.419 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=12_6_9] [peer_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:09:21.419 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=14_6_9] [peer_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:09:21.419 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=16_6_9] [peer_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:09:21.419 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:21.420 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:21.420 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:21.420 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:21.420 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] ==> ./tikv1.log <== [2024/05/06 22:08:19.451 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:08:19.451 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:08:19.451 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:08:19.451 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:08:19.451 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:08:19.451 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:08:19.451 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:08:19.451 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:08:19.451 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:08:19.451 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:08:19.451 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:08:19.451 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={22, 53, 57, 59, 61, 13, 50, 62, 63, 64, 67, 68, 69, 51, 71, 15, 11, 47, 12, 14, 52, 70, 24, 20, 56, 28, 66, 26, 48, 32, 58, 19, 27, 31, 54, 55, 21, 60, 65, 34, 33, 17, 16, 30, 0, 25, 23, 36, 18, 29, 49, 35}"] [thread_id=1] [2024/05/06 22:08:19.451 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:08:19.451 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 4096, expect 32768"] [thread_id=1] [2024/05/06 22:08:19.451 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:08:19.451 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:08:19.454 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:19.454 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:08:19.454 +08:00] [INFO] [] ["subchannel 0x7fecd5e4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7fecd5eafb18, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fecd5e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fecd5ed2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004499.454479089\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:08:19.454 +08:00] [INFO] [] ["subchannel 0x7fecd5e4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7fecd5eafb18, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fecd5e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fecd5ed2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.454 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:19.454 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.455 +08:00] [INFO] [] ["subchannel 0x7fecd5e4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7fecd5eafb18, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fecd5e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fecd5ed2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004499.455081838\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:08:19.455 +08:00] [INFO] [] ["subchannel 0x7fecd5e4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7fecd5eafb18, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fecd5e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fecd5ed2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.455 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:19.455 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:19.455 +08:00] [INFO] [] ["subchannel 0x7fecd5e4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7fecd5eafb18, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fecd5e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fecd5ed2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004499.455369733\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:08:19.455 +08:00] [INFO] [] ["subchannel 0x7fecd5e4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7fecd5eafb18, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fecd5e37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fecd5ed2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:19.455 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:19.455 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:08:19.756 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:20.999 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:21.300 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:21.301 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:21.302 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:21.303 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:21.304 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:21.304 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:21.304 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:08:21.305 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888242045112408] [thread_id=1] [2024/05/06 22:08:21.305 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:21.305 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:21.307 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20180] [thread_id=1] [2024/05/06 22:08:21.307 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:08:21.308 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108350/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108349/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108348/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108347/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108346/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108345/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108343/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108342/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108341/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26958/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26874/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26873/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26872/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26871/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26870/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26869/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26867/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/321826/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/321826/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data] [thread_id=1] [2024/05/06 22:08:21.308 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data] [thread_id=1] [2024/05/06 22:08:21.308 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108350/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108349/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108348/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108347/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108346/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108345/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108343/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108342/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/108341/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26958/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26874/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26873/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26872/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26871/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26870/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26869/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/26867/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/321826/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/321826/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft] [thread_id=1] [2024/05/06 22:08:21.309 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft] [thread_id=1] [2024/05/06 22:08:21.309 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv1.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20160\",\"advertise-addr\":\"127.0.0.1:20160\",\"status-addr\":\"127.0.0.1:20180\",\"advertise-status-addr\":\"127.0.0.1:20180\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:08:21.310 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:08:21.310 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=1ms] [thread_id=18] [2024/05/06 22:08:21.310 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:08:21.311 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=17] [2024/05/06 22:08:21.311 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=17] [2024/05/06 22:08:21.311 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=18] [2024/05/06 22:08:21.315 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:08:21.315 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:08:21.315 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 185.368µs"] [thread_id=1] [2024/05/06 22:08:21.378 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:08:21.380 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:08:21.380 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:08:21.381 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/log-backup-temp] [thread_id=1] [2024/05/06 22:08:21.381 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=73] [2024/05/06 22:08:21.381 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:08:21.382 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:08:21.382 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:08:21.382 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=73] [2024/05/06 22:08:21.382 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:08:21.382 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=74] [2024/05/06 22:08:21.389 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 3 region_epoch { conf_ver: 1 version: 1 } peers { id: 4 store_id: 1 }"] [store_id=1] [thread_id=1] [2024/05/06 22:08:21.395 +08:00] [INFO] [raft_server.rs:404] ["bootstrap cluster ok"] [cluster_id=7365888242045112408] [thread_id=1] [2024/05/06 22:08:21.395 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 1 address: \"127.0.0.1:20160\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20160\" status_address: \"127.0.0.1:20180\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004501 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:08:21.399 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=1] [status=Some()] [thread_id=1] [2024/05/06 22:08:21.399 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:08:21.399 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=2] [thread_id=1] [2024/05/06 22:08:21.399 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=5] [thread_id=1] [2024/05/06 22:08:21.399 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=1] [thread_id=1] [2024/05/06 22:08:21.400 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:08:21.403 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:08:21.404 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=4] [region_id=3] [thread_id=1] [2024/05/06 22:08:21.404 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=4] [region_id=3] [thread_id=1] [2024/05/06 22:08:21.404 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=4] [region_id=3] [thread_id=1] [2024/05/06 22:08:21.404 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {4} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=4] [region_id=3] [thread_id=1] [2024/05/06 22:08:21.404 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 4."] [id=4] [raft_id=4] [region_id=3] [thread_id=1] [2024/05/06 22:08:21.404 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=4] [region_id=3] [thread_id=1] [2024/05/06 22:08:21.404 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=4] [region_id=3] [thread_id=1] [2024/05/06 22:08:21.404 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=4] [region_id=3] [thread_id=1] [2024/05/06 22:08:21.404 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=4] [region_id=3] [thread_id=1] [2024/05/06 22:08:21.404 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=251.28µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=1] [store_id=1] [thread_id=1] [2024/05/06 22:08:21.404 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=5.219µs] [garbage_range_count=2] [store_id=1] [thread_id=1] [2024/05/06 22:08:21.405 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803778] [region_id=3] [thread_id=101] [2024/05/06 22:08:21.406 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:08:21.406 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:08:21.406 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:08:21.407 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=3] [thread_id=31] [2024/05/06 22:08:21.409 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 3 region_epoch { conf_ver: 1 version: 1 } peers { id: 4 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:21.409 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(0)] [region=3] [thread_id=68] [2024/05/06 22:08:21.411 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:08:21.411 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:08:21.411 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:08:21.412 +08:00] [INFO] [deadlock.rs:761] ["became the leader of deadlock detector!"] [self_id=1] [thread_id=127] [2024/05/06 22:08:21.413 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20160] [thread_id=1] [2024/05/06 22:08:21.413 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=17] [2024/05/06 22:08:21.413 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=17] [2024/05/06 22:08:21.417 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:24.409 +08:00] [INFO] [pd.rs:1531] ["try to split"] [region_epoch="conf_ver: 1 version: 1"] [region_id=3] [thread_id=31] [2024/05/06 22:08:24.409 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=pd] [split_keys="4 keys range from 7200000000000000FB to 7800000100000000FB"] [peer_id=4] [region_id=3] [thread_id=102] [2024/05/06 22:08:24.409 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 3 region_epoch { conf_ver: 1 version: 1 } peers { id: 4 store_id: 1 }"] [new_region_ids="[new_region_id: 10 new_peer_ids: 11, new_region_id: 12 new_peer_ids: 13, new_region_id: 14 new_peer_ids: 15, new_region_id: 16 new_peer_ids: 17]"] [region_id=3] [thread_id=31] [2024/05/06 22:08:24.410 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7200000000000000FB new_region_id: 10 new_peer_ids: 11 } requests { split_key: 7200000100000000FB new_region_id: 12 new_peer_ids: 13 } requests { split_key: 7800000000000000FB new_region_id: 14 new_peer_ids: 15 } requests { split_key: 7800000100000000FB new_region_id: 16 new_peer_ids: 17 } right_derive: true }"] [index=7] [term=6] [peer_id=4] [region_id=3] [thread_id=103] [2024/05/06 22:08:24.410 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="4 keys range from 7200000000000000FB to 7800000100000000FB"] [region="id: 3 region_epoch { conf_ver: 1 version: 1 } peers { id: 4 store_id: 1 }"] [peer_id=4] [region_id=3] [thread_id=103] [2024/05/06 22:08:24.410 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=3] [thread_id=102] [2024/05/06 22:08:24.410 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:08:24.410 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=5] [peer_id=4] [region_id=3] [thread_id=102] [2024/05/06 22:08:24.410 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 1 }"] [region_id=10] [thread_id=102] [2024/05/06 22:08:24.410 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(0)] [region_id=3] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:08:24.410 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:24.410 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 4 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:24.410 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:24.410 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:24.410 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:24.410 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 11."] [id=11] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:24.410 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:24.410 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:24.410 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:24.410 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:24.410 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 1 }"] [region_id=12] [thread_id=102] [2024/05/06 22:08:24.410 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:24.410 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:24.410 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:24.410 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:24.410 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 13."] [id=13] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:24.410 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:24.410 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:24.410 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:24.410 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:24.410 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 1 }"] [region_id=14] [thread_id=102] [2024/05/06 22:08:24.410 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:24.410 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:24.410 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:24.410 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:24.410 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 15."] [id=15] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:24.410 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:24.410 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:24.410 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:24.410 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:24.411 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 17 store_id: 1 }"] [region_id=16] [thread_id=102] [2024/05/06 22:08:24.411 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:24.411 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:24.411 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:24.411 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:24.411 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 17."] [id=17] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:24.411 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:24.411 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:24.411 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:24.411 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:24.411 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=10] [thread_id=101] [2024/05/06 22:08:24.411 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=12] [thread_id=102] [2024/05/06 22:08:24.411 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=14] [thread_id=102] [2024/05/06 22:08:24.411 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=16] [thread_id=101] [2024/05/06 22:08:24.411 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=10] [thread_id=31] [2024/05/06 22:08:24.411 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=12] [thread_id=31] [2024/05/06 22:08:24.411 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=14] [thread_id=31] [2024/05/06 22:08:24.411 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=16] [thread_id=31] [2024/05/06 22:08:24.411 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 17 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:24.411 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:24.411 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:24.411 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=7] [observe_id=ObserveId(1)] [region=3] [thread_id=68] [2024/05/06 22:08:24.411 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:24.411 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(2)] [region=16] [thread_id=68] [2024/05/06 22:08:24.411 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(3)] [region=14] [thread_id=68] [2024/05/06 22:08:24.411 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(5)] [region=10] [thread_id=68] [2024/05/06 22:08:24.411 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(4)] [region=12] [thread_id=68] [2024/05/06 22:08:31.407 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:31.415 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 18 store_id: 2 role: Learner } change_type: AddLearnerNode]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:31.415 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 19 store_id: 2 role: Learner } change_type: AddLearnerNode]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:31.415 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 19 store_id: 2 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.415 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 18 store_id: 2 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.415 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 20 store_id: 2 role: Learner } change_type: AddLearnerNode]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:31.415 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 20 store_id: 2 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.415 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 21 store_id: 2 role: Learner } change_type: AddLearnerNode]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:31.415 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 21 store_id: 2 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.415 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 19 store_id: 2 role: Learner } } }"] [index=7] [term=6] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:31.415 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:31.415 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 20 store_id: 2 role: Learner } } }"] [index=7] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:31.415 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 22 store_id: 2 role: Learner } change_type: AddLearnerNode]"] [region_id=3] [thread_id=31] [2024/05/06 22:08:31.415 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:31.415 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 2 role: Learner }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 20 store_id: 2 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:31.416 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 22 store_id: 2 role: Learner }]"] [peer_id=4] [region_id=3] [thread_id=102] [2024/05/06 22:08:31.416 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 2 role: Learner }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 19 store_id: 2 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:31.416 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 18 store_id: 2 role: Learner } } }"] [index=7] [term=6] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:31.416 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:31.416 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 2 role: Learner }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 18 store_id: 2 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:31.416 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 21 store_id: 2 role: Learner } } }"] [index=7] [term=6] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:31.416 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:31.416 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 2 role: Learner }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 17 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 21 store_id: 2 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:31.416 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 22 store_id: 2 role: Learner } } }"] [index=8] [term=6] [peer_id=4] [region_id=3] [thread_id=103] [2024/05/06 22:08:31.416 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {20}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:31.416 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=4] [region_id=3] [thread_id=103] [2024/05/06 22:08:31.416 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {18}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.416 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 2 role: Learner }"] [original_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 4 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 22 store_id: 2 role: Learner }]"] [peer_id=4] [region_id=3] [thread_id=103] [2024/05/06 22:08:31.416 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 2 role: Learner }"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:31.416 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 2 role: Learner }"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.417 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {19}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.417 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }, learners: {21}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:31.417 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 2 role: Learner }"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.417 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 2 role: Learner }"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:31.417 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4} }, outgoing: Configuration { voters: {} } }, learners: {22}, learners_next: {}, auto_leave: false }"] [raft_id=4] [region_id=3] [thread_id=102] [2024/05/06 22:08:31.417 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 2 role: Learner }"] [peer_id=4] [region_id=3] [thread_id=102] [2024/05/06 22:08:31.417 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20162] [store_id=2] [thread_id=71] [2024/05/06 22:08:31.417 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=2] [addr=127.0.0.1:20162] [thread_id=71] [2024/05/06 22:08:31.418 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=10] [cost=1.099511ms] [addr=127.0.0.1:20162] [store_id=2] [thread_id=71] [2024/05/06 22:08:31.420 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(2)] [thread_id=7] [2024/05/06 22:08:31.421 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=18] [request_index=0] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.421 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=20] [request_index=0] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:31.421 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=21] [request_index=0] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:31.421 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=19] [request_index=0] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.421 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=22] [request_index=0] [peer_id=4] [region_id=3] [thread_id=102] [2024/05/06 22:08:31.422 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:31.422 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:31.422 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:31.422 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:31.422 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:31.422 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:31.422 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=598.212µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:31.422 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=627.232µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:31.422 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=18] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.422 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:31.422 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=19] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.422 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:31.422 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:31.422 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:31.422 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_3_6_8_(default|lock|write).sst] [region_id=3] [thread_id=83] [2024/05/06 22:08:31.422 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_3_6_8_(default|lock|write).sst] [region_id=3] [thread_id=83] [2024/05/06 22:08:31.422 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=454.143µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:31.422 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_3_6_8_(default|lock|write).sst] [region_id=3] [thread_id=83] [2024/05/06 22:08:31.423 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:31.423 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=20] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.423 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=509.748µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_3_6_8_(default|lock|write).sst] [region_id=3] [thread_id=83] [2024/05/06 22:08:31.423 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:31.423 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:31.423 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:31.423 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=22] [peer_id=4] [region_id=3] [thread_id=101] [2024/05/06 22:08:31.423 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:31.423 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:31.423 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=367.481µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:31.423 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=21] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:31.423 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:31.424 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.089135ms] [size=0] [snap_key=14_6_7] [region_id=14] [thread_id=132] [2024/05/06 22:08:31.424 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 20 store_id: 2 role: Learner"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:31.424 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.065467ms] [size=0] [snap_key=3_6_8] [region_id=3] [thread_id=130] [2024/05/06 22:08:31.424 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 22 store_id: 2 role: Learner"] [peer_id=4] [region_id=3] [thread_id=101] [2024/05/06 22:08:31.424 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.813127ms] [size=0] [snap_key=10_6_7] [region_id=10] [thread_id=133] [2024/05/06 22:08:31.424 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.50654ms] [size=0] [snap_key=12_6_7] [region_id=12] [thread_id=131] [2024/05/06 22:08:31.424 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 18 store_id: 2 role: Learner"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.424 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 19 store_id: 2 role: Learner"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.424 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.175953ms] [size=0] [snap_key=16_6_7] [region_id=16] [thread_id=131] [2024/05/06 22:08:31.424 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 21 store_id: 2 role: Learner"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.425 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 20 store_id: 2 }]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:31.425 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 19 store_id: 2 }]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:31.425 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 20 store_id: 2 }]"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.425 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 19 store_id: 2 }]"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.425 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 22 store_id: 2 }]"] [region_id=3] [thread_id=31] [2024/05/06 22:08:31.425 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 22 store_id: 2 }]"] [peer_id=4] [region_id=3] [thread_id=101] [2024/05/06 22:08:31.425 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 19 store_id: 2 } } }"] [index=8] [term=6] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:31.425 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:31.425 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 20 store_id: 2 } } }"] [index=8] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:31.425 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:31.425 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 2 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 2 role: Learner }"] [changes="[peer { id: 19 store_id: 2 }]"] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:31.425 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 2 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 2 role: Learner }"] [changes="[peer { id: 20 store_id: 2 }]"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:31.425 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 18 store_id: 2 }]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:31.425 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 18 store_id: 2 }]"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.425 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 21 store_id: 2 }]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:31.425 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 21 store_id: 2 }]"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.425 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.425 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 22 store_id: 2 } } }"] [index=9] [term=6] [peer_id=4] [region_id=3] [thread_id=104] [2024/05/06 22:08:31.425 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=4] [region_id=3] [thread_id=104] [2024/05/06 22:08:31.425 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 2 }"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.425 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 2 }"] [original_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 2 role: Learner }"] [changes="[peer { id: 22 store_id: 2 }]"] [peer_id=4] [region_id=3] [thread_id=104] [2024/05/06 22:08:31.425 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 18 store_id: 2 } } }"] [index=8] [term=6] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:31.425 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:31.425 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 2 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 2 role: Learner }"] [changes="[peer { id: 18 store_id: 2 }]"] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:31.425 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 21 store_id: 2 } } }"] [index=8] [term=6] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:31.425 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:31.425 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 2 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 2 role: Learner }"] [changes="[peer { id: 21 store_id: 2 }]"] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:31.425 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.425 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 2 }"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.426 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4, 22} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=4] [region_id=3] [thread_id=102] [2024/05/06 22:08:31.426 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {18, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.426 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 2 }"] [peer_id=4] [region_id=3] [thread_id=102] [2024/05/06 22:08:31.426 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 21} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.426 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 2 }"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.426 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 2 }"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.436 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 23 store_id: 5 role: Learner } change_type: AddLearnerNode]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:31.436 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 24 store_id: 5 role: Learner } change_type: AddLearnerNode]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:31.436 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 5 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.436 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 5 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.436 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 25 store_id: 5 role: Learner } change_type: AddLearnerNode]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:31.436 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 5 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:31.436 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 26 store_id: 5 role: Learner } change_type: AddLearnerNode]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:31.436 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 26 store_id: 5 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.436 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 24 store_id: 5 role: Learner } } }"] [index=9] [term=6] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:31.436 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:31.436 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 23 store_id: 5 role: Learner } } }"] [index=9] [term=6] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:31.436 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 2 } peers { id: 24 store_id: 5 role: Learner }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 5 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:31.436 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:31.436 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 2 } peers { id: 23 store_id: 5 role: Learner }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 5 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:31.436 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 27 store_id: 5 role: Learner } change_type: AddLearnerNode]"] [region_id=3] [thread_id=31] [2024/05/06 22:08:31.436 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 27 store_id: 5 role: Learner }]"] [peer_id=4] [region_id=3] [thread_id=101] [2024/05/06 22:08:31.436 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 25 store_id: 5 role: Learner } } }"] [index=9] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:31.436 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 19} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.436 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:31.436 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 2 } peers { id: 25 store_id: 5 role: Learner }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 5 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:31.436 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 2 } peers { id: 24 store_id: 5 role: Learner }"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.436 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 26 store_id: 5 role: Learner } } }"] [index=9] [term=6] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:31.436 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:31.436 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 2 } peers { id: 26 store_id: 5 role: Learner }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 26 store_id: 5 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:31.436 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {18, 11} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.436 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 27 store_id: 5 role: Learner } } }"] [index=10] [term=6] [peer_id=4] [region_id=3] [thread_id=104] [2024/05/06 22:08:31.436 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=4] [region_id=3] [thread_id=104] [2024/05/06 22:08:31.436 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 2 } peers { id: 23 store_id: 5 role: Learner }"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.436 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 2 } peers { id: 27 store_id: 5 role: Learner }"] [original_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 2 }"] [changes="[change_type: AddLearnerNode peer { id: 27 store_id: 5 role: Learner }]"] [peer_id=4] [region_id=3] [thread_id=104] [2024/05/06 22:08:31.437 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 21} }, outgoing: Configuration { voters: {} } }, learners: {26}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.437 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4, 22} }, outgoing: Configuration { voters: {} } }, learners: {27}, learners_next: {}, auto_leave: false }"] [raft_id=4] [region_id=3] [thread_id=101] [2024/05/06 22:08:31.437 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 2 } peers { id: 26 store_id: 5 role: Learner }"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.437 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 2 } peers { id: 27 store_id: 5 role: Learner }"] [peer_id=4] [region_id=3] [thread_id=101] [2024/05/06 22:08:31.437 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 15} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:31.437 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 2 } peers { id: 25 store_id: 5 role: Learner }"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:31.437 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20161] [store_id=5] [thread_id=71] [2024/05/06 22:08:31.437 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=5] [addr=127.0.0.1:20161] [thread_id=71] [2024/05/06 22:08:31.438 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=10] [cost=653.905µs] [addr=127.0.0.1:20161] [store_id=5] [thread_id=71] [2024/05/06 22:08:31.440 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(5)] [thread_id=8] [2024/05/06 22:08:31.440 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=24] [request_index=0] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.440 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=26] [request_index=0] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.440 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=23] [request_index=0] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.440 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=25] [request_index=0] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.440 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=27] [request_index=0] [peer_id=4] [region_id=3] [thread_id=102] [2024/05/06 22:08:31.441 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:31.441 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:31.441 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:31.441 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:31.441 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:31.441 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:31.441 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=452.013µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:31.441 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=24] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.441 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=534.562µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:31.441 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:31.441 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:31.441 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:31.441 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=23] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.441 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:31.442 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:31.442 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=341.152µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:31.442 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_3_6_10_(default|lock|write).sst] [region_id=3] [thread_id=83] [2024/05/06 22:08:31.442 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_3_6_10_(default|lock|write).sst] [region_id=3] [thread_id=83] [2024/05/06 22:08:31.442 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=26] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.442 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_3_6_10_(default|lock|write).sst] [region_id=3] [thread_id=83] [2024/05/06 22:08:31.442 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:31.442 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:31.442 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:31.442 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:31.442 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=463.379µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_3_6_10_(default|lock|write).sst] [region_id=3] [thread_id=83] [2024/05/06 22:08:31.442 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=392.062µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:31.442 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=27] [peer_id=4] [region_id=3] [thread_id=102] [2024/05/06 22:08:31.442 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:31.442 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=25] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.442 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:31.443 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.296824ms] [size=0] [snap_key=16_6_9] [region_id=16] [thread_id=130] [2024/05/06 22:08:31.443 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 26 store_id: 5 role: Learner"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.443 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.82727ms] [size=0] [snap_key=12_6_9] [region_id=12] [thread_id=131] [2024/05/06 22:08:31.443 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 24 store_id: 5 role: Learner"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.443 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.174746ms] [size=0] [snap_key=3_6_10] [region_id=3] [thread_id=130] [2024/05/06 22:08:31.443 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.726705ms] [size=0] [snap_key=10_6_9] [region_id=10] [thread_id=133] [2024/05/06 22:08:31.443 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 27 store_id: 5 role: Learner"] [peer_id=4] [region_id=3] [thread_id=102] [2024/05/06 22:08:31.443 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 23 store_id: 5 role: Learner"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.444 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.271918ms] [size=0] [snap_key=14_6_9] [region_id=14] [thread_id=133] [2024/05/06 22:08:31.444 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 25 store_id: 5 role: Learner"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:31.444 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 26 store_id: 5 }]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:31.444 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 23 store_id: 5 }]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:31.444 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 26 store_id: 5 }]"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.444 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 23 store_id: 5 }]"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.444 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 24 store_id: 5 }]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:31.444 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 24 store_id: 5 }]"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.444 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 27 store_id: 5 }]"] [region_id=3] [thread_id=31] [2024/05/06 22:08:31.444 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 27 store_id: 5 }]"] [peer_id=4] [region_id=3] [thread_id=102] [2024/05/06 22:08:31.444 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 25 store_id: 5 }]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:31.444 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 25 store_id: 5 }]"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.444 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 26 store_id: 5 } } }"] [index=10] [term=6] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:31.444 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:31.444 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 5 } } }"] [index=10] [term=6] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:31.444 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 2 } peers { id: 26 store_id: 5 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 2 } peers { id: 26 store_id: 5 role: Learner }"] [changes="[peer { id: 26 store_id: 5 }]"] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:31.444 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:31.444 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 2 } peers { id: 23 store_id: 5 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 2 } peers { id: 23 store_id: 5 role: Learner }"] [changes="[peer { id: 23 store_id: 5 }]"] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:31.445 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 21, 26} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.445 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 5 } } }"] [index=10] [term=6] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:31.445 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:31.445 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 1 } peers { id: 21 store_id: 2 } peers { id: 26 store_id: 5 }"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.445 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 2 } peers { id: 24 store_id: 5 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 2 } peers { id: 24 store_id: 5 role: Learner }"] [changes="[peer { id: 24 store_id: 5 }]"] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:31.445 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 27 store_id: 5 } } }"] [index=11] [term=6] [peer_id=4] [region_id=3] [thread_id=104] [2024/05/06 22:08:31.445 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=4] [region_id=3] [thread_id=104] [2024/05/06 22:08:31.445 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 2 } peers { id: 27 store_id: 5 }"] [original_region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 2 } peers { id: 27 store_id: 5 role: Learner }"] [changes="[peer { id: 27 store_id: 5 }]"] [peer_id=4] [region_id=3] [thread_id=104] [2024/05/06 22:08:31.445 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 5 } } }"] [index=10] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:31.445 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:31.445 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 2 } peers { id: 25 store_id: 5 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 2 } peers { id: 25 store_id: 5 role: Learner }"] [changes="[peer { id: 25 store_id: 5 }]"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:31.445 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {23, 18, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.445 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 1 } peers { id: 18 store_id: 2 } peers { id: 23 store_id: 5 }"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.445 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {24, 13, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.445 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4, 22, 27} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=4] [region_id=3] [thread_id=101] [2024/05/06 22:08:31.445 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 1 } peers { id: 19 store_id: 2 } peers { id: 24 store_id: 5 }"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:31.445 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 25, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:31.445 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 3 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 4 store_id: 1 } peers { id: 22 store_id: 2 } peers { id: 27 store_id: 5 }"] [peer_id=4] [region_id=3] [thread_id=101] [2024/05/06 22:08:31.445 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 1 } peers { id: 20 store_id: 2 } peers { id: 25 store_id: 5 }"] [peer_id=15] [region_id=14] [thread_id=102] + find . -name '*.out' -type f -exec tail -n 500 '{}' + [Pipeline] // dir [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] // dir [Pipeline] // dir [Pipeline] // dir [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // dir [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] } [1,540 / 1,567] GoCompilePkg pkg/planner/core/core.a; Downloading pkg/planner/core/core.a, 28.3 MiB / 47.0 MiB; 2s remote-cache ... (3 actions, 0 running) [Pipeline] // container [Pipeline] // container [1,532 / 1,567] GoCompilePkg pkg/executor/internal/exec/exec.a; Downloading pkg/executor/internal/exec/exec.a, 107.7 KiB / 7.2 MiB; 2s remote-cache ... (5 actions, 0 running) [Pipeline] // container [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] // withEnv [Pipeline] // withEnv [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // node [Pipeline] // node [Pipeline] // node [1,557 / 1,567] [Prepa] GoCompilePkg pkg/session/session.a [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // podTemplate [Pipeline] // podTemplate [Pipeline] // podTemplate [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [1,557 / 1,567] [Prepa] GoCompilePkg pkg/session/session.a [Pipeline] } [Pipeline] // withEnv [Pipeline] // withEnv [Pipeline] // withEnv [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [1,566 / 1,567] GoLink tests/realtikvtest/importintotest3/importintotest3_test_/importintotest3_test; Downloading tests/realtikvtest/importintotest3/importintotest3_test_/importintotest3_test, 178.2 MiB / 214.6 MiB; 1s remote-cache [1,566 / 1,567] GoLink tests/realtikvtest/importintotest4/importintotest4_test_/importintotest4_test; Downloading tests/realtikvtest/importintotest4/importintotest4_test_/importintotest4_test, 78.6 MiB / 214.6 MiB; 0s remote-cache [1,571 / 1,575] [Prepa] JavaToolchainCompileClasses external/bazel_tools/tools/jdk/platformclasspath_classes [for tool] [1,567 / 1,573] [Prepa] Writing file tests/realtikvtest/importintotest4/importintotest4_test.instrumented_files ... (2 actions, 0 running) [1,574 / 1,575] 1 / 1 tests; Testing //tests/realtikvtest/importintotest3:importintotest3_test; 0s remote-cache INFO: From Testing //tests/realtikvtest/importintotest3:importintotest3_test: ==================== Test output for //tests/realtikvtest/importintotest3:importintotest3_test: === RUN TestImportInto [2024/05/06 11:52:48.775 +00:00] [INFO] [pd_service_discovery.go:991] ["[pd] update member urls"] [old-urls="[http://127.0.0.1:2379]"] [new-urls="[http://127.0.0.1:2379,http://127.0.0.1:2382,http://127.0.0.1:2384]"] [2024/05/06 11:52:48.775 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:52:48.778 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852659043634778] [2024/05/06 11:52:48.780 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:48.780 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:52:48.782 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:48.782 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:48.782 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:52:48.782 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:52:48.783 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:48.792 +00:00] [INFO] [tikv_driver.go:197] ["using API V1."] [2024/05/06 11:52:48.812 +00:00] [INFO] [store_cache.go:510] ["change store resolve state"] [store=1] [addr=127.0.0.1:20160] [from=unresolved] [to=resolved] [liveness-state=reachable] [2024/05/06 11:52:48.815 +00:00] [INFO] [store_cache.go:510] ["change store resolve state"] [store=5] [addr=127.0.0.1:20161] [from=unresolved] [to=resolved] [liveness-state=reachable] [2024/05/06 11:52:48.818 +00:00] [INFO] [store_cache.go:510] ["change store resolve state"] [store=4] [addr=127.0.0.1:20162] [from=unresolved] [to=resolved] [liveness-state=reachable] [2024/05/06 11:52:48.861 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 11:52:48.861 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 11:52:48.877 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 11:52:48.877 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 11:52:48.915 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 11:52:48.964 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=tikv-7365852659043634778] ["ddl lease"=500ms] ["stats lease"=3s] [2024/05/06 11:52:49.156 +00:00] [WARN] [info.go:316] ["init TiFlashReplicaManager"] [2024/05/06 11:52:49.389 +00:00] [INFO] [domain.go:2796] [acquireServerID] [serverID=1] ["lease id"=3eaa8f4dbd75af70] [2024/05/06 11:52:49.395 +00:00] [INFO] [controller.go:185] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":10,\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":10,\"DegradedModeWaitDuration\":0}"] [2024/05/06 11:52:49.408 +00:00] [WARN] [domain.go:245] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\tpkg/domain/domain.go:335\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:242\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:606\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init\n\tpkg/domain/domain.go:1260\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get.func1\n\tpkg/session/tidb.go:92\ngithub.com/pingcap/tidb/pkg/util.RunWithRetry\n\tpkg/util/misc.go:70\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get\n\tpkg/session/tidb.go:79\ngithub.com/pingcap/tidb/pkg/session.createSessionWithOpt\n\tpkg/session/session.go:3620\ngithub.com/pingcap/tidb/pkg/session.createSession\n\tpkg/session/session.go:3612\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3562\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3346\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3312\ngithub.com/pingcap/tidb/tests/realtikvtest.CreateMockStoreAndDomainAndSetup\n\ttests/realtikvtest/testkit.go:124\ngithub.com/pingcap/tidb/tests/realtikvtest.CreateMockStoreAndSetup\n\ttests/realtikvtest/testkit.go:99\ntests/realtikvtest/importintotest3/importintotest3_test.(*mockGCSSuite).SetupSuite\n\ttests/realtikvtest/importintotest3/main_test.go:63\ngithub.com/stretchr/testify/suite.Run\n\texternal/com_github_stretchr_testify/suite/suite.go:157\ntests/realtikvtest/importintotest3/importintotest3_test.TestImportInto\n\ttests/realtikvtest/importintotest3/main_test.go:48\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [version=0] [2024/05/06 11:52:49.455 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=0] ["start time"=46.140662ms] [2024/05/06 11:52:49.461 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 11:52:49.461 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=819d8ba9-f6ec-4676-8ff3-15a72e32d321] [runWorker=true] [2024/05/06 11:52:49.461 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=false] [2024/05/06 11:52:49.468 +00:00] [INFO] [manager.go:188] ["start campaign owner"] [ownerInfo="[ddl] /tidb/ddl/fg/owner"] [2024/05/06 11:52:49.471 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 11:52:49.471 +00:00] [WARN] [env.go:51] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2024/05/06 11:52:49.471 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 11:52:49.472 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 11:52:49.472 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 11:52:49.472 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 11:52:49.472 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 11:52:49.472 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 11:52:49.472 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 11:52:49.472 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 11:52:49.472 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 11:52:49.472 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 11:52:49.472 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 11:52:49.473 +00:00] [INFO] [owner_daemon.go:70] ["begin advancer daemon"] [daemon-id=LogBackup::Advancer] [2024/05/06 11:52:49.473 +00:00] [INFO] [manager.go:188] ["start campaign owner"] [ownerInfo="[log-backup] /tidb/br-stream/owner"] [2024/05/06 11:52:49.478 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=logBackupAdvancer] [2024/05/06 11:52:49.479 +00:00] [INFO] [owner_daemon.go:81] ["begin running daemon"] [id=b33d2acb-81fa-4bfb-b661-ba1e4bae55c0] [daemon-id=LogBackup::Advancer] [2024/05/06 11:52:49.480 +00:00] [INFO] [manager.go:354] ["get owner"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager 819d8ba9-f6ec-4676-8ff3-15a72e32d321"] ["owner key"=/tidb/ddl/fg/owner/3eaa8f4dbd75af74] [ownerID=819d8ba9-f6ec-4676-8ff3-15a72e32d321] [op=none] [2024/05/06 11:52:49.481 +00:00] [INFO] [manager.go:354] ["get owner"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager b33d2acb-81fa-4bfb-b661-ba1e4bae55c0"] ["owner key"=/tidb/br-stream/owner/3eaa8f4dbd75af76] [ownerID=b33d2acb-81fa-4bfb-b661-ba1e4bae55c0] [op=none] [2024/05/06 11:52:49.494 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=0] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2024/05/06 11:52:49.523 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 11:52:49.525 +00:00] [INFO] [manager.go:354] ["get owner"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager 819d8ba9-f6ec-4676-8ff3-15a72e32d321"] ["owner key"=/tidb/ddl/fg/owner/3eaa8f4dbd75af74] [ownerID=819d8ba9-f6ec-4676-8ff3-15a72e32d321] [op=none] [2024/05/06 11:52:49.525 +00:00] [INFO] [manager.go:394] ["set owner op is the same as the original, so do nothing."] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager 819d8ba9-f6ec-4676-8ff3-15a72e32d321"] [op=none] [2024/05/06 11:52:49.525 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 11:52:49.557 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:52:49.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:49.557 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:52:49.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS test"] [2024/05/06 11:52:49.675 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=3] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:49.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:49.789 +00:00] [INFO] [syncer.go:352] ["syncer check all versions, someone is not synced"] [category=ddl] [info="instance ip , port 4000, id 819d8ba9-f6ec-4676-8ff3-15a72e32d321"] ["ddl job id"=3] [ver=1] [2024/05/06 11:52:49.807 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=1] ["start time"=75.970848ms] [2024/05/06 11:52:49.817 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 11:52:49.836 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:49.836 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2024/05/06 11:52:49.867 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=143.465085ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:52:49.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:49.993 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:49.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:50.040 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=3] [2024/05/06 11:52:50.040 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:50.050 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.556441577\n# Parse_time: 0\n# Compile_time: 0.000969564\n# Rewrite_time: 0.000044972\n# Optimize_time: 0\n# Wait_TS: 0.000938209\n# DB: mysql\n# Is_internal: true\n# Digest: 0a22979ad136f741465cf206b13e5717b9758dda34f7cae5a7a925f91711d6a0\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse mysql;\n;"] [2024/05/06 11:52:50.052 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2024/05/06 11:52:50.089 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tPRIMARY KEY (Host, User));"] [user=] [2024/05/06 11:52:50.435 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:50.098 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:50.435 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:50.098 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tPRIMARY KEY (Host, User));"] [2024/05/06 11:52:50.487 +00:00] [WARN] [runaway.go:166] ["failed to start runaway manager loop, please check whether the bootstrap or update is finished"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:141\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:67\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2089\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:1993\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1958\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1944\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1948\ngithub.com/pingcap/tidb/pkg/domain.(*SystemTableReader).Read\n\tpkg/domain/runaway.go:655\ngithub.com/pingcap/tidb/pkg/domain.getRunawayWatchRecord\n\tpkg/domain/runaway.go:543\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getWatchRecord\n\tpkg/domain/runaway.go:526\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getNewWatchRecords\n\tpkg/domain/runaway.go:509\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:177\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayStartLoop\n\tpkg/domain/runaway.go:156\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 11:52:50.559 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=5] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:50.098 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:51.089 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=1] [neededSchemaVersion=2] ["start time"=14.235663ms] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:51.108 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:51.109 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2024/05/06 11:52:51.130 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=65.031877ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:50.098 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:51.284 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:50.098 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:51.472 +00:00] [INFO] [info.go:1142] [SetTiFlashGroupConfig] [2024/05/06 11:52:51.474 +00:00] [WARN] [info.go:506] ["response not 200"] [method=GET] [host=127.0.0.1:2379] [url=/pd/api/v1/config/rule_group/tiflash] ["http status"=404] [2024/05/06 11:52:51.607 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=5] [2024/05/06 11:52:51.607 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:51.615 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 1.5406910969999998\n# Parse_time: 0\n# Compile_time: 0.014417025\n# Rewrite_time: 0.000029191\n# Optimize_time: 0\n# Wait_TS: 0.000840307\n# DB: mysql\n# Is_internal: true\n# Digest: 1dcdddcae0fb6a3fa29440fed26e29fecfb2c265d457dd4657cef0ce99abd274\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:51.622 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=2] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [user=] [2024/05/06 11:52:51.701 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:51.598 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:51.701 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:51.598 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [2024/05/06 11:52:51.781 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=7] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:51.598 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:51.896 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=2] [neededSchemaVersion=3] ["start time"=4.140353ms] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:51.935 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:51.936 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2024/05/06 11:52:51.944 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=58.668429ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:51.598 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:52.034 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:51.598 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:52.122 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=7] [2024/05/06 11:52:52.122 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:52.134 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.511094012\n# Parse_time: 0\n# Compile_time: 0.003082708\n# Rewrite_time: 0.000014459\n# Optimize_time: 0\n# Wait_TS: 0.000760178\n# DB: mysql\n# Is_internal: true\n# Digest: eeb59bc0d98f65a2a5aef8eaa99596260e746b00eed183baf856558ef03533ac\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:52.147 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=3] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User))"] [user=] [2024/05/06 11:52:52.313 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:52.15 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:52.313 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:52.15 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User))"] [2024/05/06 11:52:52.419 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=9] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:52.15 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:52.561 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=3] [neededSchemaVersion=4] ["start time"=4.300893ms] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:52.580 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:52.580 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2024/05/06 11:52:52.607 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=57.783099ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:52.15 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:52.750 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:52.15 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:52.825 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=9] [2024/05/06 11:52:52.825 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:52.832 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.688019073\n# Parse_time: 0\n# Compile_time: 0.004025832\n# Rewrite_time: 0.000016546\n# Optimize_time: 0\n# Wait_TS: 0.000570316\n# DB: mysql\n# Is_internal: true\n# Digest: 3bc9b46cf9e300a8d240915cf47216424544ed9f992c07151fba2e2cadc41632\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Warnings: [{\"Level\":\"Warning\",\"Message\":\"BLOB/TEXT/JSON column 'Priv' can't have a default value\"}]\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:52.855 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=4] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User));"] [user=] [2024/05/06 11:52:53.148 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:52.949 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:53.149 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:52.949 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User));"] [2024/05/06 11:52:53.264 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=11] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:52.949 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:53.560 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=4] [neededSchemaVersion=5] ["start time"=9.158301ms] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:53.578 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:53.578 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2024/05/06 11:52:53.594 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=55.99201ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:52.949 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:53.699 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:52.949 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:53.888 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=11] [2024/05/06 11:52:53.888 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:53.898 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 1.052982472\n# Parse_time: 0\n# Compile_time: 0.009809107\n# Rewrite_time: 0.000015932\n# Optimize_time: 0\n# Wait_TS: 0.002448639\n# DB: mysql\n# Is_internal: true\n# Digest: e02ee30435ff06e52f357a0a68828973f373118f7009cbdfbeb747a4e7d91418\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:53.905 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=5] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name));"] [user=] [2024/05/06 11:52:54.029 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:53.899 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:54.030 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:53.899 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name));"] [2024/05/06 11:52:54.165 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=13] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:53.899 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:54.322 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=5] [neededSchemaVersion=6] ["start time"=9.604174ms] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:54.340 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:54.340 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2024/05/06 11:52:54.360 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=55.037148ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:53.899 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:54.509 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:53.899 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:54.594 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=13] [2024/05/06 11:52:54.594 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:54.600 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.698450631\n# Parse_time: 0\n# Compile_time: 0.003551878\n# Rewrite_time: 0.00001277\n# Optimize_time: 0\n# Wait_TS: 0.000420093\n# DB: mysql\n# Is_internal: true\n# Digest: 5759132672d59a4de3b27e6fbbd8f039e7489d9187962651ede26b9390589e5c\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:54.608 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=6] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name));"] [user=] [2024/05/06 11:52:54.868 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:54.599 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:54.868 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:54.599 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name));"] [2024/05/06 11:52:54.917 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=15] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:54.599 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:55.094 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=6] [neededSchemaVersion=7] ["start time"=5.664813ms] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:55.113 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:55.113 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2024/05/06 11:52:55.144 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=64.869679ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:54.599 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:55.239 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:54.599 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:55.352 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=15] [2024/05/06 11:52:55.352 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:55.358 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.754785473\n# Parse_time: 0\n# Compile_time: 0.004706894\n# Rewrite_time: 0.000014207\n# Optimize_time: 0\n# Wait_TS: 0.000590727\n# DB: mysql\n# Is_internal: true\n# Digest: 36f214f75d4d00ba6ac1ac7b8c95c01ec9574a40c07a536b2afe7a72144551b8\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:55.362 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=7] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [user=] [2024/05/06 11:52:55.452 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:55.349 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:55.453 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:55.349 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [2024/05/06 11:52:55.687 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=17] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:55.349 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:55.814 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=7] [neededSchemaVersion=8] ["start time"=7.669921ms] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:55.832 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:55.832 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2024/05/06 11:52:55.851 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=57.150235ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:55.349 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:55.949 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:55.349 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:56.107 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=17] [2024/05/06 11:52:56.107 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:56.113 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.752543624\n# Parse_time: 0\n# Compile_time: 0.001878122\n# Rewrite_time: 0.00001399\n# Optimize_time: 0\n# Wait_TS: 0.000713483\n# DB: mysql\n# Is_internal: true\n# Digest: 1b59564c29970a0a8880792322e02b7df09888f7d0a2dfc190f3ed0ff12369d4\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:56.117 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=8] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [user=] [2024/05/06 11:52:56.238 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:56.148 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:56.238 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:56.148 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [2024/05/06 11:52:56.327 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=19] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:56.148 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:56.435 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=8] [neededSchemaVersion=9] ["start time"=4.928428ms] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:56.451 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:56.451 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2024/05/06 11:52:56.488 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=67.713569ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:56.148 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:56.599 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:56.148 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:56.700 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=19] [2024/05/06 11:52:56.700 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:56.707 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.591461677\n# Parse_time: 0\n# Compile_time: 0.00204298\n# Rewrite_time: 0.000015806\n# Optimize_time: 0\n# Wait_TS: 0.005189675\n# DB: mysql\n# Is_internal: true\n# Digest: ade124588c0253b12ce82702300a98a0ff778787142ce450039efbd6347664dc\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:56.715 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=9] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [user=] [2024/05/06 11:52:56.811 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:56.7 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:56.812 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:56.7 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [2024/05/06 11:52:56.899 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=21] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:56.7 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:57.032 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=9] [neededSchemaVersion=10] ["start time"=5.286071ms] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:57.050 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:57.050 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2024/05/06 11:52:57.079 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=58.627859ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:56.7 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:57.211 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:56.7 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:57.302 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=21] [2024/05/06 11:52:57.302 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:57.309 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.597849286\n# Parse_time: 0\n# Compile_time: 0.003597663\n# Rewrite_time: 0.000014976\n# Optimize_time: 0\n# Wait_TS: 0.000654242\n# DB: mysql\n# Is_internal: true\n# Digest: be740d9d66f07e7842e3b48027d6fb3ef54623295384e63dcbf3e1c8a9f15c10\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:57.316 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=10] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [user=] [2024/05/06 11:52:57.418 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:57.299 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:57.418 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:57.299 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [2024/05/06 11:52:57.528 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=23] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:57.299 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:57.696 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=10] [neededSchemaVersion=11] ["start time"=10.089149ms] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:57.715 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:57.715 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2024/05/06 11:52:57.734 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=56.936819ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:57.299 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:57.815 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:57.299 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:57.896 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=23] [2024/05/06 11:52:57.896 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:57.902 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.588542364\n# Parse_time: 0\n# Compile_time: 0.00290424\n# Rewrite_time: 0.000014282\n# Optimize_time: 0\n# Wait_TS: 0.00092205\n# DB: mysql\n# Is_internal: true\n# Digest: 2db2929397c955d277d1b5400209b98787aa0797f979b9c213e3924c27b82ea9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:57.913 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=11] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2024/05/06 11:52:57.916 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2024/05/06 11:52:58.046 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:57.898 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:58.046 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:57.898 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [2024/05/06 11:52:58.165 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=25] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:57.898 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:58.405 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=11] [neededSchemaVersion=12] ["start time"=6.742879ms] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:58.424 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:58.425 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2024/05/06 11:52:58.446 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=60.37828ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:57.898 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:58.532 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:57.898 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:58.693 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=25] [2024/05/06 11:52:58.694 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:58.714 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.80534059\n# Parse_time: 0\n# Compile_time: 0.005081256\n# Rewrite_time: 0.000013685\n# Optimize_time: 0\n# Wait_TS: 0.00117285\n# DB: mysql\n# Is_internal: true\n# Digest: e038e634a5f1b7e5429d1252be7edf0ffb0922e8636032b9c68fd59f0484f6ef\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:58.722 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=12] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [user=] [2024/05/06 11:52:58.850 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:58.748 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:58.850 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:58.748 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [2024/05/06 11:52:58.951 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=27] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:58.748 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:59.134 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=12] [neededSchemaVersion=13] ["start time"=6.662285ms] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:59.150 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:59.150 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2024/05/06 11:52:59.175 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=64.393486ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:58.748 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:59.324 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:58.748 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:59.431 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=27] [2024/05/06 11:52:59.431 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:59.439 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.721095494\n# Parse_time: 0\n# Compile_time: 0.004346031\n# Rewrite_time: 0.000015258\n# Optimize_time: 0\n# Wait_TS: 0.000535499\n# DB: mysql\n# Is_internal: true\n# Digest: 84a28596914df45e10de865c11a515d8595f2c38a422f5c8d8fb86a470ba5cad\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:59.444 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=13] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [user=] [2024/05/06 11:52:59.555 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:59.449 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:59.555 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:59.449 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [2024/05/06 11:52:59.647 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=29] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:59.449 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:59.819 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=13] [neededSchemaVersion=14] ["start time"=11.684196ms] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:59.838 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:59.838 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2024/05/06 11:52:59.853 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=56.719856ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:59.449 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:59.947 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:59.449 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:00.116 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=29] [2024/05/06 11:53:00.116 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:00.122 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.679946342\n# Parse_time: 0\n# Compile_time: 0.002404672\n# Rewrite_time: 0.000013187\n# Optimize_time: 0\n# Wait_TS: 0.002407403\n# DB: mysql\n# Is_internal: true\n# Digest: 4407fc98c36858aed19a41d8ab6383e7885e71a2edd2716950a8847ee0c4ccd2\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:00.129 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=14] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [user=] [2024/05/06 11:53:00.212 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:00.148 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:00.212 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:00.148 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [2024/05/06 11:53:00.300 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=31] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:00.148 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:00.454 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=14] [neededSchemaVersion=15] ["start time"=4.197099ms] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:00.473 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:00.473 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2024/05/06 11:53:00.497 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=55.65431ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:00.148 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:00.587 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:00.148 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:00.660 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=31] [2024/05/06 11:53:00.660 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:00.677 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.551126222\n# Parse_time: 0\n# Compile_time: 0.003176582\n# Rewrite_time: 0.000020365\n# Optimize_time: 0\n# Wait_TS: 0.000499747\n# DB: mysql\n# Is_internal: true\n# Digest: 6f80e6944eacefde08a31e8364b171d37e77c4bebc7757ae375b47812ca371cb\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:00.682 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=15] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [user=] [2024/05/06 11:53:00.828 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:00.698 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:00.828 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:00.698 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [2024/05/06 11:53:00.904 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=33] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:00.698 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:01.029 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=15] [neededSchemaVersion=16] ["start time"=3.666162ms] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:01.046 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:01.047 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2024/05/06 11:53:01.086 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=70.886352ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:00.698 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:01.189 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:00.698 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:01.260 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=33] [2024/05/06 11:53:01.260 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:01.265 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.585704761\n# Parse_time: 0\n# Compile_time: 0.002448059\n# Rewrite_time: 0.000014857\n# Optimize_time: 0\n# Wait_TS: 0.004734937\n# DB: mysql\n# Is_internal: true\n# Digest: ae00140f19e8173091b9a44ece06f4d51ecf640b3c9c924a7be8a7394182215f\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:01.273 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=16] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [user=] [2024/05/06 11:53:01.367 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:01.298 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:01.367 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:01.298 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [2024/05/06 11:53:01.458 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=35] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:01.298 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:01.479 +00:00] [INFO] [owner_daemon.go:56] ["daemon became owner"] [id=b33d2acb-81fa-4bfb-b661-ba1e4bae55c0] [daemon-id=LogBackup::Advancer] [2024/05/06 11:53:01.479 +00:00] [INFO] [advancer.go:513] ["Subscription handler spawned."] [category="log backup subscription manager"] [2024/05/06 11:53:01.599 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=16] [neededSchemaVersion=17] ["start time"=6.064701ms] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:01.620 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:01.621 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2024/05/06 11:53:01.641 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=58.091737ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:01.298 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:01.711 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:01.298 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:01.797 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=35] [2024/05/06 11:53:01.798 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:01.804 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.534593148\n# Parse_time: 0\n# Compile_time: 0.003412226\n# Rewrite_time: 0.000016282\n# Optimize_time: 0\n# Wait_TS: 0.000739786\n# DB: mysql\n# Is_internal: true\n# Digest: b0ac22a8699b953eeb48be3f830e94a20801551f37159b586c40d30dc883661d\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:01.811 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=17] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER)\n\t)"] [user=] [2024/05/06 11:53:01.911 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:01.798 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:01.911 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:01.798 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER)\n\t)"] [2024/05/06 11:53:01.997 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=37] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:01.798 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:02.116 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=17] [neededSchemaVersion=18] ["start time"=4.10183ms] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:02.139 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:02.139 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2024/05/06 11:53:02.161 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=55.851824ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:01.798 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:02.233 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:01.798 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:02.309 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=37] [2024/05/06 11:53:02.309 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:02.317 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.509293458\n# Parse_time: 0\n# Compile_time: 0.003073945\n# Rewrite_time: 0.000013897\n# Optimize_time: 0\n# Wait_TS: 0.000654683\n# DB: mysql\n# Is_internal: true\n# Digest: 9e6b544fb0287e9d8a74031560ed0cd6a5b4e54db073b893a68a76b05d929781\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:02.328 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=18] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql TEXT NOT NULL,\n\t\tbind_sql TEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64),\n\t\tplan_digest varchar(64),\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/06 11:53:02.453 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:02.348 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:02.453 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:02.348 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql TEXT NOT NULL,\n\t\tbind_sql TEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64),\n\t\tplan_digest varchar(64),\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 11:53:02.594 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=39] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:02.348 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:02.782 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=18] [neededSchemaVersion=19] ["start time"=12.536917ms] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:02.813 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:02.813 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2024/05/06 11:53:02.826 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=67.612411ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:02.348 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:02.916 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:02.348 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:03.048 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=39] [2024/05/06 11:53:03.049 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:03.054 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.729944895\n# Parse_time: 0\n# Compile_time: 0.003986108\n# Rewrite_time: 0.000012422\n# Optimize_time: 0\n# Wait_TS: 0.000506228\n# DB: mysql\n# Is_internal: true\n# Digest: 906c8d2d8937c4ba0f1e3f03de3e50407e0940fb66383a443b19d383373b2bb9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:03.119 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=19] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2024/05/06 11:53:03.246 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:03.098 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:03.247 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:03.098 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2024/05/06 11:53:03.323 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=41] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:03.098 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:03.440 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=19] [neededSchemaVersion=20] ["start time"=4.257628ms] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:03.454 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:03.454 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2024/05/06 11:53:03.487 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=58.157059ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:03.098 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:03.616 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:03.098 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:03.694 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=41] [2024/05/06 11:53:03.694 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:03.702 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.585434063\n# Parse_time: 0\n# Compile_time: 0.002536585\n# Rewrite_time: 0.000013889\n# Optimize_time: 0\n# Wait_TS: 0.000578832\n# DB: mysql\n# Is_internal: true\n# Digest: df1a9dde39341a07eb2fb8ef599e6652770203b79af3e1800917053820a3b51c\n# Num_cop_tasks: 0\n# Mem_max: 4096\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:03.705 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=20] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [user=] [2024/05/06 11:53:03.805 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:03.698 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:03.805 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:03.698 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [2024/05/06 11:53:03.890 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=43] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:03.698 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:04.038 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=20] [neededSchemaVersion=21] ["start time"=9.30132ms] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:04.040 +00:00] [INFO] [syncer.go:352] ["syncer check all versions, someone is not synced"] [category=ddl] [info="instance ip , port 4000, id 819d8ba9-f6ec-4676-8ff3-15a72e32d321"] ["ddl job id"=43] [ver=21] [2024/05/06 11:53:04.058 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:04.058 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2024/05/06 11:53:04.064 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=84.889966ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:03.698 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:04.189 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:03.698 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:04.268 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=43] [2024/05/06 11:53:04.269 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:04.277 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.573545969\n# Parse_time: 0\n# Compile_time: 0.001656705\n# Rewrite_time: 0.000016038\n# Optimize_time: 0\n# Wait_TS: 0.000594342\n# DB: mysql\n# Is_internal: true\n# Digest: 988ff7e96344f475621bfec9765ba7b507e76d86daa1e3fdf0f9eadbd538afd0\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:04.280 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=21] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [user=] [2024/05/06 11:53:04.341 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:04.3 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:04.341 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:04.3 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [2024/05/06 11:53:04.416 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=45] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:04.3 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:04.514 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=21] [neededSchemaVersion=22] ["start time"=4.836858ms] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:04.534 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:04.534 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2024/05/06 11:53:04.547 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=69.937694ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:04.3 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:04.660 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:04.3 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:04.719 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=45] [2024/05/06 11:53:04.719 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:04.725 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.446012327\n# Parse_time: 0\n# Compile_time: 0.001415772\n# Rewrite_time: 0.000014442\n# Optimize_time: 0\n# Wait_TS: 0.000899964\n# DB: mysql\n# Is_internal: true\n# Digest: 58329d63c08bcbc761a6b408e882dc874ae0220c9a2aaaeab91d992543fef52b\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:04.733 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=22] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [user=] [2024/05/06 11:53:04.832 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:04.749 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:04.832 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:04.749 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [2024/05/06 11:53:04.899 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=47] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:04.749 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:05.050 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=22] [neededSchemaVersion=23] ["start time"=5.05579ms] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:05.067 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:05.067 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2024/05/06 11:53:05.094 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=55.276273ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:04.749 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:05.214 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:04.749 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:05.299 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=47] [2024/05/06 11:53:05.300 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:05.304 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.575443698\n# Parse_time: 0\n# Compile_time: 0.004030242\n# Rewrite_time: 0.000013378\n# Optimize_time: 0\n# Wait_TS: 0.000574594\n# DB: mysql\n# Is_internal: true\n# Digest: 9c4f6672f019f6d6c588a6b2eb00b13f041ee54cb97f253f85d7ae52df9d23c6\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:05.308 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2024/05/06 11:53:05.397 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:05.299 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:05.397 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:05.299 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2024/05/06 11:53:05.474 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=49] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:05.299 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:05.607 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=23] [neededSchemaVersion=24] ["start time"=4.010342ms] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:05.623 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:05.623 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2024/05/06 11:53:05.646 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=56.315018ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:05.299 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:05.739 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:05.299 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:05.818 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=49] [2024/05/06 11:53:05.819 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:05.826 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.519455977\n# Parse_time: 0\n# Compile_time: 0.001641345\n# Rewrite_time: 0.000010197\n# Optimize_time: 0\n# Wait_TS: 0.000862629\n# DB: mysql\n# Is_internal: true\n# Digest: 9e692f90f6e351e4eecf3fbff7177acf0a166d0cd79badb0ce0ced2bb754eb99\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:05.832 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV)\n\t);"] [user=] [2024/05/06 11:53:05.931 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:05.848 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:05.931 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:05.848 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV)\n\t);"] [2024/05/06 11:53:06.054 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=51] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:05.848 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:06.216 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=24] [neededSchemaVersion=25] ["start time"=19.84586ms] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:06.243 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:06.243 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2024/05/06 11:53:06.247 +00:00] [INFO] [syncer.go:352] ["syncer check all versions, someone is not synced"] [category=ddl] [info="instance ip , port 4000, id 819d8ba9-f6ec-4676-8ff3-15a72e32d321"] ["ddl job id"=51] [ver=25] [2024/05/06 11:53:06.278 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=93.483927ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:05.848 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:06.413 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:05.848 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:06.519 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=51] [2024/05/06 11:53:06.520 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:06.531 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.701210844\n# Parse_time: 0\n# Compile_time: 0.002628656\n# Rewrite_time: 0.000013923\n# Optimize_time: 0\n# Wait_TS: 0.00063009\n# DB: mysql\n# Is_internal: true\n# Digest: fb2ab8d9eb87bcf45e5bc65e3dbe38a6d629c319d70fb6f44a741534bb3455a6\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:06.537 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [user=] [2024/05/06 11:53:06.699 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:06.551 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:06.699 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:06.551 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [2024/05/06 11:53:06.785 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=53] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:06.551 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:06.926 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=25] [neededSchemaVersion=26] ["start time"=5.010518ms] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:06.943 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:06.943 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2024/05/06 11:53:06.973 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=59.999757ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:06.551 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:07.107 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:06.551 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:07.181 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=53] [2024/05/06 11:53:07.181 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:07.189 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.654462398\n# Parse_time: 0\n# Compile_time: 0.003111236\n# Rewrite_time: 0.000014655\n# Optimize_time: 0\n# Wait_TS: 0.004220993\n# DB: mysql\n# Is_internal: true\n# Digest: 1fac41a3d4a89e3e4da2393e1f69d1aacfec8886db749d6329e9bf677df777b8\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:07.196 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [user=] [2024/05/06 11:53:07.287 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:07.198 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:07.287 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:07.198 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [2024/05/06 11:53:07.362 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=55] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:07.198 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:07.533 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=26] [neededSchemaVersion=27] ["start time"=20.89857ms] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:07.546 +00:00] [INFO] [syncer.go:352] ["syncer check all versions, someone is not synced"] [category=ddl] [info="instance ip , port 4000, id 819d8ba9-f6ec-4676-8ff3-15a72e32d321"] ["ddl job id"=55] [ver=27] [2024/05/06 11:53:07.550 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:07.550 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2024/05/06 11:53:07.571 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=86.005363ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:07.198 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:07.713 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:07.198 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:07.800 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=55] [2024/05/06 11:53:07.800 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:07.808 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.615472143\n# Parse_time: 0\n# Compile_time: 0.003989452\n# Rewrite_time: 0.000023176\n# Optimize_time: 0\n# Wait_TS: 0.001234984\n# DB: mysql\n# Is_internal: true\n# Digest: 06962f34c69b85ab590c2556bdffd68d7705d56a70a3b0522b0ba5bc55363fd3\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:07.814 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [user=] [2024/05/06 11:53:07.951 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:07.848 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:07.951 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:07.848 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [2024/05/06 11:53:08.031 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=57] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:07.848 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:08.151 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=27] [neededSchemaVersion=28] ["start time"=5.489618ms] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:08.188 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:08.188 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2024/05/06 11:53:08.190 +00:00] [INFO] [syncer.go:352] ["syncer check all versions, someone is not synced"] [category=ddl] [info="instance ip , port 4000, id 819d8ba9-f6ec-4676-8ff3-15a72e32d321"] ["ddl job id"=57] [ver=28] [2024/05/06 11:53:08.215 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=81.259784ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:07.848 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:08.329 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:07.848 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:08.405 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=57] [2024/05/06 11:53:08.406 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:08.423 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.611481409\n# Parse_time: 0\n# Compile_time: 0.002898114\n# Rewrite_time: 0.00001624\n# Optimize_time: 0\n# Wait_TS: 0.001261111\n# DB: mysql\n# Is_internal: true\n# Digest: a30fd7e284f356f111cb15459926cdbebb3d6f24c950b6f3b9729d8b5f13ee4f\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:08.430 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2024/05/06 11:53:08.434 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2024/05/06 11:53:08.584 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:08.449 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:08.585 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:08.449 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [2024/05/06 11:53:08.683 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=59] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:08.449 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:08.827 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=28] [neededSchemaVersion=29] ["start time"=8.941695ms] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:08.856 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:08.856 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2024/05/06 11:53:08.859 +00:00] [INFO] [syncer.go:352] ["syncer check all versions, someone is not synced"] [category=ddl] [info="instance ip , port 4000, id 819d8ba9-f6ec-4676-8ff3-15a72e32d321"] ["ddl job id"=59] [ver=29] [2024/05/06 11:53:08.882 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=78.860849ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:08.449 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:08.983 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:08.449 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:09.071 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=59] [2024/05/06 11:53:09.071 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:09.077 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.649702434\n# Parse_time: 0\n# Compile_time: 0.003398089\n# Rewrite_time: 0.000013842\n# Optimize_time: 0\n# Wait_TS: 0.001274626\n# DB: mysql\n# Is_internal: true\n# Digest: c862b6db4c0b104bd6ade1db78bbe1f6a12a30584d750044f3eec57a1a86580e\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:09.084 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2024/05/06 11:53:09.197 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:09.099 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:09.197 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:09.099 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [2024/05/06 11:53:09.263 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=61] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:09.099 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:09.402 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=29] [neededSchemaVersion=30] ["start time"=5.289543ms] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:09.424 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:09.424 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2024/05/06 11:53:09.448 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=56.482306ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:09.099 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:09.536 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:09.099 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:09.655 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=61] [2024/05/06 11:53:09.655 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:09.664 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.58268693\n# Parse_time: 0\n# Compile_time: 0.003662095\n# Rewrite_time: 0.000013394\n# Optimize_time: 0\n# Wait_TS: 0.00153122\n# DB: mysql\n# Is_internal: true\n# Digest: eceb528bf68c7d9b100b120b5113005ea7f5a4c6c1f4834403330ff156d0a3aa\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:09.672 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2024/05/06 11:53:09.793 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:09.699 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:09.793 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:09.699 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [2024/05/06 11:53:09.894 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=63] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:09.699 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:10.061 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=30] [neededSchemaVersion=31] ["start time"=18.832565ms] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:10.085 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:10.086 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2024/05/06 11:53:10.091 +00:00] [INFO] [syncer.go:352] ["syncer check all versions, someone is not synced"] [category=ddl] [info="instance ip , port 4000, id 819d8ba9-f6ec-4676-8ff3-15a72e32d321"] ["ddl job id"=63] [ver=31] [2024/05/06 11:53:10.116 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=85.847822ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:09.699 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:10.250 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:09.699 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:10.349 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=63] [2024/05/06 11:53:10.349 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:10.355 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.686525745\n# Parse_time: 0\n# Compile_time: 0.003714859\n# Rewrite_time: 0.00001513\n# Optimize_time: 0\n# Wait_TS: 0.001066449\n# DB: mysql\n# Is_internal: true\n# Digest: 752363602773b9b875eec93769301ada55a059e0b28c5434de98fdbbc6af54cb\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:10.366 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time)\n\t);"] [user=] [2024/05/06 11:53:10.502 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:10.398 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:10.502 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:10.398 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time)\n\t);"] [2024/05/06 11:53:10.592 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=65] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:10.398 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:10.824 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=31] [neededSchemaVersion=32] ["start time"=6.484024ms] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:10.840 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:10.840 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2024/05/06 11:53:10.867 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=57.153342ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:10.398 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:10.990 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:10.398 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:11.104 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=65] [2024/05/06 11:53:11.105 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:11.115 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.753364798\n# Parse_time: 0\n# Compile_time: 0.00535144\n# Rewrite_time: 0.000013322\n# Optimize_time: 0\n# Wait_TS: 0.001657328\n# DB: mysql\n# Is_internal: true\n# Digest: 1127cc15f332cc4c1c6b97d06d92880902c2f7e015188cc29392a62748dd8ae0\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:11.117 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2024/05/06 11:53:11.186 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:11.098 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:11.186 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:11.098 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [2024/05/06 11:53:11.290 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=67] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:11.098 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:11.437 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=32] [neededSchemaVersion=33] ["start time"=4.306896ms] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:11.455 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:11.455 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2024/05/06 11:53:11.481 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=55.84547ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:11.098 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:11.604 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:11.098 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:11.664 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=67] [2024/05/06 11:53:11.664 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:11.673 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.556483228\n# Parse_time: 0\n# Compile_time: 0.001187214\n# Rewrite_time: 0.000014215\n# Optimize_time: 0\n# Wait_TS: 0.00137375\n# DB: mysql\n# Is_internal: true\n# Digest: 6eab04864600dfa37145d44689995984eecc83e3dc6ce49c1e75d23567f8bac3\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:11.811 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-06 11:53:11.698 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:11.811 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-06 11:53:11.698 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE OR REPLACE VIEW mysql.tidb_mdl_view as (\n\t\tSELECT tidb_mdl_info.job_id,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query,\n\t\t\tsession_id,\n\t\t\tcluster_tidb_trx.start_time,\n\t\t\ttidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS\n\t\tFROM mysql.tidb_ddl_job,\n\t\t\tmysql.tidb_mdl_info,\n\t\t\tinformation_schema.cluster_tidb_trx\n\t\tWHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id\n\t\t\tAND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), ',') != 0\n\t);"] [2024/05/06 11:53:11.911 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=69] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:11.698 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:12.056 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=33] [neededSchemaVersion=34] ["start time"=4.988262ms] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 11:53:12.073 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:12.073 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2024/05/06 11:53:12.104 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=58.946266ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-06 11:53:11.698 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:12.189 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:11.698 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:12.312 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=69] [2024/05/06 11:53:12.312 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:12.321 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.640495881\n# Parse_time: 0\n# Compile_time: 0.010511702\n# Rewrite_time: 0.005257437\n# Optimize_time: 0\n# Wait_TS: 0.000813014\n# DB: mysql\n# Is_internal: true\n# Digest: 96862a845511a9a5adb6aee43dd8eb50968e12bb7d22d4585df8d692780c2f3e\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:12.330 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=34] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2024/05/06 11:53:12.456 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:12.348 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:12.456 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:12.348 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2024/05/06 11:53:12.543 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=71] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:12.348 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:12.700 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=34] [neededSchemaVersion=35] ["start time"=7.943503ms] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:12.719 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:12.719 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2024/05/06 11:53:12.742 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=58.911287ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:12.348 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:12.844 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:12.348 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:12.928 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=71] [2024/05/06 11:53:12.928 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:12.934 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.607655819\n# Parse_time: 0\n# Compile_time: 0.003920697\n# Rewrite_time: 0.000013548\n# Optimize_time: 0\n# Wait_TS: 0.001838271\n# DB: mysql\n# Is_internal: true\n# Digest: d88a70e9c5bb5a28f5a1d1f52613093328fd73c5e78668fab2b1a9c260ab506b\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:12.939 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [user=] [2024/05/06 11:53:13.075 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:12.948 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:13.075 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:12.948 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [2024/05/06 11:53:13.172 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=73] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:12.948 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:13.285 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=35] [neededSchemaVersion=36] ["start time"=4.414178ms] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:13.303 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:13.303 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2024/05/06 11:53:13.330 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=55.867162ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:12.948 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:13.424 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:12.948 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:13.505 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=73] [2024/05/06 11:53:13.505 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:13.512 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.575723396\n# Parse_time: 0\n# Compile_time: 0.002376035\n# Rewrite_time: 0.000013913\n# Optimize_time: 0\n# Wait_TS: 0.003410173\n# DB: mysql\n# Is_internal: true\n# Digest: 1ce2bb4fd69df5a5aeb254910aeeab700c1408b8c2de8f7dbe3ebbc11a4b1542\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:13.517 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [user=] [2024/05/06 11:53:13.599 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:13.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:13.599 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:13.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [2024/05/06 11:53:13.690 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=75] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:13.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:13.816 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=36] [neededSchemaVersion=37] ["start time"=7.003779ms] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:13.837 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:13.837 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2024/05/06 11:53:13.858 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=61.718871ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:13.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:14.050 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:13.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:14.107 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=75] [2024/05/06 11:53:14.108 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:14.115 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.600060346\n# Parse_time: 0\n# Compile_time: 0.002540665\n# Rewrite_time: 0.000013559\n# Optimize_time: 0\n# Wait_TS: 0.002788886\n# DB: mysql\n# Is_internal: true\n# Digest: f2c0bd78cfe8f7e6b4f8b30f83a48ff4c49a1a9de1c1a0c721ec3561ac42865a\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:14.125 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [user=] [2024/05/06 11:53:14.266 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:14.148 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:14.266 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:14.148 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [2024/05/06 11:53:14.331 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=77] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:14.148 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:14.548 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=37] [neededSchemaVersion=38] ["start time"=6.166117ms] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:14.566 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:14.566 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2024/05/06 11:53:14.592 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=56.702061ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:14.148 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:14.658 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:14.148 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:14.794 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=77] [2024/05/06 11:53:14.794 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:14.813 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.692162393\n# Parse_time: 0\n# Compile_time: 0.003732906\n# Rewrite_time: 0.000010585\n# Optimize_time: 0\n# Wait_TS: 0.00060826\n# DB: mysql\n# Is_internal: true\n# Digest: 923db1cc9d609e172ea493293255661f5a9679f95604192db50211d133741170\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:14.840 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [user=] [2024/05/06 11:53:14.950 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:14.848 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:14.950 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:14.848 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [2024/05/06 11:53:15.047 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=79] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:14.848 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:15.228 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=38] [neededSchemaVersion=39] ["start time"=5.312768ms] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:15.243 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:15.244 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2024/05/06 11:53:15.271 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=55.393111ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:14.848 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:15.391 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:14.848 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:15.506 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=79] [2024/05/06 11:53:15.506 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:15.514 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.679288548\n# Parse_time: 0\n# Compile_time: 0.005369766\n# Rewrite_time: 0.000013714\n# Optimize_time: 0\n# Wait_TS: 0.000915415\n# DB: mysql\n# Is_internal: true\n# Digest: 99a5c0e89a0b881a0fa10de262495ae25955edb2a7ef8776054ab57aca80e0d7\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:15.525 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [user=] [2024/05/06 11:53:15.656 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:15.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:15.656 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:15.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [2024/05/06 11:53:15.764 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=81] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:15.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:15.985 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=39] [neededSchemaVersion=40] ["start time"=7.3665ms] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:16.003 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:16.003 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2024/05/06 11:53:16.032 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=57.20002ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:15.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:16.130 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:15.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:16.258 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=81] [2024/05/06 11:53:16.259 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:16.264 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.743409369\n# Parse_time: 0\n# Compile_time: 0.004967282\n# Rewrite_time: 0.000014432\n# Optimize_time: 0\n# Wait_TS: 0.000610886\n# DB: mysql\n# Is_internal: true\n# Digest: a59d1fe47cade4697d39b0374d27cfee2fa302a4c752a5ae5073cecda386a0e8\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:16.273 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2024/05/06 11:53:16.414 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:16.298 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:16.414 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:16.298 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [2024/05/06 11:53:16.498 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=83] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:16.298 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:16.714 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=40] [neededSchemaVersion=41] ["start time"=7.399001ms] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:16.736 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:16.736 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2024/05/06 11:53:16.753 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=56.6055ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:16.298 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:16.835 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:16.298 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:16.956 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=83] [2024/05/06 11:53:16.956 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:16.963 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.693309368\n# Parse_time: 0\n# Compile_time: 0.004205642\n# Rewrite_time: 0.000013844\n# Optimize_time: 0\n# Wait_TS: 0.000690099\n# DB: mysql\n# Is_internal: true\n# Digest: 8b936e70dba13ed841799b00055530a734435802a5e9b11c1092357e8a0974ea\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:16.974 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2024/05/06 11:53:17.157 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:17.002 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:17.157 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:17.002 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [2024/05/06 11:53:17.256 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=85] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:17.002 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:17.457 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=41] [neededSchemaVersion=42] ["start time"=5.917035ms] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:17.475 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:17.475 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2024/05/06 11:53:17.500 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=54.994211ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:17.002 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:17.605 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:17.002 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:17.736 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=85] [2024/05/06 11:53:17.736 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:17.742 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.77200641\n# Parse_time: 0\n# Compile_time: 0.004127031\n# Rewrite_time: 0.000061876\n# Optimize_time: 0\n# Wait_TS: 0.002734701\n# DB: mysql\n# Is_internal: true\n# Digest: 666f922981f05f40c7604fdcedd884ec9f6dd414d45b0b8215b19cbf33205685\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:17.754 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [user=] [2024/05/06 11:53:17.909 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:17.798 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:17.909 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:17.798 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [2024/05/06 11:53:17.983 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=87] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:17.798 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:18.196 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=42] [neededSchemaVersion=43] ["start time"=6.16364ms] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:18.214 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:18.215 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2024/05/06 11:53:18.240 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=56.406816ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:17.798 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:18.337 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:17.798 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:18.482 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=87] [2024/05/06 11:53:18.482 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:18.501 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.752605085\n# Parse_time: 0\n# Compile_time: 0.005370903\n# Rewrite_time: 0.000014534\n# Optimize_time: 0\n# Wait_TS: 0.000966489\n# DB: mysql\n# Is_internal: true\n# Digest: 1865863db4761960f0296bcf5386c3bb0c98aa299ac12888aa8054dc66681ee3\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:18.511 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/06 11:53:18.621 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:18.499 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:18.621 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:18.499 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 11:53:18.724 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=89] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:18.499 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:18.914 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=43] [neededSchemaVersion=44] ["start time"=7.512786ms] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:18.933 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:18.933 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2024/05/06 11:53:18.951 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=58.729281ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:18.499 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:19.034 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:18.499 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:19.132 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=89] [2024/05/06 11:53:19.132 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:19.138 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.631186175\n# Parse_time: 0\n# Compile_time: 0.004225059\n# Rewrite_time: 0.000016306\n# Optimize_time: 0\n# Wait_TS: 0.000614318\n# DB: mysql\n# Is_internal: true\n# Digest: a2de40f38c40a12cca2de8ba7dffa75407607354a3f9335d67717fa5648c5128\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:19.146 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\ttime TIMESTAMP NOT NULL,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(12) NOT NULL,\n\t\toriginal_sql TEXT NOT NULL,\n\t\tplan_digest TEXT NOT NULL,\n\t\ttidb_server varchar(512),\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/06 11:53:19.240 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:19.149 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:19.240 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:19.149 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\ttime TIMESTAMP NOT NULL,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(12) NOT NULL,\n\t\toriginal_sql TEXT NOT NULL,\n\t\tplan_digest TEXT NOT NULL,\n\t\ttidb_server varchar(512),\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 11:53:19.303 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=91] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:19.149 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:19.490 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=44] [neededSchemaVersion=45] ["start time"=17.118669ms] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:19.511 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:19.511 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2024/05/06 11:53:19.524 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=57.916002ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:19.149 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:19.602 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:19.149 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:19.708 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=91] [2024/05/06 11:53:19.709 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:19.719 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.575645616\n# Parse_time: 0\n# Compile_time: 0.002948109\n# Rewrite_time: 0.000010388\n# Optimize_time: 0\n# Wait_TS: 0.000591803\n# DB: mysql\n# Is_internal: true\n# Digest: 138d4c5637e5b37a1254d33767e808750320baffba8200a31ad2008bb2b5df97\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:19.736 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [user=] [2024/05/06 11:53:19.915 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:19.748 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:19.915 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:19.748 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [2024/05/06 11:53:20.016 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=93] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:19.748 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:20.259 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=45] [neededSchemaVersion=46] ["start time"=10.059545ms] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:20.298 +00:00] [INFO] [syncer.go:352] ["syncer check all versions, someone is not synced"] [category=ddl] [info="instance ip , port 4000, id 819d8ba9-f6ec-4676-8ff3-15a72e32d321"] ["ddl job id"=93] [ver=46] [2024/05/06 11:53:20.303 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:20.303 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2024/05/06 11:53:20.322 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=79.775963ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:19.748 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:20.408 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:19.748 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:20.566 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=93] [2024/05/06 11:53:20.566 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:20.576 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.848638831\n# Parse_time: 0\n# Compile_time: 0.008614052\n# Rewrite_time: 0.000014998\n# Optimize_time: 0\n# Wait_TS: 0.000710098\n# DB: mysql\n# Is_internal: true\n# Digest: 9911fdd027ae330cb69c5cc84a8759473df277eda62594b0dc9b5a797f09a21d\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:20.586 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/06 11:53:20.709 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:20.599 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:20.709 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:20.599 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 11:53:20.805 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=95] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:20.599 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:21.012 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=46] [neededSchemaVersion=47] ["start time"=4.815482ms] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:21.029 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:21.029 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2024/05/06 11:53:21.045 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=59.925493ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:20.599 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:21.133 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:20.599 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:21.222 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=95] [2024/05/06 11:53:21.223 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:21.240 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.658179248\n# Parse_time: 0\n# Compile_time: 0.004656172\n# Rewrite_time: 0.000016606\n# Optimize_time: 0\n# Wait_TS: 0.000908883\n# DB: mysql\n# Is_internal: true\n# Digest: 18ab068c70cca87bd99eadc5e483c12b4b41273470a58870b5f4e6eaf6322ce4\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:21.263 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [user=] [2024/05/06 11:53:21.364 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:21.298 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:21.364 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:21.298 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [2024/05/06 11:53:21.445 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=97] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:21.298 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:21.509 +00:00] [INFO] [runaway.go:158] ["preparations for the runaway manager are finished and start runaway manager loop"] [2024/05/06 11:53:21.509 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 11:53:21.509 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 11:53:21.509 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 11:53:21.594 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=47] [neededSchemaVersion=48] ["start time"=5.512268ms] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:21.613 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:21.613 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2024/05/06 11:53:21.637 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=65.343978ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:21.298 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:21.739 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:21.298 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:21.861 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=97] [2024/05/06 11:53:21.861 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:21.873 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.613161869\n# Parse_time: 0\n# Compile_time: 0.0029511\n# Rewrite_time: 0.000015277\n# Optimize_time: 0\n# Wait_TS: 0.004876757\n# DB: mysql\n# Is_internal: true\n# Digest: d7aca5b8f7b6ebbd013778d4a0451e0b59954ffc0090d361b1f71722be496608\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:21.881 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [user=] [2024/05/06 11:53:21.975 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:21.904 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:21.976 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:21.904 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [2024/05/06 11:53:22.074 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=99] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:21.904 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:22.207 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=48] [neededSchemaVersion=49] ["start time"=6.320161ms] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:22.226 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:22.226 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2024/05/06 11:53:22.252 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=57.970896ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:21.904 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:22.334 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:21.904 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:22.425 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=99] [2024/05/06 11:53:22.425 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:22.431 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.553582077\n# Parse_time: 0\n# Compile_time: 0.003592507\n# Rewrite_time: 0.000012318\n# Optimize_time: 0\n# Wait_TS: 0.002943762\n# DB: mysql\n# Is_internal: true\n# Digest: 5ca9dd4b3efdb0fd8b4c7af3016f911e048fc356c5b2a241e06c5bc30f085ce7\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:22.433 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2024/05/06 11:53:22.480 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:22.448 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:22.480 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:22.448 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2024/05/06 11:53:22.550 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=101] [category=ddl] [job="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:22.448 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:22.621 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=49] [neededSchemaVersion=50] ["start time"=1.70377ms] [gotSchemaVersion=50] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:53:22.643 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:22.643 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2024/05/06 11:53:22.664 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=55.615803ms] [job="ID:101, Type:create schema, State:done, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:22.448 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:22.733 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=101] [job="ID:101, Type:create schema, State:synced, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:22.448 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:22.777 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=101] [2024/05/06 11:53:22.778 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:22.783 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.351524371\n# Parse_time: 0\n# Compile_time: 0.000848718\n# Rewrite_time: 0.000009507\n# Optimize_time: 0\n# Wait_TS: 0.000690973\n# DB: mysql\n# Is_internal: true\n# Digest: 28d51e3d698da98c60f20a53b5051c7b2d219978d014ce863413788ed5d6649b\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:22.879 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 11:53:22.799 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:22.879 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 11:53:22.799 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE OR REPLACE VIEW sys.schema_unused_indexes AS\n\t\tSELECT\n\t\t\ttable_schema as object_schema,\n\t\t\ttable_name as object_name,\n\t\t\tindex_name\n\t\tFROM information_schema.cluster_tidb_index_usage\n\t\tWHERE\n\t\t\ttable_schema not in ('sys', 'mysql', 'INFORMATION_SCHEMA', 'PERFORMANCE_SCHEMA') and\n\t\t\tindex_name != 'PRIMARY'\n\t\tGROUP BY table_schema, table_name, index_name\n\t\tHAVING\n\t\t\tsum(last_access_time) is null;"] [2024/05/06 11:53:22.999 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=103] [category=ddl] [job="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:22.799 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:23.102 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=50] [neededSchemaVersion=51] ["start time"=3.232964ms] [gotSchemaVersion=51] [phyTblIDs="[102]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 11:53:23.118 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:53:23.118 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2024/05/06 11:53:23.148 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=56.103216ms] [job="ID:103, Type:create view, State:done, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 11:53:22.799 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:23.219 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=103] [job="ID:103, Type:create view, State:synced, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:22.799 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:23.305 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=103] [2024/05/06 11:53:23.305 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:23.311 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.522952457\n# Parse_time: 0\n# Compile_time: 0.006023156\n# Rewrite_time: 0.002919853\n# Optimize_time: 0\n# Wait_TS: 0.000825727\n# DB: mysql\n# Is_internal: true\n# Digest: 04175714d714f771531a56c7ae3f097cec113655220f87ac336c5ae44d3d3f8f\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:53:24.167 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449576017146150915\n# Query_time: 0.597605479\n# Parse_time: 0\n# Compile_time: 0.255385664\n# Rewrite_time: 0.0075279\n# Optimize_time: 0\n# Wait_TS: 0\n# DB: mysql\n# Is_internal: true\n# Digest: eb58d96d7eba9ae407efec64db335db75d58891b8cfae5274e34deeeb21575de\n# Num_cop_tasks: 0\n# Mem_max: 377747\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('zwvwPDAJMjdfMQkwCTAJTi9BCTAJdGltZTozMTUuNG1zLCBsb29wczoxLCBwcmVwYXJlOiB7dG90YWw6IDQ3LjYBIkxhdXRvX2lkX2FsbG9jYXRvcjogewUMZF9jbnQ6IDEsIEdldDp7bnVtX3JwYzoxLCB0AUEAXwVoADIBZgh9LCABDRhfZGV0YWlsEWIcX3Byb2Nlc3MJKRQgOTjCtXMRPAx3YWl0ERgMMjkuMx0bKGt2X3JlYWRfd2FsDWQQIDEuMDMBqgx0aWt2OhgABDhtAX4Mc2Nhbj5+AAxrZXlzBb4oZ2V0X3NuYXBzaG8RdAwzNS4xBXNocm9ja3NkYjoge2Jsb2NrOiB7fX19LCBjb21tAaFEeG46IHtwcmV3cml0ZTo0LjgyAYcBUREiGHM6Njc1LjYFTQkUEDo1LjY1ASccc2xvd2VzdF8RQCU+ACAxfmQwLjAwNXMsIHJlZ2lvbl9pZDogMTAsIHN0byGkODEyNy4wLjAuMToyMDE2MEJgAToJAQwyLjQySgkBAak++gAAM3b6AAXqOUsFjxhfYmF0Y2hfIbQMOiA0NQXsKHByb3Bvc2Vfc2VuIatIaXQ6IDBzLCBwZXJzaXN0X2xvZxnrDDEuNzchEQlcFGxlYWRlcg1OKDE2MW5zLCBzeW5jCTQIMTAwLU4JLjBtZW10YWJsZTogNS40IbQ5ngVkCDEuOEUbEGFwcGx5MqkABDM1TVcFGxWOBDE1EWEUbXV0ZXhfKfcBvAlxMp8AGRcAd2EyBDM4LT0JKxmcGDIzLjfCtXMuPAIYcHJpbWFyeUb1AQQ2c/71AS31ADMlVwR9LDr+Akr1AQwyNC45JbZa7wIJz3W+RvUBBDM2DUGu9wEMMi45MV73AQg3Mm429wEIMTYuaUUJjDlbBDQugTg69gEIMi45ZWMl2zb2AQQzNQUxACwJHDn3BDYwJaMILCBtxvcBBDQuSfU+nAAAMgGzJfVtxghudW2hIAkohYEEMSwNDhhieXRlOjMyBS5saW5zZXJ0OjI2Ny44bXMJMTIwLjkgS0IJTi9BCg==')\n# Resource_group: default\n;"] [2024/05/06 11:53:24.345 +00:00] [INFO] [bootstrap.go:745] ["bootstrap successful"] ["take time"=34.866296684s] [2024/05/06 11:53:24.390 +00:00] [WARN] [manager.go:306] ["is not the owner"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager 819d8ba9-f6ec-4676-8ff3-15a72e32d321"] [2024/05/06 11:53:24.390 +00:00] [INFO] [manager.go:273] ["break campaign loop, context is done"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager 819d8ba9-f6ec-4676-8ff3-15a72e32d321"] [2024/05/06 11:53:24.393 +00:00] [INFO] [manager.go:317] ["revoke session"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager 819d8ba9-f6ec-4676-8ff3-15a72e32d321"] [] [2024/05/06 11:53:24.400 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 11:53:24.401 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 10, tp add index"] [category=ddl] ["take time"=36.864µs] [2024/05/06 11:53:24.401 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 11, tp add index"] [category=ddl] ["take time"=29.118µs] [2024/05/06 11:53:24.401 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 2, tp add index"] [category=ddl] ["take time"=18.302µs] [2024/05/06 11:53:24.401 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 3, tp add index"] [category=ddl] ["take time"=13.783µs] [2024/05/06 11:53:24.401 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 4, tp add index"] [category=ddl] ["take time"=22.265µs] [2024/05/06 11:53:24.401 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 5, tp add index"] [category=ddl] ["take time"=14.684µs] [2024/05/06 11:53:24.401 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 6, tp add index"] [category=ddl] ["take time"=21.588µs] [2024/05/06 11:53:24.401 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 7, tp add index"] [category=ddl] ["take time"=22.765µs] [2024/05/06 11:53:24.402 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 8, tp add index"] [category=ddl] ["take time"=17.463µs] [2024/05/06 11:53:24.402 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 9, tp add index"] [category=ddl] ["take time"=16.57µs] [2024/05/06 11:53:24.402 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 11:53:24.402 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 1, tp general"] [category=ddl] ["take time"=12.531µs] [2024/05/06 11:53:24.402 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 11:53:24.402 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/06 11:53:24.402 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 11:53:24.426 +00:00] [INFO] [ddl.go:951] ["DDL closed"] [category=ddl] [ID=819d8ba9-f6ec-4676-8ff3-15a72e32d321] ["take time"=69.282452ms] [2024/05/06 11:53:24.426 +00:00] [INFO] [ddl.go:769] ["stop DDL"] [category=ddl] [ID=819d8ba9-f6ec-4676-8ff3-15a72e32d321] [2024/05/06 11:53:24.432 +00:00] [INFO] [domain.go:2817] ["releaseServerID succeed"] [serverID=1] [2024/05/06 11:53:24.433 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/06 11:53:24.433 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 11:53:24.433 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/06 11:53:24.433 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 11:53:24.433 +00:00] [INFO] [domain.go:907] ["loadSchemaInLoop exited."] [2024/05/06 11:53:24.433 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 11:53:24.433 +00:00] [INFO] [domain.go:2881] ["serverIDKeeper exited."] [2024/05/06 11:53:24.433 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 11:53:24.433 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 11:53:24.433 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/06 11:53:24.433 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 11:53:24.434 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 11:53:24.434 +00:00] [INFO] [manager.go:446] ["watcher is closed, no owner"] ["owner info"="[log-backup] ownerManager b33d2acb-81fa-4bfb-b661-ba1e4bae55c0 watch owner key /tidb/br-stream/owner/3eaa8f4dbd75af76"] [2024/05/06 11:53:24.434 +00:00] [INFO] [advancer.go:397] ["Meet task event"] [category="log backup advancer"] [event="Err(, err = EOF)"] [2024/05/06 11:53:24.434 +00:00] [WARN] [manager.go:306] ["is not the owner"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager b33d2acb-81fa-4bfb-b661-ba1e4bae55c0"] [2024/05/06 11:53:24.434 +00:00] [ERROR] [advancer.go:400] ["listen task meet error, would reopen."] [error=EOF] [stack="github.com/pingcap/tidb/br/pkg/streamhelper.(*CheckpointAdvancer).StartTaskListener.func1\n\tbr/pkg/streamhelper/advancer.go:400"] [2024/05/06 11:53:24.435 +00:00] [INFO] [advancer.go:403] ["Task watcher exits due to some error."] [category="log backup advancer"] [error=EOF] [2024/05/06 11:53:24.438 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/06 11:53:24.438 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 11:53:24.438 +00:00] [INFO] [owner_daemon.go:87] ["daemon loop exits"] [id=b33d2acb-81fa-4bfb-b661-ba1e4bae55c0] [daemon-id=LogBackup::Advancer] [2024/05/06 11:53:24.438 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=logBackupAdvancer] [2024/05/06 11:53:24.439 +00:00] [INFO] [flush_subscriber.go:109] [Clearing.] [category="log backup flush subscriber"] [timeout=1m0s] [2024/05/06 11:53:24.439 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."] [2024/05/06 11:53:24.439 +00:00] [INFO] [manager.go:292] ["failed to campaign"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager b33d2acb-81fa-4bfb-b661-ba1e4bae55c0"] [error="context canceled"] [2024/05/06 11:53:24.439 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 11:53:24.439 +00:00] [INFO] [manager.go:257] ["etcd session is done, creates a new one"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager b33d2acb-81fa-4bfb-b661-ba1e4bae55c0"] [2024/05/06 11:53:24.439 +00:00] [INFO] [manager.go:261] ["break campaign loop, NewSession failed"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager b33d2acb-81fa-4bfb-b661-ba1e4bae55c0"] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/util.contextDone\n\tpkg/util/etcd.go:90\ngithub.com/pingcap/tidb/pkg/util.NewSession\n\tpkg/util/etcd.go:50\ngithub.com/pingcap/tidb/pkg/owner.(*ownerManager).campaignLoop\n\tpkg/owner/manager.go:259\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 11:53:24.439 +00:00] [INFO] [domain.go:1074] ["domain closed"] ["take time"=82.43577ms] [2024/05/06 11:53:24.439 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=tikv-7365852659043634778] ["ddl lease"=500ms] ["stats lease"=3s] [2024/05/06 11:53:24.458 +00:00] [WARN] [info.go:316] ["init TiFlashReplicaManager"] [2024/05/06 11:53:24.724 +00:00] [INFO] [domain.go:2796] [acquireServerID] [serverID=1385] ["lease id"=6f188f4dbd75b057] [2024/05/06 11:53:24.728 +00:00] [INFO] [controller.go:185] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":10,\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":10,\"DegradedModeWaitDuration\":0}"] [2024/05/06 11:53:24.882 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=51] ["start time"=148.193672ms] [2024/05/06 11:53:24.891 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 11:53:24.891 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=b229972d-2143-4932-9b67-e1e7c4ecb166] [runWorker=true] [2024/05/06 11:53:24.892 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=false] [2024/05/06 11:53:24.895 +00:00] [INFO] [manager.go:188] ["start campaign owner"] [ownerInfo="[ddl] /tidb/ddl/fg/owner"] [2024/05/06 11:53:24.898 +00:00] [WARN] [env.go:51] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2024/05/06 11:53:24.898 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 11:53:24.898 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 11:53:24.898 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 11:53:24.898 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 11:53:24.898 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 11:53:24.898 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 11:53:24.898 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 11:53:24.899 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 11:53:24.899 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 11:53:24.899 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 11:53:24.899 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 11:53:24.899 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 11:53:24.899 +00:00] [INFO] [owner_daemon.go:70] ["begin advancer daemon"] [daemon-id=LogBackup::Advancer] [2024/05/06 11:53:24.899 +00:00] [INFO] [manager.go:188] ["start campaign owner"] [ownerInfo="[log-backup] /tidb/br-stream/owner"] [2024/05/06 11:53:24.903 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=logBackupAdvancer] [2024/05/06 11:53:24.903 +00:00] [INFO] [owner_daemon.go:81] ["begin running daemon"] [id=cb27b163-25ce-459a-a212-abed8985c0a5] [daemon-id=LogBackup::Advancer] [2024/05/06 11:53:24.903 +00:00] [INFO] [manager.go:354] ["get owner"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager b229972d-2143-4932-9b67-e1e7c4ecb166"] ["owner key"=/tidb/ddl/fg/owner/22318f4dbd75b9eb] [ownerID=b229972d-2143-4932-9b67-e1e7c4ecb166] [op=none] [2024/05/06 11:53:24.944 +00:00] [INFO] [manager.go:188] ["start campaign owner"] [ownerInfo="[bindinfo] /tidb/bindinfo/owner"] [2024/05/06 11:53:24.946 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 11:53:24.947 +00:00] [WARN] [sysvar_cache.go:49] ["sysvar cache is empty, triggering rebuild"] [2024/05/06 11:53:24.950 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 11:53:24.951 +00:00] [INFO] [manager.go:354] ["get owner"] ["owner info"="[bindinfo] /tidb/bindinfo/owner ownerManager b229972d-2143-4932-9b67-e1e7c4ecb166"] ["owner key"=/tidb/bindinfo/owner/22318f4dbd75b9f0] [ownerID=b229972d-2143-4932-9b67-e1e7c4ecb166] [op=none] [2024/05/06 11:53:24.951 +00:00] [INFO] [manager.go:354] ["get owner"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager b229972d-2143-4932-9b67-e1e7c4ecb166"] ["owner key"=/tidb/ddl/fg/owner/22318f4dbd75b9eb] [ownerID=b229972d-2143-4932-9b67-e1e7c4ecb166] [op=none] [2024/05/06 11:53:24.951 +00:00] [INFO] [manager.go:394] ["set owner op is the same as the original, so do nothing."] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager b229972d-2143-4932-9b67-e1e7c4ecb166"] [op=none] [2024/05/06 11:53:24.952 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 11:53:24.977 +00:00] [INFO] [sysvar.go:2748] ["set resource control"] [enable=true] [2024/05/06 11:53:24.984 +00:00] [INFO] [controller.go:447] ["[resource group controller] create resource group cost controller"] [name=default] [2024/05/06 11:53:25.109 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 11:53:25.134 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 11:53:25.152 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=PlanReplayerTaskCollectHandle] [2024/05/06 11:53:25.152 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=PlanReplayerTaskDumpHandle] [2024/05/06 11:53:25.152 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 11:53:25.152 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=HistoricalStatsWorker] [2024/05/06 11:53:25.153 +00:00] [INFO] [domain.go:2038] ["PlanReplayerTaskDumpHandle started"] [2024/05/06 11:53:25.153 +00:00] [INFO] [domain.go:2016] ["PlanReplayerTaskCollectHandle started"] [2024/05/06 11:53:25.153 +00:00] [INFO] [plan_replayer.go:409] ["planReplayerTaskDumpWorker started."] [2024/05/06 11:53:25.154 +00:00] [INFO] [domain.go:2103] ["HistoricalStatsWorker started"] [2024/05/06 11:53:25.154 +00:00] [INFO] [domain.go:2070] ["dumpFileGcChecker started"] [2024/05/06 11:53:25.162 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadStatsWorker] [2024/05/06 11:53:25.163 +00:00] [INFO] [manager.go:188] ["start campaign owner"] [ownerInfo="[stats] /tidb/stats/owner"] [2024/05/06 11:53:25.166 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=indexUsageWorker] [2024/05/06 11:53:25.166 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=updateStatsWorker] [2024/05/06 11:53:25.166 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=autoAnalyzeWorker] [2024/05/06 11:53:25.167 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=analyzeJobsCleanupWorker] [2024/05/06 11:53:25.170 +00:00] [INFO] [domain.go:2389] ["updateStatsWorker started."] [2024/05/06 11:53:25.173 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 11:53:25.176 +00:00] [INFO] [manager.go:113] ["build task executor manager"] [server-id=:4000] [total-cpu=62] [total-mem=32GiB] [2024/05/06 11:53:25.183 +00:00] [INFO] [manager.go:354] ["get owner"] ["owner info"="[stats] /tidb/stats/owner ownerManager b229972d-2143-4932-9b67-e1e7c4ecb166"] ["owner key"=/tidb/stats/owner/22318f4dbd75b9f3] [ownerID=b229972d-2143-4932-9b67-e1e7c4ecb166] [op=none] [2024/05/06 11:53:25.192 +00:00] [INFO] [notifier.go:225] ["etcd notify loop to watch timer events started"] [EtcdKey=/tidb/timer/cluster/1/notify/0d59576a-b249-483c-8479-e5b80b60f4f8] [2024/05/06 11:53:25.193 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4] [2024/05/06 11:53:25.193 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4] [2024/05/06 11:53:25.231 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 11:53:25.235 +00:00] [INFO] [manager.go:146] ["task executor manager start"] [server-id=:4000] [2024/05/06 11:53:25.235 +00:00] [INFO] [domain.go:1525] ["dist task executor manager started"] [2024/05/06 11:53:25.236 +00:00] [INFO] [domain.go:2308] ["init stats info time"] [lite=true] ["take time"=73.419765ms] [2024/05/06 11:53:25.289 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1] [name=innodb_lock_wait_timeout] [val=50] === RUN TestImportInto/TestGzipAndMixedCompression [2024/05/06 11:53:25.306 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=51] [cur_db=] [sql="drop database if exists gzip"] [user=] [2024/05/06 11:53:25.337 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=51] [cur_db=] [sql="create database gzip"] [user=] [2024/05/06 11:53:25.419 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create schema, State:queueing, SchemaState:none, SchemaID:104, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:25.348 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:25.419 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:105, Type:create schema, State:queueing, SchemaState:none, SchemaID:104, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:25.348 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database gzip"] [2024/05/06 11:53:25.523 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=105] [conn=2] [category=ddl] [job="ID:105, Type:create schema, State:queueing, SchemaState:none, SchemaID:104, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:25.348 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:25.573 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=51] [neededSchemaVersion=52] ["start time"=1.954198ms] [gotSchemaVersion=52] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:53:25.591 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2024/05/06 11:53:25.621 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=56.738907ms] [job="ID:105, Type:create schema, State:done, SchemaState:public, SchemaID:104, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:25.348 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:25.694 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=105] [conn=2] [job="ID:105, Type:create schema, State:synced, SchemaState:public, SchemaID:104, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:25.348 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:25.727 +00:00] [INFO] [manager.go:317] ["revoke session"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager b33d2acb-81fa-4bfb-b661-ba1e4bae55c0"] [error="rpc error: code = Canceled desc = grpc: the client connection is closing"] [2024/05/06 11:53:25.751 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=105] [2024/05/06 11:53:25.751 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:25.758 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.447927866\n# Parse_time: 0.025227993\n# Compile_time: 0.001933662\n# Rewrite_time: 0.000016634\n# Optimize_time: 0.000556002\n# Wait_TS: 0.003039791\n# Is_internal: false\n# Digest: 5699ae26babf0ce458db72a8ae2483fcb01670452dbb90b2f0e243672e9affb0\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ncreate database gzip;"] [2024/05/06 11:53:25.764 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=52] [cur_db=gzip] [sql="CREATE TABLE gzip.t (i INT PRIMARY KEY, s varchar(32));"] [user=] [2024/05/06 11:53:25.844 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:25.752 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:25.844 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:25.752 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE gzip.t (i INT PRIMARY KEY, s varchar(32));"] [2024/05/06 11:53:25.903 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=107] [conn=2] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:25.752 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:25.920 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 104, Table ID: 106, Table Name: t"] [2024/05/06 11:53:25.926 +00:00] [INFO] [runaway.go:158] ["preparations for the runaway manager are finished and start runaway manager loop"] [2024/05/06 11:53:25.927 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 11:53:25.927 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 11:53:25.927 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 11:53:25.998 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=52] [neededSchemaVersion=53] ["start time"=3.84634ms] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:26.039 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2024/05/06 11:53:26.043 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=55.972211ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:25.752 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:26.143 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=107] [conn=2] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:25.752 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:26.195 +00:00] [INFO] [runtime.go:160] ["TimerGroupRuntime loop started"] [groupID=ttl] [2024/05/06 11:53:26.196 +00:00] [INFO] [runtime.go:402] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true] [2024/05/06 11:53:26.198 +00:00] [INFO] [notifier.go:140] ["new etcd watcher created to watch timer events"] [EtcdKey=/tidb/timer/cluster/1/notify/0d59576a-b249-483c-8479-e5b80b60f4f8] [watcherID=02584670-c9eb-4d4b-ae64-4cb24dacaa06] [2024/05/06 11:53:26.200 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=107] [2024/05/06 11:53:26.200 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:26.208 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.446372477\n# Parse_time: 0.001138295\n# Compile_time: 0.001536393\n# Rewrite_time: 0.000012052\n# Optimize_time: 0.000556002\n# Wait_TS: 0.000763854\n# DB: gzip\n# Is_internal: false\n# Digest: e133916c6c145ebf62d40b5eea20db699616ea4a8ea06f2c663b27e77326ec74\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse gzip;\nCREATE TABLE gzip.t (i INT PRIMARY KEY, s varchar(32));"] [2024/05/06 11:53:26.235 +00:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=16] [2024/05/06 11:53:26.254 +00:00] [INFO] [slots.go:207] ["update slot capacity"] [old=16] [new=62] [2024/05/06 11:53:26.254 +00:00] [INFO] [scheduler_manager.go:373] ["cleanup loop start"] [server-id=:4000] [2024/05/06 11:53:26.254 +00:00] [INFO] [scheduler_manager.go:200] ["schedule task loop start"] [server-id=:4000] [2024/05/06 11:53:26.254 +00:00] [INFO] [scheduler_manager.go:312] ["subtask table gc loop start"] [server-id=:4000] [2024/05/06 11:53:26.254 +00:00] [INFO] [scheduler_manager.go:453] ["collect loop start"] [server-id=:4000] [2024/05/06 11:53:26.898 +00:00] [INFO] [info.go:1142] [SetTiFlashGroupConfig] [2024/05/06 11:53:27.245 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:27.582 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://gzip/compress.*?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"thread\":\"1\"}}"] [dist-task-enabled=true] [2024/05/06 11:53:27.770 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=1] [task-id=1] [data-size=111B] [thread-cnt=1] [global-sort=false] [2024/05/06 11:53:27.836 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=1] [2024/05/06 11:53:27.837 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=1] [2024/05/06 11:53:27.946 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:53:27.948 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:27.950 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=1] [curr-step=init] [next-step=import] [2024/05/06 11:53:28.023 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:28.047 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:53:28.047 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=111] [2024/05/06 11:53:28.048 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=3] [MaxChunkSize=268435456] [RegionsCount=3] [BatchSize=111] [cost=120.905µs] [2024/05/06 11:53:28.048 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=358.85µs] [] [2024/05/06 11:53:28.048 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=1] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:53:28.048 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=1] [subtasks=1] [2024/05/06 11:53:28.299 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=1] [mode=Import] [2024/05/06 11:53:28.341 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=1] [2024/05/06 11:53:28.353 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=1] [type=ImportInto] [remaining-slots=61] [2024/05/06 11:53:28.417 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=1] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=528.5MiB]"] [2024/05/06 11:53:28.419 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=1] [step=import] [2024/05/06 11:53:28.420 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:28.422 +00:00] [INFO] [table_import.go:106] ["import dir not exists, create it"] [table=t] [import_dir=/tmp/tidb/import-4000] [2024/05/06 11:53:28.440 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:53:28.441 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852659043634778] [2024/05/06 11:53:28.444 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:28.444 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:53:28.446 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:28.447 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:53:28.447 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:53:28.447 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:28.447 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:28.496 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:53:28.499 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:53:28.499 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=752.3GB] [2024/05/06 11:53:28.499 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=1] [step=import] [data=264.3MiB] [per-index=88.09MiB] [2024/05/06 11:53:28.499 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=1] [disk-quota=700.7GiB] [2024/05/06 11:53:28.609 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=1] [step=import] [subtask-id=1] [2024/05/06 11:53:28.615 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`gzip`.`t`:0] [engineUUID=a44d817b-cb07-5b2e-a759-37c0e04df925] [2024/05/06 11:53:28.657 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`gzip`.`t`:-1] [engineUUID=f882bfdb-7ec8-58cc-95d6-d70a2c99a1d9] [2024/05/06 11:53:28.658 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=106] [2024/05/06 11:53:28.739 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=106] [key=compress.001.csv.gz:0] [2024/05/06 11:53:28.741 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=106] [key=compress.001.csv.gz:0] [readDur=294.229µs] [encodeDur=807.446µs] [checksum="{cksum=14262047008891545520,size=66,kvs=2}"] [deliverDur=81.612µs] [type=file] [takeTime=1.957638ms] [] [2024/05/06 11:53:28.743 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=106] [2024/05/06 11:53:28.744 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=66] [kvs=2] [files=1] [sstFileSize=976] [file=/tmp/tidb/import-4000/1/a44d817b-cb07-5b2e-a759-37c0e04df925.sst/7dafd6a6-e5d8-4732-90cf-2a9bebdddd0f.sst] [firstKey=74800000000000006A5F728000000000000001] [lastKey=74800000000000006A5F728000000000000002] [2024/05/06 11:53:28.780 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=106] [key=compress.001.csv.gzip:0] [2024/05/06 11:53:28.782 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=106] [key=compress.001.csv.gzip:0] [readDur=301.03µs] [encodeDur=833.023µs] [checksum="{cksum=6510788178300023669,size=66,kvs=2}"] [deliverDur=71.351µs] [type=file] [takeTime=1.648246ms] [] [2024/05/06 11:53:28.783 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=106] [2024/05/06 11:53:28.783 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=66] [kvs=2] [files=1] [sstFileSize=976] [file=/tmp/tidb/import-4000/1/a44d817b-cb07-5b2e-a759-37c0e04df925.sst/5207d30d-4b64-4177-9cb5-bfd4b174cb97.sst] [firstKey=74800000000000006A5F728000000000000003] [lastKey=74800000000000006A5F728000000000000004] [2024/05/06 11:53:28.796 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=106] [key=compress.002.csv:0] [2024/05/06 11:53:28.802 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=106] [key=compress.002.csv:0] [readDur=3.766226ms] [encodeDur=1.476797ms] [checksum="{cksum=12593782543884416478,size=165,kvs=5}"] [deliverDur=88.09µs] [type=file] [takeTime=5.803829ms] [] [2024/05/06 11:53:28.803 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=165] [kvs=5] [files=1] [sstFileSize=1005] [file=/tmp/tidb/import-4000/1/a44d817b-cb07-5b2e-a759-37c0e04df925.sst/dd5a39f4-416d-43ff-b068-d4a5031c7b37.sst] [firstKey=74800000000000006A5F728000000000000005] [lastKey=74800000000000006A5F728000000000000009] [2024/05/06 11:53:28.803 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=1] [step=import] [subtask-id=1] [takeTime=194.300562ms] [] [2024/05/06 11:53:28.803 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=1] [step=import] [engine-id=0] [2024/05/06 11:53:28.804 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=1] [step=import] [engine-id=0] [2024/05/06 11:53:28.804 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`gzip`.`t`:0] [engineUUID=a44d817b-cb07-5b2e-a759-37c0e04df925] [2024/05/06 11:53:28.807 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`gzip`.`t`:0] [engineUUID=a44d817b-cb07-5b2e-a759-37c0e04df925] [takeTime=2.993139ms] [] [2024/05/06 11:53:28.807 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`gzip`.`t`:0] [engineUUID=a44d817b-cb07-5b2e-a759-37c0e04df925] [retryCnt=0] [2024/05/06 11:53:28.818 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:53:28.851 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=a44d817b-cb07-5b2e-a759-37c0e04df925] ["region ranges"=1] [count=9] [size=297] [2024/05/06 11:53:28.851 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:53:28.887 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=a44d817b-cb07-5b2e-a759-37c0e04df925] [size=297] [kvs=9] [importedSize=297] [importedCount=9] [2024/05/06 11:53:28.897 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`gzip`.`t`:0] [engineUUID=a44d817b-cb07-5b2e-a759-37c0e04df925] [retryCnt=0] [takeTime=89.903701ms] [] [2024/05/06 11:53:28.897 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`gzip`.`t`:0] [engineUUID=a44d817b-cb07-5b2e-a759-37c0e04df925] [2024/05/06 11:53:28.900 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`gzip`.`t`:0] [engineUUID=a44d817b-cb07-5b2e-a759-37c0e04df925] [takeTime=3.425229ms] [] [2024/05/06 11:53:28.901 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=1] [step=import] [engine-id=0] [2024/05/06 11:53:28.901 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`gzip`.`t`:-1] [engineUUID=f882bfdb-7ec8-58cc-95d6-d70a2c99a1d9] [2024/05/06 11:53:28.904 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`gzip`.`t`:-1] [engineUUID=f882bfdb-7ec8-58cc-95d6-d70a2c99a1d9] [takeTime=3.262614ms] [] [2024/05/06 11:53:28.904 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`gzip`.`t`:-1] [engineUUID=f882bfdb-7ec8-58cc-95d6-d70a2c99a1d9] [retryCnt=0] [2024/05/06 11:53:28.904 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=f882bfdb-7ec8-58cc-95d6-d70a2c99a1d9] [2024/05/06 11:53:28.904 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`gzip`.`t`:-1] [engineUUID=f882bfdb-7ec8-58cc-95d6-d70a2c99a1d9] [retryCnt=0] [takeTime=118.702µs] [] [2024/05/06 11:53:28.904 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`gzip`.`t`:-1] [engineUUID=f882bfdb-7ec8-58cc-95d6-d70a2c99a1d9] [2024/05/06 11:53:28.906 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`gzip`.`t`:-1] [engineUUID=f882bfdb-7ec8-58cc-95d6-d70a2c99a1d9] [takeTime=1.640878ms] [] [2024/05/06 11:53:29.025 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=1] [step=import] [2024/05/06 11:53:29.029 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:53:29.029 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:53:29.029 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:53:29.029 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:29.029 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:53:29.029 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:53:29.029 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:29.029 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:29.029 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:29.030 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:29.030 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:29.030 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:29.030 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:53:29.032 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:53:29.033 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:29.033 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:29.033 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:29.033 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:29.033 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=1] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=528.5MiB]"] [takeTime=615.815722ms] [] [2024/05/06 11:53:29.068 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:53:29.071 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:29.073 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=1] [curr-step=import] [next-step=post-process] [2024/05/06 11:53:29.073 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=1] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:53:29.206 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=1] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":9,\"ColSizeMap\":{\"1\":9,\"2\":54}}"] [2024/05/06 11:53:29.208 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=1] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:53:29.208 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=1] [subtasks=1] [2024/05/06 11:53:29.470 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=1] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=528.5MiB]"] [2024/05/06 11:53:29.546 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=2] [2024/05/06 11:53:29.546 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=2] [2024/05/06 11:53:29.546 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=2] [2024/05/06 11:53:29.546 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=2] [takeTime=13.661µs] [] [2024/05/06 11:53:29.546 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=2] [groupId=-1] [size=297] [kvs=9] [checksum=3562370486853394715] [2024/05/06 11:53:29.546 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=2] [checksum="{cksum=3562370486853394715,size=297,kvs=9}"] [2024/05/06 11:53:29.547 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=2] [weight=30] [2024/05/06 11:53:29.547 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=2] [concurrency=15] [2024/05/06 11:53:29.556 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=106] [physicalTableID=106] [indexID=-1] [checksum=3562370486853394715] [totalKvs=9] [totalBytes=297] [2024/05/06 11:53:29.557 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=2] [local="{cksum=3562370486853394715,size=297,kvs=9}"] [2024/05/06 11:53:29.557 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=2] [takeTime=11.009892ms] [] [2024/05/06 11:53:29.557 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=2] [takeTime=11.283405ms] [] [2024/05/06 11:53:29.623 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=1] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=528.5MiB]"] [takeTime=153.185747ms] [] [2024/05/06 11:53:29.673 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:53:29.674 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=1] [step=post-process] [state=running] [] [2024/05/06 11:53:29.677 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=1] [2024/05/06 11:53:29.796 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=1] [2024/05/06 11:53:29.818 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=1] [type=ImportInto] [2024/05/06 11:53:29.823 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:53:29.823 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=1] [2024/05/06 11:53:29.841 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=1] [2024/05/06 11:53:29.842 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=succeed] [concurrency=1] [2024/05/06 11:53:29.954 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=1] [2024/05/06 11:53:29.959 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 3.74295342\n# Parse_time: 0.001203213\n# Compile_time: 0.002105501\n# Rewrite_time: 0.000471861\n# Optimize_time: 0.000556002\n# Wait_TS: 0\n# DB: gzip\n# Is_internal: false\n# Digest: 02e1b2d9d9874751320f59169ed0a406a64b5cdb2070fc8823e8eb2bfabb7ffa\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6My43NHMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6My43NHMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `gzip`.`t` FROM 'gs://gzip/compress.*?endpoint=http://127.0.0.1:4443/storage/v1/' WITH thread=1;"] [2024/05/06 11:53:29.975 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=53] [cur_db=gzip] [sql="truncate table gzip.t"] [user=] [2024/05/06 11:53:30.012 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:53:30.093 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:truncate table, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:3, start time: 2024-05-06 11:53:29.999 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:30.093 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:109, Type:truncate table, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:3, start time: 2024-05-06 11:53:29.999 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="truncate table gzip.t"] [2024/05/06 11:53:30.192 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=109] [conn=2] [category=ddl] [job="ID:109, Type:truncate table, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:29.999 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:30.240 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 104, Table ID: 108, Table Name: t, Old Table ID: 106, Old Table Name: t"] [2024/05/06 11:53:30.338 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=53] [neededSchemaVersion=54] ["start time"=5.685899ms] [gotSchemaVersion=54] [phyTblIDs="[106,108]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 11:53:30.368 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2024/05/06 11:53:30.398 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=54] ["take time"=74.461397ms] [job="ID:109, Type:truncate table, State:done, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:29.999 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:30.477 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=109] [tableIDs="[106]"] [comment="drop table: table ID"] [2024/05/06 11:53:30.515 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=109] [jobType="truncate table"] [2024/05/06 11:53:30.521 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=109] [conn=2] [job="ID:109, Type:truncate table, State:synced, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:29.999 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:30.652 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=109] [2024/05/06 11:53:30.652 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:30.693 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.718878672\n# Parse_time: 0.000414388\n# Compile_time: 0.001093383\n# Rewrite_time: 0.000014869\n# Optimize_time: 0.001617646\n# Wait_TS: 0.001187375\n# DB: gzip\n# Is_internal: false\n# Digest: 8fa55bff56c3c9eef6de1f96578f05ef16ddee97b827bd3cdada5e520a77fbb6\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ntruncate table gzip.t;"] [2024/05/06 11:53:30.725 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:31.057 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://gzip/compress.*?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"skip_rows\":\"1\",\"thread\":\"1\"}}"] [dist-task-enabled=true] [2024/05/06 11:53:31.186 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=2] [task-id=2] [data-size=111B] [thread-cnt=1] [global-sort=false] [2024/05/06 11:53:31.256 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=2] [2024/05/06 11:53:31.256 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=1] [2024/05/06 11:53:31.367 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:53:31.368 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:31.370 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=2] [curr-step=init] [next-step=import] [2024/05/06 11:53:31.416 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:31.437 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:53:31.437 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=111] [2024/05/06 11:53:31.438 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=3] [MaxChunkSize=268435456] [RegionsCount=3] [BatchSize=111] [cost=147.369µs] [2024/05/06 11:53:31.438 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=325.817µs] [] [2024/05/06 11:53:31.438 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=2] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:53:31.438 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=1] [subtasks=1] [2024/05/06 11:53:31.653 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=2] [mode=Import] [2024/05/06 11:53:31.713 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=2] [2024/05/06 11:53:31.726 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=2] [type=ImportInto] [remaining-slots=61] [2024/05/06 11:53:31.798 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=2] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=528.5MiB]"] [2024/05/06 11:53:31.800 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=2] [step=import] [2024/05/06 11:53:31.801 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:31.829 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:53:31.829 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852659043634778] [2024/05/06 11:53:31.834 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:31.834 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:53:31.839 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:31.839 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:31.840 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:53:31.841 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:53:31.841 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:31.895 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:53:31.897 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:53:31.897 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=752.3GB] [2024/05/06 11:53:31.897 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=2] [step=import] [data=264.3MiB] [per-index=88.09MiB] [2024/05/06 11:53:31.898 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=2] [disk-quota=700.7GiB] [2024/05/06 11:53:32.024 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=2] [step=import] [subtask-id=3] [2024/05/06 11:53:32.031 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`gzip`.`t`:0] [engineUUID=a44d817b-cb07-5b2e-a759-37c0e04df925] [2024/05/06 11:53:32.037 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`gzip`.`t`:-1] [engineUUID=f882bfdb-7ec8-58cc-95d6-d70a2c99a1d9] [2024/05/06 11:53:32.037 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=108] [2024/05/06 11:53:32.158 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=108] [key=compress.001.csv.gz:0] [2024/05/06 11:53:32.193 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=108] [key=compress.001.csv.gz:0] [readDur=145.528µs] [encodeDur=11.006124ms] [checksum="{cksum=3295917154550004049,size=33,kvs=1}"] [deliverDur=89.943µs] [type=file] [takeTime=34.110821ms] [] [2024/05/06 11:53:32.197 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=108] [2024/05/06 11:53:32.202 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=33] [kvs=1] [files=1] [sstFileSize=924] [file=/tmp/tidb/import-4000/2/a44d817b-cb07-5b2e-a759-37c0e04df925.sst/f070d094-d0b4-46f9-83c2-8823c32529fe.sst] [firstKey=74800000000000006C5F728000000000000002] [lastKey=74800000000000006C5F728000000000000002] [2024/05/06 11:53:32.362 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=108] [key=compress.001.csv.gzip:0] [2024/05/06 11:53:32.363 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=108] [key=compress.001.csv.gzip:0] [readDur=164.949µs] [encodeDur=663.501µs] [checksum="{cksum=3799961091930450100,size=33,kvs=1}"] [deliverDur=80.73µs] [type=file] [takeTime=1.498944ms] [] [2024/05/06 11:53:32.365 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=108] [2024/05/06 11:53:32.367 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=33] [kvs=1] [files=1] [sstFileSize=924] [file=/tmp/tidb/import-4000/2/a44d817b-cb07-5b2e-a759-37c0e04df925.sst/90eb8e19-0e51-43d3-9cfd-d7e8b84c4634.sst] [firstKey=74800000000000006C5F728000000000000004] [lastKey=74800000000000006C5F728000000000000004] [2024/05/06 11:53:32.513 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=108] [key=compress.002.csv:0] [2024/05/06 11:53:32.516 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=108] [key=compress.002.csv:0] [readDur=360.189µs] [encodeDur=1.814862ms] [checksum="{cksum=0,size=132,kvs=4}"] [deliverDur=77.403µs] [type=file] [takeTime=2.7208ms] [] [2024/05/06 11:53:32.518 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=132] [kvs=4] [files=1] [sstFileSize=995] [file=/tmp/tidb/import-4000/2/a44d817b-cb07-5b2e-a759-37c0e04df925.sst/fa9e9ac9-4ffd-4357-89c5-b33c84e21cf9.sst] [firstKey=74800000000000006C5F728000000000000006] [lastKey=74800000000000006C5F728000000000000009] [2024/05/06 11:53:32.518 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=2] [step=import] [subtask-id=3] [takeTime=494.139876ms] [] [2024/05/06 11:53:32.519 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=2] [step=import] [engine-id=0] [2024/05/06 11:53:32.519 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=2] [step=import] [engine-id=0] [2024/05/06 11:53:32.519 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`gzip`.`t`:0] [engineUUID=a44d817b-cb07-5b2e-a759-37c0e04df925] [2024/05/06 11:53:32.525 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`gzip`.`t`:0] [engineUUID=a44d817b-cb07-5b2e-a759-37c0e04df925] [takeTime=6.437352ms] [] [2024/05/06 11:53:32.525 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`gzip`.`t`:0] [engineUUID=a44d817b-cb07-5b2e-a759-37c0e04df925] [retryCnt=0] [2024/05/06 11:53:32.540 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:53:32.574 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=a44d817b-cb07-5b2e-a759-37c0e04df925] ["region ranges"=1] [count=6] [size=198] [2024/05/06 11:53:32.574 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:53:32.627 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=a44d817b-cb07-5b2e-a759-37c0e04df925] [size=198] [kvs=6] [importedSize=198] [importedCount=6] [2024/05/06 11:53:32.632 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`gzip`.`t`:0] [engineUUID=a44d817b-cb07-5b2e-a759-37c0e04df925] [retryCnt=0] [takeTime=106.035829ms] [] [2024/05/06 11:53:32.632 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`gzip`.`t`:0] [engineUUID=a44d817b-cb07-5b2e-a759-37c0e04df925] [2024/05/06 11:53:32.634 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`gzip`.`t`:0] [engineUUID=a44d817b-cb07-5b2e-a759-37c0e04df925] [takeTime=1.902591ms] [] [2024/05/06 11:53:32.634 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=2] [step=import] [engine-id=0] [2024/05/06 11:53:32.634 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`gzip`.`t`:-1] [engineUUID=f882bfdb-7ec8-58cc-95d6-d70a2c99a1d9] [2024/05/06 11:53:32.636 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`gzip`.`t`:-1] [engineUUID=f882bfdb-7ec8-58cc-95d6-d70a2c99a1d9] [takeTime=2.473082ms] [] [2024/05/06 11:53:32.637 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`gzip`.`t`:-1] [engineUUID=f882bfdb-7ec8-58cc-95d6-d70a2c99a1d9] [retryCnt=0] [2024/05/06 11:53:32.637 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=f882bfdb-7ec8-58cc-95d6-d70a2c99a1d9] [2024/05/06 11:53:32.637 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`gzip`.`t`:-1] [engineUUID=f882bfdb-7ec8-58cc-95d6-d70a2c99a1d9] [retryCnt=0] [takeTime=106.218µs] [] [2024/05/06 11:53:32.637 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`gzip`.`t`:-1] [engineUUID=f882bfdb-7ec8-58cc-95d6-d70a2c99a1d9] [2024/05/06 11:53:32.638 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`gzip`.`t`:-1] [engineUUID=f882bfdb-7ec8-58cc-95d6-d70a2c99a1d9] [takeTime=1.663325ms] [] [2024/05/06 11:53:32.743 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=2] [step=import] [2024/05/06 11:53:32.747 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:32.747 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:53:32.747 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:32.747 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:53:32.747 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:53:32.747 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:53:32.747 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:53:32.747 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:32.747 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:32.748 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:32.748 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:32.748 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:32.748 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:53:32.751 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:53:32.751 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:32.751 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:32.751 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:32.751 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:32.752 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=2] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=528.5MiB]"] [takeTime=953.306707ms] [] [2024/05/06 11:53:32.797 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:53:32.799 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:32.801 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=2] [curr-step=import] [next-step=post-process] [2024/05/06 11:53:32.801 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=2] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:53:32.943 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=2] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":6,\"ColSizeMap\":{\"1\":6,\"2\":36}}"] [2024/05/06 11:53:32.945 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=2] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:53:32.945 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=1] [subtasks=1] [2024/05/06 11:53:33.176 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=2] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=528.5MiB]"] [2024/05/06 11:53:33.251 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=4] [2024/05/06 11:53:33.251 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=4] [2024/05/06 11:53:33.251 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=4] [2024/05/06 11:53:33.251 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=4] [takeTime=13.435µs] [] [2024/05/06 11:53:33.251 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=4] [groupId=-1] [size=198] [kvs=6] [checksum=1801826099013898725] [2024/05/06 11:53:33.251 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=4] [checksum="{cksum=1801826099013898725,size=198,kvs=6}"] [2024/05/06 11:53:33.251 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=4] [weight=30] [2024/05/06 11:53:33.251 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=4] [concurrency=15] [2024/05/06 11:53:33.269 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=108] [physicalTableID=108] [indexID=-1] [checksum=1801826099013898725] [totalKvs=6] [totalBytes=198] [2024/05/06 11:53:33.270 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=4] [local="{cksum=1801826099013898725,size=198,kvs=6}"] [2024/05/06 11:53:33.272 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=4] [takeTime=21.021055ms] [] [2024/05/06 11:53:33.272 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=4] [takeTime=21.314653ms] [] [2024/05/06 11:53:33.373 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=2] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=528.5MiB]"] [takeTime=196.675862ms] [] [2024/05/06 11:53:33.390 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:53:33.390 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=2] [step=post-process] [state=running] [] [2024/05/06 11:53:33.395 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=2] [2024/05/06 11:53:33.511 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=2] [type=ImportInto] [2024/05/06 11:53:33.518 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=2] [2024/05/06 11:53:33.547 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:53:33.547 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=2] [2024/05/06 11:53:33.567 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=2] [2024/05/06 11:53:33.569 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=succeed] [concurrency=1] [2024/05/06 11:53:33.681 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=2] [2024/05/06 11:53:33.682 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 2.987897768\n# Parse_time: 0.002736868\n# Compile_time: 0.002311227\n# Rewrite_time: 0.000484253\n# Optimize_time: 0.001617646\n# Wait_TS: 0\n# DB: gzip\n# Is_internal: false\n# Digest: 9d7b6c5838ea9d605d5f2b69162f5d53aa0ade450435a07a64b60325ed206bb4\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6Mi45OHMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6Mi45OHMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `gzip`.`t` FROM 'gs://gzip/compress.*?endpoint=http://127.0.0.1:4443/storage/v1/' WITH skip_rows=1, thread=1;"] === RUN TestImportInto/TestImportFromServer [2024/05/06 11:53:33.699 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=54] [cur_db=gzip] [sql="drop database if exists from_server"] [user=] [2024/05/06 11:53:33.703 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=54] [cur_db=gzip] [sql="create database from_server"] [user=] [2024/05/06 11:53:33.713 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:53:33.797 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:111, Type:create schema, State:queueing, SchemaState:none, SchemaID:110, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:33.754 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:33.797 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:111, Type:create schema, State:queueing, SchemaState:none, SchemaID:110, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:33.754 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database from_server"] [2024/05/06 11:53:33.887 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=111] [conn=2] [category=ddl] [job="ID:111, Type:create schema, State:queueing, SchemaState:none, SchemaID:110, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:33.754 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:33.989 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=54] [neededSchemaVersion=55] ["start time"=1.472928ms] [gotSchemaVersion=55] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:53:34.006 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2024/05/06 11:53:34.038 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=55] ["take time"=70.105931ms] [job="ID:111, Type:create schema, State:done, SchemaState:public, SchemaID:110, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:33.754 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:34.141 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=111] [conn=2] [job="ID:111, Type:create schema, State:synced, SchemaState:public, SchemaID:110, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:33.754 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:34.209 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=111] [2024/05/06 11:53:34.210 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:34.221 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.519096138\n# Parse_time: 0.000512598\n# Compile_time: 0.000914992\n# Rewrite_time: 0.000010546\n# Optimize_time: 0.001500755\n# Wait_TS: 0.008903033\n# DB: gzip\n# Is_internal: false\n# Digest: 8b5b3f55853ff740663ac2aba72696fd12f93256f3af0d8752dcedc90807a561\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ncreate database from_server;"] [2024/05/06 11:53:34.226 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=55] [cur_db=from_server] [sql="create table t (a bigint, b varchar(100));"] [user=] [2024/05/06 11:53:34.312 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:110, TableID:112, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:34.248 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:34.312 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:110, TableID:112, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:34.248 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t (a bigint, b varchar(100));"] [2024/05/06 11:53:34.397 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=113] [conn=2] [category=ddl] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:110, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:34.248 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:34.421 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 110, Table ID: 112, Table Name: t"] [2024/05/06 11:53:34.517 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=55] [neededSchemaVersion=56] ["start time"=7.157565ms] [gotSchemaVersion=56] [phyTblIDs="[112]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:34.546 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2024/05/06 11:53:34.555 +00:00] [INFO] [syncer.go:352] ["syncer check all versions, someone is not synced"] [category=ddl] [info="instance ip , port 4000, id b229972d-2143-4932-9b67-e1e7c4ecb166"] ["ddl job id"=113] [ver=56] [2024/05/06 11:53:34.592 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=56] ["take time"=96.512404ms] [job="ID:113, Type:create table, State:done, SchemaState:public, SchemaID:110, TableID:112, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:34.248 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:34.718 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=113] [conn=2] [job="ID:113, Type:create table, State:synced, SchemaState:public, SchemaID:110, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:34.248 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:34.781 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=113] [2024/05/06 11:53:34.781 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:34.788 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.563913943\n# Parse_time: 0.000873103\n# Compile_time: 0.001300561\n# Rewrite_time: 0.000013946\n# Optimize_time: 0.001500755\n# Wait_TS: 0.001216669\n# DB: from_server\n# Is_internal: false\n# Digest: 2ddde2966584d9ad12769454e590b3145b3fdd941ece31b54906b745030d6838\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse from_server;\ncreate table t (a bigint, b varchar(100));"] [2024/05/06 11:53:35.056 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"/tmp/TestImportIntoTestImportFromServer3211123136/001/server-0.csv\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 11:53:35.056 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:53:35.056 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=18] [2024/05/06 11:53:35.057 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=18] [cost=96.487µs] [2024/05/06 11:53:35.057 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=287.05µs] [] [2024/05/06 11:53:35.219 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=3] [task-id=3] [data-size=18B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:53:35.310 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=3] [2024/05/06 11:53:35.311 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:53:35.425 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:53:35.427 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:35.429 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=3] [curr-step=init] [next-step=import] [2024/05/06 11:53:35.472 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=3] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:53:35.473 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:53:35.667 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=3] [mode=Import] [2024/05/06 11:53:35.735 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=3] [type=ImportInto] [remaining-slots=54] [2024/05/06 11:53:35.767 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=3] [2024/05/06 11:53:35.832 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=3] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.129GiB]"] [2024/05/06 11:53:35.834 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=3] [step=import] [2024/05/06 11:53:35.862 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:53:35.862 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852659043634778] [2024/05/06 11:53:35.863 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:35.864 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:53:35.869 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:35.870 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:35.870 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:53:35.870 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:35.871 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:53:35.938 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:53:35.942 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:53:35.942 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=752.3GB] [2024/05/06 11:53:35.943 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=3] [step=import] [data=264.3MiB] [per-index=88.09MiB] [2024/05/06 11:53:35.943 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=3] [disk-quota=700.7GiB] [2024/05/06 11:53:36.039 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=3] [step=import] [subtask-id=5] [2024/05/06 11:53:36.079 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`from_server`.`t`:0] [engineUUID=490acc05-2370-5ec4-8393-939390984a58] [2024/05/06 11:53:36.087 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`from_server`.`t`:-1] [engineUUID=cdc70700-12ab-529a-b4ba-b188e4e6e47d] [2024/05/06 11:53:36.088 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=112] [2024/05/06 11:53:36.162 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=112] [key=server-0.csv:0] [2024/05/06 11:53:36.164 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=112] [key=server-0.csv:0] [readDur=240.52µs] [encodeDur=860.759µs] [checksum="{cksum=4217614283895359297,size=76,kvs=2}"] [deliverDur=466.428µs] [type=file] [takeTime=2.261198ms] [] [2024/05/06 11:53:36.166 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=3] [step=import] [subtask-id=5] [takeTime=126.316878ms] [] [2024/05/06 11:53:36.166 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=76] [kvs=2] [files=1] [sstFileSize=984] [file=/tmp/tidb/import-4000/3/490acc05-2370-5ec4-8393-939390984a58.sst/9a8cb9e7-64ee-477d-9a8c-f4f92ca42f01.sst] [firstKey=7480000000000000705F728000000000000001] [lastKey=7480000000000000705F728000000000000002] [2024/05/06 11:53:36.166 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=3] [step=import] [engine-id=0] [2024/05/06 11:53:36.166 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=3] [step=import] [engine-id=0] [2024/05/06 11:53:36.166 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_server`.`t`:0] [engineUUID=490acc05-2370-5ec4-8393-939390984a58] [2024/05/06 11:53:36.205 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_server`.`t`:0] [engineUUID=490acc05-2370-5ec4-8393-939390984a58] [takeTime=38.246073ms] [] [2024/05/06 11:53:36.205 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`from_server`.`t`:0] [engineUUID=490acc05-2370-5ec4-8393-939390984a58] [retryCnt=0] [2024/05/06 11:53:36.220 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:53:36.250 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=490acc05-2370-5ec4-8393-939390984a58] ["region ranges"=1] [count=2] [size=76] [2024/05/06 11:53:36.250 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:53:36.353 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=490acc05-2370-5ec4-8393-939390984a58] [size=76] [kvs=2] [importedSize=76] [importedCount=2] [2024/05/06 11:53:36.361 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`from_server`.`t`:0] [engineUUID=490acc05-2370-5ec4-8393-939390984a58] [retryCnt=0] [takeTime=155.727879ms] [] [2024/05/06 11:53:36.361 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`from_server`.`t`:0] [engineUUID=490acc05-2370-5ec4-8393-939390984a58] [2024/05/06 11:53:36.363 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`from_server`.`t`:0] [engineUUID=490acc05-2370-5ec4-8393-939390984a58] [takeTime=1.87672ms] [] [2024/05/06 11:53:36.363 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=3] [step=import] [engine-id=0] [2024/05/06 11:53:36.363 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_server`.`t`:-1] [engineUUID=cdc70700-12ab-529a-b4ba-b188e4e6e47d] [2024/05/06 11:53:36.366 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_server`.`t`:-1] [engineUUID=cdc70700-12ab-529a-b4ba-b188e4e6e47d] [takeTime=2.962232ms] [] [2024/05/06 11:53:36.366 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`from_server`.`t`:-1] [engineUUID=cdc70700-12ab-529a-b4ba-b188e4e6e47d] [retryCnt=0] [2024/05/06 11:53:36.366 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=cdc70700-12ab-529a-b4ba-b188e4e6e47d] [2024/05/06 11:53:36.366 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`from_server`.`t`:-1] [engineUUID=cdc70700-12ab-529a-b4ba-b188e4e6e47d] [retryCnt=0] [takeTime=111.509µs] [] [2024/05/06 11:53:36.367 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`from_server`.`t`:-1] [engineUUID=cdc70700-12ab-529a-b4ba-b188e4e6e47d] [2024/05/06 11:53:36.368 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`from_server`.`t`:-1] [engineUUID=cdc70700-12ab-529a-b4ba-b188e4e6e47d] [takeTime=1.394518ms] [] [2024/05/06 11:53:36.452 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:53:36.454 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:36.455 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=3] [curr-step=import] [next-step=post-process] [2024/05/06 11:53:36.455 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=3] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:53:36.495 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=3] [step=import] [2024/05/06 11:53:36.499 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:36.499 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:53:36.499 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:36.499 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:53:36.499 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:53:36.499 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:53:36.499 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:36.499 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:53:36.499 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:36.499 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:36.499 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:36.499 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:36.499 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:53:36.502 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:53:36.503 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:36.503 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:36.503 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:36.503 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:36.503 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=3] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.129GiB]"] [takeTime=670.650787ms] [] [2024/05/06 11:53:36.581 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=3] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":2,\"ColSizeMap\":{\"1\":2,\"2\":14}}"] [2024/05/06 11:53:36.584 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=3] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:53:36.584 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:53:36.884 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=3] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.129GiB]"] [2024/05/06 11:53:36.993 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=3] [step=post-process] [subtask-id=6] [2024/05/06 11:53:36.993 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=3] [step=post-process] [subtask-id=6] [2024/05/06 11:53:36.993 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=3] [step=post-process] [subtask-id=6] [2024/05/06 11:53:37.018 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=3] [step=post-process] [subtask-id=6] [takeTime=24.368405ms] [] [2024/05/06 11:53:37.018 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=3] [step=post-process] [subtask-id=6] [groupId=-1] [size=76] [kvs=2] [checksum=4217614283895359297] [2024/05/06 11:53:37.018 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=3] [step=post-process] [subtask-id=6] [checksum="{cksum=4217614283895359297,size=76,kvs=2}"] [2024/05/06 11:53:37.018 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=3] [step=post-process] [subtask-id=6] [weight=30] [2024/05/06 11:53:37.018 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=3] [step=post-process] [subtask-id=6] [concurrency=15] [2024/05/06 11:53:37.036 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=112] [physicalTableID=112] [indexID=-1] [checksum=4217614283895359297] [totalKvs=2] [totalBytes=76] [2024/05/06 11:53:37.037 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=3] [step=post-process] [subtask-id=6] [local="{cksum=4217614283895359297,size=76,kvs=2}"] [2024/05/06 11:53:37.037 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=3] [step=post-process] [subtask-id=6] [takeTime=43.264508ms] [] [2024/05/06 11:53:37.037 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=3] [step=post-process] [subtask-id=6] [takeTime=43.567607ms] [] [2024/05/06 11:53:37.167 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=3] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.129GiB]"] [takeTime=282.531392ms] [] [2024/05/06 11:53:37.182 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:53:37.183 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=3] [step=post-process] [state=running] [] [2024/05/06 11:53:37.190 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=3] [2024/05/06 11:53:37.306 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=3] [2024/05/06 11:53:37.331 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=3] [type=ImportInto] [2024/05/06 11:53:37.352 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:53:37.352 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=3] [2024/05/06 11:53:37.385 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=3] [2024/05/06 11:53:37.386 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=succeed] [concurrency=8] [2024/05/06 11:53:37.458 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 2.669076608\n# Parse_time: 0.000628899\n# Compile_time: 0.00176463\n# Rewrite_time: 0.000381034\n# Optimize_time: 0.001500755\n# Wait_TS: 0\n# DB: from_server\n# Is_internal: false\n# Digest: 2151a8f4fc4821c35c9e69ec11b64682fe15dd1bf9a02fb5753a416004d4f9c9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6Mi42N3MsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6Mi42N3MsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `from_server`.`t` FROM '/tmp/TestImportIntoTestImportFromServer3211123136/001/server-0.csv';"] [2024/05/06 11:53:37.478 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=56] [cur_db=from_server] [sql="truncate table t"] [user=] [2024/05/06 11:53:37.504 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=3] [2024/05/06 11:53:37.556 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:53:37.609 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:115, Type:truncate table, State:queueing, SchemaState:none, SchemaID:110, TableID:112, RowCount:0, ArgLen:3, start time: 2024-05-06 11:53:37.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:37.609 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:115, Type:truncate table, State:queueing, SchemaState:none, SchemaID:110, TableID:112, RowCount:0, ArgLen:3, start time: 2024-05-06 11:53:37.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="truncate table t"] [2024/05/06 11:53:37.761 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=115] [conn=2] [category=ddl] [job="ID:115, Type:truncate table, State:queueing, SchemaState:none, SchemaID:110, TableID:112, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:37.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:37.834 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 110, Table ID: 114, Table Name: t, Old Table ID: 112, Old Table Name: t"] [2024/05/06 11:53:37.971 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=56] [neededSchemaVersion=57] ["start time"=11.727324ms] [gotSchemaVersion=57] [phyTblIDs="[112,114]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 11:53:38.001 +00:00] [INFO] [syncer.go:352] ["syncer check all versions, someone is not synced"] [category=ddl] [info="instance ip , port 4000, id b229972d-2143-4932-9b67-e1e7c4ecb166"] ["ddl job id"=115] [ver=57] [2024/05/06 11:53:38.004 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=115] [version=57] [2024/05/06 11:53:38.032 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=57] ["take time"=102.830997ms] [job="ID:115, Type:truncate table, State:done, SchemaState:public, SchemaID:110, TableID:112, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:37.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:38.175 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=115] [tableIDs="[112]"] [comment="drop table: table ID"] [2024/05/06 11:53:38.213 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=115] [jobType="truncate table"] [2024/05/06 11:53:38.229 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=115] [conn=2] [job="ID:115, Type:truncate table, State:synced, SchemaState:public, SchemaID:110, TableID:112, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:37.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:38.339 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=115] [2024/05/06 11:53:38.339 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:38.345 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.868639329\n# Parse_time: 0.000419415\n# Compile_time: 0.001100257\n# Rewrite_time: 0.000013828\n# Optimize_time: 0.001457669\n# Wait_TS: 0.002006857\n# DB: from_server\n# Is_internal: false\n# Digest: 2ff7fc61fcea18277bed40e235270c83f2a635733db48efecb6208524e5fa5bf\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ntruncate table t;"] [2024/05/06 11:53:38.661 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"/tmp/TestImportIntoTestImportFromServer3211123136/001/server-*.csv\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 11:53:38.661 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:53:38.661 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=54] [2024/05/06 11:53:38.661 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=3] [MaxChunkSize=268435456] [RegionsCount=3] [BatchSize=54] [cost=122.67µs] [2024/05/06 11:53:38.661 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=324.686µs] [] [2024/05/06 11:53:38.804 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=4] [task-id=4] [data-size=54B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:53:38.892 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=4] [2024/05/06 11:53:38.893 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:53:39.029 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:53:39.033 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:39.035 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=4] [curr-step=init] [next-step=import] [2024/05/06 11:53:39.087 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=4] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:53:39.087 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:53:39.344 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=4] [mode=Import] [2024/05/06 11:53:39.409 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=4] [type=ImportInto] [remaining-slots=54] [2024/05/06 11:53:39.411 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=4] [2024/05/06 11:53:39.508 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=4] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.129GiB]"] [2024/05/06 11:53:39.510 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=4] [step=import] [2024/05/06 11:53:39.541 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:53:39.541 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852659043634778] [2024/05/06 11:53:39.545 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:39.545 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:53:39.550 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:39.550 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:39.550 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:53:39.550 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:53:39.550 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:39.606 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:53:39.608 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:53:39.608 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=752.3GB] [2024/05/06 11:53:39.609 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=4] [step=import] [data=264.3MiB] [per-index=88.09MiB] [2024/05/06 11:53:39.609 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=4] [disk-quota=700.7GiB] [2024/05/06 11:53:39.743 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=4] [step=import] [subtask-id=7] [2024/05/06 11:53:39.754 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`from_server`.`t`:0] [engineUUID=490acc05-2370-5ec4-8393-939390984a58] [2024/05/06 11:53:39.760 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`from_server`.`t`:-1] [engineUUID=cdc70700-12ab-529a-b4ba-b188e4e6e47d] [2024/05/06 11:53:39.760 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=114] [2024/05/06 11:53:39.761 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=114] [2024/05/06 11:53:39.769 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=114] [2024/05/06 11:53:39.776 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=114] [key=server-1.csv:0] [2024/05/06 11:53:39.777 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=114] [key=server-0.csv:0] [2024/05/06 11:53:39.779 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=114] [key=server-0.csv:0] [readDur=230.983µs] [encodeDur=851.827µs] [checksum="{cksum=4217614283895359297,size=76,kvs=2}"] [deliverDur=433.974µs] [type=file] [takeTime=1.989042ms] [] [2024/05/06 11:53:39.779 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=114] [key=server-1.csv:0] [readDur=241.473µs] [encodeDur=1.437269ms] [checksum="{cksum=8740164075696154046,size=76,kvs=2}"] [deliverDur=337.418µs] [type=file] [takeTime=2.675336ms] [] [2024/05/06 11:53:39.780 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=76] [kvs=2] [files=1] [sstFileSize=984] [file=/tmp/tidb/import-4000/4/490acc05-2370-5ec4-8393-939390984a58.sst/c8c0627b-b7bc-4f3a-9798-4b4b201561ea.sst] [firstKey=7480000000000000725F728000000000000001] [lastKey=7480000000000000725F728000000000000002] [2024/05/06 11:53:39.782 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=76] [kvs=2] [files=1] [sstFileSize=984] [file=/tmp/tidb/import-4000/4/490acc05-2370-5ec4-8393-939390984a58.sst/370f459f-d72e-424c-8cdd-e82b50c08568.sst] [firstKey=7480000000000000725F72800000000000000A] [lastKey=7480000000000000725F72800000000000000B] [2024/05/06 11:53:39.785 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=114] [key=server-2.csv:0] [2024/05/06 11:53:39.788 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=114] [key=server-2.csv:0] [readDur=283.442µs] [encodeDur=1.514361ms] [checksum="{cksum=13627491968562561727,size=76,kvs=2}"] [deliverDur=396.15µs] [type=file] [takeTime=2.638834ms] [] [2024/05/06 11:53:39.789 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=76] [kvs=2] [files=1] [sstFileSize=984] [file=/tmp/tidb/import-4000/4/490acc05-2370-5ec4-8393-939390984a58.sst/f8d405ef-352a-4966-a852-e39b02b2190e.sst] [firstKey=7480000000000000725F728000000000000013] [lastKey=7480000000000000725F728000000000000014] [2024/05/06 11:53:39.790 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=4] [step=import] [subtask-id=7] [takeTime=47.120808ms] [] [2024/05/06 11:53:39.790 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=4] [step=import] [engine-id=0] [2024/05/06 11:53:39.790 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=4] [step=import] [engine-id=0] [2024/05/06 11:53:39.790 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_server`.`t`:0] [engineUUID=490acc05-2370-5ec4-8393-939390984a58] [2024/05/06 11:53:39.793 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_server`.`t`:0] [engineUUID=490acc05-2370-5ec4-8393-939390984a58] [takeTime=2.47703ms] [] [2024/05/06 11:53:39.793 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`from_server`.`t`:0] [engineUUID=490acc05-2370-5ec4-8393-939390984a58] [retryCnt=0] [2024/05/06 11:53:39.806 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:53:39.841 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=490acc05-2370-5ec4-8393-939390984a58] ["region ranges"=1] [count=6] [size=228] [2024/05/06 11:53:39.842 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:53:39.907 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=490acc05-2370-5ec4-8393-939390984a58] [size=228] [kvs=6] [importedSize=228] [importedCount=6] [2024/05/06 11:53:39.911 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`from_server`.`t`:0] [engineUUID=490acc05-2370-5ec4-8393-939390984a58] [retryCnt=0] [takeTime=117.72679ms] [] [2024/05/06 11:53:39.911 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`from_server`.`t`:0] [engineUUID=490acc05-2370-5ec4-8393-939390984a58] [2024/05/06 11:53:39.918 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`from_server`.`t`:0] [engineUUID=490acc05-2370-5ec4-8393-939390984a58] [takeTime=6.669713ms] [] [2024/05/06 11:53:39.918 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=4] [step=import] [engine-id=0] [2024/05/06 11:53:39.918 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_server`.`t`:-1] [engineUUID=cdc70700-12ab-529a-b4ba-b188e4e6e47d] [2024/05/06 11:53:39.921 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_server`.`t`:-1] [engineUUID=cdc70700-12ab-529a-b4ba-b188e4e6e47d] [takeTime=2.675943ms] [] [2024/05/06 11:53:39.921 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`from_server`.`t`:-1] [engineUUID=cdc70700-12ab-529a-b4ba-b188e4e6e47d] [retryCnt=0] [2024/05/06 11:53:39.921 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=cdc70700-12ab-529a-b4ba-b188e4e6e47d] [2024/05/06 11:53:39.921 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`from_server`.`t`:-1] [engineUUID=cdc70700-12ab-529a-b4ba-b188e4e6e47d] [retryCnt=0] [takeTime=86.064µs] [] [2024/05/06 11:53:39.921 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`from_server`.`t`:-1] [engineUUID=cdc70700-12ab-529a-b4ba-b188e4e6e47d] [2024/05/06 11:53:39.922 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`from_server`.`t`:-1] [engineUUID=cdc70700-12ab-529a-b4ba-b188e4e6e47d] [takeTime=1.192532ms] [] [2024/05/06 11:53:40.026 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=4] [step=import] [2024/05/06 11:53:40.027 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:53:40.029 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:40.030 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:53:40.030 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:53:40.030 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:40.030 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:40.030 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:40.031 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:53:40.031 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:53:40.031 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:53:40.031 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:40.031 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:40.031 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:40.031 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:40.031 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:53:40.031 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=4] [curr-step=import] [next-step=post-process] [2024/05/06 11:53:40.031 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=4] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:53:40.035 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:53:40.035 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:40.035 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:40.035 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:40.035 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:40.035 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=4] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.129GiB]"] [takeTime=527.425695ms] [] [2024/05/06 11:53:40.151 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=4] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":6,\"ColSizeMap\":{\"1\":6,\"2\":42}}"] [2024/05/06 11:53:40.153 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=4] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:53:40.153 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:53:40.435 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=4] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.129GiB]"] [2024/05/06 11:53:40.531 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=8] [2024/05/06 11:53:40.532 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=8] [2024/05/06 11:53:40.532 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=8] [2024/05/06 11:53:40.549 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=8] [takeTime=17.630146ms] [] [2024/05/06 11:53:40.550 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=8] [groupId=-1] [size=228] [kvs=6] [checksum=18361781019534991424] [2024/05/06 11:53:40.550 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=8] [checksum="{cksum=18361781019534991424,size=228,kvs=6}"] [2024/05/06 11:53:40.550 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=8] [weight=30] [2024/05/06 11:53:40.550 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=8] [concurrency=15] [2024/05/06 11:53:40.560 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=114] [physicalTableID=114] [indexID=-1] [checksum=18361781019534991424] [totalKvs=6] [totalBytes=228] [2024/05/06 11:53:40.561 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=8] [local="{cksum=18361781019534991424,size=228,kvs=6}"] [2024/05/06 11:53:40.561 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=8] [takeTime=29.147132ms] [] [2024/05/06 11:53:40.561 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=8] [takeTime=29.466799ms] [] [2024/05/06 11:53:40.629 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:53:40.629 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=4] [step=post-process] [state=running] [] [2024/05/06 11:53:40.633 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=4] [2024/05/06 11:53:40.650 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=4] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.129GiB]"] [takeTime=214.869643ms] [] [2024/05/06 11:53:40.757 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=4] [type=ImportInto] [2024/05/06 11:53:40.769 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=4] [2024/05/06 11:53:40.789 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:53:40.789 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=4] [2024/05/06 11:53:40.923 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:53:40.991 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 2.645004813\n# Parse_time: 0.000654677\n# Compile_time: 0.001687636\n# Rewrite_time: 0.000378343\n# Optimize_time: 0.001457669\n# Wait_TS: 0\n# DB: from_server\n# Is_internal: false\n# Digest: 2151a8f4fc4821c35c9e69ec11b64682fe15dd1bf9a02fb5753a416004d4f9c9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6Mi42NHMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6Mi42NHMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `from_server`.`t` FROM '/tmp/TestImportIntoTestImportFromServer3211123136/001/server-*.csv';"] [2024/05/06 11:53:41.010 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=57] [cur_db=from_server] [sql="truncate table t"] [user=] [2024/05/06 11:53:41.116 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:117, Type:truncate table, State:queueing, SchemaState:none, SchemaID:110, TableID:114, RowCount:0, ArgLen:3, start time: 2024-05-06 11:53:41.048 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:41.116 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:117, Type:truncate table, State:queueing, SchemaState:none, SchemaID:110, TableID:114, RowCount:0, ArgLen:3, start time: 2024-05-06 11:53:41.048 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="truncate table t"] [2024/05/06 11:53:41.205 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=117] [conn=2] [category=ddl] [job="ID:117, Type:truncate table, State:queueing, SchemaState:none, SchemaID:110, TableID:114, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:41.048 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:41.252 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 110, Table ID: 116, Table Name: t, Old Table ID: 114, Old Table Name: t"] [2024/05/06 11:53:41.354 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=57] [neededSchemaVersion=58] ["start time"=3.554506ms] [gotSchemaVersion=58] [phyTblIDs="[114,116]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 11:53:41.384 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=117] [version=58] [2024/05/06 11:53:41.399 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=58] ["take time"=57.930437ms] [job="ID:117, Type:truncate table, State:done, SchemaState:public, SchemaID:110, TableID:114, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:41.048 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:41.468 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=117] [tableIDs="[114]"] [comment="drop table: table ID"] [2024/05/06 11:53:41.496 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=117] [jobType="truncate table"] [2024/05/06 11:53:41.502 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=117] [conn=2] [job="ID:117, Type:truncate table, State:synced, SchemaState:public, SchemaID:110, TableID:114, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:41.048 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:41.619 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=117] [2024/05/06 11:53:41.619 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:41.637 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.628123159\n# Parse_time: 0.00036297\n# Compile_time: 0.000984106\n# Rewrite_time: 0.000012228\n# Optimize_time: 0.001513928\n# Wait_TS: 0.00047431\n# DB: from_server\n# Is_internal: false\n# Digest: 2ff7fc61fcea18277bed40e235270c83f2a635733db48efecb6208524e5fa5bf\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ntruncate table t;"] [2024/05/06 11:53:41.990 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"/tmp/TestImportIntoTestImportFromServer3211123136/001/test.csv.gz\",\"format\":\"csv\"}"] [dist-task-enabled=true] [2024/05/06 11:53:41.990 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:53:41.990 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=36] [2024/05/06 11:53:41.991 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=36] [cost=126.328µs] [2024/05/06 11:53:41.991 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=464.736µs] [] [2024/05/06 11:53:42.124 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=5] [task-id=5] [data-size=36B] [thread-cnt=8] [global-sort=false] [2024/05/06 11:53:42.183 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=5] [2024/05/06 11:53:42.184 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=5] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:53:42.295 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=5] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:53:42.297 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=5] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:42.299 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=5] [curr-step=init] [next-step=import] [2024/05/06 11:53:42.329 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=5] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:53:42.329 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=5] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=1] [2024/05/06 11:53:42.523 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=5] [mode=Import] [2024/05/06 11:53:42.564 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=5] [2024/05/06 11:53:42.571 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=5] [type=ImportInto] [remaining-slots=54] [2024/05/06 11:53:42.637 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=5] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.129GiB]"] [2024/05/06 11:53:42.639 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=5] [step=import] [2024/05/06 11:53:42.652 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:53:42.652 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852659043634778] [2024/05/06 11:53:42.653 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:42.653 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:53:42.658 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:42.658 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:53:42.658 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:42.658 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:53:42.658 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:42.683 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:53:42.685 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:53:42.687 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=752.3GB] [2024/05/06 11:53:42.687 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=5] [step=import] [data=264.3MiB] [per-index=88.09MiB] [2024/05/06 11:53:42.687 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=5] [disk-quota=700.7GiB] [2024/05/06 11:53:42.763 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=5] [step=import] [subtask-id=9] [2024/05/06 11:53:42.769 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`from_server`.`t`:0] [engineUUID=490acc05-2370-5ec4-8393-939390984a58] [2024/05/06 11:53:42.774 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`from_server`.`t`:-1] [engineUUID=cdc70700-12ab-529a-b4ba-b188e4e6e47d] [2024/05/06 11:53:42.774 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=116] [2024/05/06 11:53:42.845 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=116] [key=test.csv.gz:0] [2024/05/06 11:53:42.849 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=116] [key=test.csv.gz:0] [readDur=399.925µs] [encodeDur=1.911209ms] [checksum="{cksum=3639429438335945898,size=74,kvs=2}"] [deliverDur=548.619µs] [type=file] [takeTime=3.572785ms] [] [2024/05/06 11:53:42.850 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=5] [step=import] [subtask-id=9] [takeTime=86.650864ms] [] [2024/05/06 11:53:42.850 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=74] [kvs=2] [files=1] [sstFileSize=982] [file=/tmp/tidb/import-4000/5/490acc05-2370-5ec4-8393-939390984a58.sst/b49eb89c-380b-46d3-b49e-9b57fe426bbf.sst] [firstKey=7480000000000000745F728000000000000001] [lastKey=7480000000000000745F728000000000000002] [2024/05/06 11:53:42.851 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=5] [step=import] [engine-id=0] [2024/05/06 11:53:42.851 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=5] [step=import] [engine-id=0] [2024/05/06 11:53:42.851 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_server`.`t`:0] [engineUUID=490acc05-2370-5ec4-8393-939390984a58] [2024/05/06 11:53:42.854 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_server`.`t`:0] [engineUUID=490acc05-2370-5ec4-8393-939390984a58] [takeTime=3.404176ms] [] [2024/05/06 11:53:42.854 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`from_server`.`t`:0] [engineUUID=490acc05-2370-5ec4-8393-939390984a58] [retryCnt=0] [2024/05/06 11:53:42.862 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:53:42.887 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=490acc05-2370-5ec4-8393-939390984a58] ["region ranges"=1] [count=2] [size=74] [2024/05/06 11:53:42.888 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:53:42.920 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=490acc05-2370-5ec4-8393-939390984a58] [size=74] [kvs=2] [importedSize=74] [importedCount=2] [2024/05/06 11:53:42.923 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`from_server`.`t`:0] [engineUUID=490acc05-2370-5ec4-8393-939390984a58] [retryCnt=0] [takeTime=68.278593ms] [] [2024/05/06 11:53:42.923 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`from_server`.`t`:0] [engineUUID=490acc05-2370-5ec4-8393-939390984a58] [2024/05/06 11:53:42.924 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`from_server`.`t`:0] [engineUUID=490acc05-2370-5ec4-8393-939390984a58] [takeTime=1.445674ms] [] [2024/05/06 11:53:42.924 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=5] [step=import] [engine-id=0] [2024/05/06 11:53:42.924 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`from_server`.`t`:-1] [engineUUID=cdc70700-12ab-529a-b4ba-b188e4e6e47d] [2024/05/06 11:53:42.927 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`from_server`.`t`:-1] [engineUUID=cdc70700-12ab-529a-b4ba-b188e4e6e47d] [takeTime=2.224904ms] [] [2024/05/06 11:53:42.927 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`from_server`.`t`:-1] [engineUUID=cdc70700-12ab-529a-b4ba-b188e4e6e47d] [retryCnt=0] [2024/05/06 11:53:42.927 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=cdc70700-12ab-529a-b4ba-b188e4e6e47d] [2024/05/06 11:53:42.927 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`from_server`.`t`:-1] [engineUUID=cdc70700-12ab-529a-b4ba-b188e4e6e47d] [retryCnt=0] [takeTime=80.896µs] [] [2024/05/06 11:53:42.927 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`from_server`.`t`:-1] [engineUUID=cdc70700-12ab-529a-b4ba-b188e4e6e47d] [2024/05/06 11:53:42.928 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`from_server`.`t`:-1] [engineUUID=cdc70700-12ab-529a-b4ba-b188e4e6e47d] [takeTime=1.202146ms] [] [2024/05/06 11:53:43.010 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=5] [step=import] [2024/05/06 11:53:43.014 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:43.014 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:53:43.014 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:53:43.014 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:53:43.014 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:53:43.014 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:43.014 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:53:43.014 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:43.014 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:43.014 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:43.014 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:43.014 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:43.014 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:53:43.016 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:53:43.016 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:43.017 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:43.017 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:43.017 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:43.017 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=5] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.129GiB]"] [takeTime=380.01338ms] [] [2024/05/06 11:53:43.020 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=5] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:53:43.022 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=5] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:43.024 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=5] [curr-step=import] [next-step=post-process] [2024/05/06 11:53:43.024 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=5] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:53:43.165 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=5] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":2,\"ColSizeMap\":{\"1\":2,\"2\":12}}"] [2024/05/06 11:53:43.168 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=5] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:53:43.168 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=5] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:53:43.394 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=5] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.129GiB]"] [2024/05/06 11:53:43.459 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=10] [2024/05/06 11:53:43.460 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=10] [2024/05/06 11:53:43.460 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=10] [2024/05/06 11:53:43.474 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=10] [takeTime=13.985747ms] [] [2024/05/06 11:53:43.474 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=10] [groupId=-1] [size=74] [kvs=2] [checksum=3639429438335945898] [2024/05/06 11:53:43.474 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=10] [checksum="{cksum=3639429438335945898,size=74,kvs=2}"] [2024/05/06 11:53:43.474 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=10] [weight=30] [2024/05/06 11:53:43.474 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=10] [concurrency=15] [2024/05/06 11:53:43.513 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=116] [physicalTableID=116] [indexID=-1] [checksum=3639429438335945898] [totalKvs=2] [totalBytes=74] [2024/05/06 11:53:43.514 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=10] [local="{cksum=3639429438335945898,size=74,kvs=2}"] [2024/05/06 11:53:43.514 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=10] [takeTime=54.271162ms] [] [2024/05/06 11:53:43.514 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=10] [takeTime=54.496047ms] [] [2024/05/06 11:53:43.581 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=5] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=4.129GiB]"] [takeTime=186.474668ms] [] [2024/05/06 11:53:43.614 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=5] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:53:43.615 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=5] [step=post-process] [state=running] [] [2024/05/06 11:53:43.619 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=5] [2024/05/06 11:53:43.697 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=5] [2024/05/06 11:53:43.704 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=5] [type=ImportInto] [2024/05/06 11:53:43.725 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:53:43.725 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=5] [2024/05/06 11:53:43.740 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=5] [2024/05/06 11:53:43.740 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=5] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=succeed] [concurrency=8] [2024/05/06 11:53:43.851 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=5] [2024/05/06 11:53:43.865 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:53:44.025 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 2.386521392\n# Parse_time: 0.000818445\n# Compile_time: 0.001840717\n# Rewrite_time: 0.000328984\n# Optimize_time: 0.001513928\n# Wait_TS: 0\n# DB: from_server\n# Is_internal: false\n# Digest: 2151a8f4fc4821c35c9e69ec11b64682fe15dd1bf9a02fb5753a416004d4f9c9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6Mi4zOHMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6Mi4zOHMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `from_server`.`t` FROM '/tmp/TestImportIntoTestImportFromServer3211123136/001/test.csv.gz';"] === RUN TestImportInto/TestSnappy [2024/05/06 11:53:44.082 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=58] [cur_db=from_server] [sql="drop database if exists snappy"] [user=] [2024/05/06 11:53:44.085 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=58] [cur_db=from_server] [sql="create database snappy"] [user=] [2024/05/06 11:53:44.153 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:119, Type:create schema, State:queueing, SchemaState:none, SchemaID:118, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:44.098 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:44.153 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:119, Type:create schema, State:queueing, SchemaState:none, SchemaID:118, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:44.098 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database snappy"] [2024/05/06 11:53:44.256 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=119] [conn=2] [category=ddl] [job="ID:119, Type:create schema, State:queueing, SchemaState:none, SchemaID:118, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:44.098 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:44.317 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=58] [neededSchemaVersion=59] ["start time"=2.344737ms] [gotSchemaVersion=59] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:53:44.339 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=119] [version=59] [2024/05/06 11:53:44.366 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=59] ["take time"=62.068434ms] [job="ID:119, Type:create schema, State:done, SchemaState:public, SchemaID:118, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:44.098 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:44.436 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=119] [conn=2] [job="ID:119, Type:create schema, State:synced, SchemaState:public, SchemaID:118, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:44.098 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:44.487 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=119] [2024/05/06 11:53:44.487 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:44.493 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.409696073\n# Parse_time: 0.000316474\n# Compile_time: 0.000863299\n# Rewrite_time: 0.000012909\n# Optimize_time: 0.001597789\n# Wait_TS: 0.000626911\n# DB: from_server\n# Is_internal: false\n# Digest: 1188300602598d13ccc59db3686ad600f0d758e0d80e5247ebd541073704a050\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ncreate database snappy;"] [2024/05/06 11:53:44.499 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=59] [cur_db=snappy] [sql="CREATE TABLE snappy.t (i INT PRIMARY KEY, s varchar(32));"] [user=] [2024/05/06 11:53:44.627 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:121, Type:create table, State:queueing, SchemaState:none, SchemaID:118, TableID:120, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:44.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE snappy.t (i INT PRIMARY KEY, s varchar(32));"] [2024/05/06 11:53:44.627 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:121, Type:create table, State:queueing, SchemaState:none, SchemaID:118, TableID:120, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:44.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:44.752 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=121] [conn=2] [category=ddl] [job="ID:121, Type:create table, State:queueing, SchemaState:none, SchemaID:118, TableID:120, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:44.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:44.776 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 118, Table ID: 120, Table Name: t"] [2024/05/06 11:53:44.865 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=59] [neededSchemaVersion=60] ["start time"=5.328395ms] [gotSchemaVersion=60] [phyTblIDs="[120]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:44.882 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=121] [version=60] [2024/05/06 11:53:44.906 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=60] ["take time"=57.839103ms] [job="ID:121, Type:create table, State:done, SchemaState:public, SchemaID:118, TableID:120, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:44.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:44.997 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=121] [conn=2] [job="ID:121, Type:create table, State:synced, SchemaState:public, SchemaID:118, TableID:120, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:44.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:45.088 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=121] [2024/05/06 11:53:45.088 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:45.106 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.609055428\n# Parse_time: 0.000943166\n# Compile_time: 0.001609293\n# Rewrite_time: 0.000013883\n# Optimize_time: 0.001597789\n# Wait_TS: 0.000698593\n# DB: snappy\n# Is_internal: false\n# Digest: a02deaa25c5034e37f814d72bf4f52fe53739dd15cd4b94f74c2300e88105e2e\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse snappy;\nCREATE TABLE snappy.t (i INT PRIMARY KEY, s varchar(32));"] [2024/05/06 11:53:45.136 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:45.472 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://snappy/t.*?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"thread\":\"1\"}}"] [dist-task-enabled=true] [2024/05/06 11:53:45.631 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=6] [task-id=6] [data-size=33B] [thread-cnt=1] [global-sort=false] [2024/05/06 11:53:45.712 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=6] [2024/05/06 11:53:45.712 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=6] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=1] [2024/05/06 11:53:45.821 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=6] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:53:45.823 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=6] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:45.825 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=6] [curr-step=init] [next-step=import] [2024/05/06 11:53:45.871 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:45.886 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:53:45.886 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=33] [2024/05/06 11:53:45.886 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=1] [MaxChunkSize=268435456] [RegionsCount=1] [BatchSize=33] [cost=79.056µs] [2024/05/06 11:53:45.886 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=276.191µs] [] [2024/05/06 11:53:45.886 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=6] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:53:45.886 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=6] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=1] [subtasks=1] [2024/05/06 11:53:46.107 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=6] [mode=Import] [2024/05/06 11:53:46.149 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=6] [type=ImportInto] [remaining-slots=61] [2024/05/06 11:53:46.152 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=6] [2024/05/06 11:53:46.222 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=6] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=528.5MiB]"] [2024/05/06 11:53:46.224 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=6] [step=import] [2024/05/06 11:53:46.226 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:46.254 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:53:46.254 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852659043634778] [2024/05/06 11:53:46.262 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:46.262 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:53:46.278 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:46.278 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:53:46.278 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:46.279 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:46.280 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:53:46.311 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:53:46.318 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:53:46.318 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=752.3GB] [2024/05/06 11:53:46.318 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=6] [step=import] [data=264.3MiB] [per-index=88.09MiB] [2024/05/06 11:53:46.318 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=6] [disk-quota=700.7GiB] [2024/05/06 11:53:46.422 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=6] [step=import] [subtask-id=11] [2024/05/06 11:53:46.436 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`snappy`.`t`:0] [engineUUID=a921513b-a672-5c3e-93ed-fa772552849b] [2024/05/06 11:53:46.470 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`snappy`.`t`:-1] [engineUUID=bc711958-5bcc-5308-aaa0-eede094ecd2e] [2024/05/06 11:53:46.471 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=120] [2024/05/06 11:53:46.508 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=120] [key=t.01.csv.snappy:0] [2024/05/06 11:53:46.511 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=120] [key=t.01.csv.snappy:0] [readDur=1.560023ms] [encodeDur=851.474µs] [checksum="{cksum=14262047008891545520,size=66,kvs=2}"] [deliverDur=69.73µs] [type=file] [takeTime=3.028669ms] [] [2024/05/06 11:53:46.513 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=6] [step=import] [subtask-id=11] [takeTime=90.894787ms] [] [2024/05/06 11:53:46.513 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=6] [step=import] [engine-id=0] [2024/05/06 11:53:46.513 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=6] [step=import] [engine-id=0] [2024/05/06 11:53:46.513 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`snappy`.`t`:0] [engineUUID=a921513b-a672-5c3e-93ed-fa772552849b] [2024/05/06 11:53:46.513 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=66] [kvs=2] [files=1] [sstFileSize=976] [file=/tmp/tidb/import-4000/6/a921513b-a672-5c3e-93ed-fa772552849b.sst/cb213552-8fc4-4b43-8d3e-24a67f4d795d.sst] [firstKey=7480000000000000785F728000000000000001] [lastKey=7480000000000000785F728000000000000002] [2024/05/06 11:53:46.517 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`snappy`.`t`:0] [engineUUID=a921513b-a672-5c3e-93ed-fa772552849b] [takeTime=3.595066ms] [] [2024/05/06 11:53:46.517 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`snappy`.`t`:0] [engineUUID=a921513b-a672-5c3e-93ed-fa772552849b] [retryCnt=0] [2024/05/06 11:53:46.524 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:53:46.549 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=a921513b-a672-5c3e-93ed-fa772552849b] ["region ranges"=1] [count=2] [size=66] [2024/05/06 11:53:46.549 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:53:46.564 +00:00] [WARN] [local.go:1203] ["meet retryable error when writing to TiKV"] [category=ddl-ingest] [error="peer 15, store 1, region 14, epoch conf_ver:5 version:15 , when close write stream: rpc error: code = Unknown desc = RequestTooOld(\"request region 14 is staler than local region, local epoch conf_ver: 5 version: 17, request epoch conf_ver: 5 version: 15\")"] ["job stage"=needRescan] [2024/05/06 11:53:46.572 +00:00] [INFO] [local.go:1410] ["put job back to jobCh to retry later"] [category=ddl-ingest] [startKey=7480000000000000785F728000000000000001] [endKey=7480000000000000785F728000000000000003] [stage=regionScanned] [retryCount=1] [waitUntil=2024/05/06 11:53:48.572 +00:00] [2024/05/06 11:53:48.644 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=a921513b-a672-5c3e-93ed-fa772552849b] [size=66] [kvs=2] [importedSize=66] [importedCount=2] [2024/05/06 11:53:48.647 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`snappy`.`t`:0] [engineUUID=a921513b-a672-5c3e-93ed-fa772552849b] [retryCnt=0] [takeTime=2.130268567s] [] [2024/05/06 11:53:48.648 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`snappy`.`t`:0] [engineUUID=a921513b-a672-5c3e-93ed-fa772552849b] [2024/05/06 11:53:48.650 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`snappy`.`t`:0] [engineUUID=a921513b-a672-5c3e-93ed-fa772552849b] [takeTime=1.81816ms] [] [2024/05/06 11:53:48.650 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=6] [step=import] [engine-id=0] [2024/05/06 11:53:48.650 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`snappy`.`t`:-1] [engineUUID=bc711958-5bcc-5308-aaa0-eede094ecd2e] [2024/05/06 11:53:48.653 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`snappy`.`t`:-1] [engineUUID=bc711958-5bcc-5308-aaa0-eede094ecd2e] [takeTime=3.062189ms] [] [2024/05/06 11:53:48.653 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`snappy`.`t`:-1] [engineUUID=bc711958-5bcc-5308-aaa0-eede094ecd2e] [retryCnt=0] [2024/05/06 11:53:48.653 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=bc711958-5bcc-5308-aaa0-eede094ecd2e] [2024/05/06 11:53:48.653 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`snappy`.`t`:-1] [engineUUID=bc711958-5bcc-5308-aaa0-eede094ecd2e] [retryCnt=0] [takeTime=86.394µs] [] [2024/05/06 11:53:48.653 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`snappy`.`t`:-1] [engineUUID=bc711958-5bcc-5308-aaa0-eede094ecd2e] [2024/05/06 11:53:48.655 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`snappy`.`t`:-1] [engineUUID=bc711958-5bcc-5308-aaa0-eede094ecd2e] [takeTime=2.097809ms] [] [2024/05/06 11:53:48.756 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=6] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:53:48.758 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=6] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:48.760 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=6] [curr-step=import] [next-step=post-process] [2024/05/06 11:53:48.760 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=6] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:53:48.763 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=6] [step=import] [2024/05/06 11:53:48.772 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:48.772 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:53:48.772 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:48.772 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:53:48.772 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:53:48.772 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:53:48.772 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=4] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:48.772 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:48.773 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:48.772 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:53:48.773 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=4] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:48.773 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:48.773 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:53:48.775 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:53:48.776 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:48.776 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:48.776 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=4] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:48.776 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:48.776 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=6] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=528.5MiB]"] [takeTime=2.553347081s] [] [2024/05/06 11:53:48.911 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=6] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":2,\"ColSizeMap\":{\"1\":2,\"2\":12}}"] [2024/05/06 11:53:48.913 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=6] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:53:48.913 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=6] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=1] [subtasks=1] [2024/05/06 11:53:49.226 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=6] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=528.5MiB]"] [2024/05/06 11:53:49.333 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=12] [2024/05/06 11:53:49.333 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=12] [2024/05/06 11:53:49.333 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=12] [2024/05/06 11:53:49.333 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=12] [takeTime=11.27µs] [] [2024/05/06 11:53:49.333 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=12] [groupId=-1] [size=66] [kvs=2] [checksum=14262047008891545520] [2024/05/06 11:53:49.333 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=12] [checksum="{cksum=14262047008891545520,size=66,kvs=2}"] [2024/05/06 11:53:49.333 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=12] [weight=30] [2024/05/06 11:53:49.333 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=12] [concurrency=15] [2024/05/06 11:53:49.351 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=120] [physicalTableID=120] [indexID=-1] [checksum=14262047008891545520] [totalKvs=2] [totalBytes=66] [2024/05/06 11:53:49.352 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=12] [local="{cksum=14262047008891545520,size=66,kvs=2}"] [2024/05/06 11:53:49.352 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=12] [takeTime=19.436088ms] [] [2024/05/06 11:53:49.352 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=12] [takeTime=19.689061ms] [] [2024/05/06 11:53:49.448 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=6] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:53:49.448 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=6] [step=post-process] [state=running] [] [2024/05/06 11:53:49.450 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=6] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=528.5MiB]"] [takeTime=224.485197ms] [] [2024/05/06 11:53:49.457 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=6] [2024/05/06 11:53:49.593 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=6] [2024/05/06 11:53:49.614 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=6] [type=ImportInto] [2024/05/06 11:53:49.635 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:53:49.635 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=6] [2024/05/06 11:53:49.809 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:53:49.920 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 4.812986464\n# Parse_time: 0.001027384\n# Compile_time: 0.002608358\n# Rewrite_time: 0.000376158\n# Optimize_time: 0.001597789\n# Wait_TS: 0\n# DB: snappy\n# Is_internal: false\n# Digest: a256fb88970f36cc6820fa5338cd6423f7819eed0d099cc51cf9bdccbae869b9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6NC44MXMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6NC44MXMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `snappy`.`t` FROM 'gs://snappy/t.*?endpoint=http://127.0.0.1:4443/storage/v1/' WITH thread=1;"] === RUN TestImportInto/TestZStd [2024/05/06 11:53:49.939 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=60] [cur_db=snappy] [sql="drop database if exists zstd"] [user=] [2024/05/06 11:53:49.942 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=60] [cur_db=snappy] [sql="create database zstd"] [user=] [2024/05/06 11:53:50.049 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:123, Type:create schema, State:queueing, SchemaState:none, SchemaID:122, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:49.999 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:50.049 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:123, Type:create schema, State:queueing, SchemaState:none, SchemaID:122, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:49.999 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database zstd"] [2024/05/06 11:53:50.174 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=123] [conn=2] [category=ddl] [job="ID:123, Type:create schema, State:queueing, SchemaState:none, SchemaID:122, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:49.999 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:50.261 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=60] [neededSchemaVersion=61] ["start time"=1.724144ms] [gotSchemaVersion=61] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:53:50.297 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=123] [version=61] [2024/05/06 11:53:50.300 +00:00] [INFO] [syncer.go:352] ["syncer check all versions, someone is not synced"] [category=ddl] [info="instance ip , port 4000, id b229972d-2143-4932-9b67-e1e7c4ecb166"] ["ddl job id"=123] [ver=61] [2024/05/06 11:53:50.328 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=61] ["take time"=87.668433ms] [job="ID:123, Type:create schema, State:done, SchemaState:public, SchemaID:122, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:53:49.999 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:50.485 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=123] [conn=2] [job="ID:123, Type:create schema, State:synced, SchemaState:public, SchemaID:122, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:49.999 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:50.535 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=123] [2024/05/06 11:53:50.535 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:50.543 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.601619447\n# Parse_time: 0.00042537\n# Compile_time: 0.000703788\n# Rewrite_time: 0.000009093\n# Optimize_time: 0.001499848\n# Wait_TS: 0.000917298\n# DB: snappy\n# Is_internal: false\n# Digest: 5c5cbb71197faed4f5e5e82afcfa1287651392318fe6c1733b42709372a7d8df\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ncreate database zstd;"] [2024/05/06 11:53:50.547 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=61] [cur_db=zstd] [sql="CREATE TABLE zstd.t (i INT PRIMARY KEY, s varchar(32));"] [user=] [2024/05/06 11:53:50.637 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:125, Type:create table, State:queueing, SchemaState:none, SchemaID:122, TableID:124, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:50.548 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:53:50.637 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:125, Type:create table, State:queueing, SchemaState:none, SchemaID:122, TableID:124, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:50.548 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE zstd.t (i INT PRIMARY KEY, s varchar(32));"] [2024/05/06 11:53:50.763 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=125] [conn=2] [category=ddl] [job="ID:125, Type:create table, State:queueing, SchemaState:none, SchemaID:122, TableID:124, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:50.548 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:50.784 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 122, Table ID: 124, Table Name: t"] [2024/05/06 11:53:50.888 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=61] [neededSchemaVersion=62] ["start time"=9.863079ms] [gotSchemaVersion=62] [phyTblIDs="[124]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:53:50.914 +00:00] [INFO] [syncer.go:352] ["syncer check all versions, someone is not synced"] [category=ddl] [info="instance ip , port 4000, id b229972d-2143-4932-9b67-e1e7c4ecb166"] ["ddl job id"=125] [ver=62] [2024/05/06 11:53:50.928 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=125] [version=62] [2024/05/06 11:53:50.940 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=62] ["take time"=87.053894ms] [job="ID:125, Type:create table, State:done, SchemaState:public, SchemaID:122, TableID:124, RowCount:0, ArgLen:2, start time: 2024-05-06 11:53:50.548 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:51.090 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=125] [conn=2] [job="ID:125, Type:create table, State:synced, SchemaState:public, SchemaID:122, TableID:124, RowCount:0, ArgLen:0, start time: 2024-05-06 11:53:50.548 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:53:51.149 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=125] [2024/05/06 11:53:51.149 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:53:51.166 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.620124349\n# Parse_time: 0.000639023\n# Compile_time: 0.001029247\n# Rewrite_time: 0.000012897\n# Optimize_time: 0.001499848\n# Wait_TS: 0.00056266\n# DB: zstd\n# Is_internal: false\n# Digest: 0c19c6ee0f6e88d3d048daabbdcf4e58133d703d419a30f7a248a999fbea849c\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse zstd;\nCREATE TABLE zstd.t (i INT PRIMARY KEY, s varchar(32));"] [2024/05/06 11:53:51.382 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:51.687 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://zstd/t.*?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"thread\":\"1\"}}"] [dist-task-enabled=true] [2024/05/06 11:53:51.861 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=7] [task-id=7] [data-size=56B] [thread-cnt=1] [global-sort=false] [2024/05/06 11:53:51.938 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=7] [2024/05/06 11:53:51.939 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=7] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=1] [2024/05/06 11:53:52.048 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=7] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:53:52.049 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=7] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:52.051 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=7] [curr-step=init] [next-step=import] [2024/05/06 11:53:52.110 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:52.137 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:53:52.137 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=56] [2024/05/06 11:53:52.137 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=2] [MaxChunkSize=268435456] [RegionsCount=2] [BatchSize=56] [cost=142.941µs] [2024/05/06 11:53:52.137 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=381.16µs] [] [2024/05/06 11:53:52.138 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=7] [curr-step=init] [next-step=import] [subtask-count=1] [2024/05/06 11:53:52.138 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=7] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=1] [subtasks=1] [2024/05/06 11:53:52.362 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=7] [mode=Import] [2024/05/06 11:53:52.410 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=7] [2024/05/06 11:53:52.418 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=7] [type=ImportInto] [remaining-slots=61] [2024/05/06 11:53:52.504 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=7] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=528.5MiB]"] [2024/05/06 11:53:52.506 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=7] [step=import] [2024/05/06 11:53:52.507 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:53:52.528 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:53:52.528 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852659043634778] [2024/05/06 11:53:52.529 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:52.529 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:53:52.533 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:53:52.536 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:52.536 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:53:52.536 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:52.536 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:53:52.559 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:53:52.562 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:53:52.562 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=752.3GB] [2024/05/06 11:53:52.562 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=7] [step=import] [data=264.3MiB] [per-index=88.09MiB] [2024/05/06 11:53:52.562 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=7] [disk-quota=700.7GiB] [2024/05/06 11:53:52.642 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=7] [step=import] [subtask-id=13] [2024/05/06 11:53:52.649 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`zstd`.`t`:0] [engineUUID=dbc9135c-0d8b-582b-8c22-5316c1b4dadf] [2024/05/06 11:53:52.655 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`zstd`.`t`:-1] [engineUUID=e9c114a8-45b3-5791-b514-c60a7e19a6dd] [2024/05/06 11:53:52.655 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=124] [2024/05/06 11:53:52.705 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=124] [key=t.01.csv.zst:0] [2024/05/06 11:53:52.708 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=124] [key=t.01.csv.zst:0] [readDur=1.740596ms] [encodeDur=955.89µs] [checksum="{cksum=14262047008891545520,size=66,kvs=2}"] [deliverDur=227.285µs] [type=file] [takeTime=3.540535ms] [] [2024/05/06 11:53:52.710 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=124] [2024/05/06 11:53:52.711 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=66] [kvs=2] [files=1] [sstFileSize=976] [file=/tmp/tidb/import-4000/7/dbc9135c-0d8b-582b-8c22-5316c1b4dadf.sst/2d9d8710-7032-4921-9ac2-f53adeb81c4a.sst] [firstKey=74800000000000007C5F728000000000000001] [lastKey=74800000000000007C5F728000000000000002] [2024/05/06 11:53:52.756 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=124] [key=t.02.csv.zstd:0] [2024/05/06 11:53:52.760 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=124] [key=t.02.csv.zstd:0] [readDur=1.750393ms] [encodeDur=1.261362ms] [checksum="{cksum=6510788178300023669,size=66,kvs=2}"] [deliverDur=72.433µs] [type=file] [takeTime=3.504172ms] [] [2024/05/06 11:53:52.761 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=66] [kvs=2] [files=1] [sstFileSize=976] [file=/tmp/tidb/import-4000/7/dbc9135c-0d8b-582b-8c22-5316c1b4dadf.sst/cfa03fd0-0514-45c6-baa2-dbf7469cdade.sst] [firstKey=74800000000000007C5F728000000000000003] [lastKey=74800000000000007C5F728000000000000004] [2024/05/06 11:53:52.762 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=7] [step=import] [subtask-id=13] [takeTime=120.122406ms] [] [2024/05/06 11:53:52.762 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=7] [step=import] [engine-id=0] [2024/05/06 11:53:52.762 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=7] [step=import] [engine-id=0] [2024/05/06 11:53:52.762 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`zstd`.`t`:0] [engineUUID=dbc9135c-0d8b-582b-8c22-5316c1b4dadf] [2024/05/06 11:53:52.764 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`zstd`.`t`:0] [engineUUID=dbc9135c-0d8b-582b-8c22-5316c1b4dadf] [takeTime=2.1302ms] [] [2024/05/06 11:53:52.765 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`zstd`.`t`:0] [engineUUID=dbc9135c-0d8b-582b-8c22-5316c1b4dadf] [retryCnt=0] [2024/05/06 11:53:52.773 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:53:52.808 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=dbc9135c-0d8b-582b-8c22-5316c1b4dadf] ["region ranges"=1] [count=4] [size=132] [2024/05/06 11:53:52.808 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:53:52.861 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=dbc9135c-0d8b-582b-8c22-5316c1b4dadf] [size=132] [kvs=4] [importedSize=132] [importedCount=4] [2024/05/06 11:53:52.870 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`zstd`.`t`:0] [engineUUID=dbc9135c-0d8b-582b-8c22-5316c1b4dadf] [retryCnt=0] [takeTime=105.269842ms] [] [2024/05/06 11:53:52.870 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`zstd`.`t`:0] [engineUUID=dbc9135c-0d8b-582b-8c22-5316c1b4dadf] [2024/05/06 11:53:52.872 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`zstd`.`t`:0] [engineUUID=dbc9135c-0d8b-582b-8c22-5316c1b4dadf] [takeTime=1.60962ms] [] [2024/05/06 11:53:52.872 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=7] [step=import] [engine-id=0] [2024/05/06 11:53:52.872 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`zstd`.`t`:-1] [engineUUID=e9c114a8-45b3-5791-b514-c60a7e19a6dd] [2024/05/06 11:53:52.876 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`zstd`.`t`:-1] [engineUUID=e9c114a8-45b3-5791-b514-c60a7e19a6dd] [takeTime=4.407038ms] [] [2024/05/06 11:53:52.876 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`zstd`.`t`:-1] [engineUUID=e9c114a8-45b3-5791-b514-c60a7e19a6dd] [retryCnt=0] [2024/05/06 11:53:52.877 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=e9c114a8-45b3-5791-b514-c60a7e19a6dd] [2024/05/06 11:53:52.877 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`zstd`.`t`:-1] [engineUUID=e9c114a8-45b3-5791-b514-c60a7e19a6dd] [retryCnt=0] [takeTime=104.33µs] [] [2024/05/06 11:53:52.877 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`zstd`.`t`:-1] [engineUUID=e9c114a8-45b3-5791-b514-c60a7e19a6dd] [2024/05/06 11:53:52.882 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`zstd`.`t`:-1] [engineUUID=e9c114a8-45b3-5791-b514-c60a7e19a6dd] [takeTime=5.599199ms] [] [2024/05/06 11:53:52.976 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=7] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:53:52.978 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=7] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:53:52.980 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=7] [curr-step=import] [next-step=post-process] [2024/05/06 11:53:52.980 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=7] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:53:53.015 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=7] [step=import] [2024/05/06 11:53:53.020 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:53:53.020 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:53.020 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:53:53.020 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:53:53.020 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:53.021 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:53:53.021 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:53:53.021 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:53.021 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:53.021 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:53.021 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:53.021 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:53.021 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:53:53.024 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:53:53.024 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:53.024 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:53.024 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:53.024 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:53.025 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=7] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=528.5MiB]"] [takeTime=520.689481ms] [] [2024/05/06 11:53:53.140 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=7] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":4,\"ColSizeMap\":{\"1\":4,\"2\":24}}"] [2024/05/06 11:53:53.142 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=7] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:53:53.142 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=7] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=1] [subtasks=1] [2024/05/06 11:53:53.408 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=7] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=528.5MiB]"] [2024/05/06 11:53:53.519 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=7] [step=post-process] [subtask-id=14] [2024/05/06 11:53:53.519 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=7] [step=post-process] [subtask-id=14] [2024/05/06 11:53:53.519 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=7] [step=post-process] [subtask-id=14] [2024/05/06 11:53:53.520 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=7] [step=post-process] [subtask-id=14] [takeTime=61.349µs] [] [2024/05/06 11:53:53.520 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=7] [step=post-process] [subtask-id=14] [groupId=-1] [size=132] [kvs=4] [checksum=11508402849382241477] [2024/05/06 11:53:53.520 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=7] [step=post-process] [subtask-id=14] [checksum="{cksum=11508402849382241477,size=132,kvs=4}"] [2024/05/06 11:53:53.520 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=7] [step=post-process] [subtask-id=14] [weight=30] [2024/05/06 11:53:53.520 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=7] [step=post-process] [subtask-id=14] [concurrency=15] [2024/05/06 11:53:53.527 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=124] [physicalTableID=124] [indexID=-1] [checksum=11508402849382241477] [totalKvs=4] [totalBytes=132] [2024/05/06 11:53:53.528 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=7] [step=post-process] [subtask-id=14] [local="{cksum=11508402849382241477,size=132,kvs=4}"] [2024/05/06 11:53:53.529 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=7] [step=post-process] [subtask-id=14] [takeTime=9.133626ms] [] [2024/05/06 11:53:53.529 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=7] [step=post-process] [subtask-id=14] [takeTime=9.474051ms] [] [2024/05/06 11:53:53.618 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=7] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=1, Mem=528.5MiB]"] [takeTime=210.002552ms] [] [2024/05/06 11:53:53.677 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=7] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:53:53.677 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=7] [step=post-process] [state=running] [] [2024/05/06 11:53:53.685 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=7] [2024/05/06 11:53:53.791 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=7] [2024/05/06 11:53:53.821 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=7] [type=ImportInto] [2024/05/06 11:53:53.827 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:53:53.827 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=7] [2024/05/06 11:53:53.954 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:53:54.069 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 2.707633892\n# Parse_time: 0.001161316\n# Compile_time: 0.002539917\n# Rewrite_time: 0.000508218\n# Optimize_time: 0.001499848\n# Wait_TS: 0\n# DB: zstd\n# Is_internal: false\n# Digest: 224cbd7bc4c5e4c15b75463317df9f8aff0269f709c2192f128e50cf21d1a758\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LKwwCTU5XzIJMAkwCU4vQQkxCXRpbWU6Mi43cywgbG9vcHM6MglOL0EJTi9BCg==')\n# Binary_plan: tidb_decode_binary_plan('R8gKQwoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaEnRpbWU6Mi43cywgbG9vcHM6MnD///8JAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `zstd`.`t` FROM 'gs://zstd/t.*?endpoint=http://127.0.0.1:4443/storage/v1/' WITH thread=1;"] [2024/05/06 11:53:54.089 +00:00] [WARN] [manager.go:306] ["is not the owner"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager b229972d-2143-4932-9b67-e1e7c4ecb166"] [2024/05/06 11:53:54.089 +00:00] [INFO] [manager.go:257] ["etcd session is done, creates a new one"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager b229972d-2143-4932-9b67-e1e7c4ecb166"] [2024/05/06 11:53:54.089 +00:00] [INFO] [manager.go:261] ["break campaign loop, NewSession failed"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager b229972d-2143-4932-9b67-e1e7c4ecb166"] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/util.contextDone\n\tpkg/util/etcd.go:90\ngithub.com/pingcap/tidb/pkg/util.NewSession\n\tpkg/util/etcd.go:50\ngithub.com/pingcap/tidb/pkg/owner.(*ownerManager).campaignLoop\n\tpkg/owner/manager.go:259\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 11:53:54.094 +00:00] [INFO] [manager.go:317] ["revoke session"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager b229972d-2143-4932-9b67-e1e7c4ecb166"] [] [2024/05/06 11:53:54.096 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 11:53:54.096 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 17, tp add index"] [category=ddl] ["take time"=33.077µs] [2024/05/06 11:53:54.096 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 18, tp add index"] [category=ddl] ["take time"=24.147µs] [2024/05/06 11:53:54.096 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 19, tp add index"] [category=ddl] ["take time"=18.978µs] [2024/05/06 11:53:54.096 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 20, tp add index"] [category=ddl] ["take time"=24.424µs] [2024/05/06 11:53:54.096 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 21, tp add index"] [category=ddl] ["take time"=17.024µs] [2024/05/06 11:53:54.096 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 22, tp add index"] [category=ddl] ["take time"=22.178µs] [2024/05/06 11:53:54.096 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 13, tp add index"] [category=ddl] ["take time"=23.88µs] [2024/05/06 11:53:54.096 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 14, tp add index"] [category=ddl] ["take time"=21.97µs] [2024/05/06 11:53:54.096 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 15, tp add index"] [category=ddl] ["take time"=21.476µs] [2024/05/06 11:53:54.097 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 16, tp add index"] [category=ddl] ["take time"=22.882µs] [2024/05/06 11:53:54.097 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 11:53:54.097 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 12, tp general"] [category=ddl] ["take time"=19.305µs] [2024/05/06 11:53:54.097 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 11:53:54.097 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/06 11:53:54.097 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 11:53:54.105 +00:00] [INFO] [ddl.go:951] ["DDL closed"] [category=ddl] [ID=b229972d-2143-4932-9b67-e1e7c4ecb166] ["take time"=18.926902ms] [2024/05/06 11:53:54.105 +00:00] [INFO] [ddl.go:769] ["stop DDL"] [category=ddl] [ID=b229972d-2143-4932-9b67-e1e7c4ecb166] [2024/05/06 11:53:54.108 +00:00] [INFO] [domain.go:1026] ["stopping ttlJobManager"] [2024/05/06 11:53:54.109 +00:00] [INFO] [runtime.go:190] ["TimerGroupRuntime loop exit"] [groupID=ttl] [2024/05/06 11:53:54.109 +00:00] [INFO] [notifier.go:142] ["etcd watcher exited to watch timer events"] [EtcdKey=/tidb/timer/cluster/1/notify/0d59576a-b249-483c-8479-e5b80b60f4f8] [watcherID=02584670-c9eb-4d4b-ae64-4cb24dacaa06] [2024/05/06 11:53:54.109 +00:00] [INFO] [notifier.go:227] ["etcd notify loop to watch timer events stopped"] [EtcdKey=/tidb/timer/cluster/1/notify/0d59576a-b249-483c-8479-e5b80b60f4f8] [2024/05/06 11:53:54.109 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/06 11:53:54.109 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 11:53:54.109 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 11:53:54.110 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 11:53:54.110 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 11:53:54.110 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/06 11:53:54.110 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 11:53:54.110 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 11:53:54.110 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 11:53:54.110 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 11:53:54.120 +00:00] [INFO] [job_manager.go:174] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [2024/05/06 11:53:54.120 +00:00] [INFO] [domain.go:1037] ["ttlJobManager exited."] [2024/05/06 11:53:54.122 +00:00] [INFO] [domain.go:2817] ["releaseServerID succeed"] [serverID=1385] [2024/05/06 11:53:54.122 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 11:53:54.122 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 11:53:54.122 +00:00] [INFO] [domain.go:1542] ["stopping dist task scheduler manager because the current node is not DDL owner anymore"] [id=b229972d-2143-4932-9b67-e1e7c4ecb166] [2024/05/06 11:53:54.122 +00:00] [INFO] [scheduler_manager.go:318] ["subtask history table gc loop exits"] [server-id=:4000] [2024/05/06 11:53:54.123 +00:00] [INFO] [domain.go:907] ["loadSchemaInLoop exited."] [2024/05/06 11:53:54.123 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 11:53:54.123 +00:00] [INFO] [domain.go:2450] ["autoAnalyzeWorker exited."] [2024/05/06 11:53:54.123 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=autoAnalyzeWorker] [2024/05/06 11:53:54.123 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/06 11:53:54.123 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 11:53:54.123 +00:00] [INFO] [domain.go:2020] ["PlanReplayerTaskCollectHandle exited."] [2024/05/06 11:53:54.123 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=PlanReplayerTaskCollectHandle] [2024/05/06 11:53:54.123 +00:00] [INFO] [domain.go:2323] ["loadStatsWorker exited."] [2024/05/06 11:53:54.123 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadStatsWorker] [2024/05/06 11:53:54.123 +00:00] [INFO] [domain.go:2371] ["updateStatsWorker is going to exit, start to flush stats"] [2024/05/06 11:53:54.123 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 11:53:54.123 +00:00] [INFO] [domain.go:2881] ["serverIDKeeper exited."] [2024/05/06 11:53:54.124 +00:00] [INFO] [domain.go:2492] ["analyzeJobsCleanupWorker exited."] [2024/05/06 11:53:54.124 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=analyzeJobsCleanupWorker] [2024/05/06 11:53:54.124 +00:00] [INFO] [domain.go:1750] ["LoadSysVarCacheLoop exited."] [2024/05/06 11:53:54.124 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 11:53:54.124 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 11:53:54.124 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 11:53:54.124 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 11:53:54.124 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 11:53:54.124 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 11:53:54.124 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 11:53:54.124 +00:00] [INFO] [domain.go:2373] ["updateStatsWorker ready to release owner"] [2024/05/06 11:53:54.124 +00:00] [INFO] [domain.go:2074] ["dumpFileGcChecker exited."] [2024/05/06 11:53:54.125 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 11:53:54.125 +00:00] [WARN] [manager.go:306] ["is not the owner"] ["owner info"="[stats] /tidb/stats/owner ownerManager b229972d-2143-4932-9b67-e1e7c4ecb166"] [2024/05/06 11:53:54.125 +00:00] [INFO] [domain.go:2105] ["HistoricalStatsWorker exited."] [2024/05/06 11:53:54.125 +00:00] [INFO] [manager.go:273] ["break campaign loop, context is done"] ["owner info"="[stats] /tidb/stats/owner ownerManager b229972d-2143-4932-9b67-e1e7c4ecb166"] [2024/05/06 11:53:54.125 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=HistoricalStatsWorker] [2024/05/06 11:53:54.125 +00:00] [INFO] [domain.go:2040] ["PlanReplayerTaskDumpHandle exited."] [2024/05/06 11:53:54.125 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=PlanReplayerTaskDumpHandle] [2024/05/06 11:53:54.125 +00:00] [INFO] [plan_replayer.go:413] ["planReplayerTaskDumpWorker exited."] [2024/05/06 11:53:54.125 +00:00] [INFO] [domain.go:1700] ["loadPrivilegeInLoop exited."] [2024/05/06 11:53:54.125 +00:00] [INFO] [scheduler_manager.go:206] ["schedule task loop exits"] [server-id=:4000] [2024/05/06 11:53:54.125 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 11:53:54.125 +00:00] [INFO] [scheduler_manager.go:379] ["cleanup loop exits"] [server-id=:4000] [2024/05/06 11:53:54.125 +00:00] [INFO] [domain.go:2352] ["indexUsageWorker exited."] [2024/05/06 11:53:54.125 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=indexUsageWorker] [2024/05/06 11:53:54.125 +00:00] [INFO] [scheduler_manager.go:459] ["collect loop exits"] [server-id=:4000] [2024/05/06 11:53:54.125 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/06 11:53:54.125 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 11:53:54.126 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/06 11:53:54.126 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 11:53:54.126 +00:00] [WARN] [manager.go:306] ["is not the owner"] ["owner info"="[bindinfo] /tidb/bindinfo/owner ownerManager b229972d-2143-4932-9b67-e1e7c4ecb166"] [2024/05/06 11:53:54.126 +00:00] [INFO] [manager.go:273] ["break campaign loop, context is done"] ["owner info"="[bindinfo] /tidb/bindinfo/owner ownerManager b229972d-2143-4932-9b67-e1e7c4ecb166"] [2024/05/06 11:53:54.126 +00:00] [INFO] [manager.go:292] ["failed to campaign"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager cb27b163-25ce-459a-a212-abed8985c0a5"] [error="lost watcher waiting for delete"] [2024/05/06 11:53:54.126 +00:00] [INFO] [domain.go:1544] ["dist task scheduler manager stopped"] [id=b229972d-2143-4932-9b67-e1e7c4ecb166] [2024/05/06 11:53:54.126 +00:00] [INFO] [domain.go:1527] ["stopping dist task executor manager"] [2024/05/06 11:53:54.127 +00:00] [INFO] [manager.go:280] ["recoverMetaLoop done"] [server-id=:4000] [2024/05/06 11:53:54.127 +00:00] [INFO] [advancer.go:397] ["Meet task event"] [category="log backup advancer"] [event="Err(, err = EOF)"] [2024/05/06 11:53:54.127 +00:00] [ERROR] [advancer.go:400] ["listen task meet error, would reopen."] [error=EOF] [stack="github.com/pingcap/tidb/br/pkg/streamhelper.(*CheckpointAdvancer).StartTaskListener.func1\n\tbr/pkg/streamhelper/advancer.go:400"] [2024/05/06 11:53:54.127 +00:00] [INFO] [advancer.go:403] ["Task watcher exits due to some error."] [category="log backup advancer"] [error=EOF] [2024/05/06 11:53:54.127 +00:00] [INFO] [manager.go:317] ["revoke session"] ["owner info"="[stats] /tidb/stats/owner ownerManager b229972d-2143-4932-9b67-e1e7c4ecb166"] [] [2024/05/06 11:53:54.128 +00:00] [INFO] [domain.go:2379] ["updateStatsWorker exit preprocessing finished"] [2024/05/06 11:53:54.128 +00:00] [INFO] [domain.go:2404] ["updateStatsWorker exited."] [2024/05/06 11:53:54.128 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=updateStatsWorker] [2024/05/06 11:53:54.130 +00:00] [INFO] [owner_daemon.go:87] ["daemon loop exits"] [id=cb27b163-25ce-459a-a212-abed8985c0a5] [daemon-id=LogBackup::Advancer] [2024/05/06 11:53:54.130 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=logBackupAdvancer] [2024/05/06 11:53:54.130 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."] [2024/05/06 11:53:54.130 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 11:53:54.130 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/06 11:53:54.130 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 11:53:54.130 +00:00] [INFO] [manager.go:292] ["failed to campaign"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager cb27b163-25ce-459a-a212-abed8985c0a5"] [error="context canceled"] [2024/05/06 11:53:54.130 +00:00] [INFO] [manager.go:273] ["break campaign loop, context is done"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager cb27b163-25ce-459a-a212-abed8985c0a5"] [2024/05/06 11:53:54.150 +00:00] [ERROR] [txn.go:608] ["active transaction fail"] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/tikv/pd/client.(*tsoRequest).Wait\n\texternal/com_github_tikv_pd_client/tso_request.go:79\ngithub.com/tikv/client-go/v2/util.interceptedTsFuture.Wait\n\texternal/com_github_tikv_client_go_v2/util/pd_interceptor.go:73\ngithub.com/tikv/client-go/v2/oracle/oracles.(*tsFuture).Wait\n\texternal/com_github_tikv_client_go_v2/oracle/oracles/pd.go:132\ngithub.com/pingcap/tidb/pkg/session.(*txnFuture).wait\n\tpkg/session/txn.go:699\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).changePendingToValid\n\tpkg/session/txn.go:289\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Wait\n\tpkg/session/txn.go:607\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).ActivateTxn\n\tpkg/sessiontxn/isolation/base.go:290\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/base.go:186\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*OptimisticTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/optimistic.go:100\ngithub.com/pingcap/tidb/pkg/session.(*txnManager).GetStmtReadTS\n\tpkg/session/txnmanager.go:98\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).getSnapshotTS\n\tpkg/executor/builder.go:1817\ngithub.com/pingcap/tidb/pkg/executor.buildNoRangeIndexLookUpReader\n\tpkg/executor/builder.go:3731\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildIndexLookUpReader\n\tpkg/executor/builder.go:3787\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:292\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildHashJoin\n\tpkg/executor/builder.go:1471\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:258\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildHashAgg\n\tpkg/executor/builder.go:1630\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:270\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildSort\n\tpkg/executor/builder.go:2143\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:248\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).buildExecutor\n\tpkg/executor/adapter.go:1172\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:522\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/tikv/client-go/v2/oracle/oracles.(*tsFuture).Wait\n\texternal/com_github_tikv_client_go_v2/oracle/oracles/pd.go:135\ngithub.com/pingcap/tidb/pkg/session.(*txnFuture).wait\n\tpkg/session/txn.go:699\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).changePendingToValid\n\tpkg/session/txn.go:289\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Wait\n\tpkg/session/txn.go:607\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).ActivateTxn\n\tpkg/sessiontxn/isolation/base.go:290\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/base.go:186\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*OptimisticTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/optimistic.go:100\ngithub.com/pingcap/tidb/pkg/session.(*txnManager).GetStmtReadTS\n\tpkg/session/txnmanager.go:98\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).getSnapshotTS\n\tpkg/executor/builder.go:1817\ngithub.com/pingcap/tidb/pkg/executor.buildNoRangeIndexLookUpReader\n\tpkg/executor/builder.go:3731\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildIndexLookUpReader\n\tpkg/executor/builder.go:3787\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:292\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildHashJoin\n\tpkg/executor/builder.go:1471\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:258\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildHashAgg\n\tpkg/executor/builder.go:1630\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:270\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildSort\n\tpkg/executor/builder.go:2143\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:248\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).buildExecutor\n\tpkg/executor/adapter.go:1172\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:522\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).ExecuteSQLWithNewSession.func1\n\tpkg/disttask/framework/storage/task_table.go:183\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147"] [stack="github.com/pingcap/tidb/pkg/session.(*LazyTxn).Wait\n\tpkg/session/txn.go:608\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).ActivateTxn\n\tpkg/sessiontxn/isolation/base.go:290\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/base.go:186\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*OptimisticTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/optimistic.go:100\ngithub.com/pingcap/tidb/pkg/session.(*txnManager).GetStmtReadTS\n\tpkg/session/txnmanager.go:98\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).getSnapshotTS\n\tpkg/executor/builder.go:1817\ngithub.com/pingcap/tidb/pkg/executor.buildNoRangeIndexLookUpReader\n\tpkg/executor/builder.go:3731\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildIndexLookUpReader\n\tpkg/executor/builder.go:3787\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:292\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildHashJoin\n\tpkg/executor/builder.go:1471\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:258\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildHashAgg\n\tpkg/executor/builder.go:1630\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:270\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildSort\n\tpkg/executor/builder.go:2143\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:248\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).buildExecutor\n\tpkg/executor/adapter.go:1172\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:522\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).ExecuteSQLWithNewSession.func1\n\tpkg/disttask/framework/storage/task_table.go:183\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).ExecuteSQLWithNewSession\n\tpkg/disttask/framework/storage/task_table.go:182\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).GetTaskExecInfoByExecID\n\tpkg/disttask/framework/storage/task_table.go:270\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).handleTasks\n\tpkg/disttask/framework/taskexecutor/manager.go:193\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).handleTasksLoop\n\tpkg/disttask/framework/taskexecutor/manager.go:184\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157"] [2024/05/06 11:53:54.152 +00:00] [INFO] [tidb.go:269] ["rollbackTxn called due to ddl/autocommit failure"] [2024/05/06 11:53:54.153 +00:00] [WARN] [session.go:2153] ["run statement failed"] [schemaVersion=62] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/tikv/pd/client.(*tsoRequest).Wait\n\texternal/com_github_tikv_pd_client/tso_request.go:79\ngithub.com/tikv/client-go/v2/util.interceptedTsFuture.Wait\n\texternal/com_github_tikv_client_go_v2/util/pd_interceptor.go:73\ngithub.com/tikv/client-go/v2/oracle/oracles.(*tsFuture).Wait\n\texternal/com_github_tikv_client_go_v2/oracle/oracles/pd.go:132\ngithub.com/pingcap/tidb/pkg/session.(*txnFuture).wait\n\tpkg/session/txn.go:699\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).changePendingToValid\n\tpkg/session/txn.go:289\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Wait\n\tpkg/session/txn.go:607\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).ActivateTxn\n\tpkg/sessiontxn/isolation/base.go:290\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/base.go:186\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*OptimisticTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/optimistic.go:100\ngithub.com/pingcap/tidb/pkg/session.(*txnManager).GetStmtReadTS\n\tpkg/session/txnmanager.go:98\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).getSnapshotTS\n\tpkg/executor/builder.go:1817\ngithub.com/pingcap/tidb/pkg/executor.buildNoRangeIndexLookUpReader\n\tpkg/executor/builder.go:3731\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildIndexLookUpReader\n\tpkg/executor/builder.go:3787\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:292\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildHashJoin\n\tpkg/executor/builder.go:1471\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:258\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildHashAgg\n\tpkg/executor/builder.go:1630\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:270\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildSort\n\tpkg/executor/builder.go:2143\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:248\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).buildExecutor\n\tpkg/executor/adapter.go:1172\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:522\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/tikv/client-go/v2/oracle/oracles.(*tsFuture).Wait\n\texternal/com_github_tikv_client_go_v2/oracle/oracles/pd.go:135\ngithub.com/pingcap/tidb/pkg/session.(*txnFuture).wait\n\tpkg/session/txn.go:699\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).changePendingToValid\n\tpkg/session/txn.go:289\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Wait\n\tpkg/session/txn.go:607\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).ActivateTxn\n\tpkg/sessiontxn/isolation/base.go:290\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/base.go:186\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*OptimisticTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/optimistic.go:100\ngithub.com/pingcap/tidb/pkg/session.(*txnManager).GetStmtReadTS\n\tpkg/session/txnmanager.go:98\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).getSnapshotTS\n\tpkg/executor/builder.go:1817\ngithub.com/pingcap/tidb/pkg/executor.buildNoRangeIndexLookUpReader\n\tpkg/executor/builder.go:3731\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildIndexLookUpReader\n\tpkg/executor/builder.go:3787\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:292\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildHashJoin\n\tpkg/executor/builder.go:1471\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:258\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildHashAgg\n\tpkg/executor/builder.go:1630\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:270\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildSort\n\tpkg/executor/builder.go:2143\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:248\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).buildExecutor\n\tpkg/executor/adapter.go:1172\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:522\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).ExecuteSQLWithNewSession.func1\n\tpkg/disttask/framework/storage/task_table.go:183\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147"] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2024/05/06 11:53:54.154 +00:00] [ERROR] [manager.go:369] ["task manager met error"] [server-id=:4000] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/tikv/pd/client.(*tsoRequest).Wait\n\texternal/com_github_tikv_pd_client/tso_request.go:79\ngithub.com/tikv/client-go/v2/util.interceptedTsFuture.Wait\n\texternal/com_github_tikv_client_go_v2/util/pd_interceptor.go:73\ngithub.com/tikv/client-go/v2/oracle/oracles.(*tsFuture).Wait\n\texternal/com_github_tikv_client_go_v2/oracle/oracles/pd.go:132\ngithub.com/pingcap/tidb/pkg/session.(*txnFuture).wait\n\tpkg/session/txn.go:699\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).changePendingToValid\n\tpkg/session/txn.go:289\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Wait\n\tpkg/session/txn.go:607\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).ActivateTxn\n\tpkg/sessiontxn/isolation/base.go:290\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/base.go:186\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*OptimisticTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/optimistic.go:100\ngithub.com/pingcap/tidb/pkg/session.(*txnManager).GetStmtReadTS\n\tpkg/session/txnmanager.go:98\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).getSnapshotTS\n\tpkg/executor/builder.go:1817\ngithub.com/pingcap/tidb/pkg/executor.buildNoRangeIndexLookUpReader\n\tpkg/executor/builder.go:3731\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildIndexLookUpReader\n\tpkg/executor/builder.go:3787\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:292\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildHashJoin\n\tpkg/executor/builder.go:1471\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:258\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildHashAgg\n\tpkg/executor/builder.go:1630\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:270\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildSort\n\tpkg/executor/builder.go:2143\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:248\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).buildExecutor\n\tpkg/executor/adapter.go:1172\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:522\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/tikv/client-go/v2/oracle/oracles.(*tsFuture).Wait\n\texternal/com_github_tikv_client_go_v2/oracle/oracles/pd.go:135\ngithub.com/pingcap/tidb/pkg/session.(*txnFuture).wait\n\tpkg/session/txn.go:699\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).changePendingToValid\n\tpkg/session/txn.go:289\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Wait\n\tpkg/session/txn.go:607\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).ActivateTxn\n\tpkg/sessiontxn/isolation/base.go:290\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*baseTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/base.go:186\ngithub.com/pingcap/tidb/pkg/sessiontxn/isolation.(*OptimisticTxnContextProvider).GetStmtReadTS\n\tpkg/sessiontxn/isolation/optimistic.go:100\ngithub.com/pingcap/tidb/pkg/session.(*txnManager).GetStmtReadTS\n\tpkg/session/txnmanager.go:98\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).getSnapshotTS\n\tpkg/executor/builder.go:1817\ngithub.com/pingcap/tidb/pkg/executor.buildNoRangeIndexLookUpReader\n\tpkg/executor/builder.go:3731\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildIndexLookUpReader\n\tpkg/executor/builder.go:3787\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:292\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildHashJoin\n\tpkg/executor/builder.go:1471\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:258\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildHashAgg\n\tpkg/executor/builder.go:1630\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:270\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildProjection\n\tpkg/executor/builder.go:1766\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:274\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).buildSort\n\tpkg/executor/builder.go:2143\ngithub.com/pingcap/tidb/pkg/executor.(*executorBuilder).build\n\tpkg/executor/builder.go:248\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).buildExecutor\n\tpkg/executor/adapter.go:1172\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:522\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).ExecuteSQLWithNewSession.func1\n\tpkg/disttask/framework/storage/task_table.go:183\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).logErr\n\tpkg/disttask/framework/taskexecutor/manager.go:369\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).handleTasks\n\tpkg/disttask/framework/taskexecutor/manager.go:195\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).handleTasksLoop\n\tpkg/disttask/framework/taskexecutor/manager.go:184\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157"] [stack="github.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).logErr\n\tpkg/disttask/framework/taskexecutor/manager.go:369\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).handleTasks\n\tpkg/disttask/framework/taskexecutor/manager.go:195\ngithub.com/pingcap/tidb/pkg/disttask/framework/taskexecutor.(*Manager).handleTasksLoop\n\tpkg/disttask/framework/taskexecutor/manager.go:184\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157"] [2024/05/06 11:53:54.155 +00:00] [INFO] [manager.go:179] ["handle tasks loop done"] [server-id=:4000] [2024/05/06 11:53:54.155 +00:00] [INFO] [domain.go:1529] ["dist task executor manager stopped"] [2024/05/06 11:53:54.155 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 11:53:55.368 +00:00] [INFO] [manager.go:317] ["revoke session"] ["owner info"="[bindinfo] /tidb/bindinfo/owner ownerManager b229972d-2143-4932-9b67-e1e7c4ecb166"] [error="rpc error: code = Canceled desc = grpc: the client connection is closing"] [2024/05/06 11:53:55.368 +00:00] [INFO] [domain.go:1889] ["globalBindHandleWorkerLoop exited."] [2024/05/06 11:53:55.368 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 11:53:55.380 +00:00] [INFO] [domain.go:1074] ["domain closed"] ["take time"=1.294480262s] [2024/05/06 11:53:55.381 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:53:55.381 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:53:55.382 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:53:55.382 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:53:55.382 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:53:55.382 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:53:55.382 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=1] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:55.382 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:53:55.382 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:53:55.382 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:53:55.382 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=1] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:53:55.382 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:53:55.382 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:53:55.384 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=tikv-driver] [2024/05/06 11:53:55.393 +00:00] [INFO] [manager.go:317] ["revoke session"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager cb27b163-25ce-459a-a212-abed8985c0a5"] [error="rpc error: code = Canceled desc = grpc: the client connection is closing"] --- PASS: TestImportInto (66.65s) --- PASS: TestImportInto/TestGzipAndMixedCompression (8.39s) --- PASS: TestImportInto/TestImportFromServer (10.38s) --- PASS: TestImportInto/TestSnappy (5.86s) --- PASS: TestImportInto/TestZStd (4.14s) PASS coverage: 13.5% of statements GCov does not exist at the given path: '' May 06, 2024 11:54:02 AM com.google.devtools.coverageoutputgenerator.Main getTracefiles INFO: No lcov file found. May 06, 2024 11:54:02 AM com.google.devtools.coverageoutputgenerator.Main getGcovInfoFiles INFO: No gcov info file found. May 06, 2024 11:54:02 AM com.google.devtools.coverageoutputgenerator.Main getGcovJsonInfoFiles INFO: No gcov json file found. May 06, 2024 11:54:02 AM com.google.devtools.coverageoutputgenerator.Main getProfdataFileOrNull INFO: No .profdata file found. May 06, 2024 11:54:02 AM com.google.devtools.coverageoutputgenerator.Main runWithArgs WARNING: There was no coverage found. ================================================================================ Target //tests/realtikvtest/importintotest3:importintotest3_test up-to-date: bazel-bin/tests/realtikvtest/importintotest3/importintotest3_test_/importintotest3_test INFO: Elapsed time: 32.501s, Critical Path: 15.17s INFO: 1572 processes: 1552 remote cache hit, 20 internal. INFO: Build completed successfully, 1572 total actions Test cases: finished with 5 passing and 0 failing out of 5 test cases Executed 0 out of 1 test: 1 test passes. ./build/jenkins_collect_coverage.sh root: /home/jenkins/.tidb/tmp/6fe290a12c1bd5bc697515c884fc0103/execroot/__main__/bazel-out/k8-fastbuild/testlogs complete to collect bazel result. [Pipeline] } [Pipeline] // dir Post stage [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb [Pipeline] { [Pipeline] junit Recording test results [1,573 / 1,575] [Prepa] Building external/remote_coverage_tools/Main.jar () [for tool] INFO: From Testing //tests/realtikvtest/importintotest4:importintotest4_test: ==================== Test output for //tests/realtikvtest/importintotest4:importintotest4_test: === RUN TestImportInto [2024/05/06 11:51:49.321 +00:00] [INFO] [pd_service_discovery.go:991] ["[pd] update member urls"] [old-urls="[http://127.0.0.1:2379]"] [new-urls="[http://127.0.0.1:2379,http://127.0.0.1:2382,http://127.0.0.1:2384]"] [2024/05/06 11:51:49.322 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:51:49.323 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852648833728874] [2024/05/06 11:51:49.324 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:51:49.324 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:51:49.325 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:51:49.325 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:51:49.325 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:51:49.325 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:51:49.326 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:51:49.328 +00:00] [INFO] [tikv_driver.go:197] ["using API V1."] [2024/05/06 11:51:49.333 +00:00] [INFO] [store_cache.go:510] ["change store resolve state"] [store=1] [addr=127.0.0.1:20161] [from=unresolved] [to=resolved] [liveness-state=reachable] [2024/05/06 11:51:49.335 +00:00] [INFO] [store_cache.go:510] ["change store resolve state"] [store=7] [addr=127.0.0.1:20162] [from=unresolved] [to=resolved] [liveness-state=reachable] [2024/05/06 11:51:49.336 +00:00] [INFO] [store_cache.go:510] ["change store resolve state"] [store=2] [addr=127.0.0.1:20160] [from=unresolved] [to=resolved] [liveness-state=reachable] [2024/05/06 11:51:49.363 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 11:51:49.363 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 11:51:49.372 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 11:51:49.372 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 11:51:49.385 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 11:51:49.408 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=tikv-7365852648833728874] ["ddl lease"=500ms] ["stats lease"=3s] [2024/05/06 11:51:49.523 +00:00] [WARN] [info.go:316] ["init TiFlashReplicaManager"] [2024/05/06 11:51:49.657 +00:00] [INFO] [domain.go:2796] [acquireServerID] [serverID=484] ["lease id"=22318f4dbd6f3c34] [2024/05/06 11:51:49.660 +00:00] [INFO] [controller.go:185] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":10,\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":10,\"DegradedModeWaitDuration\":0}"] [2024/05/06 11:51:49.667 +00:00] [WARN] [domain.go:245] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\tpkg/domain/domain.go:335\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:242\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:606\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init\n\tpkg/domain/domain.go:1260\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get.func1\n\tpkg/session/tidb.go:92\ngithub.com/pingcap/tidb/pkg/util.RunWithRetry\n\tpkg/util/misc.go:70\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get\n\tpkg/session/tidb.go:79\ngithub.com/pingcap/tidb/pkg/session.createSessionWithOpt\n\tpkg/session/session.go:3620\ngithub.com/pingcap/tidb/pkg/session.createSession\n\tpkg/session/session.go:3612\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3562\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3346\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3312\ngithub.com/pingcap/tidb/tests/realtikvtest.CreateMockStoreAndDomainAndSetup\n\ttests/realtikvtest/testkit.go:124\ngithub.com/pingcap/tidb/tests/realtikvtest.CreateMockStoreAndSetup\n\ttests/realtikvtest/testkit.go:99\ntests/realtikvtest/importintotest4/importintotest4_test.(*mockGCSSuite).SetupSuite\n\ttests/realtikvtest/importintotest4/main_test.go:64\ngithub.com/stretchr/testify/suite.Run\n\texternal/com_github_stretchr_testify/suite/suite.go:157\ntests/realtikvtest/importintotest4/importintotest4_test.TestImportInto\n\ttests/realtikvtest/importintotest4/main_test.go:48\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [version=0] [2024/05/06 11:51:49.690 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=0] ["start time"=22.696741ms] [2024/05/06 11:51:49.693 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 11:51:49.693 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=5c306cc6-61f0-4a2a-9240-2b62edfe4695] [runWorker=true] [2024/05/06 11:51:49.694 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=false] [2024/05/06 11:51:49.696 +00:00] [INFO] [manager.go:188] ["start campaign owner"] [ownerInfo="[ddl] /tidb/ddl/fg/owner"] [2024/05/06 11:51:49.697 +00:00] [WARN] [env.go:51] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2024/05/06 11:51:49.697 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 11:51:49.697 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 11:51:49.697 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 11:51:49.697 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 11:51:49.697 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 11:51:49.697 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 11:51:49.697 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 11:51:49.697 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 11:51:49.697 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 11:51:49.697 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 11:51:49.697 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 11:51:49.697 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 11:51:49.698 +00:00] [INFO] [owner_daemon.go:70] ["begin advancer daemon"] [daemon-id=LogBackup::Advancer] [2024/05/06 11:51:49.698 +00:00] [INFO] [manager.go:188] ["start campaign owner"] [ownerInfo="[log-backup] /tidb/br-stream/owner"] [2024/05/06 11:51:49.699 +00:00] [INFO] [manager.go:354] ["get owner"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager 5c306cc6-61f0-4a2a-9240-2b62edfe4695"] ["owner key"=/tidb/ddl/fg/owner/22318f4dbd6f3c38] [ownerID=5c306cc6-61f0-4a2a-9240-2b62edfe4695] [op=none] [2024/05/06 11:51:49.700 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=logBackupAdvancer] [2024/05/06 11:51:49.700 +00:00] [INFO] [owner_daemon.go:81] ["begin running daemon"] [id=ea0040fc-3279-4e15-a027-9fea4448f813] [daemon-id=LogBackup::Advancer] [2024/05/06 11:51:49.701 +00:00] [INFO] [manager.go:354] ["get owner"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager ea0040fc-3279-4e15-a027-9fea4448f813"] ["owner key"=/tidb/br-stream/owner/6f188f4dbd6f3cd1] [ownerID=ea0040fc-3279-4e15-a027-9fea4448f813] [op=none] [2024/05/06 11:51:49.708 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=0] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2024/05/06 11:51:49.740 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:51:49.675 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:51:49.740 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:51:49.675 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS test"] [2024/05/06 11:51:49.749 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 11:51:49.750 +00:00] [INFO] [manager.go:354] ["get owner"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager 5c306cc6-61f0-4a2a-9240-2b62edfe4695"] ["owner key"=/tidb/ddl/fg/owner/22318f4dbd6f3c38] [ownerID=5c306cc6-61f0-4a2a-9240-2b62edfe4695] [op=none] [2024/05/06 11:51:49.750 +00:00] [INFO] [manager.go:394] ["set owner op is the same as the original, so do nothing."] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager 5c306cc6-61f0-4a2a-9240-2b62edfe4695"] [op=none] [2024/05/06 11:51:49.750 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 11:51:49.790 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=3] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:49.675 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:49.854 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=1] ["start time"=34.666857ms] [2024/05/06 11:51:49.862 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 11:51:49.869 +00:00] [INFO] [syncer.go:352] ["syncer check all versions, someone is not synced"] [category=ddl] [info="instance ip , port 4000, id 5c306cc6-61f0-4a2a-9240-2b62edfe4695"] ["ddl job id"=3] [ver=1] [2024/05/06 11:51:49.873 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:51:49.873 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2024/05/06 11:51:49.891 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=75.277028ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:51:49.675 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:49.964 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:49.675 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:49.989 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=3] [2024/05/06 11:51:49.989 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:51:49.993 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2024/05/06 11:51:50.023 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tPRIMARY KEY (Host, User));"] [user=] [2024/05/06 11:51:50.209 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:50.025 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:51:50.209 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:50.025 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tPRIMARY KEY (Host, User));"] [2024/05/06 11:51:50.256 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=5] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:50.025 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:50.548 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=1] [neededSchemaVersion=2] ["start time"=11.016977ms] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:51:50.559 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:51:50.559 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2024/05/06 11:51:50.586 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=53.485421ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:50.025 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:50.671 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:50.025 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:50.700 +00:00] [WARN] [runaway.go:166] ["failed to start runaway manager loop, please check whether the bootstrap or update is finished"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:141\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:67\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2089\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:1993\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1958\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1944\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1948\ngithub.com/pingcap/tidb/pkg/domain.(*SystemTableReader).Read\n\tpkg/domain/runaway.go:655\ngithub.com/pingcap/tidb/pkg/domain.getRunawayWatchRecord\n\tpkg/domain/runaway.go:543\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getWatchRecord\n\tpkg/domain/runaway.go:526\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getNewWatchRecords\n\tpkg/domain/runaway.go:509\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:177\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayStartLoop\n\tpkg/domain/runaway.go:156\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 11:51:50.849 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=5] [2024/05/06 11:51:50.849 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:51:50.853 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.840679753\n# Parse_time: 0\n# Compile_time: 0.011142065\n# Rewrite_time: 0.000018048\n# Optimize_time: 0\n# Wait_TS: 0.000412079\n# DB: mysql\n# Is_internal: true\n# Digest: 1dcdddcae0fb6a3fa29440fed26e29fecfb2c265d457dd4657cef0ce99abd274\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse mysql;\n;"] [2024/05/06 11:51:50.859 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=2] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [user=] [2024/05/06 11:51:50.908 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:50.825 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:51:50.908 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:50.825 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [2024/05/06 11:51:50.953 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=7] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:50.825 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:51.027 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=2] [neededSchemaVersion=3] ["start time"=2.705732ms] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:51:51.037 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:51:51.037 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2024/05/06 11:51:51.074 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=53.672328ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:50.825 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:51.116 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:50.825 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:51.159 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=7] [2024/05/06 11:51:51.159 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:51:51.163 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.305844548\n# Parse_time: 0\n# Compile_time: 0.002819673\n# Rewrite_time: 0.000010376\n# Optimize_time: 0\n# Wait_TS: 0.000300945\n# DB: mysql\n# Is_internal: true\n# Digest: eeb59bc0d98f65a2a5aef8eaa99596260e746b00eed183baf856558ef03533ac\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:51:51.165 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=3] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User))"] [user=] [2024/05/06 11:51:51.225 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:51.176 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:51:51.225 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:51.176 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User))"] [2024/05/06 11:51:51.294 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=9] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:51.176 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:51.356 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=3] [neededSchemaVersion=4] ["start time"=2.639817ms] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:51:51.365 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:51:51.366 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2024/05/06 11:51:51.402 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=53.170774ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:51.176 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:51.461 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:51.176 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:51.503 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=9] [2024/05/06 11:51:51.503 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:51:51.507 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.342495657\n# Parse_time: 0\n# Compile_time: 0.001214948\n# Rewrite_time: 0.000008683\n# Optimize_time: 0\n# Wait_TS: 0.000422302\n# DB: mysql\n# Is_internal: true\n# Digest: 3bc9b46cf9e300a8d240915cf47216424544ed9f992c07151fba2e2cadc41632\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Warnings: [{\"Level\":\"Warning\",\"Message\":\"BLOB/TEXT/JSON column 'Priv' can't have a default value\"}]\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:51:51.520 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=4] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User));"] [user=] [2024/05/06 11:51:51.622 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:51.525 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:51:51.622 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:51.525 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User));"] [2024/05/06 11:51:51.679 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=11] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:51.525 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:51.697 +00:00] [INFO] [info.go:1142] [SetTiFlashGroupConfig] [2024/05/06 11:51:51.698 +00:00] [WARN] [info.go:506] ["response not 200"] [method=GET] [host=127.0.0.1:2379] [url=/pd/api/v1/config/rule_group/tiflash] ["http status"=404] [2024/05/06 11:51:51.856 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=4] [neededSchemaVersion=5] ["start time"=4.979586ms] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:51:51.868 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:51:51.868 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2024/05/06 11:51:51.900 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=54.329357ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:51.525 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:51.971 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:51.525 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:52.072 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=11] [2024/05/06 11:51:52.072 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:51:52.075 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.562179739\n# Parse_time: 0\n# Compile_time: 0.006782459\n# Rewrite_time: 0.000011867\n# Optimize_time: 0\n# Wait_TS: 0.0003665\n# DB: mysql\n# Is_internal: true\n# Digest: e02ee30435ff06e52f357a0a68828973f373118f7009cbdfbeb747a4e7d91418\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:51:52.081 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=5] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name));"] [user=] [2024/05/06 11:51:52.143 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:52.076 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:51:52.143 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:52.076 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name));"] [2024/05/06 11:51:52.189 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=13] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:52.076 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:52.280 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=5] [neededSchemaVersion=6] ["start time"=3.346741ms] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:51:52.291 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:51:52.291 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2024/05/06 11:51:52.326 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=52.58276ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:52.076 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:52.370 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:52.076 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:52.430 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=13] [2024/05/06 11:51:52.431 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:51:52.434 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.355530875\n# Parse_time: 0\n# Compile_time: 0.002383594\n# Rewrite_time: 0.000008656\n# Optimize_time: 0\n# Wait_TS: 0.000373168\n# DB: mysql\n# Is_internal: true\n# Digest: 5759132672d59a4de3b27e6fbbd8f039e7489d9187962651ede26b9390589e5c\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:51:52.439 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=6] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name));"] [user=] [2024/05/06 11:51:52.512 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:52.426 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:51:52.512 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:52.426 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name));"] [2024/05/06 11:51:52.563 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=15] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:52.426 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:52.662 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=6] [neededSchemaVersion=7] ["start time"=3.172394ms] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:51:52.673 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:51:52.673 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2024/05/06 11:51:52.708 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=53.458751ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:52.426 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:52.769 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:52.426 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:52.824 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=15] [2024/05/06 11:51:52.825 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:51:52.828 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.391366841\n# Parse_time: 0\n# Compile_time: 0.00219622\n# Rewrite_time: 0.000010528\n# Optimize_time: 0\n# Wait_TS: 0.000368883\n# DB: mysql\n# Is_internal: true\n# Digest: 36f214f75d4d00ba6ac1ac7b8c95c01ec9574a40c07a536b2afe7a72144551b8\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:51:52.832 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=7] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [user=] [2024/05/06 11:51:52.872 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:52.826 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:51:52.872 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:52.826 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [2024/05/06 11:51:52.939 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=17] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:52.826 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:52.996 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=7] [neededSchemaVersion=8] ["start time"=2.342169ms] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:51:53.006 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:51:53.006 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2024/05/06 11:51:53.043 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=53.717742ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:52.826 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:53.118 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:52.826 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:53.156 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=17] [2024/05/06 11:51:53.156 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:51:53.160 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.328958066\n# Parse_time: 0\n# Compile_time: 0.001155241\n# Rewrite_time: 0.000009948\n# Optimize_time: 0\n# Wait_TS: 0.000416003\n# DB: mysql\n# Is_internal: true\n# Digest: 1b59564c29970a0a8880792322e02b7df09888f7d0a2dfc190f3ed0ff12369d4\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:51:53.162 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=8] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [user=] [2024/05/06 11:51:53.221 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:53.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:51:53.221 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:53.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [2024/05/06 11:51:53.263 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=19] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:53.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:53.331 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=8] [neededSchemaVersion=9] ["start time"=3.048513ms] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:51:53.342 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:51:53.342 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2024/05/06 11:51:53.377 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=52.947988ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:53.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:53.443 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:53.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:53.483 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=19] [2024/05/06 11:51:53.483 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:51:53.487 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.325485701\n# Parse_time: 0\n# Compile_time: 0.001313651\n# Rewrite_time: 0.0000108\n# Optimize_time: 0\n# Wait_TS: 0.000337079\n# DB: mysql\n# Is_internal: true\n# Digest: ade124588c0253b12ce82702300a98a0ff778787142ce450039efbd6347664dc\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:51:53.491 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=9] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [user=] [2024/05/06 11:51:53.543 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:53.475 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:51:53.543 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:53.475 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [2024/05/06 11:51:53.614 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=21] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:53.475 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:53.702 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=9] [neededSchemaVersion=10] ["start time"=2.71818ms] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:51:53.712 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:51:53.712 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2024/05/06 11:51:53.749 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=52.886281ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:53.475 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:53.820 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:53.475 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:53.871 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=21] [2024/05/06 11:51:53.872 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:51:53.875 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.385449488\n# Parse_time: 0\n# Compile_time: 0.002027003\n# Rewrite_time: 0.000008796\n# Optimize_time: 0\n# Wait_TS: 0.000351285\n# DB: mysql\n# Is_internal: true\n# Digest: be740d9d66f07e7842e3b48027d6fb3ef54623295384e63dcbf3e1c8a9f15c10\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:51:53.880 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=10] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [user=] [2024/05/06 11:51:53.940 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:53.875 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:51:53.940 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:53.875 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [2024/05/06 11:51:54.011 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=23] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:53.875 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:54.091 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=10] [neededSchemaVersion=11] ["start time"=2.799576ms] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:51:54.102 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:51:54.102 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2024/05/06 11:51:54.138 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=52.896845ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:53.875 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:54.174 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:53.875 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:54.223 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=23] [2024/05/06 11:51:54.223 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:51:54.226 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.348099173\n# Parse_time: 0\n# Compile_time: 0.001990053\n# Rewrite_time: 0.000009574\n# Optimize_time: 0\n# Wait_TS: 0.000372567\n# DB: mysql\n# Is_internal: true\n# Digest: 2db2929397c955d277d1b5400209b98787aa0797f979b9c213e3924c27b82ea9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:51:54.233 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=11] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2024/05/06 11:51:54.235 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2024/05/06 11:51:54.308 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:54.226 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:51:54.308 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:54.226 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [2024/05/06 11:51:54.357 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=25] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:54.226 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:54.478 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=11] [neededSchemaVersion=12] ["start time"=3.563295ms] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:51:54.487 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:51:54.487 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2024/05/06 11:51:54.523 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=52.742727ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:54.226 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:54.574 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:54.226 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:54.652 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=25] [2024/05/06 11:51:54.652 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:51:54.656 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.425718532\n# Parse_time: 0\n# Compile_time: 0.00309575\n# Rewrite_time: 0.000009309\n# Optimize_time: 0\n# Wait_TS: 0.000440917\n# DB: mysql\n# Is_internal: true\n# Digest: e038e634a5f1b7e5429d1252be7edf0ffb0922e8636032b9c68fd59f0484f6ef\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:51:54.661 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=12] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [user=] [2024/05/06 11:51:54.725 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:54.626 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:51:54.725 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:54.626 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [2024/05/06 11:51:54.774 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=27] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:54.626 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:54.875 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=12] [neededSchemaVersion=13] ["start time"=3.154923ms] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:51:54.885 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:51:54.885 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2024/05/06 11:51:54.920 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=53.057392ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:54.626 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:54.971 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:54.626 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:55.033 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=27] [2024/05/06 11:51:55.033 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:51:55.037 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.378409289\n# Parse_time: 0\n# Compile_time: 0.002180236\n# Rewrite_time: 0.000008988\n# Optimize_time: 0\n# Wait_TS: 0.000388504\n# DB: mysql\n# Is_internal: true\n# Digest: 84a28596914df45e10de865c11a515d8595f2c38a422f5c8d8fb86a470ba5cad\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:51:55.041 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=13] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [user=] [2024/05/06 11:51:55.090 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:55.025 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:51:55.090 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:55.025 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [2024/05/06 11:51:55.146 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=29] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:55.025 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:55.232 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=13] [neededSchemaVersion=14] ["start time"=2.850518ms] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:51:55.243 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:51:55.243 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2024/05/06 11:51:55.278 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=53.156855ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:55.025 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:55.320 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:55.025 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:55.371 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=29] [2024/05/06 11:51:55.371 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:51:55.374 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.334791984\n# Parse_time: 0\n# Compile_time: 0.001998989\n# Rewrite_time: 0.00001132\n# Optimize_time: 0\n# Wait_TS: 0.000367281\n# DB: mysql\n# Is_internal: true\n# Digest: 4407fc98c36858aed19a41d8ab6383e7885e71a2edd2716950a8847ee0c4ccd2\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:51:55.378 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=14] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [user=] [2024/05/06 11:51:55.438 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:55.375 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:51:55.438 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:55.375 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [2024/05/06 11:51:55.501 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=31] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:55.375 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:55.582 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=14] [neededSchemaVersion=15] ["start time"=2.915895ms] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:51:55.592 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:51:55.592 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2024/05/06 11:51:55.628 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=52.879073ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:55.375 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:55.669 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:55.375 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:55.721 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=31] [2024/05/06 11:51:55.721 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:51:55.724 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.347573164\n# Parse_time: 0\n# Compile_time: 0.001928882\n# Rewrite_time: 0.000009283\n# Optimize_time: 0\n# Wait_TS: 0.000390032\n# DB: mysql\n# Is_internal: true\n# Digest: 6f80e6944eacefde08a31e8364b171d37e77c4bebc7757ae375b47812ca371cb\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:51:55.727 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=15] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [user=] [2024/05/06 11:51:55.774 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:55.726 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:51:55.774 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:55.726 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [2024/05/06 11:51:55.818 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=33] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:55.726 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:55.904 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=15] [neededSchemaVersion=16] ["start time"=2.782518ms] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:51:55.914 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:51:55.914 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2024/05/06 11:51:55.950 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=53.221442ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:55.726 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:56.018 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:55.726 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:56.063 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=33] [2024/05/06 11:51:56.063 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:51:56.067 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.340747214\n# Parse_time: 0\n# Compile_time: 0.001460836\n# Rewrite_time: 0.000008896\n# Optimize_time: 0\n# Wait_TS: 0.00034945\n# DB: mysql\n# Is_internal: true\n# Digest: ae00140f19e8173091b9a44ece06f4d51ecf640b3c9c924a7be8a7394182215f\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:51:56.072 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=16] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [user=] [2024/05/06 11:51:56.130 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:56.075 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:51:56.130 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:56.075 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [2024/05/06 11:51:56.196 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=35] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:56.075 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:56.277 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=16] [neededSchemaVersion=17] ["start time"=2.977241ms] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:51:56.287 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:51:56.287 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2024/05/06 11:51:56.323 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=52.911263ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:56.075 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:56.367 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:56.075 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:56.415 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=35] [2024/05/06 11:51:56.416 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:51:56.419 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.349260273\n# Parse_time: 0\n# Compile_time: 0.002340556\n# Rewrite_time: 0.000013076\n# Optimize_time: 0\n# Wait_TS: 0.000491174\n# DB: mysql\n# Is_internal: true\n# Digest: b0ac22a8699b953eeb48be3f830e94a20801551f37159b586c40d30dc883661d\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:51:56.423 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=17] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER)\n\t)"] [user=] [2024/05/06 11:51:56.478 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:56.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:51:56.478 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:56.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER)\n\t)"] [2024/05/06 11:51:56.543 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=37] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:56.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:56.624 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=17] [neededSchemaVersion=18] ["start time"=3.019268ms] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:51:56.635 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:51:56.635 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2024/05/06 11:51:56.670 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=53.001441ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:56.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:56.717 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:56.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:56.763 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=37] [2024/05/06 11:51:56.763 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:51:56.767 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.345234765\n# Parse_time: 0\n# Compile_time: 0.001992086\n# Rewrite_time: 0.000010234\n# Optimize_time: 0\n# Wait_TS: 0.000364347\n# DB: mysql\n# Is_internal: true\n# Digest: 9e6b544fb0287e9d8a74031560ed0cd6a5b4e54db073b893a68a76b05d929781\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:51:56.773 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=18] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql TEXT NOT NULL,\n\t\tbind_sql TEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64),\n\t\tplan_digest varchar(64),\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/06 11:51:56.847 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:56.775 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:51:56.847 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:56.775 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql TEXT NOT NULL,\n\t\tbind_sql TEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64),\n\t\tplan_digest varchar(64),\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 11:51:56.897 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=39] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:56.775 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:57.016 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=18] [neededSchemaVersion=19] ["start time"=3.924853ms] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:51:57.027 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:51:57.027 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2024/05/06 11:51:57.062 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=53.836423ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:56.775 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:57.120 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:56.775 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:57.191 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=39] [2024/05/06 11:51:57.192 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:51:57.195 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.424744725\n# Parse_time: 0\n# Compile_time: 0.0029353\n# Rewrite_time: 0.000008802\n# Optimize_time: 0\n# Wait_TS: 0.000429515\n# DB: mysql\n# Is_internal: true\n# Digest: 906c8d2d8937c4ba0f1e3f03de3e50407e0940fb66383a443b19d383373b2bb9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:51:57.222 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=19] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2024/05/06 11:51:57.272 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:57.225 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:51:57.272 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:57.225 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2024/05/06 11:51:57.315 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=41] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:57.225 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:57.392 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=19] [neededSchemaVersion=20] ["start time"=2.971757ms] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:51:57.403 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:51:57.403 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2024/05/06 11:51:57.438 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=53.064466ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:57.225 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:57.517 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:57.225 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:57.571 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=41] [2024/05/06 11:51:57.571 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:51:57.575 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.354432421\n# Parse_time: 0\n# Compile_time: 0.001887646\n# Rewrite_time: 0.000014748\n# Optimize_time: 0\n# Wait_TS: 0.000451637\n# DB: mysql\n# Is_internal: true\n# Digest: df1a9dde39341a07eb2fb8ef599e6652770203b79af3e1800917053820a3b51c\n# Num_cop_tasks: 0\n# Mem_max: 4096\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:51:57.578 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=20] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [user=] [2024/05/06 11:51:57.624 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:57.575 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:51:57.624 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:57.575 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [2024/05/06 11:51:57.667 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=43] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:57.575 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:57.730 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=20] [neededSchemaVersion=21] ["start time"=2.369142ms] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:51:57.741 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:51:57.741 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2024/05/06 11:51:57.777 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=53.050761ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:57.575 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:57.817 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:57.575 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:57.860 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=43] [2024/05/06 11:51:57.860 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:51:57.865 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=21] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [user=] [2024/05/06 11:51:57.899 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:57.875 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:51:57.899 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:57.875 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [2024/05/06 11:51:57.966 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=45] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:57.875 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:58.023 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=21] [neededSchemaVersion=22] ["start time"=2.473577ms] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:51:58.035 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:51:58.035 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2024/05/06 11:51:58.070 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=53.212444ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:57.875 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:58.127 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:57.875 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:58.159 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=45] [2024/05/06 11:51:58.159 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:51:58.166 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.301553482\n# Parse_time: 0\n# Compile_time: 0.000922013\n# Rewrite_time: 0.000011511\n# Optimize_time: 0\n# Wait_TS: 0.000449322\n# DB: mysql\n# Is_internal: true\n# Digest: 58329d63c08bcbc761a6b408e882dc874ae0220c9a2aaaeab91d992543fef52b\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:51:58.174 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=22] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [user=] [2024/05/06 11:51:58.242 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:58.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:51:58.242 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:58.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [2024/05/06 11:51:58.290 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=47] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:58.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:58.384 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=22] [neededSchemaVersion=23] ["start time"=3.283523ms] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:51:58.394 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:51:58.394 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2024/05/06 11:51:58.430 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=52.813167ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:58.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:58.472 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:58.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:58.532 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=47] [2024/05/06 11:51:58.532 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:51:58.535 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.363654838\n# Parse_time: 0\n# Compile_time: 0.002321741\n# Rewrite_time: 0.000009943\n# Optimize_time: 0\n# Wait_TS: 0.000360165\n# DB: mysql\n# Is_internal: true\n# Digest: 9c4f6672f019f6d6c588a6b2eb00b13f041ee54cb97f253f85d7ae52df9d23c6\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:51:58.538 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2024/05/06 11:51:58.584 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:58.525 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:51:58.584 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:58.525 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2024/05/06 11:51:58.660 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=49] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:58.525 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:58.735 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=23] [neededSchemaVersion=24] ["start time"=2.684137ms] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:51:58.745 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:51:58.745 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2024/05/06 11:51:58.781 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=53.104987ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:58.525 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:58.819 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:58.525 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:58.873 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=49] [2024/05/06 11:51:58.873 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:51:58.877 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.339909013\n# Parse_time: 0\n# Compile_time: 0.0015165\n# Rewrite_time: 0.000014817\n# Optimize_time: 0\n# Wait_TS: 0.000407153\n# DB: mysql\n# Is_internal: true\n# Digest: 9e692f90f6e351e4eecf3fbff7177acf0a166d0cd79badb0ce0ced2bb754eb99\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:51:58.881 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV)\n\t);"] [user=] [2024/05/06 11:51:58.929 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:58.876 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:51:58.929 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:58.876 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV)\n\t);"] [2024/05/06 11:51:58.970 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=51] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:58.876 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:59.044 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=24] [neededSchemaVersion=25] ["start time"=2.824478ms] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:51:59.055 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:51:59.055 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2024/05/06 11:51:59.090 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=53.26447ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:58.876 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:59.153 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:58.876 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:59.197 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=51] [2024/05/06 11:51:59.198 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:51:59.203 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.324305511\n# Parse_time: 0\n# Compile_time: 0.001758974\n# Rewrite_time: 0.000010154\n# Optimize_time: 0\n# Wait_TS: 0.000356209\n# DB: mysql\n# Is_internal: true\n# Digest: fb2ab8d9eb87bcf45e5bc65e3dbe38a6d629c319d70fb6f44a741534bb3455a6\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:51:59.207 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [user=] [2024/05/06 11:51:59.249 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:59.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:51:59.249 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:59.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [2024/05/06 11:51:59.311 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=53] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:59.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:59.392 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=25] [neededSchemaVersion=26] ["start time"=2.82692ms] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:51:59.404 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:51:59.404 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2024/05/06 11:51:59.438 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=53.298485ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:59.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:59.478 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:59.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:59.529 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=53] [2024/05/06 11:51:59.529 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:51:59.533 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.327564154\n# Parse_time: 0\n# Compile_time: 0.001604166\n# Rewrite_time: 0.000013496\n# Optimize_time: 0\n# Wait_TS: 0.000321742\n# DB: mysql\n# Is_internal: true\n# Digest: 1fac41a3d4a89e3e4da2393e1f69d1aacfec8886db749d6329e9bf677df777b8\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:51:59.536 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [user=] [2024/05/06 11:51:59.584 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:59.525 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:51:59.584 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:59.525 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [2024/05/06 11:51:59.653 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=55] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:59.525 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:59.726 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=26] [neededSchemaVersion=27] ["start time"=2.595422ms] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:51:59.737 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:51:59.737 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2024/05/06 11:51:59.772 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=53.123594ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:59.525 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:59.819 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:59.525 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:51:59.861 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=55] [2024/05/06 11:51:59.861 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:51:59.864 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.329391842\n# Parse_time: 0\n# Compile_time: 0.001591968\n# Rewrite_time: 0.000024103\n# Optimize_time: 0\n# Wait_TS: 0.000350919\n# DB: mysql\n# Is_internal: true\n# Digest: 06962f34c69b85ab590c2556bdffd68d7705d56a70a3b0522b0ba5bc55363fd3\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:51:59.868 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [user=] [2024/05/06 11:51:59.912 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:59.875 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:51:59.912 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:59.875 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [2024/05/06 11:51:59.958 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=57] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:59.875 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:00.025 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=27] [neededSchemaVersion=28] ["start time"=2.759427ms] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:00.035 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:00.035 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2024/05/06 11:52:00.078 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=60.458791ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 11:51:59.875 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:00.131 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2024-05-06 11:51:59.875 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:00.184 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=57] [2024/05/06 11:52:00.184 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:00.188 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.321317155\n# Parse_time: 0\n# Compile_time: 0.001586715\n# Rewrite_time: 0.000008118\n# Optimize_time: 0\n# Wait_TS: 0.000430365\n# DB: mysql\n# Is_internal: true\n# Digest: a30fd7e284f356f111cb15459926cdbebb3d6f24c950b6f3b9729d8b5f13ee4f\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:00.193 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2024/05/06 11:52:00.195 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2024/05/06 11:52:00.250 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:00.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:00.250 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:00.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [2024/05/06 11:52:00.306 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=59] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:00.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:00.389 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=28] [neededSchemaVersion=29] ["start time"=2.997709ms] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:00.399 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:00.399 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2024/05/06 11:52:00.435 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=53.257045ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:00.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:00.477 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:00.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:00.532 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=59] [2024/05/06 11:52:00.533 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:00.536 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.34542532\n# Parse_time: 0\n# Compile_time: 0.002330365\n# Rewrite_time: 0.000011672\n# Optimize_time: 0\n# Wait_TS: 0.000420484\n# DB: mysql\n# Is_internal: true\n# Digest: c862b6db4c0b104bd6ade1db78bbe1f6a12a30584d750044f3eec57a1a86580e\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:00.543 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2024/05/06 11:52:00.598 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:00.525 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:00.598 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:00.525 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [2024/05/06 11:52:00.655 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=61] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:00.525 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:00.767 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=29] [neededSchemaVersion=30] ["start time"=3.528801ms] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:00.779 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:00.779 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2024/05/06 11:52:00.812 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=52.888426ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:00.525 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:00.877 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:00.525 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:00.935 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=61] [2024/05/06 11:52:00.935 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:00.939 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.398150972\n# Parse_time: 0\n# Compile_time: 0.002561323\n# Rewrite_time: 0.000009736\n# Optimize_time: 0\n# Wait_TS: 0.00035776\n# DB: mysql\n# Is_internal: true\n# Digest: eceb528bf68c7d9b100b120b5113005ea7f5a4c6c1f4834403330ff156d0a3aa\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:00.944 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2024/05/06 11:52:01.012 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:00.925 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:01.012 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:00.925 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [2024/05/06 11:52:01.059 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=63] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:00.925 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:01.147 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=30] [neededSchemaVersion=31] ["start time"=3.250706ms] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:01.158 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:01.158 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2024/05/06 11:52:01.194 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=53.684088ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:00.925 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:01.267 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:00.925 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:01.326 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=63] [2024/05/06 11:52:01.326 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:01.330 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.387587503\n# Parse_time: 0\n# Compile_time: 0.002299265\n# Rewrite_time: 0.000010704\n# Optimize_time: 0\n# Wait_TS: 0.000444222\n# DB: mysql\n# Is_internal: true\n# Digest: 752363602773b9b875eec93769301ada55a059e0b28c5434de98fdbbc6af54cb\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:01.337 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time)\n\t);"] [user=] [2024/05/06 11:52:01.426 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:01.326 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:01.426 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:01.326 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time)\n\t);"] [2024/05/06 11:52:01.505 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=65] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:01.326 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:01.627 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=31] [neededSchemaVersion=32] ["start time"=5.332506ms] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:01.638 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:01.638 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2024/05/06 11:52:01.670 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=53.555787ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:01.326 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:01.700 +00:00] [INFO] [owner_daemon.go:56] ["daemon became owner"] [id=ea0040fc-3279-4e15-a027-9fea4448f813] [daemon-id=LogBackup::Advancer] [2024/05/06 11:52:01.700 +00:00] [INFO] [advancer.go:513] ["Subscription handler spawned."] [category="log backup subscription manager"] [2024/05/06 11:52:01.726 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:01.326 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:01.802 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=65] [2024/05/06 11:52:01.802 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:01.806 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.471941102\n# Parse_time: 0\n# Compile_time: 0.003277879\n# Rewrite_time: 0.000009707\n# Optimize_time: 0\n# Wait_TS: 0.000496627\n# DB: mysql\n# Is_internal: true\n# Digest: 1127cc15f332cc4c1c6b97d06d92880902c2f7e015188cc29392a62748dd8ae0\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:01.808 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2024/05/06 11:52:01.844 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:01.776 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:01.844 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:01.776 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [2024/05/06 11:52:01.905 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=67] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:01.776 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:01.952 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=32] [neededSchemaVersion=33] ["start time"=2.036534ms] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:01.961 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:01.961 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2024/05/06 11:52:01.999 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=52.882606ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:01.776 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:02.061 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:01.776 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:02.095 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=67] [2024/05/06 11:52:02.095 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:02.190 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:02.125 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:02.190 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:02.125 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE OR REPLACE VIEW mysql.tidb_mdl_view as (\n\t\tSELECT tidb_mdl_info.job_id,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query,\n\t\t\tsession_id,\n\t\t\tcluster_tidb_trx.start_time,\n\t\t\ttidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS\n\t\tFROM mysql.tidb_ddl_job,\n\t\t\tmysql.tidb_mdl_info,\n\t\t\tinformation_schema.cluster_tidb_trx\n\t\tWHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id\n\t\t\tAND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), ',') != 0\n\t);"] [2024/05/06 11:52:02.244 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=69] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:02.125 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:02.343 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=33] [neededSchemaVersion=34] ["start time"=2.97633ms] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 11:52:02.354 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:02.354 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2024/05/06 11:52:02.389 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=53.125237ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:02.125 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:02.426 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:02.125 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:02.491 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=69] [2024/05/06 11:52:02.491 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:02.495 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.378454933\n# Parse_time: 0\n# Compile_time: 0.006591811\n# Rewrite_time: 0.00342387\n# Optimize_time: 0\n# Wait_TS: 0.000387675\n# DB: mysql\n# Is_internal: true\n# Digest: 96862a845511a9a5adb6aee43dd8eb50968e12bb7d22d4585df8d692780c2f3e\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:02.499 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=34] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2024/05/06 11:52:02.559 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:02.476 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:02.559 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:02.476 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2024/05/06 11:52:02.611 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=71] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:02.476 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:02.693 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=34] [neededSchemaVersion=35] ["start time"=2.921063ms] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:02.703 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:02.703 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2024/05/06 11:52:02.739 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=52.974145ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:02.476 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:02.775 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:02.476 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:02.837 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=71] [2024/05/06 11:52:02.837 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:02.841 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.343115808\n# Parse_time: 0\n# Compile_time: 0.001879016\n# Rewrite_time: 0.000009821\n# Optimize_time: 0\n# Wait_TS: 0.00038657\n# DB: mysql\n# Is_internal: true\n# Digest: d88a70e9c5bb5a28f5a1d1f52613093328fd73c5e78668fab2b1a9c260ab506b\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:02.844 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [user=] [2024/05/06 11:52:02.892 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:02.825 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:02.892 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:02.825 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [2024/05/06 11:52:02.964 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=73] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:02.825 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:03.033 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=35] [neededSchemaVersion=36] ["start time"=3.029247ms] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:03.044 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:03.044 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2024/05/06 11:52:03.079 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=53.643911ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:02.825 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:03.139 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:02.825 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:03.183 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=73] [2024/05/06 11:52:03.183 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:03.186 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.344011824\n# Parse_time: 0\n# Compile_time: 0.001461186\n# Rewrite_time: 0.000008573\n# Optimize_time: 0\n# Wait_TS: 0.00047548\n# DB: mysql\n# Is_internal: true\n# Digest: 1ce2bb4fd69df5a5aeb254910aeeab700c1408b8c2de8f7dbe3ebbc11a4b1542\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:03.190 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [user=] [2024/05/06 11:52:03.234 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:03.176 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:03.234 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:03.176 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [2024/05/06 11:52:03.282 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=75] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:03.176 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:03.348 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=36] [neededSchemaVersion=37] ["start time"=2.717057ms] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:03.358 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:03.358 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2024/05/06 11:52:03.394 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=52.926782ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:03.176 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:03.461 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:03.176 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:03.521 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=75] [2024/05/06 11:52:03.521 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:03.524 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.336211914\n# Parse_time: 0\n# Compile_time: 0.001514558\n# Rewrite_time: 0.000014693\n# Optimize_time: 0\n# Wait_TS: 0.000398214\n# DB: mysql\n# Is_internal: true\n# Digest: f2c0bd78cfe8f7e6b4f8b30f83a48ff4c49a1a9de1c1a0c721ec3561ac42865a\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:03.532 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [user=] [2024/05/06 11:52:03.620 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:03.525 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:03.620 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:03.525 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [2024/05/06 11:52:03.659 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=77] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:03.525 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:03.793 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=37] [neededSchemaVersion=38] ["start time"=4.10639ms] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:03.802 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:03.802 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2024/05/06 11:52:03.838 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=53.802941ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:03.525 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:03.876 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:03.525 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:03.960 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=77] [2024/05/06 11:52:03.960 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:03.963 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.434870152\n# Parse_time: 0\n# Compile_time: 0.003384011\n# Rewrite_time: 0.000009263\n# Optimize_time: 0\n# Wait_TS: 0.000410926\n# DB: mysql\n# Is_internal: true\n# Digest: 923db1cc9d609e172ea493293255661f5a9679f95604192db50211d133741170\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:03.969 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [user=] [2024/05/06 11:52:04.052 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:03.976 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:04.052 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:03.976 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [2024/05/06 11:52:04.096 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=79] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:03.976 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:04.227 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=38] [neededSchemaVersion=39] ["start time"=3.707854ms] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:04.237 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:04.237 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2024/05/06 11:52:04.272 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=53.0906ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:03.976 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:04.317 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:03.976 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:04.403 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=79] [2024/05/06 11:52:04.403 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:04.407 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.440394891\n# Parse_time: 0\n# Compile_time: 0.002530829\n# Rewrite_time: 0.000012609\n# Optimize_time: 0\n# Wait_TS: 0.000442698\n# DB: mysql\n# Is_internal: true\n# Digest: 99a5c0e89a0b881a0fa10de262495ae25955edb2a7ef8776054ab57aca80e0d7\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:04.414 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [user=] [2024/05/06 11:52:04.497 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:04.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:04.497 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:04.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [2024/05/06 11:52:04.560 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=81] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:04.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:04.698 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=39] [neededSchemaVersion=40] ["start time"=3.924162ms] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:04.708 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:04.708 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2024/05/06 11:52:04.743 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=53.808021ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:04.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:04.814 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:04.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:04.895 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=81] [2024/05/06 11:52:04.895 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:04.898 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.487391777\n# Parse_time: 0\n# Compile_time: 0.003065667\n# Rewrite_time: 0.00001261\n# Optimize_time: 0\n# Wait_TS: 0.000339209\n# DB: mysql\n# Is_internal: true\n# Digest: a59d1fe47cade4697d39b0374d27cfee2fa302a4c752a5ae5073cecda386a0e8\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:04.904 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2024/05/06 11:52:04.980 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:04.876 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:04.980 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:04.876 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [2024/05/06 11:52:05.039 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=83] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:04.876 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:05.166 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=40] [neededSchemaVersion=41] ["start time"=4.141802ms] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:05.177 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:05.177 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2024/05/06 11:52:05.211 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=53.005467ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:04.876 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:05.268 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:04.876 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:05.357 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=83] [2024/05/06 11:52:05.357 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:05.361 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.459830995\n# Parse_time: 0\n# Compile_time: 0.002586\n# Rewrite_time: 0.000009044\n# Optimize_time: 0\n# Wait_TS: 0.000333253\n# DB: mysql\n# Is_internal: true\n# Digest: 8b936e70dba13ed841799b00055530a734435802a5e9b11c1092357e8a0974ea\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:05.367 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2024/05/06 11:52:05.450 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:05.375 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:05.450 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:05.375 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [2024/05/06 11:52:05.522 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=85] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:05.375 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:05.652 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=41] [neededSchemaVersion=42] ["start time"=4.533695ms] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:05.664 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:05.664 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2024/05/06 11:52:05.698 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=54.124832ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:05.375 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:05.771 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:05.375 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:05.853 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=85] [2024/05/06 11:52:05.853 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:05.857 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.492348583\n# Parse_time: 0\n# Compile_time: 0.002628999\n# Rewrite_time: 0.000009589\n# Optimize_time: 0\n# Wait_TS: 0.000473797\n# DB: mysql\n# Is_internal: true\n# Digest: 666f922981f05f40c7604fdcedd884ec9f6dd414d45b0b8215b19cbf33205685\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:05.864 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [user=] [2024/05/06 11:52:05.960 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:05.875 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:05.960 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:05.875 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [2024/05/06 11:52:06.029 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=87] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:05.875 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:06.159 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=42] [neededSchemaVersion=43] ["start time"=4.448737ms] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:06.172 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:06.172 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2024/05/06 11:52:06.204 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=54.117729ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:05.875 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:06.265 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:05.875 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:06.348 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=87] [2024/05/06 11:52:06.349 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:06.352 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.49141772\n# Parse_time: 0\n# Compile_time: 0.003386877\n# Rewrite_time: 0.000011066\n# Optimize_time: 0\n# Wait_TS: 0.000434901\n# DB: mysql\n# Is_internal: true\n# Digest: 1865863db4761960f0296bcf5386c3bb0c98aa299ac12888aa8054dc66681ee3\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:06.359 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/06 11:52:06.422 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:06.326 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:06.422 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:06.326 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 11:52:06.469 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=89] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:06.326 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:06.590 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=43] [neededSchemaVersion=44] ["start time"=3.204531ms] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:06.600 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:06.601 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2024/05/06 11:52:06.636 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=53.713239ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:06.326 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:06.674 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:06.326 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:06.747 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=89] [2024/05/06 11:52:06.747 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:06.751 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.394821703\n# Parse_time: 0\n# Compile_time: 0.002709108\n# Rewrite_time: 0.000010136\n# Optimize_time: 0\n# Wait_TS: 0.000412835\n# DB: mysql\n# Is_internal: true\n# Digest: a2de40f38c40a12cca2de8ba7dffa75407607354a3f9335d67717fa5648c5128\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:06.756 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\ttime TIMESTAMP NOT NULL,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(12) NOT NULL,\n\t\toriginal_sql TEXT NOT NULL,\n\t\tplan_digest TEXT NOT NULL,\n\t\ttidb_server varchar(512),\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/06 11:52:06.825 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:06.726 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:06.825 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:06.726 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\ttime TIMESTAMP NOT NULL,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(12) NOT NULL,\n\t\toriginal_sql TEXT NOT NULL,\n\t\tplan_digest TEXT NOT NULL,\n\t\ttidb_server varchar(512),\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 11:52:06.869 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=91] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:06.726 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:06.966 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=44] [neededSchemaVersion=45] ["start time"=3.016662ms] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:06.976 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:06.976 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2024/05/06 11:52:07.004 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=53.098195ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:06.726 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:07.061 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:06.726 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:07.117 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=91] [2024/05/06 11:52:07.117 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:07.120 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.366773032\n# Parse_time: 0\n# Compile_time: 0.002295827\n# Rewrite_time: 0.000010055\n# Optimize_time: 0\n# Wait_TS: 0.000425936\n# DB: mysql\n# Is_internal: true\n# Digest: 138d4c5637e5b37a1254d33767e808750320baffba8200a31ad2008bb2b5df97\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:07.129 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [user=] [2024/05/06 11:52:07.231 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:07.126 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:07.231 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:07.126 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [2024/05/06 11:52:07.288 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=93] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:07.126 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:07.445 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=45] [neededSchemaVersion=46] ["start time"=4.606751ms] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:07.457 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:07.457 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2024/05/06 11:52:07.491 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=54.884807ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:07.126 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:07.569 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:07.126 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:07.657 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=93] [2024/05/06 11:52:07.657 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:07.661 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.534987321\n# Parse_time: 0\n# Compile_time: 0.003738852\n# Rewrite_time: 0.000007628\n# Optimize_time: 0\n# Wait_TS: 0.000408589\n# DB: mysql\n# Is_internal: true\n# Digest: 9911fdd027ae330cb69c5cc84a8759473df277eda62594b0dc9b5a797f09a21d\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:07.666 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/06 11:52:07.734 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:07.675 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:07.734 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:07.675 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 11:52:07.797 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=95] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:07.675 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:07.895 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=46] [neededSchemaVersion=47] ["start time"=3.269082ms] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:07.907 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:07.907 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2024/05/06 11:52:07.941 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=52.938296ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:07.675 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:08.017 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:07.675 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:08.074 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=95] [2024/05/06 11:52:08.075 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:08.078 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.41420887\n# Parse_time: 0\n# Compile_time: 0.002643005\n# Rewrite_time: 0.000010763\n# Optimize_time: 0\n# Wait_TS: 0.000455039\n# DB: mysql\n# Is_internal: true\n# Digest: 18ab068c70cca87bd99eadc5e483c12b4b41273470a58870b5f4e6eaf6322ce4\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:08.080 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [user=] [2024/05/06 11:52:08.126 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:08.076 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:08.126 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:08.076 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [2024/05/06 11:52:08.183 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=97] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:08.076 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:08.255 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=47] [neededSchemaVersion=48] ["start time"=2.912598ms] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:08.267 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:08.267 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2024/05/06 11:52:08.302 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=53.724153ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:08.076 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:08.363 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:08.076 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:08.408 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=97] [2024/05/06 11:52:08.408 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:08.411 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.332089163\n# Parse_time: 0\n# Compile_time: 0.001313346\n# Rewrite_time: 0.000007768\n# Optimize_time: 0\n# Wait_TS: 0.000418448\n# DB: mysql\n# Is_internal: true\n# Digest: d7aca5b8f7b6ebbd013778d4a0451e0b59954ffc0090d361b1f71722be496608\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:08.415 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [user=] [2024/05/06 11:52:08.477 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:08.426 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:08.477 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:08.426 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [2024/05/06 11:52:08.518 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=99] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:08.426 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:08.597 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=48] [neededSchemaVersion=49] ["start time"=3.056508ms] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:08.607 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:08.607 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2024/05/06 11:52:08.644 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=53.41981ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:08.426 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:08.716 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:08.426 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:08.717 +00:00] [INFO] [runaway.go:158] ["preparations for the runaway manager are finished and start runaway manager loop"] [2024/05/06 11:52:08.717 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 11:52:08.717 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 11:52:08.717 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 11:52:08.766 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=99] [2024/05/06 11:52:08.766 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:08.769 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.35581454\n# Parse_time: 0\n# Compile_time: 0.001616691\n# Rewrite_time: 0.000008593\n# Optimize_time: 0\n# Wait_TS: 0.000368203\n# DB: mysql\n# Is_internal: true\n# Digest: 5ca9dd4b3efdb0fd8b4c7af3016f911e048fc356c5b2a241e06c5bc30f085ce7\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:08.771 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2024/05/06 11:52:08.800 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:52:08.775 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:08.800 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:52:08.775 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2024/05/06 11:52:08.858 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=101] [category=ddl] [job="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:08.775 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:08.888 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=49] [neededSchemaVersion=50] ["start time"=1.100076ms] [gotSchemaVersion=50] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:52:08.898 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:08.898 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2024/05/06 11:52:08.941 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=58.082277ms] [job="ID:101, Type:create schema, State:done, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:52:08.775 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:09.011 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=101] [job="ID:101, Type:create schema, State:synced, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:08.775 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:09.034 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=101] [2024/05/06 11:52:09.034 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:09.090 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:09.026 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:09.090 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:09.026 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE OR REPLACE VIEW sys.schema_unused_indexes AS\n\t\tSELECT\n\t\t\ttable_schema as object_schema,\n\t\t\ttable_name as object_name,\n\t\t\tindex_name\n\t\tFROM information_schema.cluster_tidb_index_usage\n\t\tWHERE\n\t\t\ttable_schema not in ('sys', 'mysql', 'INFORMATION_SCHEMA', 'PERFORMANCE_SCHEMA') and\n\t\t\tindex_name != 'PRIMARY'\n\t\tGROUP BY table_schema, table_name, index_name\n\t\tHAVING\n\t\t\tsum(last_access_time) is null;"] [2024/05/06 11:52:09.156 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=103] [category=ddl] [job="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:09.026 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:09.236 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=50] [neededSchemaVersion=51] ["start time"=2.652483ms] [gotSchemaVersion=51] [phyTblIDs="[102]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 11:52:09.246 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 11:52:09.246 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2024/05/06 11:52:09.283 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=53.007897ms] [job="ID:103, Type:create view, State:done, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:09.026 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:09.316 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=103] [job="ID:103, Type:create view, State:synced, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:09.026 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:09.359 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=103] [2024/05/06 11:52:09.359 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:09.362 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.322648179\n# Parse_time: 0\n# Compile_time: 0.003558575\n# Rewrite_time: 0.001775593\n# Optimize_time: 0\n# Wait_TS: 0.00042292\n# DB: mysql\n# Is_internal: true\n# Digest: 04175714d714f771531a56c7ae3f097cec113655220f87ac336c5ae44d3d3f8f\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 11:52:09.862 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449575997754572809\n# Query_time: 0.359962615\n# Parse_time: 0\n# Compile_time: 0.173478375\n# Rewrite_time: 0.004385931\n# Optimize_time: 0\n# Wait_TS: 0\n# DB: mysql\n# Is_internal: true\n# Digest: eb58d96d7eba9ae407efec64db335db75d58891b8cfae5274e34deeeb21575de\n# Num_cop_tasks: 0\n# Mem_max: 361372\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('2AvwPDAJMjdfMQkwCTAJTi9BCTAJdGltZToxNzcuNG1zLCBsb29wczoxLCBwcmVwYXJlOiB7dG90YWw6IDM5LjcBIkxhdXRvX2lkX2FsbG9jYXRvcjogewUMZF9jbnQ6IDEsIEdldDp7bnVtX3JwYzoxLCB0AUEAXwVoKDY3OS45wrVzfSwgARAYX2RldGFpbBFlHF9wcm9jZXNzCSwcIDI0LjLCtXMRQQx3YWl0ERoIOS4xHRooa3ZfcmVhZF93YWwNaBAgNTYuOAkiCGlrdi4ZAAQ4MQU7GH0sIHNjYW4+gQAMa2V5cwXEKGdldF9zbmFwc2hvEXUIOC43CXVocm9ja3NkYjoge2Jsb2NrOiB7fX19LCBjb21tAaJEeG46IHtwcmV3cml0ZToxLjYyITcBUREiDHM6MzgJSwkSCDoxLgUkHHNsb3dlc3RfET0lQQAgMYFgMC4wMDJzLCByZWdpb25faWQ6IDgsIHN0byGmNDEyNy4wLjAuMToyMDE2IXUEaW0uXwE+BgEMMDAuNimIAHMyBwEBpzr4AAQyMC1LWvgABeg5SQWRFF9iYXRjaCWzDDogMjgtyChwcm9wb3NlX3NlbiGtSGl0OiAwcywgcGVyc2lzdF9sb2cZ7hAxNDUuNCXCCWAUbGVhZGVyDVIoMTQ4bnMsIHN5bmMJNgQ4MA1jCS00bWVtdGFibGU6IDIuNTUJ6ClrCS8QNDc0LjMFXRBhcHBseTKuAAQxNxkZFY8EODQtBBRtdXRleF8p9wG8CXAynQAZFxR3YWw6IDJJcQAsDSsZmwQ5LkVQLjwCGHByaW1hcnlG+AEEMXP++AEp+Aw1MDcuAeBC/wJK+AEIOC43YasALOL4AQAxMWWu+AEEMjBRb0pbAQQ0Nzb3AQQxNolPRl0BDDY2OW4B5i72AQAygeU53Tb2AQA0JRgALEkRNfgENzSFrwgsIG3C+AEEMTQywAI5+AAxSREl+G3MCG51baEpCfIAa4GEADER0xhieXRlOjMyBS4kaW5zZXJ0OjEzN6GLNAkxMDQuOSBLQglOL0EK')\n# Resource_group: default\n;"] [2024/05/06 11:52:09.960 +00:00] [INFO] [bootstrap.go:745] ["bootstrap successful"] ["take time"=20.259906224s] [2024/05/06 11:52:09.985 +00:00] [WARN] [manager.go:306] ["is not the owner"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager 5c306cc6-61f0-4a2a-9240-2b62edfe4695"] [2024/05/06 11:52:09.985 +00:00] [INFO] [manager.go:273] ["break campaign loop, context is done"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager 5c306cc6-61f0-4a2a-9240-2b62edfe4695"] [2024/05/06 11:52:09.987 +00:00] [INFO] [manager.go:317] ["revoke session"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager 5c306cc6-61f0-4a2a-9240-2b62edfe4695"] [] [2024/05/06 11:52:09.988 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 11:52:09.988 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 2, tp add index"] [category=ddl] ["take time"=13.254µs] [2024/05/06 11:52:09.988 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 3, tp add index"] [category=ddl] ["take time"=4.444µs] [2024/05/06 11:52:09.988 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 4, tp add index"] [category=ddl] ["take time"=9.69µs] [2024/05/06 11:52:09.988 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 5, tp add index"] [category=ddl] ["take time"=3.882µs] [2024/05/06 11:52:09.988 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 6, tp add index"] [category=ddl] ["take time"=6.437µs] [2024/05/06 11:52:09.988 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 7, tp add index"] [category=ddl] ["take time"=6.283µs] [2024/05/06 11:52:09.988 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 8, tp add index"] [category=ddl] ["take time"=3.544µs] [2024/05/06 11:52:09.988 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 9, tp add index"] [category=ddl] ["take time"=12.436µs] [2024/05/06 11:52:09.988 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 10, tp add index"] [category=ddl] ["take time"=10.253µs] [2024/05/06 11:52:09.988 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 11, tp add index"] [category=ddl] ["take time"=8.02µs] [2024/05/06 11:52:09.988 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 11:52:09.989 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 1, tp general"] [category=ddl] ["take time"=3.968µs] [2024/05/06 11:52:09.989 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 11:52:09.989 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/06 11:52:09.989 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 11:52:10.001 +00:00] [INFO] [ddl.go:951] ["DDL closed"] [category=ddl] [ID=5c306cc6-61f0-4a2a-9240-2b62edfe4695] ["take time"=35.4328ms] [2024/05/06 11:52:10.001 +00:00] [INFO] [ddl.go:769] ["stop DDL"] [category=ddl] [ID=5c306cc6-61f0-4a2a-9240-2b62edfe4695] [2024/05/06 11:52:10.004 +00:00] [INFO] [domain.go:2817] ["releaseServerID succeed"] [serverID=484] [2024/05/06 11:52:10.004 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/06 11:52:10.004 +00:00] [INFO] [domain.go:2881] ["serverIDKeeper exited."] [2024/05/06 11:52:10.004 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 11:52:10.004 +00:00] [INFO] [domain.go:907] ["loadSchemaInLoop exited."] [2024/05/06 11:52:10.004 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/06 11:52:10.004 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 11:52:10.004 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 11:52:10.004 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/06 11:52:10.004 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 11:52:10.005 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 11:52:10.005 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 11:52:10.005 +00:00] [INFO] [manager.go:446] ["watcher is closed, no owner"] ["owner info"="[log-backup] ownerManager ea0040fc-3279-4e15-a027-9fea4448f813 watch owner key /tidb/br-stream/owner/6f188f4dbd6f3cd1"] [2024/05/06 11:52:10.005 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 11:52:10.005 +00:00] [INFO] [advancer.go:397] ["Meet task event"] [category="log backup advancer"] [event="Err(, err = EOF)"] [2024/05/06 11:52:10.005 +00:00] [WARN] [manager.go:306] ["is not the owner"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager ea0040fc-3279-4e15-a027-9fea4448f813"] [2024/05/06 11:52:10.005 +00:00] [INFO] [manager.go:257] ["etcd session is done, creates a new one"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager ea0040fc-3279-4e15-a027-9fea4448f813"] [2024/05/06 11:52:10.005 +00:00] [ERROR] [advancer.go:400] ["listen task meet error, would reopen."] [error=EOF] [stack="github.com/pingcap/tidb/br/pkg/streamhelper.(*CheckpointAdvancer).StartTaskListener.func1\n\tbr/pkg/streamhelper/advancer.go:400"] [2024/05/06 11:52:10.005 +00:00] [INFO] [advancer.go:403] ["Task watcher exits due to some error."] [category="log backup advancer"] [error=EOF] [2024/05/06 11:52:10.006 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/06 11:52:10.006 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."] [2024/05/06 11:52:10.006 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 11:52:10.006 +00:00] [INFO] [owner_daemon.go:87] ["daemon loop exits"] [id=ea0040fc-3279-4e15-a027-9fea4448f813] [daemon-id=LogBackup::Advancer] [2024/05/06 11:52:10.007 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=logBackupAdvancer] [2024/05/06 11:52:10.007 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 11:52:10.007 +00:00] [INFO] [flush_subscriber.go:109] [Clearing.] [category="log backup flush subscriber"] [timeout=1m0s] [2024/05/06 11:52:10.007 +00:00] [WARN] [etcd.go:78] ["failed to new session to etcd"] [ownerInfo="[log-backup] /tidb/br-stream/owner ownerManager ea0040fc-3279-4e15-a027-9fea4448f813"] [error="context canceled"] [2024/05/06 11:52:10.007 +00:00] [INFO] [domain.go:1074] ["domain closed"] ["take time"=41.422263ms] [2024/05/06 11:52:10.007 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=tikv-7365852648833728874] ["ddl lease"=500ms] ["stats lease"=3s] [2024/05/06 11:52:10.018 +00:00] [WARN] [info.go:316] ["init TiFlashReplicaManager"] [2024/05/06 11:52:10.161 +00:00] [INFO] [domain.go:2796] [acquireServerID] [serverID=1138] ["lease id"=3eaa8f4dbd6f3d9d] [2024/05/06 11:52:10.163 +00:00] [INFO] [controller.go:185] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":10,\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":10,\"DegradedModeWaitDuration\":0}"] [2024/05/06 11:52:10.207 +00:00] [INFO] [manager.go:261] ["break campaign loop, NewSession failed"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager ea0040fc-3279-4e15-a027-9fea4448f813"] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/util.contextDone\n\tpkg/util/etcd.go:90\ngithub.com/pingcap/tidb/pkg/util.NewSession\n\tpkg/util/etcd.go:50\ngithub.com/pingcap/tidb/pkg/owner.(*ownerManager).campaignLoop\n\tpkg/owner/manager.go:259\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 11:52:10.257 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=51] ["start time"=89.693439ms] [2024/05/06 11:52:10.262 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 11:52:10.262 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=b0ec8218-fe37-4534-80e0-021011aed7da] [runWorker=true] [2024/05/06 11:52:10.262 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=false] [2024/05/06 11:52:10.264 +00:00] [INFO] [manager.go:188] ["start campaign owner"] [ownerInfo="[ddl] /tidb/ddl/fg/owner"] [2024/05/06 11:52:10.265 +00:00] [WARN] [env.go:51] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2024/05/06 11:52:10.265 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 11:52:10.265 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 11:52:10.265 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 11:52:10.265 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 11:52:10.265 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 11:52:10.265 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 11:52:10.265 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 11:52:10.265 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 11:52:10.265 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 11:52:10.265 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 11:52:10.266 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 11:52:10.266 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 11:52:10.266 +00:00] [INFO] [owner_daemon.go:70] ["begin advancer daemon"] [daemon-id=LogBackup::Advancer] [2024/05/06 11:52:10.266 +00:00] [INFO] [manager.go:188] ["start campaign owner"] [ownerInfo="[log-backup] /tidb/br-stream/owner"] [2024/05/06 11:52:10.267 +00:00] [INFO] [manager.go:354] ["get owner"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager b0ec8218-fe37-4534-80e0-021011aed7da"] ["owner key"=/tidb/ddl/fg/owner/6f188f4dbd6f3d8f] [ownerID=b0ec8218-fe37-4534-80e0-021011aed7da] [op=none] [2024/05/06 11:52:10.268 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=logBackupAdvancer] [2024/05/06 11:52:10.268 +00:00] [INFO] [owner_daemon.go:81] ["begin running daemon"] [id=26afef6e-0dfd-431f-96af-6027971f5f03] [daemon-id=LogBackup::Advancer] [2024/05/06 11:52:10.292 +00:00] [INFO] [manager.go:188] ["start campaign owner"] [ownerInfo="[bindinfo] /tidb/bindinfo/owner"] [2024/05/06 11:52:10.293 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 11:52:10.293 +00:00] [WARN] [sysvar_cache.go:49] ["sysvar cache is empty, triggering rebuild"] [2024/05/06 11:52:10.295 +00:00] [INFO] [manager.go:354] ["get owner"] ["owner info"="[bindinfo] /tidb/bindinfo/owner ownerManager b0ec8218-fe37-4534-80e0-021011aed7da"] ["owner key"=/tidb/bindinfo/owner/6f188f4dbd6f3d93] [ownerID=b0ec8218-fe37-4534-80e0-021011aed7da] [op=none] [2024/05/06 11:52:10.310 +00:00] [INFO] [sysvar.go:2748] ["set resource control"] [enable=true] [2024/05/06 11:52:10.315 +00:00] [INFO] [controller.go:447] ["[resource group controller] create resource group cost controller"] [name=default] [2024/05/06 11:52:10.317 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 11:52:10.318 +00:00] [INFO] [manager.go:354] ["get owner"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager b0ec8218-fe37-4534-80e0-021011aed7da"] ["owner key"=/tidb/ddl/fg/owner/6f188f4dbd6f3d8f] [ownerID=b0ec8218-fe37-4534-80e0-021011aed7da] [op=none] [2024/05/06 11:52:10.318 +00:00] [INFO] [manager.go:394] ["set owner op is the same as the original, so do nothing."] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager b0ec8218-fe37-4534-80e0-021011aed7da"] [op=none] [2024/05/06 11:52:10.318 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 11:52:10.410 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 11:52:10.427 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 11:52:10.440 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=PlanReplayerTaskCollectHandle] [2024/05/06 11:52:10.440 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=PlanReplayerTaskDumpHandle] [2024/05/06 11:52:10.440 +00:00] [INFO] [domain.go:2016] ["PlanReplayerTaskCollectHandle started"] [2024/05/06 11:52:10.440 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 11:52:10.440 +00:00] [INFO] [domain.go:2038] ["PlanReplayerTaskDumpHandle started"] [2024/05/06 11:52:10.440 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=HistoricalStatsWorker] [2024/05/06 11:52:10.440 +00:00] [INFO] [plan_replayer.go:409] ["planReplayerTaskDumpWorker started."] [2024/05/06 11:52:10.440 +00:00] [INFO] [domain.go:2070] ["dumpFileGcChecker started"] [2024/05/06 11:52:10.440 +00:00] [INFO] [domain.go:2103] ["HistoricalStatsWorker started"] [2024/05/06 11:52:10.444 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadStatsWorker] [2024/05/06 11:52:10.444 +00:00] [INFO] [manager.go:188] ["start campaign owner"] [ownerInfo="[stats] /tidb/stats/owner"] [2024/05/06 11:52:10.445 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=indexUsageWorker] [2024/05/06 11:52:10.446 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=updateStatsWorker] [2024/05/06 11:52:10.446 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=autoAnalyzeWorker] [2024/05/06 11:52:10.446 +00:00] [INFO] [domain.go:2389] ["updateStatsWorker started."] [2024/05/06 11:52:10.446 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=analyzeJobsCleanupWorker] [2024/05/06 11:52:10.461 +00:00] [INFO] [manager.go:354] ["get owner"] ["owner info"="[stats] /tidb/stats/owner ownerManager b0ec8218-fe37-4534-80e0-021011aed7da"] ["owner key"=/tidb/stats/owner/6f188f4dbd6f3d96] [ownerID=b0ec8218-fe37-4534-80e0-021011aed7da] [op=none] [2024/05/06 11:52:10.463 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 11:52:10.465 +00:00] [INFO] [manager.go:113] ["build task executor manager"] [server-id=:4000] [total-cpu=16] [total-mem=32GiB] [2024/05/06 11:52:10.472 +00:00] [INFO] [notifier.go:225] ["etcd notify loop to watch timer events started"] [EtcdKey=/tidb/timer/cluster/1/notify/46e95ca6-eb8c-4377-9813-1ec47ca0cceb] [2024/05/06 11:52:10.473 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4] [2024/05/06 11:52:10.473 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4] [2024/05/06 11:52:10.486 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 11:52:10.486 +00:00] [INFO] [manager.go:146] ["task executor manager start"] [server-id=:4000] [2024/05/06 11:52:10.487 +00:00] [INFO] [domain.go:1525] ["dist task executor manager started"] [2024/05/06 11:52:10.505 +00:00] [INFO] [domain.go:2308] ["init stats info time"] [lite=true] ["take time"=61.396456ms] [2024/05/06 11:52:10.535 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1] [name=innodb_lock_wait_timeout] [val=50] === RUN TestImportInto/TestGlobalSortBasic [2024/05/06 11:52:10.546 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=51] [cur_db=] [sql="drop database if exists gsort_basic"] [user=] [2024/05/06 11:52:10.549 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=51] [cur_db=] [sql="create database gsort_basic"] [user=] [2024/05/06 11:52:10.577 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create schema, State:queueing, SchemaState:none, SchemaID:104, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:52:10.526 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:10.577 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:105, Type:create schema, State:queueing, SchemaState:none, SchemaID:104, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:52:10.526 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database gsort_basic"] [2024/05/06 11:52:10.642 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=105] [conn=2] [category=ddl] [job="ID:105, Type:create schema, State:queueing, SchemaState:none, SchemaID:104, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:10.526 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:10.669 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=51] [neededSchemaVersion=52] ["start time"=1.043766ms] [gotSchemaVersion=52] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:52:10.680 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2024/05/06 11:52:10.718 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=53.582294ms] [job="ID:105, Type:create schema, State:done, SchemaState:public, SchemaID:104, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:52:10.526 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:10.754 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=105] [conn=2] [job="ID:105, Type:create schema, State:synced, SchemaState:public, SchemaID:104, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:10.526 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:10.779 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=105] [2024/05/06 11:52:10.779 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:10.786 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=52] [cur_db=gsort_basic] [sql="create table t (a bigint primary key, b varchar(100), c varchar(100), d int,\n\t\tkey(a), key(c,d), key(d));"] [user=] [2024/05/06 11:52:10.843 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:10.776 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:10.843 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:10.776 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t (a bigint primary key, b varchar(100), c varchar(100), d int,\n\t\tkey(a), key(c,d), key(d));"] [2024/05/06 11:52:10.933 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=107] [conn=2] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:10.776 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:10.942 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 104, Table ID: 106, Table Name: t"] [2024/05/06 11:52:11.035 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=52] [neededSchemaVersion=53] ["start time"=2.877077ms] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:11.046 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2024/05/06 11:52:11.080 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=53.42484ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:10.776 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:11.133 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=107] [conn=2] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:10.776 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:11.189 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=107] [2024/05/06 11:52:11.189 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:11.193 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.408867564\n# Parse_time: 0.001435856\n# Compile_time: 0.001125747\n# Rewrite_time: 0.000008081\n# Optimize_time: 0.000297425\n# Wait_TS: 0.000359968\n# DB: gsort_basic\n# Is_internal: false\n# Digest: cd91a62822057fd7eedc37492bb050619e22980b48f95a08c6f7fcb91238f7e4\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse gsort_basic;\ncreate table t (a bigint primary key, b varchar(100), c varchar(100), d int, key(a), key(c,d), key(d));"] [2024/05/06 11:52:11.272 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:11.272 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:11.287 +00:00] [INFO] [runaway.go:158] ["preparations for the runaway manager are finished and start runaway manager loop"] [2024/05/06 11:52:11.287 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 11:52:11.287 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 11:52:11.287 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 11:52:11.307 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:11.451 +00:00] [INFO] [manager.go:317] ["revoke session"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager ea0040fc-3279-4e15-a027-9fea4448f813"] [error="rpc error: code = Canceled desc = grpc: the client connection is closing"] [2024/05/06 11:52:11.457 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://gs-basic/t.*.csv?endpoint=http%3A%2F%2F127.0.0.1%3A4443%2Fstorage%2Fv1%2F\",\"format\":\"csv\",\"options\":{\"__max_engine_size\":\"1\",\"cloud_storage_uri\":\"gs://sorted/import?access-key=xxxxxx\\u0026endpoint=http%3A%2F%2F127.0.0.1%3A4443%2Fstorage%2Fv1%2F\\u0026secret-access-key=xxxxxx\"}}"] [dist-task-enabled=true] [2024/05/06 11:52:11.472 +00:00] [INFO] [runtime.go:160] ["TimerGroupRuntime loop started"] [groupID=ttl] [2024/05/06 11:52:11.472 +00:00] [INFO] [runtime.go:402] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true] [2024/05/06 11:52:11.472 +00:00] [INFO] [notifier.go:140] ["new etcd watcher created to watch timer events"] [EtcdKey=/tidb/timer/cluster/1/notify/46e95ca6-eb8c-4377-9813-1ec47ca0cceb] [watcherID=3e8e91b4-d5bc-4cba-b703-955acca58a37] [2024/05/06 11:52:11.487 +00:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=16] [2024/05/06 11:52:11.500 +00:00] [INFO] [scheduler_manager.go:312] ["subtask table gc loop start"] [server-id=:4000] [2024/05/06 11:52:11.500 +00:00] [INFO] [scheduler_manager.go:200] ["schedule task loop start"] [server-id=:4000] [2024/05/06 11:52:11.500 +00:00] [INFO] [scheduler_manager.go:373] ["cleanup loop start"] [server-id=:4000] [2024/05/06 11:52:11.500 +00:00] [INFO] [scheduler_manager.go:453] ["collect loop start"] [server-id=:4000] [2024/05/06 11:52:11.599 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=1] [task-id=1] [data-size=96B] [thread-cnt=8] [global-sort=true] [2024/05/06 11:52:11.650 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=1] [2024/05/06 11:52:11.650 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:52:11.756 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=encode&sort] [2024/05/06 11:52:11.759 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:11.761 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=1] [curr-step=init] [next-step=encode&sort] [2024/05/06 11:52:11.781 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:11.782 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:11.785 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:52:11.785 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=1] [after=1] [2024/05/06 11:52:11.785 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=2] [MaxChunkSize=268435456] [RegionsCount=2] [BatchSize=1] [cost=108.902µs] [2024/05/06 11:52:11.785 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=319.8µs] [] [2024/05/06 11:52:11.786 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=1] [curr-step=init] [next-step=encode&sort] [subtask-count=2] [2024/05/06 11:52:11.786 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=encode&sort] [concurrency=8] [subtasks=2] [2024/05/06 11:52:11.949 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=1] [2024/05/06 11:52:11.967 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=1] [type=ImportInto] [remaining-slots=8] [2024/05/06 11:52:12.013 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=1] [task-type=ImportInto] [server-id=:4000] [step=encode&sort] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=16GiB]"] [2024/05/06 11:52:12.015 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=1] [step=encode&sort] [2024/05/06 11:52:12.017 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:12.018 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:12.018 +00:00] [INFO] [table_import.go:106] ["import dir not exists, create it"] [table=t] [import_dir=/tmp/tidb/import-4000] [2024/05/06 11:52:12.026 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:52:12.026 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852648833728874] [2024/05/06 11:52:12.027 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:12.027 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:52:12.028 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:12.028 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:52:12.028 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:12.028 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:12.028 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:52:12.045 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:52:12.047 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:52:12.047 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:52:12.047 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=1] [step=encode&sort] [data=512MiB] [per-index=170.7MiB] [2024/05/06 11:52:12.096 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=1] [step=encode&sort] [subtask-id=1] [2024/05/06 11:52:12.098 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/d112e763-caa2-46bb-a626-4d2a81de135d] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:12.098 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/c53b6295-0c54-43cb-bdf8-b54c814d4aa4] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:12.098 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/3ddc66c0-3a69-4d75-b3ae-f75ab1f90b9d] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:12.098 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/dc63a561-7dca-42e7-827f-b7bbd3839b95] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:12.098 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/782adf94-4824-4a30-833a-4b71823ab4d3] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:12.098 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=106] [2024/05/06 11:52:12.098 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/60074aa9-ae71-4784-8ac0-aa04daa1e228] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:12.098 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/da1e9e57-c8f5-4443-a489-99fa2e26dbdd] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:12.101 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=106] [key=t.1.csv:0] [2024/05/06 11:52:12.106 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=106] [key=t.1.csv:0] [readDur=1.23344ms] [encodeDur=2.123961ms] [checksum="{cksum=5827510365937537033,size=556,kvs=12}"] [deliverDur=1.80987ms] [type=file] [takeTime=5.721744ms] [] [2024/05/06 11:52:12.117 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=data/2155178e-4679-40bb-b4e7-e85fdad413bc] [sequence-number=0] [bytes=179] [stat-size=74] [write-time=9.743403ms] [write-speed(bytes/s)=17.94KiB] [2024/05/06 11:52:12.117 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=data/2155178e-4679-40bb-b4e7-e85fdad413bc] [sequence-number=0] [bytes=179] [kv-cnt=3] [sort-time=11.592µs] [write-time=9.91376ms] [sort-speed(kv/s)=258799.1718] [writer-id=data/2155178e-4679-40bb-b4e7-e85fdad413bc] [2024/05/06 11:52:12.118 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/2155178e-4679-40bb-b4e7-e85fdad413bc] [kv-cnt-cap=4] [minKey=74800000000000006a5f728000000000000001] [maxKey=74800000000000006a5f728000000000000003] [2024/05/06 11:52:12.126 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/1/2155178e-4679-40bb-b4e7-e85fdad413bc] [sequence-number=0] [bytes=162] [stat-size=110] [write-time=8.113863ms] [write-speed(bytes/s)=19.5KiB] [2024/05/06 11:52:12.126 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/1/2155178e-4679-40bb-b4e7-e85fdad413bc] [sequence-number=0] [bytes=162] [kv-cnt=3] [sort-time=5.16µs] [write-time=8.259528ms] [sort-speed(kv/s)=581395.3488] [writer-id=index/1/2155178e-4679-40bb-b4e7-e85fdad413bc] [2024/05/06 11:52:12.126 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/1/2155178e-4679-40bb-b4e7-e85fdad413bc] [kv-cnt-cap=4] [minKey=74800000000000006a5f698000000000000001038000000000000001038000000000000001] [maxKey=74800000000000006a5f698000000000000001038000000000000003038000000000000003] [2024/05/06 11:52:12.154 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/2/2155178e-4679-40bb-b4e7-e85fdad413bc] [sequence-number=0] [bytes=245] [stat-size=130] [write-time=27.983678ms] [write-speed(bytes/s)=8.55KiB] [2024/05/06 11:52:12.155 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/2/2155178e-4679-40bb-b4e7-e85fdad413bc] [sequence-number=0] [bytes=245] [kv-cnt=3] [sort-time=17.085µs] [write-time=28.343119ms] [sort-speed(kv/s)=175592.6251] [writer-id=index/2/2155178e-4679-40bb-b4e7-e85fdad413bc] [2024/05/06 11:52:12.155 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/2/2155178e-4679-40bb-b4e7-e85fdad413bc] [kv-cnt-cap=4] [minKey=74800000000000006a5f698000000000000002016261723100000000fb03800000000000007b038000000000000001] [maxKey=74800000000000006a5f698000000000000002016261723300000000fb038000000000000315038000000000000003] [2024/05/06 11:52:12.162 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/3/2155178e-4679-40bb-b4e7-e85fdad413bc] [sequence-number=0] [bytes=162] [stat-size=110] [write-time=7.082176ms] [write-speed(bytes/s)=22.34KiB] [2024/05/06 11:52:12.162 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/3/2155178e-4679-40bb-b4e7-e85fdad413bc] [sequence-number=0] [bytes=162] [kv-cnt=3] [sort-time=14.276µs] [write-time=7.193066ms] [sort-speed(kv/s)=210142.8972] [writer-id=index/3/2155178e-4679-40bb-b4e7-e85fdad413bc] [2024/05/06 11:52:12.163 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/3/2155178e-4679-40bb-b4e7-e85fdad413bc] [kv-cnt-cap=4] [minKey=74800000000000006a5f69800000000000000303800000000000007b038000000000000001] [maxKey=74800000000000006a5f698000000000000003038000000000000315038000000000000003] [2024/05/06 11:52:12.163 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=1] [step=encode&sort] [subtask-id=1] [takeTime=66.422379ms] [] [2024/05/06 11:52:12.163 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=1] [step=encode&sort] [engine-id=0] [2024/05/06 11:52:12.242 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=1] [step=encode&sort] [subtask-id=2] [2024/05/06 11:52:12.244 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/de1ace40-50b7-407f-b852-a54d11492fe1] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:12.244 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/7a134d48-c4a9-4262-8e87-258eed826433] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:12.244 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/040c8d39-6e9a-489f-a733-82cc07f8a354] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:12.244 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/cba0d537-5b08-49da-aed3-e4ee5465bcd0] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:12.244 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=106] [2024/05/06 11:52:12.244 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/200535c2-0011-4ab7-938e-600203968e44] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:12.244 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/6fd583e2-effc-44e5-812c-97fd78859b0b] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:12.244 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/176374a7-8250-4afa-b2a9-b2a3a8607df7] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:12.246 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=106] [key=t.2.csv:0] [2024/05/06 11:52:12.251 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=106] [key=t.2.csv:0] [readDur=1.292914ms] [encodeDur=1.499277ms] [checksum="{cksum=17160054094829929748,size=556,kvs=12}"] [deliverDur=1.466842ms] [type=file] [takeTime=4.937107ms] [] [2024/05/06 11:52:12.256 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=data/ce7f185c-873f-478c-9e84-d2b9cb56dff3] [sequence-number=0] [bytes=179] [stat-size=74] [write-time=4.155775ms] [write-speed(bytes/s)=42.06KiB] [2024/05/06 11:52:12.256 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=data/ce7f185c-873f-478c-9e84-d2b9cb56dff3] [sequence-number=0] [bytes=179] [kv-cnt=3] [sort-time=6.212µs] [write-time=4.261923ms] [sort-speed(kv/s)=482936.2524] [writer-id=data/ce7f185c-873f-478c-9e84-d2b9cb56dff3] [2024/05/06 11:52:12.256 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/ce7f185c-873f-478c-9e84-d2b9cb56dff3] [kv-cnt-cap=4] [minKey=74800000000000006a5f728000000000000004] [maxKey=74800000000000006a5f728000000000000006] [2024/05/06 11:52:12.265 +00:00] [INFO] [info.go:1142] [SetTiFlashGroupConfig] [2024/05/06 11:52:12.276 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/2/ce7f185c-873f-478c-9e84-d2b9cb56dff3] [sequence-number=0] [bytes=245] [stat-size=130] [write-time=19.925994ms] [write-speed(bytes/s)=12.01KiB] [2024/05/06 11:52:12.276 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/2/ce7f185c-873f-478c-9e84-d2b9cb56dff3] [sequence-number=0] [bytes=245] [kv-cnt=3] [sort-time=6.785µs] [write-time=20.053226ms] [sort-speed(kv/s)=442151.8055] [writer-id=index/2/ce7f185c-873f-478c-9e84-d2b9cb56dff3] [2024/05/06 11:52:12.276 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/2/ce7f185c-873f-478c-9e84-d2b9cb56dff3] [kv-cnt-cap=4] [minKey=74800000000000006a5f698000000000000002016261723400000000fb03800000000000007b038000000000000004] [maxKey=74800000000000006a5f698000000000000002016261723600000000fb038000000000000143038000000000000006] [2024/05/06 11:52:12.280 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/3/ce7f185c-873f-478c-9e84-d2b9cb56dff3] [sequence-number=0] [bytes=162] [stat-size=110] [write-time=4.205661ms] [write-speed(bytes/s)=37.62KiB] [2024/05/06 11:52:12.280 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/3/ce7f185c-873f-478c-9e84-d2b9cb56dff3] [sequence-number=0] [bytes=162] [kv-cnt=3] [sort-time=5.068µs] [write-time=4.331368ms] [sort-speed(kv/s)=591949.4870] [writer-id=index/3/ce7f185c-873f-478c-9e84-d2b9cb56dff3] [2024/05/06 11:52:12.281 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/3/ce7f185c-873f-478c-9e84-d2b9cb56dff3] [kv-cnt-cap=4] [minKey=74800000000000006a5f69800000000000000303800000000000007b038000000000000004] [maxKey=74800000000000006a5f698000000000000003038000000000000143038000000000000006] [2024/05/06 11:52:12.285 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/1/ce7f185c-873f-478c-9e84-d2b9cb56dff3] [sequence-number=0] [bytes=162] [stat-size=110] [write-time=4.356407ms] [write-speed(bytes/s)=36.32KiB] [2024/05/06 11:52:12.285 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/1/ce7f185c-873f-478c-9e84-d2b9cb56dff3] [sequence-number=0] [bytes=162] [kv-cnt=3] [sort-time=5.066µs] [write-time=4.502302ms] [sort-speed(kv/s)=592183.1820] [writer-id=index/1/ce7f185c-873f-478c-9e84-d2b9cb56dff3] [2024/05/06 11:52:12.285 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/1/ce7f185c-873f-478c-9e84-d2b9cb56dff3] [kv-cnt-cap=4] [minKey=74800000000000006a5f698000000000000001038000000000000004038000000000000004] [maxKey=74800000000000006a5f698000000000000001038000000000000006038000000000000006] [2024/05/06 11:52:12.286 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=1] [step=encode&sort] [subtask-id=2] [takeTime=43.233077ms] [] [2024/05/06 11:52:12.286 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=1] [step=encode&sort] [engine-id=1] [2024/05/06 11:52:12.366 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=1] [step=encode&sort] [2024/05/06 11:52:12.367 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:52:12.367 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:52:12.367 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:12.367 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:52:12.367 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:52:12.367 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:12.367 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:52:12.367 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:12.367 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=7] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:12.367 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:12.367 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=7] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:12.367 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:12.367 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:52:12.371 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:52:12.371 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=encode&sort] [next-step=merge-sort] [2024/05/06 11:52:12.371 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:12.371 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:12.371 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=7] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:12.371 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:12.371 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=1] [task-type=ImportInto] [server-id=:4000] [step=encode&sort] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=16GiB]"] [takeTime=358.0274ms] [] [2024/05/06 11:52:12.374 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:12.377 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=1] [curr-step=encode&sort] [next-step=merge-sort] [2024/05/06 11:52:12.396 +00:00] [INFO] [planner.go:312] ["skip merge sort for kv group"] [task-id=1] [kv-group=data] [2024/05/06 11:52:12.396 +00:00] [INFO] [planner.go:312] ["skip merge sort for kv group"] [task-id=1] [kv-group=1] [2024/05/06 11:52:12.396 +00:00] [INFO] [planner.go:312] ["skip merge sort for kv group"] [task-id=1] [kv-group=2] [2024/05/06 11:52:12.396 +00:00] [INFO] [planner.go:312] ["skip merge sort for kv group"] [task-id=1] [kv-group=3] [2024/05/06 11:52:12.396 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=1] [curr-step=encode&sort] [next-step=merge-sort] [subtask-count=0] [2024/05/06 11:52:12.396 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=merge-sort] [concurrency=8] [subtasks=0] [2024/05/06 11:52:12.545 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=merge-sort] [next-step=write&ingest] [2024/05/06 11:52:12.548 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:12.550 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=1] [curr-step=merge-sort] [next-step=write&ingest] [2024/05/06 11:52:12.608 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:12.609 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:12.613 +00:00] [INFO] [pd_service_discovery.go:991] ["[pd] update member urls"] [old-urls="[http://127.0.0.1:2379]"] [new-urls="[http://127.0.0.1:2379,http://127.0.0.1:2382,http://127.0.0.1:2384]"] [2024/05/06 11:52:12.614 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:52:12.615 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852648833728874] [2024/05/06 11:52:12.616 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:12.616 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:52:12.617 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:12.617 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:12.617 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:52:12.617 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:52:12.617 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:12.621 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:12.621 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:52:12.621 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:52:12.621 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:52:12.621 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:52:12.621 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:12.621 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:12.621 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:52:12.621 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=8] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:12.621 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:12.621 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=8] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:12.621 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:12.621 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:52:12.622 +00:00] [INFO] [planner.go:506] ["split kv range with split size and keys"] [region-split-size=100663296] [region-split-keys=1280000] [2024/05/06 11:52:12.622 +00:00] [INFO] [split.go:107] ["create range splitter"] [overlaps="[1,1]"] [fileNums="[1,1]"] [rangesGroupSize=107374182400] [rangesGroupKeys=9223372036854775807] [maxRangeSize=100663296] [maxRangeKeys=1280000] [2024/05/06 11:52:12.627 +00:00] [INFO] [planner.go:391] ["kv range as subtask"] [startKey=74800000000000006a5f698000000000000001038000000000000001038000000000000001] [endKey=74800000000000006a5f69800000000000000103800000000000000603800000000000000600] [dataFiles=2] [2024/05/06 11:52:12.627 +00:00] [INFO] [split.go:139] ["close range splitter"] [] [2024/05/06 11:52:12.630 +00:00] [INFO] [pd_service_discovery.go:991] ["[pd] update member urls"] [old-urls="[http://127.0.0.1:2379]"] [new-urls="[http://127.0.0.1:2379,http://127.0.0.1:2382,http://127.0.0.1:2384]"] [2024/05/06 11:52:12.630 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:52:12.631 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852648833728874] [2024/05/06 11:52:12.632 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:12.632 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:52:12.633 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:12.633 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:12.633 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:52:12.633 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:52:12.633 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:12.637 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:12.637 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:52:12.637 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:52:12.637 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:52:12.637 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:52:12.637 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:12.637 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:52:12.637 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:12.637 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=8] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:12.637 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:12.637 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=8] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:12.637 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:12.637 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:52:12.638 +00:00] [INFO] [planner.go:506] ["split kv range with split size and keys"] [region-split-size=100663296] [region-split-keys=1280000] [2024/05/06 11:52:12.638 +00:00] [INFO] [split.go:107] ["create range splitter"] [overlaps="[1,1]"] [fileNums="[1,1]"] [rangesGroupSize=107374182400] [rangesGroupKeys=9223372036854775807] [maxRangeSize=100663296] [maxRangeKeys=1280000] [2024/05/06 11:52:12.642 +00:00] [INFO] [planner.go:391] ["kv range as subtask"] [startKey=74800000000000006a5f698000000000000002016261723100000000fb03800000000000007b038000000000000001] [endKey=74800000000000006a5f698000000000000002016261723600000000fb03800000000000014303800000000000000600] [dataFiles=2] [2024/05/06 11:52:12.642 +00:00] [INFO] [split.go:139] ["close range splitter"] [] [2024/05/06 11:52:12.644 +00:00] [INFO] [pd_service_discovery.go:991] ["[pd] update member urls"] [old-urls="[http://127.0.0.1:2379]"] [new-urls="[http://127.0.0.1:2379,http://127.0.0.1:2382,http://127.0.0.1:2384]"] [2024/05/06 11:52:12.644 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:52:12.646 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852648833728874] [2024/05/06 11:52:12.646 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:12.646 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:52:12.647 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:12.647 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:52:12.647 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:12.647 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:52:12.647 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:12.651 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:52:12.651 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:12.651 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:52:12.651 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:12.651 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:52:12.651 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:52:12.651 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:52:12.651 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=8] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:12.651 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:12.651 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:12.651 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=8] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:12.651 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:12.651 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:52:12.652 +00:00] [INFO] [planner.go:506] ["split kv range with split size and keys"] [region-split-size=100663296] [region-split-keys=1280000] [2024/05/06 11:52:12.652 +00:00] [INFO] [split.go:107] ["create range splitter"] [overlaps="[1,1]"] [fileNums="[1,1]"] [rangesGroupSize=107374182400] [rangesGroupKeys=9223372036854775807] [maxRangeSize=100663296] [maxRangeKeys=1280000] [2024/05/06 11:52:12.656 +00:00] [INFO] [planner.go:391] ["kv range as subtask"] [startKey=74800000000000006a5f69800000000000000303800000000000007b038000000000000001] [endKey=74800000000000006a5f69800000000000000303800000000000031503800000000000000300] [dataFiles=2] [2024/05/06 11:52:12.656 +00:00] [INFO] [split.go:139] ["close range splitter"] [] [2024/05/06 11:52:12.658 +00:00] [INFO] [pd_service_discovery.go:991] ["[pd] update member urls"] [old-urls="[http://127.0.0.1:2379]"] [new-urls="[http://127.0.0.1:2379,http://127.0.0.1:2382,http://127.0.0.1:2384]"] [2024/05/06 11:52:12.659 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:52:12.660 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852648833728874] [2024/05/06 11:52:12.660 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:12.660 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:52:12.661 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:12.661 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:52:12.661 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:12.661 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:52:12.661 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:12.665 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:12.665 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:52:12.665 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:52:12.665 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:52:12.665 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:52:12.665 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:52:12.665 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:12.665 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:12.665 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=8] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:12.665 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:12.665 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=8] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:12.665 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:12.665 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:52:12.666 +00:00] [INFO] [planner.go:506] ["split kv range with split size and keys"] [region-split-size=100663296] [region-split-keys=1280000] [2024/05/06 11:52:12.666 +00:00] [INFO] [split.go:107] ["create range splitter"] [overlaps="[1,1]"] [fileNums="[1,1]"] [rangesGroupSize=107374182400] [rangesGroupKeys=9223372036854775807] [maxRangeSize=100663296] [maxRangeKeys=1280000] [2024/05/06 11:52:12.667 +00:00] [INFO] [task_executor.go:237] ["no subtask to run for a while, exit"] [task-id=1] [task-type=ImportInto] [server-id=:4000] [2024/05/06 11:52:12.668 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=1] [type=ImportInto] [2024/05/06 11:52:12.670 +00:00] [INFO] [planner.go:391] ["kv range as subtask"] [startKey=74800000000000006a5f728000000000000001] [endKey=74800000000000006a5f72800000000000000600] [dataFiles=2] [2024/05/06 11:52:12.670 +00:00] [INFO] [split.go:139] ["close range splitter"] [] [2024/05/06 11:52:12.670 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=1] [curr-step=merge-sort] [next-step=write&ingest] [subtask-count=4] [2024/05/06 11:52:12.671 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=write&ingest] [concurrency=8] [subtasks=4] [2024/05/06 11:52:12.848 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=1] [mode=Import] [2024/05/06 11:52:12.901 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=1] [type=ImportInto] [remaining-slots=8] [2024/05/06 11:52:12.942 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=1] [task-type=ImportInto] [server-id=:4000] [step=write&ingest] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=16GiB]"] [2024/05/06 11:52:12.946 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:12.947 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:12.955 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:52:12.955 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852648833728874] [2024/05/06 11:52:12.956 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:12.956 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:52:12.957 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:12.957 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:52:12.957 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:52:12.957 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:12.957 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:12.971 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:52:12.972 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:52:12.972 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:52:13.014 +00:00] [INFO] [task_executor.go:399] ["run subtask start"] [type=ImportInto] [task-id=1] [step=write&ingest] [subtask-id=3] [kv-group=1] [2024/05/06 11:52:13.014 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:13.019 +00:00] [INFO] [local.go:813] ["split engine key ranges"] [category=ddl-ingest] [engine=external] [totalSize=107374182400] [totalCount=0] [startKey=74800000000000006A5F698000000000000001038000000000000001038000000000000001] [endKey=74800000000000006A5F69800000000000000103800000000000000603800000000000000600] [ranges=1] [] [2024/05/06 11:52:13.019 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:52:13.041 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=7d2e7e3b-6425-5eaa-bb47-b89a67a6610f] ["region ranges"=1] [count=0] [size=107374182400] [2024/05/06 11:52:13.042 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:52:13.042 +00:00] [INFO] [local.go:849] ["split and scatter ranges start"] [category=ddl-ingest] [uuid=external] [2024/05/06 11:52:13.043 +00:00] [INFO] [client.go:570] ["paginate scan regions"] [count=2] [start=7480000000000000FF6A5F698000000000FF0000010380000000FF0000000103800000FF0000000001000000FC] [end=7480000000000000FF6A5F698000000000FF0000010380000000FF0000000603800000FF0000000006000000FE] [2024/05/06 11:52:13.043 +00:00] [INFO] [localhelper.go:94] ["waiting for scattering regions done"] [category=ddl-ingest] [regions=0] [take=13.332µs] [2024/05/06 11:52:13.043 +00:00] [INFO] [local.go:874] ["split and scatter ranges completed"] [category=ddl-ingest] [uuid=external] [takeTime=1.572668ms] [] [2024/05/06 11:52:13.044 +00:00] [INFO] [reader.go:42] ["read all data start"] [2024/05/06 11:52:13.044 +00:00] [INFO] [reader.go:43] [arguments] [data-file-count=2] [stat-file-count=2] [start-key="dIAAAAAAAABqX2mAAAAAAAAAAQOAAAAAAAAAAQOAAAAAAAAAAQ=="] [end-key="dIAAAAAAAABqX2mAAAAAAAAAAQOAAAAAAAAABgOAAAAAAAAABgA="] [2024/05/06 11:52:13.044 +00:00] [INFO] [util.go:52] ["seek props offsets start"] [2024/05/06 11:52:13.048 +00:00] [INFO] [util.go:54] ["seek props offsets completed"] [takeTime=4.091324ms] [] [2024/05/06 11:52:13.051 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:13.052 +00:00] [INFO] [reader.go:63] ["read all data completed"] [takeTime=8.18984ms] [] [2024/05/06 11:52:13.052 +00:00] [INFO] [engine.go:77] ["building memKVsAndBuffers"] [sumKVCnt=6] [droppedSize=0] [2024/05/06 11:52:13.052 +00:00] [INFO] [engine.go:289] ["reading external storage in loadBatchRegionData"] ["cost time"=8.411418ms] [droppedSize=0] [2024/05/06 11:52:13.052 +00:00] [INFO] [engine.go:309] ["sorting in loadBatchRegionData"] ["cost time"=9.545µs] [2024/05/06 11:52:13.065 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=7d2e7e3b-6425-5eaa-bb47-b89a67a6610f] [size=107374182400] [kvs=0] [importedSize=228] [importedCount=6] [2024/05/06 11:52:13.067 +00:00] [INFO] [task_executor.go:401] ["run subtask completed"] [type=ImportInto] [task-id=1] [step=write&ingest] [subtask-id=3] [kv-group=1] [takeTime=52.975964ms] [] [2024/05/06 11:52:13.137 +00:00] [INFO] [task_executor.go:399] ["run subtask start"] [type=ImportInto] [task-id=1] [step=write&ingest] [subtask-id=4] [kv-group=2] [2024/05/06 11:52:13.137 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:13.142 +00:00] [INFO] [local.go:813] ["split engine key ranges"] [category=ddl-ingest] [engine=external] [totalSize=107374182400] [totalCount=0] [startKey=74800000000000006A5F698000000000000002016261723100000000FB03800000000000007B038000000000000001] [endKey=74800000000000006A5F698000000000000002016261723600000000FB03800000000000014303800000000000000600] [ranges=1] [] [2024/05/06 11:52:13.142 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:52:13.164 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=35a62bba-3aab-5322-b59b-c5bc8baf9c9d] ["region ranges"=1] [count=0] [size=107374182400] [2024/05/06 11:52:13.164 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:52:13.164 +00:00] [INFO] [local.go:849] ["split and scatter ranges start"] [category=ddl-ingest] [uuid=external] [2024/05/06 11:52:13.165 +00:00] [INFO] [client.go:570] ["paginate scan regions"] [count=2] [start=7480000000000000FF6A5F698000000000FF0000020162617231FF00000000FB038000FF00000000007B0380FF0000000000000100FE] [end=7480000000000000FF6A5F698000000000FF0000020162617236FF00000000FB038000FF0000000001430380FF0000000000000600FF0000000000000000F8] [2024/05/06 11:52:13.165 +00:00] [INFO] [localhelper.go:94] ["waiting for scattering regions done"] [category=ddl-ingest] [regions=0] [take=11.368µs] [2024/05/06 11:52:13.165 +00:00] [INFO] [local.go:874] ["split and scatter ranges completed"] [category=ddl-ingest] [uuid=external] [takeTime=1.019544ms] [] [2024/05/06 11:52:13.165 +00:00] [INFO] [reader.go:42] ["read all data start"] [2024/05/06 11:52:13.165 +00:00] [INFO] [reader.go:43] [arguments] [data-file-count=2] [stat-file-count=2] [start-key="dIAAAAAAAABqX2mAAAAAAAAAAgFiYXIxAAAAAPsDgAAAAAAAAHsDgAAAAAAAAAE="] [end-key=dIAAAAAAAABqX2mAAAAAAAAAAgFiYXI2AAAAAPsDgAAAAAAAAUMDgAAAAAAAAAYA] [2024/05/06 11:52:13.165 +00:00] [INFO] [util.go:52] ["seek props offsets start"] [2024/05/06 11:52:13.169 +00:00] [INFO] [util.go:54] ["seek props offsets completed"] [takeTime=3.96762ms] [] [2024/05/06 11:52:13.173 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:13.174 +00:00] [INFO] [reader.go:63] ["read all data completed"] [takeTime=8.49465ms] [] [2024/05/06 11:52:13.174 +00:00] [INFO] [engine.go:77] ["building memKVsAndBuffers"] [sumKVCnt=6] [droppedSize=0] [2024/05/06 11:52:13.174 +00:00] [INFO] [engine.go:289] ["reading external storage in loadBatchRegionData"] ["cost time"=8.681129ms] [droppedSize=0] [2024/05/06 11:52:13.174 +00:00] [INFO] [engine.go:309] ["sorting in loadBatchRegionData"] ["cost time"=9.868µs] [2024/05/06 11:52:13.186 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=35a62bba-3aab-5322-b59b-c5bc8baf9c9d] [size=107374182400] [kvs=0] [importedSize=394] [importedCount=6] [2024/05/06 11:52:13.188 +00:00] [INFO] [task_executor.go:401] ["run subtask completed"] [type=ImportInto] [task-id=1] [step=write&ingest] [subtask-id=4] [kv-group=2] [takeTime=51.179861ms] [] [2024/05/06 11:52:13.271 +00:00] [INFO] [task_executor.go:399] ["run subtask start"] [type=ImportInto] [task-id=1] [step=write&ingest] [subtask-id=5] [kv-group=3] [2024/05/06 11:52:13.272 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:13.279 +00:00] [INFO] [local.go:813] ["split engine key ranges"] [category=ddl-ingest] [engine=external] [totalSize=107374182400] [totalCount=0] [startKey=74800000000000006A5F69800000000000000303800000000000007B038000000000000001] [endKey=74800000000000006A5F69800000000000000303800000000000031503800000000000000300] [ranges=1] [] [2024/05/06 11:52:13.279 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:52:13.301 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=8d2242cb-c9a7-5915-a93a-45927b24759d] ["region ranges"=1] [count=0] [size=107374182400] [2024/05/06 11:52:13.302 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:52:13.302 +00:00] [INFO] [local.go:849] ["split and scatter ranges start"] [category=ddl-ingest] [uuid=external] [2024/05/06 11:52:13.303 +00:00] [INFO] [client.go:570] ["paginate scan regions"] [count=2] [start=7480000000000000FF6A5F698000000000FF0000030380000000FF0000007B03800000FF0000000001000000FC] [end=7480000000000000FF6A5F698000000000FF0000030380000000FF0000031503800000FF0000000003000000FE] [2024/05/06 11:52:13.304 +00:00] [INFO] [localhelper.go:94] ["waiting for scattering regions done"] [category=ddl-ingest] [regions=0] [take=14.85µs] [2024/05/06 11:52:13.304 +00:00] [INFO] [local.go:874] ["split and scatter ranges completed"] [category=ddl-ingest] [uuid=external] [takeTime=1.692528ms] [] [2024/05/06 11:52:13.304 +00:00] [INFO] [reader.go:42] ["read all data start"] [2024/05/06 11:52:13.304 +00:00] [INFO] [reader.go:43] [arguments] [data-file-count=2] [stat-file-count=2] [start-key="dIAAAAAAAABqX2mAAAAAAAAAAwOAAAAAAAAAewOAAAAAAAAAAQ=="] [end-key="dIAAAAAAAABqX2mAAAAAAAAAAwOAAAAAAAADFQOAAAAAAAAAAwA="] [2024/05/06 11:52:13.304 +00:00] [INFO] [util.go:52] ["seek props offsets start"] [2024/05/06 11:52:13.309 +00:00] [INFO] [util.go:54] ["seek props offsets completed"] [takeTime=4.977346ms] [] [2024/05/06 11:52:13.313 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:13.313 +00:00] [INFO] [reader.go:63] ["read all data completed"] [takeTime=9.199733ms] [] [2024/05/06 11:52:13.313 +00:00] [INFO] [engine.go:77] ["building memKVsAndBuffers"] [sumKVCnt=6] [droppedSize=0] [2024/05/06 11:52:13.313 +00:00] [INFO] [engine.go:289] ["reading external storage in loadBatchRegionData"] ["cost time"=9.421108ms] [droppedSize=0] [2024/05/06 11:52:13.314 +00:00] [INFO] [engine.go:309] ["sorting in loadBatchRegionData"] ["cost time"=104.59µs] [2024/05/06 11:52:13.327 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=8d2242cb-c9a7-5915-a93a-45927b24759d] [size=107374182400] [kvs=0] [importedSize=228] [importedCount=6] [2024/05/06 11:52:13.329 +00:00] [INFO] [task_executor.go:401] ["run subtask completed"] [type=ImportInto] [task-id=1] [step=write&ingest] [subtask-id=5] [kv-group=3] [takeTime=57.36409ms] [] [2024/05/06 11:52:13.393 +00:00] [INFO] [task_executor.go:399] ["run subtask start"] [type=ImportInto] [task-id=1] [step=write&ingest] [subtask-id=6] [kv-group=data] [2024/05/06 11:52:13.393 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:13.398 +00:00] [INFO] [local.go:813] ["split engine key ranges"] [category=ddl-ingest] [engine=external] [totalSize=107374182400] [totalCount=0] [startKey=74800000000000006A5F728000000000000001] [endKey=74800000000000006A5F72800000000000000600] [ranges=1] [] [2024/05/06 11:52:13.398 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:52:13.420 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=68c3c0d0-46c6-5523-9dfa-6206622dc2ff] ["region ranges"=1] [count=0] [size=107374182400] [2024/05/06 11:52:13.420 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:52:13.420 +00:00] [INFO] [local.go:849] ["split and scatter ranges start"] [category=ddl-ingest] [uuid=external] [2024/05/06 11:52:13.421 +00:00] [INFO] [client.go:570] ["paginate scan regions"] [count=2] [start=7480000000000000FF6A5F728000000000FF0000010000000000FA] [end=7480000000000000FF6A5F728000000000FF0000060000000000FC] [2024/05/06 11:52:13.422 +00:00] [INFO] [localhelper.go:94] ["waiting for scattering regions done"] [category=ddl-ingest] [regions=0] [take=12.103µs] [2024/05/06 11:52:13.422 +00:00] [INFO] [local.go:874] ["split and scatter ranges completed"] [category=ddl-ingest] [uuid=external] [takeTime=1.187333ms] [] [2024/05/06 11:52:13.422 +00:00] [INFO] [reader.go:42] ["read all data start"] [2024/05/06 11:52:13.422 +00:00] [INFO] [reader.go:43] [arguments] [data-file-count=2] [stat-file-count=2] [start-key="dIAAAAAAAABqX3KAAAAAAAAAAQ=="] [end-key="dIAAAAAAAABqX3KAAAAAAAAABgA="] [2024/05/06 11:52:13.422 +00:00] [INFO] [util.go:52] ["seek props offsets start"] [2024/05/06 11:52:13.426 +00:00] [INFO] [util.go:54] ["seek props offsets completed"] [takeTime=4.088091ms] [] [2024/05/06 11:52:13.449 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:13.450 +00:00] [INFO] [reader.go:63] ["read all data completed"] [takeTime=27.931222ms] [] [2024/05/06 11:52:13.450 +00:00] [INFO] [engine.go:77] ["building memKVsAndBuffers"] [sumKVCnt=6] [droppedSize=0] [2024/05/06 11:52:13.450 +00:00] [INFO] [engine.go:289] ["reading external storage in loadBatchRegionData"] ["cost time"=28.102102ms] [droppedSize=0] [2024/05/06 11:52:13.450 +00:00] [INFO] [engine.go:309] ["sorting in loadBatchRegionData"] ["cost time"=18.559µs] [2024/05/06 11:52:13.463 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=68c3c0d0-46c6-5523-9dfa-6206622dc2ff] [size=107374182400] [kvs=0] [importedSize=262] [importedCount=6] [2024/05/06 11:52:13.465 +00:00] [INFO] [task_executor.go:401] ["run subtask completed"] [type=ImportInto] [task-id=1] [step=write&ingest] [subtask-id=6] [kv-group=data] [takeTime=71.260921ms] [] [2024/05/06 11:52:13.520 +00:00] [INFO] [task_executor.go:459] ["cleanup subtask env"] [type=ImportInto] [task-id=1] [step=write&ingest] [2024/05/06 11:52:13.528 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:52:13.528 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:52:13.528 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:13.529 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:52:13.528 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:52:13.528 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:52:13.528 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:13.529 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:13.529 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=3] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:13.529 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:13.529 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=3] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:13.529 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:13.529 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:52:13.531 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:52:13.531 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:13.531 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:13.531 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=3] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:13.531 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:13.531 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=1] [task-type=ImportInto] [server-id=:4000] [step=write&ingest] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=16GiB]"] [takeTime=588.815814ms] [] [2024/05/06 11:52:13.567 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=write&ingest] [next-step=post-process] [2024/05/06 11:52:13.570 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:13.572 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=1] [curr-step=write&ingest] [next-step=post-process] [2024/05/06 11:52:13.572 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=1] [curr-step=write&ingest] [next-step=post-process] [mode=Normal] [2024/05/06 11:52:13.669 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=1] [curr-step=write&ingest] [next-step=post-process] [result="{\"LoadedRowCnt\":6,\"ColSizeMap\":{\"1\":6,\"2\":30,\"3\":30,\"4\":12}}"] [2024/05/06 11:52:13.673 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=1] [curr-step=write&ingest] [next-step=post-process] [subtask-count=1] [2024/05/06 11:52:13.673 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:52:13.851 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=1] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=16GiB]"] [2024/05/06 11:52:13.905 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=7] [2024/05/06 11:52:13.905 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=7] [2024/05/06 11:52:13.905 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=7] [2024/05/06 11:52:13.905 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=7] [takeTime=16.193µs] [] [2024/05/06 11:52:13.905 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=7] [groupId=-1] [size=262] [kvs=6] [checksum=16467553292841115641] [2024/05/06 11:52:13.905 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=7] [groupId=1] [size=228] [kvs=6] [checksum=5933586680183683] [2024/05/06 11:52:13.905 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=7] [groupId=2] [size=394] [kvs=6] [checksum=1482059515352799067] [2024/05/06 11:52:13.905 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=7] [groupId=3] [size=228] [kvs=6] [checksum=5690150982916384316] [2024/05/06 11:52:13.905 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=7] [checksum="{cksum=13761799268116354333,size=1112,kvs=24}"] [2024/05/06 11:52:13.905 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=7] [weight=30] [2024/05/06 11:52:13.905 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=7] [concurrency=15] [2024/05/06 11:52:13.911 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=106] [physicalTableID=106] [indexID=-1] [checksum=16467553292841115641] [totalKvs=6] [totalBytes=262] [2024/05/06 11:52:13.912 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=106] [physicalTableID=106] [indexID=3] [checksum=5690150982916384316] [totalKvs=6] [totalBytes=228] [2024/05/06 11:52:13.912 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=106] [physicalTableID=106] [indexID=1] [checksum=5933586680183683] [totalKvs=6] [totalBytes=228] [2024/05/06 11:52:13.912 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=106] [physicalTableID=106] [indexID=2] [checksum=1482059515352799067] [totalKvs=6] [totalBytes=394] [2024/05/06 11:52:13.913 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=7] [local="{cksum=13761799268116354333,size=1112,kvs=24}"] [2024/05/06 11:52:13.913 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=7] [takeTime=7.838337ms] [] [2024/05/06 11:52:13.913 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=1] [step=post-process] [subtask-id=7] [takeTime=8.041174ms] [] [2024/05/06 11:52:13.953 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=1] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=16GiB]"] [takeTime=101.058822ms] [] [2024/05/06 11:52:13.984 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=1] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:52:13.984 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=1] [step=post-process] [state=running] [] [2024/05/06 11:52:13.988 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=1] [2024/05/06 11:52:14.052 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=1] [type=ImportInto] [2024/05/06 11:52:14.056 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=1] [2024/05/06 11:52:14.078 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:52:14.078 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=1] [2024/05/06 11:52:14.080 +00:00] [INFO] [clean_s3.go:55] ["cleanup global sorted data start"] [task-id=1] [2024/05/06 11:52:14.082 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:14.082 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:14.119 +00:00] [INFO] [clean_s3.go:72] ["cleanup global sorted data completed"] [task-id=1] [takeTime=38.403848ms] [] [2024/05/06 11:52:14.243 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:52:14.377 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 3.183270361\n# Parse_time: 0.00182413\n# Compile_time: 0.002277068\n# Rewrite_time: 0.000335371\n# Optimize_time: 0.000297425\n# Wait_TS: 0\n# DB: gsort_basic\n# Is_internal: false\n# Digest: dcf8af96db101b84bfb69d82045422744d4cb1a710b3b2c4091b7b49f93687ed\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6My4xOHMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6My4xOHMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `gsort_basic`.`t` FROM 'gs://gs-basic/t.*.csv?endpoint=http%3A%2F%2F127.0.0.1%3A4443%2Fstorage%2Fv1%2F' WITH __max_engine_size=_UTF8MB4'1', cloud_storage_uri=_UTF8MB4'gs://sorted/import?endpoint=http://127.0.0.1:4443/storage/v1/&access-key=aaaaaa&secret-access-key=bbbbbb';"] [2024/05/06 11:52:14.423 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=53] [cur_db=gsort_basic] [sql="truncate table t"] [user=] [2024/05/06 11:52:14.452 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:truncate table, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:14.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:14.452 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:109, Type:truncate table, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:14.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="truncate table t"] [2024/05/06 11:52:14.495 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=109] [conn=2] [category=ddl] [job="ID:109, Type:truncate table, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:14.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:14.507 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 104, Table ID: 108, Table Name: t, Old Table ID: 106, Old Table Name: t"] [2024/05/06 11:52:14.563 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=53] [neededSchemaVersion=54] ["start time"=2.649574ms] [gotSchemaVersion=54] [phyTblIDs="[106,108]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 11:52:14.575 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2024/05/06 11:52:14.610 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=54] ["take time"=53.429324ms] [job="ID:109, Type:truncate table, State:done, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:14.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:14.687 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=109] [tableIDs="[106]"] [comment="drop table: table ID"] [2024/05/06 11:52:14.699 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=109] [jobType="truncate table"] [2024/05/06 11:52:14.703 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=109] [conn=2] [job="ID:109, Type:truncate table, State:synced, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:14.425 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:14.792 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=109] [2024/05/06 11:52:14.792 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:14.797 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.374796699\n# Parse_time: 0.000322544\n# Compile_time: 0.000781817\n# Rewrite_time: 0.00000944\n# Optimize_time: 0.00158971\n# Wait_TS: 0.000369007\n# DB: gsort_basic\n# Is_internal: false\n# Digest: 2ff7fc61fcea18277bed40e235270c83f2a635733db48efecb6208524e5fa5bf\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ntruncate table t;"] [2024/05/06 11:52:14.813 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:14.813 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:14.847 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:15.003 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://gs-basic/t.*.csv?endpoint=http%3A%2F%2F127.0.0.1%3A4443%2Fstorage%2Fv1%2F\",\"format\":\"csv\",\"options\":{\"__force_merge_step\":null,\"__max_engine_size\":\"1\",\"cloud_storage_uri\":\"gs://sorted/import?access-key=xxxxxx\\u0026endpoint=http%3A%2F%2F127.0.0.1%3A4443%2Fstorage%2Fv1%2F\\u0026secret-access-key=xxxxxx\"}}"] [dist-task-enabled=true] [2024/05/06 11:52:15.119 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=2] [task-id=2] [data-size=96B] [thread-cnt=8] [global-sort=true] [2024/05/06 11:52:15.185 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=2] [2024/05/06 11:52:15.185 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:52:15.291 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=encode&sort] [2024/05/06 11:52:15.293 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:15.295 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=2] [curr-step=init] [next-step=encode&sort] [2024/05/06 11:52:15.314 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:15.315 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:15.318 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:52:15.319 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=1] [after=1] [2024/05/06 11:52:15.319 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=2] [MaxChunkSize=268435456] [RegionsCount=2] [BatchSize=1] [cost=90.908µs] [2024/05/06 11:52:15.319 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=278.079µs] [] [2024/05/06 11:52:15.319 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=2] [curr-step=init] [next-step=encode&sort] [subtask-count=2] [2024/05/06 11:52:15.319 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=encode&sort] [concurrency=8] [subtasks=2] [2024/05/06 11:52:15.491 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=2] [2024/05/06 11:52:15.525 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=2] [type=ImportInto] [remaining-slots=8] [2024/05/06 11:52:15.574 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=2] [task-type=ImportInto] [server-id=:4000] [step=encode&sort] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=16GiB]"] [2024/05/06 11:52:15.576 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=2] [step=encode&sort] [2024/05/06 11:52:15.579 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:15.579 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:15.588 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:52:15.588 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852648833728874] [2024/05/06 11:52:15.588 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:15.588 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:52:15.589 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:15.589 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:15.589 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:52:15.589 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:52:15.589 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:15.604 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:52:15.606 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:52:15.606 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:52:15.606 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=2] [step=encode&sort] [data=512MiB] [per-index=170.7MiB] [2024/05/06 11:52:15.647 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=2] [step=encode&sort] [subtask-id=8] [2024/05/06 11:52:15.649 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/11eeb86c-f886-4653-a2d2-b956d4ee06b1] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:15.649 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/e3366c5c-51a4-4a1a-808a-551bfe84a30d] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:15.649 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/00797563-a427-47f9-88fd-8048c1e0bb39] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:15.649 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=108] [2024/05/06 11:52:15.649 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/be0b5319-ebe5-4bfb-b3f8-b84a01ca4cf7] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:15.649 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/76825e5f-90c4-4f85-8579-84363d2a7bdd] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:15.649 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/6bb04515-ed49-4eb0-a5e1-40620b1c3fc5] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:15.649 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/71577e95-4b84-4caa-90c1-97db0d6004f9] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:15.651 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=108] [key=t.1.csv:0] [2024/05/06 11:52:15.696 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=108] [key=t.1.csv:0] [readDur=1.143388ms] [encodeDur=1.467514ms] [checksum="{cksum=3702789622917125528,size=556,kvs=12}"] [deliverDur=41.285452ms] [type=file] [takeTime=44.374159ms] [] [2024/05/06 11:52:15.716 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=data/115ec807-2b98-4269-8c88-c3a630107050] [sequence-number=0] [bytes=179] [stat-size=74] [write-time=19.830707ms] [write-speed(bytes/s)=8.815KiB] [2024/05/06 11:52:15.716 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=data/115ec807-2b98-4269-8c88-c3a630107050] [sequence-number=0] [bytes=179] [kv-cnt=3] [sort-time=6.711µs] [write-time=19.988317ms] [sort-speed(kv/s)=447027.2687] [writer-id=data/115ec807-2b98-4269-8c88-c3a630107050] [2024/05/06 11:52:15.716 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/115ec807-2b98-4269-8c88-c3a630107050] [kv-cnt-cap=4] [minKey=74800000000000006c5f728000000000000001] [maxKey=74800000000000006c5f728000000000000003] [2024/05/06 11:52:15.737 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/1/115ec807-2b98-4269-8c88-c3a630107050] [sequence-number=0] [bytes=162] [stat-size=110] [write-time=20.909836ms] [write-speed(bytes/s)=7.566KiB] [2024/05/06 11:52:15.737 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/1/115ec807-2b98-4269-8c88-c3a630107050] [sequence-number=0] [bytes=162] [kv-cnt=3] [sort-time=4.993µs] [write-time=21.03196ms] [sort-speed(kv/s)=600841.1776] [writer-id=index/1/115ec807-2b98-4269-8c88-c3a630107050] [2024/05/06 11:52:15.737 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/1/115ec807-2b98-4269-8c88-c3a630107050] [kv-cnt-cap=4] [minKey=74800000000000006c5f698000000000000001038000000000000001038000000000000001] [maxKey=74800000000000006c5f698000000000000001038000000000000003038000000000000003] [2024/05/06 11:52:15.758 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/2/115ec807-2b98-4269-8c88-c3a630107050] [sequence-number=0] [bytes=245] [stat-size=130] [write-time=20.211691ms] [write-speed(bytes/s)=11.84KiB] [2024/05/06 11:52:15.758 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/2/115ec807-2b98-4269-8c88-c3a630107050] [sequence-number=0] [bytes=245] [kv-cnt=3] [sort-time=5.209µs] [write-time=20.343499ms] [sort-speed(kv/s)=575926.2814] [writer-id=index/2/115ec807-2b98-4269-8c88-c3a630107050] [2024/05/06 11:52:15.758 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/2/115ec807-2b98-4269-8c88-c3a630107050] [kv-cnt-cap=4] [minKey=74800000000000006c5f698000000000000002016261723100000000fb03800000000000007b038000000000000001] [maxKey=74800000000000006c5f698000000000000002016261723300000000fb038000000000000315038000000000000003] [2024/05/06 11:52:15.778 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/3/115ec807-2b98-4269-8c88-c3a630107050] [sequence-number=0] [bytes=162] [stat-size=110] [write-time=20.211132ms] [write-speed(bytes/s)=7.828KiB] [2024/05/06 11:52:15.778 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/3/115ec807-2b98-4269-8c88-c3a630107050] [sequence-number=0] [bytes=162] [kv-cnt=3] [sort-time=6.017µs] [write-time=20.324738ms] [sort-speed(kv/s)=498587.3359] [writer-id=index/3/115ec807-2b98-4269-8c88-c3a630107050] [2024/05/06 11:52:15.779 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/3/115ec807-2b98-4269-8c88-c3a630107050] [kv-cnt-cap=4] [minKey=74800000000000006c5f69800000000000000303800000000000007b038000000000000001] [maxKey=74800000000000006c5f698000000000000003038000000000000315038000000000000003] [2024/05/06 11:52:15.779 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=2] [step=encode&sort] [subtask-id=8] [takeTime=131.305746ms] [] [2024/05/06 11:52:15.779 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=2] [step=encode&sort] [engine-id=0] [2024/05/06 11:52:15.858 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=2] [step=encode&sort] [subtask-id=9] [2024/05/06 11:52:15.859 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/eefa97ac-f09d-44a8-9705-e0bf4c5f65d3] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:15.859 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/b2652000-e79f-4f3a-9c60-44d87092955c] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:15.859 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/251d2691-4a0a-4001-9eb5-e9dc9173277b] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:15.859 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=108] [2024/05/06 11:52:15.859 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/343f79e7-6e08-4f59-b95a-8d2680bc880c] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:15.859 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/02b9815c-6f19-4ee2-ac81-d3a308df2d5f] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:15.859 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/5850f73c-cf1d-46c6-ad58-8b9398d92eac] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:15.859 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/8d73f7a4-4630-4120-9b16-fdd4cdc5a65b] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:15.862 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=108] [key=t.2.csv:0] [2024/05/06 11:52:15.887 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=108] [key=t.2.csv:0] [readDur=1.116149ms] [encodeDur=1.954051ms] [checksum="{cksum=10203265657256280197,size=556,kvs=12}"] [deliverDur=21.429988ms] [type=file] [takeTime=24.963068ms] [] [2024/05/06 11:52:15.896 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=data/85a64c01-5c7c-4507-a197-72c2bd5bd07c] [sequence-number=0] [bytes=179] [stat-size=74] [write-time=9.145959ms] [write-speed(bytes/s)=19.11KiB] [2024/05/06 11:52:15.897 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=data/85a64c01-5c7c-4507-a197-72c2bd5bd07c] [sequence-number=0] [bytes=179] [kv-cnt=3] [sort-time=9.81µs] [write-time=9.293893ms] [sort-speed(kv/s)=305810.3976] [writer-id=data/85a64c01-5c7c-4507-a197-72c2bd5bd07c] [2024/05/06 11:52:15.897 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/85a64c01-5c7c-4507-a197-72c2bd5bd07c] [kv-cnt-cap=4] [minKey=74800000000000006c5f728000000000000004] [maxKey=74800000000000006c5f728000000000000006] [2024/05/06 11:52:15.907 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/1/85a64c01-5c7c-4507-a197-72c2bd5bd07c] [sequence-number=0] [bytes=162] [stat-size=110] [write-time=10.606282ms] [write-speed(bytes/s)=14.92KiB] [2024/05/06 11:52:15.908 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/1/85a64c01-5c7c-4507-a197-72c2bd5bd07c] [sequence-number=0] [bytes=162] [kv-cnt=3] [sort-time=6.577µs] [write-time=10.780019ms] [sort-speed(kv/s)=456135.0160] [writer-id=index/1/85a64c01-5c7c-4507-a197-72c2bd5bd07c] [2024/05/06 11:52:15.908 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/1/85a64c01-5c7c-4507-a197-72c2bd5bd07c] [kv-cnt-cap=4] [minKey=74800000000000006c5f698000000000000001038000000000000004038000000000000004] [maxKey=74800000000000006c5f698000000000000001038000000000000006038000000000000006] [2024/05/06 11:52:15.917 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/2/85a64c01-5c7c-4507-a197-72c2bd5bd07c] [sequence-number=0] [bytes=245] [stat-size=130] [write-time=8.863837ms] [write-speed(bytes/s)=26.99KiB] [2024/05/06 11:52:15.917 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/2/85a64c01-5c7c-4507-a197-72c2bd5bd07c] [sequence-number=0] [bytes=245] [kv-cnt=3] [sort-time=7.904µs] [write-time=8.984127ms] [sort-speed(kv/s)=379554.6559] [writer-id=index/2/85a64c01-5c7c-4507-a197-72c2bd5bd07c] [2024/05/06 11:52:15.917 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/2/85a64c01-5c7c-4507-a197-72c2bd5bd07c] [kv-cnt-cap=4] [minKey=74800000000000006c5f698000000000000002016261723400000000fb03800000000000007b038000000000000004] [maxKey=74800000000000006c5f698000000000000002016261723600000000fb038000000000000143038000000000000006] [2024/05/06 11:52:15.926 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/3/85a64c01-5c7c-4507-a197-72c2bd5bd07c] [sequence-number=0] [bytes=162] [stat-size=110] [write-time=8.960625ms] [write-speed(bytes/s)=17.66KiB] [2024/05/06 11:52:15.926 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/3/85a64c01-5c7c-4507-a197-72c2bd5bd07c] [sequence-number=0] [bytes=162] [kv-cnt=3] [sort-time=6.339µs] [write-time=9.082808ms] [sort-speed(kv/s)=473260.7667] [writer-id=index/3/85a64c01-5c7c-4507-a197-72c2bd5bd07c] [2024/05/06 11:52:15.926 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/3/85a64c01-5c7c-4507-a197-72c2bd5bd07c] [kv-cnt-cap=4] [minKey=74800000000000006c5f69800000000000000303800000000000007b038000000000000004] [maxKey=74800000000000006c5f698000000000000003038000000000000143038000000000000006] [2024/05/06 11:52:15.926 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=2] [step=encode&sort] [subtask-id=9] [takeTime=68.162967ms] [] [2024/05/06 11:52:15.927 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=2] [step=encode&sort] [engine-id=1] [2024/05/06 11:52:16.015 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=2] [step=encode&sort] [2024/05/06 11:52:16.017 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:16.017 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:52:16.017 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:52:16.017 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:52:16.017 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:52:16.017 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:16.018 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:52:16.018 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:16.018 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=7] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:16.018 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:16.018 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=7] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:16.018 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:16.018 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:52:16.020 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:52:16.020 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:16.020 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:16.021 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=7] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:16.021 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:16.021 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=2] [task-type=ImportInto] [server-id=:4000] [step=encode&sort] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=16GiB]"] [takeTime=446.487273ms] [] [2024/05/06 11:52:16.023 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=encode&sort] [next-step=merge-sort] [2024/05/06 11:52:16.025 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:16.027 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=2] [curr-step=encode&sort] [next-step=merge-sort] [2024/05/06 11:52:16.053 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=2] [curr-step=encode&sort] [next-step=merge-sort] [subtask-count=4] [2024/05/06 11:52:16.053 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=merge-sort] [concurrency=8] [subtasks=4] [2024/05/06 11:52:16.250 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=2] [task-type=ImportInto] [server-id=:4000] [step=merge-sort] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=16GiB]"] [2024/05/06 11:52:16.253 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:16.254 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:16.255 +00:00] [INFO] [task_executor.go:301] ["merge sort partSize"] [type=ImportInto] [task-id=2] [step=merge-sort] [data-kv=12.8MiB] [index-kv=5MiB] [2024/05/06 11:52:16.297 +00:00] [INFO] [task_executor.go:315] ["run subtask start"] [type=ImportInto] [task-id=2] [step=merge-sort] [subtask-id=10] [kv-group=1] [2024/05/06 11:52:16.297 +00:00] [INFO] [merge.go:59] ["start to merge overlapping files"] [kv-group=1] [subtask-id=10] [file-count=2] [file-groups=1] [concurrency=8] [part-size=6291456] [2024/05/06 11:52:16.297 +00:00] [INFO] [merge.go:144] ["merge overlapping files start"] [kv-group=1] [subtask-id=10] [writer-id=dae2702f-9f38-4dd7-9f41-deb93a20b6f3] [file-count=2] [2024/05/06 11:52:16.302 +00:00] [INFO] [onefile_writer.go:88] ["one file writer"] [kv-group=1] [subtask-id=10] [data-file=2/10/dae2702f-9f38-4dd7-9f41-deb93a20b6f3/one-file] [stat-file=2/10/dae2702f-9f38-4dd7-9f41-deb93a20b6f3_stat/one-file] [2024/05/06 11:52:16.336 +00:00] [INFO] [onefile_writer.go:153] ["close one file writer"] [kv-group=1] [subtask-id=10] [writerID=dae2702f-9f38-4dd7-9f41-deb93a20b6f3] [2024/05/06 11:52:16.336 +00:00] [INFO] [merge.go:149] ["merge overlapping files completed"] [kv-group=1] [subtask-id=10] [writer-id=dae2702f-9f38-4dd7-9f41-deb93a20b6f3] [file-count=2] [takeTime=39.20616ms] [] [2024/05/06 11:52:16.336 +00:00] [INFO] [task_executor.go:344] ["merge sort finished"] [type=ImportInto] [task-id=2] [step=merge-sort] [subtask-id=10] [kv-group=1] [total-kv-size=228] [total-kv-count=6] [start-key=74800000000000006C5F698000000000000001038000000000000001038000000000000001] [end-key=74800000000000006C5F69800000000000000103800000000000000603800000000000000600] [2024/05/06 11:52:16.336 +00:00] [INFO] [task_executor.go:317] ["run subtask completed"] [type=ImportInto] [task-id=2] [step=merge-sort] [subtask-id=10] [kv-group=1] [takeTime=39.523831ms] [] [2024/05/06 11:52:16.405 +00:00] [INFO] [task_executor.go:315] ["run subtask start"] [type=ImportInto] [task-id=2] [step=merge-sort] [subtask-id=11] [kv-group=2] [2024/05/06 11:52:16.406 +00:00] [INFO] [merge.go:59] ["start to merge overlapping files"] [kv-group=2] [subtask-id=11] [file-count=2] [file-groups=1] [concurrency=8] [part-size=6291456] [2024/05/06 11:52:16.406 +00:00] [INFO] [merge.go:144] ["merge overlapping files start"] [kv-group=2] [subtask-id=11] [writer-id=eb478b20-5426-4778-91e8-6980c7f3a982] [file-count=2] [2024/05/06 11:52:16.410 +00:00] [INFO] [onefile_writer.go:88] ["one file writer"] [kv-group=2] [subtask-id=11] [data-file=2/11/eb478b20-5426-4778-91e8-6980c7f3a982/one-file] [stat-file=2/11/eb478b20-5426-4778-91e8-6980c7f3a982_stat/one-file] [2024/05/06 11:52:16.423 +00:00] [INFO] [onefile_writer.go:153] ["close one file writer"] [kv-group=2] [subtask-id=11] [writerID=eb478b20-5426-4778-91e8-6980c7f3a982] [2024/05/06 11:52:16.423 +00:00] [INFO] [merge.go:149] ["merge overlapping files completed"] [kv-group=2] [subtask-id=11] [writer-id=eb478b20-5426-4778-91e8-6980c7f3a982] [file-count=2] [takeTime=17.565338ms] [] [2024/05/06 11:52:16.423 +00:00] [INFO] [task_executor.go:344] ["merge sort finished"] [type=ImportInto] [task-id=2] [step=merge-sort] [subtask-id=11] [kv-group=2] [total-kv-size=394] [total-kv-count=6] [start-key=74800000000000006C5F698000000000000002016261723100000000FB03800000000000007B038000000000000001] [end-key=74800000000000006C5F698000000000000002016261723600000000FB03800000000000014303800000000000000600] [2024/05/06 11:52:16.423 +00:00] [INFO] [task_executor.go:317] ["run subtask completed"] [type=ImportInto] [task-id=2] [step=merge-sort] [subtask-id=11] [kv-group=2] [takeTime=17.931362ms] [] [2024/05/06 11:52:16.486 +00:00] [INFO] [task_executor.go:315] ["run subtask start"] [type=ImportInto] [task-id=2] [step=merge-sort] [subtask-id=12] [kv-group=3] [2024/05/06 11:52:16.486 +00:00] [INFO] [merge.go:59] ["start to merge overlapping files"] [kv-group=3] [subtask-id=12] [file-count=2] [file-groups=1] [concurrency=8] [part-size=6291456] [2024/05/06 11:52:16.486 +00:00] [INFO] [merge.go:144] ["merge overlapping files start"] [kv-group=3] [subtask-id=12] [writer-id=ab210b82-c07f-4feb-8168-67df9da38f96] [file-count=2] [2024/05/06 11:52:16.490 +00:00] [INFO] [onefile_writer.go:88] ["one file writer"] [kv-group=3] [subtask-id=12] [data-file=2/12/ab210b82-c07f-4feb-8168-67df9da38f96/one-file] [stat-file=2/12/ab210b82-c07f-4feb-8168-67df9da38f96_stat/one-file] [2024/05/06 11:52:16.506 +00:00] [INFO] [onefile_writer.go:153] ["close one file writer"] [kv-group=3] [subtask-id=12] [writerID=ab210b82-c07f-4feb-8168-67df9da38f96] [2024/05/06 11:52:16.506 +00:00] [INFO] [merge.go:149] ["merge overlapping files completed"] [kv-group=3] [subtask-id=12] [writer-id=ab210b82-c07f-4feb-8168-67df9da38f96] [file-count=2] [takeTime=20.158432ms] [] [2024/05/06 11:52:16.506 +00:00] [INFO] [task_executor.go:344] ["merge sort finished"] [type=ImportInto] [task-id=2] [step=merge-sort] [subtask-id=12] [kv-group=3] [total-kv-size=228] [total-kv-count=6] [start-key=74800000000000006C5F69800000000000000303800000000000007B038000000000000001] [end-key=74800000000000006C5F69800000000000000303800000000000031503800000000000000300] [2024/05/06 11:52:16.506 +00:00] [INFO] [task_executor.go:317] ["run subtask completed"] [type=ImportInto] [task-id=2] [step=merge-sort] [subtask-id=12] [kv-group=3] [takeTime=20.506547ms] [] [2024/05/06 11:52:16.576 +00:00] [INFO] [task_executor.go:315] ["run subtask start"] [type=ImportInto] [task-id=2] [step=merge-sort] [subtask-id=13] [kv-group=data] [2024/05/06 11:52:16.576 +00:00] [INFO] [merge.go:59] ["start to merge overlapping files"] [kv-group=data] [subtask-id=13] [file-count=2] [file-groups=1] [concurrency=8] [part-size=14470348] [2024/05/06 11:52:16.576 +00:00] [INFO] [merge.go:144] ["merge overlapping files start"] [kv-group=data] [subtask-id=13] [writer-id=ad7186b0-8536-4c05-9cab-fd55633917aa] [file-count=2] [2024/05/06 11:52:16.579 +00:00] [INFO] [onefile_writer.go:88] ["one file writer"] [kv-group=data] [subtask-id=13] [data-file=2/13/ad7186b0-8536-4c05-9cab-fd55633917aa/one-file] [stat-file=2/13/ad7186b0-8536-4c05-9cab-fd55633917aa_stat/one-file] [2024/05/06 11:52:16.595 +00:00] [INFO] [onefile_writer.go:153] ["close one file writer"] [kv-group=data] [subtask-id=13] [writerID=ad7186b0-8536-4c05-9cab-fd55633917aa] [2024/05/06 11:52:16.595 +00:00] [INFO] [merge.go:149] ["merge overlapping files completed"] [kv-group=data] [subtask-id=13] [writer-id=ad7186b0-8536-4c05-9cab-fd55633917aa] [file-count=2] [takeTime=19.154637ms] [] [2024/05/06 11:52:16.595 +00:00] [INFO] [task_executor.go:344] ["merge sort finished"] [type=ImportInto] [task-id=2] [step=merge-sort] [subtask-id=13] [kv-group=data] [total-kv-size=262] [total-kv-count=6] [start-key=74800000000000006C5F728000000000000001] [end-key=74800000000000006C5F72800000000000000600] [2024/05/06 11:52:16.596 +00:00] [INFO] [task_executor.go:317] ["run subtask completed"] [type=ImportInto] [task-id=2] [step=merge-sort] [subtask-id=13] [kv-group=data] [takeTime=19.436352ms] [] [2024/05/06 11:52:16.640 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=2] [task-type=ImportInto] [server-id=:4000] [step=merge-sort] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=16GiB]"] [takeTime=389.852214ms] [] [2024/05/06 11:52:16.706 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=merge-sort] [next-step=write&ingest] [2024/05/06 11:52:16.708 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:16.710 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=2] [curr-step=merge-sort] [next-step=write&ingest] [2024/05/06 11:52:16.763 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:16.764 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:16.769 +00:00] [INFO] [pd_service_discovery.go:991] ["[pd] update member urls"] [old-urls="[http://127.0.0.1:2379]"] [new-urls="[http://127.0.0.1:2379,http://127.0.0.1:2382,http://127.0.0.1:2384]"] [2024/05/06 11:52:16.769 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:52:16.770 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852648833728874] [2024/05/06 11:52:16.771 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:16.771 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:52:16.772 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:16.772 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:16.772 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:52:16.772 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:52:16.772 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:16.776 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:52:16.776 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:16.776 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:16.776 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:52:16.776 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:52:16.776 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:52:16.776 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:16.776 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:52:16.776 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=8] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:16.776 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:16.776 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=8] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:16.776 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:16.776 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:52:16.777 +00:00] [INFO] [planner.go:506] ["split kv range with split size and keys"] [region-split-size=100663296] [region-split-keys=1280000] [2024/05/06 11:52:16.777 +00:00] [INFO] [split.go:107] ["create range splitter"] [overlaps="[1]"] [fileNums="[1]"] [rangesGroupSize=107374182400] [rangesGroupKeys=9223372036854775807] [maxRangeSize=100663296] [maxRangeKeys=1280000] [2024/05/06 11:52:16.782 +00:00] [INFO] [planner.go:391] ["kv range as subtask"] [startKey=74800000000000006c5f698000000000000001038000000000000001038000000000000001] [endKey=74800000000000006c5f69800000000000000103800000000000000603800000000000000600] [dataFiles=1] [2024/05/06 11:52:16.782 +00:00] [INFO] [split.go:139] ["close range splitter"] [] [2024/05/06 11:52:16.785 +00:00] [INFO] [pd_service_discovery.go:991] ["[pd] update member urls"] [old-urls="[http://127.0.0.1:2379]"] [new-urls="[http://127.0.0.1:2379,http://127.0.0.1:2382,http://127.0.0.1:2384]"] [2024/05/06 11:52:16.785 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:52:16.786 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852648833728874] [2024/05/06 11:52:16.786 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:16.786 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:52:16.787 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:16.787 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:16.787 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:52:16.787 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:52:16.787 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:16.791 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:52:16.791 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:16.791 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:52:16.791 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:52:16.791 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:16.791 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:52:16.791 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:52:16.791 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:16.791 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=8] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:16.791 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:16.791 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=8] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:16.791 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:16.791 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:52:16.792 +00:00] [INFO] [planner.go:506] ["split kv range with split size and keys"] [region-split-size=100663296] [region-split-keys=1280000] [2024/05/06 11:52:16.792 +00:00] [INFO] [split.go:107] ["create range splitter"] [overlaps="[1]"] [fileNums="[1]"] [rangesGroupSize=107374182400] [rangesGroupKeys=9223372036854775807] [maxRangeSize=100663296] [maxRangeKeys=1280000] [2024/05/06 11:52:16.796 +00:00] [INFO] [planner.go:391] ["kv range as subtask"] [startKey=74800000000000006c5f698000000000000002016261723100000000fb03800000000000007b038000000000000001] [endKey=74800000000000006c5f698000000000000002016261723600000000fb03800000000000014303800000000000000600] [dataFiles=1] [2024/05/06 11:52:16.796 +00:00] [INFO] [split.go:139] ["close range splitter"] [] [2024/05/06 11:52:16.799 +00:00] [INFO] [pd_service_discovery.go:991] ["[pd] update member urls"] [old-urls="[http://127.0.0.1:2379]"] [new-urls="[http://127.0.0.1:2379,http://127.0.0.1:2382,http://127.0.0.1:2384]"] [2024/05/06 11:52:16.799 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:52:16.800 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852648833728874] [2024/05/06 11:52:16.801 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:16.801 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:52:16.802 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:16.802 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:52:16.802 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:16.802 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:52:16.802 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:16.805 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:52:16.805 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:16.805 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:16.805 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:52:16.805 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:52:16.805 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:52:16.805 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:52:16.805 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:16.805 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=8] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:16.805 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:16.805 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=8] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:16.806 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:16.806 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:52:16.807 +00:00] [INFO] [planner.go:506] ["split kv range with split size and keys"] [region-split-size=100663296] [region-split-keys=1280000] [2024/05/06 11:52:16.807 +00:00] [INFO] [split.go:107] ["create range splitter"] [overlaps="[1]"] [fileNums="[1]"] [rangesGroupSize=107374182400] [rangesGroupKeys=9223372036854775807] [maxRangeSize=100663296] [maxRangeKeys=1280000] [2024/05/06 11:52:16.810 +00:00] [INFO] [planner.go:391] ["kv range as subtask"] [startKey=74800000000000006c5f69800000000000000303800000000000007b038000000000000001] [endKey=74800000000000006c5f69800000000000000303800000000000031503800000000000000300] [dataFiles=1] [2024/05/06 11:52:16.810 +00:00] [INFO] [split.go:139] ["close range splitter"] [] [2024/05/06 11:52:16.813 +00:00] [INFO] [pd_service_discovery.go:991] ["[pd] update member urls"] [old-urls="[http://127.0.0.1:2379]"] [new-urls="[http://127.0.0.1:2379,http://127.0.0.1:2382,http://127.0.0.1:2384]"] [2024/05/06 11:52:16.813 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:52:16.815 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852648833728874] [2024/05/06 11:52:16.815 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:16.815 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:52:16.816 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:16.816 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:16.816 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:52:16.816 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:52:16.816 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:16.820 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:52:16.820 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:52:16.820 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:52:16.820 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:16.820 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:52:16.820 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:52:16.820 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:16.820 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=8] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:16.820 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:16.820 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:16.820 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=8] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:16.820 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:16.820 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:52:16.821 +00:00] [INFO] [planner.go:506] ["split kv range with split size and keys"] [region-split-size=100663296] [region-split-keys=1280000] [2024/05/06 11:52:16.821 +00:00] [INFO] [split.go:107] ["create range splitter"] [overlaps="[1]"] [fileNums="[1]"] [rangesGroupSize=107374182400] [rangesGroupKeys=9223372036854775807] [maxRangeSize=100663296] [maxRangeKeys=1280000] [2024/05/06 11:52:16.825 +00:00] [INFO] [planner.go:391] ["kv range as subtask"] [startKey=74800000000000006c5f728000000000000001] [endKey=74800000000000006c5f72800000000000000600] [dataFiles=1] [2024/05/06 11:52:16.825 +00:00] [INFO] [split.go:139] ["close range splitter"] [] [2024/05/06 11:52:16.825 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=2] [curr-step=merge-sort] [next-step=write&ingest] [subtask-count=4] [2024/05/06 11:52:16.826 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=write&ingest] [concurrency=8] [subtasks=4] [2024/05/06 11:52:16.946 +00:00] [INFO] [task_executor.go:237] ["no subtask to run for a while, exit"] [task-id=2] [task-type=ImportInto] [server-id=:4000] [2024/05/06 11:52:16.946 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=2] [type=ImportInto] [2024/05/06 11:52:17.021 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=2] [mode=Import] [2024/05/06 11:52:17.050 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=2] [type=ImportInto] [remaining-slots=8] [2024/05/06 11:52:17.097 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=2] [task-type=ImportInto] [server-id=:4000] [step=write&ingest] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=16GiB]"] [2024/05/06 11:52:17.100 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:17.101 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:17.109 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:52:17.109 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852648833728874] [2024/05/06 11:52:17.109 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:17.109 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:52:17.110 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:17.110 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:17.110 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:52:17.111 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:17.111 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:52:17.125 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:52:17.126 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:52:17.126 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:52:17.170 +00:00] [INFO] [task_executor.go:399] ["run subtask start"] [type=ImportInto] [task-id=2] [step=write&ingest] [subtask-id=14] [kv-group=1] [2024/05/06 11:52:17.170 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:17.175 +00:00] [INFO] [local.go:813] ["split engine key ranges"] [category=ddl-ingest] [engine=external] [totalSize=107374182400] [totalCount=0] [startKey=74800000000000006C5F698000000000000001038000000000000001038000000000000001] [endKey=74800000000000006C5F69800000000000000103800000000000000603800000000000000600] [ranges=1] [] [2024/05/06 11:52:17.175 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:52:17.196 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=c92104fe-1480-5ebe-be2b-61946fa2dda3] ["region ranges"=1] [count=0] [size=107374182400] [2024/05/06 11:52:17.197 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:52:17.197 +00:00] [INFO] [local.go:849] ["split and scatter ranges start"] [category=ddl-ingest] [uuid=external] [2024/05/06 11:52:17.198 +00:00] [INFO] [client.go:570] ["paginate scan regions"] [count=2] [start=7480000000000000FF6C5F698000000000FF0000010380000000FF0000000103800000FF0000000001000000FC] [end=7480000000000000FF6C5F698000000000FF0000010380000000FF0000000603800000FF0000000006000000FE] [2024/05/06 11:52:17.198 +00:00] [INFO] [localhelper.go:94] ["waiting for scattering regions done"] [category=ddl-ingest] [regions=0] [take=10.441µs] [2024/05/06 11:52:17.198 +00:00] [INFO] [local.go:874] ["split and scatter ranges completed"] [category=ddl-ingest] [uuid=external] [takeTime=1.029702ms] [] [2024/05/06 11:52:17.198 +00:00] [INFO] [reader.go:42] ["read all data start"] [2024/05/06 11:52:17.198 +00:00] [INFO] [reader.go:43] [arguments] [data-file-count=1] [stat-file-count=1] [start-key="dIAAAAAAAABsX2mAAAAAAAAAAQOAAAAAAAAAAQOAAAAAAAAAAQ=="] [end-key="dIAAAAAAAABsX2mAAAAAAAAAAQOAAAAAAAAABgOAAAAAAAAABgA="] [2024/05/06 11:52:17.198 +00:00] [INFO] [util.go:52] ["seek props offsets start"] [2024/05/06 11:52:17.203 +00:00] [INFO] [util.go:54] ["seek props offsets completed"] [takeTime=4.752235ms] [] [2024/05/06 11:52:17.207 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:17.208 +00:00] [INFO] [reader.go:63] ["read all data completed"] [takeTime=9.732129ms] [] [2024/05/06 11:52:17.208 +00:00] [INFO] [engine.go:77] ["building memKVsAndBuffers"] [sumKVCnt=6] [droppedSize=0] [2024/05/06 11:52:17.208 +00:00] [INFO] [engine.go:289] ["reading external storage in loadBatchRegionData"] ["cost time"=9.91012ms] [droppedSize=0] [2024/05/06 11:52:17.208 +00:00] [INFO] [engine.go:309] ["sorting in loadBatchRegionData"] ["cost time"=20.963µs] [2024/05/06 11:52:17.220 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=c92104fe-1480-5ebe-be2b-61946fa2dda3] [size=107374182400] [kvs=0] [importedSize=228] [importedCount=6] [2024/05/06 11:52:17.222 +00:00] [INFO] [task_executor.go:401] ["run subtask completed"] [type=ImportInto] [task-id=2] [step=write&ingest] [subtask-id=14] [kv-group=1] [takeTime=52.212842ms] [] [2024/05/06 11:52:17.283 +00:00] [INFO] [task_executor.go:399] ["run subtask start"] [type=ImportInto] [task-id=2] [step=write&ingest] [subtask-id=15] [kv-group=2] [2024/05/06 11:52:17.284 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:17.289 +00:00] [INFO] [local.go:813] ["split engine key ranges"] [category=ddl-ingest] [engine=external] [totalSize=107374182400] [totalCount=0] [startKey=74800000000000006C5F698000000000000002016261723100000000FB03800000000000007B038000000000000001] [endKey=74800000000000006C5F698000000000000002016261723600000000FB03800000000000014303800000000000000600] [ranges=1] [] [2024/05/06 11:52:17.290 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:52:17.312 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=42e52923-6f90-566b-850e-758ca411cbe4] ["region ranges"=1] [count=0] [size=107374182400] [2024/05/06 11:52:17.312 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:52:17.312 +00:00] [INFO] [local.go:849] ["split and scatter ranges start"] [category=ddl-ingest] [uuid=external] [2024/05/06 11:52:17.313 +00:00] [INFO] [client.go:570] ["paginate scan regions"] [count=2] [start=7480000000000000FF6C5F698000000000FF0000020162617231FF00000000FB038000FF00000000007B0380FF0000000000000100FE] [end=7480000000000000FF6C5F698000000000FF0000020162617236FF00000000FB038000FF0000000001430380FF0000000000000600FF0000000000000000F8] [2024/05/06 11:52:17.314 +00:00] [INFO] [localhelper.go:94] ["waiting for scattering regions done"] [category=ddl-ingest] [regions=0] [take=13.901µs] [2024/05/06 11:52:17.314 +00:00] [INFO] [local.go:874] ["split and scatter ranges completed"] [category=ddl-ingest] [uuid=external] [takeTime=1.345493ms] [] [2024/05/06 11:52:17.314 +00:00] [INFO] [reader.go:42] ["read all data start"] [2024/05/06 11:52:17.314 +00:00] [INFO] [reader.go:43] [arguments] [data-file-count=1] [stat-file-count=1] [start-key="dIAAAAAAAABsX2mAAAAAAAAAAgFiYXIxAAAAAPsDgAAAAAAAAHsDgAAAAAAAAAE="] [end-key=dIAAAAAAAABsX2mAAAAAAAAAAgFiYXI2AAAAAPsDgAAAAAAAAUMDgAAAAAAAAAYA] [2024/05/06 11:52:17.314 +00:00] [INFO] [util.go:52] ["seek props offsets start"] [2024/05/06 11:52:17.318 +00:00] [INFO] [util.go:54] ["seek props offsets completed"] [takeTime=3.733662ms] [] [2024/05/06 11:52:17.322 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:17.323 +00:00] [INFO] [reader.go:63] ["read all data completed"] [takeTime=8.937069ms] [] [2024/05/06 11:52:17.323 +00:00] [INFO] [engine.go:77] ["building memKVsAndBuffers"] [sumKVCnt=6] [droppedSize=0] [2024/05/06 11:52:17.323 +00:00] [INFO] [engine.go:289] ["reading external storage in loadBatchRegionData"] ["cost time"=9.142596ms] [droppedSize=0] [2024/05/06 11:52:17.323 +00:00] [INFO] [engine.go:309] ["sorting in loadBatchRegionData"] ["cost time"=9.09µs] [2024/05/06 11:52:17.335 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=42e52923-6f90-566b-850e-758ca411cbe4] [size=107374182400] [kvs=0] [importedSize=394] [importedCount=6] [2024/05/06 11:52:17.337 +00:00] [INFO] [task_executor.go:401] ["run subtask completed"] [type=ImportInto] [task-id=2] [step=write&ingest] [subtask-id=15] [kv-group=2] [takeTime=52.947936ms] [] [2024/05/06 11:52:17.428 +00:00] [INFO] [task_executor.go:399] ["run subtask start"] [type=ImportInto] [task-id=2] [step=write&ingest] [subtask-id=16] [kv-group=3] [2024/05/06 11:52:17.428 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:17.434 +00:00] [INFO] [local.go:813] ["split engine key ranges"] [category=ddl-ingest] [engine=external] [totalSize=107374182400] [totalCount=0] [startKey=74800000000000006C5F69800000000000000303800000000000007B038000000000000001] [endKey=74800000000000006C5F69800000000000000303800000000000031503800000000000000300] [ranges=1] [] [2024/05/06 11:52:17.434 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:52:17.457 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=797c5bd4-ca63-548e-8137-62562b529a90] ["region ranges"=1] [count=0] [size=107374182400] [2024/05/06 11:52:17.457 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:52:17.457 +00:00] [INFO] [local.go:849] ["split and scatter ranges start"] [category=ddl-ingest] [uuid=external] [2024/05/06 11:52:17.458 +00:00] [INFO] [client.go:570] ["paginate scan regions"] [count=2] [start=7480000000000000FF6C5F698000000000FF0000030380000000FF0000007B03800000FF0000000001000000FC] [end=7480000000000000FF6C5F698000000000FF0000030380000000FF0000031503800000FF0000000003000000FE] [2024/05/06 11:52:17.458 +00:00] [INFO] [localhelper.go:94] ["waiting for scattering regions done"] [category=ddl-ingest] [regions=0] [take=11.659µs] [2024/05/06 11:52:17.458 +00:00] [INFO] [local.go:874] ["split and scatter ranges completed"] [category=ddl-ingest] [uuid=external] [takeTime=1.218621ms] [] [2024/05/06 11:52:17.458 +00:00] [INFO] [reader.go:42] ["read all data start"] [2024/05/06 11:52:17.458 +00:00] [INFO] [reader.go:43] [arguments] [data-file-count=1] [stat-file-count=1] [start-key="dIAAAAAAAABsX2mAAAAAAAAAAwOAAAAAAAAAewOAAAAAAAAAAQ=="] [end-key="dIAAAAAAAABsX2mAAAAAAAAAAwOAAAAAAAADFQOAAAAAAAAAAwA="] [2024/05/06 11:52:17.458 +00:00] [INFO] [util.go:52] ["seek props offsets start"] [2024/05/06 11:52:17.463 +00:00] [INFO] [util.go:54] ["seek props offsets completed"] [takeTime=4.608618ms] [] [2024/05/06 11:52:17.467 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:17.468 +00:00] [INFO] [reader.go:63] ["read all data completed"] [takeTime=9.18532ms] [] [2024/05/06 11:52:17.468 +00:00] [INFO] [engine.go:77] ["building memKVsAndBuffers"] [sumKVCnt=6] [droppedSize=0] [2024/05/06 11:52:17.468 +00:00] [INFO] [engine.go:289] ["reading external storage in loadBatchRegionData"] ["cost time"=9.386252ms] [droppedSize=0] [2024/05/06 11:52:17.468 +00:00] [INFO] [engine.go:309] ["sorting in loadBatchRegionData"] ["cost time"=29.941µs] [2024/05/06 11:52:17.481 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=797c5bd4-ca63-548e-8137-62562b529a90] [size=107374182400] [kvs=0] [importedSize=228] [importedCount=6] [2024/05/06 11:52:17.483 +00:00] [INFO] [task_executor.go:401] ["run subtask completed"] [type=ImportInto] [task-id=2] [step=write&ingest] [subtask-id=16] [kv-group=3] [takeTime=54.796126ms] [] [2024/05/06 11:52:17.552 +00:00] [INFO] [task_executor.go:399] ["run subtask start"] [type=ImportInto] [task-id=2] [step=write&ingest] [subtask-id=17] [kv-group=data] [2024/05/06 11:52:17.552 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:17.557 +00:00] [INFO] [local.go:813] ["split engine key ranges"] [category=ddl-ingest] [engine=external] [totalSize=107374182400] [totalCount=0] [startKey=74800000000000006C5F728000000000000001] [endKey=74800000000000006C5F72800000000000000600] [ranges=1] [] [2024/05/06 11:52:17.557 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:52:17.579 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=fccca47b-a071-5db3-9487-f6af0df82fd4] ["region ranges"=1] [count=0] [size=107374182400] [2024/05/06 11:52:17.579 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:52:17.580 +00:00] [INFO] [local.go:849] ["split and scatter ranges start"] [category=ddl-ingest] [uuid=external] [2024/05/06 11:52:17.581 +00:00] [INFO] [client.go:570] ["paginate scan regions"] [count=2] [start=7480000000000000FF6C5F728000000000FF0000010000000000FA] [end=7480000000000000FF6C5F728000000000FF0000060000000000FC] [2024/05/06 11:52:17.581 +00:00] [INFO] [localhelper.go:94] ["waiting for scattering regions done"] [category=ddl-ingest] [regions=0] [take=19.955µs] [2024/05/06 11:52:17.581 +00:00] [INFO] [local.go:874] ["split and scatter ranges completed"] [category=ddl-ingest] [uuid=external] [takeTime=1.539504ms] [] [2024/05/06 11:52:17.581 +00:00] [INFO] [reader.go:42] ["read all data start"] [2024/05/06 11:52:17.581 +00:00] [INFO] [reader.go:43] [arguments] [data-file-count=1] [stat-file-count=1] [start-key="dIAAAAAAAABsX3KAAAAAAAAAAQ=="] [end-key="dIAAAAAAAABsX3KAAAAAAAAABgA="] [2024/05/06 11:52:17.581 +00:00] [INFO] [util.go:52] ["seek props offsets start"] [2024/05/06 11:52:17.585 +00:00] [INFO] [util.go:54] ["seek props offsets completed"] [takeTime=3.731709ms] [] [2024/05/06 11:52:17.589 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:17.589 +00:00] [INFO] [reader.go:63] ["read all data completed"] [takeTime=7.806977ms] [] [2024/05/06 11:52:17.589 +00:00] [INFO] [engine.go:77] ["building memKVsAndBuffers"] [sumKVCnt=6] [droppedSize=0] [2024/05/06 11:52:17.589 +00:00] [INFO] [engine.go:289] ["reading external storage in loadBatchRegionData"] ["cost time"=8.004435ms] [droppedSize=0] [2024/05/06 11:52:17.589 +00:00] [INFO] [engine.go:309] ["sorting in loadBatchRegionData"] ["cost time"=16.862µs] [2024/05/06 11:52:17.602 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=fccca47b-a071-5db3-9487-f6af0df82fd4] [size=107374182400] [kvs=0] [importedSize=262] [importedCount=6] [2024/05/06 11:52:17.604 +00:00] [INFO] [task_executor.go:401] ["run subtask completed"] [type=ImportInto] [task-id=2] [step=write&ingest] [subtask-id=17] [kv-group=data] [takeTime=52.049175ms] [] [2024/05/06 11:52:17.650 +00:00] [INFO] [task_executor.go:459] ["cleanup subtask env"] [type=ImportInto] [task-id=2] [step=write&ingest] [2024/05/06 11:52:17.657 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:17.657 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:17.657 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:52:17.657 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:52:17.657 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:52:17.657 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:52:17.657 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:52:17.658 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:17.658 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=3] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:17.658 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:17.658 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=3] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:17.658 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:17.658 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:52:17.660 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:52:17.660 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:17.660 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:17.660 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=3] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:17.660 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:17.660 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=2] [task-type=ImportInto] [server-id=:4000] [step=write&ingest] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=16GiB]"] [takeTime=563.041908ms] [] [2024/05/06 11:52:17.702 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=write&ingest] [next-step=post-process] [2024/05/06 11:52:17.704 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:17.706 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=2] [curr-step=write&ingest] [next-step=post-process] [2024/05/06 11:52:17.706 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=2] [curr-step=write&ingest] [next-step=post-process] [mode=Normal] [2024/05/06 11:52:17.806 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=2] [curr-step=write&ingest] [next-step=post-process] [result="{\"LoadedRowCnt\":6,\"ColSizeMap\":{\"1\":6,\"2\":30,\"3\":30,\"4\":12}}"] [2024/05/06 11:52:17.809 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=2] [curr-step=write&ingest] [next-step=post-process] [subtask-count=1] [2024/05/06 11:52:17.810 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:52:17.972 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=2] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=16GiB]"] [2024/05/06 11:52:18.012 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=18] [2024/05/06 11:52:18.012 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=18] [2024/05/06 11:52:18.012 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=18] [2024/05/06 11:52:18.012 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=18] [takeTime=10.823µs] [] [2024/05/06 11:52:18.012 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=18] [groupId=-1] [size=262] [kvs=6] [checksum=16467553292841115641] [2024/05/06 11:52:18.013 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=18] [groupId=1] [size=228] [kvs=6] [checksum=5933586680183683] [2024/05/06 11:52:18.013 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=18] [groupId=2] [size=394] [kvs=6] [checksum=1482059515352799067] [2024/05/06 11:52:18.013 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=18] [groupId=3] [size=228] [kvs=6] [checksum=5690150982916384316] [2024/05/06 11:52:18.013 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=18] [checksum="{cksum=13761799268116354333,size=1112,kvs=24}"] [2024/05/06 11:52:18.013 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=18] [weight=30] [2024/05/06 11:52:18.013 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=18] [concurrency=15] [2024/05/06 11:52:18.018 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=108] [physicalTableID=108] [indexID=-1] [checksum=16467553292841115641] [totalKvs=6] [totalBytes=262] [2024/05/06 11:52:18.019 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=108] [physicalTableID=108] [indexID=3] [checksum=5690150982916384316] [totalKvs=6] [totalBytes=228] [2024/05/06 11:52:18.027 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=108] [physicalTableID=108] [indexID=2] [checksum=1482059515352799067] [totalKvs=6] [totalBytes=394] [2024/05/06 11:52:18.027 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=108] [physicalTableID=108] [indexID=1] [checksum=5933586680183683] [totalKvs=6] [totalBytes=228] [2024/05/06 11:52:18.028 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=18] [local="{cksum=13761799268116354333,size=1112,kvs=24}"] [2024/05/06 11:52:18.028 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=18] [takeTime=15.442664ms] [] [2024/05/06 11:52:18.028 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=2] [step=post-process] [subtask-id=18] [takeTime=15.659727ms] [] [2024/05/06 11:52:18.068 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=2] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=16GiB]"] [takeTime=95.894689ms] [] [2024/05/06 11:52:18.103 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=2] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:52:18.103 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=2] [step=post-process] [state=running] [] [2024/05/06 11:52:18.106 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=2] [2024/05/06 11:52:18.172 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=2] [type=ImportInto] [2024/05/06 11:52:18.190 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=2] [2024/05/06 11:52:18.211 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:52:18.211 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=2] [2024/05/06 11:52:18.214 +00:00] [INFO] [clean_s3.go:55] ["cleanup global sorted data start"] [task-id=2] [2024/05/06 11:52:18.217 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:18.217 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:18.270 +00:00] [INFO] [clean_s3.go:72] ["cleanup global sorted data completed"] [task-id=2] [takeTime=55.668162ms] [] [2024/05/06 11:52:18.381 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:52:18.467 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 3.6689282050000003\n# Parse_time: 0.000990248\n# Compile_time: 0.001848438\n# Rewrite_time: 0.000337484\n# Optimize_time: 0.00158971\n# Wait_TS: 0\n# DB: gsort_basic\n# Is_internal: false\n# Digest: 392014fe0a784e03186a93c7f3528e9bc2606219bbb926c3fd8303e3396867e0\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6My42N3MsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6My42N3MsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `gsort_basic`.`t` FROM 'gs://gs-basic/t.*.csv?endpoint=http%3A%2F%2F127.0.0.1%3A4443%2Fstorage%2Fv1%2F' WITH __max_engine_size=_UTF8MB4'1', cloud_storage_uri=_UTF8MB4'gs://sorted/import?endpoint=http://127.0.0.1:4443/storage/v1/&access-key=aaaaaa&secret-access-key=bbbbbb', __force_merge_step;"] [2024/05/06 11:52:18.477 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=54] [cur_db=gsort_basic] [sql="truncate table t"] [user=] [2024/05/06 11:52:18.522 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:111, Type:truncate table, State:queueing, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:18.475 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:18.522 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:111, Type:truncate table, State:queueing, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:18.475 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="truncate table t"] [2024/05/06 11:52:18.568 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=111] [conn=2] [category=ddl] [job="ID:111, Type:truncate table, State:queueing, SchemaState:none, SchemaID:104, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:18.475 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:18.578 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 104, Table ID: 110, Table Name: t, Old Table ID: 108, Old Table Name: t"] [2024/05/06 11:52:18.639 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=54] [neededSchemaVersion=55] ["start time"=3.198547ms] [gotSchemaVersion=55] [phyTblIDs="[108,110]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 11:52:18.651 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2024/05/06 11:52:18.685 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=55] ["take time"=53.393989ms] [job="ID:111, Type:truncate table, State:done, SchemaState:public, SchemaID:104, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:18.475 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:18.739 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=111] [tableIDs="[108]"] [comment="drop table: table ID"] [2024/05/06 11:52:18.747 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=111] [jobType="truncate table"] [2024/05/06 11:52:18.750 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=111] [conn=2] [job="ID:111, Type:truncate table, State:synced, SchemaState:public, SchemaID:104, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:18.475 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:18.820 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=111] [2024/05/06 11:52:18.820 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:18.824 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.347485672\n# Parse_time: 0.000199601\n# Compile_time: 0.00068835\n# Rewrite_time: 0.000008788\n# Optimize_time: 0.002119217\n# Wait_TS: 0.00037807\n# DB: gsort_basic\n# Is_internal: false\n# Digest: 2ff7fc61fcea18277bed40e235270c83f2a635733db48efecb6208524e5fa5bf\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ntruncate table t;"] [2024/05/06 11:52:18.839 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:18.840 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:18.873 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:19.037 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://gs-basic/t.*.csv?endpoint=http%3A%2F%2F127.0.0.1%3A4443%2Fstorage%2Fv1%2F\",\"format\":\"csv\",\"options\":{\"__max_engine_size\":\"1\",\"cloud_storage_uri\":\"gs://sorted/import?access-key=xxxxxx\\u0026endpoint=http%3A%2F%2F127.0.0.1%3A4443%2Fstorage%2Fv1%2F\\u0026secret-access-key=xxxxxx\",\"detached\":null}}"] [dist-task-enabled=true] [2024/05/06 11:52:19.153 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=3] [task-id=3] [data-size=96B] [thread-cnt=8] [global-sort=true] [2024/05/06 11:52:19.160 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.334967551\n# Parse_time: 0.000913955\n# Compile_time: 0.001536479\n# Rewrite_time: 0.000312745\n# Optimize_time: 0.002119217\n# Wait_TS: 0\n# DB: gsort_basic\n# Is_internal: false\n# Digest: 1d15b554d9974625ffad3fa192182c9f6f628d42e846cffe6407cea263a3bc14\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('L7gwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MzMxLjdtcywgbG9vcHM6MglOL0EJTi9BCg==')\n# Binary_plan: tidb_decode_binary_plan('StAKRgoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaFXRpbWU6MzMxLjdtcywgbG9vcHM6MnD//w0CNAF4////////////ARgB')\n# Resource_group: default\nIMPORT INTO `gsort_basic`.`t` FROM 'gs://gs-basic/t.*.csv?endpoint=http%3A%2F%2F127.0.0.1%3A4443%2Fstorage%2Fv1%2F' WITH __max_engine_size=_UTF8MB4'1', cloud_storage_uri=_UTF8MB4'gs://sorted/import?endpoint=http://127.0.0.1:4443/storage/v1/&access-key=aaaaaa&secret-access-key=bbbbbb', detached;"] [2024/05/06 11:52:19.194 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=3] [2024/05/06 11:52:19.194 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:52:19.307 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=encode&sort] [2024/05/06 11:52:19.311 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:19.313 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=3] [curr-step=init] [next-step=encode&sort] [2024/05/06 11:52:19.338 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:19.339 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:19.341 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:52:19.342 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=1] [after=1] [2024/05/06 11:52:19.342 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=2] [MaxChunkSize=268435456] [RegionsCount=2] [BatchSize=1] [cost=87.148µs] [2024/05/06 11:52:19.342 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=265.904µs] [] [2024/05/06 11:52:19.342 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=3] [curr-step=init] [next-step=encode&sort] [subtask-count=2] [2024/05/06 11:52:19.342 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=encode&sort] [concurrency=8] [subtasks=2] [2024/05/06 11:52:19.501 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=3] [2024/05/06 11:52:19.520 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=3] [type=ImportInto] [remaining-slots=8] [2024/05/06 11:52:19.561 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=3] [task-type=ImportInto] [server-id=:4000] [step=encode&sort] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=16GiB]"] [2024/05/06 11:52:19.563 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=3] [step=encode&sort] [2024/05/06 11:52:19.565 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:19.566 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:19.574 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:52:19.574 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852648833728874] [2024/05/06 11:52:19.574 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:19.575 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:52:19.575 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:19.575 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:52:19.575 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:19.576 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:52:19.576 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:19.590 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:52:19.592 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:52:19.592 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:52:19.592 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=3] [step=encode&sort] [data=512MiB] [per-index=170.7MiB] [2024/05/06 11:52:19.659 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=3] [step=encode&sort] [subtask-id=19] [2024/05/06 11:52:19.660 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/9b56d2ed-aebe-4aa5-99ca-bddc25e7d6be] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:19.660 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/6f0b5f2a-d8a1-4da4-a17e-bf7b8fd7626e] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:19.660 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/5f78da3b-01d9-4339-8c50-f435dfbc8e7a] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:19.660 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/1bd73b03-a6a3-483c-9eb3-400c6385b886] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:19.660 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/df85a766-3b9e-4da6-b6ad-f571d3566b76] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:19.660 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/7cc66b72-a538-4e21-bd36-320661a7bdd6] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:19.660 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=110] [2024/05/06 11:52:19.660 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/33040cf8-738c-4b5e-ae46-15d5b9d9c474] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:19.664 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=110] [key=t.1.csv:0] [2024/05/06 11:52:19.691 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=110] [key=t.1.csv:0] [readDur=1.334614ms] [encodeDur=1.632605ms] [checksum="{cksum=1299722013730367767,size=556,kvs=12}"] [deliverDur=23.679042ms] [type=file] [takeTime=27.153854ms] [] [2024/05/06 11:52:19.711 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=data/95186828-cdd6-4a0b-bc9b-0413f14503db] [sequence-number=0] [bytes=179] [stat-size=74] [write-time=19.907756ms] [write-speed(bytes/s)=8.781KiB] [2024/05/06 11:52:19.711 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=data/95186828-cdd6-4a0b-bc9b-0413f14503db] [sequence-number=0] [bytes=179] [kv-cnt=3] [sort-time=8.795µs] [write-time=20.10553ms] [sort-speed(kv/s)=341102.8994] [writer-id=data/95186828-cdd6-4a0b-bc9b-0413f14503db] [2024/05/06 11:52:19.712 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/95186828-cdd6-4a0b-bc9b-0413f14503db] [kv-cnt-cap=4] [minKey=74800000000000006e5f728000000000000001] [maxKey=74800000000000006e5f728000000000000003] [2024/05/06 11:52:19.720 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/2/95186828-cdd6-4a0b-bc9b-0413f14503db] [sequence-number=0] [bytes=245] [stat-size=130] [write-time=8.665309ms] [write-speed(bytes/s)=27.61KiB] [2024/05/06 11:52:19.720 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/2/95186828-cdd6-4a0b-bc9b-0413f14503db] [sequence-number=0] [bytes=245] [kv-cnt=3] [sort-time=5.724µs] [write-time=8.814665ms] [sort-speed(kv/s)=524109.0147] [writer-id=index/2/95186828-cdd6-4a0b-bc9b-0413f14503db] [2024/05/06 11:52:19.721 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/2/95186828-cdd6-4a0b-bc9b-0413f14503db] [kv-cnt-cap=4] [minKey=74800000000000006e5f698000000000000002016261723100000000fb03800000000000007b038000000000000001] [maxKey=74800000000000006e5f698000000000000002016261723300000000fb038000000000000315038000000000000003] [2024/05/06 11:52:19.738 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/3/95186828-cdd6-4a0b-bc9b-0413f14503db] [sequence-number=0] [bytes=162] [stat-size=110] [write-time=17.256114ms] [write-speed(bytes/s)=9.168KiB] [2024/05/06 11:52:19.738 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/3/95186828-cdd6-4a0b-bc9b-0413f14503db] [sequence-number=0] [bytes=162] [kv-cnt=3] [sort-time=6.045µs] [write-time=17.397847ms] [sort-speed(kv/s)=496277.9156] [writer-id=index/3/95186828-cdd6-4a0b-bc9b-0413f14503db] [2024/05/06 11:52:19.738 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/3/95186828-cdd6-4a0b-bc9b-0413f14503db] [kv-cnt-cap=4] [minKey=74800000000000006e5f69800000000000000303800000000000007b038000000000000001] [maxKey=74800000000000006e5f698000000000000003038000000000000315038000000000000003] [2024/05/06 11:52:19.761 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/1/95186828-cdd6-4a0b-bc9b-0413f14503db] [sequence-number=0] [bytes=162] [stat-size=110] [write-time=22.569913ms] [write-speed(bytes/s)=7.009KiB] [2024/05/06 11:52:19.761 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/1/95186828-cdd6-4a0b-bc9b-0413f14503db] [sequence-number=0] [bytes=162] [kv-cnt=3] [sort-time=5.975µs] [write-time=22.704242ms] [sort-speed(kv/s)=502092.0502] [writer-id=index/1/95186828-cdd6-4a0b-bc9b-0413f14503db] [2024/05/06 11:52:19.761 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/1/95186828-cdd6-4a0b-bc9b-0413f14503db] [kv-cnt-cap=4] [minKey=74800000000000006e5f698000000000000001038000000000000001038000000000000001] [maxKey=74800000000000006e5f698000000000000001038000000000000003038000000000000003] [2024/05/06 11:52:19.761 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=3] [step=encode&sort] [subtask-id=19] [takeTime=102.634184ms] [] [2024/05/06 11:52:19.761 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=3] [step=encode&sort] [engine-id=0] [2024/05/06 11:52:19.863 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=3] [step=encode&sort] [subtask-id=20] [2024/05/06 11:52:19.864 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/906ecc38-1ba8-4d3f-b836-85bb5d9be46a] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:19.864 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/c88f3589-f73a-4c6b-8b1d-88e9f016c95f] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:19.864 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/b4ce35d4-84f4-4348-906d-7748a9d16be1] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:19.864 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/8842da40-a03b-433e-9539-364820e98bc9] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:19.864 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/f980eda6-d9f8-4061-bc49-3ca3855f1448] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:19.864 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/6319657d-49e3-4998-b211-62d878a9cb6f] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:19.864 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=110] [2024/05/06 11:52:19.864 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/2e6b3c97-6295-4137-85ab-3a0873235167] [kv-cnt-cap=0] [minKey=] [maxKey=] [2024/05/06 11:52:19.867 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=110] [key=t.2.csv:0] [2024/05/06 11:52:19.913 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=110] [key=t.2.csv:0] [readDur=1.134411ms] [encodeDur=1.937654ms] [checksum="{cksum=12462077872899177482,size=556,kvs=12}"] [deliverDur=42.285211ms] [type=file] [takeTime=45.792357ms] [] [2024/05/06 11:52:19.936 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=data/ab83cb5b-58d9-4f37-a274-6e52971d8b2e] [sequence-number=0] [bytes=179] [stat-size=74] [write-time=22.749319ms] [write-speed(bytes/s)=7.684KiB] [2024/05/06 11:52:19.936 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=data/ab83cb5b-58d9-4f37-a274-6e52971d8b2e] [sequence-number=0] [bytes=179] [kv-cnt=3] [sort-time=7.086µs] [write-time=22.928317ms] [sort-speed(kv/s)=423370.0254] [writer-id=data/ab83cb5b-58d9-4f37-a274-6e52971d8b2e] [2024/05/06 11:52:19.936 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/ab83cb5b-58d9-4f37-a274-6e52971d8b2e] [kv-cnt-cap=4] [minKey=74800000000000006e5f728000000000000004] [maxKey=74800000000000006e5f728000000000000006] [2024/05/06 11:52:19.975 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/2/ab83cb5b-58d9-4f37-a274-6e52971d8b2e] [sequence-number=0] [bytes=245] [stat-size=130] [write-time=39.097728ms] [write-speed(bytes/s)=6.119KiB] [2024/05/06 11:52:19.975 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/2/ab83cb5b-58d9-4f37-a274-6e52971d8b2e] [sequence-number=0] [bytes=245] [kv-cnt=3] [sort-time=7.536µs] [write-time=39.254508ms] [sort-speed(kv/s)=398089.1720] [writer-id=index/2/ab83cb5b-58d9-4f37-a274-6e52971d8b2e] [2024/05/06 11:52:19.976 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/2/ab83cb5b-58d9-4f37-a274-6e52971d8b2e] [kv-cnt-cap=4] [minKey=74800000000000006e5f698000000000000002016261723400000000fb03800000000000007b038000000000000004] [maxKey=74800000000000006e5f698000000000000002016261723600000000fb038000000000000143038000000000000006] [2024/05/06 11:52:19.997 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/3/ab83cb5b-58d9-4f37-a274-6e52971d8b2e] [sequence-number=0] [bytes=162] [stat-size=110] [write-time=21.072626ms] [write-speed(bytes/s)=7.508KiB] [2024/05/06 11:52:19.997 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/3/ab83cb5b-58d9-4f37-a274-6e52971d8b2e] [sequence-number=0] [bytes=162] [kv-cnt=3] [sort-time=6.071µs] [write-time=21.213824ms] [sort-speed(kv/s)=494152.5284] [writer-id=index/3/ab83cb5b-58d9-4f37-a274-6e52971d8b2e] [2024/05/06 11:52:19.997 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/3/ab83cb5b-58d9-4f37-a274-6e52971d8b2e] [kv-cnt-cap=4] [minKey=74800000000000006e5f69800000000000000303800000000000007b038000000000000004] [maxKey=74800000000000006e5f698000000000000003038000000000000143038000000000000006] [2024/05/06 11:52:20.002 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/1/ab83cb5b-58d9-4f37-a274-6e52971d8b2e] [sequence-number=0] [bytes=162] [stat-size=110] [write-time=4.91365ms] [write-speed(bytes/s)=32.2KiB] [2024/05/06 11:52:20.002 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/1/ab83cb5b-58d9-4f37-a274-6e52971d8b2e] [sequence-number=0] [bytes=162] [kv-cnt=3] [sort-time=5.794µs] [write-time=5.057124ms] [sort-speed(kv/s)=517777.0107] [writer-id=index/1/ab83cb5b-58d9-4f37-a274-6e52971d8b2e] [2024/05/06 11:52:20.002 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/1/ab83cb5b-58d9-4f37-a274-6e52971d8b2e] [kv-cnt-cap=4] [minKey=74800000000000006e5f698000000000000001038000000000000004038000000000000004] [maxKey=74800000000000006e5f698000000000000001038000000000000006038000000000000006] [2024/05/06 11:52:20.003 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=3] [step=encode&sort] [subtask-id=20] [takeTime=139.895255ms] [] [2024/05/06 11:52:20.003 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=3] [step=encode&sort] [engine-id=1] [2024/05/06 11:52:20.095 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=3] [step=encode&sort] [2024/05/06 11:52:20.097 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:20.097 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:20.098 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:52:20.098 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:52:20.098 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:52:20.098 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:52:20.098 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:20.098 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:52:20.098 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=7] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:20.098 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:20.098 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=7] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:20.098 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:20.098 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:52:20.101 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:52:20.101 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:20.101 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:20.101 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=7] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:20.101 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:20.101 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=3] [task-type=ImportInto] [server-id=:4000] [step=encode&sort] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=16GiB]"] [takeTime=540.123542ms] [] [2024/05/06 11:52:20.118 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=encode&sort] [next-step=merge-sort] [2024/05/06 11:52:20.121 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:20.122 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=3] [curr-step=encode&sort] [next-step=merge-sort] [2024/05/06 11:52:20.144 +00:00] [INFO] [planner.go:312] ["skip merge sort for kv group"] [task-id=3] [kv-group=2] [2024/05/06 11:52:20.144 +00:00] [INFO] [planner.go:312] ["skip merge sort for kv group"] [task-id=3] [kv-group=3] [2024/05/06 11:52:20.145 +00:00] [INFO] [planner.go:312] ["skip merge sort for kv group"] [task-id=3] [kv-group=data] [2024/05/06 11:52:20.145 +00:00] [INFO] [planner.go:312] ["skip merge sort for kv group"] [task-id=3] [kv-group=1] [2024/05/06 11:52:20.145 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=3] [curr-step=encode&sort] [next-step=merge-sort] [subtask-count=0] [2024/05/06 11:52:20.145 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=merge-sort] [concurrency=8] [subtasks=0] [2024/05/06 11:52:20.324 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=merge-sort] [next-step=write&ingest] [2024/05/06 11:52:20.326 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:20.328 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=3] [curr-step=merge-sort] [next-step=write&ingest] [2024/05/06 11:52:20.328 +00:00] [WARN] [scheduler.go:453] ["generate part of subtasks failed"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [error="injected error"] [errorVerbose="injected error\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*ImportSchedulerExt).OnNextSubtasksBatch\n\tpkg/disttask/importinto/scheduler.go:253\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).switch2NextStep\n\tpkg/disttask/framework/scheduler/scheduler.go:451\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).onRunning\n\tpkg/disttask/framework/scheduler/scheduler.go:404\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).scheduleTask\n\tpkg/disttask/framework/scheduler/scheduler.go:258\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).ScheduleTask\n\tpkg/disttask/framework/scheduler/scheduler.go:122\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).startScheduler.func1\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:367\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 11:52:20.329 +00:00] [WARN] [scheduler.go:530] ["generate plan failed"] [task-id=3] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [error="injected error"] [errorVerbose="injected error\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*ImportSchedulerExt).OnNextSubtasksBatch\n\tpkg/disttask/importinto/scheduler.go:253\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).switch2NextStep\n\tpkg/disttask/framework/scheduler/scheduler.go:451\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).onRunning\n\tpkg/disttask/framework/scheduler/scheduler.go:404\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).scheduleTask\n\tpkg/disttask/framework/scheduler/scheduler.go:258\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).ScheduleTask\n\tpkg/disttask/framework/scheduler/scheduler.go:122\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).startScheduler.func1\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:367\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [state=running] [2024/05/06 11:52:20.351 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=3] [type=ImportInto] [2024/05/06 11:52:20.418 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=3] [step=merge-sort] [state=reverting] [error="injected error"] [errorVerbose="injected error\ngithub.com/pingcap/tidb/pkg/disttask/importinto.(*ImportSchedulerExt).OnNextSubtasksBatch\n\tpkg/disttask/importinto/scheduler.go:253\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).switch2NextStep\n\tpkg/disttask/framework/scheduler/scheduler.go:451\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).onRunning\n\tpkg/disttask/framework/scheduler/scheduler.go:404\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).scheduleTask\n\tpkg/disttask/framework/scheduler/scheduler.go:258\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*BaseScheduler).ScheduleTask\n\tpkg/disttask/framework/scheduler/scheduler.go:122\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).startScheduler.func1\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:367\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:171\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 11:52:20.420 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=3] [step=merge-sort] [mode=Normal] [2024/05/06 11:52:20.426 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=3] [2024/05/06 11:52:20.501 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=3] [2024/05/06 11:52:20.524 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:52:20.524 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=3] [2024/05/06 11:52:20.528 +00:00] [INFO] [clean_s3.go:55] ["cleanup global sorted data start"] [task-id=3] [2024/05/06 11:52:20.529 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:20.530 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:20.569 +00:00] [INFO] [clean_s3.go:72] ["cleanup global sorted data completed"] [task-id=3] [takeTime=41.117659ms] [] [2024/05/06 11:52:20.670 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] === RUN TestImportInto/TestGlobalSortMultiFiles [2024/05/06 11:52:20.763 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=55] [cur_db=gsort_basic] [sql="drop database if exists gs_multi_files"] [user=] [2024/05/06 11:52:20.765 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=55] [cur_db=gsort_basic] [sql="create database gs_multi_files"] [user=] [2024/05/06 11:52:20.797 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:113, Type:create schema, State:queueing, SchemaState:none, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:52:20.776 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:20.797 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:113, Type:create schema, State:queueing, SchemaState:none, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:52:20.776 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database gs_multi_files"] [2024/05/06 11:52:20.848 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=113] [conn=2] [category=ddl] [job="ID:113, Type:create schema, State:queueing, SchemaState:none, SchemaID:112, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:20.776 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:20.903 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=55] [neededSchemaVersion=56] ["start time"=1.156623ms] [gotSchemaVersion=56] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:52:20.916 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2024/05/06 11:52:20.951 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=56] ["take time"=53.621692ms] [job="ID:113, Type:create schema, State:done, SchemaState:public, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:52:20.776 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:20.984 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=113] [conn=2] [job="ID:113, Type:create schema, State:synced, SchemaState:public, SchemaID:112, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:20.776 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:21.009 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=113] [2024/05/06 11:52:21.009 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:21.015 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=56] [cur_db=gs_multi_files] [sql="create table t (a bigint primary key , b varchar(100), key(b), key(a,b), key(b,a));"] [user=] [2024/05/06 11:52:21.068 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:114, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:21.026 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:21.068 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:114, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:21.026 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t (a bigint primary key , b varchar(100), key(b), key(a,b), key(b,a));"] [2024/05/06 11:52:21.111 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=115] [conn=2] [category=ddl] [job="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:114, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:21.026 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:21.120 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 112, Table ID: 114, Table Name: t"] [2024/05/06 11:52:21.193 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=56] [neededSchemaVersion=57] ["start time"=3.018172ms] [gotSchemaVersion=57] [phyTblIDs="[114]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:21.205 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=115] [version=57] [2024/05/06 11:52:21.239 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=57] ["take time"=53.271689ms] [job="ID:115, Type:create table, State:done, SchemaState:public, SchemaID:112, TableID:114, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:21.026 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:21.292 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=115] [conn=2] [job="ID:115, Type:create table, State:synced, SchemaState:public, SchemaID:112, TableID:114, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:21.026 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:21.358 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=115] [2024/05/06 11:52:21.358 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:21.361 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.347669142\n# Parse_time: 0.000901471\n# Compile_time: 0.001050876\n# Rewrite_time: 0.000007921\n# Optimize_time: 0.002119217\n# Wait_TS: 0.000382015\n# DB: gs_multi_files\n# Is_internal: false\n# Digest: 65770382d44a1f2a680267a996d5c71fe8d5b02c0296815ef0003a1cbb8f61a5\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse gs_multi_files;\ncreate table t (a bigint primary key , b varchar(100), key(b), key(a,b), key(b,a));"] [2024/05/06 11:52:21.377 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:21.378 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:21.412 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:21.587 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://gs-multi-files/t.*.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"cloud_storage_uri\":\"gs://sorted/gs_multi_files?endpoint=http://127.0.0.1:4443/storage/v1/\"}}"] [dist-task-enabled=true] [2024/05/06 11:52:21.719 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=4] [task-id=4] [data-size=144.3KiB] [thread-cnt=8] [global-sort=true] [2024/05/06 11:52:21.764 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=4] [2024/05/06 11:52:21.764 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:52:21.871 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=encode&sort] [2024/05/06 11:52:21.873 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:21.875 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=4] [curr-step=init] [next-step=encode&sort] [2024/05/06 11:52:21.897 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:21.898 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:21.902 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:52:21.902 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=536870912000] [after=147780] [2024/05/06 11:52:21.902 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=10] [MaxChunkSize=268435456] [RegionsCount=10] [BatchSize=147780] [cost=243.176µs] [2024/05/06 11:52:21.903 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=461.7µs] [] [2024/05/06 11:52:21.903 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=4] [curr-step=init] [next-step=encode&sort] [subtask-count=1] [2024/05/06 11:52:21.903 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=encode&sort] [concurrency=8] [subtasks=1] [2024/05/06 11:52:22.057 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=4] [2024/05/06 11:52:22.074 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=4] [type=ImportInto] [remaining-slots=8] [2024/05/06 11:52:22.133 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=4] [task-type=ImportInto] [server-id=:4000] [step=encode&sort] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=16GiB]"] [2024/05/06 11:52:22.135 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=4] [step=encode&sort] [2024/05/06 11:52:22.136 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:22.137 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:22.146 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:52:22.146 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852648833728874] [2024/05/06 11:52:22.147 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:22.147 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:52:22.148 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:22.148 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:22.148 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:52:22.148 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:52:22.148 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:22.162 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:52:22.164 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:52:22.164 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:52:22.164 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=4] [step=encode&sort] [data=512MiB] [per-index=170.7MiB] [2024/05/06 11:52:22.215 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=4] [step=encode&sort] [subtask-id=21] [2024/05/06 11:52:22.217 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=114] [2024/05/06 11:52:22.217 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=114] [2024/05/06 11:52:22.217 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=114] [2024/05/06 11:52:22.217 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=114] [2024/05/06 11:52:22.217 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=114] [2024/05/06 11:52:22.217 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=114] [2024/05/06 11:52:22.217 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=114] [2024/05/06 11:52:22.217 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=114] [2024/05/06 11:52:22.221 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=114] [key=t.6.csv:0] [2024/05/06 11:52:22.221 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=114] [key=t.5.csv:0] [2024/05/06 11:52:22.221 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=114] [key=t.0.csv:0] [2024/05/06 11:52:22.221 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=114] [key=t.3.csv:0] [2024/05/06 11:52:22.221 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=114] [key=t.2.csv:0] [2024/05/06 11:52:22.221 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=114] [key=t.7.csv:0] [2024/05/06 11:52:22.221 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=114] [key=t.4.csv:0] [2024/05/06 11:52:22.221 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=114] [key=t.1.csv:0] [2024/05/06 11:52:23.886 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=114] [key=t.2.csv:0] [readDur=82.862768ms] [encodeDur=1.541566401s] [checksum="{cksum=0,size=263000,kvs=4000}"] [deliverDur=19.822111ms] [type=file] [takeTime=1.664650177s] [] [2024/05/06 11:52:23.886 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=114] [key=t.6.csv:0] [readDur=82.875324ms] [encodeDur=1.531669565s] [checksum="{cksum=0,size=263000,kvs=4000}"] [deliverDur=34.151108ms] [type=file] [takeTime=1.665101307s] [] [2024/05/06 11:52:23.886 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=114] [key=t.0.csv:0] [readDur=80.349131ms] [encodeDur=1.524344458s] [checksum="{cksum=10408207814181128213,size=255604,kvs=4000}"] [deliverDur=169.45418ms] [type=file] [takeTime=1.665069744s] [] [2024/05/06 11:52:23.886 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=114] [2024/05/06 11:52:23.887 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=114] [2024/05/06 11:52:23.890 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=114] [key=t.9.csv:0] [2024/05/06 11:52:23.890 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=114] [key=t.8.csv:0] [2024/05/06 11:52:23.893 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=114] [key=t.7.csv:0] [readDur=121.815766ms] [encodeDur=1.500885007s] [checksum="{cksum=0,size=263000,kvs=4000}"] [deliverDur=26.3419ms] [type=file] [takeTime=1.671672079s] [] [2024/05/06 11:52:23.899 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=114] [key=t.1.csv:0] [readDur=121.975827ms] [encodeDur=1.496499279s] [checksum="{cksum=0,size=263000,kvs=4000}"] [deliverDur=189.571035ms] [type=file] [takeTime=1.678040797s] [] [2024/05/06 11:52:23.905 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=114] [key=t.4.csv:0] [readDur=83.58097ms] [encodeDur=1.484668838s] [checksum="{cksum=0,size=263000,kvs=4000}"] [deliverDur=208.029514ms] [type=file] [takeTime=1.68377891s] [] [2024/05/06 11:52:23.907 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=114] [key=t.5.csv:0] [readDur=84.709737ms] [encodeDur=1.537082245s] [checksum="{cksum=0,size=263000,kvs=4000}"] [deliverDur=128.572755ms] [type=file] [takeTime=1.685856419s] [] [2024/05/06 11:52:23.908 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=114] [key=t.3.csv:0] [readDur=86.721565ms] [encodeDur=1.54348305s] [checksum="{cksum=0,size=263000,kvs=4000}"] [deliverDur=166.624391ms] [type=file] [takeTime=1.687274138s] [] [2024/05/06 11:52:23.912 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=data/e97a7c83-cb83-4abb-95d7-3c4c71d86a24] [sequence-number=0] [bytes=51890] [stat-size=74] [write-time=24.222432ms] [write-speed(bytes/s)=2.043MiB] [2024/05/06 11:52:23.912 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=data/e97a7c83-cb83-4abb-95d7-3c4c71d86a24] [sequence-number=0] [bytes=51890] [kv-cnt=1000] [sort-time=1.08988ms] [write-time=24.423331ms] [sort-speed(kv/s)=917532.2054] [writer-id=data/e97a7c83-cb83-4abb-95d7-3c4c71d86a24] [2024/05/06 11:52:23.912 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/e97a7c83-cb83-4abb-95d7-3c4c71d86a24] [kv-cnt-cap=1365] [minKey=7480000000000000725f728000000000000000] [maxKey=7480000000000000725f7280000000000003e7] [2024/05/06 11:52:23.947 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=data/057e0187-f1a9-4d1f-a4b7-206128f6fe32] [sequence-number=0] [bytes=53000] [stat-size=74] [write-time=37.732786ms] [write-speed(bytes/s)=1.34MiB] [2024/05/06 11:52:23.947 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=data/057e0187-f1a9-4d1f-a4b7-206128f6fe32] [sequence-number=0] [bytes=53000] [kv-cnt=1000] [sort-time=2.050953ms] [write-time=37.880397ms] [sort-speed(kv/s)=487578.2136] [writer-id=data/057e0187-f1a9-4d1f-a4b7-206128f6fe32] [2024/05/06 11:52:23.947 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/057e0187-f1a9-4d1f-a4b7-206128f6fe32] [kv-cnt-cap=1365] [minKey=7480000000000000725f728000000000001388] [maxKey=7480000000000000725f72800000000000176f] [2024/05/06 11:52:23.950 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=data/dcc014a6-f730-4f82-9f03-bb188f021388] [sequence-number=0] [bytes=53000] [stat-size=74] [write-time=48.840588ms] [write-speed(bytes/s)=1.035MiB] [2024/05/06 11:52:23.950 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=data/dcc014a6-f730-4f82-9f03-bb188f021388] [sequence-number=0] [bytes=53000] [kv-cnt=1000] [sort-time=1.458201ms] [write-time=48.959142ms] [sort-speed(kv/s)=685776.5150] [writer-id=data/dcc014a6-f730-4f82-9f03-bb188f021388] [2024/05/06 11:52:23.950 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/dcc014a6-f730-4f82-9f03-bb188f021388] [kv-cnt-cap=1365] [minKey=7480000000000000725f7280000000000003e8] [maxKey=7480000000000000725f7280000000000007cf] [2024/05/06 11:52:23.951 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=data/2d08e20f-757c-4299-9160-5676a1bd8038] [sequence-number=0] [bytes=53000] [stat-size=74] [write-time=40.12266ms] [write-speed(bytes/s)=1.26MiB] [2024/05/06 11:52:23.951 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=data/2d08e20f-757c-4299-9160-5676a1bd8038] [sequence-number=0] [bytes=53000] [kv-cnt=1000] [sort-time=2.196759ms] [write-time=40.259351ms] [sort-speed(kv/s)=455216.0706] [writer-id=data/2d08e20f-757c-4299-9160-5676a1bd8038] [2024/05/06 11:52:23.951 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/2d08e20f-757c-4299-9160-5676a1bd8038] [kv-cnt-cap=1365] [minKey=7480000000000000725f728000000000000bb8] [maxKey=7480000000000000725f728000000000000f9f] [2024/05/06 11:52:23.952 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=data/fdbb64b5-79ab-4047-8925-3120c000b89a] [sequence-number=0] [bytes=53000] [stat-size=74] [write-time=56.174678ms] [write-speed(bytes/s)=921.4KiB] [2024/05/06 11:52:23.952 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=data/fdbb64b5-79ab-4047-8925-3120c000b89a] [sequence-number=0] [bytes=53000] [kv-cnt=1000] [sort-time=2.166205ms] [write-time=56.356292ms] [sort-speed(kv/s)=461636.8257] [writer-id=data/fdbb64b5-79ab-4047-8925-3120c000b89a] [2024/05/06 11:52:23.952 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/fdbb64b5-79ab-4047-8925-3120c000b89a] [kv-cnt-cap=1365] [minKey=7480000000000000725f728000000000001b58] [maxKey=7480000000000000725f728000000000001f3f] [2024/05/06 11:52:23.956 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=data/1f03d03c-53d4-404f-940c-480b62fc8e02] [sequence-number=0] [bytes=53000] [stat-size=74] [write-time=48.964696ms] [write-speed(bytes/s)=1.032MiB] [2024/05/06 11:52:23.956 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=data/1f03d03c-53d4-404f-940c-480b62fc8e02] [sequence-number=0] [bytes=53000] [kv-cnt=1000] [sort-time=1.507348ms] [write-time=49.088569ms] [sort-speed(kv/s)=663416.8089] [writer-id=data/1f03d03c-53d4-404f-940c-480b62fc8e02] [2024/05/06 11:52:23.956 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/1f03d03c-53d4-404f-940c-480b62fc8e02] [kv-cnt-cap=1365] [minKey=7480000000000000725f728000000000000fa0] [maxKey=7480000000000000725f728000000000001387] [2024/05/06 11:52:23.968 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/1/e97a7c83-cb83-4abb-95d7-3c4c71d86a24] [sequence-number=0] [bytes=79990] [stat-size=121] [write-time=19.058419ms] [write-speed(bytes/s)=4.003MiB] [2024/05/06 11:52:23.968 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/1/e97a7c83-cb83-4abb-95d7-3c4c71d86a24] [sequence-number=0] [bytes=79990] [kv-cnt=1000] [sort-time=36.027225ms] [write-time=19.258707ms] [sort-speed(kv/s)=27756.7867] [writer-id=index/1/e97a7c83-cb83-4abb-95d7-3c4c71d86a24] [2024/05/06 11:52:23.968 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/1/e97a7c83-cb83-4abb-95d7-3c4c71d86a24] [kv-cnt-cap=1365] [minKey=7480000000000000725f69800000000000000101746573742d300000fd038000000000000000] [maxKey=7480000000000000725f69800000000000000101746573742d393939ff0000000000000000f70380000000000003e7] [2024/05/06 11:52:23.969 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/2/057e0187-f1a9-4d1f-a4b7-206128f6fe32] [sequence-number=0] [bytes=96000] [stat-size=148] [write-time=19.175607ms] [write-speed(bytes/s)=4.774MiB] [2024/05/06 11:52:23.969 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/2/057e0187-f1a9-4d1f-a4b7-206128f6fe32] [sequence-number=0] [bytes=96000] [kv-cnt=1000] [sort-time=1.812648ms] [write-time=19.299328ms] [sort-speed(kv/s)=551679.0905] [writer-id=index/2/057e0187-f1a9-4d1f-a4b7-206128f6fe32] [2024/05/06 11:52:23.969 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/2/057e0187-f1a9-4d1f-a4b7-206128f6fe32] [kv-cnt-cap=1365] [minKey=7480000000000000725f69800000000000000203800000000000138801746573742d353030ff3000000000000000f8038000000000001388] [maxKey=7480000000000000725f69800000000000000203800000000000176f01746573742d353939ff3900000000000000f803800000000000176f] [2024/05/06 11:52:23.977 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/3/dcc014a6-f730-4f82-9f03-bb188f021388] [sequence-number=0] [bytes=96000] [stat-size=148] [write-time=25.37811ms] [write-speed(bytes/s)=3.608MiB] [2024/05/06 11:52:23.977 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/3/dcc014a6-f730-4f82-9f03-bb188f021388] [sequence-number=0] [bytes=96000] [kv-cnt=1000] [sort-time=1.509158ms] [write-time=25.548404ms] [sort-speed(kv/s)=662621.1437] [writer-id=index/3/dcc014a6-f730-4f82-9f03-bb188f021388] [2024/05/06 11:52:23.978 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/3/dcc014a6-f730-4f82-9f03-bb188f021388] [kv-cnt-cap=1365] [minKey=7480000000000000725f69800000000000000301746573742d313030ff3000000000000000f80380000000000003e80380000000000003e8] [maxKey=7480000000000000725f69800000000000000301746573742d313939ff3900000000000000f80380000000000007cf0380000000000007cf] [2024/05/06 11:52:23.978 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/1/2d08e20f-757c-4299-9160-5676a1bd8038] [sequence-number=0] [bytes=82000] [stat-size=130] [write-time=22.399197ms] [write-speed(bytes/s)=3.491MiB] [2024/05/06 11:52:23.978 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/1/2d08e20f-757c-4299-9160-5676a1bd8038] [sequence-number=0] [bytes=82000] [kv-cnt=1000] [sort-time=3.956526ms] [write-time=22.555087ms] [sort-speed(kv/s)=252746.9806] [writer-id=index/1/2d08e20f-757c-4299-9160-5676a1bd8038] [2024/05/06 11:52:23.978 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/1/2d08e20f-757c-4299-9160-5676a1bd8038] [kv-cnt-cap=1365] [minKey=7480000000000000725f69800000000000000101746573742d333030ff3000000000000000f8038000000000000bb8] [maxKey=7480000000000000725f69800000000000000101746573742d333939ff3900000000000000f8038000000000000f9f] [2024/05/06 11:52:23.978 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/2/fdbb64b5-79ab-4047-8925-3120c000b89a] [sequence-number=0] [bytes=96000] [stat-size=148] [write-time=22.098785ms] [write-speed(bytes/s)=4.143MiB] [2024/05/06 11:52:23.978 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/2/fdbb64b5-79ab-4047-8925-3120c000b89a] [sequence-number=0] [bytes=96000] [kv-cnt=1000] [sort-time=3.955737ms] [write-time=22.251367ms] [sort-speed(kv/s)=252797.3927] [writer-id=index/2/fdbb64b5-79ab-4047-8925-3120c000b89a] [2024/05/06 11:52:23.979 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/2/fdbb64b5-79ab-4047-8925-3120c000b89a] [kv-cnt-cap=1365] [minKey=7480000000000000725f698000000000000002038000000000001b5801746573742d373030ff3000000000000000f8038000000000001b58] [maxKey=7480000000000000725f698000000000000002038000000000001f3f01746573742d373939ff3900000000000000f8038000000000001f3f] [2024/05/06 11:52:23.979 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/1/1f03d03c-53d4-404f-940c-480b62fc8e02] [sequence-number=0] [bytes=82000] [stat-size=130] [write-time=21.278409ms] [write-speed(bytes/s)=3.675MiB] [2024/05/06 11:52:23.979 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/1/1f03d03c-53d4-404f-940c-480b62fc8e02] [sequence-number=0] [bytes=82000] [kv-cnt=1000] [sort-time=1.594649ms] [write-time=21.39461ms] [sort-speed(kv/s)=627097.2484] [writer-id=index/1/1f03d03c-53d4-404f-940c-480b62fc8e02] [2024/05/06 11:52:23.979 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/1/1f03d03c-53d4-404f-940c-480b62fc8e02] [kv-cnt-cap=1365] [minKey=7480000000000000725f69800000000000000101746573742d343030ff3000000000000000f8038000000000000fa0] [maxKey=7480000000000000725f69800000000000000101746573742d343939ff3900000000000000f8038000000000001387] [2024/05/06 11:52:23.989 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/2/e97a7c83-cb83-4abb-95d7-3c4c71d86a24] [sequence-number=0] [bytes=93862] [stat-size=139] [write-time=17.447207ms] [write-speed(bytes/s)=5.131MiB] [2024/05/06 11:52:23.989 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/2/e97a7c83-cb83-4abb-95d7-3c4c71d86a24] [sequence-number=0] [bytes=93862] [kv-cnt=1000] [sort-time=3.110042ms] [write-time=17.581283ms] [sort-speed(kv/s)=321539.0660] [writer-id=index/2/e97a7c83-cb83-4abb-95d7-3c4c71d86a24] [2024/05/06 11:52:23.989 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/2/e97a7c83-cb83-4abb-95d7-3c4c71d86a24] [kv-cnt-cap=1365] [minKey=7480000000000000725f69800000000000000203800000000000000001746573742d300000fd038000000000000000] [maxKey=7480000000000000725f6980000000000000020380000000000003e701746573742d393939ff0000000000000000f70380000000000003e7] [2024/05/06 11:52:23.991 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/3/057e0187-f1a9-4d1f-a4b7-206128f6fe32] [sequence-number=0] [bytes=96000] [stat-size=148] [write-time=19.119572ms] [write-speed(bytes/s)=4.788MiB] [2024/05/06 11:52:23.991 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/3/057e0187-f1a9-4d1f-a4b7-206128f6fe32] [sequence-number=0] [bytes=96000] [kv-cnt=1000] [sort-time=2.579973ms] [write-time=19.252344ms] [sort-speed(kv/s)=387600.9555] [writer-id=index/3/057e0187-f1a9-4d1f-a4b7-206128f6fe32] [2024/05/06 11:52:23.991 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/3/057e0187-f1a9-4d1f-a4b7-206128f6fe32] [kv-cnt-cap=1365] [minKey=7480000000000000725f69800000000000000301746573742d353030ff3000000000000000f8038000000000001388038000000000001388] [maxKey=7480000000000000725f69800000000000000301746573742d353939ff3900000000000000f803800000000000176f03800000000000176f] [2024/05/06 11:52:24.006 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/1/dcc014a6-f730-4f82-9f03-bb188f021388] [sequence-number=0] [bytes=82000] [stat-size=130] [write-time=23.64849ms] [write-speed(bytes/s)=3.307MiB] [2024/05/06 11:52:24.006 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/1/dcc014a6-f730-4f82-9f03-bb188f021388] [sequence-number=0] [bytes=82000] [kv-cnt=1000] [sort-time=4.088116ms] [write-time=23.78567ms] [sort-speed(kv/s)=244611.4543] [writer-id=index/1/dcc014a6-f730-4f82-9f03-bb188f021388] [2024/05/06 11:52:24.006 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/1/dcc014a6-f730-4f82-9f03-bb188f021388] [kv-cnt-cap=1365] [minKey=7480000000000000725f69800000000000000101746573742d313030ff3000000000000000f80380000000000003e8] [maxKey=7480000000000000725f69800000000000000101746573742d313939ff3900000000000000f80380000000000007cf] [2024/05/06 11:52:24.006 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/2/1f03d03c-53d4-404f-940c-480b62fc8e02] [sequence-number=0] [bytes=96000] [stat-size=148] [write-time=23.099027ms] [write-speed(bytes/s)=3.963MiB] [2024/05/06 11:52:24.007 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/2/1f03d03c-53d4-404f-940c-480b62fc8e02] [sequence-number=0] [bytes=96000] [kv-cnt=1000] [sort-time=3.732172ms] [write-time=23.258029ms] [sort-speed(kv/s)=267940.4915] [writer-id=index/2/1f03d03c-53d4-404f-940c-480b62fc8e02] [2024/05/06 11:52:24.007 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/2/1f03d03c-53d4-404f-940c-480b62fc8e02] [kv-cnt-cap=1365] [minKey=7480000000000000725f698000000000000002038000000000000fa001746573742d343030ff3000000000000000f8038000000000000fa0] [maxKey=7480000000000000725f69800000000000000203800000000000138701746573742d343939ff3900000000000000f8038000000000001387] [2024/05/06 11:52:24.007 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/2/2d08e20f-757c-4299-9160-5676a1bd8038] [sequence-number=0] [bytes=96000] [stat-size=148] [write-time=24.079398ms] [write-speed(bytes/s)=3.802MiB] [2024/05/06 11:52:24.007 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/2/2d08e20f-757c-4299-9160-5676a1bd8038] [sequence-number=0] [bytes=96000] [kv-cnt=1000] [sort-time=4.622547ms] [write-time=24.219907ms] [sort-speed(kv/s)=216330.9535] [writer-id=index/2/2d08e20f-757c-4299-9160-5676a1bd8038] [2024/05/06 11:52:24.007 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/2/2d08e20f-757c-4299-9160-5676a1bd8038] [kv-cnt-cap=1365] [minKey=7480000000000000725f698000000000000002038000000000000bb801746573742d333030ff3000000000000000f8038000000000000bb8] [maxKey=7480000000000000725f698000000000000002038000000000000f9f01746573742d333939ff3900000000000000f8038000000000000f9f] [2024/05/06 11:52:24.047 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/3/fdbb64b5-79ab-4047-8925-3120c000b89a] [sequence-number=0] [bytes=96000] [stat-size=148] [write-time=63.812632ms] [write-speed(bytes/s)=1.435MiB] [2024/05/06 11:52:24.047 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/3/fdbb64b5-79ab-4047-8925-3120c000b89a] [sequence-number=0] [bytes=96000] [kv-cnt=1000] [sort-time=4.226766ms] [write-time=63.996658ms] [sort-speed(kv/s)=236587.4998] [writer-id=index/3/fdbb64b5-79ab-4047-8925-3120c000b89a] [2024/05/06 11:52:24.047 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/3/fdbb64b5-79ab-4047-8925-3120c000b89a] [kv-cnt-cap=1365] [minKey=7480000000000000725f69800000000000000301746573742d373030ff3000000000000000f8038000000000001b58038000000000001b58] [maxKey=7480000000000000725f69800000000000000301746573742d373939ff3900000000000000f8038000000000001f3f038000000000001f3f] [2024/05/06 11:52:24.053 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/1/057e0187-f1a9-4d1f-a4b7-206128f6fe32] [sequence-number=0] [bytes=82000] [stat-size=130] [write-time=58.308527ms] [write-speed(bytes/s)=1.341MiB] [2024/05/06 11:52:24.053 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/1/057e0187-f1a9-4d1f-a4b7-206128f6fe32] [sequence-number=0] [bytes=82000] [kv-cnt=1000] [sort-time=3.211885ms] [write-time=58.457507ms] [sort-speed(kv/s)=311343.6502] [writer-id=index/1/057e0187-f1a9-4d1f-a4b7-206128f6fe32] [2024/05/06 11:52:24.053 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/1/057e0187-f1a9-4d1f-a4b7-206128f6fe32] [kv-cnt-cap=1365] [minKey=7480000000000000725f69800000000000000101746573742d353030ff3000000000000000f8038000000000001388] [maxKey=7480000000000000725f69800000000000000101746573742d353939ff3900000000000000f803800000000000176f] [2024/05/06 11:52:24.071 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/3/e97a7c83-cb83-4abb-95d7-3c4c71d86a24] [sequence-number=0] [bytes=93862] [stat-size=139] [write-time=66.008541ms] [write-speed(bytes/s)=1.356MiB] [2024/05/06 11:52:24.071 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/3/e97a7c83-cb83-4abb-95d7-3c4c71d86a24] [sequence-number=0] [bytes=93862] [kv-cnt=1000] [sort-time=16.120321ms] [write-time=66.162647ms] [sort-speed(kv/s)=62033.5042] [writer-id=index/3/e97a7c83-cb83-4abb-95d7-3c4c71d86a24] [2024/05/06 11:52:24.071 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/3/e97a7c83-cb83-4abb-95d7-3c4c71d86a24] [kv-cnt-cap=1365] [minKey=7480000000000000725f69800000000000000301746573742d300000fd038000000000000000038000000000000000] [maxKey=7480000000000000725f69800000000000000301746573742d393939ff0000000000000000f70380000000000003e70380000000000003e7] [2024/05/06 11:52:24.072 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/3/1f03d03c-53d4-404f-940c-480b62fc8e02] [sequence-number=0] [bytes=96000] [stat-size=148] [write-time=62.182332ms] [write-speed(bytes/s)=1.472MiB] [2024/05/06 11:52:24.072 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/3/1f03d03c-53d4-404f-940c-480b62fc8e02] [sequence-number=0] [bytes=96000] [kv-cnt=1000] [sort-time=3.051311ms] [write-time=62.335248ms] [sort-speed(kv/s)=327727.9832] [writer-id=index/3/1f03d03c-53d4-404f-940c-480b62fc8e02] [2024/05/06 11:52:24.072 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/3/1f03d03c-53d4-404f-940c-480b62fc8e02] [kv-cnt-cap=1365] [minKey=7480000000000000725f69800000000000000301746573742d343030ff3000000000000000f8038000000000000fa0038000000000000fa0] [maxKey=7480000000000000725f69800000000000000301746573742d343939ff3900000000000000f8038000000000001387038000000000001387] [2024/05/06 11:52:24.073 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/3/2d08e20f-757c-4299-9160-5676a1bd8038] [sequence-number=0] [bytes=96000] [stat-size=148] [write-time=62.708663ms] [write-speed(bytes/s)=1.46MiB] [2024/05/06 11:52:24.073 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/3/2d08e20f-757c-4299-9160-5676a1bd8038] [sequence-number=0] [bytes=96000] [kv-cnt=1000] [sort-time=2.568384ms] [write-time=62.849666ms] [sort-speed(kv/s)=389349.8791] [writer-id=index/3/2d08e20f-757c-4299-9160-5676a1bd8038] [2024/05/06 11:52:24.073 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/3/2d08e20f-757c-4299-9160-5676a1bd8038] [kv-cnt-cap=1365] [minKey=7480000000000000725f69800000000000000301746573742d333030ff3000000000000000f8038000000000000bb8038000000000000bb8] [maxKey=7480000000000000725f69800000000000000301746573742d333939ff3900000000000000f8038000000000000f9f038000000000000f9f] [2024/05/06 11:52:24.074 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/2/dcc014a6-f730-4f82-9f03-bb188f021388] [sequence-number=0] [bytes=96000] [stat-size=148] [write-time=65.820325ms] [write-speed(bytes/s)=1.391MiB] [2024/05/06 11:52:24.074 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/2/dcc014a6-f730-4f82-9f03-bb188f021388] [sequence-number=0] [bytes=96000] [kv-cnt=1000] [sort-time=1.890053ms] [write-time=65.927475ms] [sort-speed(kv/s)=529085.6923] [writer-id=index/2/dcc014a6-f730-4f82-9f03-bb188f021388] [2024/05/06 11:52:24.074 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/2/dcc014a6-f730-4f82-9f03-bb188f021388] [kv-cnt-cap=1365] [minKey=7480000000000000725f6980000000000000020380000000000003e801746573742d313030ff3000000000000000f80380000000000003e8] [maxKey=7480000000000000725f6980000000000000020380000000000007cf01746573742d313939ff3900000000000000f80380000000000007cf] [2024/05/06 11:52:24.080 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/1/fdbb64b5-79ab-4047-8925-3120c000b89a] [sequence-number=0] [bytes=82000] [stat-size=130] [write-time=31.663847ms] [write-speed(bytes/s)=2.47MiB] [2024/05/06 11:52:24.081 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/1/fdbb64b5-79ab-4047-8925-3120c000b89a] [sequence-number=0] [bytes=82000] [kv-cnt=1000] [sort-time=1.55744ms] [write-time=31.774103ms] [sort-speed(kv/s)=642079.3096] [writer-id=index/1/fdbb64b5-79ab-4047-8925-3120c000b89a] [2024/05/06 11:52:24.081 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/1/fdbb64b5-79ab-4047-8925-3120c000b89a] [kv-cnt-cap=1365] [minKey=7480000000000000725f69800000000000000101746573742d373030ff3000000000000000f8038000000000001b58] [maxKey=7480000000000000725f69800000000000000101746573742d373939ff3900000000000000f8038000000000001f3f] [2024/05/06 11:52:24.608 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=114] [key=t.9.csv:0] [readDur=68.733313ms] [encodeDur=628.164517ms] [checksum="{cksum=0,size=263000,kvs=4000}"] [deliverDur=27.597117ms] [type=file] [takeTime=718.078091ms] [] [2024/05/06 11:52:24.626 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=114] [key=t.8.csv:0] [readDur=74.964121ms] [encodeDur=634.213688ms] [checksum="{cksum=0,size=263000,kvs=4000}"] [deliverDur=9.091397ms] [type=file] [takeTime=735.90236ms] [] [2024/05/06 11:52:24.650 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=data/50d99fde-7ceb-4b47-9f7f-e50d0cfd2785] [sequence-number=0] [bytes=106000] [stat-size=74] [write-time=39.049824ms] [write-speed(bytes/s)=2.589MiB] [2024/05/06 11:52:24.650 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=data/50d99fde-7ceb-4b47-9f7f-e50d0cfd2785] [sequence-number=0] [bytes=106000] [kv-cnt=2000] [sort-time=1.968241ms] [write-time=39.205513ms] [sort-speed(kv/s)=1016135.7273] [writer-id=data/50d99fde-7ceb-4b47-9f7f-e50d0cfd2785] [2024/05/06 11:52:24.650 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/50d99fde-7ceb-4b47-9f7f-e50d0cfd2785] [kv-cnt-cap=2048] [minKey=7480000000000000725f728000000000001770] [maxKey=7480000000000000725f72800000000000270f] [2024/05/06 11:52:24.666 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=data/a4c556fb-b07a-4a05-97a0-e4399150eb4e] [sequence-number=0] [bytes=106000] [stat-size=74] [write-time=37.139291ms] [write-speed(bytes/s)=2.722MiB] [2024/05/06 11:52:24.666 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=data/a4c556fb-b07a-4a05-97a0-e4399150eb4e] [sequence-number=0] [bytes=106000] [kv-cnt=2000] [sort-time=2.02454ms] [write-time=37.2845ms] [sort-speed(kv/s)=987878.7280] [writer-id=data/a4c556fb-b07a-4a05-97a0-e4399150eb4e] [2024/05/06 11:52:24.666 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=data/a4c556fb-b07a-4a05-97a0-e4399150eb4e] [kv-cnt-cap=2048] [minKey=7480000000000000725f7280000000000007d0] [maxKey=7480000000000000725f728000000000002327] [2024/05/06 11:52:24.692 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/1/50d99fde-7ceb-4b47-9f7f-e50d0cfd2785] [sequence-number=0] [bytes=164000] [stat-size=130] [write-time=40.093492ms] [write-speed(bytes/s)=3.901MiB] [2024/05/06 11:52:24.692 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/1/50d99fde-7ceb-4b47-9f7f-e50d0cfd2785] [sequence-number=0] [bytes=164000] [kv-cnt=2000] [sort-time=1.995367ms] [write-time=40.232631ms] [sort-speed(kv/s)=1002321.8786] [writer-id=index/1/50d99fde-7ceb-4b47-9f7f-e50d0cfd2785] [2024/05/06 11:52:24.693 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/1/50d99fde-7ceb-4b47-9f7f-e50d0cfd2785] [kv-cnt-cap=2048] [minKey=7480000000000000725f69800000000000000101746573742d363030ff3000000000000000f8038000000000001770] [maxKey=7480000000000000725f69800000000000000101746573742d393939ff3900000000000000f803800000000000270f] [2024/05/06 11:52:24.713 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/3/a4c556fb-b07a-4a05-97a0-e4399150eb4e] [sequence-number=0] [bytes=192000] [stat-size=148] [write-time=43.643124ms] [write-speed(bytes/s)=4.196MiB] [2024/05/06 11:52:24.713 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/3/a4c556fb-b07a-4a05-97a0-e4399150eb4e] [sequence-number=0] [bytes=192000] [kv-cnt=2000] [sort-time=2.713021ms] [write-time=43.781536ms] [sort-speed(kv/s)=737185.5950] [writer-id=index/3/a4c556fb-b07a-4a05-97a0-e4399150eb4e] [2024/05/06 11:52:24.713 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/3/a4c556fb-b07a-4a05-97a0-e4399150eb4e] [kv-cnt-cap=2048] [minKey=7480000000000000725f69800000000000000301746573742d323030ff3000000000000000f80380000000000007d00380000000000007d0] [maxKey=7480000000000000725f69800000000000000301746573742d383939ff3900000000000000f8038000000000002327038000000000002327] [2024/05/06 11:52:24.737 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/2/50d99fde-7ceb-4b47-9f7f-e50d0cfd2785] [sequence-number=0] [bytes=192000] [stat-size=148] [write-time=42.554693ms] [write-speed(bytes/s)=4.303MiB] [2024/05/06 11:52:24.737 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/2/50d99fde-7ceb-4b47-9f7f-e50d0cfd2785] [sequence-number=0] [bytes=192000] [kv-cnt=2000] [sort-time=2.018064ms] [write-time=42.711622ms] [sort-speed(kv/s)=991048.8468] [writer-id=index/2/50d99fde-7ceb-4b47-9f7f-e50d0cfd2785] [2024/05/06 11:52:24.738 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/2/50d99fde-7ceb-4b47-9f7f-e50d0cfd2785] [kv-cnt-cap=2048] [minKey=7480000000000000725f69800000000000000203800000000000177001746573742d363030ff3000000000000000f8038000000000001770] [maxKey=7480000000000000725f69800000000000000203800000000000270f01746573742d393939ff3900000000000000f803800000000000270f] [2024/05/06 11:52:24.756 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/1/a4c556fb-b07a-4a05-97a0-e4399150eb4e] [sequence-number=0] [bytes=164000] [stat-size=130] [write-time=40.617919ms] [write-speed(bytes/s)=3.851MiB] [2024/05/06 11:52:24.756 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/1/a4c556fb-b07a-4a05-97a0-e4399150eb4e] [sequence-number=0] [bytes=164000] [kv-cnt=2000] [sort-time=2.117768ms] [write-time=40.754069ms] [sort-speed(kv/s)=944390.5093] [writer-id=index/1/a4c556fb-b07a-4a05-97a0-e4399150eb4e] [2024/05/06 11:52:24.756 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/1/a4c556fb-b07a-4a05-97a0-e4399150eb4e] [kv-cnt-cap=2048] [minKey=7480000000000000725f69800000000000000101746573742d323030ff3000000000000000f80380000000000007d0] [maxKey=7480000000000000725f69800000000000000101746573742d383939ff3900000000000000f8038000000000002327] [2024/05/06 11:52:24.800 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/3/50d99fde-7ceb-4b47-9f7f-e50d0cfd2785] [sequence-number=0] [bytes=192000] [stat-size=148] [write-time=59.739277ms] [write-speed(bytes/s)=3.065MiB] [2024/05/06 11:52:24.800 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/3/50d99fde-7ceb-4b47-9f7f-e50d0cfd2785] [sequence-number=0] [bytes=192000] [kv-cnt=2000] [sort-time=2.055747ms] [write-time=59.993614ms] [sort-speed(kv/s)=972882.3634] [writer-id=index/3/50d99fde-7ceb-4b47-9f7f-e50d0cfd2785] [2024/05/06 11:52:24.800 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/3/50d99fde-7ceb-4b47-9f7f-e50d0cfd2785] [kv-cnt-cap=2048] [minKey=7480000000000000725f69800000000000000301746573742d363030ff3000000000000000f8038000000000001770038000000000001770] [maxKey=7480000000000000725f69800000000000000301746573742d393939ff3900000000000000f803800000000000270f03800000000000270f] [2024/05/06 11:52:24.822 +00:00] [INFO] [writer.go:570] ["flush sorted kv"] [writer-id=index/2/a4c556fb-b07a-4a05-97a0-e4399150eb4e] [sequence-number=0] [bytes=192000] [stat-size=148] [write-time=63.938623ms] [write-speed(bytes/s)=2.864MiB] [2024/05/06 11:52:24.822 +00:00] [INFO] [writer.go:479] ["flush kv"] [writer-id=index/2/a4c556fb-b07a-4a05-97a0-e4399150eb4e] [sequence-number=0] [bytes=192000] [kv-cnt=2000] [sort-time=2.205295ms] [write-time=64.099035ms] [sort-speed(kv/s)=906908.1461] [writer-id=index/2/a4c556fb-b07a-4a05-97a0-e4399150eb4e] [2024/05/06 11:52:24.822 +00:00] [INFO] [writer.go:413] ["close writer"] [writerID=index/2/a4c556fb-b07a-4a05-97a0-e4399150eb4e] [kv-cnt-cap=2048] [minKey=7480000000000000725f6980000000000000020380000000000007d001746573742d323030ff3000000000000000f80380000000000007d0] [maxKey=7480000000000000725f69800000000000000203800000000000232701746573742d383939ff3900000000000000f8038000000000002327] [2024/05/06 11:52:24.823 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=4] [step=encode&sort] [subtask-id=21] [takeTime=2.607173762s] [] [2024/05/06 11:52:24.823 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=4] [step=encode&sort] [engine-id=0] [2024/05/06 11:52:24.965 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=4] [step=encode&sort] [2024/05/06 11:52:24.967 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:24.967 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:52:24.967 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:24.967 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:52:24.967 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:52:24.967 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:52:24.967 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:24.967 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:52:24.967 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=6] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:24.967 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:24.967 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=6] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:24.967 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:24.967 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:52:24.969 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:52:24.969 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:24.969 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:24.969 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=6] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:24.969 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:24.969 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=4] [task-type=ImportInto] [server-id=:4000] [step=encode&sort] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=16GiB]"] [takeTime=2.836620021s] [] [2024/05/06 11:52:24.985 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=encode&sort] [next-step=merge-sort] [2024/05/06 11:52:24.986 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:24.988 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=4] [curr-step=encode&sort] [next-step=merge-sort] [2024/05/06 11:52:25.011 +00:00] [INFO] [planner.go:312] ["skip merge sort for kv group"] [task-id=4] [kv-group=data] [2024/05/06 11:52:25.011 +00:00] [INFO] [planner.go:312] ["skip merge sort for kv group"] [task-id=4] [kv-group=1] [2024/05/06 11:52:25.011 +00:00] [INFO] [planner.go:312] ["skip merge sort for kv group"] [task-id=4] [kv-group=2] [2024/05/06 11:52:25.011 +00:00] [INFO] [planner.go:312] ["skip merge sort for kv group"] [task-id=4] [kv-group=3] [2024/05/06 11:52:25.011 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=4] [curr-step=encode&sort] [next-step=merge-sort] [subtask-count=0] [2024/05/06 11:52:25.011 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=merge-sort] [concurrency=8] [subtasks=0] [2024/05/06 11:52:25.148 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=merge-sort] [next-step=write&ingest] [2024/05/06 11:52:25.150 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:25.152 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=4] [curr-step=merge-sort] [next-step=write&ingest] [2024/05/06 11:52:25.205 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:25.206 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:25.212 +00:00] [INFO] [pd_service_discovery.go:991] ["[pd] update member urls"] [old-urls="[http://127.0.0.1:2379]"] [new-urls="[http://127.0.0.1:2379,http://127.0.0.1:2382,http://127.0.0.1:2384]"] [2024/05/06 11:52:25.212 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:52:25.214 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852648833728874] [2024/05/06 11:52:25.214 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:25.214 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:52:25.215 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:25.215 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:25.215 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:52:25.215 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:52:25.215 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:25.219 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:52:25.219 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:52:25.219 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:52:25.219 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:25.219 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:52:25.219 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:25.219 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:25.220 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:52:25.220 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=8] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:25.220 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:25.220 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=8] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:25.220 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:25.220 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:52:25.221 +00:00] [INFO] [planner.go:506] ["split kv range with split size and keys"] [region-split-size=100663296] [region-split-keys=1280000] [2024/05/06 11:52:25.221 +00:00] [INFO] [split.go:107] ["create range splitter"] [overlaps="[1,1,1,1,1,1,1,1]"] [fileNums="[1,1,1,1,1,1,1,1]"] [rangesGroupSize=107374182400] [rangesGroupKeys=9223372036854775807] [maxRangeSize=100663296] [maxRangeKeys=1280000] [2024/05/06 11:52:25.227 +00:00] [INFO] [planner.go:391] ["kv range as subtask"] [startKey=7480000000000000725f69800000000000000301746573742d300000fd038000000000000000038000000000000000] [endKey=7480000000000000725f69800000000000000301746573742d393939ff3900000000000000f803800000000000270f03800000000000270f00] [dataFiles=8] [2024/05/06 11:52:25.227 +00:00] [INFO] [split.go:139] ["close range splitter"] [] [2024/05/06 11:52:25.229 +00:00] [INFO] [pd_service_discovery.go:991] ["[pd] update member urls"] [old-urls="[http://127.0.0.1:2379]"] [new-urls="[http://127.0.0.1:2379,http://127.0.0.1:2382,http://127.0.0.1:2384]"] [2024/05/06 11:52:25.230 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:52:25.231 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852648833728874] [2024/05/06 11:52:25.231 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:25.231 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:52:25.232 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:25.232 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:52:25.232 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:25.232 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:52:25.232 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:25.236 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:25.236 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:52:25.236 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:25.236 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:52:25.236 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:52:25.236 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:52:25.237 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:25.237 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:52:25.237 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=8] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:25.237 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:25.237 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=8] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:25.237 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:25.237 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:52:25.238 +00:00] [INFO] [planner.go:506] ["split kv range with split size and keys"] [region-split-size=100663296] [region-split-keys=1280000] [2024/05/06 11:52:25.238 +00:00] [INFO] [split.go:107] ["create range splitter"] [overlaps="[1,1,1,1,1,1,1,1]"] [fileNums="[1,1,1,1,1,1,1,1]"] [rangesGroupSize=107374182400] [rangesGroupKeys=9223372036854775807] [maxRangeSize=100663296] [maxRangeKeys=1280000] [2024/05/06 11:52:25.243 +00:00] [INFO] [planner.go:391] ["kv range as subtask"] [startKey=7480000000000000725f69800000000000000101746573742d300000fd038000000000000000] [endKey=7480000000000000725f69800000000000000101746573742d393939ff3900000000000000f803800000000000270f00] [dataFiles=8] [2024/05/06 11:52:25.243 +00:00] [INFO] [split.go:139] ["close range splitter"] [] [2024/05/06 11:52:25.246 +00:00] [INFO] [pd_service_discovery.go:991] ["[pd] update member urls"] [old-urls="[http://127.0.0.1:2379]"] [new-urls="[http://127.0.0.1:2379,http://127.0.0.1:2382,http://127.0.0.1:2384]"] [2024/05/06 11:52:25.246 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:52:25.247 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852648833728874] [2024/05/06 11:52:25.248 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:25.248 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:52:25.249 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:25.249 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:25.249 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:52:25.249 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:52:25.249 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:25.254 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:25.254 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:25.254 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:52:25.254 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:52:25.254 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:52:25.254 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:52:25.254 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:52:25.254 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:25.254 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=8] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:25.254 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:25.254 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=8] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:25.254 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:25.254 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:52:25.255 +00:00] [INFO] [planner.go:506] ["split kv range with split size and keys"] [region-split-size=100663296] [region-split-keys=1280000] [2024/05/06 11:52:25.255 +00:00] [INFO] [split.go:107] ["create range splitter"] [overlaps="[1,1,1,1,1,1,1,1]"] [fileNums="[1,1,1,1,1,1,1,1]"] [rangesGroupSize=107374182400] [rangesGroupKeys=9223372036854775807] [maxRangeSize=100663296] [maxRangeKeys=1280000] [2024/05/06 11:52:25.260 +00:00] [INFO] [planner.go:391] ["kv range as subtask"] [startKey=7480000000000000725f728000000000000000] [endKey=7480000000000000725f72800000000000270f00] [dataFiles=8] [2024/05/06 11:52:25.260 +00:00] [INFO] [split.go:139] ["close range splitter"] [] [2024/05/06 11:52:25.262 +00:00] [INFO] [task_executor.go:237] ["no subtask to run for a while, exit"] [task-id=4] [task-type=ImportInto] [server-id=:4000] [2024/05/06 11:52:25.262 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=4] [type=ImportInto] [2024/05/06 11:52:25.263 +00:00] [INFO] [pd_service_discovery.go:991] ["[pd] update member urls"] [old-urls="[http://127.0.0.1:2379]"] [new-urls="[http://127.0.0.1:2379,http://127.0.0.1:2382,http://127.0.0.1:2384]"] [2024/05/06 11:52:25.263 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:52:25.264 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852648833728874] [2024/05/06 11:52:25.265 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:25.265 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:52:25.266 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:25.266 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:52:25.266 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:52:25.266 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:25.266 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:25.270 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:52:25.270 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:25.270 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:25.270 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:52:25.270 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:52:25.270 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:25.270 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:52:25.270 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:52:25.270 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=8] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:25.270 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:25.270 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=8] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:25.270 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:25.270 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:52:25.271 +00:00] [INFO] [planner.go:506] ["split kv range with split size and keys"] [region-split-size=100663296] [region-split-keys=1280000] [2024/05/06 11:52:25.271 +00:00] [INFO] [split.go:107] ["create range splitter"] [overlaps="[1,1,1,1,1,1,1,1]"] [fileNums="[1,1,1,1,1,1,1,1]"] [rangesGroupSize=107374182400] [rangesGroupKeys=9223372036854775807] [maxRangeSize=100663296] [maxRangeKeys=1280000] [2024/05/06 11:52:25.277 +00:00] [INFO] [planner.go:391] ["kv range as subtask"] [startKey=7480000000000000725f69800000000000000203800000000000000001746573742d300000fd038000000000000000] [endKey=7480000000000000725f69800000000000000203800000000000270f01746573742d393939ff3900000000000000f803800000000000270f00] [dataFiles=8] [2024/05/06 11:52:25.277 +00:00] [INFO] [split.go:139] ["close range splitter"] [] [2024/05/06 11:52:25.277 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=4] [curr-step=merge-sort] [next-step=write&ingest] [subtask-count=4] [2024/05/06 11:52:25.277 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=write&ingest] [concurrency=8] [subtasks=4] [2024/05/06 11:52:25.484 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=4] [mode=Import] [2024/05/06 11:52:25.543 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=4] [type=ImportInto] [remaining-slots=8] [2024/05/06 11:52:25.581 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=4] [task-type=ImportInto] [server-id=:4000] [step=write&ingest] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=16GiB]"] [2024/05/06 11:52:25.583 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:25.584 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:25.592 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:52:25.593 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852648833728874] [2024/05/06 11:52:25.593 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:25.593 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:52:25.594 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:25.594 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:52:25.594 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:25.594 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:52:25.594 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:25.609 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:52:25.610 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:52:25.610 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:52:25.652 +00:00] [INFO] [task_executor.go:399] ["run subtask start"] [type=ImportInto] [task-id=4] [step=write&ingest] [subtask-id=22] [kv-group=3] [2024/05/06 11:52:25.652 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:25.657 +00:00] [INFO] [local.go:813] ["split engine key ranges"] [category=ddl-ingest] [engine=external] [totalSize=107374182400] [totalCount=0] [startKey=7480000000000000725F69800000000000000301746573742D300000FD038000000000000000038000000000000000] [endKey=7480000000000000725F69800000000000000301746573742D393939FF3900000000000000F803800000000000270F03800000000000270F00] [ranges=1] [] [2024/05/06 11:52:25.657 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:52:25.680 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=67ff6562-87d0-5a56-80bb-4a167ccff507] ["region ranges"=1] [count=0] [size=107374182400] [2024/05/06 11:52:25.680 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:52:25.680 +00:00] [INFO] [local.go:849] ["split and scatter ranges start"] [category=ddl-ingest] [uuid=external] [2024/05/06 11:52:25.681 +00:00] [INFO] [client.go:570] ["paginate scan regions"] [count=2] [start=7480000000000000FF725F698000000000FF0000030174657374FF2D300000FD038000FF0000000000000380FF0000000000000000FE] [end=7480000000000000FF725F698000000000FF0000030174657374FF2D393939FF390000FF0000000000F80380FF0000000000270F03FF800000000000270FFF0000000000000000F9] [2024/05/06 11:52:25.681 +00:00] [INFO] [localhelper.go:94] ["waiting for scattering regions done"] [category=ddl-ingest] [regions=0] [take=13.123µs] [2024/05/06 11:52:25.681 +00:00] [INFO] [local.go:874] ["split and scatter ranges completed"] [category=ddl-ingest] [uuid=external] [takeTime=1.190949ms] [] [2024/05/06 11:52:25.681 +00:00] [INFO] [reader.go:42] ["read all data start"] [2024/05/06 11:52:25.681 +00:00] [INFO] [reader.go:43] [arguments] [data-file-count=8] [stat-file-count=8] [start-key="dIAAAAAAAAByX2mAAAAAAAAAAwF0ZXN0LTAAAP0DgAAAAAAAAAADgAAAAAAAAAA="] [end-key=dIAAAAAAAAByX2mAAAAAAAAAAwF0ZXN0LTk5Of85AAAAAAAAAPgDgAAAAAAAJw8DgAAAAAAAJw8A] [2024/05/06 11:52:25.681 +00:00] [INFO] [util.go:52] ["seek props offsets start"] [2024/05/06 11:52:25.688 +00:00] [INFO] [util.go:54] ["seek props offsets completed"] [takeTime=6.19684ms] [] [2024/05/06 11:52:25.762 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:25.762 +00:00] [INFO] [reader.go:63] ["read all data completed"] [takeTime=80.91673ms] [] [2024/05/06 11:52:25.762 +00:00] [INFO] [engine.go:77] ["building memKVsAndBuffers"] [sumKVCnt=10000] [droppedSize=0] [2024/05/06 11:52:25.764 +00:00] [INFO] [engine.go:289] ["reading external storage in loadBatchRegionData"] ["cost time"=82.675974ms] [droppedSize=0] [2024/05/06 11:52:25.870 +00:00] [INFO] [engine.go:309] ["sorting in loadBatchRegionData"] ["cost time"=106.327015ms] [2024/05/06 11:52:25.966 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=67ff6562-87d0-5a56-80bb-4a167ccff507] [size=107374182400] [kvs=0] [importedSize=797862] [importedCount=10000] [2024/05/06 11:52:25.968 +00:00] [INFO] [task_executor.go:401] ["run subtask completed"] [type=ImportInto] [task-id=4] [step=write&ingest] [subtask-id=22] [kv-group=3] [takeTime=316.274461ms] [] [2024/05/06 11:52:26.042 +00:00] [INFO] [task_executor.go:399] ["run subtask start"] [type=ImportInto] [task-id=4] [step=write&ingest] [subtask-id=23] [kv-group=1] [2024/05/06 11:52:26.042 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:26.048 +00:00] [INFO] [local.go:813] ["split engine key ranges"] [category=ddl-ingest] [engine=external] [totalSize=107374182400] [totalCount=0] [startKey=7480000000000000725F69800000000000000101746573742D300000FD038000000000000000] [endKey=7480000000000000725F69800000000000000101746573742D393939FF3900000000000000F803800000000000270F00] [ranges=1] [] [2024/05/06 11:52:26.048 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:52:26.070 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=13828c64-9414-5512-b90c-635ed80ab1cf] ["region ranges"=1] [count=0] [size=107374182400] [2024/05/06 11:52:26.070 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:52:26.070 +00:00] [INFO] [local.go:849] ["split and scatter ranges start"] [category=ddl-ingest] [uuid=external] [2024/05/06 11:52:26.071 +00:00] [INFO] [client.go:570] ["paginate scan regions"] [count=2] [start=7480000000000000FF725F698000000000FF0000010174657374FF2D300000FD038000FF0000000000000000FD] [end=7480000000000000FF725F698000000000FF0000010174657374FF2D393939FF390000FF0000000000F80380FF0000000000270F00FF0000000000000000F8] [2024/05/06 11:52:26.071 +00:00] [INFO] [localhelper.go:94] ["waiting for scattering regions done"] [category=ddl-ingest] [regions=0] [take=10.438µs] [2024/05/06 11:52:26.071 +00:00] [INFO] [local.go:874] ["split and scatter ranges completed"] [category=ddl-ingest] [uuid=external] [takeTime=1.033469ms] [] [2024/05/06 11:52:26.071 +00:00] [INFO] [reader.go:42] ["read all data start"] [2024/05/06 11:52:26.071 +00:00] [INFO] [reader.go:43] [arguments] [data-file-count=8] [stat-file-count=8] [start-key="dIAAAAAAAAByX2mAAAAAAAAAAQF0ZXN0LTAAAP0DgAAAAAAAAAA="] [end-key=dIAAAAAAAAByX2mAAAAAAAAAAQF0ZXN0LTk5Of85AAAAAAAAAPgDgAAAAAAAJw8A] [2024/05/06 11:52:26.072 +00:00] [INFO] [util.go:52] ["seek props offsets start"] [2024/05/06 11:52:26.078 +00:00] [INFO] [util.go:54] ["seek props offsets completed"] [takeTime=6.122056ms] [] [2024/05/06 11:52:26.173 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:26.174 +00:00] [INFO] [reader.go:63] ["read all data completed"] [takeTime=102.125857ms] [] [2024/05/06 11:52:26.174 +00:00] [INFO] [engine.go:77] ["building memKVsAndBuffers"] [sumKVCnt=10000] [droppedSize=0] [2024/05/06 11:52:26.176 +00:00] [INFO] [engine.go:289] ["reading external storage in loadBatchRegionData"] ["cost time"=104.267604ms] [droppedSize=0] [2024/05/06 11:52:26.255 +00:00] [INFO] [engine.go:309] ["sorting in loadBatchRegionData"] ["cost time"=79.304992ms] [2024/05/06 11:52:26.348 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=13828c64-9414-5512-b90c-635ed80ab1cf] [size=107374182400] [kvs=0] [importedSize=657990] [importedCount=10000] [2024/05/06 11:52:26.350 +00:00] [INFO] [task_executor.go:401] ["run subtask completed"] [type=ImportInto] [task-id=4] [step=write&ingest] [subtask-id=23] [kv-group=1] [takeTime=307.789568ms] [] [2024/05/06 11:52:26.415 +00:00] [INFO] [task_executor.go:399] ["run subtask start"] [type=ImportInto] [task-id=4] [step=write&ingest] [subtask-id=24] [kv-group=data] [2024/05/06 11:52:26.415 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:26.420 +00:00] [INFO] [local.go:813] ["split engine key ranges"] [category=ddl-ingest] [engine=external] [totalSize=107374182400] [totalCount=0] [startKey=7480000000000000725F728000000000000000] [endKey=7480000000000000725F72800000000000270F00] [ranges=1] [] [2024/05/06 11:52:26.420 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:52:26.442 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=54d02857-7fde-5e9a-9a20-8cf556c9d0e8] ["region ranges"=1] [count=0] [size=107374182400] [2024/05/06 11:52:26.442 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:52:26.442 +00:00] [INFO] [local.go:849] ["split and scatter ranges start"] [category=ddl-ingest] [uuid=external] [2024/05/06 11:52:26.443 +00:00] [INFO] [client.go:570] ["paginate scan regions"] [count=2] [start=7480000000000000FF725F728000000000FF0000000000000000FA] [end=7480000000000000FF725F728000000000FF00270F0000000000FC] [2024/05/06 11:52:26.443 +00:00] [INFO] [localhelper.go:94] ["waiting for scattering regions done"] [category=ddl-ingest] [regions=0] [take=10.26µs] [2024/05/06 11:52:26.443 +00:00] [INFO] [local.go:874] ["split and scatter ranges completed"] [category=ddl-ingest] [uuid=external] [takeTime=1.031957ms] [] [2024/05/06 11:52:26.444 +00:00] [INFO] [reader.go:42] ["read all data start"] [2024/05/06 11:52:26.444 +00:00] [INFO] [reader.go:43] [arguments] [data-file-count=8] [stat-file-count=8] [start-key="dIAAAAAAAAByX3KAAAAAAAAAAA=="] [end-key="dIAAAAAAAAByX3KAAAAAAAAnDwA="] [2024/05/06 11:52:26.444 +00:00] [INFO] [util.go:52] ["seek props offsets start"] [2024/05/06 11:52:26.449 +00:00] [INFO] [util.go:54] ["seek props offsets completed"] [takeTime=5.570386ms] [] [2024/05/06 11:52:26.535 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:26.536 +00:00] [INFO] [reader.go:63] ["read all data completed"] [takeTime=92.567281ms] [] [2024/05/06 11:52:26.536 +00:00] [INFO] [engine.go:77] ["building memKVsAndBuffers"] [sumKVCnt=10000] [droppedSize=0] [2024/05/06 11:52:26.538 +00:00] [INFO] [engine.go:289] ["reading external storage in loadBatchRegionData"] ["cost time"=94.551488ms] [droppedSize=0] [2024/05/06 11:52:26.605 +00:00] [INFO] [engine.go:309] ["sorting in loadBatchRegionData"] ["cost time"=66.851398ms] [2024/05/06 11:52:26.695 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=54d02857-7fde-5e9a-9a20-8cf556c9d0e8] [size=107374182400] [kvs=0] [importedSize=368890] [importedCount=10000] [2024/05/06 11:52:26.698 +00:00] [INFO] [task_executor.go:401] ["run subtask completed"] [type=ImportInto] [task-id=4] [step=write&ingest] [subtask-id=24] [kv-group=data] [takeTime=282.788862ms] [] [2024/05/06 11:52:26.783 +00:00] [INFO] [task_executor.go:399] ["run subtask start"] [type=ImportInto] [task-id=4] [step=write&ingest] [subtask-id=25] [kv-group=2] [2024/05/06 11:52:26.783 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:26.789 +00:00] [INFO] [local.go:813] ["split engine key ranges"] [category=ddl-ingest] [engine=external] [totalSize=107374182400] [totalCount=0] [startKey=7480000000000000725F69800000000000000203800000000000000001746573742D300000FD038000000000000000] [endKey=7480000000000000725F69800000000000000203800000000000270F01746573742D393939FF3900000000000000F803800000000000270F00] [ranges=1] [] [2024/05/06 11:52:26.789 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:52:26.811 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=87740094-6033-5a46-85c3-533d680c8701] ["region ranges"=1] [count=0] [size=107374182400] [2024/05/06 11:52:26.811 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:52:26.811 +00:00] [INFO] [local.go:849] ["split and scatter ranges start"] [category=ddl-ingest] [uuid=external] [2024/05/06 11:52:26.812 +00:00] [INFO] [client.go:570] ["paginate scan regions"] [count=2] [start=7480000000000000FF725F698000000000FF0000020380000000FF0000000001746573FF742D300000FD0380FF0000000000000000FE] [end=7480000000000000FF725F698000000000FF0000020380000000FF0000270F01746573FF742D393939FF3900FF000000000000F803FF800000000000270FFF0000000000000000F9] [2024/05/06 11:52:26.812 +00:00] [INFO] [localhelper.go:94] ["waiting for scattering regions done"] [category=ddl-ingest] [regions=0] [take=9.751µs] [2024/05/06 11:52:26.812 +00:00] [INFO] [local.go:874] ["split and scatter ranges completed"] [category=ddl-ingest] [uuid=external] [takeTime=1.097024ms] [] [2024/05/06 11:52:26.812 +00:00] [INFO] [reader.go:42] ["read all data start"] [2024/05/06 11:52:26.812 +00:00] [INFO] [reader.go:43] [arguments] [data-file-count=8] [stat-file-count=8] [start-key="dIAAAAAAAAByX2mAAAAAAAAAAgOAAAAAAAAAAAF0ZXN0LTAAAP0DgAAAAAAAAAA="] [end-key=dIAAAAAAAAByX2mAAAAAAAAAAgOAAAAAAAAnDwF0ZXN0LTk5Of85AAAAAAAAAPgDgAAAAAAAJw8A] [2024/05/06 11:52:26.812 +00:00] [INFO] [util.go:52] ["seek props offsets start"] [2024/05/06 11:52:26.819 +00:00] [INFO] [util.go:54] ["seek props offsets completed"] [takeTime=6.172008ms] [] [2024/05/06 11:52:26.887 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:26.887 +00:00] [INFO] [reader.go:63] ["read all data completed"] [takeTime=74.736477ms] [] [2024/05/06 11:52:26.887 +00:00] [INFO] [engine.go:77] ["building memKVsAndBuffers"] [sumKVCnt=10000] [droppedSize=0] [2024/05/06 11:52:26.889 +00:00] [INFO] [engine.go:289] ["reading external storage in loadBatchRegionData"] ["cost time"=76.448622ms] [droppedSize=0] [2024/05/06 11:52:26.951 +00:00] [INFO] [engine.go:309] ["sorting in loadBatchRegionData"] ["cost time"=61.947538ms] [2024/05/06 11:52:27.065 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=87740094-6033-5a46-85c3-533d680c8701] [size=107374182400] [kvs=0] [importedSize=797862] [importedCount=10000] [2024/05/06 11:52:27.067 +00:00] [INFO] [task_executor.go:401] ["run subtask completed"] [type=ImportInto] [task-id=4] [step=write&ingest] [subtask-id=25] [kv-group=2] [takeTime=284.044199ms] [] [2024/05/06 11:52:27.130 +00:00] [INFO] [task_executor.go:459] ["cleanup subtask env"] [type=ImportInto] [task-id=4] [step=write&ingest] [2024/05/06 11:52:27.140 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:27.140 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:52:27.140 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:52:27.140 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:52:27.140 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:52:27.140 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:52:27.140 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:27.140 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:27.140 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=3] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:27.140 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:27.140 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=3] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:27.140 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:27.140 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:52:27.142 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:52:27.142 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:27.142 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:27.142 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=3] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:27.142 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:27.142 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=4] [task-type=ImportInto] [server-id=:4000] [step=write&ingest] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=16GiB]"] [takeTime=1.561744248s] [] [2024/05/06 11:52:27.183 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=write&ingest] [next-step=post-process] [2024/05/06 11:52:27.185 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:27.186 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=4] [curr-step=write&ingest] [next-step=post-process] [2024/05/06 11:52:27.187 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=4] [curr-step=write&ingest] [next-step=post-process] [mode=Normal] [2024/05/06 11:52:27.273 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=4] [curr-step=write&ingest] [next-step=post-process] [result="{\"LoadedRowCnt\":10000,\"ColSizeMap\":{\"1\":21744,\"2\":98890}}"] [2024/05/06 11:52:27.278 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=4] [curr-step=write&ingest] [next-step=post-process] [subtask-count=1] [2024/05/06 11:52:27.278 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:52:27.439 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=4] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=16GiB]"] [2024/05/06 11:52:27.480 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=26] [2024/05/06 11:52:27.480 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=26] [2024/05/06 11:52:27.480 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=26] [2024/05/06 11:52:27.480 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=26] [takeTime=9.116µs] [] [2024/05/06 11:52:27.480 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=26] [groupId=3] [size=797862] [kvs=10000] [checksum=7064370007260104284] [2024/05/06 11:52:27.480 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=26] [groupId=-1] [size=368890] [kvs=10000] [checksum=14807964115588225436] [2024/05/06 11:52:27.480 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=26] [groupId=1] [size=657990] [kvs=10000] [checksum=4056391227583092039] [2024/05/06 11:52:27.481 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=26] [groupId=2] [size=797862] [kvs=10000] [checksum=554937224690942610] [2024/05/06 11:52:27.481 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=26] [checksum="{cksum=10408207814181128213,size=2622604,kvs=40000}"] [2024/05/06 11:52:27.481 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=26] [weight=30] [2024/05/06 11:52:27.481 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=26] [concurrency=15] [2024/05/06 11:52:27.489 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=114] [physicalTableID=114] [indexID=-1] [checksum=14807964115588225436] [totalKvs=10000] [totalBytes=368890] [2024/05/06 11:52:27.494 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=114] [physicalTableID=114] [indexID=3] [checksum=7064370007260104284] [totalKvs=10000] [totalBytes=797862] [2024/05/06 11:52:27.498 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=114] [physicalTableID=114] [indexID=1] [checksum=4056391227583092039] [totalKvs=10000] [totalBytes=657990] [2024/05/06 11:52:27.499 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=114] [physicalTableID=114] [indexID=2] [checksum=554937224690942610] [totalKvs=10000] [totalBytes=797862] [2024/05/06 11:52:27.499 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=26] [local="{cksum=10408207814181128213,size=2622604,kvs=40000}"] [2024/05/06 11:52:27.500 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=26] [takeTime=19.192579ms] [] [2024/05/06 11:52:27.500 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=4] [step=post-process] [subtask-id=26] [takeTime=19.433616ms] [] [2024/05/06 11:52:27.551 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=4] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=16GiB]"] [takeTime=112.034066ms] [] [2024/05/06 11:52:27.587 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=4] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:52:27.587 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=4] [step=post-process] [state=running] [] [2024/05/06 11:52:27.590 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=4] [2024/05/06 11:52:27.635 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=4] [type=ImportInto] [2024/05/06 11:52:27.670 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=4] [2024/05/06 11:52:27.691 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:52:27.691 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=4] [2024/05/06 11:52:27.693 +00:00] [INFO] [clean_s3.go:55] ["cleanup global sorted data start"] [task-id=4] [2024/05/06 11:52:27.694 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:27.695 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:27.801 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 6.438190318\n# Parse_time: 0.000674466\n# Compile_time: 0.001444739\n# Rewrite_time: 0.00031878\n# Optimize_time: 0.002119217\n# Wait_TS: 0\n# DB: gs_multi_files\n# Is_internal: false\n# Digest: 3af11c8e2b29a6bdf0b4cbd04e051f2f372d40c542763c4a244575bb0aceaee3\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6Ni40NHMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6Ni40NHMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `gs_multi_files`.`t` FROM 'gs://gs-multi-files/t.*.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH cloud_storage_uri=_UTF8MB4'gs://sorted/gs_multi_files?endpoint=http://127.0.0.1:4443/storage/v1/';"] [2024/05/06 11:52:27.922 +00:00] [INFO] [clean_s3.go:72] ["cleanup global sorted data completed"] [task-id=4] [takeTime=228.808383ms] [] [2024/05/06 11:52:28.013 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] === RUN TestImportInto/TestSplitFile [2024/05/06 11:52:28.092 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=57] [cur_db=gs_multi_files] [sql="drop database if exists split_file"] [user=] [2024/05/06 11:52:28.095 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=57] [cur_db=gs_multi_files] [sql="create database split_file"] [user=] [2024/05/06 11:52:28.155 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:117, Type:create schema, State:queueing, SchemaState:none, SchemaID:116, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:52:28.075 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:28.156 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:117, Type:create schema, State:queueing, SchemaState:none, SchemaID:116, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:52:28.075 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database split_file"] [2024/05/06 11:52:28.226 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=117] [conn=2] [category=ddl] [job="ID:117, Type:create schema, State:queueing, SchemaState:none, SchemaID:116, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:28.075 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:28.256 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=57] [neededSchemaVersion=58] ["start time"=1.048069ms] [gotSchemaVersion=58] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 11:52:28.267 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=117] [version=58] [2024/05/06 11:52:28.304 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=58] ["take time"=53.308667ms] [job="ID:117, Type:create schema, State:done, SchemaState:public, SchemaID:116, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 11:52:28.075 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:28.341 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=117] [conn=2] [job="ID:117, Type:create schema, State:synced, SchemaState:public, SchemaID:116, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:28.075 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:28.367 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=117] [2024/05/06 11:52:28.368 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:28.375 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=58] [cur_db=split_file] [sql="create table t (a bigint primary key , b varchar(100));"] [user=] [2024/05/06 11:52:28.421 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:119, Type:create table, State:queueing, SchemaState:none, SchemaID:116, TableID:118, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:28.376 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t (a bigint primary key , b varchar(100));"] [2024/05/06 11:52:28.421 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:119, Type:create table, State:queueing, SchemaState:none, SchemaID:116, TableID:118, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:28.376 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:28.488 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=119] [conn=2] [category=ddl] [job="ID:119, Type:create table, State:queueing, SchemaState:none, SchemaID:116, TableID:118, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:28.376 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:28.496 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: create table, Schema ID: 116, Table ID: 118, Table Name: t"] [2024/05/06 11:52:28.585 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=58] [neededSchemaVersion=59] ["start time"=2.80195ms] [gotSchemaVersion=59] [phyTblIDs="[118]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 11:52:28.599 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=119] [version=59] [2024/05/06 11:52:28.630 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=59] ["take time"=53.353078ms] [job="ID:119, Type:create table, State:done, SchemaState:public, SchemaID:116, TableID:118, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:28.376 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:28.709 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=119] [conn=2] [job="ID:119, Type:create table, State:synced, SchemaState:public, SchemaID:116, TableID:118, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:28.376 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:28.745 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=119] [2024/05/06 11:52:28.745 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:28.749 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.376137059\n# Parse_time: 0.001029964\n# Compile_time: 0.00124956\n# Rewrite_time: 0.000009801\n# Optimize_time: 0.002232745\n# Wait_TS: 0.000325696\n# DB: split_file\n# Is_internal: false\n# Digest: 718201778bd66f1725ab392506a8b0f1272a93661033ae5865aa2626ded770f8\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse split_file;\ncreate table t (a bigint primary key , b varchar(100));"] [2024/05/06 11:52:28.763 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:28.936 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://split-file/1.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"__max_engine_size\":\"1\",\"split_file\":null}}"] [dist-task-enabled=true] [2024/05/06 11:52:29.041 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=5] [task-id=5] [data-size=6.133KiB] [thread-cnt=8] [global-sort=false] [2024/05/06 11:52:29.076 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=5] [2024/05/06 11:52:29.076 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=5] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:52:29.182 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=5] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:52:29.184 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=5] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:29.185 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=5] [curr-step=init] [next-step=import] [2024/05/06 11:52:29.211 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:29.214 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:52:29.214 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=1] [after=1] [2024/05/06 11:52:29.219 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=1] [MaxChunkSize=2094] [RegionsCount=3] [BatchSize=1] [cost=4.911985ms] [2024/05/06 11:52:29.219 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=5.096458ms] [] [2024/05/06 11:52:29.220 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=5] [curr-step=init] [next-step=import] [subtask-count=3] [2024/05/06 11:52:29.220 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=5] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=3] [2024/05/06 11:52:29.343 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=5] [mode=Import] [2024/05/06 11:52:29.361 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=5] [2024/05/06 11:52:29.418 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=5] [type=ImportInto] [remaining-slots=8] [2024/05/06 11:52:29.455 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=5] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=16GiB]"] [2024/05/06 11:52:29.456 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=5] [step=import] [2024/05/06 11:52:29.458 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:29.466 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:52:29.466 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852648833728874] [2024/05/06 11:52:29.466 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:29.467 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:52:29.467 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:29.467 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:29.467 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:52:29.467 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:52:29.468 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:29.483 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:52:29.485 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:52:29.485 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:52:29.485 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=5] [step=import] [data=1GiB] [per-index=341.3MiB] [2024/05/06 11:52:29.485 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=5] [disk-quota=348.5GiB] [2024/05/06 11:52:29.541 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=5] [step=import] [subtask-id=27] [2024/05/06 11:52:29.545 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`split_file`.`t`:2] [engineUUID=f3889bb6-7112-53f8-a71e-4117aeb30a89] [2024/05/06 11:52:29.549 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-3] [engineUUID=58c5f10f-1d2d-556d-b891-007aed152a59] [2024/05/06 11:52:29.549 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=118] [2024/05/06 11:52:29.559 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=118] [key=1.csv:4213] [2024/05/06 11:52:29.594 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=118] [key=1.csv:4213] [readDur=5.862416ms] [encodeDur=26.764409ms] [checksum="{cksum=6963156542761696399,size=5724,kvs=159}"] [deliverDur=983.975µs] [type=file] [takeTime=34.956538ms] [] [2024/05/06 11:52:29.596 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=5724] [kvs=159] [files=1] [sstFileSize=2291] [file=/tmp/tidb/import-4000/5/f3889bb6-7112-53f8-a71e-4117aeb30a89.sst/d323f142-3db6-4290-b267-09f784e1048a.sst] [firstKey=7480000000000000765F728000000000000155] [lastKey=7480000000000000765F7280000000000001F3] [2024/05/06 11:52:29.596 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=5] [step=import] [subtask-id=27] [takeTime=54.823009ms] [] [2024/05/06 11:52:29.596 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=5] [step=import] [engine-id=2] [2024/05/06 11:52:29.596 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=5] [step=import] [engine-id=2] [2024/05/06 11:52:29.596 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:2] [engineUUID=f3889bb6-7112-53f8-a71e-4117aeb30a89] [2024/05/06 11:52:29.599 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:2] [engineUUID=f3889bb6-7112-53f8-a71e-4117aeb30a89] [takeTime=2.399724ms] [] [2024/05/06 11:52:29.599 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:2] [engineUUID=f3889bb6-7112-53f8-a71e-4117aeb30a89] [retryCnt=0] [2024/05/06 11:52:29.604 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:52:29.626 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=f3889bb6-7112-53f8-a71e-4117aeb30a89] ["region ranges"=1] [count=159] [size=5724] [2024/05/06 11:52:29.626 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:52:29.641 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=f3889bb6-7112-53f8-a71e-4117aeb30a89] [size=5724] [kvs=159] [importedSize=5724] [importedCount=159] [2024/05/06 11:52:29.642 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:2] [engineUUID=f3889bb6-7112-53f8-a71e-4117aeb30a89] [retryCnt=0] [takeTime=43.50331ms] [] [2024/05/06 11:52:29.642 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:2] [engineUUID=f3889bb6-7112-53f8-a71e-4117aeb30a89] [2024/05/06 11:52:29.644 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:2] [engineUUID=f3889bb6-7112-53f8-a71e-4117aeb30a89] [takeTime=1.010312ms] [] [2024/05/06 11:52:29.644 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=5] [step=import] [engine-id=2] [2024/05/06 11:52:29.644 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-3] [engineUUID=58c5f10f-1d2d-556d-b891-007aed152a59] [2024/05/06 11:52:29.645 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-3] [engineUUID=58c5f10f-1d2d-556d-b891-007aed152a59] [takeTime=1.647785ms] [] [2024/05/06 11:52:29.645 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-3] [engineUUID=58c5f10f-1d2d-556d-b891-007aed152a59] [retryCnt=0] [2024/05/06 11:52:29.645 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=58c5f10f-1d2d-556d-b891-007aed152a59] [2024/05/06 11:52:29.646 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-3] [engineUUID=58c5f10f-1d2d-556d-b891-007aed152a59] [retryCnt=0] [takeTime=75.014µs] [] [2024/05/06 11:52:29.646 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-3] [engineUUID=58c5f10f-1d2d-556d-b891-007aed152a59] [2024/05/06 11:52:29.647 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-3] [engineUUID=58c5f10f-1d2d-556d-b891-007aed152a59] [takeTime=1.2587ms] [] [2024/05/06 11:52:29.713 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=5] [step=import] [subtask-id=28] [2024/05/06 11:52:29.718 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`split_file`.`t`:0] [engineUUID=ca3e155a-15d5-5ae7-9e5c-7b927aa672a8] [2024/05/06 11:52:29.721 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-1] [engineUUID=b9abc1dc-6b83-5f0f-a753-8886979f5596] [2024/05/06 11:52:29.721 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=118] [2024/05/06 11:52:29.730 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=118] [key=1.csv:0] [2024/05/06 11:52:29.764 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=118] [key=1.csv:0] [readDur=6.387574ms] [encodeDur=25.411924ms] [checksum="{cksum=6278114383962372199,size=6334,kvs=179}"] [deliverDur=632.298µs] [type=file] [takeTime=33.433194ms] [] [2024/05/06 11:52:29.765 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=6334] [kvs=179] [files=1] [sstFileSize=2486] [file=/tmp/tidb/import-4000/5/ca3e155a-15d5-5ae7-9e5c-7b927aa672a8.sst/e23f69dc-5f81-4fc1-b29b-979d6b5feb8d.sst] [firstKey=7480000000000000765F728000000000000000] [lastKey=7480000000000000765F7280000000000000B2] [2024/05/06 11:52:29.765 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=5] [step=import] [subtask-id=28] [takeTime=51.884943ms] [] [2024/05/06 11:52:29.766 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=5] [step=import] [engine-id=0] [2024/05/06 11:52:29.766 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=5] [step=import] [engine-id=0] [2024/05/06 11:52:29.766 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:0] [engineUUID=ca3e155a-15d5-5ae7-9e5c-7b927aa672a8] [2024/05/06 11:52:29.768 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:0] [engineUUID=ca3e155a-15d5-5ae7-9e5c-7b927aa672a8] [takeTime=2.142496ms] [] [2024/05/06 11:52:29.768 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:0] [engineUUID=ca3e155a-15d5-5ae7-9e5c-7b927aa672a8] [retryCnt=0] [2024/05/06 11:52:29.773 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:52:29.812 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=ca3e155a-15d5-5ae7-9e5c-7b927aa672a8] ["region ranges"=1] [count=179] [size=6334] [2024/05/06 11:52:29.812 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:52:29.830 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=ca3e155a-15d5-5ae7-9e5c-7b927aa672a8] [size=6334] [kvs=179] [importedSize=6334] [importedCount=179] [2024/05/06 11:52:29.832 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:0] [engineUUID=ca3e155a-15d5-5ae7-9e5c-7b927aa672a8] [retryCnt=0] [takeTime=63.496774ms] [] [2024/05/06 11:52:29.832 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:0] [engineUUID=ca3e155a-15d5-5ae7-9e5c-7b927aa672a8] [2024/05/06 11:52:29.833 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:0] [engineUUID=ca3e155a-15d5-5ae7-9e5c-7b927aa672a8] [takeTime=1.210798ms] [] [2024/05/06 11:52:29.833 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=5] [step=import] [engine-id=0] [2024/05/06 11:52:29.833 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-1] [engineUUID=b9abc1dc-6b83-5f0f-a753-8886979f5596] [2024/05/06 11:52:29.835 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-1] [engineUUID=b9abc1dc-6b83-5f0f-a753-8886979f5596] [takeTime=1.773846ms] [] [2024/05/06 11:52:29.835 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-1] [engineUUID=b9abc1dc-6b83-5f0f-a753-8886979f5596] [retryCnt=0] [2024/05/06 11:52:29.835 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=b9abc1dc-6b83-5f0f-a753-8886979f5596] [2024/05/06 11:52:29.835 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-1] [engineUUID=b9abc1dc-6b83-5f0f-a753-8886979f5596] [retryCnt=0] [takeTime=53.976µs] [] [2024/05/06 11:52:29.835 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-1] [engineUUID=b9abc1dc-6b83-5f0f-a753-8886979f5596] [2024/05/06 11:52:29.836 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-1] [engineUUID=b9abc1dc-6b83-5f0f-a753-8886979f5596] [takeTime=829.791µs] [] [2024/05/06 11:52:29.904 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=5] [step=import] [subtask-id=29] [2024/05/06 11:52:29.908 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`split_file`.`t`:1] [engineUUID=daa203f4-1887-5623-a6a4-248c6bef501a] [2024/05/06 11:52:29.911 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-2] [engineUUID=b0c1b185-f84c-5cd5-bf88-6eb99f29f0c8] [2024/05/06 11:52:29.912 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=118] [2024/05/06 11:52:29.921 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=118] [key=1.csv:2107] [2024/05/06 11:52:29.949 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=118] [key=1.csv:2107] [readDur=4.685445ms] [encodeDur=21.638928ms] [checksum="{cksum=18015026156569992564,size=5832,kvs=162}"] [deliverDur=526.205µs] [type=file] [takeTime=27.815973ms] [] [2024/05/06 11:52:29.950 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=5] [step=import] [subtask-id=29] [takeTime=46.184233ms] [] [2024/05/06 11:52:29.950 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=5832] [kvs=162] [files=1] [sstFileSize=2326] [file=/tmp/tidb/import-4000/5/daa203f4-1887-5623-a6a4-248c6bef501a.sst/1b1788cd-2580-4e8d-9e5d-31d20fd2920f.sst] [firstKey=7480000000000000765F7280000000000000B3] [lastKey=7480000000000000765F728000000000000154] [2024/05/06 11:52:29.950 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=5] [step=import] [engine-id=1] [2024/05/06 11:52:29.950 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=5] [step=import] [engine-id=1] [2024/05/06 11:52:29.950 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:1] [engineUUID=daa203f4-1887-5623-a6a4-248c6bef501a] [2024/05/06 11:52:29.953 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:1] [engineUUID=daa203f4-1887-5623-a6a4-248c6bef501a] [takeTime=2.011951ms] [] [2024/05/06 11:52:29.953 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:1] [engineUUID=daa203f4-1887-5623-a6a4-248c6bef501a] [retryCnt=0] [2024/05/06 11:52:29.959 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:52:29.981 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=daa203f4-1887-5623-a6a4-248c6bef501a] ["region ranges"=1] [count=162] [size=5832] [2024/05/06 11:52:29.981 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:52:29.998 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=daa203f4-1887-5623-a6a4-248c6bef501a] [size=5832] [kvs=162] [importedSize=5832] [importedCount=162] [2024/05/06 11:52:30.001 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:1] [engineUUID=daa203f4-1887-5623-a6a4-248c6bef501a] [retryCnt=0] [takeTime=47.825862ms] [] [2024/05/06 11:52:30.001 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:1] [engineUUID=daa203f4-1887-5623-a6a4-248c6bef501a] [2024/05/06 11:52:30.002 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:1] [engineUUID=daa203f4-1887-5623-a6a4-248c6bef501a] [takeTime=1.123892ms] [] [2024/05/06 11:52:30.002 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=5] [step=import] [engine-id=1] [2024/05/06 11:52:30.002 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-2] [engineUUID=b0c1b185-f84c-5cd5-bf88-6eb99f29f0c8] [2024/05/06 11:52:30.004 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-2] [engineUUID=b0c1b185-f84c-5cd5-bf88-6eb99f29f0c8] [takeTime=1.734115ms] [] [2024/05/06 11:52:30.004 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-2] [engineUUID=b0c1b185-f84c-5cd5-bf88-6eb99f29f0c8] [retryCnt=0] [2024/05/06 11:52:30.004 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=b0c1b185-f84c-5cd5-bf88-6eb99f29f0c8] [2024/05/06 11:52:30.004 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-2] [engineUUID=b0c1b185-f84c-5cd5-bf88-6eb99f29f0c8] [retryCnt=0] [takeTime=69.323µs] [] [2024/05/06 11:52:30.004 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-2] [engineUUID=b0c1b185-f84c-5cd5-bf88-6eb99f29f0c8] [2024/05/06 11:52:30.005 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-2] [engineUUID=b0c1b185-f84c-5cd5-bf88-6eb99f29f0c8] [takeTime=927.686µs] [] [2024/05/06 11:52:30.051 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=5] [step=import] [2024/05/06 11:52:30.057 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:30.057 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:52:30.057 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:52:30.057 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:52:30.057 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:30.057 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:52:30.057 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:52:30.057 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:30.057 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=1] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:30.058 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:30.058 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=1] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:30.058 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:30.058 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:52:30.060 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:52:30.060 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:30.060 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:30.060 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=1] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:30.060 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:30.060 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=5] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=16GiB]"] [takeTime=604.703415ms] [] [2024/05/06 11:52:30.095 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=5] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:52:30.097 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=5] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:30.098 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=5] [curr-step=import] [next-step=post-process] [2024/05/06 11:52:30.098 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=5] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:52:30.187 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=5] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":500,\"ColSizeMap\":{\"1\":936,\"2\":4390}}"] [2024/05/06 11:52:30.190 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=5] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:52:30.190 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=5] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:52:30.350 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=5] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=16GiB]"] [2024/05/06 11:52:30.400 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=30] [2024/05/06 11:52:30.400 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=30] [2024/05/06 11:52:30.400 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=30] [2024/05/06 11:52:30.400 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=30] [takeTime=10.088µs] [] [2024/05/06 11:52:30.400 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=30] [groupId=-1] [size=17890] [kvs=500] [checksum=14807964115588225436] [2024/05/06 11:52:30.400 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=30] [checksum="{cksum=14807964115588225436,size=17890,kvs=500}"] [2024/05/06 11:52:30.400 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=30] [weight=30] [2024/05/06 11:52:30.401 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=30] [concurrency=15] [2024/05/06 11:52:30.411 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=118] [physicalTableID=118] [indexID=-1] [checksum=14807964115588225436] [totalKvs=500] [totalBytes=17890] [2024/05/06 11:52:30.412 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=30] [local="{cksum=14807964115588225436,size=17890,kvs=500}"] [2024/05/06 11:52:30.412 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=30] [takeTime=11.355628ms] [] [2024/05/06 11:52:30.412 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=5] [step=post-process] [subtask-id=30] [takeTime=11.535604ms] [] [2024/05/06 11:52:30.455 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=5] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=16GiB]"] [takeTime=104.322051ms] [] [2024/05/06 11:52:30.495 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=5] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:52:30.495 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=5] [step=post-process] [state=running] [] [2024/05/06 11:52:30.498 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=5] [2024/05/06 11:52:30.566 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=5] [type=ImportInto] [2024/05/06 11:52:30.583 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=5] [2024/05/06 11:52:30.608 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:52:30.608 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=5] [2024/05/06 11:52:30.701 +00:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [server-id=:4000] [2024/05/06 11:52:30.896 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 2.146163251\n# Parse_time: 0.000603832\n# Compile_time: 0.001191946\n# Rewrite_time: 0.000244464\n# Optimize_time: 0.002232745\n# Wait_TS: 0\n# DB: split_file\n# Is_internal: false\n# Digest: fc4f93e8ae24fc797ee4ddf5e6db025ad03fa83841f88250586e134638225671\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6Mi4xNHMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6Mi4xNHMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `split_file`.`t` FROM 'gs://split-file/1.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH split_file, __max_engine_size=_UTF8MB4'1';"] [2024/05/06 11:52:30.993 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=59] [cur_db=split_file] [sql="truncate table t"] [user=] [2024/05/06 11:52:31.024 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:121, Type:truncate table, State:queueing, SchemaState:none, SchemaID:116, TableID:118, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:30.975 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 11:52:31.024 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:121, Type:truncate table, State:queueing, SchemaState:none, SchemaID:116, TableID:118, RowCount:0, ArgLen:3, start time: 2024-05-06 11:52:30.975 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="truncate table t"] [2024/05/06 11:52:31.089 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=121] [conn=2] [category=ddl] [job="ID:121, Type:truncate table, State:queueing, SchemaState:none, SchemaID:116, TableID:118, RowCount:0, ArgLen:0, start time: 2024-05-06 11:52:30.975 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:31.101 +00:00] [INFO] [ddl.go:78] ["Handle ddl event"] [category=stats] [event="(Event Type: truncate table, Schema ID: 116, Table ID: 120, Table Name: t, Old Table ID: 118, Old Table Name: t"] [2024/05/06 11:52:31.144 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=59] [neededSchemaVersion=60] ["start time"=2.245689ms] [gotSchemaVersion=60] [phyTblIDs="[118,120]"] [actionTypes="[11,11]"] [diffTypes="[\"truncate table\"]"] [2024/05/06 11:52:31.154 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=121] [version=60] [2024/05/06 11:52:31.191 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=60] ["take time"=53.271898ms] [job="ID:121, Type:truncate table, State:done, SchemaState:public, SchemaID:116, TableID:118, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:30.975 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:31.242 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=121] [tableIDs="[118]"] [comment="drop table: table ID"] [2024/05/06 11:52:31.251 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=121] [jobType="truncate table"] [2024/05/06 11:52:31.254 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 12, tp general"] [category=ddl] [jobID=121] [conn=2] [job="ID:121, Type:truncate table, State:synced, SchemaState:public, SchemaID:116, TableID:118, RowCount:0, ArgLen:2, start time: 2024-05-06 11:52:30.975 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 11:52:31.309 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=121] [2024/05/06 11:52:31.310 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 11:52:31.313 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 0.321003289\n# Parse_time: 0.000341276\n# Compile_time: 0.000744366\n# Rewrite_time: 0.000007734\n# Optimize_time: 0.000780251\n# Wait_TS: 0.000406094\n# DB: split_file\n# Is_internal: false\n# Digest: 2ff7fc61fcea18277bed40e235270c83f2a635733db48efecb6208524e5fa5bf\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ntruncate table t;"] [2024/05/06 11:52:31.327 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:31.520 +00:00] [INFO] [import_into.go:174] ["get job importer"] [param="{\"file-location\":\"gs://split-file/1.csv?endpoint=http://127.0.0.1:4443/storage/v1/\",\"format\":\"csv\",\"options\":{\"__max_engine_size\":\"1\",\"skip_rows\":\"1\",\"split_file\":null}}"] [dist-task-enabled=true] [2024/05/06 11:52:31.606 +00:00] [INFO] [job.go:110] ["job submitted to task queue"] [job-id=6] [task-id=6] [data-size=6.133KiB] [thread-cnt=8] [global-sort=false] [2024/05/06 11:52:31.644 +00:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [server-id=:4000] [task-id=6] [2024/05/06 11:52:31.644 +00:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=6] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [concurrency=8] [2024/05/06 11:52:31.757 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=6] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=init] [next-step=import] [2024/05/06 11:52:31.758 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=6] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:31.759 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=6] [curr-step=init] [next-step=import] [2024/05/06 11:52:31.778 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:31.782 +00:00] [INFO] [table_import.go:373] ["populate chunks start"] [table=t] [2024/05/06 11:52:31.782 +00:00] [INFO] [table_import.go:384] ["adjust max engine size"] [table=t] [before=1] [after=1] [2024/05/06 11:52:31.787 +00:00] [INFO] [region.go:292] [makeTableRegions] [table=t] [filesCount=1] [MaxChunkSize=2094] [RegionsCount=3] [BatchSize=1] [cost=5.451391ms] [2024/05/06 11:52:31.787 +00:00] [INFO] [table_import.go:375] ["populate chunks completed"] [table=t] [takeTime=5.620766ms] [] [2024/05/06 11:52:31.788 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=6] [curr-step=init] [next-step=import] [subtask-count=3] [2024/05/06 11:52:31.788 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=6] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=pending] [step=import] [concurrency=8] [subtasks=3] [2024/05/06 11:52:31.907 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [task-id=6] [mode=Import] [2024/05/06 11:52:31.927 +00:00] [INFO] [scheduler.go:98] ["register task to pd or refresh lease success"] [task-id=6] [2024/05/06 11:52:31.958 +00:00] [INFO] [manager.go:328] ["task executor started"] [server-id=:4000] [task-id=6] [type=ImportInto] [remaining-slots=8] [2024/05/06 11:52:31.994 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=6] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=16GiB]"] [2024/05/06 11:52:31.995 +00:00] [INFO] [task_executor.go:96] ["init subtask env"] [type=ImportInto] [task-id=6] [step=import] [2024/05/06 11:52:31.997 +00:00] [INFO] [gcs.go:420] ["resetting gcs storage"] [2024/05/06 11:52:32.005 +00:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 11:52:32.005 +00:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365852648833728874] [2024/05/06 11:52:32.006 +00:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:32.006 +00:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 11:52:32.006 +00:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 11:52:32.006 +00:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:32.007 +00:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 11:52:32.007 +00:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 11:52:32.007 +00:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:32.021 +00:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 11:52:32.022 +00:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 11:52:32.022 +00:00] [INFO] [table_import.go:739] ["use 0.8 of the storage size as default disk quota"] [table=t] [quota=374.2GB] [2024/05/06 11:52:32.023 +00:00] [INFO] [task_executor.go:115] ["KV writer memory size limit per concurrency"] [type=ImportInto] [task-id=6] [step=import] [data=1GiB] [per-index=341.3MiB] [2024/05/06 11:52:32.023 +00:00] [INFO] [table_import.go:548] ["start checking disk quota"] [table=t] [import-id=6] [disk-quota=348.5GiB] [2024/05/06 11:52:32.064 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=6] [step=import] [subtask-id=31] [2024/05/06 11:52:32.068 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`split_file`.`t`:2] [engineUUID=f3889bb6-7112-53f8-a71e-4117aeb30a89] [2024/05/06 11:52:32.072 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-3] [engineUUID=58c5f10f-1d2d-556d-b891-007aed152a59] [2024/05/06 11:52:32.072 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=120] [2024/05/06 11:52:32.081 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=120] [key=1.csv:4213] [2024/05/06 11:52:32.109 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=120] [key=1.csv:4213] [readDur=4.544071ms] [encodeDur=21.657313ms] [checksum="{cksum=15679111463926781008,size=5724,kvs=159}"] [deliverDur=791.159µs] [type=file] [takeTime=28.024352ms] [] [2024/05/06 11:52:32.110 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=5724] [kvs=159] [files=1] [sstFileSize=2291] [file=/tmp/tidb/import-4000/6/f3889bb6-7112-53f8-a71e-4117aeb30a89.sst/3dcd216c-6851-4d18-b28d-57f75c10ca68.sst] [firstKey=7480000000000000785F728000000000000155] [lastKey=7480000000000000785F7280000000000001F3] [2024/05/06 11:52:32.111 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=6] [step=import] [subtask-id=31] [takeTime=46.022515ms] [] [2024/05/06 11:52:32.111 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=6] [step=import] [engine-id=2] [2024/05/06 11:52:32.111 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=6] [step=import] [engine-id=2] [2024/05/06 11:52:32.111 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:2] [engineUUID=f3889bb6-7112-53f8-a71e-4117aeb30a89] [2024/05/06 11:52:32.113 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:2] [engineUUID=f3889bb6-7112-53f8-a71e-4117aeb30a89] [takeTime=1.959469ms] [] [2024/05/06 11:52:32.113 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:2] [engineUUID=f3889bb6-7112-53f8-a71e-4117aeb30a89] [retryCnt=0] [2024/05/06 11:52:32.118 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:52:32.156 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=f3889bb6-7112-53f8-a71e-4117aeb30a89] ["region ranges"=1] [count=159] [size=5724] [2024/05/06 11:52:32.157 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:52:32.174 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=f3889bb6-7112-53f8-a71e-4117aeb30a89] [size=5724] [kvs=159] [importedSize=5724] [importedCount=159] [2024/05/06 11:52:32.176 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:2] [engineUUID=f3889bb6-7112-53f8-a71e-4117aeb30a89] [retryCnt=0] [takeTime=62.5884ms] [] [2024/05/06 11:52:32.176 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:2] [engineUUID=f3889bb6-7112-53f8-a71e-4117aeb30a89] [2024/05/06 11:52:32.177 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:2] [engineUUID=f3889bb6-7112-53f8-a71e-4117aeb30a89] [takeTime=1.091652ms] [] [2024/05/06 11:52:32.177 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=6] [step=import] [engine-id=2] [2024/05/06 11:52:32.177 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-3] [engineUUID=58c5f10f-1d2d-556d-b891-007aed152a59] [2024/05/06 11:52:32.179 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-3] [engineUUID=58c5f10f-1d2d-556d-b891-007aed152a59] [takeTime=1.650499ms] [] [2024/05/06 11:52:32.179 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-3] [engineUUID=58c5f10f-1d2d-556d-b891-007aed152a59] [retryCnt=0] [2024/05/06 11:52:32.179 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=58c5f10f-1d2d-556d-b891-007aed152a59] [2024/05/06 11:52:32.179 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-3] [engineUUID=58c5f10f-1d2d-556d-b891-007aed152a59] [retryCnt=0] [takeTime=45.463µs] [] [2024/05/06 11:52:32.179 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-3] [engineUUID=58c5f10f-1d2d-556d-b891-007aed152a59] [2024/05/06 11:52:32.180 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-3] [engineUUID=58c5f10f-1d2d-556d-b891-007aed152a59] [takeTime=796.339µs] [] [2024/05/06 11:52:32.253 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=6] [step=import] [subtask-id=32] [2024/05/06 11:52:32.257 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`split_file`.`t`:0] [engineUUID=ca3e155a-15d5-5ae7-9e5c-7b927aa672a8] [2024/05/06 11:52:32.261 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-1] [engineUUID=b9abc1dc-6b83-5f0f-a753-8886979f5596] [2024/05/06 11:52:32.261 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=120] [2024/05/06 11:52:32.272 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=120] [key=1.csv:0] [2024/05/06 11:52:32.303 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=120] [key=1.csv:0] [readDur=4.842853ms] [encodeDur=23.428735ms] [checksum="{cksum=10186756693624054687,size=6300,kvs=178}"] [deliverDur=816.702µs] [type=file] [takeTime=30.209133ms] [] [2024/05/06 11:52:32.305 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=6] [step=import] [subtask-id=32] [takeTime=51.317514ms] [] [2024/05/06 11:52:32.305 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=6300] [kvs=178] [files=1] [sstFileSize=2480] [file=/tmp/tidb/import-4000/6/ca3e155a-15d5-5ae7-9e5c-7b927aa672a8.sst/04b6d10f-3ded-4c3b-bf66-618c0b6a0dea.sst] [firstKey=7480000000000000785F728000000000000001] [lastKey=7480000000000000785F7280000000000000B2] [2024/05/06 11:52:32.305 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=6] [step=import] [engine-id=0] [2024/05/06 11:52:32.305 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=6] [step=import] [engine-id=0] [2024/05/06 11:52:32.305 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:0] [engineUUID=ca3e155a-15d5-5ae7-9e5c-7b927aa672a8] [2024/05/06 11:52:32.308 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:0] [engineUUID=ca3e155a-15d5-5ae7-9e5c-7b927aa672a8] [takeTime=2.384262ms] [] [2024/05/06 11:52:32.308 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:0] [engineUUID=ca3e155a-15d5-5ae7-9e5c-7b927aa672a8] [retryCnt=0] [2024/05/06 11:52:32.313 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:52:32.334 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=ca3e155a-15d5-5ae7-9e5c-7b927aa672a8] ["region ranges"=1] [count=178] [size=6300] [2024/05/06 11:52:32.334 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:52:32.351 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=ca3e155a-15d5-5ae7-9e5c-7b927aa672a8] [size=6300] [kvs=178] [importedSize=6300] [importedCount=178] [2024/05/06 11:52:32.352 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:0] [engineUUID=ca3e155a-15d5-5ae7-9e5c-7b927aa672a8] [retryCnt=0] [takeTime=44.712397ms] [] [2024/05/06 11:52:32.353 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:0] [engineUUID=ca3e155a-15d5-5ae7-9e5c-7b927aa672a8] [2024/05/06 11:52:32.354 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:0] [engineUUID=ca3e155a-15d5-5ae7-9e5c-7b927aa672a8] [takeTime=1.10677ms] [] [2024/05/06 11:52:32.354 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=6] [step=import] [engine-id=0] [2024/05/06 11:52:32.354 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-1] [engineUUID=b9abc1dc-6b83-5f0f-a753-8886979f5596] [2024/05/06 11:52:32.356 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-1] [engineUUID=b9abc1dc-6b83-5f0f-a753-8886979f5596] [takeTime=1.742529ms] [] [2024/05/06 11:52:32.356 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-1] [engineUUID=b9abc1dc-6b83-5f0f-a753-8886979f5596] [retryCnt=0] [2024/05/06 11:52:32.356 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=b9abc1dc-6b83-5f0f-a753-8886979f5596] [2024/05/06 11:52:32.356 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-1] [engineUUID=b9abc1dc-6b83-5f0f-a753-8886979f5596] [retryCnt=0] [takeTime=71.328µs] [] [2024/05/06 11:52:32.356 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-1] [engineUUID=b9abc1dc-6b83-5f0f-a753-8886979f5596] [2024/05/06 11:52:32.357 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-1] [engineUUID=b9abc1dc-6b83-5f0f-a753-8886979f5596] [takeTime=879.335µs] [] [2024/05/06 11:52:32.423 +00:00] [INFO] [task_executor.go:123] ["run subtask start"] [type=ImportInto] [task-id=6] [step=import] [subtask-id=33] [2024/05/06 11:52:32.427 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`split_file`.`t`:1] [engineUUID=daa203f4-1887-5623-a6a4-248c6bef501a] [2024/05/06 11:52:32.430 +00:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-2] [engineUUID=b0c1b185-f84c-5cd5-bf88-6eb99f29f0c8] [2024/05/06 11:52:32.431 +00:00] [INFO] [subtask_executor.go:60] ["execute chunk"] [type=ImportInto] [table-id=120] [2024/05/06 11:52:32.440 +00:00] [INFO] [chunk_process.go:330] ["process chunk start"] [type=ImportInto] [table-id=120] [key=1.csv:2107] [2024/05/06 11:52:32.472 +00:00] [INFO] [chunk_process.go:334] ["process chunk completed"] [type=ImportInto] [table-id=120] [key=1.csv:2107] [readDur=4.946689ms] [encodeDur=25.602812ms] [checksum="{cksum=18015026156569992564,size=5832,kvs=162}"] [deliverDur=559.098µs] [type=file] [takeTime=32.088517ms] [] [2024/05/06 11:52:32.474 +00:00] [INFO] [task_executor.go:125] ["run subtask completed"] [type=ImportInto] [task-id=6] [step=import] [subtask-id=33] [takeTime=51.128466ms] [] [2024/05/06 11:52:32.474 +00:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=5832] [kvs=162] [files=1] [sstFileSize=2326] [file=/tmp/tidb/import-4000/6/daa203f4-1887-5623-a6a4-248c6bef501a.sst/eaecbb30-8255-49ef-86bd-fcad2243b3a1.sst] [firstKey=7480000000000000785F7280000000000000B3] [lastKey=7480000000000000785F728000000000000154] [2024/05/06 11:52:32.474 +00:00] [INFO] [task_executor.go:199] ["on subtask finished"] [type=ImportInto] [task-id=6] [step=import] [engine-id=1] [2024/05/06 11:52:32.474 +00:00] [INFO] [task_executor.go:213] ["import data engine"] [type=ImportInto] [task-id=6] [step=import] [engine-id=1] [2024/05/06 11:52:32.474 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:1] [engineUUID=daa203f4-1887-5623-a6a4-248c6bef501a] [2024/05/06 11:52:32.477 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:1] [engineUUID=daa203f4-1887-5623-a6a4-248c6bef501a] [takeTime=2.138725ms] [] [2024/05/06 11:52:32.477 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:1] [engineUUID=daa203f4-1887-5623-a6a4-248c6bef501a] [retryCnt=0] [2024/05/06 11:52:32.481 +00:00] [INFO] [local.go:1279] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 11:52:32.503 +00:00] [INFO] [local.go:1317] ["start import engine"] [category=ddl-ingest] [uuid=daa203f4-1887-5623-a6a4-248c6bef501a] ["region ranges"=1] [count=162] [size=5832] [2024/05/06 11:52:32.504 +00:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 11:52:32.540 +00:00] [INFO] [local.go:1328] ["import engine success"] [category=ddl-ingest] [uuid=daa203f4-1887-5623-a6a4-248c6bef501a] [size=5832] [kvs=162] [importedSize=5832] [importedCount=162] [2024/05/06 11:52:32.542 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:1] [engineUUID=daa203f4-1887-5623-a6a4-248c6bef501a] [retryCnt=0] [takeTime=65.607211ms] [] [2024/05/06 11:52:32.542 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:1] [engineUUID=daa203f4-1887-5623-a6a4-248c6bef501a] [2024/05/06 11:52:32.544 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:1] [engineUUID=daa203f4-1887-5623-a6a4-248c6bef501a] [takeTime=1.423936ms] [] [2024/05/06 11:52:32.544 +00:00] [INFO] [task_executor.go:224] ["import index engine"] [type=ImportInto] [task-id=6] [step=import] [engine-id=1] [2024/05/06 11:52:32.544 +00:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-2] [engineUUID=b0c1b185-f84c-5cd5-bf88-6eb99f29f0c8] [2024/05/06 11:52:32.546 +00:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-2] [engineUUID=b0c1b185-f84c-5cd5-bf88-6eb99f29f0c8] [takeTime=2.15432ms] [] [2024/05/06 11:52:32.546 +00:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-2] [engineUUID=b0c1b185-f84c-5cd5-bf88-6eb99f29f0c8] [retryCnt=0] [2024/05/06 11:52:32.546 +00:00] [INFO] [local.go:1257] ["engine contains no kv, skip import"] [category=ddl-ingest] [engine=b0c1b185-f84c-5cd5-bf88-6eb99f29f0c8] [2024/05/06 11:52:32.547 +00:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-2] [engineUUID=b0c1b185-f84c-5cd5-bf88-6eb99f29f0c8] [retryCnt=0] [takeTime=61.998µs] [] [2024/05/06 11:52:32.547 +00:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-2] [engineUUID=b0c1b185-f84c-5cd5-bf88-6eb99f29f0c8] [2024/05/06 11:52:32.547 +00:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=`split_file`.`t`:-2] [engineUUID=b0c1b185-f84c-5cd5-bf88-6eb99f29f0c8] [takeTime=877.758µs] [] [2024/05/06 11:52:32.599 +00:00] [INFO] [task_executor.go:265] ["cleanup subtask env"] [type=ImportInto] [task-id=6] [step=import] [2024/05/06 11:52:32.605 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:32.605 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:32.605 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:52:32.605 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:52:32.605 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:52:32.605 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:52:32.605 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:52:32.605 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:32.605 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=1] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:32.606 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:32.606 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=1] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:32.606 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:32.606 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:52:32.608 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 11:52:32.608 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:32.608 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:32.608 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=1] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:32.608 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:32.608 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=6] [task-type=ImportInto] [server-id=:4000] [step=import] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=16GiB]"] [takeTime=613.493787ms] [] [2024/05/06 11:52:32.663 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=6] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=import] [next-step=post-process] [2024/05/06 11:52:32.665 +00:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=6] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [num=1] [2024/05/06 11:52:32.666 +00:00] [INFO] [scheduler.go:230] ["on next subtasks batch"] [type=ImportInto] [task-id=6] [curr-step=import] [next-step=post-process] [2024/05/06 11:52:32.666 +00:00] [INFO] [tikv_mode.go:61] ["switch tikv mode"] [type=ImportInto] [task-id=6] [curr-step=import] [next-step=post-process] [mode=Normal] [2024/05/06 11:52:32.734 +00:00] [INFO] [scheduler.go:291] ["move to post-process step "] [type=ImportInto] [task-id=6] [curr-step=import] [next-step=post-process] [result="{\"LoadedRowCnt\":499,\"ColSizeMap\":{\"1\":935,\"2\":4383}}"] [2024/05/06 11:52:32.736 +00:00] [INFO] [scheduler.go:318] ["generate subtasks"] [type=ImportInto] [task-id=6] [curr-step=import] [next-step=post-process] [subtask-count=1] [2024/05/06 11:52:32.736 +00:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=6] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [state=running] [step=post-process] [concurrency=8] [subtasks=1] [2024/05/06 11:52:32.856 +00:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=6] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=16GiB]"] [2024/05/06 11:52:32.923 +00:00] [INFO] [task_executor.go:486] ["run subtask start"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=34] [2024/05/06 11:52:32.923 +00:00] [INFO] [subtask_executor.go:115] ["post process start"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=34] [2024/05/06 11:52:32.923 +00:00] [INFO] [table_import.go:788] ["rebase allocators start"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=34] [2024/05/06 11:52:32.923 +00:00] [INFO] [table_import.go:790] ["rebase allocators completed"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=34] [takeTime=19.18µs] [] [2024/05/06 11:52:32.923 +00:00] [INFO] [subtask_executor.go:133] ["kv group checksum"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=34] [groupId=-1] [size=17856] [kvs=499] [checksum=12595441316452543163] [2024/05/06 11:52:32.923 +00:00] [INFO] [table_import.go:835] ["local checksum"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=34] [checksum="{cksum=12595441316452543163,size=17856,kvs=499}"] [2024/05/06 11:52:32.923 +00:00] [INFO] [table_import.go:950] ["set backoff weight"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=34] [weight=30] [2024/05/06 11:52:32.923 +00:00] [INFO] [table_import.go:901] ["checksum with adjusted distsql scan concurrency"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=34] [concurrency=15] [2024/05/06 11:52:32.934 +00:00] [INFO] [checksum.go:79] ["got one checksum result"] [tableID=120] [physicalTableID=120] [indexID=-1] [checksum=12595441316452543163] [totalKvs=499] [totalBytes=17856] [2024/05/06 11:52:32.935 +00:00] [INFO] [table_import.go:861] ["checksum pass"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=34] [local="{cksum=12595441316452543163,size=17856,kvs=499}"] [2024/05/06 11:52:32.935 +00:00] [INFO] [subtask_executor.go:117] ["post process completed"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=34] [takeTime=12.069471ms] [] [2024/05/06 11:52:32.935 +00:00] [INFO] [task_executor.go:488] ["run subtask completed"] [type=ImportInto] [task-id=6] [step=post-process] [subtask-id=34] [takeTime=12.3012ms] [] [2024/05/06 11:52:32.977 +00:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=6] [task-type=ImportInto] [server-id=:4000] [step=post-process] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=8, Mem=16GiB]"] [takeTime=120.897839ms] [] [2024/05/06 11:52:33.063 +00:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=6] [task-type=ImportInto] [allocated-slots=true] [server-id=:4000] [current-step=post-process] [next-step=done] [2024/05/06 11:52:33.064 +00:00] [INFO] [scheduler.go:329] ["task done"] [type=ImportInto] [task-id=6] [step=post-process] [state=running] [] [2024/05/06 11:52:33.066 +00:00] [INFO] [scheduler.go:113] ["unregister task success"] [task-id=6] [2024/05/06 11:52:33.128 +00:00] [INFO] [manager.go:332] ["task executor exit"] [server-id=:4000] [task-id=6] [type=ImportInto] [2024/05/06 11:52:33.149 +00:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [server-id=:4000] [task-id=6] [2024/05/06 11:52:33.165 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Conn_ID: 2\n# Query_time: 1.850491214\n# Parse_time: 0.000685618\n# Compile_time: 0.001300819\n# Rewrite_time: 0.00028914\n# Optimize_time: 0.000780251\n# Wait_TS: 0\n# DB: split_file\n# Is_internal: false\n# Digest: 04671f37836f5ee79aaacf67fae1389a11d78dccd7fa6b16ff5356e4addca22a\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 1\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('LbAwCTU5XzIJMAkwCU4vQQkxCXRpbWU6MS44NXMsIGxvb3BzOjIJTi9BCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('SMgKRAoMSW1wb3J0SW50b18yMAE4AUABUgNOL0FaE3RpbWU6MS44NXMsIGxvb3BzOjJw//8NAjQBeP///////////wEYAQ==')\n# Resource_group: default\nIMPORT INTO `split_file`.`t` FROM 'gs://split-file/1.csv?endpoint=http://127.0.0.1:4443/storage/v1/' WITH split_file, skip_rows=1, __max_engine_size=_UTF8MB4'1';"] [2024/05/06 11:52:33.180 +00:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [server-id=:4000] [2024/05/06 11:52:33.180 +00:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [server-id=:4000] [task-id=6] [2024/05/06 11:52:33.208 +00:00] [WARN] [manager.go:306] ["is not the owner"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager b0ec8218-fe37-4534-80e0-021011aed7da"] [2024/05/06 11:52:33.208 +00:00] [INFO] [manager.go:257] ["etcd session is done, creates a new one"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager b0ec8218-fe37-4534-80e0-021011aed7da"] [2024/05/06 11:52:33.208 +00:00] [INFO] [manager.go:261] ["break campaign loop, NewSession failed"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager b0ec8218-fe37-4534-80e0-021011aed7da"] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/util.contextDone\n\tpkg/util/etcd.go:90\ngithub.com/pingcap/tidb/pkg/util.NewSession\n\tpkg/util/etcd.go:50\ngithub.com/pingcap/tidb/pkg/owner.(*ownerManager).campaignLoop\n\tpkg/owner/manager.go:259\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 11:52:33.209 +00:00] [INFO] [manager.go:317] ["revoke session"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager b0ec8218-fe37-4534-80e0-021011aed7da"] [] [2024/05/06 11:52:33.211 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 11:52:33.211 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 18, tp add index"] [category=ddl] ["take time"=31.562µs] [2024/05/06 11:52:33.211 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 19, tp add index"] [category=ddl] ["take time"=17.35µs] [2024/05/06 11:52:33.211 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 20, tp add index"] [category=ddl] ["take time"=8.786µs] [2024/05/06 11:52:33.211 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 21, tp add index"] [category=ddl] ["take time"=17.313µs] [2024/05/06 11:52:33.211 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 22, tp add index"] [category=ddl] ["take time"=17.755µs] [2024/05/06 11:52:33.211 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 13, tp add index"] [category=ddl] ["take time"=13.795µs] [2024/05/06 11:52:33.211 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 14, tp add index"] [category=ddl] ["take time"=15.547µs] [2024/05/06 11:52:33.211 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 15, tp add index"] [category=ddl] ["take time"=17.709µs] [2024/05/06 11:52:33.211 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 16, tp add index"] [category=ddl] ["take time"=12.113µs] [2024/05/06 11:52:33.211 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 17, tp add index"] [category=ddl] ["take time"=8.435µs] [2024/05/06 11:52:33.211 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 11:52:33.211 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 12, tp general"] [category=ddl] ["take time"=12.442µs] [2024/05/06 11:52:33.211 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 11:52:33.211 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/06 11:52:33.211 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 11:52:33.217 +00:00] [INFO] [ddl.go:951] ["DDL closed"] [category=ddl] [ID=b0ec8218-fe37-4534-80e0-021011aed7da] ["take time"=10.81369ms] [2024/05/06 11:52:33.217 +00:00] [INFO] [ddl.go:769] ["stop DDL"] [category=ddl] [ID=b0ec8218-fe37-4534-80e0-021011aed7da] [2024/05/06 11:52:33.219 +00:00] [INFO] [domain.go:1026] ["stopping ttlJobManager"] [2024/05/06 11:52:33.219 +00:00] [INFO] [runtime.go:190] ["TimerGroupRuntime loop exit"] [groupID=ttl] [2024/05/06 11:52:33.219 +00:00] [INFO] [notifier.go:142] ["etcd watcher exited to watch timer events"] [EtcdKey=/tidb/timer/cluster/1/notify/46e95ca6-eb8c-4377-9813-1ec47ca0cceb] [watcherID=3e8e91b4-d5bc-4cba-b703-955acca58a37] [2024/05/06 11:52:33.220 +00:00] [INFO] [notifier.go:227] ["etcd notify loop to watch timer events stopped"] [EtcdKey=/tidb/timer/cluster/1/notify/46e95ca6-eb8c-4377-9813-1ec47ca0cceb] [2024/05/06 11:52:33.220 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/06 11:52:33.220 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 11:52:33.220 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 11:52:33.220 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 11:52:33.220 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 11:52:33.220 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/06 11:52:33.220 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 11:52:33.220 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 11:52:33.220 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 11:52:33.220 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 11:52:33.228 +00:00] [INFO] [job_manager.go:174] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [2024/05/06 11:52:33.228 +00:00] [INFO] [domain.go:1037] ["ttlJobManager exited."] [2024/05/06 11:52:33.229 +00:00] [INFO] [domain.go:2817] ["releaseServerID succeed"] [serverID=1138] [2024/05/06 11:52:33.229 +00:00] [INFO] [domain.go:2323] ["loadStatsWorker exited."] [2024/05/06 11:52:33.229 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 11:52:33.230 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 11:52:33.230 +00:00] [INFO] [domain.go:1542] ["stopping dist task scheduler manager because the current node is not DDL owner anymore"] [id=b0ec8218-fe37-4534-80e0-021011aed7da] [2024/05/06 11:52:33.230 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 11:52:33.230 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadStatsWorker] [2024/05/06 11:52:33.230 +00:00] [WARN] [manager.go:306] ["is not the owner"] ["owner info"="[bindinfo] /tidb/bindinfo/owner ownerManager b0ec8218-fe37-4534-80e0-021011aed7da"] [2024/05/06 11:52:33.230 +00:00] [INFO] [domain.go:2450] ["autoAnalyzeWorker exited."] [2024/05/06 11:52:33.230 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/06 11:52:33.230 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 11:52:33.230 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 11:52:33.230 +00:00] [INFO] [domain.go:1700] ["loadPrivilegeInLoop exited."] [2024/05/06 11:52:33.230 +00:00] [INFO] [domain.go:2074] ["dumpFileGcChecker exited."] [2024/05/06 11:52:33.230 +00:00] [INFO] [domain.go:1750] ["LoadSysVarCacheLoop exited."] [2024/05/06 11:52:33.230 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 11:52:33.230 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 11:52:33.230 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 11:52:33.230 +00:00] [INFO] [plan_replayer.go:413] ["planReplayerTaskDumpWorker exited."] [2024/05/06 11:52:33.230 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/06 11:52:33.230 +00:00] [INFO] [domain.go:2881] ["serverIDKeeper exited."] [2024/05/06 11:52:33.230 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/06 11:52:33.230 +00:00] [INFO] [domain.go:2371] ["updateStatsWorker is going to exit, start to flush stats"] [2024/05/06 11:52:33.230 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 11:52:33.230 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 11:52:33.230 +00:00] [INFO] [domain.go:2492] ["analyzeJobsCleanupWorker exited."] [2024/05/06 11:52:33.230 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 11:52:33.230 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=analyzeJobsCleanupWorker] [2024/05/06 11:52:33.230 +00:00] [INFO] [domain.go:2352] ["indexUsageWorker exited."] [2024/05/06 11:52:33.230 +00:00] [INFO] [advancer.go:397] ["Meet task event"] [category="log backup advancer"] [event="Err(, err = EOF)"] [2024/05/06 11:52:33.230 +00:00] [INFO] [domain.go:907] ["loadSchemaInLoop exited."] [2024/05/06 11:52:33.230 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 11:52:33.230 +00:00] [INFO] [manager.go:446] ["watcher is closed, no owner"] ["owner info"="[stats] ownerManager b0ec8218-fe37-4534-80e0-021011aed7da watch owner key /tidb/stats/owner/6f188f4dbd6f3d96"] [2024/05/06 11:52:33.230 +00:00] [ERROR] [advancer.go:400] ["listen task meet error, would reopen."] [error=EOF] [stack="github.com/pingcap/tidb/br/pkg/streamhelper.(*CheckpointAdvancer).StartTaskListener.func1\n\tbr/pkg/streamhelper/advancer.go:400"] [2024/05/06 11:52:33.230 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 11:52:33.230 +00:00] [INFO] [advancer.go:403] ["Task watcher exits due to some error."] [category="log backup advancer"] [error=EOF] [2024/05/06 11:52:33.230 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 11:52:33.230 +00:00] [INFO] [domain.go:2020] ["PlanReplayerTaskCollectHandle exited."] [2024/05/06 11:52:33.230 +00:00] [WARN] [manager.go:306] ["is not the owner"] ["owner info"="[stats] /tidb/stats/owner ownerManager b0ec8218-fe37-4534-80e0-021011aed7da"] [2024/05/06 11:52:33.230 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=PlanReplayerTaskCollectHandle] [2024/05/06 11:52:33.230 +00:00] [INFO] [manager.go:292] ["failed to campaign"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager 26afef6e-0dfd-431f-96af-6027971f5f03"] [error="lost watcher waiting for delete"] [2024/05/06 11:52:33.230 +00:00] [INFO] [manager.go:273] ["break campaign loop, context is done"] ["owner info"="[bindinfo] /tidb/bindinfo/owner ownerManager b0ec8218-fe37-4534-80e0-021011aed7da"] [2024/05/06 11:52:33.231 +00:00] [INFO] [manager.go:257] ["etcd session is done, creates a new one"] ["owner info"="[stats] /tidb/stats/owner ownerManager b0ec8218-fe37-4534-80e0-021011aed7da"] [2024/05/06 11:52:33.230 +00:00] [INFO] [domain.go:2105] ["HistoricalStatsWorker exited."] [2024/05/06 11:52:33.231 +00:00] [INFO] [manager.go:257] ["etcd session is done, creates a new one"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager 26afef6e-0dfd-431f-96af-6027971f5f03"] [2024/05/06 11:52:33.231 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=HistoricalStatsWorker] [2024/05/06 11:52:33.230 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=autoAnalyzeWorker] [2024/05/06 11:52:33.230 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 11:52:33.230 +00:00] [INFO] [domain.go:2040] ["PlanReplayerTaskDumpHandle exited."] [2024/05/06 11:52:33.230 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 11:52:33.230 +00:00] [INFO] [scheduler_manager.go:206] ["schedule task loop exits"] [server-id=:4000] [2024/05/06 11:52:33.230 +00:00] [INFO] [scheduler_manager.go:318] ["subtask history table gc loop exits"] [server-id=:4000] [2024/05/06 11:52:33.231 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=PlanReplayerTaskDumpHandle] [2024/05/06 11:52:33.230 +00:00] [INFO] [scheduler_manager.go:459] ["collect loop exits"] [server-id=:4000] [2024/05/06 11:52:33.230 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=indexUsageWorker] [2024/05/06 11:52:33.231 +00:00] [INFO] [domain.go:2373] ["updateStatsWorker ready to release owner"] [2024/05/06 11:52:33.231 +00:00] [WARN] [etcd.go:78] ["failed to new session to etcd"] [ownerInfo="[stats] /tidb/stats/owner ownerManager b0ec8218-fe37-4534-80e0-021011aed7da"] [error="context canceled"] [2024/05/06 11:52:33.232 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."] [2024/05/06 11:52:33.232 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/06 11:52:33.232 +00:00] [INFO] [owner_daemon.go:87] ["daemon loop exits"] [id=26afef6e-0dfd-431f-96af-6027971f5f03] [daemon-id=LogBackup::Advancer] [2024/05/06 11:52:33.232 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 11:52:33.232 +00:00] [INFO] [manager.go:280] ["recoverMetaLoop done"] [server-id=:4000] [2024/05/06 11:52:33.232 +00:00] [WARN] [etcd.go:78] ["failed to new session to etcd"] [ownerInfo="[log-backup] /tidb/br-stream/owner ownerManager 26afef6e-0dfd-431f-96af-6027971f5f03"] [error="context canceled"] [2024/05/06 11:52:33.232 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 11:52:33.232 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=logBackupAdvancer] [2024/05/06 11:52:33.263 +00:00] [INFO] [manager.go:179] ["handle tasks loop done"] [server-id=:4000] [2024/05/06 11:52:33.275 +00:00] [WARN] [session.go:813] ["can not retry txn"] [label=internal] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/tikv/client-go/v2/internal/locate.(*RegionRequestSender).sendReqToRegion\n\texternal/com_github_tikv_client_go_v2/internal/locate/region_request.go:2127\ngithub.com/tikv/client-go/v2/internal/locate.(*RegionRequestSender).SendReqCtx\n\texternal/com_github_tikv_client_go_v2/internal/locate/region_request.go:1796\ngithub.com/tikv/client-go/v2/internal/locate.(*RegionRequestSender).SendReq\n\texternal/com_github_tikv_client_go_v2/internal/locate/region_request.go:422\ngithub.com/tikv/client-go/v2/txnkv/transaction.actionPrewrite.handleSingleBatch\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/prewrite.go:300\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).doActionOnBatches\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1095\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).doActionOnGroupMutations\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1056\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).doActionOnMutations\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:815\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).prewriteMutations\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/prewrite.go:510\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).execute\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1591\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*KVTxn).Commit\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/txn.go:714\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:113\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:441\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:665\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:545\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:787\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:917\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:281\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:243\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2311\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewTxn.func1.1\n\tpkg/disttask/framework/storage/task_table.go:165\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewTxn.func1\n\tpkg/disttask/framework/storage/task_table.go:176\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewTxn\n\tpkg/disttask/framework/storage/task_table.go:153\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).TransferTasks2History\n\tpkg/disttask/framework/storage/history.go:49\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).cleanupFinishedTasks\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:449\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).doCleanupTask\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:411\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).cleanupTaskLoop\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:382\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/store/driver/error.ToTiDBErr\n\tpkg/store/driver/error/error.go:200\ngithub.com/pingcap/tidb/pkg/store/driver/txn.extractKeyErr\n\tpkg/store/driver/txn/error.go:164\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).extractKeyErr\n\tpkg/store/driver/txn/txn_driver.go:340\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:114\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:441\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:665\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:545\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:787\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:917\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:281\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:243\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2311\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewTxn.func1.1\n\tpkg/disttask/framework/storage/task_table.go:165\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewTxn.func1\n\tpkg/disttask/framework/storage/task_table.go:176\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewTxn\n\tpkg/disttask/framework/storage/task_table.go:153\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).TransferTasks2History\n\tpkg/disttask/framework/storage/history.go:49\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).cleanupFinishedTasks\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:449\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).doCleanupTask\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:411\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).cleanupTaskLoop\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:382\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [IsBatchInsert=false] [IsPessimistic=false] [InRestrictedSQL=true] [tidb_retry_limit=10] [tidb_disable_txn_auto_retry=true] [2024/05/06 11:52:33.276 +00:00] [WARN] [session.go:829] ["commit failed"] ["finished txn"="Txn{state=invalid}"] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/tikv/client-go/v2/internal/locate.(*RegionRequestSender).sendReqToRegion\n\texternal/com_github_tikv_client_go_v2/internal/locate/region_request.go:2127\ngithub.com/tikv/client-go/v2/internal/locate.(*RegionRequestSender).SendReqCtx\n\texternal/com_github_tikv_client_go_v2/internal/locate/region_request.go:1796\ngithub.com/tikv/client-go/v2/internal/locate.(*RegionRequestSender).SendReq\n\texternal/com_github_tikv_client_go_v2/internal/locate/region_request.go:422\ngithub.com/tikv/client-go/v2/txnkv/transaction.actionPrewrite.handleSingleBatch\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/prewrite.go:300\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).doActionOnBatches\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1095\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).doActionOnGroupMutations\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1056\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).doActionOnMutations\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:815\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).prewriteMutations\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/prewrite.go:510\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).execute\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1591\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*KVTxn).Commit\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/txn.go:714\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:113\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:441\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:665\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:545\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:787\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:917\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:281\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:243\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2311\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewTxn.func1.1\n\tpkg/disttask/framework/storage/task_table.go:165\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewTxn.func1\n\tpkg/disttask/framework/storage/task_table.go:176\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewTxn\n\tpkg/disttask/framework/storage/task_table.go:153\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).TransferTasks2History\n\tpkg/disttask/framework/storage/history.go:49\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).cleanupFinishedTasks\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:449\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).doCleanupTask\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:411\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).cleanupTaskLoop\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:382\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/store/driver/error.ToTiDBErr\n\tpkg/store/driver/error/error.go:200\ngithub.com/pingcap/tidb/pkg/store/driver/txn.extractKeyErr\n\tpkg/store/driver/txn/error.go:164\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).extractKeyErr\n\tpkg/store/driver/txn/txn_driver.go:340\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:114\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:441\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:665\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:545\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:787\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:917\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:281\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:243\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2311\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewTxn.func1.1\n\tpkg/disttask/framework/storage/task_table.go:165\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewTxn.func1\n\tpkg/disttask/framework/storage/task_table.go:176\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewTxn\n\tpkg/disttask/framework/storage/task_table.go:153\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).TransferTasks2History\n\tpkg/disttask/framework/storage/history.go:49\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).cleanupFinishedTasks\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:449\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).doCleanupTask\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:411\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).cleanupTaskLoop\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:382\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 11:52:33.277 +00:00] [WARN] [session.go:2153] ["run statement failed"] [schemaVersion=60] [error="previous statement: : context canceled"] [errorVerbose="context canceled\ngithub.com/tikv/client-go/v2/internal/locate.(*RegionRequestSender).sendReqToRegion\n\texternal/com_github_tikv_client_go_v2/internal/locate/region_request.go:2127\ngithub.com/tikv/client-go/v2/internal/locate.(*RegionRequestSender).SendReqCtx\n\texternal/com_github_tikv_client_go_v2/internal/locate/region_request.go:1796\ngithub.com/tikv/client-go/v2/internal/locate.(*RegionRequestSender).SendReq\n\texternal/com_github_tikv_client_go_v2/internal/locate/region_request.go:422\ngithub.com/tikv/client-go/v2/txnkv/transaction.actionPrewrite.handleSingleBatch\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/prewrite.go:300\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).doActionOnBatches\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1095\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).doActionOnGroupMutations\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1056\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).doActionOnMutations\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:815\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).prewriteMutations\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/prewrite.go:510\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).execute\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1591\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*KVTxn).Commit\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/txn.go:714\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:113\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:441\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:665\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:545\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:787\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:917\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:281\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:243\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2311\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewTxn.func1.1\n\tpkg/disttask/framework/storage/task_table.go:165\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewTxn.func1\n\tpkg/disttask/framework/storage/task_table.go:176\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewTxn\n\tpkg/disttask/framework/storage/task_table.go:153\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).TransferTasks2History\n\tpkg/disttask/framework/storage/history.go:49\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).cleanupFinishedTasks\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:449\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).doCleanupTask\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:411\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).cleanupTaskLoop\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:382\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/store/driver/error.ToTiDBErr\n\tpkg/store/driver/error/error.go:200\ngithub.com/pingcap/tidb/pkg/store/driver/txn.extractKeyErr\n\tpkg/store/driver/txn/error.go:164\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).extractKeyErr\n\tpkg/store/driver/txn/txn_driver.go:340\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:114\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:441\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:665\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:545\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:787\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:917\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:281\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:243\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2311\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewTxn.func1.1\n\tpkg/disttask/framework/storage/task_table.go:165\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewTxn.func1\n\tpkg/disttask/framework/storage/task_table.go:176\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewTxn\n\tpkg/disttask/framework/storage/task_table.go:153\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).TransferTasks2History\n\tpkg/disttask/framework/storage/history.go:49\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).cleanupFinishedTasks\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:449\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).doCleanupTask\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:411\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).cleanupTaskLoop\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:382\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650\nprevious statement: "] [session="{\n \"currDBName\": \"\",\n \"id\": 0,\n \"status\": 2,\n \"strictMode\": false,\n \"user\": null\n}"] [2024/05/06 11:52:33.278 +00:00] [WARN] [scheduler_manager.go:413] ["cleanup routine failed"] [server-id=:4000] [error="previous statement: : context canceled"] [errorVerbose="context canceled\ngithub.com/tikv/client-go/v2/internal/locate.(*RegionRequestSender).sendReqToRegion\n\texternal/com_github_tikv_client_go_v2/internal/locate/region_request.go:2127\ngithub.com/tikv/client-go/v2/internal/locate.(*RegionRequestSender).SendReqCtx\n\texternal/com_github_tikv_client_go_v2/internal/locate/region_request.go:1796\ngithub.com/tikv/client-go/v2/internal/locate.(*RegionRequestSender).SendReq\n\texternal/com_github_tikv_client_go_v2/internal/locate/region_request.go:422\ngithub.com/tikv/client-go/v2/txnkv/transaction.actionPrewrite.handleSingleBatch\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/prewrite.go:300\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).doActionOnBatches\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1095\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).doActionOnGroupMutations\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1056\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).doActionOnMutations\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:815\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).prewriteMutations\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/prewrite.go:510\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).execute\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1591\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*KVTxn).Commit\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/txn.go:714\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:113\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:441\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:665\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:545\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:787\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:917\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:281\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:243\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2311\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewTxn.func1.1\n\tpkg/disttask/framework/storage/task_table.go:165\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewTxn.func1\n\tpkg/disttask/framework/storage/task_table.go:176\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewTxn\n\tpkg/disttask/framework/storage/task_table.go:153\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).TransferTasks2History\n\tpkg/disttask/framework/storage/history.go:49\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).cleanupFinishedTasks\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:449\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).doCleanupTask\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:411\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).cleanupTaskLoop\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:382\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/store/driver/error.ToTiDBErr\n\tpkg/store/driver/error/error.go:200\ngithub.com/pingcap/tidb/pkg/store/driver/txn.extractKeyErr\n\tpkg/store/driver/txn/error.go:164\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).extractKeyErr\n\tpkg/store/driver/txn/txn_driver.go:340\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:114\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:441\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:665\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:545\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:787\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:917\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:281\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:243\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2311\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1518\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:236\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewTxn.func1.1\n\tpkg/disttask/framework/storage/task_table.go:165\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewTxn.func1\n\tpkg/disttask/framework/storage/task_table.go:176\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:147\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewTxn\n\tpkg/disttask/framework/storage/task_table.go:153\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).TransferTasks2History\n\tpkg/disttask/framework/storage/history.go:49\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).cleanupFinishedTasks\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:449\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).doCleanupTask\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:411\ngithub.com/pingcap/tidb/pkg/disttask/framework/scheduler.(*Manager).cleanupTaskLoop\n\tpkg/disttask/framework/scheduler/scheduler_manager.go:382\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650\nprevious statement: "] [2024/05/06 11:52:33.279 +00:00] [INFO] [scheduler_manager.go:379] ["cleanup loop exits"] [server-id=:4000] [2024/05/06 11:52:33.279 +00:00] [INFO] [domain.go:1544] ["dist task scheduler manager stopped"] [id=b0ec8218-fe37-4534-80e0-021011aed7da] [2024/05/06 11:52:33.279 +00:00] [INFO] [domain.go:1527] ["stopping dist task executor manager"] [2024/05/06 11:52:33.279 +00:00] [INFO] [domain.go:1529] ["dist task executor manager stopped"] [2024/05/06 11:52:33.279 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 11:52:33.432 +00:00] [INFO] [manager.go:261] ["break campaign loop, NewSession failed"] ["owner info"="[stats] /tidb/stats/owner ownerManager b0ec8218-fe37-4534-80e0-021011aed7da"] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/util.contextDone\n\tpkg/util/etcd.go:90\ngithub.com/pingcap/tidb/pkg/util.NewSession\n\tpkg/util/etcd.go:50\ngithub.com/pingcap/tidb/pkg/owner.(*ownerManager).campaignLoop\n\tpkg/owner/manager.go:259\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 11:52:33.433 +00:00] [INFO] [manager.go:261] ["break campaign loop, NewSession failed"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager 26afef6e-0dfd-431f-96af-6027971f5f03"] [error="context canceled"] [errorVerbose="context canceled\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/util.contextDone\n\tpkg/util/etcd.go:90\ngithub.com/pingcap/tidb/pkg/util.NewSession\n\tpkg/util/etcd.go:50\ngithub.com/pingcap/tidb/pkg/owner.(*ownerManager).campaignLoop\n\tpkg/owner/manager.go:259\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 11:52:34.496 +00:00] [INFO] [manager.go:317] ["revoke session"] ["owner info"="[bindinfo] /tidb/bindinfo/owner ownerManager b0ec8218-fe37-4534-80e0-021011aed7da"] [error="rpc error: code = Canceled desc = grpc: the client connection is closing"] [2024/05/06 11:52:34.496 +00:00] [INFO] [domain.go:1889] ["globalBindHandleWorkerLoop exited."] [2024/05/06 11:52:34.496 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 11:52:34.679 +00:00] [INFO] [manager.go:317] ["revoke session"] ["owner info"="[stats] /tidb/stats/owner ownerManager b0ec8218-fe37-4534-80e0-021011aed7da"] [error="rpc error: code = Canceled desc = grpc: the client connection is closing"] [2024/05/06 11:52:34.679 +00:00] [INFO] [domain.go:2379] ["updateStatsWorker exit preprocessing finished"] [2024/05/06 11:52:34.679 +00:00] [INFO] [domain.go:2404] ["updateStatsWorker exited."] [2024/05/06 11:52:34.679 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=updateStatsWorker] [2024/05/06 11:52:34.680 +00:00] [INFO] [manager.go:317] ["revoke session"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager 26afef6e-0dfd-431f-96af-6027971f5f03"] [error="rpc error: code = Canceled desc = grpc: the client connection is closing"] [2024/05/06 11:52:34.686 +00:00] [INFO] [domain.go:1074] ["domain closed"] ["take time"=1.480090811s] [2024/05/06 11:52:34.687 +00:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 11:52:34.687 +00:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 11:52:34.687 +00:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 11:52:34.687 +00:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 11:52:34.687 +00:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 11:52:34.687 +00:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 11:52:34.687 +00:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 11:52:34.687 +00:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 11:52:34.687 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=1] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:34.687 +00:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 11:52:34.687 +00:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=1] [collected-request-count=0] [pending-request-count=0] [2024/05/06 11:52:34.687 +00:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 11:52:34.687 +00:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 11:52:34.689 +00:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=tikv-driver] --- PASS: TestImportInto (45.39s) --- PASS: TestImportInto/TestGlobalSortBasic (10.15s) --- PASS: TestImportInto/TestGlobalSortMultiFiles (7.39s) --- PASS: TestImportInto/TestSplitFile (5.10s) PASS coverage: 14.0% of statements GCov does not exist at the given path: '' May 06, 2024 11:52:40 AM com.google.devtools.coverageoutputgenerator.Main getTracefiles INFO: No lcov file found. May 06, 2024 11:52:40 AM com.google.devtools.coverageoutputgenerator.Main getGcovInfoFiles INFO: No gcov info file found. May 06, 2024 11:52:40 AM com.google.devtools.coverageoutputgenerator.Main getGcovJsonInfoFiles INFO: No gcov json file found. May 06, 2024 11:52:40 AM com.google.devtools.coverageoutputgenerator.Main getProfdataFileOrNull INFO: No .profdata file found. May 06, 2024 11:52:40 AM com.google.devtools.coverageoutputgenerator.Main runWithArgs WARNING: There was no coverage found. ================================================================================ Target //tests/realtikvtest/importintotest4:importintotest4_test up-to-date: bazel-bin/tests/realtikvtest/importintotest4/importintotest4_test_/importintotest4_test INFO: Elapsed time: 34.220s, Critical Path: 14.24s INFO: 1572 processes: 1552 remote cache hit, 20 internal. INFO: Build completed successfully, 1572 total actions Test cases: finished with 4 passing and 0 failing out of 4 test cases Executed 0 out of 1 test: 1 test passes. ./build/jenkins_collect_coverage.sh root: /home/jenkins/.tidb/tmp/6fe290a12c1bd5bc697515c884fc0103/execroot/__main__/bazel-out/k8-fastbuild/testlogs [Checks API] No suitable checks publisher found. [Pipeline] sh complete to collect bazel result. + find . -name 'pd*.log' -type f -exec tail -n 500 '{}' + ==> ./pd1.log <== [2024/05/06 22:08:24.546 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:08:24.546 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:08:24.546 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:08:24.546 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:08:24.546 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:08:24.546 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:08:24.546 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:08:24.546 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:08:24.546 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2379\",\"peer-urls\":\"http://127.0.0.1:2380\",\"advertise-client-urls\":\"http://127.0.0.1:2379\",\"advertise-peer-urls\":\"http://127.0.0.1:2380\",\"name\":\"pd-0\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-0/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-0\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:08:24.550 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:08:24.550 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:08:24.550 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:08:24.550 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:08:24.551 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:08:24.551 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:08:24.551 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-0] [service-name=MetaStorage] [2024/05/06 22:08:24.551 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:08:24.551 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-0] [service-name=ResourceManager] [2024/05/06 22:08:24.551 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:08:24.551 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:24.551 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:08:24.552 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2379]"] [2024/05/06 22:08:24.552 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:08:24.552 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=52] [max-cpu-available=52] [member-initialized=false] [name=pd-0] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2380]"] [listen-peer-urls="[http://127.0.0.1:2380]"] [advertise-client-urls="[http://127.0.0.1:2379]"] [listen-client-urls="[http://127.0.0.1:2379]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:08:24.552 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:08:24.552 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap/db] [took=551.312µs] [2024/05/06 22:08:26.555 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=3037d9ad26fb2231] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:08:26.555 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=()"] [2024/05/06 22:08:26.555 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 0"] [2024/05/06 22:08:26.555 +08:00] [INFO] [raft.go:389] ["newRaft 3037d9ad26fb2231 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:08:26.555 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 1"] [2024/05/06 22:08:26.555 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:08:26.556 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:08:26.556 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:26.556 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:08:26.557 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:08:26.557 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.557 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.558 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.558 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.558 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.558 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.558 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [remote-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:26.558 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.558 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.558 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.558 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.558 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.558 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.558 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.558 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [remote-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:26.558 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.558 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=3037d9ad26fb2231] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:08:26.558 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:08:26.558 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:08:26.558 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:08:26.558 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:08:26.559 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:26.559 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:26.559 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:26.559 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:26.559 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:26.559 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:26.561 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2380] [2024/05/06 22:08:26.561 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=3037d9ad26fb2231] [initial-advertise-peer-urls="[http://127.0.0.1:2380]"] [listen-peer-urls="[http://127.0.0.1:2380]"] [advertise-client-urls="[http://127.0.0.1:2379]"] [listen-client-urls="[http://127.0.0.1:2379]"] [listen-metrics-urls="[]"] [2024/05/06 22:08:26.562 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.562 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.562 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.562 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream Message"] [2024/05/06 22:08:26.562 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.562 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream Message"] [2024/05/06 22:08:26.562 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.562 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.562 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:26.562 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.562 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:26.562 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.563 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.563 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.609 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=3037d9ad26fb2231] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:08:28.558 +08:00] [INFO] [raft.go:966] ["3037d9ad26fb2231 [logterm: 1, index: 3, vote: 0] cast MsgPreVote for 385a3ea8295f6f18 [logterm: 1, index: 3] at term 1"] [2024/05/06 22:08:28.559 +08:00] [INFO] [raft.go:865] ["3037d9ad26fb2231 [term: 1] received a MsgVote message with higher term from 385a3ea8295f6f18 [term: 2]"] [2024/05/06 22:08:28.559 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 2"] [2024/05/06 22:08:28.559 +08:00] [INFO] [raft.go:966] ["3037d9ad26fb2231 [logterm: 1, index: 3, vote: 0] cast MsgVote for 385a3ea8295f6f18 [logterm: 1, index: 3] at term 2"] [2024/05/06 22:08:28.559 +08:00] [INFO] [node.go:327] ["raft.node: 3037d9ad26fb2231 elected leader 385a3ea8295f6f18 at term 2"] [2024/05/06 22:08:28.560 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=3037d9ad26fb2231] [local-member-attributes="{Name:pd-0 ClientURLs:[http://127.0.0.1:2379]}"] [request-path=/0/members/3037d9ad26fb2231/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:08:28.560 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:08:28.560 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-0] [service-name=MetaStorage] [2024/05/06 22:08:28.560 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [cluster-version=3.4] [2024/05/06 22:08:28.560 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:08:28.560 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-0] [service-name=ResourceManager] [2024/05/06 22:08:28.560 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2379] [2024/05/06 22:08:28.563 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888274869774128] [2024/05/06 22:08:28.563 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-0\" member_id:3474484975246189105 peer_urls:\"http://127.0.0.1:2380\" client_urls:\"http://127.0.0.1:2379\" "] [root-path=/pd/7365888274869774128] [2024/05/06 22:08:28.567 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:08:28.568 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=3474484975246189105] [2024/05/06 22:08:28.568 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:08:28.570 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:08:28.570 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-0] [2024/05/06 22:08:28.570 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-0] [2024/05/06 22:08:28.570 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:08:28.571 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:08:28.572 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:08:28.573 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:08:28.573 +08:00] [INFO] [server.go:1662] ["start to watch pd leader"] [pd-leader="name:\"pd-2\" member_id:4060626905997471512 peer_urls:\"http://127.0.0.1:2383\" client_urls:\"http://127.0.0.1:2384\" "] [2024/05/06 22:08:28.573 +08:00] [INFO] [client.go:104] ["region syncer start load region"] [2024/05/06 22:08:28.573 +08:00] [INFO] [client.go:107] ["region syncer finished load regions"] [time-cost=171.096µs] [2024/05/06 22:08:28.573 +08:00] [INFO] [leadership.go:317] ["watch channel is created"] [revision=12] [leader-key=/pd/7365888274869774128/leader] [purpose="leader election"] [2024/05/06 22:08:28.573 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-0] [leader=pd-2] [request-index=0] [2024/05/06 22:08:28.574 +08:00] [ERROR] [client.go:162] ["region sync with leader meet error"] [error="[PD:grpc:ErrGRPCRecv]receive response error: rpc error: code = Unavailable desc = server not started"] [2024/05/06 22:08:29.574 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-0] [leader=pd-2] [request-index=0] [2024/05/06 22:08:38.562 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2379]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2382,http://127.0.0.1:2379]"] [source=server-etcd-client] [2024/05/06 22:08:38.562 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2379]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2382,http://127.0.0.1:2379]"] [source=election-etcd-client] ==> ./pd3.log <== [2024/05/06 22:08:24.547 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:08:24.548 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:08:24.548 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:08:24.548 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:08:24.548 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:08:24.548 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:08:24.548 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:08:24.548 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:08:24.548 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2384\",\"peer-urls\":\"http://127.0.0.1:2383\",\"advertise-client-urls\":\"http://127.0.0.1:2384\",\"advertise-peer-urls\":\"http://127.0.0.1:2383\",\"name\":\"pd-2\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-2/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-2\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:08:24.551 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:08:24.552 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:08:24.552 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:08:24.552 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:08:24.553 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:08:24.553 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:08:24.553 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:08:24.553 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-2] [service-name=ResourceManager] [2024/05/06 22:08:24.553 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-2] [service-name=MetaStorage] [2024/05/06 22:08:24.553 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:08:24.553 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:24.553 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:08:24.553 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2384]"] [2024/05/06 22:08:24.553 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:08:24.553 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=52] [max-cpu-available=52] [member-initialized=false] [name=pd-2] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2383]"] [listen-peer-urls="[http://127.0.0.1:2383]"] [advertise-client-urls="[http://127.0.0.1:2384]"] [listen-client-urls="[http://127.0.0.1:2384]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:08:24.553 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:08:24.554 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap/db] [took=319.648µs] [2024/05/06 22:08:26.557 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=385a3ea8295f6f18] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:08:26.557 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=()"] [2024/05/06 22:08:26.557 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 0"] [2024/05/06 22:08:26.557 +08:00] [INFO] [raft.go:389] ["newRaft 385a3ea8295f6f18 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:08:26.557 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 1"] [2024/05/06 22:08:26.557 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:08:26.557 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:08:26.557 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:26.558 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:08:26.558 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:08:26.559 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.559 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.559 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.559 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.559 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.559 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.559 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [remote-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:26.559 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.559 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.559 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.559 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.559 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.559 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.559 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [remote-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:26.559 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=385a3ea8295f6f18] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:08:26.559 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.559 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.560 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:08:26.560 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:08:26.560 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:08:26.560 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:08:26.560 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:26.560 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:26.560 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:26.560 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:26.560 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:26.560 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:26.561 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.561 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.562 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.562 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.562 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.562 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.562 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2383] [2024/05/06 22:08:26.562 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=385a3ea8295f6f18] [initial-advertise-peer-urls="[http://127.0.0.1:2383]"] [listen-peer-urls="[http://127.0.0.1:2383]"] [advertise-client-urls="[http://127.0.0.1:2384]"] [listen-client-urls="[http://127.0.0.1:2384]"] [listen-metrics-urls="[]"] [2024/05/06 22:08:26.563 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream Message"] [2024/05/06 22:08:26.563 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.563 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:26.564 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.564 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream Message"] [2024/05/06 22:08:26.564 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.564 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:26.564 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.610 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=385a3ea8295f6f18] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:08:28.558 +08:00] [INFO] [raft.go:929] ["385a3ea8295f6f18 is starting a new election at term 1"] [2024/05/06 22:08:28.558 +08:00] [INFO] [raft.go:735] ["385a3ea8295f6f18 became pre-candidate at term 1"] [2024/05/06 22:08:28.558 +08:00] [INFO] [raft.go:830] ["385a3ea8295f6f18 received MsgPreVoteResp from 385a3ea8295f6f18 at term 1"] [2024/05/06 22:08:28.558 +08:00] [INFO] [raft.go:817] ["385a3ea8295f6f18 [logterm: 1, index: 3] sent MsgPreVote request to 1f01bdf364b8beaa at term 1"] [2024/05/06 22:08:28.558 +08:00] [INFO] [raft.go:817] ["385a3ea8295f6f18 [logterm: 1, index: 3] sent MsgPreVote request to 3037d9ad26fb2231 at term 1"] [2024/05/06 22:08:28.558 +08:00] [INFO] [raft.go:830] ["385a3ea8295f6f18 received MsgPreVoteResp from 1f01bdf364b8beaa at term 1"] [2024/05/06 22:08:28.558 +08:00] [INFO] [raft.go:1295] ["385a3ea8295f6f18 has received 2 MsgPreVoteResp votes and 0 vote rejections"] [2024/05/06 22:08:28.558 +08:00] [INFO] [raft.go:719] ["385a3ea8295f6f18 became candidate at term 2"] [2024/05/06 22:08:28.558 +08:00] [INFO] [raft.go:830] ["385a3ea8295f6f18 received MsgVoteResp from 385a3ea8295f6f18 at term 2"] [2024/05/06 22:08:28.558 +08:00] [INFO] [raft.go:817] ["385a3ea8295f6f18 [logterm: 1, index: 3] sent MsgVote request to 1f01bdf364b8beaa at term 2"] [2024/05/06 22:08:28.558 +08:00] [INFO] [raft.go:817] ["385a3ea8295f6f18 [logterm: 1, index: 3] sent MsgVote request to 3037d9ad26fb2231 at term 2"] [2024/05/06 22:08:28.559 +08:00] [INFO] [raft.go:830] ["385a3ea8295f6f18 received MsgVoteResp from 1f01bdf364b8beaa at term 2"] [2024/05/06 22:08:28.559 +08:00] [INFO] [raft.go:1295] ["385a3ea8295f6f18 has received 2 MsgVoteResp votes and 0 vote rejections"] [2024/05/06 22:08:28.559 +08:00] [INFO] [raft.go:771] ["385a3ea8295f6f18 became leader at term 2"] [2024/05/06 22:08:28.559 +08:00] [INFO] [node.go:327] ["raft.node: 385a3ea8295f6f18 elected leader 385a3ea8295f6f18 at term 2"] [2024/05/06 22:08:28.559 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=385a3ea8295f6f18] [local-member-attributes="{Name:pd-2 ClientURLs:[http://127.0.0.1:2384]}"] [request-path=/0/members/385a3ea8295f6f18/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:08:28.559 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:08:28.560 +08:00] [INFO] [server.go:2639] ["setting up initial cluster version"] [cluster-version=3.4] [2024/05/06 22:08:28.560 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [cluster-version=3.4] [2024/05/06 22:08:28.560 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:08:28.560 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-2] [service-name=ResourceManager] [2024/05/06 22:08:28.560 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-2] [service-name=MetaStorage] [2024/05/06 22:08:28.560 +08:00] [INFO] [server.go:2671] ["cluster version is updated"] [cluster-version=3.4] [2024/05/06 22:08:28.560 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2384] [2024/05/06 22:08:28.563 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888274869774128] [2024/05/06 22:08:28.563 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-2\" member_id:4060626905997471512 peer_urls:\"http://127.0.0.1:2383\" client_urls:\"http://127.0.0.1:2384\" "] [root-path=/pd/7365888274869774128] [2024/05/06 22:08:28.566 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:08:28.566 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=4060626905997471512] [2024/05/06 22:08:28.567 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:08:28.568 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:08:28.568 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-2] [2024/05/06 22:08:28.568 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-2] [2024/05/06 22:08:28.568 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:08:28.568 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:08:28.568 +08:00] [INFO] [server.go:1703] ["start to campaign PD leader"] [campaign-leader-name=pd-2] [2024/05/06 22:08:28.569 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:08:28.569 +08:00] [INFO] [lease.go:66] ["lease granted"] [lease-id=8005305903828024589] [lease-timeout=3] [purpose="leader election"] [2024/05/06 22:08:28.570 +08:00] [INFO] [leadership.go:181] ["check campaign resp"] [resp="{\"header\":{\"cluster_id\":17849374191125529693,\"member_id\":4060626905997471512,\"revision\":12,\"raft_term\":2},\"succeeded\":true,\"responses\":[{\"Response\":{\"ResponsePut\":{\"header\":{\"revision\":12}}}}]}"] [2024/05/06 22:08:28.570 +08:00] [INFO] [leadership.go:190] ["write leaderData to leaderPath ok"] [leader-key=/pd/7365888274869774128/leader] [purpose="leader election"] [2024/05/06 22:08:28.570 +08:00] [INFO] [server.go:1729] ["campaign PD leader ok"] [campaign-leader-name=pd-2] [2024/05/06 22:08:28.570 +08:00] [INFO] [server.go:1737] ["initializing the global TSO allocator"] [2024/05/06 22:08:28.570 +08:00] [INFO] [tso.go:160] ["start to sync timestamp"] [] [2024/05/06 22:08:28.570 +08:00] [INFO] [lease.go:155] ["start lease keep alive worker"] [interval=1s] [purpose="leader election"] [2024/05/06 22:08:28.572 +08:00] [INFO] [tso.go:220] ["sync and save timestamp"] [] [last=0001/01/01 00:00:00.000 +00:00] [last-saved=0001/01/01 00:00:00.000 +00:00] [save=2024/05/06 22:08:31.571 +08:00] [next=2024/05/06 22:08:28.571 +08:00] [2024/05/06 22:08:28.572 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:08:28.573 +08:00] [INFO] [server.go:1769] ["triggering the leader callback functions"] [2024/05/06 22:08:28.573 +08:00] [ERROR] [manager.go:124] ["un-marshall controller config failed, fallback to default"] [error="unexpected end of JSON input"] [v=] [2024/05/06 22:08:28.575 +08:00] [INFO] [manager.go:185] ["resource group manager finishes initialization"] [2024/05/06 22:08:28.577 +08:00] [INFO] [id.go:174] ["idAllocator allocates a new id"] [new-end=1000] [new-base=0] [label=idalloc] [check-curr-end=true] [2024/05/06 22:08:28.577 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=0.0.0] [2024/05/06 22:08:28.577 +08:00] [INFO] [server.go:1803] ["PD leader is ready to serve"] [leader-name=pd-2] [2024/05/06 22:08:28.875 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:08:28.875 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:08:28.876 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:08:28.949 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:08:28.949 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:08:28.955 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:08:28.955 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:08:28.955 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:08:28.956 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:08:28.957 +08:00] [INFO] [server.go:712] ["try to bootstrap raft cluster"] [cluster-id=7365888274869774128] [request="header: store: region: peers: > "] [2024/05/06 22:08:28.957 +08:00] [INFO] [server.go:773] ["bootstrap cluster ok"] [cluster-id=7365888274869774128] [2024/05/06 22:08:28.960 +08:00] [INFO] [cluster.go:643] ["load stores"] [count=1] [cost=687.905µs] [2024/05/06 22:08:28.960 +08:00] [INFO] [cluster.go:654] ["load regions"] [count=1] [cost=150.897µs] [2024/05/06 22:08:28.961 +08:00] [INFO] [scheduling_controller.go:102] ["scheduling service is started"] [2024/05/06 22:08:28.961 +08:00] [INFO] [coordinator.go:407] ["coordinator starts to collect cluster information"] [2024/05/06 22:08:28.961 +08:00] [INFO] [cluster.go:416] ["memory info"] [total-mem=34359738368] [2024/05/06 22:08:28.961 +08:00] [INFO] [tuner.go:117] ["new gctuner"] [threshold=20615843020] [2024/05/06 22:08:28.961 +08:00] [INFO] [cluster.go:429] ["update gc tuner"] [enable-gc-tuner=false] [gc-threshold-bytes=20615843020] [2024/05/06 22:08:28.961 +08:00] [INFO] [memory_limit_tuner.go:50] [debug.SetMemoryLimit] [limit=9223372036854775807] [ret=9223372036854775807] [2024/05/06 22:08:28.961 +08:00] [INFO] [cluster.go:436] ["update gc memory limit"] [memory-limit-bytes=0] [memory-limit-gc-trigger-ratio=0.7] [2024/05/06 22:08:28.962 +08:00] [INFO] [keyspace.go:378] ["[keyspace] added region label for keyspace"] [keyspace-id=0] [label-rule="{\"id\":\"keyspaces/0\",\"index\":0,\"labels\":[{\"key\":\"id\",\"value\":\"0\"}],\"rule_type\":\"key-range\",\"data\":[{\"start_key\":\"7200000000000000fb\",\"end_key\":\"7200000100000000fb\"},{\"start_key\":\"7800000000000000fb\",\"end_key\":\"7800000100000000fb\"}]}"] [takes=478.212µs] [2024/05/06 22:08:28.965 +08:00] [INFO] [cluster.go:2180] ["cluster version changed"] [old-cluster-version=0.0.0] [new-cluster-version=8.2.0-alpha] [2024/05/06 22:08:28.965 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=5] [2024/05/06 22:08:28.965 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:5 address:\"127.0.0.1:20161\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20161\" status_address:\"127.0.0.1:20181\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004508 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:08:28.965 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:08:28.966 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=4] [2024/05/06 22:08:28.966 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:4 address:\"127.0.0.1:20160\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20160\" status_address:\"127.0.0.1:20180\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004508 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:08:28.966 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:08:28.967 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=1] [2024/05/06 22:08:28.967 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:1 address:\"127.0.0.1:20162\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20162\" status_address:\"127.0.0.1:20182\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004508 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:08:28.967 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:08:29.570 +08:00] [INFO] [server.go:1317] ["PD server config is updated"] [new="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"http://127.0.0.1:2382\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [old="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [2024/05/06 22:08:29.574 +08:00] [INFO] [server.go:211] ["establish sync region stream"] [requested-server=pd-0] [url=http://127.0.0.1:2379] [2024/05/06 22:08:29.574 +08:00] [INFO] [server.go:303] ["sync the history regions with server"] [server=pd-0] [from-index=0] [last-index=1] [records-length=1] [2024/05/06 22:08:29.574 +08:00] [INFO] [server.go:211] ["establish sync region stream"] [requested-server=pd-1] [url=http://127.0.0.1:2382] [2024/05/06 22:08:29.574 +08:00] [INFO] [server.go:303] ["sync the history regions with server"] [server=pd-1] [from-index=0] [last-index=1] [records-length=1] [2024/05/06 22:08:31.962 +08:00] [INFO] [prepare_checker.go:72] ["not loaded from storage region number is satisfied, finish prepare checker"] [not-from-storage-region=1] [total-region=1] [2024/05/06 22:08:31.962 +08:00] [INFO] [coordinator.go:410] ["coordinator has finished cluster information preparation"] [2024/05/06 22:08:31.962 +08:00] [INFO] [coordinator.go:420] ["coordinator starts to run schedulers"] [2024/05/06 22:08:31.963 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:31.963 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-leader-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:31.964 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-hot-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:31.964 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=evict-slow-store-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:31.965 +08:00] [INFO] [coordinator.go:536] ["scheduler config is updated"] [scheduler-config="[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}]"] [2024/05/06 22:08:31.966 +08:00] [INFO] [coordinator.go:164] ["coordinator starts patrol regions"] [2024/05/06 22:08:31.966 +08:00] [INFO] [coordinator.go:276] ["coordinator begins to check suspect key ranges"] [2024/05/06 22:08:31.966 +08:00] [INFO] [coordinator.go:340] ["coordinator begins to actively drive push operator"] [2024/05/06 22:08:31.976 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:08:31.976608013 +0800 CST m=+7.466299803, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:08:31.976 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:08:31.977 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=10] [peer-ids="[11]"] [2024/05/06 22:08:31.977 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=12] [peer-ids="[13]"] [2024/05/06 22:08:31.977 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=14] [peer-ids="[15]"] [2024/05/06 22:08:31.977 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16] [peer-ids="[17]"] [2024/05/06 22:08:31.978 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=2] [takes=1.669871ms] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:08:31.976608013 +0800 CST m=+7.466299803, startAt:2024-05-06 22:08:31.976706876 +0800 CST m=+7.466398666, currentStep:1, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:08:31.978 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=2] [detail="StartKey Changed:{} -> {7800000100000000FB}, EndKey:{}"] [old-version=1] [new-version=5] [2024/05/06 22:08:31.978 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=2] [origin="id:10 end_key:\"7200000000000000FB\" region_epoch: peers: id:12 start_key:\"7200000000000000FB\" end_key:\"7200000100000000FB\" region_epoch: peers: id:14 start_key:\"7200000100000000FB\" end_key:\"7800000000000000FB\" region_epoch: peers: id:16 start_key:\"7800000000000000FB\" end_key:\"7800000100000000FB\" region_epoch: peers:"] [total=4] [2024/05/06 22:08:32.964 +08:00] [INFO] [hot_region_config.go:490] ["query supported changed"] [last-query-support=false] [cluster-version=8.2.0-alpha] [config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"query\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"query\",\"byte\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"forbid-rw-type\":\"none\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [valid-config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"key\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"byte\",\"key\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [2024/05/06 22:08:38.562 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2384]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2382,http://127.0.0.1:2379]"] [source=election-etcd-client] [2024/05/06 22:08:38.562 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2384]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2379,http://127.0.0.1:2382]"] [source=server-etcd-client] [2024/05/06 22:08:38.962 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=4] [store-address=127.0.0.1:20160] [2024/05/06 22:08:38.963 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=1] [store-address=127.0.0.1:20162] [2024/05/06 22:08:38.963 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=5] [store-address=127.0.0.1:20161] [2024/05/06 22:08:38.983 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:14(5, 1), createAt:2024-05-06 22:08:38.983733043 +0800 CST m=+14.473424833, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 18 on store 5}, 1:{promote learner peer 18 on store 5 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:38.983 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 18 on store 5"] [source=create] [2024/05/06 22:08:38.983 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=16] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:16(5, 1), createAt:2024-05-06 22:08:38.983926209 +0800 CST m=+14.473617999, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 19 on store 5}, 1:{promote learner peer 19 on store 5 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:38.983 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 19 on store 5"] [source=create] [2024/05/06 22:08:38.984 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:2(5, 1), createAt:2024-05-06 22:08:38.984015454 +0800 CST m=+14.473707244, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{add learner peer 20 on store 5}, 1:{promote learner peer 20 on store 5 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:38.984 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="add learner peer 20 on store 5"] [source=create] [2024/05/06 22:08:38.984 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=10] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:10(5, 1), createAt:2024-05-06 22:08:38.984088629 +0800 CST m=+14.473780419, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 21 on store 5}, 1:{promote learner peer 21 on store 5 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:38.984 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 21 on store 5"] [source=create] [2024/05/06 22:08:38.984 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=12] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:12(5, 1), createAt:2024-05-06 22:08:38.984156956 +0800 CST m=+14.473848746, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 22 on store 5}, 1:{promote learner peer 22 on store 5 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:38.984 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 22 on store 5"] [source=create] [2024/05/06 22:08:38.984 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 18 on store 5"] [source=heartbeat] [2024/05/06 22:08:38.984 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Add peer:{id:18 store_id:5 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:38.984 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 19 on store 5"] [source=heartbeat] [2024/05/06 22:08:38.985 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Add peer:{id:19 store_id:5 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:38.985 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="add learner peer 20 on store 5"] [source=heartbeat] [2024/05/06 22:08:38.985 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=2] [detail="Add peer:{id:20 store_id:5 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:38.985 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 21 on store 5"] [source=heartbeat] [2024/05/06 22:08:38.985 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 22 on store 5"] [source=heartbeat] [2024/05/06 22:08:38.985 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Add peer:{id:21 store_id:5 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:38.985 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Add peer:{id:22 store_id:5 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:38.993 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="promote learner peer 18 on store 5 to voter"] [source=heartbeat] [2024/05/06 22:08:38.993 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="promote learner peer 22 on store 5 to voter"] [source=heartbeat] [2024/05/06 22:08:38.994 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="promote learner peer 21 on store 5 to voter"] [source=heartbeat] [2024/05/06 22:08:38.994 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="promote learner peer 20 on store 5 to voter"] [source=heartbeat] [2024/05/06 22:08:38.994 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="promote learner peer 19 on store 5 to voter"] [source=heartbeat] [2024/05/06 22:08:38.994 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Remove peer:{id:18 store_id:5 role:Learner },Add peer:{id:18 store_id:5 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:38.994 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=10.727663ms] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:14(5, 1), createAt:2024-05-06 22:08:38.983733043 +0800 CST m=+14.473424833, startAt:2024-05-06 22:08:38.983845182 +0800 CST m=+14.473536972, currentStep:2, size:1, steps:[0:{add learner peer 18 on store 5}, 1:{promote learner peer 18 on store 5 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:38.994 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=12] [takes=10.49599ms] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:12(5, 1), createAt:2024-05-06 22:08:38.984156956 +0800 CST m=+14.473848746, startAt:2024-05-06 22:08:38.984199036 +0800 CST m=+14.473890827, currentStep:2, size:1, steps:[0:{add learner peer 22 on store 5}, 1:{promote learner peer 22 on store 5 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:38.994 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Remove peer:{id:22 store_id:5 role:Learner },Add peer:{id:22 store_id:5 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:38.994 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Remove peer:{id:21 store_id:5 role:Learner },Add peer:{id:21 store_id:5 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:38.994 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=10] [takes=10.751883ms] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:10(5, 1), createAt:2024-05-06 22:08:38.984088629 +0800 CST m=+14.473780419, startAt:2024-05-06 22:08:38.98411313 +0800 CST m=+14.473804919, currentStep:2, size:1, steps:[0:{add learner peer 21 on store 5}, 1:{promote learner peer 21 on store 5 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:38.994 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=2] [takes=10.915444ms] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:2(5, 1), createAt:2024-05-06 22:08:38.984015454 +0800 CST m=+14.473707244, startAt:2024-05-06 22:08:38.984041126 +0800 CST m=+14.473732916, currentStep:2, size:0, steps:[0:{add learner peer 20 on store 5}, 1:{promote learner peer 20 on store 5 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:38.995 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=2] [detail="Remove peer:{id:20 store_id:5 role:Learner },Add peer:{id:20 store_id:5 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:38.995 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=16] [takes=11.064928ms] [operator="\"add-rule-peer {add peer: store [5]} (kind:replica,region, region:16(5, 1), createAt:2024-05-06 22:08:38.983926209 +0800 CST m=+14.473617999, startAt:2024-05-06 22:08:38.983964152 +0800 CST m=+14.473655942, currentStep:2, size:1, steps:[0:{add learner peer 19 on store 5}, 1:{promote learner peer 19 on store 5 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:38.995 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Remove peer:{id:19 store_id:5 role:Learner },Add peer:{id:19 store_id:5 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:39.004 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=10] [operator="\"add-rule-peer {add peer: store [4]} (kind:replica,region, region:10(5, 3), createAt:2024-05-06 22:08:39.004514626 +0800 CST m=+14.494206416, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 23 on store 4}, 1:{promote learner peer 23 on store 4 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:39.004 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 23 on store 4"] [source=create] [2024/05/06 22:08:39.004 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=12] [operator="\"add-rule-peer {add peer: store [4]} (kind:replica,region, region:12(5, 3), createAt:2024-05-06 22:08:39.004634128 +0800 CST m=+14.494325918, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 24 on store 4}, 1:{promote learner peer 24 on store 4 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:39.004 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 24 on store 4"] [source=create] [2024/05/06 22:08:39.004 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"add-rule-peer {add peer: store [4]} (kind:replica,region, region:14(5, 3), createAt:2024-05-06 22:08:39.004712971 +0800 CST m=+14.494404761, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 25 on store 4}, 1:{promote learner peer 25 on store 4 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:39.004 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 25 on store 4"] [source=create] [2024/05/06 22:08:39.004 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=16] [operator="\"add-rule-peer {add peer: store [4]} (kind:replica,region, region:16(5, 3), createAt:2024-05-06 22:08:39.004785553 +0800 CST m=+14.494477344, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 26 on store 4}, 1:{promote learner peer 26 on store 4 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:39.004 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 26 on store 4"] [source=create] [2024/05/06 22:08:39.004 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"add-rule-peer {add peer: store [4]} (kind:replica,region, region:2(5, 3), createAt:2024-05-06 22:08:39.004864813 +0800 CST m=+14.494556603, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 27 on store 4}, 1:{promote learner peer 27 on store 4 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:39.004 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="add learner peer 27 on store 4"] [source=create] [2024/05/06 22:08:39.005 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 24 on store 4"] [source=heartbeat] [2024/05/06 22:08:39.005 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Add peer:{id:24 store_id:4 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:39.005 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 23 on store 4"] [source=heartbeat] [2024/05/06 22:08:39.005 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Add peer:{id:23 store_id:4 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:39.006 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="add learner peer 26 on store 4"] [source=heartbeat] [2024/05/06 22:08:39.006 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 25 on store 4"] [source=heartbeat] [2024/05/06 22:08:39.006 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Add peer:{id:26 store_id:4 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:39.006 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="add learner peer 27 on store 4"] [source=heartbeat] [2024/05/06 22:08:39.006 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Add peer:{id:25 store_id:4 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:39.006 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=2] [detail="Add peer:{id:27 store_id:4 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:39.012 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="promote learner peer 24 on store 4 to voter"] [source=heartbeat] [2024/05/06 22:08:39.012 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="promote learner peer 25 on store 4 to voter"] [source=heartbeat] [2024/05/06 22:08:39.013 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="promote learner peer 23 on store 4 to voter"] [source=heartbeat] [2024/05/06 22:08:39.013 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=16] [step="promote learner peer 26 on store 4 to voter"] [source=heartbeat] [2024/05/06 22:08:39.013 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="promote learner peer 27 on store 4 to voter"] [source=heartbeat] [2024/05/06 22:08:39.013 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Remove peer:{id:24 store_id:4 role:Learner },Add peer:{id:24 store_id:4 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:39.013 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=12] [takes=9.169916ms] [operator="\"add-rule-peer {add peer: store [4]} (kind:replica,region, region:12(5, 3), createAt:2024-05-06 22:08:39.004634128 +0800 CST m=+14.494325918, startAt:2024-05-06 22:08:39.004663079 +0800 CST m=+14.494354869, currentStep:2, size:1, steps:[0:{add learner peer 24 on store 4}, 1:{promote learner peer 24 on store 4 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:39.014 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=9.273178ms] [operator="\"add-rule-peer {add peer: store [4]} (kind:replica,region, region:14(5, 3), createAt:2024-05-06 22:08:39.004712971 +0800 CST m=+14.494404761, startAt:2024-05-06 22:08:39.004738049 +0800 CST m=+14.494429839, currentStep:2, size:1, steps:[0:{add learner peer 25 on store 4}, 1:{promote learner peer 25 on store 4 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:39.014 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Remove peer:{id:25 store_id:4 role:Learner },Add peer:{id:25 store_id:4 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:39.014 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=16] [takes=9.264549ms] [operator="\"add-rule-peer {add peer: store [4]} (kind:replica,region, region:16(5, 3), createAt:2024-05-06 22:08:39.004785553 +0800 CST m=+14.494477344, startAt:2024-05-06 22:08:39.004820755 +0800 CST m=+14.494512545, currentStep:2, size:1, steps:[0:{add learner peer 26 on store 4}, 1:{promote learner peer 26 on store 4 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:39.014 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=10] [takes=9.589791ms] [operator="\"add-rule-peer {add peer: store [4]} (kind:replica,region, region:10(5, 3), createAt:2024-05-06 22:08:39.004514626 +0800 CST m=+14.494206416, startAt:2024-05-06 22:08:39.004575271 +0800 CST m=+14.494267060, currentStep:2, size:1, steps:[0:{add learner peer 23 on store 4}, 1:{promote learner peer 23 on store 4 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:39.014 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=2] [takes=9.333762ms] [operator="\"add-rule-peer {add peer: store [4]} (kind:replica,region, region:2(5, 3), createAt:2024-05-06 22:08:39.004864813 +0800 CST m=+14.494556603, startAt:2024-05-06 22:08:39.004888849 +0800 CST m=+14.494580639, currentStep:2, size:1, steps:[0:{add learner peer 27 on store 4}, 1:{promote learner peer 27 on store 4 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:39.014 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=16] [detail="Remove peer:{id:26 store_id:4 role:Learner },Add peer:{id:26 store_id:4 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:39.014 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Remove peer:{id:23 store_id:4 role:Learner },Add peer:{id:23 store_id:4 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:39.014 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=2] [detail="Remove peer:{id:27 store_id:4 role:Learner },Add peer:{id:27 store_id:4 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:09:28.963 +08:00] [INFO] [cluster.go:570] ["sync the store config successful"] [store-address=127.0.0.1:20182] [store-config="{\n \"coprocessor\": {\n \"region-max-size\": \"144MiB\",\n \"region-split-size\": \"96MiB\",\n \"region-max-keys\": 1440000,\n \"region-split-keys\": 960000,\n \"enable-region-bucket\": false,\n \"region-bucket-size\": \"50MiB\"\n },\n \"storage\": {\n \"engine\": \"raft-kv\"\n }\n}"] [old-config="{\n \"coprocessor\": {\n \"region-max-size\": \"\",\n \"region-split-size\": \"\",\n \"region-max-keys\": 0,\n \"region-split-keys\": 0,\n \"enable-region-bucket\": false,\n \"region-bucket-size\": \"\"\n },\n \"storage\": {\n \"engine\": \"\"\n }\n}"] [2024/05/06 22:09:28.996 +08:00] [INFO] [cluster.go:506] ["store config is updated"] ==> ./pd2.log <== [2024/05/06 22:08:24.546 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:08:24.546 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:08:24.546 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:08:24.546 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:08:24.546 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:08:24.546 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:08:24.546 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:08:24.546 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:08:24.546 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2382\",\"peer-urls\":\"http://127.0.0.1:2381\",\"advertise-client-urls\":\"http://127.0.0.1:2382\",\"advertise-peer-urls\":\"http://127.0.0.1:2381\",\"name\":\"pd-1\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-1/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-1\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:08:24.550 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:08:24.550 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:08:24.550 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:08:24.550 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:08:24.551 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:08:24.551 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:08:24.551 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-1] [service-name=MetaStorage] [2024/05/06 22:08:24.551 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:08:24.551 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-1] [service-name=ResourceManager] [2024/05/06 22:08:24.552 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:08:24.552 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:24.552 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:08:24.552 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2382]"] [2024/05/06 22:08:24.552 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:08:24.552 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=52] [max-cpu-available=52] [member-initialized=false] [name=pd-1] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2381]"] [listen-peer-urls="[http://127.0.0.1:2381]"] [advertise-client-urls="[http://127.0.0.1:2382]"] [listen-client-urls="[http://127.0.0.1:2382]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:08:24.552 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:08:24.552 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap/db] [took=381.506µs] [2024/05/06 22:08:26.554 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=1f01bdf364b8beaa] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:08:26.554 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=()"] [2024/05/06 22:08:26.554 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 0"] [2024/05/06 22:08:26.554 +08:00] [INFO] [raft.go:389] ["newRaft 1f01bdf364b8beaa [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:08:26.554 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 1"] [2024/05/06 22:08:26.554 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:08:26.554 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:08:26.554 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:26.554 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:08:26.555 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:08:26.555 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.555 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.555 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.555 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.557 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.557 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [remote-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:26.557 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.557 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.557 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.557 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.558 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.559 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.559 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.559 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.559 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.559 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [remote-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:26.559 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=1f01bdf364b8beaa] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:08:26.559 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:08:26.559 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:08:26.559 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:08:26.559 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:08:26.559 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:26.559 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:26.559 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:26.559 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:26.559 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:26.559 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:26.561 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2381] [2024/05/06 22:08:26.561 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=1f01bdf364b8beaa] [initial-advertise-peer-urls="[http://127.0.0.1:2381]"] [listen-peer-urls="[http://127.0.0.1:2381]"] [advertise-client-urls="[http://127.0.0.1:2382]"] [listen-client-urls="[http://127.0.0.1:2382]"] [listen-metrics-urls="[]"] [2024/05/06 22:08:26.561 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream Message"] [2024/05/06 22:08:26.561 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.561 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream Message"] [2024/05/06 22:08:26.561 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:26.561 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.561 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:26.561 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.561 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.561 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.561 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.562 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.562 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.563 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.563 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.609 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=1f01bdf364b8beaa] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:08:28.558 +08:00] [INFO] [raft.go:966] ["1f01bdf364b8beaa [logterm: 1, index: 3, vote: 0] cast MsgPreVote for 385a3ea8295f6f18 [logterm: 1, index: 3] at term 1"] [2024/05/06 22:08:28.559 +08:00] [INFO] [raft.go:865] ["1f01bdf364b8beaa [term: 1] received a MsgVote message with higher term from 385a3ea8295f6f18 [term: 2]"] [2024/05/06 22:08:28.559 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 2"] [2024/05/06 22:08:28.559 +08:00] [INFO] [raft.go:966] ["1f01bdf364b8beaa [logterm: 1, index: 3, vote: 0] cast MsgVote for 385a3ea8295f6f18 [logterm: 1, index: 3] at term 2"] [2024/05/06 22:08:28.559 +08:00] [INFO] [node.go:327] ["raft.node: 1f01bdf364b8beaa elected leader 385a3ea8295f6f18 at term 2"] [2024/05/06 22:08:28.559 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=1f01bdf364b8beaa] [local-member-attributes="{Name:pd-1 ClientURLs:[http://127.0.0.1:2382]}"] [request-path=/0/members/1f01bdf364b8beaa/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:08:28.559 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:08:28.560 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-1] [service-name=ResourceManager] [2024/05/06 22:08:28.560 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-1] [service-name=MetaStorage] [2024/05/06 22:08:28.560 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [cluster-version=3.4] [2024/05/06 22:08:28.560 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:08:28.560 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2382] [2024/05/06 22:08:28.565 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888274869774128] [2024/05/06 22:08:28.565 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-1\" member_id:2234275743217008298 peer_urls:\"http://127.0.0.1:2381\" client_urls:\"http://127.0.0.1:2382\" "] [root-path=/pd/7365888274869774128] [2024/05/06 22:08:28.569 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:08:28.569 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=2234275743217008298] [2024/05/06 22:08:28.570 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:08:28.571 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:08:28.571 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-1] [2024/05/06 22:08:28.571 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-1] [2024/05/06 22:08:28.571 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:08:28.572 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:08:28.572 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:08:28.573 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:08:28.573 +08:00] [INFO] [server.go:1662] ["start to watch pd leader"] [pd-leader="name:\"pd-2\" member_id:4060626905997471512 peer_urls:\"http://127.0.0.1:2383\" client_urls:\"http://127.0.0.1:2384\" "] [2024/05/06 22:08:28.573 +08:00] [INFO] [client.go:104] ["region syncer start load region"] [2024/05/06 22:08:28.573 +08:00] [INFO] [client.go:107] ["region syncer finished load regions"] [time-cost=188.351µs] [2024/05/06 22:08:28.574 +08:00] [INFO] [leadership.go:317] ["watch channel is created"] [revision=12] [leader-key=/pd/7365888274869774128/leader] [purpose="leader election"] [2024/05/06 22:08:28.574 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-1] [leader=pd-2] [request-index=0] [2024/05/06 22:08:28.574 +08:00] [ERROR] [client.go:162] ["region sync with leader meet error"] [error="[PD:grpc:ErrGRPCRecv]receive response error: rpc error: code = Unavailable desc = server not started"] [2024/05/06 22:08:29.574 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-1] [leader=pd-2] [request-index=0] [2024/05/06 22:08:29.995 +08:00] [INFO] [dbstore.go:33] ["Dashboard initializing local storage file"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/dashboard.sqlite.db] [2024/05/06 22:08:30.006 +08:00] [INFO] [version.go:33] ["TiDB Dashboard started"] [internal-version=8.0.0-9768844f] [standalone=No] [pd-version=v8.2.0-alpha-15-gf83febabe] [build-time="2024-05-06 08:48:58"] [build-git-hash=9768844ff5d7] [2024/05/06 22:08:30.006 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:35083] [remotes="[]"] [2024/05/06 22:08:30.006 +08:00] [INFO] [manager.go:201] ["dashboard server is started"] [2024/05/06 22:08:30.006 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:43993] [remotes="[]"] [2024/05/06 22:08:30.007 +08:00] [WARN] [dynamic_config_manager.go:165] ["Dynamic config does not exist in etcd"] [2024/05/06 22:08:30.012 +08:00] [INFO] [manager.go:74] ["Key visual service is started"] [2024/05/06 22:08:38.561 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2382]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2382,http://127.0.0.1:2379]"] [source=server-etcd-client] [2024/05/06 22:08:38.561 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2382]"] [endpoints="[http://127.0.0.1:2384,http://127.0.0.1:2382,http://127.0.0.1:2379]"] [source=election-etcd-client] + find . -name 'tikv*.log' -type f -exec tail -n 500 '{}' + ==> ./tikv2.log <== [2024/05/06 22:08:24.516 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:08:24.516 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:08:24.516 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:08:24.516 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:08:24.516 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:08:24.516 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:08:24.516 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:08:24.516 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:08:24.516 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:08:24.516 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:08:24.516 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:08:24.516 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={64, 32, 47, 70, 48, 59, 50, 61, 29, 33, 22, 52, 63, 13, 14, 25, 51, 62, 27, 11, 34, 55, 58, 68, 69, 26, 71, 65, 67, 36, 0, 31, 24, 18, 20, 54, 66, 15, 30, 23, 19, 56, 21, 17, 28, 49, 16, 53, 35, 57, 12, 60}"] [thread_id=1] [2024/05/06 22:08:24.516 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:08:24.516 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 4096, expect 32768"] [thread_id=1] [2024/05/06 22:08:24.516 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:08:24.516 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:08:24.518 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:24.518 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:08:24.518 +08:00] [INFO] [] ["subchannel 0x7f026de4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f026deafb10, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f026de37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f026ded2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004504.518484378\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:08:24.518 +08:00] [INFO] [] ["subchannel 0x7f026de4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f026deafb10, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f026de37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f026ded2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:24.518 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:24.518 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:24.519 +08:00] [INFO] [] ["subchannel 0x7f026de4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f026deafb10, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f026de37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f026ded2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004504.519031542\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:08:24.519 +08:00] [INFO] [] ["subchannel 0x7f026de4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f026deafb10, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f026de37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f026ded2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:24.519 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:24.519 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:24.519 +08:00] [INFO] [] ["subchannel 0x7f026de4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f026deafb10, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f026de37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f026ded2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004504.519389577\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:08:24.519 +08:00] [INFO] [] ["subchannel 0x7f026de4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f026deafb10, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f026de37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f026ded2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:24.519 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:24.519 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:08:24.820 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:26.821 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:26.821 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:28.562 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:28.863 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:28.864 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:28.865 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:28.866 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:28.867 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:28.867 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:28.868 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:08:28.868 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888274869774128] [thread_id=1] [2024/05/06 22:08:28.868 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:28.868 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:28.870 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20181] [thread_id=1] [2024/05/06 22:08:28.871 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:08:28.871 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231192/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231191/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231190/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231189/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231188/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231187/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231186/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231185/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231184/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/11636/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/571/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/570/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/569/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/568/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/567/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/566/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/565/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/338401/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/338401/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data] [thread_id=1] [2024/05/06 22:08:28.872 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data] [thread_id=1] [2024/05/06 22:08:28.872 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231192/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231191/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231190/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231189/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231188/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231187/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231186/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231185/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231184/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/11636/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/571/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/570/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/569/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/568/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/567/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/566/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/565/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/338401/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/338401/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft] [thread_id=1] [2024/05/06 22:08:28.872 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft] [thread_id=1] [2024/05/06 22:08:28.872 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv2.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20161\",\"advertise-addr\":\"127.0.0.1:20161\",\"status-addr\":\"127.0.0.1:20181\",\"advertise-status-addr\":\"127.0.0.1:20181\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:08:28.873 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:08:28.873 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=0ns] [thread_id=17] [2024/05/06 22:08:28.875 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:08:28.875 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=17] [2024/05/06 22:08:28.875 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=17] [2024/05/06 22:08:28.875 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=18] [2024/05/06 22:08:28.882 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:08:28.882 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:08:28.883 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 255.636µs"] [thread_id=1] [2024/05/06 22:08:28.952 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:08:28.954 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:08:28.954 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:08:28.954 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/log-backup-temp] [thread_id=1] [2024/05/06 22:08:28.955 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=74] [2024/05/06 22:08:28.955 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:08:28.955 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:08:28.955 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:08:28.955 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=73] [2024/05/06 22:08:28.955 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:08:28.955 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=74] [2024/05/06 22:08:28.962 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 7 region_epoch { conf_ver: 1 version: 1 } peers { id: 8 store_id: 5 }"] [store_id=5] [thread_id=1] [2024/05/06 22:08:28.963 +08:00] [INFO] [raft_server.rs:416] ["cluster is already bootstrapped"] [cluster_id=7365888274869774128] [thread_id=1] [2024/05/06 22:08:28.963 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 5 address: \"127.0.0.1:20161\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20161\" status_address: \"127.0.0.1:20181\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004508 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:08:28.966 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=5] [status=Some()] [thread_id=1] [2024/05/06 22:08:28.966 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=5] [thread_id=1] [2024/05/06 22:08:28.966 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=4] [thread_id=1] [2024/05/06 22:08:28.966 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:08:28.966 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=5] [thread_id=1] [2024/05/06 22:08:28.967 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:08:28.970 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:08:28.970 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=40.833µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=0] [store_id=5] [thread_id=1] [2024/05/06 22:08:28.970 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=29.676µs] [garbage_range_count=1] [store_id=5] [thread_id=1] [2024/05/06 22:08:28.972 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:08:28.972 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:08:28.972 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:08:28.977 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:08:28.977 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:08:28.978 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:08:28.979 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=18] [2024/05/06 22:08:28.979 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20161] [thread_id=1] [2024/05/06 22:08:28.979 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=18] [2024/05/06 22:08:28.984 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:38.974 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:38.987 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(1)] [thread_id=7] [2024/05/06 22:08:38.987 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=15] [store_id=5] [peer_id=18] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.987 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.987 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=18] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.987 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=18] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.987 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 18."] [id=18] [raft_id=18] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.987 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=17] [store_id=5] [peer_id=19] [region_id=16] [thread_id=102] [2024/05/06 22:08:38.987 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=16] [thread_id=102] [2024/05/06 22:08:38.987 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=19] [region_id=16] [thread_id=102] [2024/05/06 22:08:38.987 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=19] [region_id=16] [thread_id=102] [2024/05/06 22:08:38.987 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 19."] [id=19] [raft_id=19] [region_id=16] [thread_id=102] [2024/05/06 22:08:38.987 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=3] [store_id=5] [peer_id=20] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.987 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.987 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=20] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.987 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=20] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.987 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 20."] [id=20] [raft_id=20] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.987 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 15"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=15] [raft_id=18] [region_id=14] [thread_id=101] [2024/05/06 22:08:38.987 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=18] [region_id=14] [thread_id=101] [2024/05/06 22:08:38.987 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=11] [store_id=5] [peer_id=21] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.987 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.987 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=21] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.987 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=21] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.987 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 21."] [id=21] [raft_id=21] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.987 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=13] [store_id=5] [peer_id=22] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.987 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.987 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=22] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.987 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=22] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.987 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 22."] [id=22] [raft_id=22] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.987 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 17"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=17] [raft_id=19] [region_id=16] [thread_id=102] [2024/05/06 22:08:38.987 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=19] [region_id=16] [thread_id=102] [2024/05/06 22:08:38.988 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 3"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=3] [raft_id=20] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.988 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=20] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.988 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 11"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=11] [raft_id=21] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.988 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=21] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.988 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 13"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=13] [raft_id=22] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.988 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=22] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.988 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20162] [store_id=1] [thread_id=71] [2024/05/06 22:08:38.988 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=1] [addr=127.0.0.1:20162] [thread_id=71] [2024/05/06 22:08:38.988 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=5] [cost=683.528µs] [addr=127.0.0.1:20162] [store_id=1] [thread_id=71] [2024/05/06 22:08:38.992 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=130] [2024/05/06 22:08:38.992 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=129] [2024/05/06 22:08:38.992 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=131] [2024/05/06 22:08:38.992 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_12_6_7_(default|lock|write).sst] [snap_key=12_6_7] [thread_id=130] [2024/05/06 22:08:38.992 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_14_6_7_(default|lock|write).sst] [snap_key=14_6_7] [thread_id=129] [2024/05/06 22:08:38.992 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=133] [2024/05/06 22:08:38.992 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_2_6_8_(default|lock|write).sst] [snap_key=2_6_8] [thread_id=131] [2024/05/06 22:08:38.992 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_10_6_7_(default|lock|write).sst] [snap_key=10_6_7] [thread_id=133] [2024/05/06 22:08:38.992 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=575.724µs] [snap_key=14_6_7] [thread_id=129] [2024/05/06 22:08:38.992 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=594.899µs] [snap_key=12_6_7] [thread_id=130] [2024/05/06 22:08:38.992 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=18] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.992 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=504.701µs] [snap_key=10_6_7] [thread_id=133] [2024/05/06 22:08:38.992 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {18}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.992 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=584.941µs] [snap_key=2_6_8] [thread_id=131] [2024/05/06 22:08:38.992 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=18] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.992 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=18] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.992 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=18] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.992 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=22] [region_id=12] [thread_id=101] [2024/05/06 22:08:38.992 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {22}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=12] [thread_id=101] [2024/05/06 22:08:38.992 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=22] [region_id=12] [thread_id=101] [2024/05/06 22:08:38.992 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=22] [region_id=12] [thread_id=101] [2024/05/06 22:08:38.992 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=22] [region_id=12] [thread_id=101] [2024/05/06 22:08:38.992 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=129] [2024/05/06 22:08:38.992 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 18 store_id: 5 role: Learner }"] [peer_id=18] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.992 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/rev_16_6_7_(default|lock|write).sst] [snap_key=16_6_7] [thread_id=129] [2024/05/06 22:08:38.992 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 22 store_id: 5 role: Learner }"] [peer_id=22] [region_id=12] [thread_id=101] [2024/05/06 22:08:38.992 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=21] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.992 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {21}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.992 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=21] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.992 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=21] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.992 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 8, term: 6]"] [snapshot_term=6] [snapshot_index=8] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=20] [region_id=2] [thread_id=101] [2024/05/06 22:08:38.992 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=21] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.992 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {3} }, outgoing: Configuration { voters: {} } }, learners: {20}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=2] [thread_id=101] [2024/05/06 22:08:38.992 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=8] [last_term=6] [last_index=8] [commit=8] [raft_id=20] [region_id=2] [thread_id=101] [2024/05/06 22:08:38.992 +08:00] [INFO] [raft.rs:2549] ["[commit: 8, term: 6] restored snapshot [index: 8, term: 6]"] [snapshot_term=6] [snapshot_index=8] [commit=8] [term=6] [raft_id=20] [region_id=2] [thread_id=101] [2024/05/06 22:08:38.992 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=20] [region_id=2] [thread_id=101] [2024/05/06 22:08:38.992 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 21 store_id: 5 role: Learner }"] [peer_id=21] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.992 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 8 truncated_state { index: 8 term: 6 }"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 3 store_id: 1 } peers { id: 20 store_id: 5 role: Learner }"] [peer_id=20] [region_id=2] [thread_id=101] [2024/05/06 22:08:38.993 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 22 store_id: 5 role: Learner }"] [peer_id=22] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.993 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 18 store_id: 5 role: Learner }"] [peer_id=18] [region_id=14] [thread_id=101] [2024/05/06 22:08:38.993 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=491.565µs] [snap_key=16_6_7] [thread_id=129] [2024/05/06 22:08:38.993 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=18] [region_id=14] [thread_id=80] [2024/05/06 22:08:38.993 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=19] [region_id=16] [thread_id=102] [2024/05/06 22:08:38.993 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }, learners: {19}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=16] [thread_id=102] [2024/05/06 22:08:38.993 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=19] [region_id=16] [thread_id=102] [2024/05/06 22:08:38.993 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=19] [region_id=16] [thread_id=102] [2024/05/06 22:08:38.993 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=19] [region_id=16] [thread_id=102] [2024/05/06 22:08:38.993 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 1 } peers { id: 19 store_id: 5 role: Learner }"] [peer_id=19] [region_id=16] [thread_id=102] [2024/05/06 22:08:38.993 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 3 store_id: 1 } peers { id: 20 store_id: 5 role: Learner }"] [peer_id=20] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.993 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 21 store_id: 5 role: Learner }"] [peer_id=21] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.993 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:38.993 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=86.023µs] [region_id=14] [thread_id=80] [2024/05/06 22:08:38.993 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 1 } peers { id: 19 store_id: 5 role: Learner }"] [peer_id=19] [region_id=16] [thread_id=102] [2024/05/06 22:08:38.993 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=22] [region_id=12] [thread_id=80] [2024/05/06 22:08:38.993 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:38.993 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=25.916µs] [region_id=12] [thread_id=80] [2024/05/06 22:08:38.993 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=21] [region_id=10] [thread_id=80] [2024/05/06 22:08:38.993 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:38.993 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=19.98µs] [region_id=10] [thread_id=80] [2024/05/06 22:08:38.993 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=20] [region_id=2] [thread_id=80] [2024/05/06 22:08:38.993 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:38.993 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=19.814µs] [region_id=2] [thread_id=80] [2024/05/06 22:08:38.993 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=19] [region_id=16] [thread_id=80] [2024/05/06 22:08:38.994 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:38.994 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=18.291µs] [region_id=16] [thread_id=80] [2024/05/06 22:08:38.994 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 18 store_id: 5 } } }"] [index=8] [term=6] [peer_id=18] [region_id=14] [thread_id=103] [2024/05/06 22:08:38.994 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=18] [region_id=14] [thread_id=103] [2024/05/06 22:08:38.994 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 22 store_id: 5 } } }"] [index=8] [term=6] [peer_id=22] [region_id=12] [thread_id=104] [2024/05/06 22:08:38.994 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=22] [region_id=12] [thread_id=104] [2024/05/06 22:08:38.994 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 1 } peers { id: 18 store_id: 5 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 18 store_id: 5 role: Learner }"] [changes="[peer { id: 18 store_id: 5 }]"] [peer_id=18] [region_id=14] [thread_id=103] [2024/05/06 22:08:38.994 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 22 store_id: 5 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 22 store_id: 5 role: Learner }"] [changes="[peer { id: 22 store_id: 5 }]"] [peer_id=22] [region_id=12] [thread_id=104] [2024/05/06 22:08:38.994 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 20 store_id: 5 } } }"] [index=9] [term=6] [peer_id=20] [region_id=2] [thread_id=103] [2024/05/06 22:08:38.994 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 21 store_id: 5 } } }"] [index=8] [term=6] [peer_id=21] [region_id=10] [thread_id=104] [2024/05/06 22:08:38.994 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=21] [region_id=10] [thread_id=104] [2024/05/06 22:08:38.994 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=20] [region_id=2] [thread_id=103] [2024/05/06 22:08:38.994 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 21 store_id: 5 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 21 store_id: 5 role: Learner }"] [changes="[peer { id: 21 store_id: 5 }]"] [peer_id=21] [region_id=10] [thread_id=104] [2024/05/06 22:08:38.994 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 3 store_id: 1 } peers { id: 20 store_id: 5 }"] [original_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 3 store_id: 1 } peers { id: 20 store_id: 5 role: Learner }"] [changes="[peer { id: 20 store_id: 5 }]"] [peer_id=20] [region_id=2] [thread_id=103] [2024/05/06 22:08:38.994 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 19 store_id: 5 } } }"] [index=8] [term=6] [peer_id=19] [region_id=16] [thread_id=104] [2024/05/06 22:08:38.994 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=19] [region_id=16] [thread_id=104] [2024/05/06 22:08:38.994 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 1 } peers { id: 19 store_id: 5 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 1 } peers { id: 19 store_id: 5 role: Learner }"] [changes="[peer { id: 19 store_id: 5 }]"] [peer_id=19] [region_id=16] [thread_id=104] [2024/05/06 22:08:38.994 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {18, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=14] [thread_id=101] [2024/05/06 22:08:38.994 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 3} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.994 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 22} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=12] [thread_id=101] [2024/05/06 22:08:38.994 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {21, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.994 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=16] [thread_id=101] [2024/05/06 22:08:39.005 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 24 store_id: 4 role: Learner } } }"] [index=9] [term=6] [peer_id=22] [region_id=12] [thread_id=103] [2024/05/06 22:08:39.005 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=22] [region_id=12] [thread_id=103] [2024/05/06 22:08:39.005 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 23 store_id: 4 role: Learner } } }"] [index=9] [term=6] [peer_id=21] [region_id=10] [thread_id=104] [2024/05/06 22:08:39.005 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=21] [region_id=10] [thread_id=104] [2024/05/06 22:08:39.005 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 22 store_id: 5 } peers { id: 24 store_id: 4 role: Learner }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 22 store_id: 5 }"] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 4 role: Learner }]"] [peer_id=22] [region_id=12] [thread_id=103] [2024/05/06 22:08:39.005 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 21 store_id: 5 } peers { id: 23 store_id: 4 role: Learner }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 21 store_id: 5 }"] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 4 role: Learner }]"] [peer_id=21] [region_id=10] [thread_id=104] [2024/05/06 22:08:39.005 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {21, 11} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=10] [thread_id=101] [2024/05/06 22:08:39.005 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 26 store_id: 4 role: Learner } } }"] [index=9] [term=6] [peer_id=19] [region_id=16] [thread_id=104] [2024/05/06 22:08:39.005 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=19] [region_id=16] [thread_id=104] [2024/05/06 22:08:39.005 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 25 store_id: 4 role: Learner } } }"] [index=9] [term=6] [peer_id=18] [region_id=14] [thread_id=103] [2024/05/06 22:08:39.005 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=18] [region_id=14] [thread_id=103] [2024/05/06 22:08:39.005 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 22} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=12] [thread_id=102] [2024/05/06 22:08:39.005 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 26 store_id: 4 role: Learner }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 1 } peers { id: 19 store_id: 5 }"] [changes="[change_type: AddLearnerNode peer { id: 26 store_id: 4 role: Learner }]"] [peer_id=19] [region_id=16] [thread_id=104] [2024/05/06 22:08:39.005 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 18 store_id: 5 } peers { id: 25 store_id: 4 role: Learner }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 1 } peers { id: 18 store_id: 5 }"] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 4 role: Learner }]"] [peer_id=18] [region_id=14] [thread_id=103] [2024/05/06 22:08:39.005 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 27 store_id: 4 role: Learner } } }"] [index=10] [term=6] [peer_id=20] [region_id=2] [thread_id=104] [2024/05/06 22:08:39.005 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=20] [region_id=2] [thread_id=104] [2024/05/06 22:08:39.005 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 3 store_id: 1 } peers { id: 20 store_id: 5 } peers { id: 27 store_id: 4 role: Learner }"] [original_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 3 store_id: 1 } peers { id: 20 store_id: 5 }"] [changes="[change_type: AddLearnerNode peer { id: 27 store_id: 4 role: Learner }]"] [peer_id=20] [region_id=2] [thread_id=104] [2024/05/06 22:08:39.005 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {18, 15} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=14] [thread_id=101] [2024/05/06 22:08:39.005 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 19} }, outgoing: Configuration { voters: {} } }, learners: {26}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=16] [thread_id=101] [2024/05/06 22:08:39.005 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 3} }, outgoing: Configuration { voters: {} } }, learners: {27}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=2] [thread_id=102] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 4 } } }"] [index=10] [term=6] [peer_id=22] [region_id=12] [thread_id=103] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=22] [region_id=12] [thread_id=103] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 1 } peers { id: 22 store_id: 5 } peers { id: 24 store_id: 4 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 22 store_id: 5 } peers { id: 24 store_id: 4 role: Learner }"] [changes="[peer { id: 24 store_id: 4 }]"] [peer_id=22] [region_id=12] [thread_id=103] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 4 } } }"] [index=10] [term=6] [peer_id=18] [region_id=14] [thread_id=104] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=18] [region_id=14] [thread_id=104] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 1 } peers { id: 18 store_id: 5 } peers { id: 25 store_id: 4 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 18 store_id: 5 } peers { id: 25 store_id: 4 role: Learner }"] [changes="[peer { id: 25 store_id: 4 }]"] [peer_id=18] [region_id=14] [thread_id=104] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 4 } } }"] [index=10] [term=6] [peer_id=21] [region_id=10] [thread_id=104] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=21] [region_id=10] [thread_id=104] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 1 } peers { id: 21 store_id: 5 } peers { id: 23 store_id: 4 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 21 store_id: 5 } peers { id: 23 store_id: 4 role: Learner }"] [changes="[peer { id: 23 store_id: 4 }]"] [peer_id=21] [region_id=10] [thread_id=104] [2024/05/06 22:08:39.013 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {24, 13, 22} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=12] [thread_id=101] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 26 store_id: 4 } } }"] [index=10] [term=6] [peer_id=19] [region_id=16] [thread_id=103] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=19] [region_id=16] [thread_id=103] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 26 store_id: 4 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 26 store_id: 4 role: Learner }"] [changes="[peer { id: 26 store_id: 4 }]"] [peer_id=19] [region_id=16] [thread_id=103] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 27 store_id: 4 } } }"] [index=11] [term=6] [peer_id=20] [region_id=2] [thread_id=103] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=20] [region_id=2] [thread_id=103] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 3 store_id: 1 } peers { id: 20 store_id: 5 } peers { id: 27 store_id: 4 }"] [original_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 3 store_id: 1 } peers { id: 20 store_id: 5 } peers { id: 27 store_id: 4 role: Learner }"] [changes="[peer { id: 27 store_id: 4 }]"] [peer_id=20] [region_id=2] [thread_id=103] [2024/05/06 22:08:39.013 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {25, 18, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=14] [thread_id=102] [2024/05/06 22:08:39.013 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {23, 21, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=10] [thread_id=101] [2024/05/06 22:08:39.013 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 26, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=16] [thread_id=101] [2024/05/06 22:08:39.013 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 27, 3} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=2] [thread_id=102] [2024/05/06 22:09:28.995 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=10_6_7] [peer_id=21] [region_id=10] [thread_id=102] [2024/05/06 22:09:28.995 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=2_6_8] [peer_id=20] [region_id=2] [thread_id=101] [2024/05/06 22:09:28.995 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=12_6_7] [peer_id=22] [region_id=12] [thread_id=102] [2024/05/06 22:09:28.995 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=14_6_7] [peer_id=18] [region_id=14] [thread_id=101] [2024/05/06 22:09:28.995 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=16_6_7] [peer_id=19] [region_id=16] [thread_id=101] [2024/05/06 22:09:28.995 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:28.995 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:28.996 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:28.996 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:28.996 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] ==> ./tikv1.log <== [2024/05/06 22:08:24.515 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:08:24.515 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:08:24.515 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:08:24.515 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:08:24.515 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:08:24.515 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:08:24.515 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:08:24.515 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:08:24.515 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:08:24.515 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:08:24.515 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:08:24.515 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={53, 55, 57, 21, 17, 36, 11, 18, 34, 30, 28, 32, 56, 59, 60, 63, 64, 65, 69, 22, 50, 52, 62, 35, 25, 29, 12, 33, 61, 23, 24, 68, 16, 66, 51, 47, 20, 14, 15, 54, 58, 19, 67, 27, 48, 26, 49, 70, 0, 71, 31, 13}"] [thread_id=1] [2024/05/06 22:08:24.515 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:08:24.515 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 4096, expect 32768"] [thread_id=1] [2024/05/06 22:08:24.515 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:08:24.515 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:08:24.517 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:24.517 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:08:24.517 +08:00] [INFO] [] ["subchannel 0x7f1b2aa4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f1b2aaafb20, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f1b2aa37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f1b2aad2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004504.517782049\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:08:24.518 +08:00] [INFO] [] ["subchannel 0x7f1b2aa4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f1b2aaafb20, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f1b2aa37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f1b2aad2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:24.518 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:24.518 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:24.518 +08:00] [INFO] [] ["subchannel 0x7f1b2aa4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f1b2aaafb20, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f1b2aa37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f1b2aad2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004504.518415332\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:08:24.518 +08:00] [INFO] [] ["subchannel 0x7f1b2aa4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f1b2aaafb20, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f1b2aa37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f1b2aad2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:24.518 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:24.518 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:24.518 +08:00] [INFO] [] ["subchannel 0x7f1b2aa4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f1b2aaafb20, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f1b2aa37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f1b2aad2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004504.518704325\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:08:24.518 +08:00] [INFO] [] ["subchannel 0x7f1b2aa4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f1b2aaafb20, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f1b2aa37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f1b2aad2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:24.518 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:24.518 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:08:24.820 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:26.821 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:26.821 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:28.562 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:28.864 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:28.865 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:28.865 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:28.866 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:28.867 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:28.868 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:28.868 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:08:28.868 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888274869774128] [thread_id=1] [2024/05/06 22:08:28.869 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:28.869 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:28.870 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20180] [thread_id=1] [2024/05/06 22:08:28.871 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:08:28.871 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231192/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231191/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231190/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231189/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231188/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231187/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231186/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231185/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231184/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/11636/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/571/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/570/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/569/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/568/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/567/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/566/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/565/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/338401/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/338401/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data] [thread_id=1] [2024/05/06 22:08:28.872 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data] [thread_id=1] [2024/05/06 22:08:28.872 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231192/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231191/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231190/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231189/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231188/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231187/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231186/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231185/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231184/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/11636/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/571/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/570/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/569/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/568/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/567/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/566/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/565/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/338401/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/338401/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft] [thread_id=1] [2024/05/06 22:08:28.872 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft] [thread_id=1] [2024/05/06 22:08:28.872 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv1.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20160\",\"advertise-addr\":\"127.0.0.1:20160\",\"status-addr\":\"127.0.0.1:20180\",\"advertise-status-addr\":\"127.0.0.1:20180\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:08:28.873 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:08:28.874 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=0ns] [thread_id=17] [2024/05/06 22:08:28.875 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=18] [2024/05/06 22:08:28.875 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=18] [2024/05/06 22:08:28.875 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:08:28.875 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=17] [2024/05/06 22:08:28.883 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:08:28.883 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:08:28.883 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 255.613µs"] [thread_id=1] [2024/05/06 22:08:28.952 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:08:28.954 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:08:28.954 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:08:28.954 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/log-backup-temp] [thread_id=1] [2024/05/06 22:08:28.955 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=73] [2024/05/06 22:08:28.955 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:08:28.955 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:08:28.955 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:08:28.955 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=73] [2024/05/06 22:08:28.955 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:08:28.955 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=74] [2024/05/06 22:08:28.962 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 6 region_epoch { conf_ver: 1 version: 1 } peers { id: 9 store_id: 4 }"] [store_id=4] [thread_id=1] [2024/05/06 22:08:28.963 +08:00] [INFO] [raft_server.rs:416] ["cluster is already bootstrapped"] [cluster_id=7365888274869774128] [thread_id=1] [2024/05/06 22:08:28.963 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 4 address: \"127.0.0.1:20160\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20160\" status_address: \"127.0.0.1:20180\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004508 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:08:28.966 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=4] [status=Some()] [thread_id=1] [2024/05/06 22:08:28.966 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:08:28.966 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=5] [thread_id=1] [2024/05/06 22:08:28.966 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=4] [thread_id=1] [2024/05/06 22:08:28.966 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=4] [thread_id=1] [2024/05/06 22:08:28.967 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:08:28.970 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:08:28.971 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=52.352µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=0] [store_id=4] [thread_id=1] [2024/05/06 22:08:28.971 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=26.361µs] [garbage_range_count=1] [store_id=4] [thread_id=1] [2024/05/06 22:08:28.973 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:08:28.973 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:08:28.973 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:08:28.977 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:08:28.977 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:08:28.978 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:08:28.979 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=17] [2024/05/06 22:08:28.979 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20160] [thread_id=1] [2024/05/06 22:08:28.980 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=17] [2024/05/06 22:08:28.984 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:38.974 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:39.007 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(1)] [thread_id=7] [2024/05/06 22:08:39.007 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=13] [store_id=4] [peer_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:39.007 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:39.007 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:39.007 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:39.007 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 24."] [id=24] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:39.007 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=11] [store_id=4] [peer_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:39.007 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:39.007 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:39.007 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:39.007 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 23."] [id=23] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:39.007 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=17] [store_id=4] [peer_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:39.007 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:39.007 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:39.007 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:39.007 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 26."] [id=26] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:39.007 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 13"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=13] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:39.007 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:39.007 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=15] [store_id=4] [peer_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:39.007 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:39.007 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:39.007 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:39.007 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 25."] [id=25] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:39.007 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=3] [store_id=4] [peer_id=27] [region_id=2] [thread_id=102] [2024/05/06 22:08:39.007 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=27] [region_id=2] [thread_id=102] [2024/05/06 22:08:39.007 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=27] [region_id=2] [thread_id=102] [2024/05/06 22:08:39.007 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=27] [region_id=2] [thread_id=102] [2024/05/06 22:08:39.007 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 27."] [id=27] [raft_id=27] [region_id=2] [thread_id=102] [2024/05/06 22:08:39.007 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 11"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=11] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:39.007 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:39.008 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 15"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=15] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:39.008 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 17"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=17] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:39.008 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:39.008 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:39.008 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 3"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=3] [raft_id=27] [region_id=2] [thread_id=102] [2024/05/06 22:08:39.008 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=27] [region_id=2] [thread_id=102] [2024/05/06 22:08:39.008 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20162] [store_id=1] [thread_id=71] [2024/05/06 22:08:39.008 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=1] [addr=127.0.0.1:20162] [thread_id=71] [2024/05/06 22:08:39.009 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=5] [cost=708.328µs] [addr=127.0.0.1:20162] [store_id=1] [thread_id=71] [2024/05/06 22:08:39.011 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=132] [2024/05/06 22:08:39.011 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=131] [2024/05/06 22:08:39.011 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/rev_14_6_9_(default|lock|write).sst] [snap_key=14_6_9] [thread_id=132] [2024/05/06 22:08:39.011 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/rev_12_6_9_(default|lock|write).sst] [snap_key=12_6_9] [thread_id=131] [2024/05/06 22:08:39.011 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=130] [2024/05/06 22:08:39.011 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/rev_10_6_9_(default|lock|write).sst] [snap_key=10_6_9] [thread_id=130] [2024/05/06 22:08:39.011 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=129] [2024/05/06 22:08:39.011 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/rev_2_6_10_(default|lock|write).sst] [snap_key=2_6_10] [thread_id=129] [2024/05/06 22:08:39.011 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=457.018µs] [snap_key=12_6_9] [thread_id=131] [2024/05/06 22:08:39.011 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=488.488µs] [snap_key=14_6_9] [thread_id=132] [2024/05/06 22:08:39.011 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:39.011 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 22} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:39.011 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:39.011 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:39.011 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:39.011 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:39.011 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {18, 15} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:39.011 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:39.011 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:39.011 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:39.011 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=132] [2024/05/06 22:08:39.011 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 22 store_id: 5 } peers { id: 24 store_id: 4 role: Learner }"] [peer_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:08:39.011 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 18 store_id: 5 } peers { id: 25 store_id: 4 role: Learner }"] [peer_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:08:39.011 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/rev_16_6_9_(default|lock|write).sst] [snap_key=16_6_9] [thread_id=132] [2024/05/06 22:08:39.011 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=412.927µs] [snap_key=10_6_9] [thread_id=130] [2024/05/06 22:08:39.012 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:39.012 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {21, 11} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:39.012 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:39.012 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:39.012 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:39.012 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 21 store_id: 5 } peers { id: 23 store_id: 4 role: Learner }"] [peer_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:39.012 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=544.651µs] [snap_key=2_6_10] [thread_id=129] [2024/05/06 22:08:39.012 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 10, term: 6]"] [snapshot_term=6] [snapshot_index=10] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=27] [region_id=2] [thread_id=102] [2024/05/06 22:08:39.012 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 22 store_id: 5 } peers { id: 24 store_id: 4 role: Learner }"] [peer_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:39.012 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 3} }, outgoing: Configuration { voters: {} } }, learners: {27}, learners_next: {}, auto_leave: false }"] [raft_id=27] [region_id=2] [thread_id=102] [2024/05/06 22:08:39.012 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=10] [last_term=6] [last_index=10] [commit=10] [raft_id=27] [region_id=2] [thread_id=102] [2024/05/06 22:08:39.012 +08:00] [INFO] [raft.rs:2549] ["[commit: 10, term: 6] restored snapshot [index: 10, term: 6]"] [snapshot_term=6] [snapshot_index=10] [commit=10] [term=6] [raft_id=27] [region_id=2] [thread_id=102] [2024/05/06 22:08:39.012 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=27] [region_id=2] [thread_id=102] [2024/05/06 22:08:39.012 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 10 truncated_state { index: 10 term: 6 }"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 3 store_id: 1 } peers { id: 20 store_id: 5 } peers { id: 27 store_id: 4 role: Learner }"] [peer_id=27] [region_id=2] [thread_id=102] [2024/05/06 22:08:39.012 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=457.774µs] [snap_key=16_6_9] [thread_id=132] [2024/05/06 22:08:39.012 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=24] [region_id=12] [thread_id=80] [2024/05/06 22:08:39.012 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:39.012 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 19} }, outgoing: Configuration { voters: {} } }, learners: {26}, learners_next: {}, auto_leave: false }"] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:39.012 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:39.012 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:39.012 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:39.012 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 26 store_id: 4 role: Learner }"] [peer_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:39.012 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:39.012 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 18 store_id: 5 } peers { id: 25 store_id: 4 role: Learner }"] [peer_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:39.012 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 21 store_id: 5 } peers { id: 23 store_id: 4 role: Learner }"] [peer_id=23] [region_id=10] [thread_id=101] [2024/05/06 22:08:39.012 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=163.46µs] [region_id=12] [thread_id=80] [2024/05/06 22:08:39.012 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 26 store_id: 4 role: Learner }"] [peer_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:08:39.012 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 3 store_id: 1 } peers { id: 20 store_id: 5 } peers { id: 27 store_id: 4 role: Learner }"] [peer_id=27] [region_id=2] [thread_id=102] [2024/05/06 22:08:39.012 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=25] [region_id=14] [thread_id=80] [2024/05/06 22:08:39.012 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:39.012 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=24.366µs] [region_id=14] [thread_id=80] [2024/05/06 22:08:39.012 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=23] [region_id=10] [thread_id=80] [2024/05/06 22:08:39.012 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:39.012 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=15.489µs] [region_id=10] [thread_id=80] [2024/05/06 22:08:39.012 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=26] [region_id=16] [thread_id=80] [2024/05/06 22:08:39.013 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:39.013 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=15.146µs] [region_id=16] [thread_id=80] [2024/05/06 22:08:39.013 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=27] [region_id=2] [thread_id=80] [2024/05/06 22:08:39.013 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:39.013 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=17.355µs] [region_id=2] [thread_id=80] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 4 } } }"] [index=10] [term=6] [peer_id=24] [region_id=12] [thread_id=103] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=24] [region_id=12] [thread_id=103] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 4 } } }"] [index=10] [term=6] [peer_id=25] [region_id=14] [thread_id=104] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=25] [region_id=14] [thread_id=104] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 1 } peers { id: 22 store_id: 5 } peers { id: 24 store_id: 4 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 22 store_id: 5 } peers { id: 24 store_id: 4 role: Learner }"] [changes="[peer { id: 24 store_id: 4 }]"] [peer_id=24] [region_id=12] [thread_id=103] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 1 } peers { id: 18 store_id: 5 } peers { id: 25 store_id: 4 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 18 store_id: 5 } peers { id: 25 store_id: 4 role: Learner }"] [changes="[peer { id: 25 store_id: 4 }]"] [peer_id=25] [region_id=14] [thread_id=104] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 4 } } }"] [index=10] [term=6] [peer_id=23] [region_id=10] [thread_id=103] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=23] [region_id=10] [thread_id=103] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 1 } peers { id: 21 store_id: 5 } peers { id: 23 store_id: 4 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 21 store_id: 5 } peers { id: 23 store_id: 4 role: Learner }"] [changes="[peer { id: 23 store_id: 4 }]"] [peer_id=23] [region_id=10] [thread_id=103] [2024/05/06 22:08:39.013 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {23, 21, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:08:39.013 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {24, 13, 22} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=12] [thread_id=101] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 26 store_id: 4 } } }"] [index=10] [term=6] [peer_id=26] [region_id=16] [thread_id=103] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=26] [region_id=16] [thread_id=103] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 26 store_id: 4 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 26 store_id: 4 role: Learner }"] [changes="[peer { id: 26 store_id: 4 }]"] [peer_id=26] [region_id=16] [thread_id=103] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 27 store_id: 4 } } }"] [index=11] [term=6] [peer_id=27] [region_id=2] [thread_id=103] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=27] [region_id=2] [thread_id=103] [2024/05/06 22:08:39.014 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 3 store_id: 1 } peers { id: 20 store_id: 5 } peers { id: 27 store_id: 4 }"] [original_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 3 store_id: 1 } peers { id: 20 store_id: 5 } peers { id: 27 store_id: 4 role: Learner }"] [changes="[peer { id: 27 store_id: 4 }]"] [peer_id=27] [region_id=2] [thread_id=103] [2024/05/06 22:08:39.014 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {25, 18, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=14] [thread_id=102] [2024/05/06 22:08:39.014 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 26, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=26] [region_id=16] [thread_id=102] [2024/05/06 22:08:39.014 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 27, 3} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=27] [region_id=2] [thread_id=101] [2024/05/06 22:09:28.995 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=2_6_10] [peer_id=27] [region_id=2] [thread_id=101] [2024/05/06 22:09:28.995 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=10_6_9] [peer_id=23] [region_id=10] [thread_id=102] [2024/05/06 22:09:28.995 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=12_6_9] [peer_id=24] [region_id=12] [thread_id=102] [2024/05/06 22:09:28.995 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=14_6_9] [peer_id=25] [region_id=14] [thread_id=101] [2024/05/06 22:09:28.995 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=16_6_9] [peer_id=26] [region_id=16] [thread_id=101] [2024/05/06 22:09:28.995 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:28.995 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:28.995 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:28.996 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:28.996 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] ==> ./tikv3.log <== [2024/05/06 22:08:24.515 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:08:24.516 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:08:24.516 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:08:24.516 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:08:24.516 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:08:24.516 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:08:24.516 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:08:24.516 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:08:24.516 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:08:24.516 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:08:24.516 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:08:24.516 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={26, 28, 69, 23, 12, 31, 36, 66, 70, 55, 50, 22, 67, 17, 33, 16, 57, 58, 49, 63, 34, 15, 24, 59, 35, 62, 47, 65, 68, 30, 61, 48, 13, 0, 18, 29, 20, 60, 21, 64, 51, 19, 54, 14, 25, 32, 11, 52, 71, 27, 56, 53}"] [thread_id=1] [2024/05/06 22:08:24.516 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:08:24.516 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 4096, expect 32768"] [thread_id=1] [2024/05/06 22:08:24.516 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:08:24.516 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:08:24.517 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:24.518 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:08:24.518 +08:00] [INFO] [] ["subchannel 0x7f972ac4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f972acafb18, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f972ac37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f972acd2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004504.518359330\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:08:24.518 +08:00] [INFO] [] ["subchannel 0x7f972ac4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f972acafb18, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f972ac37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f972acd2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:24.518 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:24.518 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:24.518 +08:00] [INFO] [] ["subchannel 0x7f972ac4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f972acafb18, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f972ac37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f972acd2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004504.518871462\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:08:24.518 +08:00] [INFO] [] ["subchannel 0x7f972ac4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f972acafb18, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f972ac37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f972acd2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:24.519 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:24.519 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:24.519 +08:00] [INFO] [] ["subchannel 0x7f972ac4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f972acafb18, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f972ac37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f972acd2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004504.519132387\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:08:24.519 +08:00] [INFO] [] ["subchannel 0x7f972ac4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f972acafb18, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f972ac37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f972acd2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:24.519 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:24.519 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:08:24.820 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:26.821 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:26.821 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:28.562 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:28.864 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:28.865 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:28.866 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:28.866 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:28.867 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:28.868 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:28.868 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:08:28.868 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888274869774128] [thread_id=1] [2024/05/06 22:08:28.869 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:28.869 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:28.871 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20182] [thread_id=1] [2024/05/06 22:08:28.872 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:08:28.872 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231192/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231191/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231190/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231189/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231188/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231187/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231186/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231185/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231184/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/11636/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/571/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/570/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/569/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/568/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/567/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/566/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/565/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/338401/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/338401/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data] [thread_id=1] [2024/05/06 22:08:28.872 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data] [thread_id=1] [2024/05/06 22:08:28.872 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231192/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231191/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231190/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231189/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231188/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231187/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231186/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231185/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/231184/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/11636/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/571/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/570/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/569/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/568/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/567/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/566/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/565/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/338401/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/338401/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft] [thread_id=1] [2024/05/06 22:08:28.873 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft] [thread_id=1] [2024/05/06 22:08:28.873 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv3.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20162\",\"advertise-addr\":\"127.0.0.1:20162\",\"status-addr\":\"127.0.0.1:20182\",\"advertise-status-addr\":\"127.0.0.1:20182\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:08:28.873 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:08:28.874 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=1ms] [thread_id=18] [2024/05/06 22:08:28.875 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:08:28.875 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=17] [2024/05/06 22:08:28.876 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=18] [2024/05/06 22:08:28.876 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=18] [2024/05/06 22:08:28.882 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:08:28.882 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:08:28.883 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 215.917µs"] [thread_id=1] [2024/05/06 22:08:28.945 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:08:28.947 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:08:28.948 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:08:28.948 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/log-backup-temp] [thread_id=1] [2024/05/06 22:08:28.949 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=74] [2024/05/06 22:08:28.949 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:08:28.949 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:08:28.949 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:08:28.949 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:08:28.949 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=73] [2024/05/06 22:08:28.949 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=74] [2024/05/06 22:08:28.956 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 2 region_epoch { conf_ver: 1 version: 1 } peers { id: 3 store_id: 1 }"] [store_id=1] [thread_id=1] [2024/05/06 22:08:28.963 +08:00] [INFO] [raft_server.rs:404] ["bootstrap cluster ok"] [cluster_id=7365888274869774128] [thread_id=1] [2024/05/06 22:08:28.963 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 1 address: \"127.0.0.1:20162\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20162\" status_address: \"127.0.0.1:20182\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004508 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:08:28.967 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=1] [status=Some()] [thread_id=1] [2024/05/06 22:08:28.967 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:08:28.967 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=5] [thread_id=1] [2024/05/06 22:08:28.967 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=4] [thread_id=1] [2024/05/06 22:08:28.967 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=1] [thread_id=1] [2024/05/06 22:08:28.968 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:08:28.971 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:08:28.971 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:28.971 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {3} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:28.971 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:28.971 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {3} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:28.971 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 3."] [id=3] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:28.971 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:28.971 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:28.971 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:28.971 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:28.971 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=211.172µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=1] [store_id=1] [thread_id=1] [2024/05/06 22:08:28.971 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=4.579µs] [garbage_range_count=2] [store_id=1] [thread_id=1] [2024/05/06 22:08:28.972 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803778] [region_id=2] [thread_id=101] [2024/05/06 22:08:28.973 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:08:28.973 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:08:28.973 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:08:28.974 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=2] [thread_id=31] [2024/05/06 22:08:28.976 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 2 region_epoch { conf_ver: 1 version: 1 } peers { id: 3 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:28.976 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(0)] [region=2] [thread_id=68] [2024/05/06 22:08:28.977 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:08:28.977 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:08:28.978 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:08:28.979 +08:00] [INFO] [deadlock.rs:761] ["became the leader of deadlock detector!"] [self_id=1] [thread_id=127] [2024/05/06 22:08:28.980 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20162] [thread_id=1] [2024/05/06 22:08:28.980 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=18] [2024/05/06 22:08:28.980 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=18] [2024/05/06 22:08:28.984 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:31.976 +08:00] [INFO] [pd.rs:1531] ["try to split"] [region_epoch="conf_ver: 1 version: 1"] [region_id=2] [thread_id=31] [2024/05/06 22:08:31.977 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=pd] [split_keys="4 keys range from 7200000000000000FB to 7800000100000000FB"] [peer_id=3] [region_id=2] [thread_id=101] [2024/05/06 22:08:31.977 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 2 region_epoch { conf_ver: 1 version: 1 } peers { id: 3 store_id: 1 }"] [new_region_ids="[new_region_id: 10 new_peer_ids: 11, new_region_id: 12 new_peer_ids: 13, new_region_id: 14 new_peer_ids: 15, new_region_id: 16 new_peer_ids: 17]"] [region_id=2] [thread_id=31] [2024/05/06 22:08:31.977 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7200000000000000FB new_region_id: 10 new_peer_ids: 11 } requests { split_key: 7200000100000000FB new_region_id: 12 new_peer_ids: 13 } requests { split_key: 7800000000000000FB new_region_id: 14 new_peer_ids: 15 } requests { split_key: 7800000100000000FB new_region_id: 16 new_peer_ids: 17 } right_derive: true }"] [index=7] [term=6] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:31.977 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="4 keys range from 7200000000000000FB to 7800000100000000FB"] [region="id: 2 region_epoch { conf_ver: 1 version: 1 } peers { id: 3 store_id: 1 }"] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:31.978 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=2] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=5] [peer_id=3] [region_id=2] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:08:31.978 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 1 }"] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(0)] [region_id=2] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:08:31.978 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 3 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:31.978 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 11."] [id=11] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 1 }"] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 13."] [id=13] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 1 }"] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 15."] [id=15] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 17 store_id: 1 }"] [region_id=16] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 17."] [id=17] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=10] [thread_id=102] [2024/05/06 22:08:31.978 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=16] [thread_id=102] [2024/05/06 22:08:31.978 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.978 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=12] [thread_id=31] [2024/05/06 22:08:31.978 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=10] [thread_id=31] [2024/05/06 22:08:31.978 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=16] [thread_id=31] [2024/05/06 22:08:31.978 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=14] [thread_id=31] [2024/05/06 22:08:31.978 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:31.978 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:31.978 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:31.978 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=7] [observe_id=ObserveId(1)] [region=2] [thread_id=68] [2024/05/06 22:08:31.979 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(3)] [region=10] [thread_id=68] [2024/05/06 22:08:31.979 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(2)] [region=12] [thread_id=68] [2024/05/06 22:08:31.979 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(4)] [region=14] [thread_id=68] [2024/05/06 22:08:31.979 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 17 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:31.979 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(5)] [region=16] [thread_id=68] [2024/05/06 22:08:38.975 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:38.984 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 18 store_id: 5 role: Learner } change_type: AddLearnerNode]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:38.984 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 19 store_id: 5 role: Learner } change_type: AddLearnerNode]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:38.984 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 19 store_id: 5 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:38.984 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 18 store_id: 5 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.984 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 20 store_id: 5 role: Learner } change_type: AddLearnerNode]"] [region_id=2] [thread_id=31] [2024/05/06 22:08:38.984 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 21 store_id: 5 role: Learner } change_type: AddLearnerNode]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:38.984 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 20 store_id: 5 role: Learner }]"] [peer_id=3] [region_id=2] [thread_id=101] [2024/05/06 22:08:38.984 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 21 store_id: 5 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.984 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 22 store_id: 5 role: Learner } change_type: AddLearnerNode]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:38.984 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 22 store_id: 5 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.984 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 19 store_id: 5 role: Learner } } }"] [index=7] [term=6] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:38.984 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:38.984 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 18 store_id: 5 role: Learner } } }"] [index=7] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:38.984 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:38.984 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 1 } peers { id: 19 store_id: 5 role: Learner }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 17 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 19 store_id: 5 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:38.984 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 20 store_id: 5 role: Learner } } }"] [index=8] [term=6] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:38.984 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:38.984 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 18 store_id: 5 role: Learner }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 18 store_id: 5 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:38.984 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 3 store_id: 1 } peers { id: 20 store_id: 5 role: Learner }"] [original_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 3 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 20 store_id: 5 role: Learner }]"] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:38.984 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 21 store_id: 5 role: Learner } } }"] [index=7] [term=6] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:38.984 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:38.984 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 21 store_id: 5 role: Learner }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 21 store_id: 5 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:38.984 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 22 store_id: 5 role: Learner } } }"] [index=7] [term=6] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:38.984 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:38.984 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 22 store_id: 5 role: Learner }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 22 store_id: 5 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:38.984 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {18}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.984 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 18 store_id: 5 role: Learner }"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.984 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17} }, outgoing: Configuration { voters: {} } }, learners: {19}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:38.984 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 1 } peers { id: 19 store_id: 5 role: Learner }"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:38.985 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {3} }, outgoing: Configuration { voters: {} } }, learners: {20}, learners_next: {}, auto_leave: false }"] [raft_id=3] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.985 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {21}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.985 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 3 store_id: 1 } peers { id: 20 store_id: 5 role: Learner }"] [peer_id=3] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.985 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 21 store_id: 5 role: Learner }"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.985 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {22}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.985 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 22 store_id: 5 role: Learner }"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.986 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20161] [store_id=5] [thread_id=71] [2024/05/06 22:08:38.986 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=5] [addr=127.0.0.1:20161] [thread_id=71] [2024/05/06 22:08:38.986 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=10] [cost=1.070171ms] [addr=127.0.0.1:20161] [store_id=5] [thread_id=71] [2024/05/06 22:08:38.989 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(5)] [thread_id=7] [2024/05/06 22:08:38.989 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=18] [request_index=0] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:38.989 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=21] [request_index=0] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.989 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=20] [request_index=0] [peer_id=3] [region_id=2] [thread_id=101] [2024/05/06 22:08:38.989 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=19] [request_index=0] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:38.989 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=22] [request_index=0] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.990 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:38.990 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:38.990 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:38.990 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:38.990 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:38.990 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:38.990 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=643.491µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:38.990 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=600.748µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:38.991 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=18] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:38.991 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=22] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.991 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_2_6_8_(default|lock|write).sst] [region_id=2] [thread_id=83] [2024/05/06 22:08:38.991 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:38.991 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_2_6_8_(default|lock|write).sst] [region_id=2] [thread_id=83] [2024/05/06 22:08:38.991 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:38.991 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_2_6_8_(default|lock|write).sst] [region_id=2] [thread_id=83] [2024/05/06 22:08:38.991 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:38.991 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:38.991 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=475.599µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_2_6_8_(default|lock|write).sst] [region_id=2] [thread_id=83] [2024/05/06 22:08:38.991 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=20] [peer_id=3] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.991 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=518.741µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:38.991 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:38.991 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:38.991 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:38.991 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=21] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.991 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:38.991 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:38.991 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=346.554µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_16_6_7_(default|lock|write).sst] [region_id=16] [thread_id=83] [2024/05/06 22:08:38.991 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:38.992 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=19] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:38.992 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:38.992 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.762021ms] [size=0] [snap_key=14_6_7] [region_id=14] [thread_id=133] [2024/05/06 22:08:38.992 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 18 store_id: 5 role: Learner"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:38.993 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.506554ms] [size=0] [snap_key=12_6_7] [region_id=12] [thread_id=132] [2024/05/06 22:08:38.993 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 22 store_id: 5 role: Learner"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.993 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.421401ms] [size=0] [snap_key=2_6_8] [region_id=2] [thread_id=130] [2024/05/06 22:08:38.993 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.275859ms] [size=0] [snap_key=10_6_7] [region_id=10] [thread_id=131] [2024/05/06 22:08:38.993 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 20 store_id: 5 role: Learner"] [peer_id=3] [region_id=2] [thread_id=101] [2024/05/06 22:08:38.993 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 21 store_id: 5 role: Learner"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.993 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.450341ms] [size=0] [snap_key=16_6_7] [region_id=16] [thread_id=131] [2024/05/06 22:08:38.993 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 19 store_id: 5 role: Learner"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:38.993 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 18 store_id: 5 }]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:38.993 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 22 store_id: 5 }]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:38.993 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 18 store_id: 5 }]"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:38.993 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 22 store_id: 5 }]"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.994 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 18 store_id: 5 } } }"] [index=8] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:38.994 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:38.994 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 1 } peers { id: 18 store_id: 5 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 18 store_id: 5 role: Learner }"] [changes="[peer { id: 18 store_id: 5 }]"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:38.994 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 22 store_id: 5 } } }"] [index=8] [term=6] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:38.994 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:38.994 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 22 store_id: 5 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 22 store_id: 5 role: Learner }"] [changes="[peer { id: 22 store_id: 5 }]"] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:38.994 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 21 store_id: 5 }]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:38.994 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 20 store_id: 5 }]"] [region_id=2] [thread_id=31] [2024/05/06 22:08:38.994 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 21 store_id: 5 }]"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.994 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 19 store_id: 5 }]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:38.994 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 20 store_id: 5 }]"] [peer_id=3] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.994 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 19 store_id: 5 }]"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:38.994 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {18, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:38.994 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 21 store_id: 5 } } }"] [index=8] [term=6] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:38.994 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:38.994 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 21 store_id: 5 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 21 store_id: 5 role: Learner }"] [changes="[peer { id: 21 store_id: 5 }]"] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:38.994 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 1 } peers { id: 18 store_id: 5 }"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:38.994 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 20 store_id: 5 } } }"] [index=9] [term=6] [peer_id=3] [region_id=2] [thread_id=104] [2024/05/06 22:08:38.994 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=3] [region_id=2] [thread_id=104] [2024/05/06 22:08:38.994 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 3 store_id: 1 } peers { id: 20 store_id: 5 }"] [original_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 3 store_id: 1 } peers { id: 20 store_id: 5 role: Learner }"] [changes="[peer { id: 20 store_id: 5 }]"] [peer_id=3] [region_id=2] [thread_id=104] [2024/05/06 22:08:38.994 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 19 store_id: 5 } } }"] [index=8] [term=6] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:38.994 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:38.994 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 1 } peers { id: 19 store_id: 5 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 17 store_id: 1 } peers { id: 19 store_id: 5 role: Learner }"] [changes="[peer { id: 19 store_id: 5 }]"] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:38.994 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 22} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.994 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 22 store_id: 5 }"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.994 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {21, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.994 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 3} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=3] [region_id=2] [thread_id=101] [2024/05/06 22:08:38.994 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 21 store_id: 5 }"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.994 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:38.994 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 3 store_id: 1 } peers { id: 20 store_id: 5 }"] [peer_id=3] [region_id=2] [thread_id=101] [2024/05/06 22:08:38.994 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 1 } peers { id: 19 store_id: 5 }"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:39.004 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 23 store_id: 4 role: Learner } change_type: AddLearnerNode]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:39.004 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 24 store_id: 4 role: Learner } change_type: AddLearnerNode]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:39.004 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 4 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:39.004 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 4 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:39.004 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 25 store_id: 4 role: Learner } change_type: AddLearnerNode]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:39.004 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 26 store_id: 4 role: Learner } change_type: AddLearnerNode]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:39.004 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 4 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:39.004 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 26 store_id: 4 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:39.004 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 27 store_id: 4 role: Learner } change_type: AddLearnerNode]"] [region_id=2] [thread_id=31] [2024/05/06 22:08:39.004 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 27 store_id: 4 role: Learner }]"] [peer_id=3] [region_id=2] [thread_id=102] [2024/05/06 22:08:39.005 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 24 store_id: 4 role: Learner } } }"] [index=9] [term=6] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:39.005 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:39.005 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 23 store_id: 4 role: Learner } } }"] [index=9] [term=6] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:39.005 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 22 store_id: 5 } peers { id: 24 store_id: 4 role: Learner }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 22 store_id: 5 }"] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 4 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:39.005 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:39.005 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 21 store_id: 5 } peers { id: 23 store_id: 4 role: Learner }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 21 store_id: 5 }"] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 4 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:39.005 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 26 store_id: 4 role: Learner } } }"] [index=9] [term=6] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:39.005 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:39.005 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 26 store_id: 4 role: Learner }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 17 store_id: 1 } peers { id: 19 store_id: 5 }"] [changes="[change_type: AddLearnerNode peer { id: 26 store_id: 4 role: Learner }]"] [peer_id=17] [region_id=16] [thread_id=104] [2024/05/06 22:08:39.005 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 22} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:39.005 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 25 store_id: 4 role: Learner } } }"] [index=9] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:39.005 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:39.005 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 22 store_id: 5 } peers { id: 24 store_id: 4 role: Learner }"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:39.005 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 18 store_id: 5 } peers { id: 25 store_id: 4 role: Learner }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 1 } peers { id: 18 store_id: 5 }"] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 4 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:39.005 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 27 store_id: 4 role: Learner } } }"] [index=10] [term=6] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:39.005 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:39.005 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 3 store_id: 1 } peers { id: 20 store_id: 5 } peers { id: 27 store_id: 4 role: Learner }"] [original_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 3 store_id: 1 } peers { id: 20 store_id: 5 }"] [changes="[change_type: AddLearnerNode peer { id: 27 store_id: 4 role: Learner }]"] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:39.005 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {21, 11} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:39.005 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 21 store_id: 5 } peers { id: 23 store_id: 4 role: Learner }"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:39.006 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 19} }, outgoing: Configuration { voters: {} } }, learners: {26}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:39.006 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {18, 15} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:39.006 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 26 store_id: 4 role: Learner }"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:39.006 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 18 store_id: 5 } peers { id: 25 store_id: 4 role: Learner }"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:39.006 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 3} }, outgoing: Configuration { voters: {} } }, learners: {27}, learners_next: {}, auto_leave: false }"] [raft_id=3] [region_id=2] [thread_id=102] [2024/05/06 22:08:39.006 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 3 store_id: 1 } peers { id: 20 store_id: 5 } peers { id: 27 store_id: 4 role: Learner }"] [peer_id=3] [region_id=2] [thread_id=102] [2024/05/06 22:08:39.006 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20160] [store_id=4] [thread_id=71] [2024/05/06 22:08:39.006 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=4] [addr=127.0.0.1:20160] [thread_id=71] [2024/05/06 22:08:39.006 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=10] [cost=611.669µs] [addr=127.0.0.1:20160] [store_id=4] [thread_id=71] [2024/05/06 22:08:39.009 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(4)] [thread_id=8] [2024/05/06 22:08:39.009 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=24] [request_index=0] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:39.009 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=23] [request_index=0] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:39.009 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=26] [request_index=0] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:39.009 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=25] [request_index=0] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:39.009 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=27] [request_index=0] [peer_id=3] [region_id=2] [thread_id=102] [2024/05/06 22:08:39.009 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:39.009 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:39.009 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:39.009 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:39.010 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:39.010 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:39.010 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=452.942µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=84] [2024/05/06 22:08:39.010 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=485.959µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:39.010 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=24] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:39.010 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=25] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:39.010 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:39.010 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_2_6_10_(default|lock|write).sst] [region_id=2] [thread_id=83] [2024/05/06 22:08:39.010 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:39.010 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:39.010 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_2_6_10_(default|lock|write).sst] [region_id=2] [thread_id=83] [2024/05/06 22:08:39.010 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:39.010 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_2_6_10_(default|lock|write).sst] [region_id=2] [thread_id=83] [2024/05/06 22:08:39.010 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:39.010 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=458.117µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:39.010 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=501.482µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_2_6_10_(default|lock|write).sst] [region_id=2] [thread_id=83] [2024/05/06 22:08:39.011 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:39.011 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=23] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:39.011 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=27] [peer_id=3] [region_id=2] [thread_id=102] [2024/05/06 22:08:39.011 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:39.011 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:39.011 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:39.011 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=360.635µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/gen_16_6_9_(default|lock|write).sst] [region_id=16] [thread_id=84] [2024/05/06 22:08:39.011 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:39.011 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=26] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:39.011 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:39.012 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.59744ms] [size=0] [snap_key=14_6_9] [region_id=14] [thread_id=131] [2024/05/06 22:08:39.012 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 25 store_id: 4 role: Learner"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:39.012 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.408128ms] [size=0] [snap_key=12_6_9] [region_id=12] [thread_id=130] [2024/05/06 22:08:39.012 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 24 store_id: 4 role: Learner"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:39.012 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.163322ms] [size=0] [snap_key=10_6_9] [region_id=10] [thread_id=132] [2024/05/06 22:08:39.012 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 23 store_id: 4 role: Learner"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:39.012 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.152127ms] [size=0] [snap_key=2_6_10] [region_id=2] [thread_id=132] [2024/05/06 22:08:39.012 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 27 store_id: 4 role: Learner"] [peer_id=3] [region_id=2] [thread_id=101] [2024/05/06 22:08:39.012 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.136835ms] [size=0] [snap_key=16_6_9] [region_id=16] [thread_id=132] [2024/05/06 22:08:39.012 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 26 store_id: 4 role: Learner"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:39.012 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 24 store_id: 4 }]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:39.012 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 24 store_id: 4 }]"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:39.013 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 25 store_id: 4 }]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:39.013 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 25 store_id: 4 }]"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:39.013 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 23 store_id: 4 }]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:39.013 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 23 store_id: 4 }]"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:39.013 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 26 store_id: 4 }]"] [region_id=16] [thread_id=31] [2024/05/06 22:08:39.013 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 26 store_id: 4 }]"] [peer_id=17] [region_id=16] [thread_id=101] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 4 } } }"] [index=10] [term=6] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 1 } peers { id: 22 store_id: 5 } peers { id: 24 store_id: 4 }"] [original_region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 22 store_id: 5 } peers { id: 24 store_id: 4 role: Learner }"] [changes="[peer { id: 24 store_id: 4 }]"] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:39.013 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 27 store_id: 4 }]"] [region_id=2] [thread_id=31] [2024/05/06 22:08:39.013 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 27 store_id: 4 }]"] [peer_id=3] [region_id=2] [thread_id=102] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 4 } } }"] [index=10] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 1 } peers { id: 18 store_id: 5 } peers { id: 25 store_id: 4 }"] [original_region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 18 store_id: 5 } peers { id: 25 store_id: 4 role: Learner }"] [changes="[peer { id: 25 store_id: 4 }]"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:39.013 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {24, 13, 22} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 4 } } }"] [index=10] [term=6] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 1 } peers { id: 21 store_id: 5 } peers { id: 23 store_id: 4 }"] [original_region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 21 store_id: 5 } peers { id: 23 store_id: 4 role: Learner }"] [changes="[peer { id: 23 store_id: 4 }]"] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:39.013 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 1 } peers { id: 22 store_id: 5 } peers { id: 24 store_id: 4 }"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 26 store_id: 4 } } }"] [index=10] [term=6] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 26 store_id: 4 }"] [original_region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 17 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 26 store_id: 4 role: Learner }"] [changes="[peer { id: 26 store_id: 4 }]"] [peer_id=17] [region_id=16] [thread_id=103] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 27 store_id: 4 } } }"] [index=11] [term=6] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:39.013 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 3 store_id: 1 } peers { id: 20 store_id: 5 } peers { id: 27 store_id: 4 }"] [original_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 3 store_id: 1 } peers { id: 20 store_id: 5 } peers { id: 27 store_id: 4 role: Learner }"] [changes="[peer { id: 27 store_id: 4 }]"] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:39.013 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {25, 18, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:39.013 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 1 } peers { id: 18 store_id: 5 } peers { id: 25 store_id: 4 }"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:39.013 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 26, 19} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:39.013 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {23, 21, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:39.013 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 16 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 17 store_id: 1 } peers { id: 19 store_id: 5 } peers { id: 26 store_id: 4 }"] [peer_id=17] [region_id=16] [thread_id=102] [2024/05/06 22:08:39.014 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {20, 27, 3} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=3] [region_id=2] [thread_id=102] [2024/05/06 22:08:39.014 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 1 } peers { id: 21 store_id: 5 } peers { id: 23 store_id: 4 }"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:39.014 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 3 store_id: 1 } peers { id: 20 store_id: 5 } peers { id: 27 store_id: 4 }"] [peer_id=3] [region_id=2] [thread_id=102] + find . -name '*.out' -type f -exec tail -n 500 '{}' + [Pipeline] } [Pipeline] // dir Post stage [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb [Pipeline] { [Pipeline] junit Recording test results [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] sh [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } + find . -name 'pd*.log' -type f -exec tail -n 500 '{}' + ==> ./pd2.log <== [2024/05/06 22:08:24.114 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:08:24.114 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:08:24.114 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:08:24.114 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:08:24.114 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:08:24.114 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:08:24.114 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:08:24.114 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:08:24.114 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2382\",\"peer-urls\":\"http://127.0.0.1:2381\",\"advertise-client-urls\":\"http://127.0.0.1:2382\",\"advertise-peer-urls\":\"http://127.0.0.1:2381\",\"name\":\"pd-1\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-1/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-1\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:08:24.118 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:08:24.118 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:08:24.118 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:08:24.118 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:08:24.119 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:08:24.119 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:08:24.119 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-1] [service-name=MetaStorage] [2024/05/06 22:08:24.119 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:08:24.119 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-1] [service-name=ResourceManager] [2024/05/06 22:08:24.120 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:08:24.120 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:24.120 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:08:24.120 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2382]"] [2024/05/06 22:08:24.120 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:08:24.120 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=52] [max-cpu-available=52] [member-initialized=false] [name=pd-1] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2381]"] [listen-peer-urls="[http://127.0.0.1:2381]"] [advertise-client-urls="[http://127.0.0.1:2382]"] [listen-client-urls="[http://127.0.0.1:2382]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:08:24.120 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:08:24.120 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap/db] [took=274.481µs] [2024/05/06 22:08:26.123 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=1f01bdf364b8beaa] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:08:26.124 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=()"] [2024/05/06 22:08:26.124 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 0"] [2024/05/06 22:08:26.124 +08:00] [INFO] [raft.go:389] ["newRaft 1f01bdf364b8beaa [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:08:26.124 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 1"] [2024/05/06 22:08:26.124 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:08:26.124 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:08:26.124 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:26.125 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:08:26.126 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:08:26.126 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.126 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.126 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.126 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.126 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.126 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.126 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.126 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [remote-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:26.126 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.126 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.127 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.127 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.127 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.127 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.127 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.127 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [remote-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:26.127 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=1f01bdf364b8beaa] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:08:26.127 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:08:26.127 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:08:26.127 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:08:26.127 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:08:26.127 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:26.127 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:26.127 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:26.127 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:26.127 +08:00] [INFO] [raft.go:1523] ["1f01bdf364b8beaa switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:26.127 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:26.128 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2381] [2024/05/06 22:08:26.128 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=1f01bdf364b8beaa] [initial-advertise-peer-urls="[http://127.0.0.1:2381]"] [listen-peer-urls="[http://127.0.0.1:2381]"] [advertise-client-urls="[http://127.0.0.1:2382]"] [listen-client-urls="[http://127.0.0.1:2382]"] [listen-metrics-urls="[]"] [2024/05/06 22:08:26.129 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.129 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.129 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.129 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream Message"] [2024/05/06 22:08:26.129 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.129 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.129 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream Message"] [2024/05/06 22:08:26.130 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.130 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.131 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.131 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:26.131 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.131 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=1f01bdf364b8beaa] [to=1f01bdf364b8beaa] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:26.131 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=1f01bdf364b8beaa] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.177 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=1f01bdf364b8beaa] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:08:27.623 +08:00] [INFO] [raft.go:966] ["1f01bdf364b8beaa [logterm: 1, index: 3, vote: 0] cast MsgPreVote for 3037d9ad26fb2231 [logterm: 1, index: 3] at term 1"] [2024/05/06 22:08:27.623 +08:00] [INFO] [raft.go:865] ["1f01bdf364b8beaa [term: 1] received a MsgVote message with higher term from 3037d9ad26fb2231 [term: 2]"] [2024/05/06 22:08:27.623 +08:00] [INFO] [raft.go:706] ["1f01bdf364b8beaa became follower at term 2"] [2024/05/06 22:08:27.623 +08:00] [INFO] [raft.go:966] ["1f01bdf364b8beaa [logterm: 1, index: 3, vote: 0] cast MsgVote for 3037d9ad26fb2231 [logterm: 1, index: 3] at term 2"] [2024/05/06 22:08:27.624 +08:00] [INFO] [node.go:327] ["raft.node: 1f01bdf364b8beaa elected leader 3037d9ad26fb2231 at term 2"] [2024/05/06 22:08:27.624 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=1f01bdf364b8beaa] [local-member-attributes="{Name:pd-1 ClientURLs:[http://127.0.0.1:2382]}"] [request-path=/0/members/1f01bdf364b8beaa/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:08:27.624 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:08:27.625 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=1f01bdf364b8beaa] [cluster-version=3.4] [2024/05/06 22:08:27.625 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:08:27.625 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-1] [service-name=MetaStorage] [2024/05/06 22:08:27.625 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-1] [service-name=ResourceManager] [2024/05/06 22:08:27.625 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2382] [2024/05/06 22:08:27.629 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888273186107458] [2024/05/06 22:08:27.629 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-1\" member_id:2234275743217008298 peer_urls:\"http://127.0.0.1:2381\" client_urls:\"http://127.0.0.1:2382\" "] [root-path=/pd/7365888273186107458] [2024/05/06 22:08:27.632 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:08:27.633 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=2234275743217008298] [2024/05/06 22:08:27.633 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:08:27.634 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:08:27.634 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-1] [2024/05/06 22:08:27.634 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-1] [2024/05/06 22:08:27.634 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:08:27.635 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:08:27.635 +08:00] [INFO] [server.go:1691] ["skip campaigning of pd leader and check later"] [server-name=pd-1] [etcd-leader-id=3474484975246189105] [member-id=2234275743217008298] [2024/05/06 22:08:27.635 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:08:27.836 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:08:27.837 +08:00] [INFO] [server.go:1662] ["start to watch pd leader"] [pd-leader="name:\"pd-0\" member_id:3474484975246189105 peer_urls:\"http://127.0.0.1:2380\" client_urls:\"http://127.0.0.1:2379\" "] [2024/05/06 22:08:27.837 +08:00] [INFO] [client.go:104] ["region syncer start load region"] [2024/05/06 22:08:27.837 +08:00] [INFO] [client.go:107] ["region syncer finished load regions"] [time-cost=64.916µs] [2024/05/06 22:08:27.837 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-1] [leader=pd-0] [request-index=0] [2024/05/06 22:08:27.837 +08:00] [INFO] [leadership.go:317] ["watch channel is created"] [revision=12] [leader-key=/pd/7365888273186107458/leader] [purpose="leader election"] [2024/05/06 22:08:27.837 +08:00] [ERROR] [client.go:162] ["region sync with leader meet error"] [error="[PD:grpc:ErrGRPCRecv]receive response error: rpc error: code = Unavailable desc = server not started"] [2024/05/06 22:08:28.838 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-1] [leader=pd-0] [request-index=0] [2024/05/06 22:08:29.700 +08:00] [INFO] [dbstore.go:33] ["Dashboard initializing local storage file"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-1/data/dashboard.sqlite.db] [2024/05/06 22:08:29.711 +08:00] [INFO] [version.go:33] ["TiDB Dashboard started"] [internal-version=8.0.0-9768844f] [standalone=No] [pd-version=v8.2.0-alpha-15-gf83febabe] [build-time="2024-05-06 08:48:58"] [build-git-hash=9768844ff5d7] [2024/05/06 22:08:29.711 +08:00] [INFO] [manager.go:201] ["dashboard server is started"] [2024/05/06 22:08:29.711 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:38819] [remotes="[]"] [2024/05/06 22:08:29.711 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:39165] [remotes="[]"] [2024/05/06 22:08:29.712 +08:00] [WARN] [dynamic_config_manager.go:165] ["Dynamic config does not exist in etcd"] [2024/05/06 22:08:29.717 +08:00] [INFO] [manager.go:74] ["Key visual service is started"] [2024/05/06 22:08:37.627 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2382]"] [endpoints="[http://127.0.0.1:2379,http://127.0.0.1:2384,http://127.0.0.1:2382]"] [source=server-etcd-client] [2024/05/06 22:08:37.627 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2382]"] [endpoints="[http://127.0.0.1:2379,http://127.0.0.1:2384,http://127.0.0.1:2382]"] [source=election-etcd-client] ==> ./pd3.log <== [2024/05/06 22:08:24.115 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:08:24.115 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:08:24.115 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:08:24.115 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:08:24.115 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:08:24.115 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:08:24.115 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:08:24.115 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:08:24.115 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2384\",\"peer-urls\":\"http://127.0.0.1:2383\",\"advertise-client-urls\":\"http://127.0.0.1:2384\",\"advertise-peer-urls\":\"http://127.0.0.1:2383\",\"name\":\"pd-2\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-2/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-2\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:08:24.119 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:08:24.119 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:08:24.119 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:08:24.119 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:08:24.120 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:08:24.120 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:08:24.120 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-2] [service-name=MetaStorage] [2024/05/06 22:08:24.120 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:08:24.120 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-2] [service-name=ResourceManager] [2024/05/06 22:08:24.121 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:08:24.121 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:24.121 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:08:24.121 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2384]"] [2024/05/06 22:08:24.121 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:08:24.121 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=52] [max-cpu-available=52] [member-initialized=false] [name=pd-2] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2383]"] [listen-peer-urls="[http://127.0.0.1:2383]"] [advertise-client-urls="[http://127.0.0.1:2384]"] [listen-client-urls="[http://127.0.0.1:2384]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:08:24.121 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:08:24.122 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap/db] [took=305.327µs] [2024/05/06 22:08:26.123 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=385a3ea8295f6f18] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:08:26.123 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=()"] [2024/05/06 22:08:26.123 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 0"] [2024/05/06 22:08:26.123 +08:00] [INFO] [raft.go:389] ["newRaft 385a3ea8295f6f18 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:08:26.123 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 1"] [2024/05/06 22:08:26.123 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:08:26.123 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:08:26.123 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:26.124 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:08:26.124 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:08:26.124 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.124 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.125 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.125 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.126 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.126 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [remote-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:26.126 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.126 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.127 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.126 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.127 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.128 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.128 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.128 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.128 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [remote-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:26.128 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=385a3ea8295f6f18] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:08:26.128 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.128 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:08:26.128 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:08:26.128 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:08:26.128 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-2/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:08:26.128 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:26.128 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:26.128 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:26.128 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:26.128 +08:00] [INFO] [raft.go:1523] ["385a3ea8295f6f18 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:26.128 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:26.129 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.129 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.129 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.129 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=385a3ea8295f6f18] [initial-advertise-peer-urls="[http://127.0.0.1:2383]"] [listen-peer-urls="[http://127.0.0.1:2383]"] [advertise-client-urls="[http://127.0.0.1:2384]"] [listen-client-urls="[http://127.0.0.1:2384]"] [listen-metrics-urls="[]"] [2024/05/06 22:08:26.129 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2383] [2024/05/06 22:08:26.129 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.129 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.130 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream Message"] [2024/05/06 22:08:26.130 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream Message"] [2024/05/06 22:08:26.130 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.130 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:26.130 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=3037d9ad26fb2231] [2024/05/06 22:08:26.130 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.130 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=385a3ea8295f6f18] [to=385a3ea8295f6f18] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:26.130 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.130 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=385a3ea8295f6f18] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.178 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=385a3ea8295f6f18] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:08:27.623 +08:00] [INFO] [raft.go:966] ["385a3ea8295f6f18 [logterm: 1, index: 3, vote: 0] cast MsgPreVote for 3037d9ad26fb2231 [logterm: 1, index: 3] at term 1"] [2024/05/06 22:08:27.623 +08:00] [INFO] [raft.go:865] ["385a3ea8295f6f18 [term: 1] received a MsgVote message with higher term from 3037d9ad26fb2231 [term: 2]"] [2024/05/06 22:08:27.623 +08:00] [INFO] [raft.go:706] ["385a3ea8295f6f18 became follower at term 2"] [2024/05/06 22:08:27.623 +08:00] [INFO] [raft.go:966] ["385a3ea8295f6f18 [logterm: 1, index: 3, vote: 0] cast MsgVote for 3037d9ad26fb2231 [logterm: 1, index: 3] at term 2"] [2024/05/06 22:08:27.624 +08:00] [INFO] [node.go:327] ["raft.node: 385a3ea8295f6f18 elected leader 3037d9ad26fb2231 at term 2"] [2024/05/06 22:08:27.624 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=385a3ea8295f6f18] [local-member-attributes="{Name:pd-2 ClientURLs:[http://127.0.0.1:2384]}"] [request-path=/0/members/385a3ea8295f6f18/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:08:27.624 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:08:27.625 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=385a3ea8295f6f18] [cluster-version=3.4] [2024/05/06 22:08:27.625 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:08:27.625 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-2] [service-name=MetaStorage] [2024/05/06 22:08:27.625 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-2] [service-name=ResourceManager] [2024/05/06 22:08:27.625 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2384] [2024/05/06 22:08:27.630 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888273186107458] [2024/05/06 22:08:27.631 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-2\" member_id:4060626905997471512 peer_urls:\"http://127.0.0.1:2383\" client_urls:\"http://127.0.0.1:2384\" "] [root-path=/pd/7365888273186107458] [2024/05/06 22:08:27.634 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:08:27.634 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=4060626905997471512] [2024/05/06 22:08:27.635 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:08:27.636 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:08:27.636 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-2] [2024/05/06 22:08:27.636 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-2] [2024/05/06 22:08:27.636 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:08:27.636 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:08:27.636 +08:00] [INFO] [server.go:1691] ["skip campaigning of pd leader and check later"] [server-name=pd-2] [etcd-leader-id=3474484975246189105] [member-id=4060626905997471512] [2024/05/06 22:08:27.637 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:08:27.838 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:08:27.838 +08:00] [INFO] [server.go:1662] ["start to watch pd leader"] [pd-leader="name:\"pd-0\" member_id:3474484975246189105 peer_urls:\"http://127.0.0.1:2380\" client_urls:\"http://127.0.0.1:2379\" "] [2024/05/06 22:08:27.838 +08:00] [INFO] [client.go:104] ["region syncer start load region"] [2024/05/06 22:08:27.838 +08:00] [INFO] [client.go:107] ["region syncer finished load regions"] [time-cost=208.165µs] [2024/05/06 22:08:27.839 +08:00] [INFO] [leadership.go:317] ["watch channel is created"] [revision=12] [leader-key=/pd/7365888273186107458/leader] [purpose="leader election"] [2024/05/06 22:08:27.839 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-2] [leader=pd-0] [request-index=0] [2024/05/06 22:08:27.839 +08:00] [ERROR] [client.go:162] ["region sync with leader meet error"] [error="[PD:grpc:ErrGRPCRecv]receive response error: rpc error: code = Unavailable desc = server not started"] [2024/05/06 22:08:28.839 +08:00] [INFO] [client.go:157] ["server starts to synchronize with leader"] [server=pd-2] [leader=pd-0] [request-index=0] [2024/05/06 22:08:37.627 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2384]"] [endpoints="[http://127.0.0.1:2379,http://127.0.0.1:2384,http://127.0.0.1:2382]"] [source=election-etcd-client] [2024/05/06 22:08:37.627 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2384]"] [endpoints="[http://127.0.0.1:2379,http://127.0.0.1:2384,http://127.0.0.1:2382]"] [source=server-etcd-client] ==> ./pd1.log <== [2024/05/06 22:08:24.113 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:08:24.114 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:08:24.114 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:08:24.114 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:08:24.114 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:08:24.114 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:08:24.114 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:08:24.114 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:08:24.114 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2379\",\"peer-urls\":\"http://127.0.0.1:2380\",\"advertise-client-urls\":\"http://127.0.0.1:2379\",\"advertise-peer-urls\":\"http://127.0.0.1:2380\",\"name\":\"pd-0\",\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/pd-0/data\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd-0\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:08:24.117 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:08:24.117 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:08:24.117 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:08:24.118 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:08:24.119 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:08:24.119 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:08:24.119 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-0] [service-name=MetaStorage] [2024/05/06 22:08:24.119 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:08:24.119 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd-0] [service-name=ResourceManager] [2024/05/06 22:08:24.119 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:08:24.119 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:24.119 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:08:24.119 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2379]"] [2024/05/06 22:08:24.119 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:08:24.119 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=52] [max-cpu-available=52] [member-initialized=false] [name=pd-0] [data-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2380]"] [listen-peer-urls="[http://127.0.0.1:2380]"] [advertise-client-urls="[http://127.0.0.1:2379]"] [listen-client-urls="[http://127.0.0.1:2379]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd-0=http://127.0.0.1:2380,pd-1=http://127.0.0.1:2381,pd-2=http://127.0.0.1:2383"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:08:24.119 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:08:24.120 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap/db] [took=552.536µs] [2024/05/06 22:08:26.122 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=3037d9ad26fb2231] [cluster-id=f7b5b741bd10045d] [2024/05/06 22:08:26.122 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=()"] [2024/05/06 22:08:26.122 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 0"] [2024/05/06 22:08:26.122 +08:00] [INFO] [raft.go:389] ["newRaft 3037d9ad26fb2231 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:08:26.122 +08:00] [INFO] [raft.go:706] ["3037d9ad26fb2231 became follower at term 1"] [2024/05/06 22:08:26.123 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298)"] [2024/05/06 22:08:26.123 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105)"] [2024/05/06 22:08:26.123 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:26.123 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:08:26.123 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:08:26.124 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.124 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.124 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.124 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.125 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.125 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.125 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.125 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [remote-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:26.126 +08:00] [INFO] [peer.go:128] ["starting remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.126 +08:00] [INFO] [pipeline.go:71] ["started HTTP pipelining with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.127 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.127 +08:00] [INFO] [stream.go:166] ["started stream writer with remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.127 +08:00] [INFO] [peer.go:134] ["started remote peer"] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.127 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.127 +08:00] [INFO] [transport.go:327] ["added remote peer"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [remote-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:26.127 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=3037d9ad26fb2231] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:08:26.127 +08:00] [INFO] [stream.go:406] ["started stream reader with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.127 +08:00] [INFO] [server.go:719] ["starting initial election tick advance"] [election-ticks=6] [2024/05/06 22:08:26.127 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:08:26.127 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:08:26.127 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/.tiup/data/T9Z9nII/pd-0/data/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:08:26.127 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:26.127 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=1f01bdf364b8beaa] [added-peer-peer-urls="[http://127.0.0.1:2381]"] [2024/05/06 22:08:26.127 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:26.127 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=3037d9ad26fb2231] [added-peer-peer-urls="[http://127.0.0.1:2380]"] [2024/05/06 22:08:26.127 +08:00] [INFO] [raft.go:1523] ["3037d9ad26fb2231 switched to configuration voters=(2234275743217008298 3474484975246189105 4060626905997471512)"] [2024/05/06 22:08:26.127 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [added-peer-id=385a3ea8295f6f18] [added-peer-peer-urls="[http://127.0.0.1:2383]"] [2024/05/06 22:08:26.128 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=3037d9ad26fb2231] [initial-advertise-peer-urls="[http://127.0.0.1:2380]"] [listen-peer-urls="[http://127.0.0.1:2380]"] [advertise-client-urls="[http://127.0.0.1:2379]"] [listen-client-urls="[http://127.0.0.1:2379]"] [listen-metrics-urls="[]"] [2024/05/06 22:08:26.128 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2380] [2024/05/06 22:08:26.129 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream Message"] [2024/05/06 22:08:26.129 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.129 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream Message"] [2024/05/06 22:08:26.129 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.129 +08:00] [INFO] [peer_status.go:51] ["peer became active"] [peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.129 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.129 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:26.129 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.129 +08:00] [INFO] [stream.go:250] ["set message encoder"] [from=3037d9ad26fb2231] [to=3037d9ad26fb2231] [stream-type="stream MsgApp v2"] [2024/05/06 22:08:26.129 +08:00] [WARN] [stream.go:277] ["established TCP streaming connection with remote peer"] [stream-writer-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.129 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.129 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=1f01bdf364b8beaa] [2024/05/06 22:08:26.130 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream Message"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.130 +08:00] [INFO] [stream.go:425] ["established TCP streaming connection with remote peer"] [stream-reader-type="stream MsgApp v2"] [local-member-id=3037d9ad26fb2231] [remote-peer-id=385a3ea8295f6f18] [2024/05/06 22:08:26.177 +08:00] [INFO] [server.go:744] ["initialized peer connections; fast-forwarding election ticks"] [local-member-id=3037d9ad26fb2231] [forward-ticks=4] [forward-duration=2s] [election-ticks=6] [election-timeout=3s] [active-remote-members=2] [2024/05/06 22:08:27.623 +08:00] [INFO] [raft.go:929] ["3037d9ad26fb2231 is starting a new election at term 1"] [2024/05/06 22:08:27.623 +08:00] [INFO] [raft.go:735] ["3037d9ad26fb2231 became pre-candidate at term 1"] [2024/05/06 22:08:27.623 +08:00] [INFO] [raft.go:830] ["3037d9ad26fb2231 received MsgPreVoteResp from 3037d9ad26fb2231 at term 1"] [2024/05/06 22:08:27.623 +08:00] [INFO] [raft.go:817] ["3037d9ad26fb2231 [logterm: 1, index: 3] sent MsgPreVote request to 1f01bdf364b8beaa at term 1"] [2024/05/06 22:08:27.623 +08:00] [INFO] [raft.go:817] ["3037d9ad26fb2231 [logterm: 1, index: 3] sent MsgPreVote request to 385a3ea8295f6f18 at term 1"] [2024/05/06 22:08:27.623 +08:00] [INFO] [raft.go:830] ["3037d9ad26fb2231 received MsgPreVoteResp from 1f01bdf364b8beaa at term 1"] [2024/05/06 22:08:27.623 +08:00] [INFO] [raft.go:1295] ["3037d9ad26fb2231 has received 2 MsgPreVoteResp votes and 0 vote rejections"] [2024/05/06 22:08:27.623 +08:00] [INFO] [raft.go:719] ["3037d9ad26fb2231 became candidate at term 2"] [2024/05/06 22:08:27.623 +08:00] [INFO] [raft.go:830] ["3037d9ad26fb2231 received MsgVoteResp from 3037d9ad26fb2231 at term 2"] [2024/05/06 22:08:27.623 +08:00] [INFO] [raft.go:817] ["3037d9ad26fb2231 [logterm: 1, index: 3] sent MsgVote request to 1f01bdf364b8beaa at term 2"] [2024/05/06 22:08:27.623 +08:00] [INFO] [raft.go:817] ["3037d9ad26fb2231 [logterm: 1, index: 3] sent MsgVote request to 385a3ea8295f6f18 at term 2"] [2024/05/06 22:08:27.623 +08:00] [INFO] [raft.go:830] ["3037d9ad26fb2231 received MsgVoteResp from 1f01bdf364b8beaa at term 2"] [2024/05/06 22:08:27.624 +08:00] [INFO] [raft.go:1295] ["3037d9ad26fb2231 has received 2 MsgVoteResp votes and 0 vote rejections"] [2024/05/06 22:08:27.624 +08:00] [INFO] [raft.go:771] ["3037d9ad26fb2231 became leader at term 2"] [2024/05/06 22:08:27.624 +08:00] [INFO] [node.go:327] ["raft.node: 3037d9ad26fb2231 elected leader 3037d9ad26fb2231 at term 2"] [2024/05/06 22:08:27.624 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=3037d9ad26fb2231] [local-member-attributes="{Name:pd-0 ClientURLs:[http://127.0.0.1:2379]}"] [request-path=/0/members/3037d9ad26fb2231/attributes] [cluster-id=f7b5b741bd10045d] [publish-timeout=11s] [2024/05/06 22:08:27.624 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:08:27.625 +08:00] [INFO] [server.go:2639] ["setting up initial cluster version"] [cluster-version=3.4] [2024/05/06 22:08:27.625 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=f7b5b741bd10045d] [local-member-id=3037d9ad26fb2231] [cluster-version=3.4] [2024/05/06 22:08:27.625 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-0] [service-name=MetaStorage] [2024/05/06 22:08:27.625 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:08:27.625 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd-0] [service-name=ResourceManager] [2024/05/06 22:08:27.625 +08:00] [INFO] [server.go:2671] ["cluster version is updated"] [cluster-version=3.4] [2024/05/06 22:08:27.625 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2379] [2024/05/06 22:08:27.629 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888273186107458] [2024/05/06 22:08:27.630 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd-0\" member_id:3474484975246189105 peer_urls:\"http://127.0.0.1:2380\" client_urls:\"http://127.0.0.1:2379\" "] [root-path=/pd/7365888273186107458] [2024/05/06 22:08:27.633 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:08:27.634 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=3474484975246189105] [2024/05/06 22:08:27.634 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:08:27.635 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:08:27.635 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd-0] [2024/05/06 22:08:27.635 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd-0] [2024/05/06 22:08:27.635 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:08:27.636 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:08:27.636 +08:00] [INFO] [server.go:1703] ["start to campaign PD leader"] [campaign-leader-name=pd-0] [2024/05/06 22:08:27.636 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:08:27.636 +08:00] [INFO] [lease.go:66] ["lease granted"] [lease-id=2463908037325228813] [lease-timeout=3] [purpose="leader election"] [2024/05/06 22:08:27.637 +08:00] [INFO] [leadership.go:181] ["check campaign resp"] [resp="{\"header\":{\"cluster_id\":17849374191125529693,\"member_id\":3474484975246189105,\"revision\":12,\"raft_term\":2},\"succeeded\":true,\"responses\":[{\"Response\":{\"ResponsePut\":{\"header\":{\"revision\":12}}}}]}"] [2024/05/06 22:08:27.637 +08:00] [INFO] [leadership.go:190] ["write leaderData to leaderPath ok"] [leader-key=/pd/7365888273186107458/leader] [purpose="leader election"] [2024/05/06 22:08:27.637 +08:00] [INFO] [server.go:1729] ["campaign PD leader ok"] [campaign-leader-name=pd-0] [2024/05/06 22:08:27.637 +08:00] [INFO] [server.go:1737] ["initializing the global TSO allocator"] [2024/05/06 22:08:27.637 +08:00] [INFO] [tso.go:160] ["start to sync timestamp"] [] [2024/05/06 22:08:27.637 +08:00] [INFO] [lease.go:155] ["start lease keep alive worker"] [interval=1s] [purpose="leader election"] [2024/05/06 22:08:27.638 +08:00] [INFO] [tso.go:220] ["sync and save timestamp"] [] [last=0001/01/01 00:00:00.000 +00:00] [last-saved=0001/01/01 00:00:00.000 +00:00] [save=2024/05/06 22:08:30.637 +08:00] [next=2024/05/06 22:08:27.637 +08:00] [2024/05/06 22:08:27.639 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:08:27.640 +08:00] [INFO] [server.go:1769] ["triggering the leader callback functions"] [2024/05/06 22:08:27.640 +08:00] [ERROR] [manager.go:124] ["un-marshall controller config failed, fallback to default"] [error="unexpected end of JSON input"] [v=] [2024/05/06 22:08:27.642 +08:00] [INFO] [manager.go:185] ["resource group manager finishes initialization"] [2024/05/06 22:08:27.645 +08:00] [INFO] [id.go:174] ["idAllocator allocates a new id"] [new-end=1000] [new-base=0] [label=idalloc] [check-curr-end=true] [2024/05/06 22:08:27.646 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=0.0.0] [2024/05/06 22:08:27.646 +08:00] [INFO] [server.go:1803] ["PD leader is ready to serve"] [leader-name=pd-0] [2024/05/06 22:08:27.941 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:08:27.942 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:08:27.942 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=18] [2024/05/06 22:08:28.018 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:08:28.018 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:08:28.022 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=19] [2024/05/06 22:08:28.022 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=19] [2024/05/06 22:08:28.026 +08:00] [INFO] [server.go:712] ["try to bootstrap raft cluster"] [cluster-id=7365888273186107458] [request="header: store: region: peers: > "] [2024/05/06 22:08:28.026 +08:00] [INFO] [server.go:773] ["bootstrap cluster ok"] [cluster-id=7365888273186107458] [2024/05/06 22:08:28.027 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=20] [2024/05/06 22:08:28.027 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=20] [2024/05/06 22:08:28.029 +08:00] [INFO] [cluster.go:643] ["load stores"] [count=1] [cost=969.525µs] [2024/05/06 22:08:28.029 +08:00] [INFO] [cluster.go:654] ["load regions"] [count=1] [cost=55.786µs] [2024/05/06 22:08:28.030 +08:00] [INFO] [scheduling_controller.go:102] ["scheduling service is started"] [2024/05/06 22:08:28.030 +08:00] [INFO] [coordinator.go:407] ["coordinator starts to collect cluster information"] [2024/05/06 22:08:28.030 +08:00] [INFO] [cluster.go:416] ["memory info"] [total-mem=34359738368] [2024/05/06 22:08:28.030 +08:00] [INFO] [tuner.go:117] ["new gctuner"] [threshold=20615843020] [2024/05/06 22:08:28.030 +08:00] [INFO] [cluster.go:429] ["update gc tuner"] [enable-gc-tuner=false] [gc-threshold-bytes=20615843020] [2024/05/06 22:08:28.030 +08:00] [INFO] [memory_limit_tuner.go:50] [debug.SetMemoryLimit] [limit=9223372036854775807] [ret=9223372036854775807] [2024/05/06 22:08:28.030 +08:00] [INFO] [cluster.go:436] ["update gc memory limit"] [memory-limit-bytes=0] [memory-limit-gc-trigger-ratio=0.7] [2024/05/06 22:08:28.030 +08:00] [INFO] [keyspace.go:378] ["[keyspace] added region label for keyspace"] [keyspace-id=0] [label-rule="{\"id\":\"keyspaces/0\",\"index\":0,\"labels\":[{\"key\":\"id\",\"value\":\"0\"}],\"rule_type\":\"key-range\",\"data\":[{\"start_key\":\"7200000000000000fb\",\"end_key\":\"7200000100000000fb\"},{\"start_key\":\"7800000000000000fb\",\"end_key\":\"7800000100000000fb\"}]}"] [takes=658.756µs] [2024/05/06 22:08:28.032 +08:00] [INFO] [cluster.go:2180] ["cluster version changed"] [old-cluster-version=0.0.0] [new-cluster-version=8.2.0-alpha] [2024/05/06 22:08:28.033 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=7] [2024/05/06 22:08:28.033 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:7 address:\"127.0.0.1:20162\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20162\" status_address:\"127.0.0.1:20182\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004508 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:08:28.033 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:08:28.034 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=3] [2024/05/06 22:08:28.034 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:3 address:\"127.0.0.1:20160\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20160\" status_address:\"127.0.0.1:20180\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004508 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:08:28.034 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:08:28.035 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=1] [2024/05/06 22:08:28.035 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:1 address:\"127.0.0.1:20161\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20161\" status_address:\"127.0.0.1:20181\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004508 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:08:28.035 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:08:28.637 +08:00] [INFO] [server.go:1317] ["PD server config is updated"] [new="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"http://127.0.0.1:2382\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [old="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [2024/05/06 22:08:28.838 +08:00] [INFO] [server.go:211] ["establish sync region stream"] [requested-server=pd-1] [url=http://127.0.0.1:2382] [2024/05/06 22:08:28.838 +08:00] [INFO] [server.go:303] ["sync the history regions with server"] [server=pd-1] [from-index=0] [last-index=1] [records-length=1] [2024/05/06 22:08:28.839 +08:00] [INFO] [server.go:211] ["establish sync region stream"] [requested-server=pd-2] [url=http://127.0.0.1:2384] [2024/05/06 22:08:28.839 +08:00] [INFO] [server.go:303] ["sync the history regions with server"] [server=pd-2] [from-index=0] [last-index=1] [records-length=1] [2024/05/06 22:08:31.031 +08:00] [INFO] [prepare_checker.go:72] ["not loaded from storage region number is satisfied, finish prepare checker"] [not-from-storage-region=1] [total-region=1] [2024/05/06 22:08:31.031 +08:00] [INFO] [coordinator.go:410] ["coordinator has finished cluster information preparation"] [2024/05/06 22:08:31.031 +08:00] [INFO] [coordinator.go:420] ["coordinator starts to run schedulers"] [2024/05/06 22:08:31.031 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:31.032 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-leader-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:31.033 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-hot-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:31.033 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=evict-slow-store-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:31.035 +08:00] [INFO] [coordinator.go:536] ["scheduler config is updated"] [scheduler-config="[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}]"] [2024/05/06 22:08:31.035 +08:00] [INFO] [coordinator.go:164] ["coordinator starts patrol regions"] [2024/05/06 22:08:31.035 +08:00] [INFO] [coordinator.go:276] ["coordinator begins to check suspect key ranges"] [2024/05/06 22:08:31.035 +08:00] [INFO] [coordinator.go:340] ["coordinator begins to actively drive push operator"] [2024/05/06 22:08:31.046 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:08:31.046369793 +0800 CST m=+6.968629603, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:08:31.046 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:08:31.046 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=8] [peer-ids="[9]"] [2024/05/06 22:08:31.046 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=10] [peer-ids="[11]"] [2024/05/06 22:08:31.046 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=12] [peer-ids="[13]"] [2024/05/06 22:08:31.046 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=14] [peer-ids="[15]"] [2024/05/06 22:08:31.048 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=2] [takes=1.757107ms] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:08:31.046369793 +0800 CST m=+6.968629603, startAt:2024-05-06 22:08:31.046485352 +0800 CST m=+6.968745161, currentStep:1, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:08:31.048 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=2] [detail="StartKey Changed:{} -> {7800000100000000FB}, EndKey:{}"] [old-version=1] [new-version=5] [2024/05/06 22:08:31.048 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=2] [origin="id:8 end_key:\"7200000000000000FB\" region_epoch: peers: id:10 start_key:\"7200000000000000FB\" end_key:\"7200000100000000FB\" region_epoch: peers: id:12 start_key:\"7200000100000000FB\" end_key:\"7800000000000000FB\" region_epoch: peers: id:14 start_key:\"7800000000000000FB\" end_key:\"7800000100000000FB\" region_epoch: peers:"] [total=4] [2024/05/06 22:08:32.034 +08:00] [INFO] [hot_region_config.go:490] ["query supported changed"] [last-query-support=false] [cluster-version=8.2.0-alpha] [config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"query\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"query\",\"byte\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"forbid-rw-type\":\"none\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [valid-config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"key\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"byte\",\"key\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [2024/05/06 22:08:37.627 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2379]"] [endpoints="[http://127.0.0.1:2379,http://127.0.0.1:2384,http://127.0.0.1:2382]"] [source=server-etcd-client] [2024/05/06 22:08:37.627 +08:00] [INFO] [health_checker.go:137] ["update endpoints"] [num-change=1->3] [last-endpoints="[http://127.0.0.1:2379]"] [endpoints="[http://127.0.0.1:2379,http://127.0.0.1:2384,http://127.0.0.1:2382]"] [source=election-etcd-client] [2024/05/06 22:08:38.030 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=1] [store-address=127.0.0.1:20161] [2024/05/06 22:08:38.031 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=7] [store-address=127.0.0.1:20162] [2024/05/06 22:08:38.032 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=3] [store-address=127.0.0.1:20160] [2024/05/06 22:08:38.048 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=8] [operator="\"add-rule-peer {add peer: store [7]} (kind:replica,region, region:8(5, 1), createAt:2024-05-06 22:08:38.048351468 +0800 CST m=+13.970611277, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 16 on store 7}, 1:{promote learner peer 16 on store 7 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:38.048 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=8] [step="add learner peer 16 on store 7"] [source=create] [2024/05/06 22:08:38.048 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=10] [operator="\"add-rule-peer {add peer: store [7]} (kind:replica,region, region:10(5, 1), createAt:2024-05-06 22:08:38.048554138 +0800 CST m=+13.970813949, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 17 on store 7}, 1:{promote learner peer 17 on store 7 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:38.048 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 17 on store 7"] [source=create] [2024/05/06 22:08:38.048 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=12] [operator="\"add-rule-peer {add peer: store [7]} (kind:replica,region, region:12(5, 1), createAt:2024-05-06 22:08:38.04865311 +0800 CST m=+13.970912920, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 18 on store 7}, 1:{promote learner peer 18 on store 7 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:38.048 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 18 on store 7"] [source=create] [2024/05/06 22:08:38.048 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"add-rule-peer {add peer: store [7]} (kind:replica,region, region:14(5, 1), createAt:2024-05-06 22:08:38.048731072 +0800 CST m=+13.970990883, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 19 on store 7}, 1:{promote learner peer 19 on store 7 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:38.048 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 19 on store 7"] [source=create] [2024/05/06 22:08:38.048 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"add-rule-peer {add peer: store [7]} (kind:replica,region, region:2(5, 1), createAt:2024-05-06 22:08:38.048802124 +0800 CST m=+13.971061935, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{add learner peer 20 on store 7}, 1:{promote learner peer 20 on store 7 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:38.048 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="add learner peer 20 on store 7"] [source=create] [2024/05/06 22:08:38.049 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 17 on store 7"] [source=heartbeat] [2024/05/06 22:08:38.049 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Add peer:{id:17 store_id:7 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:38.049 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=8] [step="add learner peer 16 on store 7"] [source=heartbeat] [2024/05/06 22:08:38.049 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=8] [detail="Add peer:{id:16 store_id:7 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:38.050 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 18 on store 7"] [source=heartbeat] [2024/05/06 22:08:38.050 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 19 on store 7"] [source=heartbeat] [2024/05/06 22:08:38.050 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Add peer:{id:18 store_id:7 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:38.050 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="add learner peer 20 on store 7"] [source=heartbeat] [2024/05/06 22:08:38.050 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Add peer:{id:19 store_id:7 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:38.050 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=2] [detail="Add peer:{id:20 store_id:7 role:Learner }"] [old-confver=1] [new-confver=2] [2024/05/06 22:08:38.063 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="promote learner peer 17 on store 7 to voter"] [source=heartbeat] [2024/05/06 22:08:38.064 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="promote learner peer 19 on store 7 to voter"] [source=heartbeat] [2024/05/06 22:08:38.064 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=8] [step="promote learner peer 16 on store 7 to voter"] [source=heartbeat] [2024/05/06 22:08:38.064 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="promote learner peer 18 on store 7 to voter"] [source=heartbeat] [2024/05/06 22:08:38.064 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="promote learner peer 20 on store 7 to voter"] [source=heartbeat] [2024/05/06 22:08:38.064 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Remove peer:{id:17 store_id:7 role:Learner },Add peer:{id:17 store_id:7 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:38.064 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=10] [takes=15.967609ms] [operator="\"add-rule-peer {add peer: store [7]} (kind:replica,region, region:10(5, 1), createAt:2024-05-06 22:08:38.048554138 +0800 CST m=+13.970813949, startAt:2024-05-06 22:08:38.048598605 +0800 CST m=+13.970858416, currentStep:2, size:1, steps:[0:{add learner peer 17 on store 7}, 1:{promote learner peer 17 on store 7 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:38.064 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=15.960432ms] [operator="\"add-rule-peer {add peer: store [7]} (kind:replica,region, region:14(5, 1), createAt:2024-05-06 22:08:38.048731072 +0800 CST m=+13.970990883, startAt:2024-05-06 22:08:38.048757786 +0800 CST m=+13.971017596, currentStep:2, size:1, steps:[0:{add learner peer 19 on store 7}, 1:{promote learner peer 19 on store 7 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:38.064 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Remove peer:{id:19 store_id:7 role:Learner },Add peer:{id:19 store_id:7 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:38.064 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=8] [takes=16.329948ms] [operator="\"add-rule-peer {add peer: store [7]} (kind:replica,region, region:8(5, 1), createAt:2024-05-06 22:08:38.048351468 +0800 CST m=+13.970611277, startAt:2024-05-06 22:08:38.048473619 +0800 CST m=+13.970733430, currentStep:2, size:1, steps:[0:{add learner peer 16 on store 7}, 1:{promote learner peer 16 on store 7 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:38.064 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=8] [detail="Remove peer:{id:16 store_id:7 role:Learner },Add peer:{id:16 store_id:7 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:38.064 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=12] [takes=16.181197ms] [operator="\"add-rule-peer {add peer: store [7]} (kind:replica,region, region:12(5, 1), createAt:2024-05-06 22:08:38.04865311 +0800 CST m=+13.970912920, startAt:2024-05-06 22:08:38.04868115 +0800 CST m=+13.970940960, currentStep:2, size:1, steps:[0:{add learner peer 18 on store 7}, 1:{promote learner peer 18 on store 7 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:38.064 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Remove peer:{id:18 store_id:7 role:Learner },Add peer:{id:18 store_id:7 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:38.065 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=2] [detail="Remove peer:{id:20 store_id:7 role:Learner },Add peer:{id:20 store_id:7 }"] [old-confver=2] [new-confver=3] [2024/05/06 22:08:38.065 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=2] [takes=16.18918ms] [operator="\"add-rule-peer {add peer: store [7]} (kind:replica,region, region:2(5, 1), createAt:2024-05-06 22:08:38.048802124 +0800 CST m=+13.971061935, startAt:2024-05-06 22:08:38.048832675 +0800 CST m=+13.971092486, currentStep:2, size:0, steps:[0:{add learner peer 20 on store 7}, 1:{promote learner peer 20 on store 7 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:38.069 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=8] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:8(5, 3), createAt:2024-05-06 22:08:38.069465923 +0800 CST m=+13.991725733, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 21 on store 3}, 1:{promote learner peer 21 on store 3 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:38.069 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=8] [step="add learner peer 21 on store 3"] [source=create] [2024/05/06 22:08:38.069 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=10] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:10(5, 3), createAt:2024-05-06 22:08:38.069587754 +0800 CST m=+13.991847564, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 22 on store 3}, 1:{promote learner peer 22 on store 3 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:38.069 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 22 on store 3"] [source=create] [2024/05/06 22:08:38.069 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=12] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:12(5, 3), createAt:2024-05-06 22:08:38.069663635 +0800 CST m=+13.991923446, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 23 on store 3}, 1:{promote learner peer 23 on store 3 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:38.069 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 23 on store 3"] [source=create] [2024/05/06 22:08:38.069 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:14(5, 3), createAt:2024-05-06 22:08:38.06974631 +0800 CST m=+13.992006120, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 24 on store 3}, 1:{promote learner peer 24 on store 3 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:38.069 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 24 on store 3"] [source=create] [2024/05/06 22:08:38.069 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:2(5, 3), createAt:2024-05-06 22:08:38.069815645 +0800 CST m=+13.992075455, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{add learner peer 25 on store 3}, 1:{promote learner peer 25 on store 3 to voter}], timeout:[11m0s])\""] [additional-info=] [2024/05/06 22:08:38.069 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="add learner peer 25 on store 3"] [source=create] [2024/05/06 22:08:38.070 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=8] [step="add learner peer 21 on store 3"] [source=heartbeat] [2024/05/06 22:08:38.070 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=8] [detail="Add peer:{id:21 store_id:3 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:38.070 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="add learner peer 22 on store 3"] [source=heartbeat] [2024/05/06 22:08:38.070 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Add peer:{id:22 store_id:3 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:38.071 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="add learner peer 23 on store 3"] [source=heartbeat] [2024/05/06 22:08:38.071 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Add peer:{id:23 store_id:3 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:38.071 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="add learner peer 24 on store 3"] [source=heartbeat] [2024/05/06 22:08:38.071 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="add learner peer 25 on store 3"] [source=heartbeat] [2024/05/06 22:08:38.071 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Add peer:{id:24 store_id:3 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:38.071 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=2] [detail="Add peer:{id:25 store_id:3 role:Learner }"] [old-confver=3] [new-confver=4] [2024/05/06 22:08:38.077 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="promote learner peer 24 on store 3 to voter"] [source=heartbeat] [2024/05/06 22:08:38.077 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=10] [step="promote learner peer 22 on store 3 to voter"] [source=heartbeat] [2024/05/06 22:08:38.078 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=8] [step="promote learner peer 21 on store 3 to voter"] [source=heartbeat] [2024/05/06 22:08:38.078 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=12] [step="promote learner peer 23 on store 3 to voter"] [source=heartbeat] [2024/05/06 22:08:38.078 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="promote learner peer 25 on store 3 to voter"] [source=heartbeat] [2024/05/06 22:08:38.078 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=14] [detail="Remove peer:{id:24 store_id:3 role:Learner },Add peer:{id:24 store_id:3 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:38.078 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=8.835951ms] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:14(5, 3), createAt:2024-05-06 22:08:38.06974631 +0800 CST m=+13.992006120, startAt:2024-05-06 22:08:38.069771564 +0800 CST m=+13.992031375, currentStep:2, size:1, steps:[0:{add learner peer 24 on store 3}, 1:{promote learner peer 24 on store 3 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:38.078 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=10] [takes=9.119521ms] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:10(5, 3), createAt:2024-05-06 22:08:38.069587754 +0800 CST m=+13.991847564, startAt:2024-05-06 22:08:38.069615262 +0800 CST m=+13.991875072, currentStep:2, size:1, steps:[0:{add learner peer 22 on store 3}, 1:{promote learner peer 22 on store 3 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:38.078 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=10] [detail="Remove peer:{id:22 store_id:3 role:Learner },Add peer:{id:22 store_id:3 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:38.078 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=8] [takes=9.303764ms] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:8(5, 3), createAt:2024-05-06 22:08:38.069465923 +0800 CST m=+13.991725733, startAt:2024-05-06 22:08:38.069526926 +0800 CST m=+13.991786736, currentStep:2, size:1, steps:[0:{add learner peer 21 on store 3}, 1:{promote learner peer 21 on store 3 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:38.078 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=2] [takes=9.101826ms] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:2(5, 3), createAt:2024-05-06 22:08:38.069815645 +0800 CST m=+13.992075455, startAt:2024-05-06 22:08:38.069837995 +0800 CST m=+13.992097804, currentStep:2, size:1, steps:[0:{add learner peer 25 on store 3}, 1:{promote learner peer 25 on store 3 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:38.078 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=8] [detail="Remove peer:{id:21 store_id:3 role:Learner },Add peer:{id:21 store_id:3 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:38.079 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=12] [takes=9.325266ms] [operator="\"add-rule-peer {add peer: store [3]} (kind:replica,region, region:12(5, 3), createAt:2024-05-06 22:08:38.069663635 +0800 CST m=+13.991923446, startAt:2024-05-06 22:08:38.069689312 +0800 CST m=+13.991949122, currentStep:2, size:1, steps:[0:{add learner peer 23 on store 3}, 1:{promote learner peer 23 on store 3 to voter}], timeout:[11m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\"}"] [2024/05/06 22:08:38.079 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=2] [detail="Remove peer:{id:25 store_id:3 role:Learner },Add peer:{id:25 store_id:3 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:08:38.079 +08:00] [INFO] [region.go:772] ["region ConfVer changed"] [region-id=12] [detail="Remove peer:{id:23 store_id:3 role:Learner },Add peer:{id:23 store_id:3 }"] [old-confver=4] [new-confver=5] [2024/05/06 22:09:28.031 +08:00] [INFO] [cluster.go:570] ["sync the store config successful"] [store-address=127.0.0.1:20181] [store-config="{\n \"coprocessor\": {\n \"region-max-size\": \"144MiB\",\n \"region-split-size\": \"96MiB\",\n \"region-max-keys\": 1440000,\n \"region-split-keys\": 960000,\n \"enable-region-bucket\": false,\n \"region-bucket-size\": \"50MiB\"\n },\n \"storage\": {\n \"engine\": \"raft-kv\"\n }\n}"] [old-config="{\n \"coprocessor\": {\n \"region-max-size\": \"\",\n \"region-split-size\": \"\",\n \"region-max-keys\": 0,\n \"region-split-keys\": 0,\n \"enable-region-bucket\": false,\n \"region-bucket-size\": \"\"\n },\n \"storage\": {\n \"engine\": \"\"\n }\n}"] [2024/05/06 22:09:28.032 +08:00] [INFO] [cluster.go:506] ["store config is updated"] + find . -name 'tikv*.log' -type f -exec tail -n 500 '{}' + ==> ./tikv2.log <== [2024/05/06 22:08:24.084 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:08:24.084 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:08:24.084 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:08:24.084 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:08:24.084 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:08:24.084 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:08:24.084 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:08:24.084 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:08:24.084 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:08:24.084 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:08:24.084 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:08:24.084 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={36, 23, 35, 11, 22, 51, 5, 29, 61, 68, 27, 25, 63, 19, 3, 37, 33, 39, 62, 7, 66, 21, 0, 13, 32, 43, 65, 34, 17, 57, 15, 70, 71, 31, 47, 9, 24, 41, 53, 58, 1, 28, 30, 67, 49, 55, 59, 60, 45, 64, 69, 26}"] [thread_id=1] [2024/05/06 22:08:24.084 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:08:24.084 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 4096, expect 32768"] [thread_id=1] [2024/05/06 22:08:24.084 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:08:24.084 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:08:24.086 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:24.086 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:08:24.086 +08:00] [INFO] [] ["subchannel 0x7f2dfae4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f2dfaeafb18, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2dfae37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f2dfaed2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004504.086690074\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:08:24.086 +08:00] [INFO] [] ["subchannel 0x7f2dfae4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f2dfaeafb18, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2dfae37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f2dfaed2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:24.087 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:24.087 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:24.087 +08:00] [INFO] [] ["subchannel 0x7f2dfae4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f2dfaeafb18, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2dfae37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f2dfaed2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004504.087239256\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:08:24.087 +08:00] [INFO] [] ["subchannel 0x7f2dfae4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f2dfaeafb18, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2dfae37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f2dfaed2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:24.087 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:24.087 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:24.087 +08:00] [INFO] [] ["subchannel 0x7f2dfae4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f2dfaeafb18, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2dfae37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f2dfaed2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004504.087524528\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:08:24.087 +08:00] [INFO] [] ["subchannel 0x7f2dfae4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f2dfaeafb18, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2dfae37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f2dfaed2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:24.087 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:24.087 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:08:24.389 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:26.389 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:26.390 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:27.627 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:27.931 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:27.931 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:27.932 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:27.933 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:27.934 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:27.934 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:27.935 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:08:27.935 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888273186107458] [thread_id=1] [2024/05/06 22:08:27.935 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:27.936 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:27.938 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20181] [thread_id=1] [2024/05/06 22:08:27.939 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:08:27.939 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110835/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110834/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110833/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110832/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110831/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110830/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110829/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110828/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110827/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63094/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/796/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/795/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/794/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/793/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/792/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/791/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/790/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/371998/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/371998/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data] [thread_id=1] [2024/05/06 22:08:27.940 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data] [thread_id=1] [2024/05/06 22:08:27.940 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110835/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110834/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110833/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110832/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110831/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110830/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110829/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110828/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110827/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63094/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/796/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/795/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/794/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/793/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/792/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/791/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/790/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/371998/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/371998/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft] [thread_id=1] [2024/05/06 22:08:27.940 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft] [thread_id=1] [2024/05/06 22:08:27.940 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv2.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20161\",\"advertise-addr\":\"127.0.0.1:20161\",\"status-addr\":\"127.0.0.1:20181\",\"advertise-status-addr\":\"127.0.0.1:20181\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:08:27.941 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:08:27.942 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=17] [2024/05/06 22:08:27.942 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=17] [2024/05/06 22:08:27.942 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=18] [2024/05/06 22:08:27.942 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:08:27.942 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=1ms] [thread_id=17] [2024/05/06 22:08:27.948 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:08:27.948 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:08:27.948 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 238.324µs"] [thread_id=1] [2024/05/06 22:08:28.014 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:08:28.016 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:08:28.017 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:08:28.017 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/log-backup-temp] [thread_id=1] [2024/05/06 22:08:28.017 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=74] [2024/05/06 22:08:28.018 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:08:28.018 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:08:28.018 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:08:28.018 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=73] [2024/05/06 22:08:28.018 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:08:28.018 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=74] [2024/05/06 22:08:28.025 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 2 region_epoch { conf_ver: 1 version: 1 } peers { id: 4 store_id: 1 }"] [store_id=1] [thread_id=1] [2024/05/06 22:08:28.032 +08:00] [INFO] [raft_server.rs:404] ["bootstrap cluster ok"] [cluster_id=7365888273186107458] [thread_id=1] [2024/05/06 22:08:28.032 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 1 address: \"127.0.0.1:20161\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20161\" status_address: \"127.0.0.1:20181\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004508 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:08:28.035 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=1] [status=Some()] [thread_id=1] [2024/05/06 22:08:28.035 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:08:28.035 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=7] [thread_id=1] [2024/05/06 22:08:28.035 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=3] [thread_id=1] [2024/05/06 22:08:28.035 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=1] [thread_id=1] [2024/05/06 22:08:28.036 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:08:28.040 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:08:28.040 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=4] [region_id=2] [thread_id=1] [2024/05/06 22:08:28.040 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=4] [region_id=2] [thread_id=1] [2024/05/06 22:08:28.040 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=4] [region_id=2] [thread_id=1] [2024/05/06 22:08:28.040 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {4} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=4] [region_id=2] [thread_id=1] [2024/05/06 22:08:28.040 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 4."] [id=4] [raft_id=4] [region_id=2] [thread_id=1] [2024/05/06 22:08:28.040 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=4] [region_id=2] [thread_id=1] [2024/05/06 22:08:28.040 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=4] [region_id=2] [thread_id=1] [2024/05/06 22:08:28.040 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=4] [region_id=2] [thread_id=1] [2024/05/06 22:08:28.040 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=4] [region_id=2] [thread_id=1] [2024/05/06 22:08:28.040 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=234.052µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=1] [store_id=1] [thread_id=1] [2024/05/06 22:08:28.040 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=3.316µs] [garbage_range_count=2] [store_id=1] [thread_id=1] [2024/05/06 22:08:28.041 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803778] [region_id=2] [thread_id=101] [2024/05/06 22:08:28.042 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:08:28.042 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:08:28.042 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:08:28.042 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=2] [thread_id=31] [2024/05/06 22:08:28.045 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 2 region_epoch { conf_ver: 1 version: 1 } peers { id: 4 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:28.045 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(0)] [region=2] [thread_id=68] [2024/05/06 22:08:28.047 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:08:28.047 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:08:28.047 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:08:28.047 +08:00] [INFO] [deadlock.rs:761] ["became the leader of deadlock detector!"] [self_id=1] [thread_id=127] [2024/05/06 22:08:28.049 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=18] [2024/05/06 22:08:28.049 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20161] [thread_id=1] [2024/05/06 22:08:28.050 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=18] [2024/05/06 22:08:28.056 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:31.046 +08:00] [INFO] [pd.rs:1531] ["try to split"] [region_epoch="conf_ver: 1 version: 1"] [region_id=2] [thread_id=31] [2024/05/06 22:08:31.046 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=pd] [split_keys="4 keys range from 7200000000000000FB to 7800000100000000FB"] [peer_id=4] [region_id=2] [thread_id=101] [2024/05/06 22:08:31.047 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 2 region_epoch { conf_ver: 1 version: 1 } peers { id: 4 store_id: 1 }"] [new_region_ids="[new_region_id: 8 new_peer_ids: 9, new_region_id: 10 new_peer_ids: 11, new_region_id: 12 new_peer_ids: 13, new_region_id: 14 new_peer_ids: 15]"] [region_id=2] [thread_id=31] [2024/05/06 22:08:31.047 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7200000000000000FB new_region_id: 8 new_peer_ids: 9 } requests { split_key: 7200000100000000FB new_region_id: 10 new_peer_ids: 11 } requests { split_key: 7800000000000000FB new_region_id: 12 new_peer_ids: 13 } requests { split_key: 7800000100000000FB new_region_id: 14 new_peer_ids: 15 } right_derive: true }"] [index=7] [term=6] [peer_id=4] [region_id=2] [thread_id=103] [2024/05/06 22:08:31.047 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="4 keys range from 7200000000000000FB to 7800000100000000FB"] [region="id: 2 region_epoch { conf_ver: 1 version: 1 } peers { id: 4 store_id: 1 }"] [peer_id=4] [region_id=2] [thread_id=103] [2024/05/06 22:08:31.047 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=2] [thread_id=101] [2024/05/06 22:08:31.047 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:08:31.048 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=5] [peer_id=4] [region_id=2] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(0)] [region_id=2] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:08:31.048 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 9 store_id: 1 }"] [region_id=8] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 4 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:31.048 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {9} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 9."] [id=9] [raft_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 1 }"] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 11."] [id=11] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 1 }"] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 13."] [id=13] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 1 }"] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 15."] [id=15] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=8] [thread_id=102] [2024/05/06 22:08:31.048 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=10] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=14] [thread_id=102] [2024/05/06 22:08:31.048 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=12] [thread_id=101] [2024/05/06 22:08:31.048 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:31.048 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 9 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:31.048 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=8] [thread_id=31] [2024/05/06 22:08:31.048 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=10] [thread_id=31] [2024/05/06 22:08:31.048 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:31.048 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=14] [thread_id=31] [2024/05/06 22:08:31.048 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=12] [thread_id=31] [2024/05/06 22:08:31.048 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:31.048 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(2)] [region=10] [thread_id=68] [2024/05/06 22:08:31.048 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=7] [observe_id=ObserveId(1)] [region=2] [thread_id=68] [2024/05/06 22:08:31.048 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(3)] [region=8] [thread_id=68] [2024/05/06 22:08:31.048 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(4)] [region=14] [thread_id=68] [2024/05/06 22:08:31.048 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(5)] [region=12] [thread_id=68] [2024/05/06 22:08:38.043 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:38.048 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 16 store_id: 7 role: Learner } change_type: AddLearnerNode]"] [region_id=8] [thread_id=31] [2024/05/06 22:08:38.048 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 16 store_id: 7 role: Learner }]"] [peer_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:08:38.048 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 17 store_id: 7 role: Learner } change_type: AddLearnerNode]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:38.048 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 18 store_id: 7 role: Learner } change_type: AddLearnerNode]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:38.048 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 17 store_id: 7 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.048 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 18 store_id: 7 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.048 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 19 store_id: 7 role: Learner } change_type: AddLearnerNode]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:38.048 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 16 store_id: 7 role: Learner } } }"] [index=7] [term=6] [peer_id=9] [region_id=8] [thread_id=104] [2024/05/06 22:08:38.048 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=9] [region_id=8] [thread_id=104] [2024/05/06 22:08:38.048 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 20 store_id: 7 role: Learner } change_type: AddLearnerNode]"] [region_id=2] [thread_id=31] [2024/05/06 22:08:38.048 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 19 store_id: 7 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:38.048 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 20 store_id: 7 role: Learner }]"] [peer_id=4] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.048 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 17 store_id: 7 role: Learner } } }"] [index=7] [term=6] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:38.048 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 7 role: Learner }"] [original_region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 9 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 16 store_id: 7 role: Learner }]"] [peer_id=9] [region_id=8] [thread_id=104] [2024/05/06 22:08:38.048 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:38.048 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 7 role: Learner }"] [original_region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 17 store_id: 7 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:38.049 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 18 store_id: 7 role: Learner } } }"] [index=7] [term=6] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:38.049 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:38.049 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 7 role: Learner }"] [original_region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 13 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 18 store_id: 7 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:38.049 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 19 store_id: 7 role: Learner } } }"] [index=7] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:38.049 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {17}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.049 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:38.049 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 19 store_id: 7 role: Learner }"] [original_region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 15 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 19 store_id: 7 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:38.049 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 20 store_id: 7 role: Learner } } }"] [index=8] [term=6] [peer_id=4] [region_id=2] [thread_id=103] [2024/05/06 22:08:38.049 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 7 role: Learner }"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.049 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 1 version: 5"] [kind=Simple] [peer_id=4] [region_id=2] [thread_id=103] [2024/05/06 22:08:38.049 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 4 store_id: 1 } peers { id: 20 store_id: 7 role: Learner }"] [original_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 4 store_id: 1 }"] [changes="[change_type: AddLearnerNode peer { id: 20 store_id: 7 role: Learner }]"] [peer_id=4] [region_id=2] [thread_id=103] [2024/05/06 22:08:38.049 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9} }, outgoing: Configuration { voters: {} } }, learners: {16}, learners_next: {}, auto_leave: false }"] [raft_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:38.049 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 7 role: Learner }"] [peer_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:38.050 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {18}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.050 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {19}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:38.050 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 7 role: Learner }"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.050 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4} }, outgoing: Configuration { voters: {} } }, learners: {20}, learners_next: {}, auto_leave: false }"] [raft_id=4] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.050 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 19 store_id: 7 role: Learner }"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:38.050 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 4 store_id: 1 } peers { id: 20 store_id: 7 role: Learner }"] [peer_id=4] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.050 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20162] [store_id=7] [thread_id=71] [2024/05/06 22:08:38.050 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=7] [addr=127.0.0.1:20162] [thread_id=71] [2024/05/06 22:08:38.051 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=11] [cost=1.008062ms] [addr=127.0.0.1:20162] [store_id=7] [thread_id=71] [2024/05/06 22:08:38.053 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(7)] [thread_id=7] [2024/05/06 22:08:38.054 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=16] [request_index=0] [peer_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:08:38.054 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=17] [request_index=0] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.054 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=18] [request_index=0] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.054 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=19] [request_index=0] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:38.054 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=20] [request_index=0] [peer_id=4] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.054 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_8_6_7_(default|lock|write).sst] [region_id=8] [thread_id=83] [2024/05/06 22:08:38.054 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_2_6_8_(default|lock|write).sst] [region_id=2] [thread_id=84] [2024/05/06 22:08:38.054 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_8_6_7_(default|lock|write).sst] [region_id=8] [thread_id=83] [2024/05/06 22:08:38.054 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_2_6_8_(default|lock|write).sst] [region_id=2] [thread_id=84] [2024/05/06 22:08:38.055 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_8_6_7_(default|lock|write).sst] [region_id=8] [thread_id=83] [2024/05/06 22:08:38.055 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_2_6_8_(default|lock|write).sst] [region_id=2] [thread_id=84] [2024/05/06 22:08:38.055 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=508.322µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_2_6_8_(default|lock|write).sst] [region_id=2] [thread_id=84] [2024/05/06 22:08:38.055 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=551.648µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_8_6_7_(default|lock|write).sst] [region_id=8] [thread_id=83] [2024/05/06 22:08:38.055 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=16] [peer_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:08:38.055 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=20] [peer_id=4] [region_id=2] [thread_id=101] [2024/05/06 22:08:38.055 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:38.055 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:38.055 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:38.055 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:38.055 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:38.055 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:38.055 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:38.055 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=358.133µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_10_6_7_(default|lock|write).sst] [region_id=10] [thread_id=83] [2024/05/06 22:08:38.055 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=382.421µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_14_6_7_(default|lock|write).sst] [region_id=14] [thread_id=84] [2024/05/06 22:08:38.055 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=17] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.055 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=19] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:38.055 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:38.055 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:38.055 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:38.055 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:38.056 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:38.056 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=322.667µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_12_6_7_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:38.056 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:38.056 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=18] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.056 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:38.057 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.057498ms] [size=0] [snap_key=14_6_7] [region_id=14] [thread_id=132] [2024/05/06 22:08:38.057 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 19 store_id: 7 role: Learner"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:38.057 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.330258ms] [size=0] [snap_key=10_6_7] [region_id=10] [thread_id=133] [2024/05/06 22:08:38.057 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.811223ms] [size=0] [snap_key=8_6_7] [region_id=8] [thread_id=131] [2024/05/06 22:08:38.057 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 17 store_id: 7 role: Learner"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.057 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 16 store_id: 7 role: Learner"] [peer_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:38.057 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.5253ms] [size=0] [snap_key=2_6_8] [region_id=2] [thread_id=130] [2024/05/06 22:08:38.057 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 20 store_id: 7 role: Learner"] [peer_id=4] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.057 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.525877ms] [size=0] [snap_key=12_6_7] [region_id=12] [thread_id=130] [2024/05/06 22:08:38.057 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 18 store_id: 7 role: Learner"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:38.064 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 17 store_id: 7 }]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:38.064 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 17 store_id: 7 }]"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.064 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 19 store_id: 7 }]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:38.064 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 16 store_id: 7 }]"] [region_id=8] [thread_id=31] [2024/05/06 22:08:38.064 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 19 store_id: 7 }]"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:38.064 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 17 store_id: 7 } } }"] [index=8] [term=6] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:38.064 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:38.064 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 16 store_id: 7 }]"] [peer_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:08:38.064 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 7 }"] [original_region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 7 role: Learner }"] [changes="[peer { id: 17 store_id: 7 }]"] [peer_id=11] [region_id=10] [thread_id=104] [2024/05/06 22:08:38.064 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 18 store_id: 7 }]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:38.064 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 19 store_id: 7 } } }"] [index=8] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:38.064 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 18 store_id: 7 }]"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:38.064 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:38.064 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 1 } peers { id: 19 store_id: 7 }"] [original_region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 19 store_id: 7 role: Learner }"] [changes="[peer { id: 19 store_id: 7 }]"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:08:38.064 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 16 store_id: 7 } } }"] [index=8] [term=6] [peer_id=9] [region_id=8] [thread_id=103] [2024/05/06 22:08:38.064 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=9] [region_id=8] [thread_id=103] [2024/05/06 22:08:38.064 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 7 }"] [original_region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 7 role: Learner }"] [changes="[peer { id: 16 store_id: 7 }]"] [peer_id=9] [region_id=8] [thread_id=103] [2024/05/06 22:08:38.064 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.064 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 18 store_id: 7 } } }"] [index=8] [term=6] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:38.064 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:38.064 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 7 }"] [original_region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 7 role: Learner }"] [changes="[peer { id: 18 store_id: 7 }]"] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:38.064 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 7 }"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.064 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 20 store_id: 7 }]"] [region_id=2] [thread_id=31] [2024/05/06 22:08:38.064 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 20 store_id: 7 }]"] [peer_id=4] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.064 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:38.064 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16, 9} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:08:38.064 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 1 } peers { id: 19 store_id: 7 }"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:38.064 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 7 }"] [peer_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:08:38.064 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 20 store_id: 7 } } }"] [index=9] [term=6] [peer_id=4] [region_id=2] [thread_id=103] [2024/05/06 22:08:38.064 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=4] [region_id=2] [thread_id=103] [2024/05/06 22:08:38.064 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 4 store_id: 1 } peers { id: 20 store_id: 7 }"] [original_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 4 store_id: 1 } peers { id: 20 store_id: 7 role: Learner }"] [changes="[peer { id: 20 store_id: 7 }]"] [peer_id=4] [region_id=2] [thread_id=103] [2024/05/06 22:08:38.064 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 18} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:38.064 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 7 }"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:38.064 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4, 20} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=4] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.064 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 4 store_id: 1 } peers { id: 20 store_id: 7 }"] [peer_id=4] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.069 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 21 store_id: 3 role: Learner } change_type: AddLearnerNode]"] [region_id=8] [thread_id=31] [2024/05/06 22:08:38.069 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 22 store_id: 3 role: Learner } change_type: AddLearnerNode]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:38.069 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 22 store_id: 3 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.069 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 21 store_id: 3 role: Learner }]"] [peer_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:08:38.069 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 23 store_id: 3 role: Learner } change_type: AddLearnerNode]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:38.069 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 24 store_id: 3 role: Learner } change_type: AddLearnerNode]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:38.069 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 3 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:38.069 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 3 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.069 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 21 store_id: 3 role: Learner } } }"] [index=9] [term=6] [peer_id=9] [region_id=8] [thread_id=104] [2024/05/06 22:08:38.069 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=9] [region_id=8] [thread_id=104] [2024/05/06 22:08:38.069 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 7 } peers { id: 21 store_id: 3 role: Learner }"] [original_region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 7 }"] [changes="[change_type: AddLearnerNode peer { id: 21 store_id: 3 role: Learner }]"] [peer_id=9] [region_id=8] [thread_id=104] [2024/05/06 22:08:38.069 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 25 store_id: 3 role: Learner } change_type: AddLearnerNode]"] [region_id=2] [thread_id=31] [2024/05/06 22:08:38.069 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 22 store_id: 3 role: Learner } } }"] [index=9] [term=6] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:38.069 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:38.069 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 3 role: Learner }]"] [peer_id=4] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.069 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 7 } peers { id: 22 store_id: 3 role: Learner }"] [original_region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 7 }"] [changes="[change_type: AddLearnerNode peer { id: 22 store_id: 3 role: Learner }]"] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:38.070 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16, 9} }, outgoing: Configuration { voters: {} } }, learners: {21}, learners_next: {}, auto_leave: false }"] [raft_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:38.070 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 23 store_id: 3 role: Learner } } }"] [index=9] [term=6] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:38.070 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:38.070 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 7 } peers { id: 23 store_id: 3 role: Learner }"] [original_region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 7 }"] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 3 role: Learner }]"] [peer_id=13] [region_id=12] [thread_id=104] [2024/05/06 22:08:38.070 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 7 } peers { id: 21 store_id: 3 role: Learner }"] [peer_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:38.070 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 24 store_id: 3 role: Learner } } }"] [index=9] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:38.070 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:38.070 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 19 store_id: 7 } peers { id: 24 store_id: 3 role: Learner }"] [original_region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 1 } peers { id: 19 store_id: 7 }"] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 3 role: Learner }]"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:38.070 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 25 store_id: 3 role: Learner } } }"] [index=10] [term=6] [peer_id=4] [region_id=2] [thread_id=104] [2024/05/06 22:08:38.070 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=4] [region_id=2] [thread_id=104] [2024/05/06 22:08:38.070 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 4 store_id: 1 } peers { id: 20 store_id: 7 } peers { id: 25 store_id: 3 role: Learner }"] [original_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 4 store_id: 1 } peers { id: 20 store_id: 7 }"] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 3 role: Learner }]"] [peer_id=4] [region_id=2] [thread_id=104] [2024/05/06 22:08:38.070 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 11} }, outgoing: Configuration { voters: {} } }, learners: {22}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.070 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 7 } peers { id: 22 store_id: 3 role: Learner }"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.070 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 18} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:38.070 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 15} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.070 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 7 } peers { id: 23 store_id: 3 role: Learner }"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:38.070 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 19 store_id: 7 } peers { id: 24 store_id: 3 role: Learner }"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.070 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4, 20} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=4] [region_id=2] [thread_id=101] [2024/05/06 22:08:38.070 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 4 store_id: 1 } peers { id: 20 store_id: 7 } peers { id: 25 store_id: 3 role: Learner }"] [peer_id=4] [region_id=2] [thread_id=101] [2024/05/06 22:08:38.071 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20160] [store_id=3] [thread_id=71] [2024/05/06 22:08:38.071 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=3] [addr=127.0.0.1:20160] [thread_id=71] [2024/05/06 22:08:38.071 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=10] [cost=615.954µs] [addr=127.0.0.1:20160] [store_id=3] [thread_id=71] [2024/05/06 22:08:38.074 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(3)] [thread_id=8] [2024/05/06 22:08:38.074 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=22] [request_index=0] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.074 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=21] [request_index=0] [peer_id=9] [region_id=8] [thread_id=102] [2024/05/06 22:08:38.074 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=25] [request_index=0] [peer_id=4] [region_id=2] [thread_id=101] [2024/05/06 22:08:38.074 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=24] [request_index=0] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.074 +08:00] [INFO] [peer_storage.rs:549] ["requesting snapshot"] [request_peer=23] [request_index=0] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:38.074 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:38.074 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:38.074 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:38.074 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:38.074 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:38.074 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:38.075 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=365.941µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_14_6_9_(default|lock|write).sst] [region_id=14] [thread_id=83] [2024/05/06 22:08:38.075 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=359.958µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_10_6_9_(default|lock|write).sst] [region_id=10] [thread_id=84] [2024/05/06 22:08:38.075 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=22] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.075 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:38.075 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=24] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:38.075 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_8_6_9_(default|lock|write).sst] [region_id=8] [thread_id=84] [2024/05/06 22:08:38.075 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:38.075 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_8_6_9_(default|lock|write).sst] [region_id=8] [thread_id=84] [2024/05/06 22:08:38.075 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:38.075 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:38.075 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_8_6_9_(default|lock|write).sst] [region_id=8] [thread_id=84] [2024/05/06 22:08:38.075 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=420.916µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_12_6_9_(default|lock|write).sst] [region_id=12] [thread_id=83] [2024/05/06 22:08:38.075 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:38.075 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=417.53µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_8_6_9_(default|lock|write).sst] [region_id=8] [thread_id=84] [2024/05/06 22:08:38.075 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=default] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_2_6_10_(default|lock|write).sst] [region_id=2] [thread_id=83] [2024/05/06 22:08:38.075 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=lock] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_2_6_10_(default|lock|write).sst] [region_id=2] [thread_id=83] [2024/05/06 22:08:38.075 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=23] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.075 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=21] [peer_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:38.075 +08:00] [INFO] [snap.rs:916] ["scan snapshot of one cf"] [size=0] [key_count=0] [cf=write] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_2_6_10_(default|lock|write).sst] [region_id=2] [thread_id=83] [2024/05/06 22:08:38.076 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:38.076 +08:00] [INFO] [snap.rs:1090] ["scan snapshot"] [takes=463.744µs] [size=0] [key_count=0] [snapshot=/home/jenkins/.tiup/data/T9Z9nII/tikv-1/data/snap/gen_2_6_10_(default|lock|write).sst] [region_id=2] [thread_id=83] [2024/05/06 22:08:38.076 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:38.076 +08:00] [INFO] [peer_storage.rs:510] ["start sending snapshot"] [request_peer=25] [peer_id=4] [region_id=2] [thread_id=101] [2024/05/06 22:08:38.076 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=70] [2024/05/06 22:08:38.077 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.6165ms] [size=0] [snap_key=14_6_9] [region_id=14] [thread_id=130] [2024/05/06 22:08:38.077 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.86631ms] [size=0] [snap_key=10_6_9] [region_id=10] [thread_id=133] [2024/05/06 22:08:38.077 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 22 store_id: 3 role: Learner"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.077 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 24 store_id: 3 role: Learner"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.077 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.443867ms] [size=0] [snap_key=8_6_9] [region_id=8] [thread_id=133] [2024/05/06 22:08:38.077 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 21 store_id: 3 role: Learner"] [peer_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:38.077 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.136631ms] [size=0] [snap_key=12_6_9] [region_id=12] [thread_id=130] [2024/05/06 22:08:38.077 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 23 store_id: 3 role: Learner"] [peer_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.077 +08:00] [INFO] [snap.rs:584] ["sent snapshot"] [duration=1.062337ms] [size=0] [snap_key=2_6_10] [region_id=2] [thread_id=133] [2024/05/06 22:08:38.077 +08:00] [INFO] [peer.rs:2072] ["report snapshot status"] [status=Finish] [to="id: 25 store_id: 3 role: Learner"] [peer_id=4] [region_id=2] [thread_id=101] [2024/05/06 22:08:38.077 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 24 store_id: 3 }]"] [region_id=14] [thread_id=31] [2024/05/06 22:08:38.077 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 24 store_id: 3 }]"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:08:38.078 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 22 store_id: 3 }]"] [region_id=10] [thread_id=31] [2024/05/06 22:08:38.078 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 22 store_id: 3 }]"] [peer_id=11] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.078 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 21 store_id: 3 }]"] [region_id=8] [thread_id=31] [2024/05/06 22:08:38.078 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 21 store_id: 3 }]"] [peer_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 3 } } }"] [index=10] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 1 } peers { id: 19 store_id: 7 } peers { id: 24 store_id: 3 }"] [original_region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 19 store_id: 7 } peers { id: 24 store_id: 3 role: Learner }"] [changes="[peer { id: 24 store_id: 3 }]"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 22 store_id: 3 } } }"] [index=10] [term=6] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 7 } peers { id: 22 store_id: 3 }"] [original_region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 7 } peers { id: 22 store_id: 3 role: Learner }"] [changes="[peer { id: 22 store_id: 3 }]"] [peer_id=11] [region_id=10] [thread_id=103] [2024/05/06 22:08:38.078 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 23 store_id: 3 }]"] [region_id=12] [thread_id=31] [2024/05/06 22:08:38.078 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 23 store_id: 3 }]"] [peer_id=13] [region_id=12] [thread_id=101] [2024/05/06 22:08:38.078 +08:00] [INFO] [pd.rs:1503] ["try to change peer"] [changes="[peer { id: 25 store_id: 3 }]"] [region_id=2] [thread_id=31] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 21 store_id: 3 } } }"] [index=10] [term=6] [peer_id=9] [region_id=8] [thread_id=104] [2024/05/06 22:08:38.078 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 24, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=9] [region_id=8] [thread_id=104] [2024/05/06 22:08:38.078 +08:00] [INFO] [peer.rs:4891] ["propose conf change peer"] [kind=Simple] [changes="[peer { id: 25 store_id: 3 }]"] [peer_id=4] [region_id=2] [thread_id=101] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 7 } peers { id: 21 store_id: 3 }"] [original_region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 7 } peers { id: 21 store_id: 3 role: Learner }"] [changes="[peer { id: 21 store_id: 3 }]"] [peer_id=9] [region_id=8] [thread_id=104] [2024/05/06 22:08:38.078 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 1 } peers { id: 19 store_id: 7 } peers { id: 24 store_id: 3 }"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.078 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 22, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 3 } } }"] [index=10] [term=6] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 7 } peers { id: 23 store_id: 3 }"] [original_region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 7 } peers { id: 23 store_id: 3 role: Learner }"] [changes="[peer { id: 23 store_id: 3 }]"] [peer_id=13] [region_id=12] [thread_id=103] [2024/05/06 22:08:38.078 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 7 } peers { id: 22 store_id: 3 }"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 3 } } }"] [index=11] [term=6] [peer_id=4] [region_id=2] [thread_id=103] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=4] [region_id=2] [thread_id=103] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 4 store_id: 1 } peers { id: 20 store_id: 7 } peers { id: 25 store_id: 3 }"] [original_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 4 store_id: 1 } peers { id: 20 store_id: 7 } peers { id: 25 store_id: 3 role: Learner }"] [changes="[peer { id: 25 store_id: 3 }]"] [peer_id=4] [region_id=2] [thread_id=103] [2024/05/06 22:08:38.078 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16, 9, 21} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:38.078 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 7 } peers { id: 21 store_id: 3 }"] [peer_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:38.078 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 18, 23} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=13] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.078 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4, 20, 25} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=4] [region_id=2] [thread_id=101] [2024/05/06 22:08:38.078 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 4 store_id: 1 } peers { id: 20 store_id: 7 } peers { id: 25 store_id: 3 }"] [peer_id=4] [region_id=2] [thread_id=101] [2024/05/06 22:08:38.078 +08:00] [INFO] [peer.rs:4142] ["notify pd with change peer region"] [region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 7 } peers { id: 23 store_id: 3 }"] [peer_id=13] [region_id=12] [thread_id=102] ==> ./tikv1.log <== [2024/05/06 22:08:24.083 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:08:24.083 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:08:24.083 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:08:24.083 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:08:24.083 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:08:24.083 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:08:24.083 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:08:24.083 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:08:24.083 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:08:24.083 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:08:24.083 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:08:24.083 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={47, 62, 27, 33, 28, 67, 21, 11, 3, 19, 29, 34, 26, 51, 53, 55, 24, 58, 59, 9, 31, 36, 41, 30, 63, 64, 66, 35, 70, 7, 15, 22, 25, 39, 49, 65, 68, 13, 23, 1, 43, 32, 45, 5, 71, 37, 61, 57, 60, 17, 0, 69}"] [thread_id=1] [2024/05/06 22:08:24.083 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:08:24.083 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 4096, expect 32768"] [thread_id=1] [2024/05/06 22:08:24.083 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:08:24.083 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:08:24.085 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:24.085 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:08:24.085 +08:00] [INFO] [] ["subchannel 0x7fb3fea4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7fb3feaafb18, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fb3fea37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fb3fead2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004504.085690531\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:08:24.085 +08:00] [INFO] [] ["subchannel 0x7fb3fea4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7fb3feaafb18, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fb3fea37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fb3fead2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:24.086 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:24.086 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:24.086 +08:00] [INFO] [] ["subchannel 0x7fb3fea4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7fb3feaafb18, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fb3fea37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fb3fead2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004504.086201681\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:08:24.086 +08:00] [INFO] [] ["subchannel 0x7fb3fea4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7fb3feaafb18, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fb3fea37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fb3fead2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:24.086 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:24.086 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:24.086 +08:00] [INFO] [] ["subchannel 0x7fb3fea4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7fb3feaafb18, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fb3fea37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fb3fead2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004504.086455865\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:08:24.086 +08:00] [INFO] [] ["subchannel 0x7fb3fea4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7fb3feaafb18, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7fb3fea37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7fb3fead2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:24.086 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:24.086 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:08:24.387 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:26.389 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:26.389 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:27.627 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:27.930 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:27.931 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:27.932 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:27.933 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:27.934 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:27.934 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:27.935 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:08:27.935 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888273186107458] [thread_id=1] [2024/05/06 22:08:27.935 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:27.936 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:27.938 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20180] [thread_id=1] [2024/05/06 22:08:27.939 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:08:27.939 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110835/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110834/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110833/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110832/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110831/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110830/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110829/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110828/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110827/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63094/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/796/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/795/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/794/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/793/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/792/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/791/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/790/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/371998/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/371998/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data] [thread_id=1] [2024/05/06 22:08:27.940 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data] [thread_id=1] [2024/05/06 22:08:27.940 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110835/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110834/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110833/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110832/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110831/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110830/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110829/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110828/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110827/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63094/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/796/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/795/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/794/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/793/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/792/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/791/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/790/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/371998/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/371998/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft] [thread_id=1] [2024/05/06 22:08:27.940 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft] [thread_id=1] [2024/05/06 22:08:27.940 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv1.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20160\",\"advertise-addr\":\"127.0.0.1:20160\",\"status-addr\":\"127.0.0.1:20180\",\"advertise-status-addr\":\"127.0.0.1:20180\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:08:27.941 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:08:27.942 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=17] [2024/05/06 22:08:27.942 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=17] [2024/05/06 22:08:27.942 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=18] [2024/05/06 22:08:27.942 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:08:27.942 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=1ms] [thread_id=17] [2024/05/06 22:08:27.948 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:08:27.948 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:08:27.948 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 238.319µs"] [thread_id=1] [2024/05/06 22:08:28.018 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:08:28.020 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:08:28.020 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:08:28.021 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/log-backup-temp] [thread_id=1] [2024/05/06 22:08:28.021 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=74] [2024/05/06 22:08:28.022 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:08:28.022 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:08:28.022 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:08:28.022 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=18] [thread_id=73] [2024/05/06 22:08:28.022 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=19] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:08:28.022 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=18] [thread_id=74] [2024/05/06 22:08:28.029 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 5 region_epoch { conf_ver: 1 version: 1 } peers { id: 6 store_id: 3 }"] [store_id=3] [thread_id=1] [2024/05/06 22:08:28.030 +08:00] [INFO] [raft_server.rs:416] ["cluster is already bootstrapped"] [cluster_id=7365888273186107458] [thread_id=1] [2024/05/06 22:08:28.031 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 3 address: \"127.0.0.1:20160\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20160\" status_address: \"127.0.0.1:20180\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004508 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:08:28.034 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=3] [status=Some()] [thread_id=1] [2024/05/06 22:08:28.034 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:08:28.034 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=7] [thread_id=1] [2024/05/06 22:08:28.034 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=3] [thread_id=1] [2024/05/06 22:08:28.034 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=3] [thread_id=1] [2024/05/06 22:08:28.035 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:08:28.039 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:08:28.039 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=31.12µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=0] [store_id=3] [thread_id=1] [2024/05/06 22:08:28.039 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=30.969µs] [garbage_range_count=1] [store_id=3] [thread_id=1] [2024/05/06 22:08:28.041 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:08:28.041 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:08:28.041 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:08:28.046 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:08:28.046 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:08:28.046 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:08:28.048 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=17] [2024/05/06 22:08:28.048 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20160] [thread_id=1] [2024/05/06 22:08:28.048 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=17] [2024/05/06 22:08:28.053 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:38.042 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:38.071 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(1)] [thread_id=7] [2024/05/06 22:08:38.072 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=9] [store_id=3] [peer_id=21] [region_id=8] [thread_id=102] [2024/05/06 22:08:38.072 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=8] [thread_id=102] [2024/05/06 22:08:38.072 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=21] [region_id=8] [thread_id=102] [2024/05/06 22:08:38.072 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=21] [region_id=8] [thread_id=102] [2024/05/06 22:08:38.072 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 21."] [id=21] [raft_id=21] [region_id=8] [thread_id=102] [2024/05/06 22:08:38.072 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=11] [store_id=3] [peer_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.072 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.072 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.072 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.072 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 22."] [id=22] [raft_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.072 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=13] [store_id=3] [peer_id=23] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.072 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.072 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=23] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.072 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=23] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.072 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 23."] [id=23] [raft_id=23] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.072 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 9"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=9] [raft_id=21] [region_id=8] [thread_id=101] [2024/05/06 22:08:38.072 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=21] [region_id=8] [thread_id=101] [2024/05/06 22:08:38.072 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=15] [store_id=3] [peer_id=24] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.072 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.072 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=24] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.072 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=24] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.072 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 24."] [id=24] [raft_id=24] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.072 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=4] [store_id=3] [peer_id=25] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.072 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.072 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=25] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.072 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=25] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.072 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 25."] [id=25] [raft_id=25] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.072 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 11"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=11] [raft_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.072 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.073 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 13"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=13] [raft_id=23] [region_id=12] [thread_id=101] [2024/05/06 22:08:38.073 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 15"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=15] [raft_id=24] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.073 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=23] [region_id=12] [thread_id=101] [2024/05/06 22:08:38.073 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=24] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.073 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 4"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=4] [raft_id=25] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.073 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=25] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.073 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20161] [store_id=1] [thread_id=71] [2024/05/06 22:08:38.073 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=1] [addr=127.0.0.1:20161] [thread_id=71] [2024/05/06 22:08:38.073 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=5] [cost=717.254µs] [addr=127.0.0.1:20161] [store_id=1] [thread_id=71] [2024/05/06 22:08:38.076 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=131] [2024/05/06 22:08:38.076 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=132] [2024/05/06 22:08:38.076 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/rev_10_6_9_(default|lock|write).sst] [snap_key=10_6_9] [thread_id=132] [2024/05/06 22:08:38.076 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/rev_14_6_9_(default|lock|write).sst] [snap_key=14_6_9] [thread_id=131] [2024/05/06 22:08:38.076 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=130] [2024/05/06 22:08:38.076 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=129] [2024/05/06 22:08:38.076 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/rev_8_6_9_(default|lock|write).sst] [snap_key=8_6_9] [thread_id=130] [2024/05/06 22:08:38.076 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/rev_12_6_9_(default|lock|write).sst] [snap_key=12_6_9] [thread_id=129] [2024/05/06 22:08:38.076 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=356.879µs] [snap_key=14_6_9] [thread_id=131] [2024/05/06 22:08:38.076 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=383.145µs] [snap_key=10_6_9] [thread_id=132] [2024/05/06 22:08:38.076 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=24] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.076 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=22] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.076 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 11} }, outgoing: Configuration { voters: {} } }, learners: {22}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.076 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=22] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.076 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=22] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.076 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=22] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.076 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 15} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.076 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=24] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.076 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=24] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.076 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=24] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.076 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 19 store_id: 7 } peers { id: 24 store_id: 3 role: Learner }"] [peer_id=24] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.076 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 7 } peers { id: 22 store_id: 3 role: Learner }"] [peer_id=22] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.076 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=131] [2024/05/06 22:08:38.077 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-0/data/snap/rev_2_6_10_(default|lock|write).sst] [snap_key=2_6_10] [thread_id=131] [2024/05/06 22:08:38.077 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=506.174µs] [snap_key=8_6_9] [thread_id=130] [2024/05/06 22:08:38.077 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=21] [region_id=8] [thread_id=102] [2024/05/06 22:08:38.077 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16, 9} }, outgoing: Configuration { voters: {} } }, learners: {21}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=8] [thread_id=102] [2024/05/06 22:08:38.077 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=21] [region_id=8] [thread_id=102] [2024/05/06 22:08:38.077 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=21] [region_id=8] [thread_id=102] [2024/05/06 22:08:38.077 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=21] [region_id=8] [thread_id=102] [2024/05/06 22:08:38.077 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=449.905µs] [snap_key=12_6_9] [thread_id=129] [2024/05/06 22:08:38.077 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 7 } peers { id: 21 store_id: 3 role: Learner }"] [peer_id=21] [region_id=8] [thread_id=102] [2024/05/06 22:08:38.077 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=23] [region_id=12] [thread_id=101] [2024/05/06 22:08:38.077 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 18} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=12] [thread_id=101] [2024/05/06 22:08:38.077 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=9] [last_term=6] [last_index=9] [commit=9] [raft_id=23] [region_id=12] [thread_id=101] [2024/05/06 22:08:38.077 +08:00] [INFO] [raft.rs:2549] ["[commit: 9, term: 6] restored snapshot [index: 9, term: 6]"] [snapshot_term=6] [snapshot_index=9] [commit=9] [term=6] [raft_id=23] [region_id=12] [thread_id=101] [2024/05/06 22:08:38.077 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=23] [region_id=12] [thread_id=101] [2024/05/06 22:08:38.077 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 9 truncated_state { index: 9 term: 6 }"] [region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 7 } peers { id: 23 store_id: 3 role: Learner }"] [peer_id=23] [region_id=12] [thread_id=101] [2024/05/06 22:08:38.077 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 19 store_id: 7 } peers { id: 24 store_id: 3 role: Learner }"] [peer_id=24] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.077 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 7 } peers { id: 22 store_id: 3 role: Learner }"] [peer_id=22] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.077 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=368.465µs] [snap_key=2_6_10] [thread_id=131] [2024/05/06 22:08:38.077 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 10, term: 6]"] [snapshot_term=6] [snapshot_index=10] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=25] [region_id=2] [thread_id=101] [2024/05/06 22:08:38.077 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4, 20} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=2] [thread_id=101] [2024/05/06 22:08:38.077 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=10] [last_term=6] [last_index=10] [commit=10] [raft_id=25] [region_id=2] [thread_id=101] [2024/05/06 22:08:38.077 +08:00] [INFO] [raft.rs:2549] ["[commit: 10, term: 6] restored snapshot [index: 10, term: 6]"] [snapshot_term=6] [snapshot_index=10] [commit=10] [term=6] [raft_id=25] [region_id=2] [thread_id=101] [2024/05/06 22:08:38.077 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=25] [region_id=2] [thread_id=101] [2024/05/06 22:08:38.077 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 10 truncated_state { index: 10 term: 6 }"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 4 store_id: 1 } peers { id: 20 store_id: 7 } peers { id: 25 store_id: 3 role: Learner }"] [peer_id=25] [region_id=2] [thread_id=101] [2024/05/06 22:08:38.077 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=24] [region_id=14] [thread_id=80] [2024/05/06 22:08:38.077 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 7 } peers { id: 23 store_id: 3 role: Learner }"] [peer_id=23] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.077 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 7 } peers { id: 21 store_id: 3 role: Learner }"] [peer_id=21] [region_id=8] [thread_id=101] [2024/05/06 22:08:38.077 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:38.077 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=43.103µs] [region_id=14] [thread_id=80] [2024/05/06 22:08:38.077 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 4 store_id: 1 } peers { id: 20 store_id: 7 } peers { id: 25 store_id: 3 role: Learner }"] [peer_id=25] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.077 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=22] [region_id=10] [thread_id=80] [2024/05/06 22:08:38.077 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:38.077 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=23.487µs] [region_id=10] [thread_id=80] [2024/05/06 22:08:38.077 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=21] [region_id=8] [thread_id=80] [2024/05/06 22:08:38.077 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:38.077 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=18.011µs] [region_id=8] [thread_id=80] [2024/05/06 22:08:38.077 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=23] [region_id=12] [thread_id=80] [2024/05/06 22:08:38.078 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:38.078 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=23.132µs] [region_id=12] [thread_id=80] [2024/05/06 22:08:38.078 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=25] [region_id=2] [thread_id=80] [2024/05/06 22:08:38.078 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:38.078 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=23.834µs] [region_id=2] [thread_id=80] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 3 } } }"] [index=10] [term=6] [peer_id=24] [region_id=14] [thread_id=103] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=24] [region_id=14] [thread_id=103] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 22 store_id: 3 } } }"] [index=10] [term=6] [peer_id=22] [region_id=10] [thread_id=104] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=22] [region_id=10] [thread_id=104] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 1 } peers { id: 19 store_id: 7 } peers { id: 24 store_id: 3 }"] [original_region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 19 store_id: 7 } peers { id: 24 store_id: 3 role: Learner }"] [changes="[peer { id: 24 store_id: 3 }]"] [peer_id=24] [region_id=14] [thread_id=103] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 7 } peers { id: 22 store_id: 3 }"] [original_region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 7 } peers { id: 22 store_id: 3 role: Learner }"] [changes="[peer { id: 22 store_id: 3 }]"] [peer_id=22] [region_id=10] [thread_id=104] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 21 store_id: 3 } } }"] [index=10] [term=6] [peer_id=21] [region_id=8] [thread_id=104] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=21] [region_id=8] [thread_id=104] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 7 } peers { id: 21 store_id: 3 }"] [original_region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 7 } peers { id: 21 store_id: 3 role: Learner }"] [changes="[peer { id: 21 store_id: 3 }]"] [peer_id=21] [region_id=8] [thread_id=104] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 3 } } }"] [index=10] [term=6] [peer_id=23] [region_id=12] [thread_id=103] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=23] [region_id=12] [thread_id=103] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 3 } } }"] [index=11] [term=6] [peer_id=25] [region_id=2] [thread_id=104] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=25] [region_id=2] [thread_id=104] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 4 store_id: 1 } peers { id: 20 store_id: 7 } peers { id: 25 store_id: 3 }"] [original_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 4 store_id: 1 } peers { id: 20 store_id: 7 } peers { id: 25 store_id: 3 role: Learner }"] [changes="[peer { id: 25 store_id: 3 }]"] [peer_id=25] [region_id=2] [thread_id=104] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 7 } peers { id: 23 store_id: 3 }"] [original_region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 7 } peers { id: 23 store_id: 3 role: Learner }"] [changes="[peer { id: 23 store_id: 3 }]"] [peer_id=23] [region_id=12] [thread_id=103] [2024/05/06 22:08:38.078 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16, 9, 21} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=21] [region_id=8] [thread_id=101] [2024/05/06 22:08:38.078 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 22, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.078 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4, 20, 25} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=25] [region_id=2] [thread_id=101] [2024/05/06 22:08:38.079 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 24, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=24] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.079 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 18, 23} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=23] [region_id=12] [thread_id=101] [2024/05/06 22:09:28.040 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=2_6_10] [peer_id=25] [region_id=2] [thread_id=102] [2024/05/06 22:09:28.040 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=8_6_9] [peer_id=21] [region_id=8] [thread_id=101] [2024/05/06 22:09:28.040 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=10_6_9] [peer_id=22] [region_id=10] [thread_id=102] [2024/05/06 22:09:28.040 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=12_6_9] [peer_id=23] [region_id=12] [thread_id=101] [2024/05/06 22:09:28.040 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=14_6_9] [peer_id=24] [region_id=14] [thread_id=102] [2024/05/06 22:09:28.040 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:28.040 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:28.040 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:28.040 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:28.040 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] ==> ./tikv3.log <== [2024/05/06 22:08:24.084 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:08:24.084 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:08:24.084 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:08:24.084 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:08:24.084 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:08:24.084 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:08:24.084 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:08:24.084 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:08:24.084 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:08:24.084 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:08:24.084 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:08:24.084 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={43, 61, 66, 55, 65, 32, 35, 37, 5, 3, 47, 57, 21, 59, 62, 64, 36, 13, 31, 51, 70, 45, 49, 26, 7, 53, 11, 39, 27, 29, 30, 71, 28, 67, 23, 63, 15, 34, 60, 58, 19, 0, 22, 69, 68, 25, 9, 33, 17, 1, 41, 24}"] [thread_id=1] [2024/05/06 22:08:24.084 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:08:24.084 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 4096, expect 32768"] [thread_id=1] [2024/05/06 22:08:24.084 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:08:24.084 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:08:24.086 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:24.086 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:08:24.086 +08:00] [INFO] [] ["subchannel 0x7f2f80a4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f2f80aafb10, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2f80a37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f2f80ad2f90, grpc.server_uri=dns:///127.0.0.1:2379}: connect failed: {\"created\":\"@1715004504.086799049\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2379\"}"] [thread_id=13] [2024/05/06 22:08:24.087 +08:00] [INFO] [] ["subchannel 0x7f2f80a4d800 {address=ipv4:127.0.0.1:2379, args=grpc.client_channel_factory=0x7f2f80aafb10, grpc.default_authority=127.0.0.1:2379, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2f80a37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f2f80ad2f90, grpc.server_uri=dns:///127.0.0.1:2379}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:24.087 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:24.087 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:24.087 +08:00] [INFO] [] ["subchannel 0x7f2f80a4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f2f80aafb10, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2f80a37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f2f80ad2f90, grpc.server_uri=dns:///127.0.0.1:2382}: connect failed: {\"created\":\"@1715004504.087282533\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2382\"}"] [thread_id=13] [2024/05/06 22:08:24.087 +08:00] [INFO] [] ["subchannel 0x7f2f80a4dc00 {address=ipv4:127.0.0.1:2382, args=grpc.client_channel_factory=0x7f2f80aafb10, grpc.default_authority=127.0.0.1:2382, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2f80a37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f2f80ad2f90, grpc.server_uri=dns:///127.0.0.1:2382}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:24.087 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:24.087 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:24.087 +08:00] [INFO] [] ["subchannel 0x7f2f80a4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f2f80aafb10, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2f80a37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f2f80ad2f90, grpc.server_uri=dns:///127.0.0.1:2384}: connect failed: {\"created\":\"@1715004504.087539307\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2384\"}"] [thread_id=13] [2024/05/06 22:08:24.087 +08:00] [INFO] [] ["subchannel 0x7f2f80a4e000 {address=ipv4:127.0.0.1:2384, args=grpc.client_channel_factory=0x7f2f80aafb10, grpc.default_authority=127.0.0.1:2384, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f2f80a37e50, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f2f80ad2f90, grpc.server_uri=dns:///127.0.0.1:2384}: Retry in 1000 milliseconds"] [thread_id=13] [2024/05/06 22:08:24.087 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:24.087 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:08:24.389 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:26.390 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:26.390 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:27.627 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:27.931 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:27.931 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:27.932 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2384] [thread_id=1] [2024/05/06 22:08:27.933 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2382] [thread_id=1] [2024/05/06 22:08:27.934 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:27.934 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2379] [thread_id=1] [2024/05/06 22:08:27.934 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"http://127.0.0.1:2379\", \"http://127.0.0.1:2382\", \"http://127.0.0.1:2384\"]"] [thread_id=1] [2024/05/06 22:08:27.935 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888273186107458] [thread_id=1] [2024/05/06 22:08:27.935 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:27.935 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:27.937 +08:00] [INFO] [config.rs:317] ["no advertise-status-addr is specified, falling back to status-addr"] [status-addr=127.0.0.1:20182] [thread_id=1] [2024/05/06 22:08:27.938 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:08:27.938 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110835/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110834/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110833/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110832/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110831/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110830/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110829/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110828/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110827/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63094/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/796/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/795/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/794/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/793/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/792/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/791/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/790/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/371998/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/371998/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data] [thread_id=1] [2024/05/06 22:08:27.938 +08:00] [WARN] [common.rs:465] ["check: rocksdb-data-dir"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data] [thread_id=1] [2024/05/06 22:08:27.939 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"overlay\", opts: \"rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110835/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110834/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110833/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110832/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110831/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110830/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110829/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110828/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/110827/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/63094/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/796/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/795/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/794/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/793/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/792/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/791/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/790/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/371998/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/371998/work\", mnt_dir: \"/\", fsname: \"overlay\" }"] [data_path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft] [thread_id=1] [2024/05/06 22:08:27.939 +08:00] [WARN] [common.rs:473] ["check: raftdb-path"] [err="config fs: data-dir.rotation.get: \"overlay\" no device find in block"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft] [thread_id=1] [2024/05/06 22:08:27.939 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv3.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"127.0.0.1:20162\",\"advertise-addr\":\"127.0.0.1:20162\",\"status-addr\":\"127.0.0.1:20182\",\"advertise-status-addr\":\"127.0.0.1:20182\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"http://127.0.0.1:2379\",\"http://127.0.0.1:2382\",\"http://127.0.0.1:2384\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":20480,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:08:27.940 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:08:27.941 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:08:27.941 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=17] [2024/05/06 22:08:27.941 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=1ms] [thread_id=18] [2024/05/06 22:08:27.941 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=18] [2024/05/06 22:08:27.941 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=18] [path=resource_group/settings] [thread_id=18] [2024/05/06 22:08:27.946 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:08:27.946 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:08:27.947 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 284.986µs"] [thread_id=1] [2024/05/06 22:08:28.023 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:08:28.025 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:08:28.026 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:08:28.026 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/log-backup-temp] [thread_id=1] [2024/05/06 22:08:28.027 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=74] [2024/05/06 22:08:28.027 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:08:28.027 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=20] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:08:28.027 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=19] [thread_id=73] [2024/05/06 22:08:28.027 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=20] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:08:28.027 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=19] [thread_id=74] [2024/05/06 22:08:28.027 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:08:28.030 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 7 address: \"127.0.0.1:20162\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20162\" status_address: \"127.0.0.1:20182\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004508 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:08:28.033 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=7] [status=Some()] [thread_id=1] [2024/05/06 22:08:28.033 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=3] [thread_id=1] [2024/05/06 22:08:28.033 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:08:28.033 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=7] [thread_id=1] [2024/05/06 22:08:28.033 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=7] [thread_id=1] [2024/05/06 22:08:28.035 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:08:28.038 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:08:28.039 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=52.329µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=0] [store_id=7] [thread_id=1] [2024/05/06 22:08:28.039 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=69.481µs] [garbage_range_count=1] [store_id=7] [thread_id=1] [2024/05/06 22:08:28.041 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:08:28.041 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:08:28.041 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:08:28.046 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:08:28.046 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:08:28.047 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:08:28.049 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=127.0.0.1:20162] [thread_id=1] [2024/05/06 22:08:28.049 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=17] [2024/05/06 22:08:28.050 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=17] [2024/05/06 22:08:28.055 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:38.043 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:08:38.051 +08:00] [INFO] [kv.rs:794] ["batch_raft RPC is called, new gRPC stream established"] [source_store_id=Some(1)] [thread_id=7] [2024/05/06 22:08:38.051 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=11] [store_id=7] [peer_id=17] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.051 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.051 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=17] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.051 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=17] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.051 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 17."] [id=17] [raft_id=17] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.051 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=9] [store_id=7] [peer_id=16] [region_id=8] [thread_id=101] [2024/05/06 22:08:38.051 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=16] [region_id=8] [thread_id=101] [2024/05/06 22:08:38.051 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=16] [region_id=8] [thread_id=101] [2024/05/06 22:08:38.051 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=16] [region_id=8] [thread_id=101] [2024/05/06 22:08:38.051 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 16."] [id=16] [raft_id=16] [region_id=8] [thread_id=101] [2024/05/06 22:08:38.051 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=13] [store_id=7] [peer_id=18] [region_id=12] [thread_id=101] [2024/05/06 22:08:38.051 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=12] [thread_id=101] [2024/05/06 22:08:38.051 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=18] [region_id=12] [thread_id=101] [2024/05/06 22:08:38.051 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=18] [region_id=12] [thread_id=101] [2024/05/06 22:08:38.051 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 18."] [id=18] [raft_id=18] [region_id=12] [thread_id=101] [2024/05/06 22:08:38.051 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 11"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=11] [raft_id=17] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.051 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=17] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.051 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=15] [store_id=7] [peer_id=19] [region_id=14] [thread_id=101] [2024/05/06 22:08:38.051 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=14] [thread_id=101] [2024/05/06 22:08:38.052 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=19] [region_id=14] [thread_id=101] [2024/05/06 22:08:38.052 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=19] [region_id=14] [thread_id=101] [2024/05/06 22:08:38.052 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 19."] [id=19] [raft_id=19] [region_id=14] [thread_id=101] [2024/05/06 22:08:38.052 +08:00] [INFO] [peer.rs:328] ["replicate peer"] [create_by_peer_store_id=1] [create_by_peer_id=4] [store_id=7] [peer_id=20] [region_id=2] [thread_id=101] [2024/05/06 22:08:38.052 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=2] [thread_id=101] [2024/05/06 22:08:38.052 +08:00] [INFO] [raft.rs:1151] ["became follower at term 0"] [term=0] [raft_id=20] [region_id=2] [thread_id=101] [2024/05/06 22:08:38.052 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {} }, outgoing: Configuration { voters: {} } }"] ["last term"=0] ["last index"=0] [applied=0] [commit=0] [term=0] [raft_id=20] [region_id=2] [thread_id=101] [2024/05/06 22:08:38.052 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 20."] [id=20] [raft_id=20] [region_id=2] [thread_id=101] [2024/05/06 22:08:38.052 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 9"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=9] [raft_id=16] [region_id=8] [thread_id=101] [2024/05/06 22:08:38.052 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=16] [region_id=8] [thread_id=101] [2024/05/06 22:08:38.052 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 13"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=13] [raft_id=18] [region_id=12] [thread_id=101] [2024/05/06 22:08:38.052 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=18] [region_id=12] [thread_id=101] [2024/05/06 22:08:38.052 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 15"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=15] [raft_id=19] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.052 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=19] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.052 +08:00] [INFO] [raft.rs:1386] ["received a message with higher term from 4"] ["msg type"=MsgHeartbeat] [message_term=6] [term=0] [from=4] [raft_id=20] [region_id=2] [thread_id=101] [2024/05/06 22:08:38.052 +08:00] [INFO] [raft.rs:1151] ["became follower at term 6"] [term=6] [raft_id=20] [region_id=2] [thread_id=101] [2024/05/06 22:08:38.053 +08:00] [INFO] [raft_client.rs:830] ["resolve store address ok"] [addr=127.0.0.1:20161] [store_id=1] [thread_id=71] [2024/05/06 22:08:38.053 +08:00] [INFO] [raft_client.rs:699] ["server: new connection with tikv endpoint"] [store_id=1] [addr=127.0.0.1:20161] [thread_id=71] [2024/05/06 22:08:38.053 +08:00] [INFO] [raft_client.rs:873] ["connection established"] [try_count=1] [msg_count=6] [cost=771.76µs] [addr=127.0.0.1:20161] [store_id=1] [thread_id=71] [2024/05/06 22:08:38.056 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=130] [2024/05/06 22:08:38.056 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=132] [2024/05/06 22:08:38.056 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=131] [2024/05/06 22:08:38.056 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=129] [2024/05/06 22:08:38.056 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_8_6_7_(default|lock|write).sst] [snap_key=8_6_7] [thread_id=130] [2024/05/06 22:08:38.056 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_14_6_7_(default|lock|write).sst] [snap_key=14_6_7] [thread_id=131] [2024/05/06 22:08:38.056 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_2_6_8_(default|lock|write).sst] [snap_key=2_6_8] [thread_id=132] [2024/05/06 22:08:38.056 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_10_6_7_(default|lock|write).sst] [snap_key=10_6_7] [thread_id=129] [2024/05/06 22:08:38.056 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=461.876µs] [snap_key=14_6_7] [thread_id=131] [2024/05/06 22:08:38.056 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=372.147µs] [snap_key=10_6_7] [thread_id=129] [2024/05/06 22:08:38.057 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=560.398µs] [snap_key=8_6_7] [thread_id=130] [2024/05/06 22:08:38.057 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=481.49µs] [snap_key=2_6_8] [thread_id=132] [2024/05/06 22:08:38.057 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=17] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.057 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=19] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.057 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {17}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.057 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {15} }, outgoing: Configuration { voters: {} } }, learners: {19}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.057 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=17] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.057 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=19] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.057 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=17] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.057 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=19] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.057 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=19] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.057 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=17] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.057 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 7 role: Learner }"] [peer_id=17] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.057 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 19 store_id: 7 role: Learner }"] [peer_id=19] [region_id=14] [thread_id=102] [2024/05/06 22:08:38.057 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 8, term: 6]"] [snapshot_term=6] [snapshot_index=8] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=20] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.057 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4} }, outgoing: Configuration { voters: {} } }, learners: {20}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.057 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=8] [last_term=6] [last_index=8] [commit=8] [raft_id=20] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.057 +08:00] [INFO] [raft.rs:2549] ["[commit: 8, term: 6] restored snapshot [index: 8, term: 6]"] [snapshot_term=6] [snapshot_index=8] [commit=8] [term=6] [raft_id=20] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.057 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=16] [region_id=8] [thread_id=101] [2024/05/06 22:08:38.057 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=20] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.057 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=129] [2024/05/06 22:08:38.057 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9} }, outgoing: Configuration { voters: {} } }, learners: {16}, learners_next: {}, auto_leave: false }"] [raft_id=16] [region_id=8] [thread_id=101] [2024/05/06 22:08:38.057 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=16] [region_id=8] [thread_id=101] [2024/05/06 22:08:38.057 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=16] [region_id=8] [thread_id=101] [2024/05/06 22:08:38.057 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 8 truncated_state { index: 8 term: 6 }"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 4 store_id: 1 } peers { id: 20 store_id: 7 role: Learner }"] [peer_id=20] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.057 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=16] [region_id=8] [thread_id=101] [2024/05/06 22:08:38.057 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 7 role: Learner }"] [peer_id=16] [region_id=8] [thread_id=101] [2024/05/06 22:08:38.057 +08:00] [INFO] [snap.rs:342] ["saving snapshot file"] [file=/home/jenkins/.tiup/data/T9Z9nII/tikv-2/data/snap/rev_12_6_7_(default|lock|write).sst] [snap_key=12_6_7] [thread_id=129] [2024/05/06 22:08:38.057 +08:00] [INFO] [snap.rs:350] ["saving all snapshot files"] [takes=359.431µs] [snap_key=12_6_7] [thread_id=129] [2024/05/06 22:08:38.057 +08:00] [INFO] [raft_log.rs:688] ["log [committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0] starts to restore snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [log="committed=0, persisted=0, applied=0, unstable.offset=1, unstable.entries.len()=0"] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.057 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13} }, outgoing: Configuration { voters: {} } }, learners: {18}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.057 +08:00] [INFO] [raft.rs:2668] ["restored snapshot"] [snapshot_term=6] [snapshot_index=7] [last_term=6] [last_index=7] [commit=7] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.057 +08:00] [INFO] [raft.rs:2549] ["[commit: 7, term: 6] restored snapshot [index: 7, term: 6]"] [snapshot_term=6] [snapshot_index=7] [commit=7] [term=6] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.057 +08:00] [INFO] [peer_storage.rs:607] ["begin to apply snapshot"] [peer_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.057 +08:00] [INFO] [peer_storage.rs:690] ["apply snapshot with state ok"] [for_witness=false] [state="applied_index: 7 truncated_state { index: 7 term: 6 }"] [region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 7 role: Learner }"] [peer_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.063 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 19 store_id: 7 role: Learner }"] [peer_id=19] [region_id=14] [thread_id=101] [2024/05/06 22:08:38.063 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 7 role: Learner }"] [peer_id=17] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.063 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=17] [region_id=10] [thread_id=80] [2024/05/06 22:08:38.063 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 7 role: Learner }"] [peer_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.063 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 7 role: Learner }"] [peer_id=16] [region_id=8] [thread_id=101] [2024/05/06 22:08:38.063 +08:00] [INFO] [peer.rs:5128] ["snapshot is persisted"] [destroy_regions="[]"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 4 store_id: 1 } peers { id: 20 store_id: 7 role: Learner }"] [peer_id=20] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.063 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:38.063 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=51.098µs] [region_id=10] [thread_id=80] [2024/05/06 22:08:38.063 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=19] [region_id=14] [thread_id=80] [2024/05/06 22:08:38.063 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:38.063 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=20.376µs] [region_id=14] [thread_id=80] [2024/05/06 22:08:38.063 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=16] [region_id=8] [thread_id=80] [2024/05/06 22:08:38.063 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:38.063 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=19.548µs] [region_id=8] [thread_id=80] [2024/05/06 22:08:38.063 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=18] [region_id=12] [thread_id=80] [2024/05/06 22:08:38.063 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:38.064 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=26.592µs] [region_id=12] [thread_id=80] [2024/05/06 22:08:38.064 +08:00] [INFO] [region.rs:455] ["begin apply snap data"] [peer_id=20] [region_id=2] [thread_id=80] [2024/05/06 22:08:38.064 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=80] [2024/05/06 22:08:38.064 +08:00] [INFO] [region.rs:503] ["apply new data"] [time_takes=26.476µs] [region_id=2] [thread_id=80] [2024/05/06 22:08:38.064 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 17 store_id: 7 } } }"] [index=8] [term=6] [peer_id=17] [region_id=10] [thread_id=103] [2024/05/06 22:08:38.064 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=17] [region_id=10] [thread_id=103] [2024/05/06 22:08:38.064 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 19 store_id: 7 } } }"] [index=8] [term=6] [peer_id=19] [region_id=14] [thread_id=104] [2024/05/06 22:08:38.064 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=19] [region_id=14] [thread_id=104] [2024/05/06 22:08:38.064 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 7 }"] [original_region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 7 role: Learner }"] [changes="[peer { id: 17 store_id: 7 }]"] [peer_id=17] [region_id=10] [thread_id=103] [2024/05/06 22:08:38.064 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 1 } peers { id: 19 store_id: 7 }"] [original_region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 15 store_id: 1 } peers { id: 19 store_id: 7 role: Learner }"] [changes="[peer { id: 19 store_id: 7 }]"] [peer_id=19] [region_id=14] [thread_id=104] [2024/05/06 22:08:38.064 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 16 store_id: 7 } } }"] [index=8] [term=6] [peer_id=16] [region_id=8] [thread_id=103] [2024/05/06 22:08:38.064 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=16] [region_id=8] [thread_id=103] [2024/05/06 22:08:38.064 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 7 }"] [original_region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 7 role: Learner }"] [changes="[peer { id: 16 store_id: 7 }]"] [peer_id=16] [region_id=8] [thread_id=103] [2024/05/06 22:08:38.064 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 18 store_id: 7 } } }"] [index=8] [term=6] [peer_id=18] [region_id=12] [thread_id=104] [2024/05/06 22:08:38.064 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=18] [region_id=12] [thread_id=104] [2024/05/06 22:08:38.064 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 20 store_id: 7 } } }"] [index=9] [term=6] [peer_id=20] [region_id=2] [thread_id=103] [2024/05/06 22:08:38.064 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 2 version: 5"] [kind=Simple] [peer_id=20] [region_id=2] [thread_id=103] [2024/05/06 22:08:38.064 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 7 }"] [original_region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 7 role: Learner }"] [changes="[peer { id: 18 store_id: 7 }]"] [peer_id=18] [region_id=12] [thread_id=104] [2024/05/06 22:08:38.064 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 4 store_id: 1 } peers { id: 20 store_id: 7 }"] [original_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 2 version: 5 } peers { id: 4 store_id: 1 } peers { id: 20 store_id: 7 role: Learner }"] [changes="[peer { id: 20 store_id: 7 }]"] [peer_id=20] [region_id=2] [thread_id=103] [2024/05/06 22:08:38.064 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=14] [thread_id=101] [2024/05/06 22:08:38.064 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 18} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.064 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=10] [thread_id=101] [2024/05/06 22:08:38.064 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16, 9} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=16] [region_id=8] [thread_id=102] [2024/05/06 22:08:38.064 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4, 20} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=2] [thread_id=101] [2024/05/06 22:08:38.069 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 22 store_id: 3 role: Learner } } }"] [index=9] [term=6] [peer_id=17] [region_id=10] [thread_id=103] [2024/05/06 22:08:38.069 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 21 store_id: 3 role: Learner } } }"] [index=9] [term=6] [peer_id=16] [region_id=8] [thread_id=104] [2024/05/06 22:08:38.069 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=17] [region_id=10] [thread_id=103] [2024/05/06 22:08:38.069 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=16] [region_id=8] [thread_id=104] [2024/05/06 22:08:38.069 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 7 } peers { id: 22 store_id: 3 role: Learner }"] [original_region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 7 }"] [changes="[change_type: AddLearnerNode peer { id: 22 store_id: 3 role: Learner }]"] [peer_id=17] [region_id=10] [thread_id=103] [2024/05/06 22:08:38.069 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 7 } peers { id: 21 store_id: 3 role: Learner }"] [original_region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 7 }"] [changes="[change_type: AddLearnerNode peer { id: 21 store_id: 3 role: Learner }]"] [peer_id=16] [region_id=8] [thread_id=104] [2024/05/06 22:08:38.070 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 23 store_id: 3 role: Learner } } }"] [index=9] [term=6] [peer_id=18] [region_id=12] [thread_id=103] [2024/05/06 22:08:38.070 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=18] [region_id=12] [thread_id=103] [2024/05/06 22:08:38.070 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 11} }, outgoing: Configuration { voters: {} } }, learners: {22}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.070 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 7 } peers { id: 23 store_id: 3 role: Learner }"] [original_region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 7 }"] [changes="[change_type: AddLearnerNode peer { id: 23 store_id: 3 role: Learner }]"] [peer_id=18] [region_id=12] [thread_id=103] [2024/05/06 22:08:38.070 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 24 store_id: 3 role: Learner } } }"] [index=9] [term=6] [peer_id=19] [region_id=14] [thread_id=103] [2024/05/06 22:08:38.070 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=19] [region_id=14] [thread_id=103] [2024/05/06 22:08:38.070 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 19 store_id: 7 } peers { id: 24 store_id: 3 role: Learner }"] [original_region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 15 store_id: 1 } peers { id: 19 store_id: 7 }"] [changes="[change_type: AddLearnerNode peer { id: 24 store_id: 3 role: Learner }]"] [peer_id=19] [region_id=14] [thread_id=103] [2024/05/06 22:08:38.070 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { change_type: AddLearnerNode peer { id: 25 store_id: 3 role: Learner } } }"] [index=10] [term=6] [peer_id=20] [region_id=2] [thread_id=103] [2024/05/06 22:08:38.070 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 3 version: 5"] [kind=Simple] [peer_id=20] [region_id=2] [thread_id=103] [2024/05/06 22:08:38.070 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 4 store_id: 1 } peers { id: 20 store_id: 7 } peers { id: 25 store_id: 3 role: Learner }"] [original_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 3 version: 5 } peers { id: 4 store_id: 1 } peers { id: 20 store_id: 7 }"] [changes="[change_type: AddLearnerNode peer { id: 25 store_id: 3 role: Learner }]"] [peer_id=20] [region_id=2] [thread_id=103] [2024/05/06 22:08:38.070 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16, 9} }, outgoing: Configuration { voters: {} } }, learners: {21}, learners_next: {}, auto_leave: false }"] [raft_id=16] [region_id=8] [thread_id=101] [2024/05/06 22:08:38.070 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 18} }, outgoing: Configuration { voters: {} } }, learners: {23}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:08:38.070 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 15} }, outgoing: Configuration { voters: {} } }, learners: {24}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=14] [thread_id=101] [2024/05/06 22:08:38.070 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4, 20} }, outgoing: Configuration { voters: {} } }, learners: {25}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 24 store_id: 3 } } }"] [index=10] [term=6] [peer_id=19] [region_id=14] [thread_id=104] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=19] [region_id=14] [thread_id=104] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 15 store_id: 1 } peers { id: 19 store_id: 7 } peers { id: 24 store_id: 3 }"] [original_region="id: 14 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 15 store_id: 1 } peers { id: 19 store_id: 7 } peers { id: 24 store_id: 3 role: Learner }"] [changes="[peer { id: 24 store_id: 3 }]"] [peer_id=19] [region_id=14] [thread_id=104] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 22 store_id: 3 } } }"] [index=10] [term=6] [peer_id=17] [region_id=10] [thread_id=103] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=17] [region_id=10] [thread_id=103] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 7 } peers { id: 22 store_id: 3 }"] [original_region="id: 10 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 11 store_id: 1 } peers { id: 17 store_id: 7 } peers { id: 22 store_id: 3 role: Learner }"] [changes="[peer { id: 22 store_id: 3 }]"] [peer_id=17] [region_id=10] [thread_id=103] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 21 store_id: 3 } } }"] [index=10] [term=6] [peer_id=16] [region_id=8] [thread_id=104] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=16] [region_id=8] [thread_id=104] [2024/05/06 22:08:38.078 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {19, 24, 15} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=19] [region_id=14] [thread_id=101] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 7 } peers { id: 21 store_id: 3 }"] [original_region="id: 8 end_key: 7200000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 9 store_id: 1 } peers { id: 16 store_id: 7 } peers { id: 21 store_id: 3 role: Learner }"] [changes="[peer { id: 21 store_id: 3 }]"] [peer_id=16] [region_id=8] [thread_id=104] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 25 store_id: 3 } } }"] [index=11] [term=6] [peer_id=20] [region_id=2] [thread_id=103] [2024/05/06 22:08:38.078 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {17, 22, 11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=17] [region_id=10] [thread_id=102] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=20] [region_id=2] [thread_id=103] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 4 store_id: 1 } peers { id: 20 store_id: 7 } peers { id: 25 store_id: 3 }"] [original_region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 4 store_id: 1 } peers { id: 20 store_id: 7 } peers { id: 25 store_id: 3 role: Learner }"] [changes="[peer { id: 25 store_id: 3 }]"] [peer_id=20] [region_id=2] [thread_id=103] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: ChangePeerV2 change_peer_v2 { changes { peer { id: 23 store_id: 3 } } }"] [index=10] [term=6] [peer_id=18] [region_id=12] [thread_id=103] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:2309] ["exec ConfChangeV2"] [epoch="conf_ver: 4 version: 5"] [kind=Simple] [peer_id=18] [region_id=12] [thread_id=103] [2024/05/06 22:08:38.078 +08:00] [INFO] [apply.rs:2490] ["conf change successfully"] [current_region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 5 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 7 } peers { id: 23 store_id: 3 }"] [original_region="id: 12 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 4 version: 5 } peers { id: 13 store_id: 1 } peers { id: 18 store_id: 7 } peers { id: 23 store_id: 3 role: Learner }"] [changes="[peer { id: 23 store_id: 3 }]"] [peer_id=18] [region_id=12] [thread_id=103] [2024/05/06 22:08:38.078 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16, 9, 21} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=16] [region_id=8] [thread_id=101] [2024/05/06 22:08:38.078 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {4, 20, 25} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=20] [region_id=2] [thread_id=102] [2024/05/06 22:08:38.078 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {13, 18, 23} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=18] [region_id=12] [thread_id=101] [2024/05/06 22:09:28.040 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=2_6_8] [peer_id=20] [region_id=2] [thread_id=101] [2024/05/06 22:09:28.040 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=8_6_7] [peer_id=16] [region_id=8] [thread_id=102] [2024/05/06 22:09:28.040 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=10_6_7] [peer_id=17] [region_id=10] [thread_id=101] [2024/05/06 22:09:28.040 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=12_6_7] [peer_id=18] [region_id=12] [thread_id=102] [2024/05/06 22:09:28.040 +08:00] [INFO] [peer.rs:1407] ["deleting applied snap file"] [snap_file=14_6_7] [peer_id=19] [region_id=14] [thread_id=101] [2024/05/06 22:09:28.040 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:28.040 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:28.040 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:28.040 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] [2024/05/06 22:09:28.040 +08:00] [INFO] [snap.rs:679] ["set_snapshot_meta total cf files count: 3"] [thread_id=79] + find . -name '*.out' -type f -exec tail -n 500 '{}' + [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } ./t/ddl/column_type_change.test: ok! 1285 test cases passed, take time 72.244465377 s ./t/ddl/constraint.test: ok! 440 test cases passed, take time 9.372808143 s ./t/ddl/db.test: ok! 290 test cases passed, take time 37.753468818 s ./t/ddl/db_cache.test: ok! 52 test cases passed, take time 1.194083677 s ./t/ddl/db_change.test: ok! 21 test cases passed, take time 0.596320628 s ./t/ddl/db_foreign_key.test: ok! 20 test cases passed, take time 0.545541047 s ./t/ddl/db_integration.test: ok! 726 test cases passed, take time 76.720861082 s ./t/ddl/db_partition.test: ok! 1276 test cases passed, take time 78.403790476 s ./t/ddl/db_rename.test: ok! 21 test cases passed, take time 7.092315649 s ./t/ddl/db_table.test: ok! 53 test cases passed, take time 1.332375245 s ./t/ddl/ddl_error.test: ok! 10 test cases passed, take time 0.159698938 s ./t/ddl/ddl_tiflash.test: ok! 14 test cases passed, take time 0.04849368 s ./t/ddl/default_as_expression.test: ok! 364 test cases passed, take time 25.488135874 s ./t/ddl/fail_db.test: ok! 12 test cases passed, take time 0.390186322 s ./t/ddl/foreign_key.test: ok! 158 test cases passed, take time 21.818830189 s ./t/ddl/global_index.test: ok! 25 test cases passed, take time 2.468112261 s ./t/ddl/index_modify.test: ok! 18 test cases passed, take time 2.171368238 s ./t/ddl/integration.test: ok! 87 test cases passed, take time 1.788092936 s ./t/ddl/modify_column.test: ok! 672 test cases passed, take time 33.203796956 s ./t/ddl/multi_schema_change.test: ok! 298 test cases passed, take time 47.890083432 s ./t/ddl/partition.test: ok! 213 test cases passed, take time 7.520524993 s ./t/ddl/primary_key_handle.test: ok! 191 test cases passed, take time 14.299852444 s ./t/ddl/reorg_partition.test: ok! 205 test cases passed, take time 31.583550085 s ./t/ddl/resource_group.test: ok! 16 test cases passed, take time 0.190295018 s ./t/ddl/sequence.test: ok! 268 test cases passed, take time 7.542339664 s ./t/ddl/serial.test: ok! 77 test cases passed, take time 4.810674082 s ./t/ddl/table_modify.test: ok! 47 test cases passed, take time 1.113058993 s ./t/executor/adapter.test: ok! 6 test cases passed, take time 0.057698315 s ./t/executor/admin.test: ok! 171 test cases passed, take time 27.670972237 s ./t/executor/aggregate.test: ok! 886 test cases passed, take time 13.487577764 s ./t/executor/analyze.test: ok! 180 test cases passed, take time 14.567228235 s ./t/executor/autoid.test: ok! 442 test cases passed, take time 6.866114788 s ./t/executor/batch_point_get.test: ok! 85 test cases passed, take time 1.002555559 s ./t/executor/charset.test: ok! 57 test cases passed, take time 0.960314498 s ./t/executor/chunk_reuse.test: ok! 93 test cases passed, take time 0.271794009 s ./t/executor/cluster_table.test: ok! 36 test cases passed, take time 0.234275863 s ./t/executor/compact_table.test: ok! 19 test cases passed, take time 0.304721429 s ./t/executor/cte.test: ok! 133 test cases passed, take time 1.503606618 s ./t/executor/ddl.test: ok! 359 test cases passed, take time 22.52334278 s ./t/executor/delete.test: ok! 71 test cases passed, take time 1.165676141 s ./t/executor/distsql.test: ok! 61 test cases passed, take time 1.586471084 s ./t/executor/executor.test: ok! 2151 test cases passed, take time 57.704980658 s ./t/executor/executor_txn.test: ok! 121 test cases passed, take time 0.603340182 s ./t/executor/explain.test: ok! 120 test cases passed, take time 2.108357257 s ./t/executor/explainfor.test: ok! 378 test cases passed, take time 3.859381149 s ./t/executor/foreign_key.test: ok! 318 test cases passed, take time 12.858565441 s ./t/executor/grant.test: ok! 202 test cases passed, take time 1.8431858970000001 s ./t/executor/import_into.test: ok! 88 test cases passed, take time 0.217160093 s ./t/executor/index_advise.test: ok! 30 test cases passed, take time 0.231982532 s ./t/executor/index_lookup_join.test: ok! 190 test cases passed, take time 4.784091807 s ./t/executor/index_lookup_merge_join.test: ok! 83 test cases passed, take time 2.301683988 s ./t/executor/index_merge_reader.test: ok! 244 test cases passed, take time 16.318839879 s ./t/executor/infoschema_reader.test: ok! 174 test cases passed, take time 7.478772299 s ./t/executor/insert.test: ok! 1224 test cases passed, take time 80.366392036 s ./t/executor/inspection_common.test: ok! 4 test cases passed, take time 0.001803258 s ./t/executor/issues.test: ok! 421 test cases passed, take time 13.073296663 s ./t/executor/jointest/hash_join.test: ok! 137 test cases passed, take time 8.042990069 s ./t/executor/jointest/join.test: ok! 866 test cases passed, take time 33.420309388 s ./t/executor/kv.test: ok! 16 test cases passed, take time 0.184199113 s ./t/executor/merge_join.test: ok! 259 test cases passed, take time 9.323507066 s ./t/executor/parallel_apply.test: ok! 96 test cases passed, take time 5.092929097 s ./t/executor/partition/global_index.test: ok! 94 test cases passed, take time 16.042700051 s ./t/executor/partition/issues.test: ok! 154 test cases passed, take time 6.47050496 s ./t/executor/partition/partition_boundaries.test: ok! 1035 test cases passed, take time 2.6853542839999998 s ./t/executor/partition/partition_with_expression.test: ok! 298 test cases passed, take time 3.905690733 s ./t/executor/partition/table.test: ok! 224 test cases passed, take time 12.924091825 s ./t/executor/partition/write.test: ok! 355 test cases passed, take time 13.812607032 s ./t/executor/password_management.test: ok! 381 test cases passed, take time 3.063205584 s ./t/executor/point_get.test: ok! 273 test cases passed, take time 6.043116166 s ./t/executor/prepared.test: ok! 214 test cases passed, take time 3.130875408 s ./t/executor/revoke.test: ok! 65 test cases passed, take time 1.03669475 s ./t/executor/rowid.test: ok! 63 test cases passed, take time 0.998077996 s ./t/executor/sample.test: ok! 105 test cases passed, take time 14.849027195 s ./t/executor/set.test: ok! 228 test cases passed, take time 0.476521358 s ./t/executor/show.test: ok! 301 test cases passed, take time 16.73424538 s ./t/executor/simple.test: ok! 303 test cases passed, take time 2.960799664 s ./t/executor/split_table.test: ok! 60 test cases passed, take time 15.292899539 s ./t/executor/stale_txn.test: ok! 28 test cases passed, take time 1.856918579 s ./t/executor/statement_context.test: ok! 63 test cases passed, take time 0.489374837 s ./t/executor/union_scan.test: ok! 231 test cases passed, take time 4.303641657 s ./t/executor/update.test: ok! 513 test cases passed, take time 12.325330395 s ./t/executor/window.test: ok! 22 test cases passed, take time 0.280487012 s ./t/executor/write.test: ok! 1079 test cases passed, take time 36.339885616 s ./t/explain-non-select-stmt.test: ok! 8 test cases passed, take time 0.097921318 s ./t/explain.test: ok! 21 test cases passed, take time 0.537286038 s ./t/explain_complex.test: ok! 41 test cases passed, take time 1.7335194619999998 s ./t/explain_complex_stats.test: ok! 61 test cases passed, take time 4.538402344 s ./t/explain_cte.test: ok! 53 test cases passed, take time 1.121582508 s ./t/explain_easy.test: ok! 190 test cases passed, take time 6.660158144 s ./t/explain_easy_stats.test: ok! 50 test cases passed, take time 1.404632914 s ./t/explain_foreign_key.test: ok! 41 test cases passed, take time 1.985920433 s ./t/explain_generate_column_substitute.test: ok! 233 test cases passed, take time 32.834292944 s ./t/explain_indexmerge_stats.test: ok! 30 test cases passed, take time 5.429306963 s ./t/explain_join_stats.test: ok! 8 test cases passed, take time 0.355683123 s ./t/explain_shard_index.test: ok! 19 test cases passed, take time 0.386003547 s ./t/explain_stats.test: ok! 10 test cases passed, take time 0.15812321 s ./t/explain_union_scan.test: ok! 9 test cases passed, take time 0.239015179 s ./t/expression/builtin.test: ok! 1332 test cases passed, take time 23.485097499 s ./t/expression/cast.test: ok! 50 test cases passed, take time 0.793600735 s ./t/expression/charset_and_collation.test: ok! 706 test cases passed, take time 31.063119295 s ./t/expression/constant_fold.test: ok! 12 test cases passed, take time 0.179272245 s ./t/expression/enum_set.test: ok! 13 test cases passed, take time 0.269572708 s ./t/expression/explain.test: ok! 77 test cases passed, take time 0.659678995 s ./t/expression/issues.test: ok! 1502 test cases passed, take time 56.981602731 s ./t/expression/json.test: ok! 223 test cases passed, take time 2.413576001 s ./t/expression/misc.test: ok! 404 test cases passed, take time 13.006805872 s ./t/expression/multi_valued_index.test: ok! 314 test cases passed, take time 10.775270452 s ./t/expression/plan_cache.test: ok! 184 test cases passed, take time 1.944856888 s ./t/expression/time.test: ok! 279 test cases passed, take time 2.350376249 s ./t/expression/vitess_hash.test: ok! 17 test cases passed, take time 1.988142296 s ./t/generated_columns.test: ok! 70 test cases passed, take time 6.806296114 s ./t/globalindex/mem_index_lookup.test: ok! 29 test cases passed, take time 0.339997535 s ./t/globalindex/mem_index_reader.test: ok! 25 test cases passed, take time 0.356784608 s ./t/globalindex/update.test: ok! 14 test cases passed, take time 0.373882329 s ./t/imdbload.test: ok! 63 test cases passed, take time 10.900132839 s ./t/index_join.test: ok! 22 test cases passed, take time 1.04364447 s ./t/index_merge.test: ok! 145 test cases passed, take time 4.299066193 s ./t/infoschema/cluster_tables.test: ok! 9 test cases passed, take time 0.116193585 s ./t/infoschema/infoschema.test: ok! 49 test cases passed, take time 2.774043466 s ./t/infoschema/tables.test: ok! 120 test cases passed, take time 2.595657269 s ./t/infoschema/v2.test: ok! 30 test cases passed, take time 1.6524498300000001 s ./t/naaj.test: ok! 134 test cases passed, take time 0.71868742 s ./t/new_character_set.test: ok! 61 test cases passed, take time 1.291115979 s ./t/new_character_set_builtin.test: ok! 217 test cases passed, take time 3.7114188009999998 s ./t/new_character_set_invalid.test: ok! 28 test cases passed, take time 0.966236173 s ./t/parser/integration.test: ok! 8 test cases passed, take time 0.306677706 s ./t/partition.test: ok! 3 test cases passed, take time 0.526544573 s ./t/planner/cardinality/selectivity.test: ok! 683 test cases passed, take time 3.227651557 s ./t/planner/cardinality/trace.test: ok! 5 test cases passed, take time 0.215802859 s ./t/planner/cascades/integration.test: ok! 246 test cases passed, take time 2.711593013 s ./t/planner/core/binary_plan.test: ok! 6 test cases passed, take time 0.000879357 s ./t/planner/core/casetest/expression_rewriter.test: ok! 23 test cases passed, take time 0.358339422 s ./t/planner/core/casetest/hint/hint.test: ok! 182 test cases passed, take time 6.122521988 s ./t/planner/core/casetest/index/index.test: ok! 225 test cases passed, take time 6.359475391 s ./t/planner/core/casetest/integration.test: ok! 459 test cases passed, take time 10.60837398 s ./t/planner/core/casetest/partition/integration_partition.test: ok! 138 test cases passed, take time 2.876290986 s ./t/planner/core/casetest/partition/partition_pruner.test: ok! 275 test cases passed, take time 3.251310085 s ./t/planner/core/casetest/physicalplantest/physical_plan.test: ok! 858 test cases passed, take time 11.132669578 s ./t/planner/core/casetest/point_get_plan.test: ok! 52 test cases passed, take time 0.599909188 s ./t/planner/core/casetest/predicate_simplification.test: ok! 29 test cases passed, take time 0.439919803 s ./t/planner/core/casetest/pushdown/push_down.test: ok! 35 test cases passed, take time 0.322164868 s ./t/planner/core/casetest/rule/rule_derive_topn_from_window.test: ok! 73 test cases passed, take time 1.703620656 s ./t/planner/core/casetest/rule/rule_join_reorder.test: ok! 481 test cases passed, take time 16.490935846 s ./t/planner/core/casetest/rule/rule_result_reorder.test: ok! 87 test cases passed, take time 2.206832345 s ./t/planner/core/cbo.test: ok! 34 test cases passed, take time 1.375161999 s ./t/planner/core/enforce_mpp.test: ok! 8 test cases passed, take time 0.001385575 s ./t/planner/core/expression_rewriter.test: ok! 206 test cases passed, take time 7.630324819 s ./t/planner/core/indexjoin.test: ok! 41 test cases passed, take time 0.415986393 s ./t/planner/core/indexmerge_intersection.test: ok! 6 test cases passed, take time 0.103832882 s ./t/planner/core/indexmerge_path.test: ok! 231 test cases passed, take time 7.986125471 s ./t/planner/core/integration.test: ok! 1623 test cases passed, take time 65.345309338 s ./t/planner/core/integration_partition.test: ok! 498 test cases passed, take time 32.010983509 s ./t/planner/core/issuetest/planner_issue.test: ok! 89 test cases passed, take time 2.658379727 s ./t/planner/core/memtable_predicate_extractor.test: ok! 45 test cases passed, take time 0.24406966 s ./t/planner/core/partition_pruner.test: ok! 643 test cases passed, take time 4.605964222 s ./t/planner/core/physical_plan.test: ok! 43 test cases passed, take time 0.879836107 s ./t/planner/core/plan.test: ok! 157 test cases passed, take time 2.433524524 s ./t/planner/core/plan_cache.test: ok! 1243 test cases passed, take time 15.231219033 s ./t/planner/core/plan_cost_ver2.test: ok! 70 test cases passed, take time 0.787194882 s ./t/planner/core/point_get_plan.test: ok! 265 test cases passed, take time 3.827090722 s ./t/planner/core/preprocess.test: ok! 6 test cases passed, take time 0.132930978 s ./t/planner/core/range_scan_for_like.test: ok! 183 test cases passed, take time 0.784946925 s ./t/planner/core/rule_constant_propagation.test: ok! 31 test cases passed, take time 1.375657446 s ./t/planner/core/rule_join_reorder.test: ok! 52 test cases passed, take time 1.736576646 s ./t/planner/core/rule_result_reorder.test: ok! 29 test cases passed, take time 0.370417067 s ./t/planner/core/tests/prepare/issue.test: ok! 321 test cases passed, take time 3.452387433 s ./t/planner/core/tests/prepare/prepare.test: ok! 458 test cases passed, take time 5.138068944 s ./t/planner/funcdep/only_full_group_by.test: ok! 142 test cases passed, take time 5.550939852 s ./t/privilege/privileges.test: ok! 411 test cases passed, take time 5.9323518459999995 s ./t/select.test: ok! 189 test cases passed, take time 3.109698986 s ./t/session/bootstrap_upgrade.test: ok! 29 test cases passed, take time 0.283914195 s ./t/session/clustered_index.test: ok! 385 test cases passed, take time 24.591277543 s ./t/session/common.test: ok! 203 test cases passed, take time 8.55807555 s ./t/session/nontransactional.test: ok! 1532 test cases passed, take time 19.722324917 s ./t/session/privileges.test: ok! 66 test cases passed, take time 1.472129486 s ./t/session/session.test: ok! 101 test cases passed, take time 5.6610999060000005 s ./t/session/temporary_table.test: ok! 277 test cases passed, take time 0.626119022 s ./t/session/txn.test: ok! 14 test cases passed, take time 0.072455656 s ./t/session/variable.test: ok! 113 test cases passed, take time 0.43747654 s ./t/session/vars.test: ok! 127 test cases passed, take time 0.124105478 s ./t/sessionctx/setvar.test: ok! 681 test cases passed, take time 0.204208181 s ./t/sessiontxn/externals.test: ok! 56 test cases passed, take time 0.469884348 s ./t/statistics/handle.test: ok! 60 test cases passed, take time 6.175267109 s ./t/statistics/integration.test: ok! 19 test cases passed, take time 0.273842419 s ./t/statistics/lock_table_stats.test: ok! 47 test cases passed, take time 1.001980256 s ./t/subquery.test: ok! 32 test cases passed, take time 0.966157974 s ./t/table/cache.test: ok! 108 test cases passed, take time 9.382874433 s ./t/table/index.test: ok! 34 test cases passed, take time 3.822396363 s ./t/table/partition.test: ok! 229 test cases passed, take time 10.037065736 s ./t/table/tables.test: ok! 6 test cases passed, take time 0.076626716 s ./t/table/temptable.test: ok! 11 test cases passed, take time 0.157396823 s ./t/topn_push_down.test: ok! 20 test cases passed, take time 0.52016451 s ./t/topn_pushdown.test: ok! 2 test cases passed, take time 0.000597363 s ./t/tpch.test: ok! 41 test cases passed, take time 2.66675626 s ./t/types/const.test: ok! 143 test cases passed, take time 3.388767053 s ./t/util/admin.test: ok! 240 test cases passed, take time 30.120027664 s ./t/util/ranger.test: ok! 188 test cases passed, take time 4.320918861 s ./t/window_function.test: ok! 28 test cases passed, take time 0.216599826 s Great, All tests passed integrationtest passed! ./run-tests.sh: line 1: kill: (1652) - No such process ~/agent/workspace/pingcap/tidb/periodics_integration_test/tidb [Pipeline] } [Pipeline] // dir Post stage [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb [Pipeline] { [Pipeline] junit Recording test results None of the test reports contained any result [Checks API] No suitable checks publisher found. [Pipeline] sh + find . -name 'pd*.log' -type f -exec tail -n 500 '{}' + ==> ./pd1.log <== [2024/05/06 22:36:08.443 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16402 start_key:\"748000000000004FFF2300000000000000F8\" end_key:\"748000000000004FFF2400000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:08.445 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16404] [peer-ids="[16405]"] [2024/05/06 22:36:08.446 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16404 start_key:\"748000000000004FFF2400000000000000F8\" end_key:\"748000000000004FFF2500000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:08.446 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF2400000000000000F8} -> {748000000000004FFF2500000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7940] [new-version=7941] [2024/05/06 22:36:08.448 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16406] [peer-ids="[16407]"] [2024/05/06 22:36:08.449 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF2500000000000000F8} -> {748000000000004FFF2600000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7941] [new-version=7942] [2024/05/06 22:36:08.449 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16406 start_key:\"748000000000004FFF2500000000000000F8\" end_key:\"748000000000004FFF2600000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:08.532 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16408] [peer-ids="[16409]"] [2024/05/06 22:36:08.533 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF2600000000000000F8} -> {748000000000004FFF2900000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7942] [new-version=7943] [2024/05/06 22:36:08.533 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16408 start_key:\"748000000000004FFF2600000000000000F8\" end_key:\"748000000000004FFF2900000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:08.535 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16410] [peer-ids="[16411]"] [2024/05/06 22:36:08.536 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16410 start_key:\"748000000000004FFF2900000000000000F8\" end_key:\"748000000000004FFF2A00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:08.536 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF2900000000000000F8} -> {748000000000004FFF2A00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7943] [new-version=7944] [2024/05/06 22:36:08.539 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16412] [peer-ids="[16413]"] [2024/05/06 22:36:08.539 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF2A00000000000000F8} -> {748000000000004FFF2B00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7944] [new-version=7945] [2024/05/06 22:36:08.539 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16412 start_key:\"748000000000004FFF2A00000000000000F8\" end_key:\"748000000000004FFF2B00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:08.542 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16414] [peer-ids="[16415]"] [2024/05/06 22:36:08.543 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF2B00000000000000F8} -> {748000000000004FFF2C00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7945] [new-version=7946] [2024/05/06 22:36:08.543 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16414 start_key:\"748000000000004FFF2B00000000000000F8\" end_key:\"748000000000004FFF2C00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:08.545 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16416] [peer-ids="[16417]"] [2024/05/06 22:36:08.546 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF2C00000000000000F8} -> {748000000000004FFF2D00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7946] [new-version=7947] [2024/05/06 22:36:08.546 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16416 start_key:\"748000000000004FFF2C00000000000000F8\" end_key:\"748000000000004FFF2D00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:08.548 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16418] [peer-ids="[16419]"] [2024/05/06 22:36:08.549 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF2D00000000000000F8} -> {748000000000004FFF2E00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7947] [new-version=7948] [2024/05/06 22:36:08.549 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16418 start_key:\"748000000000004FFF2D00000000000000F8\" end_key:\"748000000000004FFF2E00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:08.552 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16420] [peer-ids="[16421]"] [2024/05/06 22:36:08.552 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16420 start_key:\"748000000000004FFF2E00000000000000F8\" end_key:\"748000000000004FFF2F00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:08.552 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF2E00000000000000F8} -> {748000000000004FFF2F00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7948] [new-version=7949] [2024/05/06 22:36:08.555 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16422] [peer-ids="[16423]"] [2024/05/06 22:36:08.555 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF2F00000000000000F8} -> {748000000000004FFF3000000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7949] [new-version=7950] [2024/05/06 22:36:08.555 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16422 start_key:\"748000000000004FFF2F00000000000000F8\" end_key:\"748000000000004FFF3000000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:08.558 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16424] [peer-ids="[16425]"] [2024/05/06 22:36:08.558 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF3000000000000000F8} -> {748000000000004FFF3100000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7950] [new-version=7951] [2024/05/06 22:36:08.558 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16424 start_key:\"748000000000004FFF3000000000000000F8\" end_key:\"748000000000004FFF3100000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:08.561 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16426] [peer-ids="[16427]"] [2024/05/06 22:36:08.561 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF3100000000000000F8} -> {748000000000004FFF3200000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7951] [new-version=7952] [2024/05/06 22:36:08.561 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16426 start_key:\"748000000000004FFF3100000000000000F8\" end_key:\"748000000000004FFF3200000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:08.564 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16428] [peer-ids="[16429]"] [2024/05/06 22:36:08.564 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF3200000000000000F8} -> {748000000000004FFF3300000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7952] [new-version=7953] [2024/05/06 22:36:08.564 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16428 start_key:\"748000000000004FFF3200000000000000F8\" end_key:\"748000000000004FFF3300000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:08.567 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16430] [peer-ids="[16431]"] [2024/05/06 22:36:08.567 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF3300000000000000F8} -> {748000000000004FFF3400000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7953] [new-version=7954] [2024/05/06 22:36:08.567 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16430 start_key:\"748000000000004FFF3300000000000000F8\" end_key:\"748000000000004FFF3400000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:08.613 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16432] [peer-ids="[16433]"] [2024/05/06 22:36:08.614 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16432 start_key:\"748000000000004FFF3400000000000000F8\" end_key:\"748000000000004FFF3700000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:08.614 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF3400000000000000F8} -> {748000000000004FFF3700000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7954] [new-version=7955] [2024/05/06 22:36:08.616 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16434] [peer-ids="[16435]"] [2024/05/06 22:36:08.617 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16434 start_key:\"748000000000004FFF3700000000000000F8\" end_key:\"748000000000004FFF3800000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:08.617 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF3700000000000000F8} -> {748000000000004FFF3800000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7955] [new-version=7956] [2024/05/06 22:36:08.620 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16436] [peer-ids="[16437]"] [2024/05/06 22:36:08.620 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF3800000000000000F8} -> {748000000000004FFF3900000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7956] [new-version=7957] [2024/05/06 22:36:08.621 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16436 start_key:\"748000000000004FFF3800000000000000F8\" end_key:\"748000000000004FFF3900000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:08.623 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16438] [peer-ids="[16439]"] [2024/05/06 22:36:08.624 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF3900000000000000F8} -> {748000000000004FFF3A00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7957] [new-version=7958] [2024/05/06 22:36:08.624 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16438 start_key:\"748000000000004FFF3900000000000000F8\" end_key:\"748000000000004FFF3A00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:08.680 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16440] [peer-ids="[16441]"] [2024/05/06 22:36:08.680 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16440 start_key:\"748000000000004FFF3A00000000000000F8\" end_key:\"748000000000004FFF3D00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:08.680 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF3A00000000000000F8} -> {748000000000004FFF3D00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7958] [new-version=7959] [2024/05/06 22:36:08.683 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16442] [peer-ids="[16443]"] [2024/05/06 22:36:08.683 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF3D00000000000000F8} -> {748000000000004FFF3E00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7959] [new-version=7960] [2024/05/06 22:36:08.683 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16442 start_key:\"748000000000004FFF3D00000000000000F8\" end_key:\"748000000000004FFF3E00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:08.687 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16444] [peer-ids="[16445]"] [2024/05/06 22:36:08.689 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF3E00000000000000F8} -> {748000000000004FFF3F00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7960] [new-version=7961] [2024/05/06 22:36:08.689 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16444 start_key:\"748000000000004FFF3E00000000000000F8\" end_key:\"748000000000004FFF3F00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:08.692 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16446] [peer-ids="[16447]"] [2024/05/06 22:36:08.692 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF3F00000000000000F8} -> {748000000000004FFF4000000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7961] [new-version=7962] [2024/05/06 22:36:08.692 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16446 start_key:\"748000000000004FFF3F00000000000000F8\" end_key:\"748000000000004FFF4000000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:08.757 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16448] [peer-ids="[16449]"] [2024/05/06 22:36:08.758 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF4000000000000000F8} -> {748000000000004FFF4300000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7962] [new-version=7963] [2024/05/06 22:36:08.758 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16448 start_key:\"748000000000004FFF4000000000000000F8\" end_key:\"748000000000004FFF4300000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:08.761 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16450] [peer-ids="[16451]"] [2024/05/06 22:36:08.761 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF4300000000000000F8} -> {748000000000004FFF4400000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7963] [new-version=7964] [2024/05/06 22:36:08.761 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16450 start_key:\"748000000000004FFF4300000000000000F8\" end_key:\"748000000000004FFF4400000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:08.764 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16452] [peer-ids="[16453]"] [2024/05/06 22:36:08.764 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF4400000000000000F8} -> {748000000000004FFF4500000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7964] [new-version=7965] [2024/05/06 22:36:08.765 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16452 start_key:\"748000000000004FFF4400000000000000F8\" end_key:\"748000000000004FFF4500000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:08.767 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16454] [peer-ids="[16455]"] [2024/05/06 22:36:08.768 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF4500000000000000F8} -> {748000000000004FFF4600000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7965] [new-version=7966] [2024/05/06 22:36:08.768 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16454 start_key:\"748000000000004FFF4500000000000000F8\" end_key:\"748000000000004FFF4600000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:08.828 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16456] [peer-ids="[16457]"] [2024/05/06 22:36:08.828 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF4600000000000000F8} -> {748000000000004FFF4900000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7966] [new-version=7967] [2024/05/06 22:36:08.828 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16456 start_key:\"748000000000004FFF4600000000000000F8\" end_key:\"748000000000004FFF4900000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:08.831 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16458] [peer-ids="[16459]"] [2024/05/06 22:36:08.831 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF4900000000000000F8} -> {748000000000004FFF4A00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7967] [new-version=7968] [2024/05/06 22:36:08.831 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16458 start_key:\"748000000000004FFF4900000000000000F8\" end_key:\"748000000000004FFF4A00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:08.834 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16460] [peer-ids="[16461]"] [2024/05/06 22:36:08.835 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF4A00000000000000F8} -> {748000000000004FFF4B00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7968] [new-version=7969] [2024/05/06 22:36:08.835 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16460 start_key:\"748000000000004FFF4A00000000000000F8\" end_key:\"748000000000004FFF4B00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:09.215 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16462] [peer-ids="[16463]"] [2024/05/06 22:36:09.216 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF4B00000000000000F8} -> {748000000000004FFF5100000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7969] [new-version=7970] [2024/05/06 22:36:09.216 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16462 start_key:\"748000000000004FFF4B00000000000000F8\" end_key:\"748000000000004FFF5100000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:09.222 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16464] [peer-ids="[16465]"] [2024/05/06 22:36:09.224 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF5100000000000000F8} -> {748000000000004FFF5200000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7970] [new-version=7971] [2024/05/06 22:36:09.223 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16464 start_key:\"748000000000004FFF5100000000000000F8\" end_key:\"748000000000004FFF5200000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:09.226 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16466] [peer-ids="[16467]"] [2024/05/06 22:36:09.226 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF5200000000000000F8} -> {748000000000004FFF5300000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7971] [new-version=7972] [2024/05/06 22:36:09.226 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16466 start_key:\"748000000000004FFF5200000000000000F8\" end_key:\"748000000000004FFF5300000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:09.229 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16468] [peer-ids="[16469]"] [2024/05/06 22:36:09.229 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16468 start_key:\"748000000000004FFF5300000000000000F8\" end_key:\"748000000000004FFF5400000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:09.230 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF5300000000000000F8} -> {748000000000004FFF5400000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7972] [new-version=7973] [2024/05/06 22:36:09.290 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16470] [peer-ids="[16471]"] [2024/05/06 22:36:09.290 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF5400000000000000F8} -> {748000000000004FFF5600000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7973] [new-version=7974] [2024/05/06 22:36:09.290 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16470 start_key:\"748000000000004FFF5400000000000000F8\" end_key:\"748000000000004FFF5600000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:09.360 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16472] [peer-ids="[16473]"] [2024/05/06 22:36:09.361 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF5600000000000000F8} -> {748000000000004FFF5900000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7974] [new-version=7975] [2024/05/06 22:36:09.361 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16472 start_key:\"748000000000004FFF5600000000000000F8\" end_key:\"748000000000004FFF5900000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:09.363 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16474] [peer-ids="[16475]"] [2024/05/06 22:36:09.364 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16474 start_key:\"748000000000004FFF5900000000000000F8\" end_key:\"748000000000004FFF5A00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:09.364 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF5900000000000000F8} -> {748000000000004FFF5A00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7975] [new-version=7976] [2024/05/06 22:36:09.366 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16476] [peer-ids="[16477]"] [2024/05/06 22:36:09.367 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF5A00000000000000F8} -> {748000000000004FFF5B00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7976] [new-version=7977] [2024/05/06 22:36:09.367 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16476 start_key:\"748000000000004FFF5A00000000000000F8\" end_key:\"748000000000004FFF5B00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:09.369 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16478] [peer-ids="[16479]"] [2024/05/06 22:36:09.370 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF5B00000000000000F8} -> {748000000000004FFF5C00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7977] [new-version=7978] [2024/05/06 22:36:09.370 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16478 start_key:\"748000000000004FFF5B00000000000000F8\" end_key:\"748000000000004FFF5C00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:09.419 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16480] [peer-ids="[16481]"] [2024/05/06 22:36:09.420 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF5C00000000000000F8} -> {748000000000004FFF5E00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7978] [new-version=7979] [2024/05/06 22:36:09.420 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16480 start_key:\"748000000000004FFF5C00000000000000F8\" end_key:\"748000000000004FFF5E00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:09.420 +08:00] [WARN] [region_scatterer.go:280] ["region not replicated during scatter"] [region-id=16480] [2024/05/06 22:36:09.523 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16482] [peer-ids="[16483]"] [2024/05/06 22:36:09.524 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF5E00000000000000F8} -> {748000000000004FFF5F00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7979] [new-version=7980] [2024/05/06 22:36:09.524 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16482 start_key:\"748000000000004FFF5E00000000000000F8\" end_key:\"748000000000004FFF5F00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:09.922 +08:00] [WARN] [region_scatterer.go:280] ["region not replicated during scatter"] [region-id=16482] [2024/05/06 22:36:10.026 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16484] [peer-ids="[16485]"] [2024/05/06 22:36:10.027 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF5F00000000000000F8} -> {748000000000004FFF6000000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7980] [new-version=7981] [2024/05/06 22:36:10.027 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16484 start_key:\"748000000000004FFF5F00000000000000F8\" end_key:\"748000000000004FFF6000000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:10.027 +08:00] [WARN] [region_scatterer.go:280] ["region not replicated during scatter"] [region-id=16484] [2024/05/06 22:36:10.131 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16486] [peer-ids="[16487]"] [2024/05/06 22:36:10.131 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF6000000000000000F8} -> {748000000000004FFF6100000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7981] [new-version=7982] [2024/05/06 22:36:10.132 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16486 start_key:\"748000000000004FFF6000000000000000F8\" end_key:\"748000000000004FFF6100000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:10.542 +08:00] [WARN] [region_scatterer.go:280] ["region not replicated during scatter"] [region-id=16486] [2024/05/06 22:36:10.645 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16488] [peer-ids="[16489]"] [2024/05/06 22:36:10.646 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF6100000000000000F8} -> {748000000000004FFF6200000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7982] [new-version=7983] [2024/05/06 22:36:10.646 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16488 start_key:\"748000000000004FFF6100000000000000F8\" end_key:\"748000000000004FFF6200000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:10.646 +08:00] [WARN] [region_scatterer.go:280] ["region not replicated during scatter"] [region-id=16488] [2024/05/06 22:36:11.004 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16490] [peer-ids="[16491]"] [2024/05/06 22:36:11.005 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF6200000000000000F8} -> {748000000000004FFF6400000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7983] [new-version=7984] [2024/05/06 22:36:11.005 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16490 start_key:\"748000000000004FFF6200000000000000F8\" end_key:\"748000000000004FFF6400000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:11.081 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16492] [peer-ids="[16493]"] [2024/05/06 22:36:11.082 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16492 start_key:\"748000000000004FFF6400000000000000F8\" end_key:\"748000000000004FFF6600000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:11.082 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF6400000000000000F8} -> {748000000000004FFF6600000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7984] [new-version=7985] [2024/05/06 22:36:11.522 +08:00] [WARN] [region_scatterer.go:280] ["region not replicated during scatter"] [region-id=16492] [2024/05/06 22:36:11.626 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16494] [peer-ids="[16495]"] [2024/05/06 22:36:11.627 +08:00] [WARN] [region_scatterer.go:280] ["region not replicated during scatter"] [region-id=16494] [2024/05/06 22:36:11.627 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF6600000000000000F8} -> {748000000000004FFF6700000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7985] [new-version=7986] [2024/05/06 22:36:11.627 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16494 start_key:\"748000000000004FFF6600000000000000F8\" end_key:\"748000000000004FFF6700000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:12.215 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16496] [peer-ids="[16497]"] [2024/05/06 22:36:12.216 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF6700000000000000F8} -> {748000000000004FFF6A00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7986] [new-version=7987] [2024/05/06 22:36:12.216 +08:00] [WARN] [region_scatterer.go:280] ["region not replicated during scatter"] [region-id=16496] [2024/05/06 22:36:12.216 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16496 start_key:\"748000000000004FFF6700000000000000F8\" end_key:\"748000000000004FFF6A00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:12.319 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16498] [peer-ids="[16499]"] [2024/05/06 22:36:12.320 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF6A00000000000000F8} -> {748000000000004FFF6B00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7987] [new-version=7988] [2024/05/06 22:36:12.320 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16498 start_key:\"748000000000004FFF6A00000000000000F8\" end_key:\"748000000000004FFF6B00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:12.790 +08:00] [WARN] [region_scatterer.go:280] ["region not replicated during scatter"] [region-id=16498] [2024/05/06 22:36:12.894 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16500] [peer-ids="[16501]"] [2024/05/06 22:36:12.895 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16500 start_key:\"748000000000004FFF6B00000000000000F8\" end_key:\"748000000000004FFF6C00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:12.895 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF6B00000000000000F8} -> {748000000000004FFF6C00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7988] [new-version=7989] [2024/05/06 22:36:12.895 +08:00] [WARN] [region_scatterer.go:280] ["region not replicated during scatter"] [region-id=16500] [2024/05/06 22:36:12.999 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16502] [peer-ids="[16503]"] [2024/05/06 22:36:13.000 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF6C00000000000000F8} -> {748000000000004FFF6D00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7989] [new-version=7990] [2024/05/06 22:36:13.000 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16502 start_key:\"748000000000004FFF6C00000000000000F8\" end_key:\"748000000000004FFF6D00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:13.000 +08:00] [WARN] [region_scatterer.go:280] ["region not replicated during scatter"] [region-id=16502] [2024/05/06 22:36:13.404 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16504] [peer-ids="[16505]"] [2024/05/06 22:36:13.405 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF6D00000000000000F8} -> {748000000000004FFF7000000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7990] [new-version=7991] [2024/05/06 22:36:13.405 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16504 start_key:\"748000000000004FFF6D00000000000000F8\" end_key:\"748000000000004FFF7000000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:13.405 +08:00] [WARN] [region_scatterer.go:280] ["region not replicated during scatter"] [region-id=16504] [2024/05/06 22:36:13.792 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16506] [peer-ids="[16507]"] [2024/05/06 22:36:13.793 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF7000000000000000F8} -> {748000000000004FFF7300000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7991] [new-version=7992] [2024/05/06 22:36:13.793 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16506 start_key:\"748000000000004FFF7000000000000000F8\" end_key:\"748000000000004FFF7300000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:13.795 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16508] [peer-ids="[16509]"] [2024/05/06 22:36:13.797 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16508 start_key:\"748000000000004FFF7300000000000000F8\" end_key:\"748000000000004FFF7400000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:13.797 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF7300000000000000F8} -> {748000000000004FFF7400000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7992] [new-version=7993] [2024/05/06 22:36:13.870 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16510] [peer-ids="[16511]"] [2024/05/06 22:36:13.871 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF7400000000000000F8} -> {748000000000004FFF7700000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7993] [new-version=7994] [2024/05/06 22:36:13.871 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16510 start_key:\"748000000000004FFF7400000000000000F8\" end_key:\"748000000000004FFF7700000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:14.051 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16512] [peer-ids="[16513]"] [2024/05/06 22:36:14.052 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF7700000000000000F8} -> {748000000000004FFF7B00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7994] [new-version=7995] [2024/05/06 22:36:14.052 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16512 start_key:\"748000000000004FFF7700000000000000F8\" end_key:\"748000000000004FFF7B00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:14.119 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16514] [peer-ids="[16515]"] [2024/05/06 22:36:14.120 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF7B00000000000000F8} -> {748000000000004FFF7E00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7995] [new-version=7996] [2024/05/06 22:36:14.120 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16514 start_key:\"748000000000004FFF7B00000000000000F8\" end_key:\"748000000000004FFF7E00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:14.123 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16516] [peer-ids="[16517]"] [2024/05/06 22:36:14.123 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF7E00000000000000F8} -> {748000000000004FFF7F00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7996] [new-version=7997] [2024/05/06 22:36:14.123 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16516 start_key:\"748000000000004FFF7E00000000000000F8\" end_key:\"748000000000004FFF7F00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:14.178 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16518] [peer-ids="[16519]"] [2024/05/06 22:36:14.179 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF7F00000000000000F8} -> {748000000000004FFF8100000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7997] [new-version=7998] [2024/05/06 22:36:14.179 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16518 start_key:\"748000000000004FFF7F00000000000000F8\" end_key:\"748000000000004FFF8100000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:14.514 +08:00] [WARN] [region_scatterer.go:280] ["region not replicated during scatter"] [region-id=16518] [2024/05/06 22:36:14.618 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16520] [peer-ids="[16521]"] [2024/05/06 22:36:14.619 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF8100000000000000F8} -> {748000000000004FFF8200000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7998] [new-version=7999] [2024/05/06 22:36:14.619 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16520 start_key:\"748000000000004FFF8100000000000000F8\" end_key:\"748000000000004FFF8200000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:14.619 +08:00] [WARN] [region_scatterer.go:280] ["region not replicated during scatter"] [region-id=16520] [2024/05/06 22:36:15.008 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16522] [peer-ids="[16523]"] [2024/05/06 22:36:15.009 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16522 start_key:\"748000000000004FFF8200000000000000F8\" end_key:\"748000000000004FFF8500000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:15.009 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF8200000000000000F8} -> {748000000000004FFF8500000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=7999] [new-version=8000] [2024/05/06 22:36:15.009 +08:00] [WARN] [region_scatterer.go:280] ["region not replicated during scatter"] [region-id=16522] [2024/05/06 22:36:15.381 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:PatchRegionLabelRules, Method:HTTP/1.1/PATCH:/pd/api/v1/config/region-label/rules, CallerID:tidb-info-syncer, IP:127.0.0.1, Port:44264, StartTime:2024-05-06 22:36:15 +0800 CST, URLParam:{}, BodyParam:{\"sets\":[],\"deletes\":[\"schema/table__partition/t_month_data_monitor/p20190401\",\"schema/table__partition/t_month_data_monitor/p20190402\",\"schema/table__partition/t_month_data_monitor\",\"schema/table__partition/t_range_locate/p0\",\"schema/table__partition/t_range_locate/p1\",\"schema/table__partition/t_range_locate\",\"schema/table__partition/t_extra/p0\",\"schema/table__partition/t_extra/p1\",\"schema/table__partition/t_extra\",\"schema/table__partition/t_a/p0\",\"schema/table__partition/t_a/p1\",\"schema/table__partition/t_a/p2\",\"schema/table__partition/t_a/p3\",\"schema/table__partition/t_a/p4\",\"schema/table__partition/t_a/p5\",\"schema/table__partition/t_a/p6\",\"schema/table__partition/t_a/p7\",\"schema/table__partition/t_a/p8\",\"schema/table__partition/t_a/p9\",\"schema/table__partition/t_a\",\"schema/table__partition/t_b/p0\",\"schema/table__partition/t_b/p1\",\"schema/table__partition/t_b/p2\",\"schema/table__partition/t_b\",\"schema/table__partition/t_hash_locate/p0\",\"schema/table__partition/t_hash_locate/p1\",\"schema/table__partition/t_hash_locate/p2\",\"schema/table__partition/t_hash_locate/p3\",\"schema/table__partition/t_hash_locate/p4\",\"schema/table__partition/t_hash_locate/p5\",\"schema/table__partition/t_hash_locate/p6\",\"schema/table__partition/t_hash_locate/p7\",\"schema/table__partition/t_hash_locate/p8\",\"schema/table__partition/t_hash_locate/p9\",\"schema/table__partition/t_hash_locate\",\"schema/table__partition/t_range/p0\",\"schema/table__partition/t_range/p1\",\"schema/table__partition/t_range/p2\",\"schema/table__partition/t_range\",\"schema/table__partition/timezone_test/p5\",\"schema/table__partition/timezone_test/p6\",\"schema/table__partition/timezone_test/p7\",\"schema/table__partition/timezone_test/p8\",\"schema/table__partition/timezone_test/p9\",\"schema/table__partition/timezone_test\",\"schema/table__partition/t_uint/p0\",\"schema/table__partition/t_uint/p1\",\"schema/table__partition/t_uint/p2\",\"schema/table__partition/t_uint/p3\",\"schema/table__partition/t_uint\",\"schema/table__partition/t_int/p0\",\"schema/table__partition/t_int/p1\",\"schema/table__partition/t_int/p2\",\"schema/table__partition/t_int/p3\",\"schema/table__partition/t_int/p4\",\"schema/table__partition/t_int\",\"schema/table__partition/t1/p0\",\"schema/table__partition/t1/p1\",\"schema/table__partition/t1/p2\",\"schema/table__partition/t1/p3\",\"schema/table__partition/t1/p4\",\"schema/table__partition/t1\",\"schema/table__partition/t2/p0\",\"schema/table__partition/t2/p1\",\"schema/table__partition/t2/p2\",\"schema/table__partition/t2/p3\",\"schema/table__partition/t2/p4\",\"schema/table__partition/t2/p5\",\"schema/table__partition/t2/p6\",\"schema/table__partition/t2/p7\",\"schema/table__partition/t2/p8\",\"schema/table__partition/t2/p9\",\"schema/table__partition/t2\",\"schema/table__partition/t_21574/p0\",\"schema/table__partition/t_21574\",\"schema/table__partition/tkey1/p0\",\"schema/table__partition/tkey1/p1\",\"schema/table__partition/tkey1/p2\",\"schema/table__partition/tkey1/p3\",\"schema/table__partition/tkey1\",\"schema/table__partition/tkey_linear/p0\",\"schema/table__partition/tkey_linear/p1\",\"schema/table__partition/tkey_linear/p2\",\"schema/table__partition/tkey_linear/p3\",\"schema/table__partition/tkey_linear/p4\",\"schema/table__partition/tkey_linear\",\"schema/table__partition/tkey_algorithm1/p0\",\"schema/table__partition/tkey_algorithm1/p1\",\"schema/table__partition/tkey_algorithm1/p2\",\"schema/table__partition/tkey_algorithm1/p3\",\"schema/table__partition/tkey_algorithm1/p4\",\"schema/table__partition/tkey_algorithm1\",\"schema/table__partition/tkey_algorithm2/p0\",\"schema/table__partition/tkey_algorithm2/p1\",\"schema/table__partition/tkey_algorithm2/p2\",\"schema/table__partition/tkey_algorithm2/p3\",\"schema/table__partition/tkey_algorithm2/p4\",\"schema/table__partition/tkey_algorithm2\",\"schema/table__partition/tkey_subpartition1/p0\",\"schema/table__partition/tkey_subpartition1/p1\",\"schema/table__partition/tkey_subpartition1/p2\",\"schema/table__partition/tkey_subpartition1\",\"schema/table__partition/tkey10/p0\",\"schema/table__partition/tkey10/p1\",\"schema/table__partition/tkey10/p2\",\"schema/table__partition/tkey10/p3\",\"schema/table__partition/tkey10/p4\",\"schema/table__partition/tkey10\",\"schema/table__partition/tkey11/pp0\",\"schema/table__partition/tkey11/pp1\",\"schema/table__partition/tkey11/pp2\",\"schema/table__partition/tkey11/pp3\",\"schema/table__partition/tkey11\",\"schema/table__partition/tkey12/pp0\",\"schema/table__partition/tkey12/pp1\",\"schema/table__partition/tkey12/pp2\",\"schema/table__partition/tkey12/pp3\",\"schema/table__partition/tkey12\",\"schema/table__partition/tkey13/p0\",\"schema/table__partition/tkey13/p1\",\"schema/table__partition/tkey13/p2\",\"schema/table__partition/tkey13/p3\",\"schema/table__partition/tkey13\",\"schema/table__partition/tkey12_2/p0\",\"schema/table__partition/tkey12_2/p1\",\"schema/table__partition/tkey12_2/p2\",\"schema/table__partition/tkey12_2/p3\",\"schema/table__partition/tkey12_2\",\"schema/table__partition/tkey29/p0\",\"schema/table__partition/tkey29/p1\",\"schema/table__partition/tkey29/p2\",\"schema/table__partition/tkey29/p3\",\"schema/table__partition/tkey29\",\"schema/table__partition/tkey30/p0\",\"schema/table__partition/tkey30/p1\",\"schema/table__partition/tkey30/p2\",\"schema/table__partition/tkey30/p3\",\"schema/table__partition/tkey30\",\"schema/table__partition/tkey31/p0\",\"schema/table__partition/tkey31/p1\",\"schema/table__partition/tkey31/p2\",\"schema/table__partition/tkey31/p3\",\"schema/table__partition/tkey31\",\"schema/table__partition/t_31721/p0\",\"schema/table__partition/t_31721/p1\",\"schema/table__partition/t_31721/p2\",\"schema/table__partition/t_31721\",\"schema/table__partition/tkey14/p0\",\"schema/table__partition/tkey14/p1\",\"schema/table__partition/tkey14/p2\",\"schema/table__partition/tkey14/p3\",\"schema/table__partition/tkey14/p4\",\"schema/table__partition/tkey14\",\"schema/table__partition/tkey15/p0\",\"schema/table__partition/tkey15/p1\",\"schema/table__partition/tkey15/p2\",\"schema/table__partition/tkey15/p3\",\"schema/table__partition/tkey15\",\"schema/table__partition/tkey16\",\"schema/table__partition/tkey17/p0\",\"schema/table__partition/tkey17/p1\",\"schema/table__partition/tkey17\",\"schema/table__partition/t_44966/p0\",\"schema/table__partition/t_44966\",\"schema/table__partition/t\"]}}"] [2024/05/06 22:36:16.487 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16524] [peer-ids="[16525]"] [2024/05/06 22:36:16.488 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF8500000000000000F8} -> {748000000000004FFF8A00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8000] [new-version=8001] [2024/05/06 22:36:16.488 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16524 start_key:\"748000000000004FFF8500000000000000F8\" end_key:\"748000000000004FFF8A00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:16.536 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:PatchRegionLabelRules, Method:HTTP/1.1/PATCH:/pd/api/v1/config/region-label/rules, CallerID:tidb-info-syncer, IP:127.0.0.1, Port:44264, StartTime:2024-05-06 22:36:16 +0800 CST, URLParam:{}, BodyParam:{\"sets\":[],\"deletes\":[\"schema/table__tables/shard_t\"]}}"] [2024/05/06 22:36:16.757 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16526] [peer-ids="[16527]"] [2024/05/06 22:36:16.758 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16526 start_key:\"748000000000004FFF8A00000000000000F8\" end_key:\"748000000000004FFF8F00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:16.758 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF8A00000000000000F8} -> {748000000000004FFF8F00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8001] [new-version=8002] [2024/05/06 22:36:16.835 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16528] [peer-ids="[16529]"] [2024/05/06 22:36:16.836 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF8F00000000000000F8} -> {748000000000004FFF9100000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8002] [new-version=8003] [2024/05/06 22:36:16.836 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16528 start_key:\"748000000000004FFF8F00000000000000F8\" end_key:\"748000000000004FFF9100000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:16.885 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:PatchRegionLabelRules, Method:HTTP/1.1/PATCH:/pd/api/v1/config/region-label/rules, CallerID:tidb-info-syncer, IP:127.0.0.1, Port:44264, StartTime:2024-05-06 22:36:16 +0800 CST, URLParam:{}, BodyParam:{\"sets\":[],\"deletes\":[\"schema/table__temptable/t\",\"schema/table__temptable/tv\"]}}"] [2024/05/06 22:36:17.116 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16530] [peer-ids="[16531]"] [2024/05/06 22:36:17.116 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF9100000000000000F8} -> {748000000000004FFF9700000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8003] [new-version=8004] [2024/05/06 22:36:17.116 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16530 start_key:\"748000000000004FFF9100000000000000F8\" end_key:\"748000000000004FFF9700000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:17.198 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16532] [peer-ids="[16533]"] [2024/05/06 22:36:17.199 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16532 start_key:\"748000000000004FFF9700000000000000F8\" end_key:\"748000000000004FFF9900000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:17.199 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF9700000000000000F8} -> {748000000000004FFF9900000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8004] [new-version=8005] [2024/05/06 22:36:17.296 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16534] [peer-ids="[16535]"] [2024/05/06 22:36:17.297 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF9900000000000000F8} -> {748000000000004FFF9B00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8005] [new-version=8006] [2024/05/06 22:36:17.297 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16534 start_key:\"748000000000004FFF9900000000000000F8\" end_key:\"748000000000004FFF9B00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:17.371 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16536] [peer-ids="[16537]"] [2024/05/06 22:36:17.371 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF9B00000000000000F8} -> {748000000000004FFF9D00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8006] [new-version=8007] [2024/05/06 22:36:17.371 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16536 start_key:\"748000000000004FFF9B00000000000000F8\" end_key:\"748000000000004FFF9D00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:17.460 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16538] [peer-ids="[16539]"] [2024/05/06 22:36:17.461 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF9D00000000000000F8} -> {748000000000004FFF9F00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8007] [new-version=8008] [2024/05/06 22:36:17.461 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16538 start_key:\"748000000000004FFF9D00000000000000F8\" end_key:\"748000000000004FFF9F00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:17.550 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16540] [peer-ids="[16541]"] [2024/05/06 22:36:17.551 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFF9F00000000000000F8} -> {748000000000004FFFA100000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8008] [new-version=8009] [2024/05/06 22:36:17.551 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16540 start_key:\"748000000000004FFF9F00000000000000F8\" end_key:\"748000000000004FFFA100000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:17.599 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:PatchRegionLabelRules, Method:HTTP/1.1/PATCH:/pd/api/v1/config/region-label/rules, CallerID:tidb-info-syncer, IP:127.0.0.1, Port:44264, StartTime:2024-05-06 22:36:17 +0800 CST, URLParam:{}, BodyParam:{\"sets\":[],\"deletes\":[\"schema/topn_push_down/tr\",\"schema/topn_push_down/p\",\"schema/topn_push_down/te\",\"schema/topn_push_down/t1\",\"schema/topn_push_down/t2\",\"schema/topn_push_down/t\"]}}"] [2024/05/06 22:36:18.025 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16542] [peer-ids="[16543]"] [2024/05/06 22:36:18.026 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFFA100000000000000F8} -> {748000000000004FFFA900000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8009] [new-version=8010] [2024/05/06 22:36:18.026 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16542 start_key:\"748000000000004FFFA100000000000000F8\" end_key:\"748000000000004FFFA900000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:18.094 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16544] [peer-ids="[16545]"] [2024/05/06 22:36:18.095 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFFA900000000000000F8} -> {748000000000004FFFAB00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8010] [new-version=8011] [2024/05/06 22:36:18.095 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16544 start_key:\"748000000000004FFFA900000000000000F8\" end_key:\"748000000000004FFFAB00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:18.172 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16546] [peer-ids="[16547]"] [2024/05/06 22:36:18.173 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFFAB00000000000000F8} -> {748000000000004FFFAD00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8011] [new-version=8012] [2024/05/06 22:36:18.173 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16546 start_key:\"748000000000004FFFAB00000000000000F8\" end_key:\"748000000000004FFFAD00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:18.242 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16548] [peer-ids="[16549]"] [2024/05/06 22:36:18.243 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFFAD00000000000000F8} -> {748000000000004FFFAF00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8012] [new-version=8013] [2024/05/06 22:36:18.243 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16548 start_key:\"748000000000004FFFAD00000000000000F8\" end_key:\"748000000000004FFFAF00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:18.327 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16550] [peer-ids="[16551]"] [2024/05/06 22:36:18.328 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16550 start_key:\"748000000000004FFFAF00000000000000F8\" end_key:\"748000000000004FFFB100000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:18.328 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFFAF00000000000000F8} -> {748000000000004FFFB100000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8013] [new-version=8014] [2024/05/06 22:36:18.397 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16552] [peer-ids="[16553]"] [2024/05/06 22:36:18.397 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16552 start_key:\"748000000000004FFFB100000000000000F8\" end_key:\"748000000000004FFFB300000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:18.397 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFFB100000000000000F8} -> {748000000000004FFFB300000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8014] [new-version=8015] [2024/05/06 22:36:18.466 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16554] [peer-ids="[16555]"] [2024/05/06 22:36:18.467 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFFB300000000000000F8} -> {748000000000004FFFB500000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8015] [new-version=8016] [2024/05/06 22:36:18.467 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16554 start_key:\"748000000000004FFFB300000000000000F8\" end_key:\"748000000000004FFFB500000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:18.540 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16556] [peer-ids="[16557]"] [2024/05/06 22:36:18.541 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFFB500000000000000F8} -> {748000000000004FFFB700000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8016] [new-version=8017] [2024/05/06 22:36:18.541 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16556 start_key:\"748000000000004FFFB500000000000000F8\" end_key:\"748000000000004FFFB700000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:20.668 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:PatchRegionLabelRules, Method:HTTP/1.1/PATCH:/pd/api/v1/config/region-label/rules, CallerID:tidb-info-syncer, IP:127.0.0.1, Port:44264, StartTime:2024-05-06 22:36:20 +0800 CST, URLParam:{}, BodyParam:{\"sets\":[],\"deletes\":[\"schema/tpch/nation\",\"schema/tpch/region\",\"schema/tpch/part\",\"schema/tpch/supplier\",\"schema/tpch/partsupp\",\"schema/tpch/customer\",\"schema/tpch/orders\",\"schema/tpch/lineitem\"]}}"] [2024/05/06 22:36:20.875 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16558] [peer-ids="[16559]"] [2024/05/06 22:36:20.877 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFFB700000000000000F8} -> {748000000000004FFFBC00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8017] [new-version=8018] [2024/05/06 22:36:20.877 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16558 start_key:\"748000000000004FFFB700000000000000F8\" end_key:\"748000000000004FFFBC00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:21.079 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16560] [peer-ids="[16561]"] [2024/05/06 22:36:21.080 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16560 start_key:\"748000000000004FFFBC00000000000000F8\" end_key:\"748000000000004FFFBF00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:21.080 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFFBC00000000000000F8} -> {748000000000004FFFBF00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8018] [new-version=8019] [2024/05/06 22:36:21.158 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16562] [peer-ids="[16563]"] [2024/05/06 22:36:21.159 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFFBF00000000000000F8} -> {748000000000004FFFC100000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8019] [new-version=8020] [2024/05/06 22:36:21.159 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16562 start_key:\"748000000000004FFFBF00000000000000F8\" end_key:\"748000000000004FFFC100000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:21.339 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16564] [peer-ids="[16565]"] [2024/05/06 22:36:21.340 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFFC100000000000000F8} -> {748000000000004FFFC400000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8020] [new-version=8021] [2024/05/06 22:36:21.339 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16564 start_key:\"748000000000004FFFC100000000000000F8\" end_key:\"748000000000004FFFC400000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:21.429 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16566] [peer-ids="[16567]"] [2024/05/06 22:36:21.430 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16566 start_key:\"748000000000004FFFC400000000000000F8\" end_key:\"748000000000004FFFC600000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:21.430 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFFC400000000000000F8} -> {748000000000004FFFC600000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8021] [new-version=8022] [2024/05/06 22:36:21.500 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16568] [peer-ids="[16569]"] [2024/05/06 22:36:21.501 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16568 start_key:\"748000000000004FFFC600000000000000F8\" end_key:\"748000000000004FFFC800000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:21.501 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFFC600000000000000F8} -> {748000000000004FFFC800000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8022] [new-version=8023] [2024/05/06 22:36:21.684 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16570] [peer-ids="[16571]"] [2024/05/06 22:36:21.685 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFFC800000000000000F8} -> {748000000000004FFFCB00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8023] [new-version=8024] [2024/05/06 22:36:21.685 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16570 start_key:\"748000000000004FFFC800000000000000F8\" end_key:\"748000000000004FFFCB00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:21.869 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16572] [peer-ids="[16573]"] [2024/05/06 22:36:21.870 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFFCB00000000000000F8} -> {748000000000004FFFCE00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8024] [new-version=8025] [2024/05/06 22:36:21.870 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16572 start_key:\"748000000000004FFFCB00000000000000F8\" end_key:\"748000000000004FFFCE00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:22.049 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16574] [peer-ids="[16575]"] [2024/05/06 22:36:22.049 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16574 start_key:\"748000000000004FFFCE00000000000000F8\" end_key:\"748000000000004FFFD100000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:22.050 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFFCE00000000000000F8} -> {748000000000004FFFD100000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8025] [new-version=8026] [2024/05/06 22:36:22.230 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16576] [peer-ids="[16577]"] [2024/05/06 22:36:22.231 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFFD100000000000000F8} -> {748000000000004FFFD400000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8026] [new-version=8027] [2024/05/06 22:36:22.231 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16576 start_key:\"748000000000004FFFD100000000000000F8\" end_key:\"748000000000004FFFD400000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:22.417 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16578] [peer-ids="[16579]"] [2024/05/06 22:36:22.417 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFFD400000000000000F8} -> {748000000000004FFFD700000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8027] [new-version=8028] [2024/05/06 22:36:22.417 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16578 start_key:\"748000000000004FFFD400000000000000F8\" end_key:\"748000000000004FFFD700000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:22.597 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16580] [peer-ids="[16581]"] [2024/05/06 22:36:22.598 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16580 start_key:\"748000000000004FFFD700000000000000F8\" end_key:\"748000000000004FFFDA00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:22.598 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFFD700000000000000F8} -> {748000000000004FFFDA00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8028] [new-version=8029] [2024/05/06 22:36:22.785 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16582] [peer-ids="[16583]"] [2024/05/06 22:36:22.786 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFFDA00000000000000F8} -> {748000000000004FFFDD00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8029] [new-version=8030] [2024/05/06 22:36:22.786 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16582 start_key:\"748000000000004FFFDA00000000000000F8\" end_key:\"748000000000004FFFDD00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:22.965 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16584] [peer-ids="[16585]"] [2024/05/06 22:36:22.966 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFFDD00000000000000F8} -> {748000000000004FFFE000000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8030] [new-version=8031] [2024/05/06 22:36:22.966 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16584 start_key:\"748000000000004FFFDD00000000000000F8\" end_key:\"748000000000004FFFE000000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:23.151 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16586] [peer-ids="[16587]"] [2024/05/06 22:36:23.152 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFFE000000000000000F8} -> {748000000000004FFFE300000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8031] [new-version=8032] [2024/05/06 22:36:23.152 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16586 start_key:\"748000000000004FFFE000000000000000F8\" end_key:\"748000000000004FFFE300000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:23.333 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16588] [peer-ids="[16589]"] [2024/05/06 22:36:23.333 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16588 start_key:\"748000000000004FFFE300000000000000F8\" end_key:\"748000000000004FFFE600000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:23.333 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFFE300000000000000F8} -> {748000000000004FFFE600000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8032] [new-version=8033] [2024/05/06 22:36:23.509 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16590] [peer-ids="[16591]"] [2024/05/06 22:36:23.510 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFFE600000000000000F8} -> {748000000000004FFFE900000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8033] [new-version=8034] [2024/05/06 22:36:23.510 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16590 start_key:\"748000000000004FFFE600000000000000F8\" end_key:\"748000000000004FFFE900000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:23.696 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16592] [peer-ids="[16593]"] [2024/05/06 22:36:23.696 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFFE900000000000000F8} -> {748000000000004FFFEC00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8034] [new-version=8035] [2024/05/06 22:36:23.696 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16592 start_key:\"748000000000004FFFE900000000000000F8\" end_key:\"748000000000004FFFEC00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:23.883 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16594] [peer-ids="[16595]"] [2024/05/06 22:36:23.884 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16594 start_key:\"748000000000004FFFEC00000000000000F8\" end_key:\"748000000000004FFFEF00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:23.884 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFFEC00000000000000F8} -> {748000000000004FFFEF00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8035] [new-version=8036] [2024/05/06 22:36:24.074 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16596] [peer-ids="[16597]"] [2024/05/06 22:36:24.075 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFFEF00000000000000F8} -> {748000000000004FFFF200000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8036] [new-version=8037] [2024/05/06 22:36:24.075 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16596 start_key:\"748000000000004FFFEF00000000000000F8\" end_key:\"748000000000004FFFF200000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:24.237 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:PatchRegionLabelRules, Method:HTTP/1.1/PATCH:/pd/api/v1/config/region-label/rules, CallerID:tidb-info-syncer, IP:127.0.0.1, Port:44264, StartTime:2024-05-06 22:36:24 +0800 CST, URLParam:{}, BodyParam:{\"sets\":[],\"deletes\":[\"schema/types__const/t\",\"schema/types__const/tb5\",\"schema/types__const/t1\"]}}"] [2024/05/06 22:36:24.440 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16598] [peer-ids="[16599]"] [2024/05/06 22:36:24.441 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFFF200000000000000F8} -> {748000000000004FFFF800000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8037] [new-version=8038] [2024/05/06 22:36:24.441 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16598 start_key:\"748000000000004FFFF200000000000000F8\" end_key:\"748000000000004FFFF800000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:24.511 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16600] [peer-ids="[16601]"] [2024/05/06 22:36:24.512 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFFF800000000000000F8} -> {748000000000004FFFFA00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8038] [new-version=8039] [2024/05/06 22:36:24.512 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16600 start_key:\"748000000000004FFFF800000000000000F8\" end_key:\"748000000000004FFFFA00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:25.943 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:SetRegionLabelRule, Method:HTTP/1.1/POST:/pd/api/v1/config/region-label/rule, CallerID:pd-http-client, IP:127.0.0.1, Port:44264, StartTime:2024-05-06 22:36:25 +0800 CST, URLParam:{}, BodyParam:{\"id\":\"00af1218-4f8b-4185-8dd1-8bbe7002b7a5\",\"index\":0,\"labels\":[{\"key\":\"schedule\",\"value\":\"deny\",\"ttl\":\"5m0s\"}],\"rule_type\":\"key-range\",\"data\":[{\"start_key\":\"748000000000004ffffa5f698000000000ff0000010100000000ff00000000f7038000ff0000000000010000fd\",\"end_key\":\"748000000000004ffffa5f698000000000ff0000010100000000ff00000000f7038000ff0000000000010000fe\"}]}}"] [2024/05/06 22:36:25.947 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"labeler-split-region {split: region 14 use policy USEKEY and keys [748000000000004FFFFA5F698000000000FF0000010100000000FF00000000F7038000FF0000000000010000FD 748000000000004FFFFA5F698000000000FF0000010100000000FF00000000F7038000FF0000000000010000FE]} (kind:split, region:14(8039, 1), createAt:2024-05-06 22:36:25.946991477 +0800 CST m=+1682.229265394, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"748000FFFFFFFFFFFFF900000000000000F8\",\"region-start-key\":\"748000000000004FFFFA00000000000000F8\"}"] [2024/05/06 22:36:25.947 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:36:25.947 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16602] [peer-ids="[16603]"] [2024/05/06 22:36:25.947 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16604] [peer-ids="[16605]"] [2024/05/06 22:36:25.948 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFFFA00000000000000F8} -> {748000000000004FFFFA5F698000000000FF0000010100000000FF00000000F7038000FF0000000000010000FE}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8039] [new-version=8041] [2024/05/06 22:36:25.948 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=1.292119ms] [operator="\"labeler-split-region {split: region 14 use policy USEKEY and keys [748000000000004FFFFA5F698000000000FF0000010100000000FF00000000F7038000FF0000000000010000FD 748000000000004FFFFA5F698000000000FF0000010100000000FF00000000F7038000FF0000000000010000FE]} (kind:split, region:14(8039, 1), createAt:2024-05-06 22:36:25.946991477 +0800 CST m=+1682.229265394, startAt:2024-05-06 22:36:25.947102328 +0800 CST m=+1682.229376245, currentStep:1, size:1, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\",\"region-end-key\":\"748000FFFFFFFFFFFFF900000000000000F8\",\"region-start-key\":\"748000000000004FFFFA00000000000000F8\"}"] [2024/05/06 22:36:25.948 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16602 start_key:\"748000000000004FFFFA00000000000000F8\" end_key:\"748000000000004FFFFA5F698000000000FF0000010100000000FF00000000F7038000FF0000000000010000FD\" region_epoch: peers: id:16604 start_key:\"748000000000004FFFFA5F698000000000FF0000010100000000FF00000000F7038000FF0000000000010000FD\" end_key:\"748000000000004FFFFA5F698000000000FF0000010100000000FF00000000F7038000FF0000000000010000FE\" region_epoch: peers:"] [total=2] [2024/05/06 22:36:25.969 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:PatchRegionLabelRules, Method:HTTP/1.1/PATCH:/pd/api/v1/config/region-label/rules, CallerID:pd-http-client, IP:127.0.0.1, Port:44274, StartTime:2024-05-06 22:36:25 +0800 CST, URLParam:{}, BodyParam:{\"sets\":null,\"deletes\":[\"00af1218-4f8b-4185-8dd1-8bbe7002b7a5\"]}}"] [2024/05/06 22:36:28.320 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:SetRegionLabelRule, Method:HTTP/1.1/POST:/pd/api/v1/config/region-label/rule, CallerID:pd-http-client, IP:127.0.0.1, Port:33986, StartTime:2024-05-06 22:36:28 +0800 CST, URLParam:{}, BodyParam:{\"id\":\"d3ecb49b-f04f-44cf-8e0b-1e72a3fa341b\",\"index\":0,\"labels\":[{\"key\":\"schedule\",\"value\":\"deny\",\"ttl\":\"5m0s\"}],\"rule_type\":\"key-range\",\"data\":[{\"start_key\":\"748000000000004ffffa5f698000000000ff0000020100000000ff00000000f7038000ff0000000000010000fd\",\"end_key\":\"748000000000004ffffa5f698000000000ff0000020100000000ff00000000f7038000ff0000000000010000fe\"}]}}"] [2024/05/06 22:36:28.346 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:PatchRegionLabelRules, Method:HTTP/1.1/PATCH:/pd/api/v1/config/region-label/rules, CallerID:pd-http-client, IP:127.0.0.1, Port:34018, StartTime:2024-05-06 22:36:28 +0800 CST, URLParam:{}, BodyParam:{\"sets\":null,\"deletes\":[\"d3ecb49b-f04f-44cf-8e0b-1e72a3fa341b\"]}}"] [2024/05/06 22:36:29.143 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16606] [peer-ids="[16607]"] [2024/05/06 22:36:29.144 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{748000000000004FFFFA5F698000000000FF0000010100000000FF00000000F7038000FF0000000000010000FE} -> {7480000000000050FF0100000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8041] [new-version=8042] [2024/05/06 22:36:29.144 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16606 start_key:\"748000000000004FFFFA5F698000000000FF0000010100000000FF00000000F7038000FF0000000000010000FE\" end_key:\"7480000000000050FF0100000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:30.417 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:SetRegionLabelRule, Method:HTTP/1.1/POST:/pd/api/v1/config/region-label/rule, CallerID:pd-http-client, IP:127.0.0.1, Port:34024, StartTime:2024-05-06 22:36:30 +0800 CST, URLParam:{}, BodyParam:{\"id\":\"10b32c5e-ef57-4881-9511-2627681cb522\",\"index\":0,\"labels\":[{\"key\":\"schedule\",\"value\":\"deny\",\"ttl\":\"5m0s\"}],\"rule_type\":\"key-range\",\"data\":[{\"start_key\":\"7480000000000050ff015f698000000000ff0000010380000000ff0000006403800000ff0000000001000000fc\",\"end_key\":\"7480000000000050ff015f698000000000ff0000010380000000ff0000006403800000ff0000000001000000fd\"}]}}"] [2024/05/06 22:36:30.443 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:PatchRegionLabelRules, Method:HTTP/1.1/PATCH:/pd/api/v1/config/region-label/rules, CallerID:pd-http-client, IP:127.0.0.1, Port:38526, StartTime:2024-05-06 22:36:30 +0800 CST, URLParam:{}, BodyParam:{\"sets\":null,\"deletes\":[\"10b32c5e-ef57-4881-9511-2627681cb522\"]}}"] [2024/05/06 22:36:32.524 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:SetRegionLabelRule, Method:HTTP/1.1/POST:/pd/api/v1/config/region-label/rule, CallerID:pd-http-client, IP:127.0.0.1, Port:38540, StartTime:2024-05-06 22:36:32 +0800 CST, URLParam:{}, BodyParam:{\"id\":\"284ae4ce-3125-47c8-9e58-f4f9d4a7a13d\",\"index\":0,\"labels\":[{\"key\":\"schedule\",\"value\":\"deny\",\"ttl\":\"5m0s\"}],\"rule_type\":\"key-range\",\"data\":[{\"start_key\":\"7480000000000050ff015f698000000000ff00000205bff3be76ffc8b4395803800000ff0000000001000000fc\",\"end_key\":\"7480000000000050ff015f698000000000ff00000205bff3be76ffc8b4395803800000ff0000000001000000fd\"}]}}"] [2024/05/06 22:36:32.528 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"labeler-split-region {split: region 14 use policy USEKEY and keys [7480000000000050FF015F698000000000FF00000205BFF3BE76FFC8B4395803800000FF0000000001000000FC 7480000000000050FF015F698000000000FF00000205BFF3BE76FFC8B4395803800000FF0000000001000000FD]} (kind:split, region:14(8042, 1), createAt:2024-05-06 22:36:32.528155184 +0800 CST m=+1688.810429101, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"748000FFFFFFFFFFFFF900000000000000F8\",\"region-start-key\":\"7480000000000050FF0100000000000000F8\"}"] [2024/05/06 22:36:32.528 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:36:32.528 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16608] [peer-ids="[16609]"] [2024/05/06 22:36:32.528 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16610] [peer-ids="[16611]"] [2024/05/06 22:36:32.529 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000050FF0100000000000000F8} -> {7480000000000050FF015F698000000000FF00000205BFF3BE76FFC8B4395803800000FF0000000001000000FD}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8042] [new-version=8044] [2024/05/06 22:36:32.529 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=1.275439ms] [operator="\"labeler-split-region {split: region 14 use policy USEKEY and keys [7480000000000050FF015F698000000000FF00000205BFF3BE76FFC8B4395803800000FF0000000001000000FC 7480000000000050FF015F698000000000FF00000205BFF3BE76FFC8B4395803800000FF0000000001000000FD]} (kind:split, region:14(8042, 1), createAt:2024-05-06 22:36:32.528155184 +0800 CST m=+1688.810429101, startAt:2024-05-06 22:36:32.52826206 +0800 CST m=+1688.810535977, currentStep:1, size:1, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\",\"region-end-key\":\"748000FFFFFFFFFFFFF900000000000000F8\",\"region-start-key\":\"7480000000000050FF0100000000000000F8\"}"] [2024/05/06 22:36:32.529 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16608 start_key:\"7480000000000050FF0100000000000000F8\" end_key:\"7480000000000050FF015F698000000000FF00000205BFF3BE76FFC8B4395803800000FF0000000001000000FC\" region_epoch: peers: id:16610 start_key:\"7480000000000050FF015F698000000000FF00000205BFF3BE76FFC8B4395803800000FF0000000001000000FC\" end_key:\"7480000000000050FF015F698000000000FF00000205BFF3BE76FFC8B4395803800000FF0000000001000000FD\" region_epoch: peers:"] [total=2] [2024/05/06 22:36:32.550 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:PatchRegionLabelRules, Method:HTTP/1.1/PATCH:/pd/api/v1/config/region-label/rules, CallerID:pd-http-client, IP:127.0.0.1, Port:38554, StartTime:2024-05-06 22:36:32 +0800 CST, URLParam:{}, BodyParam:{\"sets\":null,\"deletes\":[\"284ae4ce-3125-47c8-9e58-f4f9d4a7a13d\"]}}"] [2024/05/06 22:36:34.640 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:SetRegionLabelRule, Method:HTTP/1.1/POST:/pd/api/v1/config/region-label/rule, CallerID:pd-http-client, IP:127.0.0.1, Port:38558, StartTime:2024-05-06 22:36:34 +0800 CST, URLParam:{}, BodyParam:{\"id\":\"3d66c26c-adf3-4cf1-a2cf-3b1de32db004\",\"index\":0,\"labels\":[{\"key\":\"schedule\",\"value\":\"deny\",\"ttl\":\"5m0s\"}],\"rule_type\":\"key-range\",\"data\":[{\"start_key\":\"7480000000000050ff015f698000000000ff00000306140a8000ff0000010df28e8000ff0380000000000000ff0100000000000000f8\",\"end_key\":\"7480000000000050ff015f698000000000ff00000306140a8000ff0000010df28e8000ff0380000000000000ff0100000000000000f9\"}]}}"] [2024/05/06 22:36:34.642 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"labeler-split-region {split: region 14 use policy USEKEY and keys [7480000000000050FF015F698000000000FF00000306140A8000FF0000010DF28E8000FF0380000000000000FF0100000000000000F8 7480000000000050FF015F698000000000FF00000306140A8000FF0000010DF28E8000FF0380000000000000FF0100000000000000F9]} (kind:split, region:14(8044, 1), createAt:2024-05-06 22:36:34.642164445 +0800 CST m=+1690.924438367, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"748000FFFFFFFFFFFFF900000000000000F8\",\"region-start-key\":\"7480000000000050FF015F698000000000FF00000205BFF3BE76FFC8B4395803800000FF0000000001000000FD\"}"] [2024/05/06 22:36:34.642 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:36:34.642 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16612] [peer-ids="[16613]"] [2024/05/06 22:36:34.642 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16614] [peer-ids="[16615]"] [2024/05/06 22:36:34.643 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16612 start_key:\"7480000000000050FF015F698000000000FF00000205BFF3BE76FFC8B4395803800000FF0000000001000000FD\" end_key:\"7480000000000050FF015F698000000000FF00000306140A8000FF0000010DF28E8000FF0380000000000000FF0100000000000000F8\" region_epoch: peers: id:16614 start_key:\"7480000000000050FF015F698000000000FF00000306140A8000FF0000010DF28E8000FF0380000000000000FF0100000000000000F8\" end_key:\"7480000000000050FF015F698000000000FF00000306140A8000FF0000010DF28E8000FF0380000000000000FF0100000000000000F9\" region_epoch: peers:"] [total=2] [2024/05/06 22:36:34.643 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000050FF015F698000000000FF00000205BFF3BE76FFC8B4395803800000FF0000000001000000FD} -> {7480000000000050FF015F698000000000FF00000306140A8000FF0000010DF28E8000FF0380000000000000FF0100000000000000F9}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8044] [new-version=8046] [2024/05/06 22:36:34.643 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=1.41041ms] [operator="\"labeler-split-region {split: region 14 use policy USEKEY and keys [7480000000000050FF015F698000000000FF00000306140A8000FF0000010DF28E8000FF0380000000000000FF0100000000000000F8 7480000000000050FF015F698000000000FF00000306140A8000FF0000010DF28E8000FF0380000000000000FF0100000000000000F9]} (kind:split, region:14(8044, 1), createAt:2024-05-06 22:36:34.642164445 +0800 CST m=+1690.924438367, startAt:2024-05-06 22:36:34.642275165 +0800 CST m=+1690.924549083, currentStep:1, size:1, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\",\"region-end-key\":\"748000FFFFFFFFFFFFF900000000000000F8\",\"region-start-key\":\"7480000000000050FF015F698000000000FF00000205BFF3BE76FFC8B4395803800000FF0000000001000000FD\"}"] [2024/05/06 22:36:34.669 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:PatchRegionLabelRules, Method:HTTP/1.1/PATCH:/pd/api/v1/config/region-label/rules, CallerID:pd-http-client, IP:127.0.0.1, Port:38570, StartTime:2024-05-06 22:36:34 +0800 CST, URLParam:{}, BodyParam:{\"sets\":null,\"deletes\":[\"3d66c26c-adf3-4cf1-a2cf-3b1de32db004\"]}}"] [2024/05/06 22:36:36.623 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:SetRegionLabelRule, Method:HTTP/1.1/POST:/pd/api/v1/config/region-label/rule, CallerID:pd-http-client, IP:127.0.0.1, Port:38582, StartTime:2024-05-06 22:36:36 +0800 CST, URLParam:{}, BodyParam:{\"id\":\"9924a0d2-6662-4dcc-94da-b2fb96fef9a8\",\"index\":0,\"labels\":[{\"key\":\"schedule\",\"value\":\"deny\",\"ttl\":\"5m0s\"}],\"rule_type\":\"key-range\",\"data\":[{\"start_key\":\"7480000000000050ff015f698000000000ff0000040122616263ff64656667ff220000ff0000000000f80380ff0000000000000100fe\",\"end_key\":\"7480000000000050ff015f698000000000ff0000040122616263ff64656667ff220000ff0000000000f80380ff0000000000000100ff0000000000000000f7\"}]}}"] [2024/05/06 22:36:36.625 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"labeler-split-region {split: region 14 use policy USEKEY and keys [7480000000000050FF015F698000000000FF0000040122616263FF64656667FF220000FF0000000000F80380FF0000000000000100FE 7480000000000050FF015F698000000000FF0000040122616263FF64656667FF220000FF0000000000F80380FF0000000000000100FF0000000000000000F7]} (kind:split, region:14(8046, 1), createAt:2024-05-06 22:36:36.625270329 +0800 CST m=+1692.907544246, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"748000FFFFFFFFFFFFF900000000000000F8\",\"region-start-key\":\"7480000000000050FF015F698000000000FF00000306140A8000FF0000010DF28E8000FF0380000000000000FF0100000000000000F9\"}"] [2024/05/06 22:36:36.625 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:36:36.625 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16616] [peer-ids="[16617]"] [2024/05/06 22:36:36.625 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16618] [peer-ids="[16619]"] [2024/05/06 22:36:36.626 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000050FF015F698000000000FF00000306140A8000FF0000010DF28E8000FF0380000000000000FF0100000000000000F9} -> {7480000000000050FF015F698000000000FF0000040122616263FF64656667FF220000FF0000000000F80380FF0000000000000100FF0000000000000000F7}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8046] [new-version=8048] [2024/05/06 22:36:36.626 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=1.215227ms] [operator="\"labeler-split-region {split: region 14 use policy USEKEY and keys [7480000000000050FF015F698000000000FF0000040122616263FF64656667FF220000FF0000000000F80380FF0000000000000100FE 7480000000000050FF015F698000000000FF0000040122616263FF64656667FF220000FF0000000000F80380FF0000000000000100FF0000000000000000F7]} (kind:split, region:14(8046, 1), createAt:2024-05-06 22:36:36.625270329 +0800 CST m=+1692.907544246, startAt:2024-05-06 22:36:36.625375094 +0800 CST m=+1692.907649011, currentStep:1, size:1, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\",\"region-end-key\":\"748000FFFFFFFFFFFFF900000000000000F8\",\"region-start-key\":\"7480000000000050FF015F698000000000FF00000306140A8000FF0000010DF28E8000FF0380000000000000FF0100000000000000F9\"}"] [2024/05/06 22:36:36.626 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16616 start_key:\"7480000000000050FF015F698000000000FF00000306140A8000FF0000010DF28E8000FF0380000000000000FF0100000000000000F9\" end_key:\"7480000000000050FF015F698000000000FF0000040122616263FF64656667FF220000FF0000000000F80380FF0000000000000100FE\" region_epoch: peers: id:16618 start_key:\"7480000000000050FF015F698000000000FF0000040122616263FF64656667FF220000FF0000000000F80380FF0000000000000100FE\" end_key:\"7480000000000050FF015F698000000000FF0000040122616263FF64656667FF220000FF0000000000F80380FF0000000000000100FF0000000000000000F7\" region_epoch: peers:"] [total=2] [2024/05/06 22:36:36.649 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:PatchRegionLabelRules, Method:HTTP/1.1/PATCH:/pd/api/v1/config/region-label/rules, CallerID:pd-http-client, IP:127.0.0.1, Port:38604, StartTime:2024-05-06 22:36:36 +0800 CST, URLParam:{}, BodyParam:{\"sets\":null,\"deletes\":[\"9924a0d2-6662-4dcc-94da-b2fb96fef9a8\"]}}"] [2024/05/06 22:36:38.691 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:SetRegionLabelRule, Method:HTTP/1.1/POST:/pd/api/v1/config/region-label/rule, CallerID:pd-http-client, IP:127.0.0.1, Port:38614, StartTime:2024-05-06 22:36:38 +0800 CST, URLParam:{}, BodyParam:{\"id\":\"bf2331d6-e800-4f25-a397-93309120256a\",\"index\":0,\"labels\":[{\"key\":\"schedule\",\"value\":\"deny\",\"ttl\":\"5m0s\"}],\"rule_type\":\"key-range\",\"data\":[{\"start_key\":\"7480000000000050ff015f698000000000ff0000050419a0f800ff0000000003800000ff0000000001000000fc\",\"end_key\":\"7480000000000050ff015f698000000000ff0000050419a0f800ff0000000003800000ff0000000001000000fd\"}]}}"] [2024/05/06 22:36:38.707 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"labeler-split-region {split: region 14 use policy USEKEY and keys [7480000000000050FF015F698000000000FF0000050419A0F800FF0000000003800000FF0000000001000000FC 7480000000000050FF015F698000000000FF0000050419A0F800FF0000000003800000FF0000000001000000FD]} (kind:split, region:14(8048, 1), createAt:2024-05-06 22:36:38.707183851 +0800 CST m=+1694.989457773, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"748000FFFFFFFFFFFFF900000000000000F8\",\"region-start-key\":\"7480000000000050FF015F698000000000FF0000040122616263FF64656667FF220000FF0000000000F80380FF0000000000000100FF0000000000000000F7\"}"] [2024/05/06 22:36:38.707 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:36:38.707 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16620] [peer-ids="[16621]"] [2024/05/06 22:36:38.707 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16622] [peer-ids="[16623]"] [2024/05/06 22:36:38.708 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=1.129925ms] [operator="\"labeler-split-region {split: region 14 use policy USEKEY and keys [7480000000000050FF015F698000000000FF0000050419A0F800FF0000000003800000FF0000000001000000FC 7480000000000050FF015F698000000000FF0000050419A0F800FF0000000003800000FF0000000001000000FD]} (kind:split, region:14(8048, 1), createAt:2024-05-06 22:36:38.707183851 +0800 CST m=+1694.989457773, startAt:2024-05-06 22:36:38.707312497 +0800 CST m=+1694.989586414, currentStep:1, size:1, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\",\"region-end-key\":\"748000FFFFFFFFFFFFF900000000000000F8\",\"region-start-key\":\"7480000000000050FF015F698000000000FF0000040122616263FF64656667FF220000FF0000000000F80380FF0000000000000100FF0000000000000000F7\"}"] [2024/05/06 22:36:38.708 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000050FF015F698000000000FF0000040122616263FF64656667FF220000FF0000000000F80380FF0000000000000100FF0000000000000000F7} -> {7480000000000050FF015F698000000000FF0000050419A0F800FF0000000003800000FF0000000001000000FD}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8048] [new-version=8050] [2024/05/06 22:36:38.708 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16620 start_key:\"7480000000000050FF015F698000000000FF0000040122616263FF64656667FF220000FF0000000000F80380FF0000000000000100FF0000000000000000F7\" end_key:\"7480000000000050FF015F698000000000FF0000050419A0F800FF0000000003800000FF0000000001000000FC\" region_epoch: peers: id:16622 start_key:\"7480000000000050FF015F698000000000FF0000050419A0F800FF0000000003800000FF0000000001000000FC\" end_key:\"7480000000000050FF015F698000000000FF0000050419A0F800FF0000000003800000FF0000000001000000FD\" region_epoch: peers:"] [total=2] [2024/05/06 22:36:38.716 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:PatchRegionLabelRules, Method:HTTP/1.1/PATCH:/pd/api/v1/config/region-label/rules, CallerID:pd-http-client, IP:127.0.0.1, Port:38632, StartTime:2024-05-06 22:36:38 +0800 CST, URLParam:{}, BodyParam:{\"sets\":null,\"deletes\":[\"bf2331d6-e800-4f25-a397-93309120256a\"]}}"] [2024/05/06 22:36:40.791 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:SetRegionLabelRule, Method:HTTP/1.1/POST:/pd/api/v1/config/region-label/rule, CallerID:pd-http-client, IP:127.0.0.1, Port:38638, StartTime:2024-05-06 22:36:40 +0800 CST, URLParam:{}, BodyParam:{\"id\":\"d07b0f03-be85-4a78-83a0-283145fb04f8\",\"index\":0,\"labels\":[{\"key\":\"schedule\",\"value\":\"deny\",\"ttl\":\"5m0s\"}],\"rule_type\":\"key-range\",\"data\":[{\"start_key\":\"7480000000000050ff015f698000000000ff0000060780002a90ff3dc5560003800000ff0000000001000000fc\",\"end_key\":\"7480000000000050ff015f698000000000ff0000060780002a90ff3dc5560003800000ff0000000001000000fd\"}]}}"] [2024/05/06 22:36:40.800 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"labeler-split-region {split: region 14 use policy USEKEY and keys [7480000000000050FF015F698000000000FF0000060780002A90FF3DC5560003800000FF0000000001000000FC 7480000000000050FF015F698000000000FF0000060780002A90FF3DC5560003800000FF0000000001000000FD]} (kind:split, region:14(8050, 1), createAt:2024-05-06 22:36:40.800664314 +0800 CST m=+1697.082938231, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"748000FFFFFFFFFFFFF900000000000000F8\",\"region-start-key\":\"7480000000000050FF015F698000000000FF0000050419A0F800FF0000000003800000FF0000000001000000FD\"}"] [2024/05/06 22:36:40.800 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:36:40.801 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16624] [peer-ids="[16625]"] [2024/05/06 22:36:40.801 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16626] [peer-ids="[16627]"] [2024/05/06 22:36:40.801 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000050FF015F698000000000FF0000050419A0F800FF0000000003800000FF0000000001000000FD} -> {7480000000000050FF015F698000000000FF0000060780002A90FF3DC5560003800000FF0000000001000000FD}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8050] [new-version=8052] [2024/05/06 22:36:40.801 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16624 start_key:\"7480000000000050FF015F698000000000FF0000050419A0F800FF0000000003800000FF0000000001000000FD\" end_key:\"7480000000000050FF015F698000000000FF0000060780002A90FF3DC5560003800000FF0000000001000000FC\" region_epoch: peers: id:16626 start_key:\"7480000000000050FF015F698000000000FF0000060780002A90FF3DC5560003800000FF0000000001000000FC\" end_key:\"7480000000000050FF015F698000000000FF0000060780002A90FF3DC5560003800000FF0000000001000000FD\" region_epoch: peers:"] [total=2] [2024/05/06 22:36:40.801 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=1.193302ms] [operator="\"labeler-split-region {split: region 14 use policy USEKEY and keys [7480000000000050FF015F698000000000FF0000060780002A90FF3DC5560003800000FF0000000001000000FC 7480000000000050FF015F698000000000FF0000060780002A90FF3DC5560003800000FF0000000001000000FD]} (kind:split, region:14(8050, 1), createAt:2024-05-06 22:36:40.800664314 +0800 CST m=+1697.082938231, startAt:2024-05-06 22:36:40.800782236 +0800 CST m=+1697.083056153, currentStep:1, size:1, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\",\"region-end-key\":\"748000FFFFFFFFFFFFF900000000000000F8\",\"region-start-key\":\"7480000000000050FF015F698000000000FF0000050419A0F800FF0000000003800000FF0000000001000000FD\"}"] [2024/05/06 22:36:40.816 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:PatchRegionLabelRules, Method:HTTP/1.1/PATCH:/pd/api/v1/config/region-label/rules, CallerID:pd-http-client, IP:127.0.0.1, Port:40146, StartTime:2024-05-06 22:36:40 +0800 CST, URLParam:{}, BodyParam:{\"sets\":null,\"deletes\":[\"d07b0f03-be85-4a78-83a0-283145fb04f8\"]}}"] [2024/05/06 22:36:42.894 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:SetRegionLabelRule, Method:HTTP/1.1/POST:/pd/api/v1/config/region-label/rule, CallerID:pd-http-client, IP:127.0.0.1, Port:40154, StartTime:2024-05-06 22:36:42 +0800 CST, URLParam:{}, BodyParam:{\"id\":\"204fc034-2748-492c-9ab5-a983bca298bc\",\"index\":0,\"labels\":[{\"key\":\"schedule\",\"value\":\"deny\",\"ttl\":\"5m0s\"}],\"rule_type\":\"key-range\",\"data\":[{\"start_key\":\"7480000000000050ff015f698000000000ff0000070419a0f8cefffb00000003800000ff0000000001000000fc\",\"end_key\":\"7480000000000050ff015f698000000000ff0000070419a0f8cefffb00000003800000ff0000000001000000fd\"}]}}"] [2024/05/06 22:36:42.903 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"labeler-split-region {split: region 14 use policy USEKEY and keys [7480000000000050FF015F698000000000FF0000070419A0F8CEFFFB00000003800000FF0000000001000000FC 7480000000000050FF015F698000000000FF0000070419A0F8CEFFFB00000003800000FF0000000001000000FD]} (kind:split, region:14(8052, 1), createAt:2024-05-06 22:36:42.903542962 +0800 CST m=+1699.185816880, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"748000FFFFFFFFFFFFF900000000000000F8\",\"region-start-key\":\"7480000000000050FF015F698000000000FF0000060780002A90FF3DC5560003800000FF0000000001000000FD\"}"] [2024/05/06 22:36:42.903 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:36:42.904 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16628] [peer-ids="[16629]"] [2024/05/06 22:36:42.904 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16630] [peer-ids="[16631]"] [2024/05/06 22:36:42.904 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000050FF015F698000000000FF0000060780002A90FF3DC5560003800000FF0000000001000000FD} -> {7480000000000050FF015F698000000000FF0000070419A0F8CEFFFB00000003800000FF0000000001000000FD}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8052] [new-version=8054] [2024/05/06 22:36:42.904 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=1.21095ms] [operator="\"labeler-split-region {split: region 14 use policy USEKEY and keys [7480000000000050FF015F698000000000FF0000070419A0F8CEFFFB00000003800000FF0000000001000000FC 7480000000000050FF015F698000000000FF0000070419A0F8CEFFFB00000003800000FF0000000001000000FD]} (kind:split, region:14(8052, 1), createAt:2024-05-06 22:36:42.903542962 +0800 CST m=+1699.185816880, startAt:2024-05-06 22:36:42.903674287 +0800 CST m=+1699.185948204, currentStep:1, size:1, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\",\"region-end-key\":\"748000FFFFFFFFFFFFF900000000000000F8\",\"region-start-key\":\"7480000000000050FF015F698000000000FF0000060780002A90FF3DC5560003800000FF0000000001000000FD\"}"] [2024/05/06 22:36:42.904 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16628 start_key:\"7480000000000050FF015F698000000000FF0000060780002A90FF3DC5560003800000FF0000000001000000FD\" end_key:\"7480000000000050FF015F698000000000FF0000070419A0F8CEFFFB00000003800000FF0000000001000000FC\" region_epoch: peers: id:16630 start_key:\"7480000000000050FF015F698000000000FF0000070419A0F8CEFFFB00000003800000FF0000000001000000FC\" end_key:\"7480000000000050FF015F698000000000FF0000070419A0F8CEFFFB00000003800000FF0000000001000000FD\" region_epoch: peers:"] [total=2] [2024/05/06 22:36:42.919 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:PatchRegionLabelRules, Method:HTTP/1.1/PATCH:/pd/api/v1/config/region-label/rules, CallerID:pd-http-client, IP:127.0.0.1, Port:40174, StartTime:2024-05-06 22:36:42 +0800 CST, URLParam:{}, BodyParam:{\"sets\":null,\"deletes\":[\"204fc034-2748-492c-9ab5-a983bca298bc\"]}}"] [2024/05/06 22:36:44.522 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:SetRegionLabelRule, Method:HTTP/1.1/POST:/pd/api/v1/config/region-label/rule, CallerID:pd-http-client, IP:127.0.0.1, Port:40176, StartTime:2024-05-06 22:36:44 +0800 CST, URLParam:{}, BodyParam:{\"id\":\"9dd24584-3d30-4819-a565-c6a150b852a3\",\"index\":0,\"labels\":[{\"key\":\"schedule\",\"value\":\"deny\",\"ttl\":\"5m0s\"}],\"rule_type\":\"key-range\",\"data\":[{\"start_key\":\"7480000000000050ff015f698000000000ff0000080380000000ff000007e203800000ff0000000001000000fc\",\"end_key\":\"7480000000000050ff015f698000000000ff0000080380000000ff000007e203800000ff0000000001000000fd\"}]}}"] [2024/05/06 22:36:44.542 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"labeler-split-region {split: region 14 use policy USEKEY and keys [7480000000000050FF015F698000000000FF0000080380000000FF000007E203800000FF0000000001000000FC 7480000000000050FF015F698000000000FF0000080380000000FF000007E203800000FF0000000001000000FD]} (kind:split, region:14(8054, 1), createAt:2024-05-06 22:36:44.542533583 +0800 CST m=+1700.824807500, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"748000FFFFFFFFFFFFF900000000000000F8\",\"region-start-key\":\"7480000000000050FF015F698000000000FF0000070419A0F8CEFFFB00000003800000FF0000000001000000FD\"}"] [2024/05/06 22:36:44.542 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:36:44.543 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16632] [peer-ids="[16633]"] [2024/05/06 22:36:44.543 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16634] [peer-ids="[16635]"] [2024/05/06 22:36:44.543 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=1.252525ms] [operator="\"labeler-split-region {split: region 14 use policy USEKEY and keys [7480000000000050FF015F698000000000FF0000080380000000FF000007E203800000FF0000000001000000FC 7480000000000050FF015F698000000000FF0000080380000000FF000007E203800000FF0000000001000000FD]} (kind:split, region:14(8054, 1), createAt:2024-05-06 22:36:44.542533583 +0800 CST m=+1700.824807500, startAt:2024-05-06 22:36:44.542640425 +0800 CST m=+1700.824914342, currentStep:1, size:1, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\",\"region-end-key\":\"748000FFFFFFFFFFFFF900000000000000F8\",\"region-start-key\":\"7480000000000050FF015F698000000000FF0000070419A0F8CEFFFB00000003800000FF0000000001000000FD\"}"] [2024/05/06 22:36:44.543 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16632 start_key:\"7480000000000050FF015F698000000000FF0000070419A0F8CEFFFB00000003800000FF0000000001000000FD\" end_key:\"7480000000000050FF015F698000000000FF0000080380000000FF000007E203800000FF0000000001000000FC\" region_epoch: peers: id:16634 start_key:\"7480000000000050FF015F698000000000FF0000080380000000FF000007E203800000FF0000000001000000FC\" end_key:\"7480000000000050FF015F698000000000FF0000080380000000FF000007E203800000FF0000000001000000FD\" region_epoch: peers:"] [total=2] [2024/05/06 22:36:44.543 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000050FF015F698000000000FF0000070419A0F8CEFFFB00000003800000FF0000000001000000FD} -> {7480000000000050FF015F698000000000FF0000080380000000FF000007E203800000FF0000000001000000FD}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8054] [new-version=8056] [2024/05/06 22:36:44.558 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:PatchRegionLabelRules, Method:HTTP/1.1/PATCH:/pd/api/v1/config/region-label/rules, CallerID:pd-http-client, IP:127.0.0.1, Port:40184, StartTime:2024-05-06 22:36:44 +0800 CST, URLParam:{}, BodyParam:{\"sets\":null,\"deletes\":[\"9dd24584-3d30-4819-a565-c6a150b852a3\"]}}"] [2024/05/06 22:36:46.622 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:SetRegionLabelRule, Method:HTTP/1.1/POST:/pd/api/v1/config/region-label/rule, CallerID:pd-http-client, IP:127.0.0.1, Port:40194, StartTime:2024-05-06 22:36:46 +0800 CST, URLParam:{}, BodyParam:{\"id\":\"d164097d-c520-4895-8867-7ad593e57b5f\",\"index\":0,\"labels\":[{\"key\":\"schedule\",\"value\":\"deny\",\"ttl\":\"5m0s\"}],\"rule_type\":\"key-range\",\"data\":[{\"start_key\":\"7480000000000050ff015f698000000000ff0000090419a0f88aff2100000003800000ff0000000001000000fc\",\"end_key\":\"7480000000000050ff015f698000000000ff0000090419a0f88aff2100000003800000ff0000000001000000fd\"}]}}"] [2024/05/06 22:36:46.633 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"labeler-split-region {split: region 14 use policy USEKEY and keys [7480000000000050FF015F698000000000FF0000090419A0F88AFF2100000003800000FF0000000001000000FC 7480000000000050FF015F698000000000FF0000090419A0F88AFF2100000003800000FF0000000001000000FD]} (kind:split, region:14(8056, 1), createAt:2024-05-06 22:36:46.63346555 +0800 CST m=+1702.915739467, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"748000FFFFFFFFFFFFF900000000000000F8\",\"region-start-key\":\"7480000000000050FF015F698000000000FF0000080380000000FF000007E203800000FF0000000001000000FD\"}"] [2024/05/06 22:36:46.633 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:36:46.633 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16636] [peer-ids="[16637]"] [2024/05/06 22:36:46.633 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16638] [peer-ids="[16639]"] [2024/05/06 22:36:46.634 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=1.014995ms] [operator="\"labeler-split-region {split: region 14 use policy USEKEY and keys [7480000000000050FF015F698000000000FF0000090419A0F88AFF2100000003800000FF0000000001000000FC 7480000000000050FF015F698000000000FF0000090419A0F88AFF2100000003800000FF0000000001000000FD]} (kind:split, region:14(8056, 1), createAt:2024-05-06 22:36:46.63346555 +0800 CST m=+1702.915739467, startAt:2024-05-06 22:36:46.633557529 +0800 CST m=+1702.915831451, currentStep:1, size:1, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\",\"region-end-key\":\"748000FFFFFFFFFFFFF900000000000000F8\",\"region-start-key\":\"7480000000000050FF015F698000000000FF0000080380000000FF000007E203800000FF0000000001000000FD\"}"] [2024/05/06 22:36:46.634 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000050FF015F698000000000FF0000080380000000FF000007E203800000FF0000000001000000FD} -> {7480000000000050FF015F698000000000FF0000090419A0F88AFF2100000003800000FF0000000001000000FD}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8056] [new-version=8058] [2024/05/06 22:36:46.634 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16636 start_key:\"7480000000000050FF015F698000000000FF0000080380000000FF000007E203800000FF0000000001000000FD\" end_key:\"7480000000000050FF015F698000000000FF0000090419A0F88AFF2100000003800000FF0000000001000000FC\" region_epoch: peers: id:16638 start_key:\"7480000000000050FF015F698000000000FF0000090419A0F88AFF2100000003800000FF0000000001000000FC\" end_key:\"7480000000000050FF015F698000000000FF0000090419A0F88AFF2100000003800000FF0000000001000000FD\" region_epoch: peers:"] [total=2] [2024/05/06 22:36:46.648 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:PatchRegionLabelRules, Method:HTTP/1.1/PATCH:/pd/api/v1/config/region-label/rules, CallerID:pd-http-client, IP:127.0.0.1, Port:40210, StartTime:2024-05-06 22:36:46 +0800 CST, URLParam:{}, BodyParam:{\"sets\":null,\"deletes\":[\"d164097d-c520-4895-8867-7ad593e57b5f\"]}}"] [2024/05/06 22:36:48.686 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:SetRegionLabelRule, Method:HTTP/1.1/POST:/pd/api/v1/config/region-label/rule, CallerID:pd-http-client, IP:127.0.0.1, Port:40212, StartTime:2024-05-06 22:36:48 +0800 CST, URLParam:{}, BodyParam:{\"id\":\"99a44571-0988-4564-ada7-a4126b282751\",\"index\":0,\"labels\":[{\"key\":\"schedule\",\"value\":\"deny\",\"ttl\":\"5m0s\"}],\"rule_type\":\"key-range\",\"data\":[{\"start_key\":\"7480000000000050ff015f698000000000ff00000a0380000000ff0000006405bff3beff76c8b4395806140aff80000000010df28eff8000012261626364ff656667ff22000000ff00000000f80419a0fff800000000000780ff002a903dc5560004ff19a0f8cefb000000ff0419a0f88a210000ff0003800000000000ff07e2038000000000ff0000010000000000fa\",\"end_key\":\"7480000000000050ff015f698000000000ff00000a0380000000ff0000006405bff3beff76c8b4395806140aff80000000010df28eff8000012261626364ff656667ff22000000ff00000000f80419a0fff800000000000780ff002a903dc5560004ff19a0f8cefb000000ff0419a0f88a210000ff0003800000000000ff07e2038000000000ff0000010000000000fb\"}]}}"] [2024/05/06 22:36:48.702 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"labeler-split-region {split: region 14 use policy USEKEY and keys [7480000000000050FF015F698000000000FF00000A0380000000FF0000006405BFF3BEFF76C8B4395806140AFF80000000010DF28EFF8000012261626364FF656667FF22000000FF00000000F80419A0FFF800000000000780FF002A903DC5560004FF19A0F8CEFB000000FF0419A0F88A210000FF0003800000000000FF07E2038000000000FF0000010000000000FA 7480000000000050FF015F698000000000FF00000A0380000000FF0000006405BFF3BEFF76C8B4395806140AFF80000000010DF28EFF8000012261626364FF656667FF22000000FF00000000F80419A0FFF800000000000780FF002A903DC5560004FF19A0F8CEFB000000FF0419A0F88A210000FF0003800000000000FF07E2038000000000FF0000010000000000FB]} (kind:split, region:14(8058, 1), createAt:2024-05-06 22:36:48.70245602 +0800 CST m=+1704.984729937, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"748000FFFFFFFFFFFFF900000000000000F8\",\"region-start-key\":\"7480000000000050FF015F698000000000FF0000090419A0F88AFF2100000003800000FF0000000001000000FD\"}"] [2024/05/06 22:36:48.702 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:36:48.703 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16640] [peer-ids="[16641]"] [2024/05/06 22:36:48.703 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16642] [peer-ids="[16643]"] [2024/05/06 22:36:48.703 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16640 start_key:\"7480000000000050FF015F698000000000FF0000090419A0F88AFF2100000003800000FF0000000001000000FD\" end_key:\"7480000000000050FF015F698000000000FF00000A0380000000FF0000006405BFF3BEFF76C8B4395806140AFF80000000010DF28EFF8000012261626364FF656667FF22000000FF00000000F80419A0FFF800000000000780FF002A903DC5560004FF19A0F8CEFB000000FF0419A0F88A210000FF0003800000000000FF07E2038000000000FF0000010000000000FA\" region_epoch: peers: id:16642 start_key:\"7480000000000050FF015F698000000000FF00000A0380000000FF0000006405BFF3BEFF76C8B4395806140AFF80000000010DF28EFF8000012261626364FF656667FF22000000FF00000000F80419A0FFF800000000000780FF002A903DC5560004FF19A0F8CEFB000000FF0419A0F88A210000FF0003800000000000FF07E2038000000000FF0000010000000000FA\" end_key:\"7480000000000050FF015F698000000000FF00000A0380000000FF0000006405BFF3BEFF76C8B4395806140AFF80000000010DF28EFF8000012261626364FF656667FF22000000FF00000000F80419A0FFF800000000000780FF002A903DC5560004FF19A0F8CEFB000000FF0419A0F88A210000FF0003800000000000FF07E2038000000000FF0000010000000000FB\" region_epoch: peers:"] [total=2] [2024/05/06 22:36:48.703 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000050FF015F698000000000FF0000090419A0F88AFF2100000003800000FF0000000001000000FD} -> {7480000000000050FF015F698000000000FF00000A0380000000FF0000006405BFF3BEFF76C8B4395806140AFF80000000010DF28EFF8000012261626364FF656667FF22000000FF00000000F80419A0FFF800000000000780FF002A903DC5560004FF19A0F8CEFB000000FF0419A0F88A210000FF0003800000000000FF07E2038000000000FF0000010000000000FB}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8058] [new-version=8060] [2024/05/06 22:36:48.703 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=1.300274ms] [operator="\"labeler-split-region {split: region 14 use policy USEKEY and keys [7480000000000050FF015F698000000000FF00000A0380000000FF0000006405BFF3BEFF76C8B4395806140AFF80000000010DF28EFF8000012261626364FF656667FF22000000FF00000000F80419A0FFF800000000000780FF002A903DC5560004FF19A0F8CEFB000000FF0419A0F88A210000FF0003800000000000FF07E2038000000000FF0000010000000000FA 7480000000000050FF015F698000000000FF00000A0380000000FF0000006405BFF3BEFF76C8B4395806140AFF80000000010DF28EFF8000012261626364FF656667FF22000000FF00000000F80419A0FFF800000000000780FF002A903DC5560004FF19A0F8CEFB000000FF0419A0F88A210000FF0003800000000000FF07E2038000000000FF0000010000000000FB]} (kind:split, region:14(8058, 1), createAt:2024-05-06 22:36:48.70245602 +0800 CST m=+1704.984729937, startAt:2024-05-06 22:36:48.702567697 +0800 CST m=+1704.984841614, currentStep:1, size:1, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\",\"region-end-key\":\"748000FFFFFFFFFFFFF900000000000000F8\",\"region-start-key\":\"7480000000000050FF015F698000000000FF0000090419A0F88AFF2100000003800000FF0000000001000000FD\"}"] [2024/05/06 22:36:48.711 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:PatchRegionLabelRules, Method:HTTP/1.1/PATCH:/pd/api/v1/config/region-label/rules, CallerID:pd-http-client, IP:127.0.0.1, Port:40234, StartTime:2024-05-06 22:36:48 +0800 CST, URLParam:{}, BodyParam:{\"sets\":null,\"deletes\":[\"99a44571-0988-4564-ada7-a4126b282751\"]}}"] [2024/05/06 22:36:49.760 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16644] [peer-ids="[16645]"] [2024/05/06 22:36:49.761 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000050FF015F698000000000FF00000A0380000000FF0000006405BFF3BEFF76C8B4395806140AFF80000000010DF28EFF8000012261626364FF656667FF22000000FF00000000F80419A0FFF800000000000780FF002A903DC5560004FF19A0F8CEFB000000FF0419A0F88A210000FF0003800000000000FF07E2038000000000FF0000010000000000FB} -> {7480000000000050FF0E00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8060] [new-version=8061] [2024/05/06 22:36:49.761 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16644 start_key:\"7480000000000050FF015F698000000000FF00000A0380000000FF0000006405BFF3BEFF76C8B4395806140AFF80000000010DF28EFF8000012261626364FF656667FF22000000FF00000000F80419A0FFF800000000000780FF002A903DC5560004FF19A0F8CEFB000000FF0419A0F88A210000FF0003800000000000FF07E2038000000000FF0000010000000000FB\" end_key:\"7480000000000050FF0E00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:51.333 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:SetRegionLabelRule, Method:HTTP/1.1/POST:/pd/api/v1/config/region-label/rule, CallerID:pd-http-client, IP:127.0.0.1, Port:40244, StartTime:2024-05-06 22:36:51 +0800 CST, URLParam:{}, BodyParam:{\"id\":\"a1e55359-a67c-4f3a-898f-c601ff370426\",\"index\":0,\"labels\":[{\"key\":\"schedule\",\"value\":\"deny\",\"ttl\":\"5m0s\"}],\"rule_type\":\"key-range\",\"data\":[{\"start_key\":\"7480000000000050ff0e5f698000000000ff0000040380000000ff0000000103800000ff0000000001000000fc\",\"end_key\":\"7480000000000050ff0e5f698000000000ff0000040380000000ff000000c703800000ff00000000c7000000fd\"}]}}"] [2024/05/06 22:36:51.337 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"labeler-split-region {split: region 14 use policy USEKEY and keys [7480000000000050FF0E5F698000000000FF0000040380000000FF0000000103800000FF0000000001000000FC 7480000000000050FF0E5F698000000000FF0000040380000000FF000000C703800000FF00000000C7000000FD]} (kind:split, region:14(8061, 1), createAt:2024-05-06 22:36:51.337228201 +0800 CST m=+1707.619502118, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"748000FFFFFFFFFFFFF900000000000000F8\",\"region-start-key\":\"7480000000000050FF0E00000000000000F8\"}"] [2024/05/06 22:36:51.337 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:36:51.337 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16646] [peer-ids="[16647]"] [2024/05/06 22:36:51.337 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16648] [peer-ids="[16649]"] [2024/05/06 22:36:51.338 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16646 start_key:\"7480000000000050FF0E00000000000000F8\" end_key:\"7480000000000050FF0E5F698000000000FF0000040380000000FF0000000103800000FF0000000001000000FC\" region_epoch: peers: id:16648 start_key:\"7480000000000050FF0E5F698000000000FF0000040380000000FF0000000103800000FF0000000001000000FC\" end_key:\"7480000000000050FF0E5F698000000000FF0000040380000000FF000000C703800000FF00000000C7000000FD\" region_epoch: peers:"] [total=2] [2024/05/06 22:36:51.338 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000050FF0E00000000000000F8} -> {7480000000000050FF0E5F698000000000FF0000040380000000FF000000C703800000FF00000000C7000000FD}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8061] [new-version=8063] [2024/05/06 22:36:51.338 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=1.152396ms] [operator="\"labeler-split-region {split: region 14 use policy USEKEY and keys [7480000000000050FF0E5F698000000000FF0000040380000000FF0000000103800000FF0000000001000000FC 7480000000000050FF0E5F698000000000FF0000040380000000FF000000C703800000FF00000000C7000000FD]} (kind:split, region:14(8061, 1), createAt:2024-05-06 22:36:51.337228201 +0800 CST m=+1707.619502118, startAt:2024-05-06 22:36:51.337326002 +0800 CST m=+1707.619599920, currentStep:1, size:1, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\",\"region-end-key\":\"748000FFFFFFFFFFFFF900000000000000F8\",\"region-start-key\":\"7480000000000050FF0E00000000000000F8\"}"] [2024/05/06 22:36:51.359 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:PatchRegionLabelRules, Method:HTTP/1.1/PATCH:/pd/api/v1/config/region-label/rules, CallerID:pd-http-client, IP:127.0.0.1, Port:51868, StartTime:2024-05-06 22:36:51 +0800 CST, URLParam:{}, BodyParam:{\"sets\":null,\"deletes\":[\"a1e55359-a67c-4f3a-898f-c601ff370426\"]}}"] [2024/05/06 22:36:53.457 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:SetRegionLabelRule, Method:HTTP/1.1/POST:/pd/api/v1/config/region-label/rule, CallerID:pd-http-client, IP:127.0.0.1, Port:51880, StartTime:2024-05-06 22:36:53 +0800 CST, URLParam:{}, BodyParam:{\"id\":\"4516c23d-6f44-4b4c-b029-168247b44618\",\"index\":0,\"labels\":[{\"key\":\"schedule\",\"value\":\"deny\",\"ttl\":\"5m0s\"}],\"rule_type\":\"key-range\",\"data\":[{\"start_key\":\"7480000000000050ff0e5f698000000000ff0000050380000000ff0000000103800000ff0000000001038000ff0000000000010000fd\",\"end_key\":\"7480000000000050ff0e5f698000000000ff0000050380000000ff000000c703800000ff00000000c7038000ff0000000000c70000fe\"}]}}"] [2024/05/06 22:36:53.458 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"labeler-split-region {split: region 14 use policy USEKEY and keys [7480000000000050FF0E5F698000000000FF0000050380000000FF0000000103800000FF0000000001038000FF0000000000010000FD 7480000000000050FF0E5F698000000000FF0000050380000000FF000000C703800000FF00000000C7038000FF0000000000C70000FE]} (kind:split, region:14(8063, 1), createAt:2024-05-06 22:36:53.458826827 +0800 CST m=+1709.741100744, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"748000FFFFFFFFFFFFF900000000000000F8\",\"region-start-key\":\"7480000000000050FF0E5F698000000000FF0000040380000000FF000000C703800000FF00000000C7000000FD\"}"] [2024/05/06 22:36:53.458 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:36:53.459 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16650] [peer-ids="[16651]"] [2024/05/06 22:36:53.459 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16652] [peer-ids="[16653]"] [2024/05/06 22:36:53.460 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16650 start_key:\"7480000000000050FF0E5F698000000000FF0000040380000000FF000000C703800000FF00000000C7000000FD\" end_key:\"7480000000000050FF0E5F698000000000FF0000050380000000FF0000000103800000FF0000000001038000FF0000000000010000FD\" region_epoch: peers: id:16652 start_key:\"7480000000000050FF0E5F698000000000FF0000050380000000FF0000000103800000FF0000000001038000FF0000000000010000FD\" end_key:\"7480000000000050FF0E5F698000000000FF0000050380000000FF000000C703800000FF00000000C7038000FF0000000000C70000FE\" region_epoch: peers:"] [total=2] [2024/05/06 22:36:53.460 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=1.148476ms] [operator="\"labeler-split-region {split: region 14 use policy USEKEY and keys [7480000000000050FF0E5F698000000000FF0000050380000000FF0000000103800000FF0000000001038000FF0000000000010000FD 7480000000000050FF0E5F698000000000FF0000050380000000FF000000C703800000FF00000000C7038000FF0000000000C70000FE]} (kind:split, region:14(8063, 1), createAt:2024-05-06 22:36:53.458826827 +0800 CST m=+1709.741100744, startAt:2024-05-06 22:36:53.458956719 +0800 CST m=+1709.741230636, currentStep:1, size:1, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\",\"region-end-key\":\"748000FFFFFFFFFFFFF900000000000000F8\",\"region-start-key\":\"7480000000000050FF0E5F698000000000FF0000040380000000FF000000C703800000FF00000000C7000000FD\"}"] [2024/05/06 22:36:53.460 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000050FF0E5F698000000000FF0000040380000000FF000000C703800000FF00000000C7000000FD} -> {7480000000000050FF0E5F698000000000FF0000050380000000FF000000C703800000FF00000000C7038000FF0000000000C70000FE}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8063] [new-version=8065] [2024/05/06 22:36:53.483 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:PatchRegionLabelRules, Method:HTTP/1.1/PATCH:/pd/api/v1/config/region-label/rules, CallerID:pd-http-client, IP:127.0.0.1, Port:51906, StartTime:2024-05-06 22:36:53 +0800 CST, URLParam:{}, BodyParam:{\"sets\":null,\"deletes\":[\"4516c23d-6f44-4b4c-b029-168247b44618\"]}}"] [2024/05/06 22:36:54.529 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:PatchRegionLabelRules, Method:HTTP/1.1/PATCH:/pd/api/v1/config/region-label/rules, CallerID:tidb-info-syncer, IP:127.0.0.1, Port:51916, StartTime:2024-05-06 22:36:54 +0800 CST, URLParam:{}, BodyParam:{\"sets\":[],\"deletes\":[\"schema/util__admin/t1\",\"schema/util__admin/t\"]}}"] [2024/05/06 22:36:54.732 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16654] [peer-ids="[16655]"] [2024/05/06 22:36:54.733 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000050FF0E5F698000000000FF0000050380000000FF000000C703800000FF00000000C7038000FF0000000000C70000FE} -> {7480000000000050FF1700000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8065] [new-version=8066] [2024/05/06 22:36:54.733 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16654 start_key:\"7480000000000050FF0E5F698000000000FF0000050380000000FF000000C703800000FF00000000C7038000FF0000000000C70000FE\" end_key:\"7480000000000050FF1700000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:54.804 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16656] [peer-ids="[16657]"] [2024/05/06 22:36:54.806 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000050FF1700000000000000F8} -> {7480000000000050FF1900000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8066] [new-version=8067] [2024/05/06 22:36:54.806 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16656 start_key:\"7480000000000050FF1700000000000000F8\" end_key:\"7480000000000050FF1900000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:54.887 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16658] [peer-ids="[16659]"] [2024/05/06 22:36:54.888 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000050FF1900000000000000F8} -> {7480000000000050FF1B00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8067] [new-version=8068] [2024/05/06 22:36:54.888 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16658 start_key:\"7480000000000050FF1900000000000000F8\" end_key:\"7480000000000050FF1B00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:54.956 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16660] [peer-ids="[16661]"] [2024/05/06 22:36:54.957 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000050FF1B00000000000000F8} -> {7480000000000050FF1D00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8068] [new-version=8069] [2024/05/06 22:36:54.957 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16660 start_key:\"7480000000000050FF1B00000000000000F8\" end_key:\"7480000000000050FF1D00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:55.140 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16662] [peer-ids="[16663]"] [2024/05/06 22:36:55.140 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000050FF1D00000000000000F8} -> {7480000000000050FF2100000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8069] [new-version=8070] [2024/05/06 22:36:55.140 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16662 start_key:\"7480000000000050FF1D00000000000000F8\" end_key:\"7480000000000050FF2100000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:55.143 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16664] [peer-ids="[16665]"] [2024/05/06 22:36:55.144 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000050FF2100000000000000F8} -> {7480000000000050FF2200000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8070] [new-version=8071] [2024/05/06 22:36:55.144 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16664 start_key:\"7480000000000050FF2100000000000000F8\" end_key:\"7480000000000050FF2200000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:55.144 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16666] [peer-ids="[16667]"] [2024/05/06 22:36:55.145 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000050FF2200000000000000F8} -> {7480000000000050FF2300000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8071] [new-version=8072] [2024/05/06 22:36:55.145 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16666 start_key:\"7480000000000050FF2200000000000000F8\" end_key:\"7480000000000050FF2300000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:55.409 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16668] [peer-ids="[16669]"] [2024/05/06 22:36:55.410 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000050FF2300000000000000F8} -> {7480000000000050FF2600000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8072] [new-version=8073] [2024/05/06 22:36:55.410 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16668 start_key:\"7480000000000050FF2300000000000000F8\" end_key:\"7480000000000050FF2600000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:55.636 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16670] [peer-ids="[16671]"] [2024/05/06 22:36:55.637 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000050FF2600000000000000F8} -> {7480000000000050FF2900000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8073] [new-version=8074] [2024/05/06 22:36:55.637 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16670 start_key:\"7480000000000050FF2600000000000000F8\" end_key:\"7480000000000050FF2900000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:55.820 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16672] [peer-ids="[16673]"] [2024/05/06 22:36:55.821 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000050FF2900000000000000F8} -> {7480000000000050FF2C00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8074] [new-version=8075] [2024/05/06 22:36:55.821 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16672 start_key:\"7480000000000050FF2900000000000000F8\" end_key:\"7480000000000050FF2C00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:56.052 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16674] [peer-ids="[16675]"] [2024/05/06 22:36:56.054 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000050FF2C00000000000000F8} -> {7480000000000050FF2F00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8075] [new-version=8076] [2024/05/06 22:36:56.054 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16674 start_key:\"7480000000000050FF2C00000000000000F8\" end_key:\"7480000000000050FF2F00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:56.297 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16676] [peer-ids="[16677]"] [2024/05/06 22:36:56.298 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000050FF2F00000000000000F8} -> {7480000000000050FF3200000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8076] [new-version=8077] [2024/05/06 22:36:56.298 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16676 start_key:\"7480000000000050FF2F00000000000000F8\" end_key:\"7480000000000050FF3200000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:56.370 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16678] [peer-ids="[16679]"] [2024/05/06 22:36:56.371 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16678 start_key:\"7480000000000050FF3200000000000000F8\" end_key:\"7480000000000050FF3400000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:56.371 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000050FF3200000000000000F8} -> {7480000000000050FF3400000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8077] [new-version=8078] [2024/05/06 22:36:57.650 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:SetRegionLabelRule, Method:HTTP/1.1/POST:/pd/api/v1/config/region-label/rule, CallerID:pd-http-client, IP:127.0.0.1, Port:51916, StartTime:2024-05-06 22:36:57 +0800 CST, URLParam:{}, BodyParam:{\"id\":\"5758be5f-8af6-450b-ab00-66e9db753d00\",\"index\":0,\"labels\":[{\"key\":\"schedule\",\"value\":\"deny\",\"ttl\":\"5m0s\"}],\"rule_type\":\"key-range\",\"data\":[{\"start_key\":\"7480000000000050ff345f698000000000ff0000010131000000ff00000000f8038000ff0000000000010000fd\",\"end_key\":\"7480000000000050ff345f698000000000ff0000010131000000ff00000000f8038000ff0000000000010000fe\"}]}}"] [2024/05/06 22:36:57.665 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=14] [operator="\"labeler-split-region {split: region 14 use policy USEKEY and keys [7480000000000050FF345F698000000000FF0000010131000000FF00000000F8038000FF0000000000010000FD 7480000000000050FF345F698000000000FF0000010131000000FF00000000F8038000FF0000000000010000FE]} (kind:split, region:14(8078, 1), createAt:2024-05-06 22:36:57.665363877 +0800 CST m=+1713.947637794, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:1, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"748000FFFFFFFFFFFFF900000000000000F8\",\"region-start-key\":\"7480000000000050FF3400000000000000F8\"}"] [2024/05/06 22:36:57.665 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=14] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:36:57.666 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16680] [peer-ids="[16681]"] [2024/05/06 22:36:57.666 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16682] [peer-ids="[16683]"] [2024/05/06 22:36:57.666 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000050FF3400000000000000F8} -> {7480000000000050FF345F698000000000FF0000010131000000FF00000000F8038000FF0000000000010000FE}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8078] [new-version=8080] [2024/05/06 22:36:57.666 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=14] [takes=1.336702ms] [operator="\"labeler-split-region {split: region 14 use policy USEKEY and keys [7480000000000050FF345F698000000000FF0000010131000000FF00000000F8038000FF0000000000010000FD 7480000000000050FF345F698000000000FF0000010131000000FF00000000F8038000FF0000000000010000FE]} (kind:split, region:14(8078, 1), createAt:2024-05-06 22:36:57.665363877 +0800 CST m=+1713.947637794, startAt:2024-05-06 22:36:57.665508601 +0800 CST m=+1713.947782519, currentStep:1, size:1, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\",\"region-end-key\":\"748000FFFFFFFFFFFFF900000000000000F8\",\"region-start-key\":\"7480000000000050FF3400000000000000F8\"}"] [2024/05/06 22:36:57.666 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16680 start_key:\"7480000000000050FF3400000000000000F8\" end_key:\"7480000000000050FF345F698000000000FF0000010131000000FF00000000F8038000FF0000000000010000FD\" region_epoch: peers: id:16682 start_key:\"7480000000000050FF345F698000000000FF0000010131000000FF00000000F8038000FF0000000000010000FD\" end_key:\"7480000000000050FF345F698000000000FF0000010131000000FF00000000F8038000FF0000000000010000FE\" region_epoch: peers:"] [total=2] [2024/05/06 22:36:57.675 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:PatchRegionLabelRules, Method:HTTP/1.1/PATCH:/pd/api/v1/config/region-label/rules, CallerID:pd-http-client, IP:127.0.0.1, Port:51934, StartTime:2024-05-06 22:36:57 +0800 CST, URLParam:{}, BodyParam:{\"sets\":null,\"deletes\":[\"5758be5f-8af6-450b-ab00-66e9db753d00\"]}}"] [2024/05/06 22:36:58.699 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16684] [peer-ids="[16685]"] [2024/05/06 22:36:58.700 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000050FF345F698000000000FF0000010131000000FF00000000F8038000FF0000000000010000FE} -> {7480000000000050FF3800000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8080] [new-version=8081] [2024/05/06 22:36:58.700 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16684 start_key:\"7480000000000050FF345F698000000000FF0000010131000000FF00000000F8038000FF0000000000010000FE\" end_key:\"7480000000000050FF3800000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:58.934 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16686] [peer-ids="[16687]"] [2024/05/06 22:36:58.935 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000050FF3800000000000000F8} -> {7480000000000050FF3B00000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8081] [new-version=8082] [2024/05/06 22:36:58.935 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16686 start_key:\"7480000000000050FF3800000000000000F8\" end_key:\"7480000000000050FF3B00000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:59.028 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:PatchRegionLabelRules, Method:HTTP/1.1/PATCH:/pd/api/v1/config/region-label/rules, CallerID:tidb-info-syncer, IP:127.0.0.1, Port:51942, StartTime:2024-05-06 22:36:59 +0800 CST, URLParam:{}, BodyParam:{\"sets\":[],\"deletes\":[\"schema/util__ranger/idt_20755\",\"schema/util__ranger/t1\",\"schema/util__ranger/t2\",\"schema/util__ranger/t0\",\"schema/util__ranger/t\"]}}"] [2024/05/06 22:36:59.228 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16688] [peer-ids="[16689]"] [2024/05/06 22:36:59.229 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000050FF3B00000000000000F8} -> {7480000000000050FF4000000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8082] [new-version=8083] [2024/05/06 22:36:59.229 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16688 start_key:\"7480000000000050FF3B00000000000000F8\" end_key:\"7480000000000050FF4000000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:59.306 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=16690] [peer-ids="[16691]"] [2024/05/06 22:36:59.308 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=14] [origin="id:16690 start_key:\"7480000000000050FF4000000000000000F8\" end_key:\"7480000000000050FF4200000000000000F8\" region_epoch: peers:"] [total=1] [2024/05/06 22:36:59.308 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=14] [detail="StartKey Changed:{7480000000000050FF4000000000000000F8} -> {7480000000000050FF4200000000000000F8}, EndKey:{748000FFFFFFFFFFFFF900000000000000F8}"] [old-version=8083] [new-version=8084] [2024/05/06 22:36:59.421 +08:00] [INFO] [audit.go:126] ["audit log"] [service-info="{ServiceLabel:PatchRegionLabelRules, Method:HTTP/1.1/PATCH:/pd/api/v1/config/region-label/rules, CallerID:tidb-info-syncer, IP:127.0.0.1, Port:51942, StartTime:2024-05-06 22:36:59 +0800 CST, URLParam:{}, BodyParam:{\"sets\":[],\"deletes\":[\"schema/window_function/t\",\"schema/window_function/t1\"]}}"] ==> ./pd2.log <== [2024/05/06 22:08:23.755 +08:00] [INFO] [meminfo.go:196] ["use cgroup memory hook because pd is in the container"] [2024/05/06 22:08:23.755 +08:00] [INFO] [versioninfo.go:98] ["Welcome to Placement Driver (PD)"] [2024/05/06 22:08:23.755 +08:00] [INFO] [versioninfo.go:99] [PD] [release-version=v8.2.0-alpha-15-gf83febabe] [2024/05/06 22:08:23.755 +08:00] [INFO] [versioninfo.go:100] [PD] [edition=Community] [2024/05/06 22:08:23.755 +08:00] [INFO] [versioninfo.go:101] [PD] [git-hash=f83febabecb98b95b098fd31a3664178f8a6b437] [2024/05/06 22:08:23.755 +08:00] [INFO] [versioninfo.go:102] [PD] [git-branch=master] [2024/05/06 22:08:23.755 +08:00] [INFO] [versioninfo.go:103] [PD] [utc-build-time="2024-05-06 08:48:58"] [2024/05/06 22:08:23.755 +08:00] [INFO] [metricutil.go:86] ["disable Prometheus push client"] [2024/05/06 22:08:23.755 +08:00] [INFO] [server.go:254] ["PD config"] [config="{\"client-urls\":\"http://127.0.0.1:2389\",\"peer-urls\":\"http://127.0.0.1:2388\",\"advertise-client-urls\":\"http://127.0.0.1:2389\",\"advertise-peer-urls\":\"http://127.0.0.1:2388\",\"name\":\"pd2\",\"data-dir\":\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd2\",\"force-new-cluster\":true,\"enable-grpc-gateway\":true,\"initial-cluster\":\"pd2=http://127.0.0.1:2388\",\"initial-cluster-state\":\"new\",\"initial-cluster-token\":\"pd-cluster\",\"join\":\"\",\"lease\":3,\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":false,\"file\":{\"filename\":\"\",\"max-size\":0,\"max-days\":0,\"max-backups\":0},\"development\":false,\"disable-caller\":false,\"disable-stacktrace\":false,\"disable-error-verbose\":true,\"sampling\":null,\"error-output-path\":\"\"},\"max-concurrent-tso-proxy-streamings\":5000,\"tso-proxy-recv-from-client-timeout\":\"1h0m0s\",\"tso-save-interval\":\"3s\",\"tso-update-physical-interval\":\"50ms\",\"enable-local-tso\":false,\"metric\":{\"job\":\"pd2\",\"address\":\"\",\"interval\":\"15s\"},\"schedule\":{\"max-snapshot-count\":64,\"max-pending-peer-count\":64,\"max-merge-region-size\":20,\"max-merge-region-keys\":0,\"split-merge-interval\":\"1h0m0s\",\"switch-witness-interval\":\"1h0m0s\",\"enable-one-way-merge\":\"false\",\"enable-cross-table-merge\":\"true\",\"patrol-region-interval\":\"10ms\",\"max-store-down-time\":\"30m0s\",\"max-store-preparing-time\":\"48h0m0s\",\"leader-schedule-limit\":4,\"leader-schedule-policy\":\"count\",\"region-schedule-limit\":2048,\"witness-schedule-limit\":4,\"replica-schedule-limit\":64,\"merge-schedule-limit\":8,\"hot-region-schedule-limit\":4,\"hot-region-cache-hits-threshold\":3,\"store-limit\":{},\"tolerant-size-ratio\":0,\"low-space-ratio\":0.8,\"high-space-ratio\":0.7,\"region-score-formula-version\":\"v2\",\"scheduler-max-waiting-operator\":5,\"enable-remove-down-replica\":\"true\",\"enable-replace-offline-replica\":\"true\",\"enable-make-up-replica\":\"true\",\"enable-remove-extra-replica\":\"true\",\"enable-location-replacement\":\"true\",\"enable-debug-metrics\":\"false\",\"enable-joint-consensus\":\"true\",\"enable-tikv-split-region\":\"true\",\"enable-heartbeat-breakdown-metrics\":\"true\",\"enable-heartbeat-concurrent-runner\":\"true\",\"schedulers-v2\":[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}],\"schedulers-payload\":null,\"hot-regions-write-interval\":\"10m0s\",\"hot-regions-reserved-days\":7,\"max-movable-hot-peer-size\":512,\"enable-diagnostic\":\"true\",\"enable-witness\":\"false\",\"slow-store-evicting-affected-store-ratio-threshold\":0.3,\"store-limit-version\":\"v1\"},\"replication\":{\"max-replicas\":3,\"location-labels\":\"\",\"strictly-match-label\":\"false\",\"enable-placement-rules\":\"true\",\"enable-placement-rules-cache\":\"false\",\"isolation-level\":\"\"},\"pd-server\":{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"},\"cluster-version\":\"0.0.0\",\"labels\":{},\"quota-backend-bytes\":\"8GiB\",\"auto-compaction-mode\":\"periodic\",\"auto-compaction-retention-v2\":\"1h\",\"TickInterval\":\"500ms\",\"ElectionInterval\":\"3s\",\"PreVote\":true,\"max-request-bytes\":157286400,\"security\":{\"cacert-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":null,\"SSLCABytes\":null,\"SSLCertBytes\":null,\"SSLKEYBytes\":null,\"redact-info-log\":false,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"168h0m0s\",\"master-key\":{\"type\":\"plaintext\",\"key-id\":\"\",\"region\":\"\",\"endpoint\":\"\",\"path\":\"\"}}},\"label-property\":null,\"WarningMsgs\":null,\"DisableStrictReconfigCheck\":false,\"HeartbeatStreamBindInterval\":\"1m0s\",\"LeaderPriorityCheckInterval\":\"1m0s\",\"dashboard\":{\"tidb-cacert-path\":\"\",\"tidb-cert-path\":\"\",\"tidb-key-path\":\"\",\"public-path-prefix\":\"\",\"internal-proxy\":false,\"enable-telemetry\":false,\"enable-experimental\":false},\"replication-mode\":{\"replication-mode\":\"majority\",\"dr-auto-sync\":{\"label-key\":\"\",\"primary\":\"\",\"dr\":\"\",\"primary-replicas\":0,\"dr-replicas\":0,\"wait-store-timeout\":\"1m0s\",\"wait-recover-timeout\":\"0s\",\"pause-region-split\":\"false\"}},\"keyspace\":{\"pre-alloc\":null,\"wait-region-split\":true,\"wait-region-split-timeout\":\"30s\",\"check-region-split-interval\":\"50ms\"},\"micro-service\":{\"enable-scheduling-fallback\":\"true\"},\"controller\":{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}}"] [2024/05/06 22:08:23.759 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v1] [2024/05/06 22:08:23.759 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/pd/api/v2/] [2024/05/06 22:08:23.759 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/autoscaling] [2024/05/06 22:08:23.759 +08:00] [INFO] [distro.go:51] ["using distribution strings"] [strings={}] [2024/05/06 22:08:23.760 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/api/] [2024/05/06 22:08:23.760 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/dashboard/] [2024/05/06 22:08:23.760 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd2] [service-name=MetaStorage] [2024/05/06 22:08:23.760 +08:00] [INFO] [apiutil.go:413] ["register REST path"] [path=/resource-manager/api/v1/] [2024/05/06 22:08:23.760 +08:00] [INFO] [registry.go:92] ["restful API service registered successfully"] [prefix=pd2] [service-name=ResourceManager] [2024/05/06 22:08:23.760 +08:00] [WARN] [config.go:622] ["Running http and grpc server on single port. This is not recommended for production."] [2024/05/06 22:08:23.760 +08:00] [INFO] [etcd.go:120] ["configuring peer listeners"] [listen-peer-urls="[http://127.0.0.1:2388]"] [2024/05/06 22:08:23.760 +08:00] [INFO] [systimemon.go:30] ["start system time monitor"] [2024/05/06 22:08:23.761 +08:00] [INFO] [etcd.go:130] ["configuring client listeners"] [listen-client-urls="[http://127.0.0.1:2389]"] [2024/05/06 22:08:23.761 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:08:23.761 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=52] [max-cpu-available=52] [member-initialized=false] [name=pd2] [data-dir=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd2] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd2/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2388]"] [listen-peer-urls="[http://127.0.0.1:2388]"] [advertise-client-urls="[http://127.0.0.1:2389]"] [listen-client-urls="[http://127.0.0.1:2389]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd2=http://127.0.0.1:2388"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:08:23.761 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:08:23.762 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd2/member/snap/db] [took=683.945µs] [2024/05/06 22:08:23.762 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=6c13e5b5070c688e] [cluster-id=3dbfcd5d7ee94618] [2024/05/06 22:08:23.763 +08:00] [INFO] [raft.go:1523] ["6c13e5b5070c688e switched to configuration voters=()"] [2024/05/06 22:08:23.763 +08:00] [INFO] [raft.go:706] ["6c13e5b5070c688e became follower at term 0"] [2024/05/06 22:08:23.763 +08:00] [INFO] [raft.go:389] ["newRaft 6c13e5b5070c688e [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:08:23.763 +08:00] [INFO] [raft.go:706] ["6c13e5b5070c688e became follower at term 1"] [2024/05/06 22:08:23.763 +08:00] [INFO] [raft.go:1523] ["6c13e5b5070c688e switched to configuration voters=(7787820746323814542)"] [2024/05/06 22:08:23.763 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:08:23.764 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:08:23.764 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=6c13e5b5070c688e] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:08:23.764 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd2/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:08:23.764 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd2/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:08:23.764 +08:00] [INFO] [server.go:697] ["started as single-node; fast-forwarding election ticks"] [local-member-id=6c13e5b5070c688e] [forward-ticks=5] [forward-duration=2.5s] [election-ticks=6] [election-timeout=3s] [2024/05/06 22:08:23.764 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd2/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:08:23.764 +08:00] [INFO] [raft.go:1523] ["6c13e5b5070c688e switched to configuration voters=(7787820746323814542)"] [2024/05/06 22:08:23.764 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=3dbfcd5d7ee94618] [local-member-id=6c13e5b5070c688e] [added-peer-id=6c13e5b5070c688e] [added-peer-peer-urls="[http://127.0.0.1:2388]"] [2024/05/06 22:08:23.765 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=6c13e5b5070c688e] [initial-advertise-peer-urls="[http://127.0.0.1:2388]"] [listen-peer-urls="[http://127.0.0.1:2388]"] [advertise-client-urls="[http://127.0.0.1:2389]"] [listen-client-urls="[http://127.0.0.1:2389]"] [listen-metrics-urls="[]"] [2024/05/06 22:08:23.765 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2388] [2024/05/06 22:08:26.264 +08:00] [INFO] [raft.go:929] ["6c13e5b5070c688e is starting a new election at term 1"] [2024/05/06 22:08:26.264 +08:00] [INFO] [raft.go:735] ["6c13e5b5070c688e became pre-candidate at term 1"] [2024/05/06 22:08:26.264 +08:00] [INFO] [raft.go:830] ["6c13e5b5070c688e received MsgPreVoteResp from 6c13e5b5070c688e at term 1"] [2024/05/06 22:08:26.264 +08:00] [INFO] [raft.go:719] ["6c13e5b5070c688e became candidate at term 2"] [2024/05/06 22:08:26.264 +08:00] [INFO] [raft.go:830] ["6c13e5b5070c688e received MsgVoteResp from 6c13e5b5070c688e at term 2"] [2024/05/06 22:08:26.264 +08:00] [INFO] [raft.go:771] ["6c13e5b5070c688e became leader at term 2"] [2024/05/06 22:08:26.264 +08:00] [INFO] [node.go:327] ["raft.node: 6c13e5b5070c688e elected leader 6c13e5b5070c688e at term 2"] [2024/05/06 22:08:26.264 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=6c13e5b5070c688e] [local-member-attributes="{Name:pd2 ClientURLs:[http://127.0.0.1:2389]}"] [request-path=/0/members/6c13e5b5070c688e/attributes] [cluster-id=3dbfcd5d7ee94618] [publish-timeout=11s] [2024/05/06 22:08:26.264 +08:00] [INFO] [server.go:2639] ["setting up initial cluster version"] [cluster-version=3.4] [2024/05/06 22:08:26.264 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:08:26.264 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=3dbfcd5d7ee94618] [local-member-id=6c13e5b5070c688e] [cluster-version=3.4] [2024/05/06 22:08:26.264 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:08:26.264 +08:00] [INFO] [server.go:2671] ["cluster version is updated"] [cluster-version=3.4] [2024/05/06 22:08:26.265 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd2] [service-name=MetaStorage] [2024/05/06 22:08:26.265 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd2] [service-name=ResourceManager] [2024/05/06 22:08:26.265 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2389] [2024/05/06 22:08:26.270 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888268682111631] [2024/05/06 22:08:26.270 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd2\" member_id:7787820746323814542 peer_urls:\"http://127.0.0.1:2388\" client_urls:\"http://127.0.0.1:2389\" "] [root-path=/pd/7365888268682111631] [2024/05/06 22:08:26.272 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:08:26.273 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=7787820746323814542] [2024/05/06 22:08:26.273 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:08:26.274 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:08:26.274 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd2] [2024/05/06 22:08:26.274 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd2] [2024/05/06 22:08:26.274 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:08:26.274 +08:00] [INFO] [server.go:1703] ["start to campaign PD leader"] [campaign-leader-name=pd2] [2024/05/06 22:08:26.274 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:08:26.275 +08:00] [INFO] [lease.go:66] ["lease granted"] [lease-id=7534116792813671181] [lease-timeout=3] [purpose="leader election"] [2024/05/06 22:08:26.275 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:08:26.275 +08:00] [INFO] [leadership.go:181] ["check campaign resp"] [resp="{\"header\":{\"cluster_id\":4449500758310209048,\"member_id\":7787820746323814542,\"revision\":6,\"raft_term\":2},\"succeeded\":true,\"responses\":[{\"Response\":{\"ResponsePut\":{\"header\":{\"revision\":6}}}}]}"] [2024/05/06 22:08:26.275 +08:00] [INFO] [leadership.go:190] ["write leaderData to leaderPath ok"] [leader-key=/pd/7365888268682111631/leader] [purpose="leader election"] [2024/05/06 22:08:26.275 +08:00] [INFO] [server.go:1729] ["campaign PD leader ok"] [campaign-leader-name=pd2] [2024/05/06 22:08:26.275 +08:00] [INFO] [server.go:1737] ["initializing the global TSO allocator"] [2024/05/06 22:08:26.275 +08:00] [INFO] [tso.go:160] ["start to sync timestamp"] [] [2024/05/06 22:08:26.275 +08:00] [INFO] [lease.go:155] ["start lease keep alive worker"] [interval=1s] [purpose="leader election"] [2024/05/06 22:08:26.276 +08:00] [INFO] [tso.go:220] ["sync and save timestamp"] [] [last=0001/01/01 00:00:00.000 +00:00] [last-saved=0001/01/01 00:00:00.000 +00:00] [save=2024/05/06 22:08:29.276 +08:00] [next=2024/05/06 22:08:26.276 +08:00] [2024/05/06 22:08:26.277 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:08:26.277 +08:00] [INFO] [server.go:1769] ["triggering the leader callback functions"] [2024/05/06 22:08:26.277 +08:00] [ERROR] [manager.go:124] ["un-marshall controller config failed, fallback to default"] [error="unexpected end of JSON input"] [v=] [2024/05/06 22:08:26.279 +08:00] [INFO] [manager.go:185] ["resource group manager finishes initialization"] [2024/05/06 22:08:26.282 +08:00] [INFO] [id.go:174] ["idAllocator allocates a new id"] [new-end=1000] [new-base=0] [label=idalloc] [check-curr-end=true] [2024/05/06 22:08:26.282 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=0.0.0] [2024/05/06 22:08:26.282 +08:00] [INFO] [server.go:1803] ["PD leader is ready to serve"] [leader-name=pd2] [2024/05/06 22:08:26.339 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=12] [2024/05/06 22:08:26.442 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=13] [2024/05/06 22:08:26.442 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=13] [2024/05/06 22:08:26.450 +08:00] [INFO] [server.go:712] ["try to bootstrap raft cluster"] [cluster-id=7365888268682111631] [request="header: store: region: peers: > "] [2024/05/06 22:08:26.451 +08:00] [INFO] [server.go:773] ["bootstrap cluster ok"] [cluster-id=7365888268682111631] [2024/05/06 22:08:26.455 +08:00] [INFO] [cluster.go:643] ["load stores"] [count=1] [cost=532.366µs] [2024/05/06 22:08:26.455 +08:00] [INFO] [cluster.go:654] ["load regions"] [count=1] [cost=88.47µs] [2024/05/06 22:08:26.455 +08:00] [INFO] [scheduling_controller.go:102] ["scheduling service is started"] [2024/05/06 22:08:26.455 +08:00] [INFO] [coordinator.go:407] ["coordinator starts to collect cluster information"] [2024/05/06 22:08:26.456 +08:00] [INFO] [cluster.go:416] ["memory info"] [total-mem=34359738368] [2024/05/06 22:08:26.456 +08:00] [INFO] [tuner.go:117] ["new gctuner"] [threshold=20615843020] [2024/05/06 22:08:26.456 +08:00] [INFO] [cluster.go:429] ["update gc tuner"] [enable-gc-tuner=false] [gc-threshold-bytes=20615843020] [2024/05/06 22:08:26.456 +08:00] [INFO] [memory_limit_tuner.go:50] [debug.SetMemoryLimit] [limit=9223372036854775807] [ret=9223372036854775807] [2024/05/06 22:08:26.456 +08:00] [INFO] [cluster.go:436] ["update gc memory limit"] [memory-limit-bytes=0] [memory-limit-gc-trigger-ratio=0.7] [2024/05/06 22:08:26.456 +08:00] [INFO] [keyspace.go:378] ["[keyspace] added region label for keyspace"] [keyspace-id=0] [label-rule="{\"id\":\"keyspaces/0\",\"index\":0,\"labels\":[{\"key\":\"id\",\"value\":\"0\"}],\"rule_type\":\"key-range\",\"data\":[{\"start_key\":\"7200000000000000fb\",\"end_key\":\"7200000100000000fb\"},{\"start_key\":\"7800000000000000fb\",\"end_key\":\"7800000100000000fb\"}]}"] [takes=473.817µs] [2024/05/06 22:08:26.458 +08:00] [INFO] [cluster.go:2180] ["cluster version changed"] [old-cluster-version=0.0.0] [new-cluster-version=8.2.0-alpha] [2024/05/06 22:08:26.459 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=1] [2024/05/06 22:08:26.459 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:1 address:\"127.0.0.1:20170\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20170\" status_address:\"127.0.0.1:20175\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004506 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:08:26.459 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:08:27.275 +08:00] [INFO] [server.go:1317] ["PD server config is updated"] [new="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"http://127.0.0.1:2389\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [old="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [2024/05/06 22:08:28.629 +08:00] [INFO] [dbstore.go:33] ["Dashboard initializing local storage file"] [path=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd2/dashboard.sqlite.db] [2024/05/06 22:08:28.640 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:36641] [remotes="[]"] [2024/05/06 22:08:28.640 +08:00] [INFO] [version.go:33] ["TiDB Dashboard started"] [internal-version=8.0.0-9768844f] [standalone=No] [pd-version=v8.2.0-alpha-15-gf83febabe] [build-time="2024-05-06 08:48:58"] [build-git-hash=9768844ff5d7] [2024/05/06 22:08:28.640 +08:00] [INFO] [manager.go:201] ["dashboard server is started"] [2024/05/06 22:08:28.640 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:41189] [remotes="[]"] [2024/05/06 22:08:28.640 +08:00] [WARN] [dynamic_config_manager.go:165] ["Dynamic config does not exist in etcd"] [2024/05/06 22:08:28.644 +08:00] [INFO] [manager.go:74] ["Key visual service is started"] [2024/05/06 22:08:29.456 +08:00] [INFO] [prepare_checker.go:72] ["not loaded from storage region number is satisfied, finish prepare checker"] [not-from-storage-region=1] [total-region=1] [2024/05/06 22:08:29.456 +08:00] [INFO] [coordinator.go:410] ["coordinator has finished cluster information preparation"] [2024/05/06 22:08:29.456 +08:00] [INFO] [coordinator.go:420] ["coordinator starts to run schedulers"] [2024/05/06 22:08:29.456 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:29.457 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-leader-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:29.457 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-hot-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:29.458 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=evict-slow-store-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:29.459 +08:00] [INFO] [coordinator.go:536] ["scheduler config is updated"] [scheduler-config="[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}]"] [2024/05/06 22:08:29.459 +08:00] [INFO] [coordinator.go:164] ["coordinator starts patrol regions"] [2024/05/06 22:08:29.459 +08:00] [INFO] [coordinator.go:340] ["coordinator begins to actively drive push operator"] [2024/05/06 22:08:29.459 +08:00] [INFO] [coordinator.go:276] ["coordinator begins to check suspect key ranges"] [2024/05/06 22:08:29.469 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:08:29.469965066 +0800 CST m=+5.752210081, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:08:29.470 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:08:29.470 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=4] [peer-ids="[5]"] [2024/05/06 22:08:29.470 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=6] [peer-ids="[7]"] [2024/05/06 22:08:29.470 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=8] [peer-ids="[9]"] [2024/05/06 22:08:29.470 +08:00] [INFO] [cluster_worker.go:155] ["alloc ids for region split"] [region-id=10] [peer-ids="[11]"] [2024/05/06 22:08:29.471 +08:00] [INFO] [operator_controller.go:694] ["operator finish"] [region-id=2] [takes=1.653092ms] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:08:29.469965066 +0800 CST m=+5.752210081, startAt:2024-05-06 22:08:29.470084448 +0800 CST m=+5.752329460, currentStep:1, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) finished\""] [additional-info="{\"cancel-reason\":\"\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:08:29.471 +08:00] [INFO] [region.go:772] ["region Version changed"] [region-id=2] [detail="StartKey Changed:{} -> {7800000100000000FB}, EndKey:{}"] [old-version=1] [new-version=5] [2024/05/06 22:08:29.471 +08:00] [INFO] [cluster_worker.go:247] ["region batch split, generate new regions"] [region-id=2] [origin="id:4 end_key:\"7200000000000000FB\" region_epoch: peers: id:6 start_key:\"7200000000000000FB\" end_key:\"7200000100000000FB\" region_epoch: peers: id:8 start_key:\"7200000100000000FB\" end_key:\"7800000000000000FB\" region_epoch: peers: id:10 start_key:\"7800000000000000FB\" end_key:\"7800000100000000FB\" region_epoch: peers:"] [total=4] [2024/05/06 22:08:30.458 +08:00] [INFO] [hot_region_config.go:490] ["query supported changed"] [last-query-support=false] [cluster-version=8.2.0-alpha] [config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"query\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"query\",\"byte\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"forbid-rw-type\":\"none\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [valid-config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"key\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"byte\",\"key\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [2024/05/06 22:08:36.456 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=1] [store-address=127.0.0.1:20170] ==> ./pd3.log <== [2024/05/06 22:08:23.762 +08:00] [INFO] [etcd.go:634] ["pprof is enabled"] [path=/debug/pprof] [2024/05/06 22:08:23.762 +08:00] [INFO] [etcd.go:309] ["starting an etcd server"] [etcd-version=3.4.31] [git-sha="Not provided (use ./build instead of go build)"] [go-version=go1.21.6] [go-os=linux] [go-arch=amd64] [max-cpu-set=52] [max-cpu-available=52] [member-initialized=false] [name=pd3] [data-dir=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd3] [wal-dir=] [wal-dir-dedicated=] [member-dir=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd3/member] [force-new-cluster=true] [heartbeat-interval=500ms] [election-timeout=3s] [initial-election-tick-advance=true] [snapshot-count=100000] [max-wals=5] [max-snapshots=5] [snapshot-catchup-entries=5000] [initial-advertise-peer-urls="[http://127.0.0.1:2398]"] [listen-peer-urls="[http://127.0.0.1:2398]"] [advertise-client-urls="[http://127.0.0.1:2399]"] [listen-client-urls="[http://127.0.0.1:2399]"] [listen-metrics-urls="[]"] [cors="[*]"] [host-whitelist="[*]"] [initial-cluster="pd3=http://127.0.0.1:2398"] [initial-cluster-state=new] [initial-cluster-token=pd-cluster] [quota-backend-bytes=8589934592] [max-request-bytes=157286400] [max-concurrent-streams=4294967295] [pre-vote=true] [initial-corrupt-check=false] [corrupt-check-time-interval=0s] [auto-compaction-mode=periodic] [auto-compaction-retention=1h0m0s] [auto-compaction-interval=1h0m0s] [discovery-url=] [discovery-proxy=] [2024/05/06 22:08:23.762 +08:00] [WARN] [server.go:297] ["exceeded recommended request limit"] [max-request-bytes=157286400] [max-request-size="157 MB"] [recommended-request-bytes=10485760] [recommended-request-size="10 MB"] [2024/05/06 22:08:23.763 +08:00] [INFO] [backend.go:80] ["opened backend db"] [path=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd3/member/snap/db] [took=319.797µs] [2024/05/06 22:08:23.764 +08:00] [INFO] [raft.go:537] ["starting local member"] [local-member-id=820b37984af3d5a4] [cluster-id=ead61e552c96788c] [2024/05/06 22:08:23.764 +08:00] [INFO] [raft.go:1523] ["820b37984af3d5a4 switched to configuration voters=()"] [2024/05/06 22:08:23.764 +08:00] [INFO] [raft.go:706] ["820b37984af3d5a4 became follower at term 0"] [2024/05/06 22:08:23.764 +08:00] [INFO] [raft.go:389] ["newRaft 820b37984af3d5a4 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]"] [2024/05/06 22:08:23.764 +08:00] [INFO] [raft.go:706] ["820b37984af3d5a4 became follower at term 1"] [2024/05/06 22:08:23.764 +08:00] [INFO] [raft.go:1523] ["820b37984af3d5a4 switched to configuration voters=(9370644576906499492)"] [2024/05/06 22:08:23.764 +08:00] [WARN] [store.go:1391] ["simple token is not cryptographically signed"] [2024/05/06 22:08:23.764 +08:00] [INFO] [quota.go:126] ["enabled backend quota"] [quota-name=v3-applier] [quota-size-bytes=8589934592] [quota-size="8.6 GB"] [2024/05/06 22:08:23.764 +08:00] [INFO] [server.go:831] ["starting etcd server"] [local-member-id=820b37984af3d5a4] [local-server-version=3.4.31] [cluster-version=to_be_decided] [2024/05/06 22:08:23.765 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd3/member/snap] [suffix=snap.db] [max=5] [interval=30s] [2024/05/06 22:08:23.765 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd3/member/snap] [suffix=snap] [max=5] [interval=30s] [2024/05/06 22:08:23.765 +08:00] [INFO] [purge.go:48] ["started to purge file"] [dir=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd3/member/wal] [suffix=wal] [max=5] [interval=30s] [2024/05/06 22:08:23.765 +08:00] [INFO] [server.go:697] ["started as single-node; fast-forwarding election ticks"] [local-member-id=820b37984af3d5a4] [forward-ticks=5] [forward-duration=2.5s] [election-ticks=6] [election-timeout=3s] [2024/05/06 22:08:23.765 +08:00] [INFO] [raft.go:1523] ["820b37984af3d5a4 switched to configuration voters=(9370644576906499492)"] [2024/05/06 22:08:23.765 +08:00] [INFO] [cluster.go:395] ["added member"] [cluster-id=ead61e552c96788c] [local-member-id=820b37984af3d5a4] [added-peer-id=820b37984af3d5a4] [added-peer-peer-urls="[http://127.0.0.1:2398]"] [2024/05/06 22:08:23.766 +08:00] [INFO] [etcd.go:605] ["serving peer traffic"] [address=127.0.0.1:2398] [2024/05/06 22:08:23.766 +08:00] [INFO] [etcd.go:251] ["now serving peer/client/metrics"] [local-member-id=820b37984af3d5a4] [initial-advertise-peer-urls="[http://127.0.0.1:2398]"] [listen-peer-urls="[http://127.0.0.1:2398]"] [advertise-client-urls="[http://127.0.0.1:2399]"] [listen-client-urls="[http://127.0.0.1:2399]"] [listen-metrics-urls="[]"] [2024/05/06 22:08:26.765 +08:00] [INFO] [raft.go:929] ["820b37984af3d5a4 is starting a new election at term 1"] [2024/05/06 22:08:26.765 +08:00] [INFO] [raft.go:735] ["820b37984af3d5a4 became pre-candidate at term 1"] [2024/05/06 22:08:26.765 +08:00] [INFO] [raft.go:830] ["820b37984af3d5a4 received MsgPreVoteResp from 820b37984af3d5a4 at term 1"] [2024/05/06 22:08:26.765 +08:00] [INFO] [raft.go:719] ["820b37984af3d5a4 became candidate at term 2"] [2024/05/06 22:08:26.765 +08:00] [INFO] [raft.go:830] ["820b37984af3d5a4 received MsgVoteResp from 820b37984af3d5a4 at term 2"] [2024/05/06 22:08:26.765 +08:00] [INFO] [raft.go:771] ["820b37984af3d5a4 became leader at term 2"] [2024/05/06 22:08:26.765 +08:00] [INFO] [node.go:327] ["raft.node: 820b37984af3d5a4 elected leader 820b37984af3d5a4 at term 2"] [2024/05/06 22:08:26.765 +08:00] [INFO] [server.go:2140] ["published local member to cluster through raft"] [local-member-id=820b37984af3d5a4] [local-member-attributes="{Name:pd3 ClientURLs:[http://127.0.0.1:2399]}"] [request-path=/0/members/820b37984af3d5a4/attributes] [cluster-id=ead61e552c96788c] [publish-timeout=11s] [2024/05/06 22:08:26.765 +08:00] [INFO] [server.go:2639] ["setting up initial cluster version"] [cluster-version=3.4] [2024/05/06 22:08:26.765 +08:00] [INFO] [serve.go:100] ["ready to serve client requests"] [2024/05/06 22:08:26.765 +08:00] [INFO] [cluster.go:561] ["set initial cluster version"] [cluster-id=ead61e552c96788c] [local-member-id=820b37984af3d5a4] [cluster-version=3.4] [2024/05/06 22:08:26.765 +08:00] [INFO] [capability.go:77] ["enabled capabilities for version"] [cluster-version=3.4] [2024/05/06 22:08:26.765 +08:00] [INFO] [server.go:2671] ["cluster version is updated"] [cluster-version=3.4] [2024/05/06 22:08:26.766 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd3] [service-name=MetaStorage] [2024/05/06 22:08:26.766 +08:00] [INFO] [registry.go:69] ["gRPC service already registered"] [prefix=pd3] [service-name=ResourceManager] [2024/05/06 22:08:26.766 +08:00] [INFO] [serve.go:209] ["serving client traffic insecurely; this is strongly discouraged!"] [traffic=grpc+http] [address=127.0.0.1:2399] [2024/05/06 22:08:26.769 +08:00] [INFO] [server.go:438] ["init cluster id"] [cluster-id=7365888269024838056] [2024/05/06 22:08:26.770 +08:00] [INFO] [member.go:349] ["member joining election"] [member-info="name:\"pd3\" member_id:9370644576906499492 peer_urls:\"http://127.0.0.1:2398\" client_urls:\"http://127.0.0.1:2399\" "] [root-path=/pd/7365888269024838056] [2024/05/06 22:08:26.774 +08:00] [INFO] [allocator_manager.go:741] ["entering into allocator daemon"] [] [2024/05/06 22:08:26.775 +08:00] [INFO] [allocator_manager.go:456] ["delete the dc-location key previously written in etcd"] [] [server-id=9370644576906499492] [2024/05/06 22:08:26.775 +08:00] [INFO] [history_buffer.go:154] ["start from history index"] [start-index=0] [2024/05/06 22:08:26.776 +08:00] [INFO] [server.go:515] ["triggering the start callback functions"] [2024/05/06 22:08:26.776 +08:00] [INFO] [manager.go:44] ["meta storage starts to initialize"] [name=pd3] [2024/05/06 22:08:26.776 +08:00] [INFO] [manager.go:99] ["resource group manager starts to initialize"] [name=pd3] [2024/05/06 22:08:26.776 +08:00] [INFO] [cgmon.go:58] ["cgroup monitor started"] [2024/05/06 22:08:26.777 +08:00] [INFO] [cgmon.go:133] ["set the maxprocs"] [quota=8] [2024/05/06 22:08:26.777 +08:00] [INFO] [server.go:1703] ["start to campaign PD leader"] [campaign-leader-name=pd3] [2024/05/06 22:08:26.777 +08:00] [INFO] [lease.go:66] ["lease granted"] [lease-id=6171214955580675085] [lease-timeout=3] [purpose="leader election"] [2024/05/06 22:08:26.778 +08:00] [INFO] [cgmon.go:157] ["set the memory limit"] [mem-limit=34359738368] [2024/05/06 22:08:26.778 +08:00] [INFO] [leadership.go:181] ["check campaign resp"] [resp="{\"header\":{\"cluster_id\":16921746001060329612,\"member_id\":9370644576906499492,\"revision\":6,\"raft_term\":2},\"succeeded\":true,\"responses\":[{\"Response\":{\"ResponsePut\":{\"header\":{\"revision\":6}}}}]}"] [2024/05/06 22:08:26.778 +08:00] [INFO] [leadership.go:190] ["write leaderData to leaderPath ok"] [leader-key=/pd/7365888269024838056/leader] [purpose="leader election"] [2024/05/06 22:08:26.778 +08:00] [INFO] [server.go:1729] ["campaign PD leader ok"] [campaign-leader-name=pd3] [2024/05/06 22:08:26.778 +08:00] [INFO] [server.go:1737] ["initializing the global TSO allocator"] [2024/05/06 22:08:26.778 +08:00] [INFO] [tso.go:160] ["start to sync timestamp"] [] [2024/05/06 22:08:26.778 +08:00] [INFO] [lease.go:155] ["start lease keep alive worker"] [interval=1s] [purpose="leader election"] [2024/05/06 22:08:26.779 +08:00] [INFO] [tso.go:220] ["sync and save timestamp"] [] [last=0001/01/01 00:00:00.000 +00:00] [last-saved=0001/01/01 00:00:00.000 +00:00] [save=2024/05/06 22:08:29.779 +08:00] [next=2024/05/06 22:08:26.779 +08:00] [2024/05/06 22:08:26.780 +08:00] [INFO] [server.go:1875] ["server enable region storage"] [2024/05/06 22:08:26.781 +08:00] [INFO] [server.go:1769] ["triggering the leader callback functions"] [2024/05/06 22:08:26.781 +08:00] [ERROR] [manager.go:124] ["un-marshall controller config failed, fallback to default"] [error="unexpected end of JSON input"] [v=] [2024/05/06 22:08:26.783 +08:00] [INFO] [manager.go:185] ["resource group manager finishes initialization"] [2024/05/06 22:08:26.786 +08:00] [INFO] [id.go:174] ["idAllocator allocates a new id"] [new-end=1000] [new-base=0] [label=idalloc] [check-curr-end=true] [2024/05/06 22:08:26.786 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=0.0.0] [2024/05/06 22:08:26.786 +08:00] [INFO] [server.go:1803] ["PD leader is ready to serve"] [leader-name=pd3] [2024/05/06 22:08:27.078 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=resource_group/settings] [range-end=resource_group/settingt] [start-revision=12] [2024/05/06 22:08:27.163 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/pause/] [range-end=/tidb/br-stream/pause0] [start-revision=13] [2024/05/06 22:08:27.163 +08:00] [INFO] [grpc_service.go:99] ["watch request"] [key=/tidb/br-stream/info/] [range-end=/tidb/br-stream/info0] [start-revision=13] [2024/05/06 22:08:27.171 +08:00] [INFO] [server.go:712] ["try to bootstrap raft cluster"] [cluster-id=7365888269024838056] [request="header: store: region: peers: > "] [2024/05/06 22:08:27.173 +08:00] [INFO] [server.go:773] ["bootstrap cluster ok"] [cluster-id=7365888269024838056] [2024/05/06 22:08:27.176 +08:00] [INFO] [cluster.go:643] ["load stores"] [count=1] [cost=698.09µs] [2024/05/06 22:08:27.176 +08:00] [INFO] [cluster.go:654] ["load regions"] [count=1] [cost=139.874µs] [2024/05/06 22:08:27.177 +08:00] [INFO] [scheduling_controller.go:102] ["scheduling service is started"] [2024/05/06 22:08:27.177 +08:00] [INFO] [coordinator.go:407] ["coordinator starts to collect cluster information"] [2024/05/06 22:08:27.177 +08:00] [INFO] [cluster.go:416] ["memory info"] [total-mem=34359738368] [2024/05/06 22:08:27.177 +08:00] [INFO] [tuner.go:117] ["new gctuner"] [threshold=20615843020] [2024/05/06 22:08:27.177 +08:00] [INFO] [cluster.go:429] ["update gc tuner"] [enable-gc-tuner=false] [gc-threshold-bytes=20615843020] [2024/05/06 22:08:27.177 +08:00] [INFO] [memory_limit_tuner.go:50] [debug.SetMemoryLimit] [limit=9223372036854775807] [ret=9223372036854775807] [2024/05/06 22:08:27.177 +08:00] [INFO] [cluster.go:436] ["update gc memory limit"] [memory-limit-bytes=0] [memory-limit-gc-trigger-ratio=0.7] [2024/05/06 22:08:27.177 +08:00] [INFO] [keyspace.go:378] ["[keyspace] added region label for keyspace"] [keyspace-id=0] [label-rule="{\"id\":\"keyspaces/0\",\"index\":0,\"labels\":[{\"key\":\"id\",\"value\":\"0\"}],\"rule_type\":\"key-range\",\"data\":[{\"start_key\":\"7200000000000000fb\",\"end_key\":\"7200000100000000fb\"},{\"start_key\":\"7800000000000000fb\",\"end_key\":\"7800000100000000fb\"}]}"] [takes=591.968µs] [2024/05/06 22:08:27.180 +08:00] [INFO] [cluster.go:2180] ["cluster version changed"] [old-cluster-version=0.0.0] [new-cluster-version=8.2.0-alpha] [2024/05/06 22:08:27.181 +08:00] [INFO] [cluster.go:2269] ["store limit added"] [store-id=1] [2024/05/06 22:08:27.181 +08:00] [INFO] [grpc_service.go:835] ["put store ok"] [store="id:1 address:\"127.0.0.1:20180\" version:\"8.2.0-alpha\" peer_address:\"127.0.0.1:20180\" status_address:\"127.0.0.1:20185\" git_hash:\"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp:1715004507 deploy_path:\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\" "] [2024/05/06 22:08:27.181 +08:00] [INFO] [util.go:50] ["load pd and cluster version"] [pd-version=8.2.0-alpha-15-gf83febabe] [cluster-version=8.2.0-alpha] [2024/05/06 22:08:27.778 +08:00] [INFO] [server.go:1317] ["PD server config is updated"] [new="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"http://127.0.0.1:2399\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [old="{\"use-region-storage\":\"true\",\"max-gap-reset-ts\":\"24h0m0s\",\"key-type\":\"table\",\"runtime-services\":\"\",\"metric-storage\":\"\",\"dashboard-address\":\"auto\",\"flow-round-by-digit\":3,\"min-resolved-ts-persistence-interval\":\"1s\",\"server-memory-limit\":0,\"server-memory-limit-gc-trigger\":0.7,\"enable-gogc-tuner\":\"false\",\"gc-tuner-threshold\":0.6,\"block-safe-point-v1\":\"false\"}"] [2024/05/06 22:08:29.075 +08:00] [INFO] [dbstore.go:33] ["Dashboard initializing local storage file"] [path=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/pd3/dashboard.sqlite.db] [2024/05/06 22:08:29.087 +08:00] [INFO] [version.go:33] ["TiDB Dashboard started"] [internal-version=8.0.0-9768844f] [standalone=No] [pd-version=v8.2.0-alpha-15-gf83febabe] [build-time="2024-05-06 08:48:58"] [build-git-hash=9768844ff5d7] [2024/05/06 22:08:29.087 +08:00] [INFO] [manager.go:201] ["dashboard server is started"] [2024/05/06 22:08:29.087 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:45637] [remotes="[]"] [2024/05/06 22:08:29.087 +08:00] [INFO] [proxy.go:211] ["start serve requests to remotes"] [endpoint=127.0.0.1:34793] [remotes="[]"] [2024/05/06 22:08:29.088 +08:00] [WARN] [dynamic_config_manager.go:165] ["Dynamic config does not exist in etcd"] [2024/05/06 22:08:29.092 +08:00] [INFO] [manager.go:74] ["Key visual service is started"] [2024/05/06 22:08:30.177 +08:00] [INFO] [prepare_checker.go:72] ["not loaded from storage region number is satisfied, finish prepare checker"] [not-from-storage-region=1] [total-region=1] [2024/05/06 22:08:30.177 +08:00] [INFO] [coordinator.go:410] ["coordinator has finished cluster information preparation"] [2024/05/06 22:08:30.177 +08:00] [INFO] [coordinator.go:420] ["coordinator starts to run schedulers"] [2024/05/06 22:08:30.178 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:30.178 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-leader-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:30.179 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=balance-hot-region-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:30.179 +08:00] [INFO] [coordinator.go:511] ["create scheduler"] [scheduler-name=evict-slow-store-scheduler] [scheduler-args="[]"] [2024/05/06 22:08:30.180 +08:00] [INFO] [coordinator.go:536] ["scheduler config is updated"] [scheduler-config="[{\"type\":\"balance-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"balance-leader\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"hot-region\",\"args\":null,\"disable\":false,\"args-payload\":\"\"},{\"type\":\"evict-slow-store\",\"args\":null,\"disable\":false,\"args-payload\":\"\"}]"] [2024/05/06 22:08:30.180 +08:00] [INFO] [coordinator.go:164] ["coordinator starts patrol regions"] [2024/05/06 22:08:30.180 +08:00] [INFO] [coordinator.go:276] ["coordinator begins to check suspect key ranges"] [2024/05/06 22:08:30.180 +08:00] [INFO] [coordinator.go:340] ["coordinator begins to actively drive push operator"] [2024/05/06 22:08:30.191 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:08:30.191035644 +0800 CST m=+6.473149783, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:08:30.191 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:08:30.191 +08:00] [ERROR] [heartbeat_streams.go:141] ["send heartbeat message fail"] [region-id=2] [error="[PD:grpc:ErrGRPCSend]send request error: EOF"] [2024/05/06 22:08:31.179 +08:00] [INFO] [hot_region_config.go:490] ["query supported changed"] [last-query-support=false] [cluster-version=8.2.0-alpha] [config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"query\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"query\",\"byte\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"forbid-rw-type\":\"none\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [valid-config="{\"min-hot-byte-rate\":100,\"min-hot-key-rate\":10,\"min-hot-query-rate\":10,\"max-zombie-rounds\":3,\"max-peer-number\":1000,\"byte-rate-rank-step-ratio\":0.05,\"key-rate-rank-step-ratio\":0.05,\"query-rate-rank-step-ratio\":0.05,\"count-rank-step-ratio\":0.01,\"great-dec-ratio\":0.95,\"minor-dec-ratio\":0.99,\"src-tolerance-ratio\":1.05,\"dst-tolerance-ratio\":1.05,\"write-leader-priorities\":[\"key\",\"byte\"],\"write-peer-priorities\":[\"byte\",\"key\"],\"read-priorities\":[\"byte\",\"key\"],\"strict-picking-store\":\"true\",\"enable-for-tiflash\":\"true\",\"rank-formula-version\":\"v2\",\"split-thresholds\":0.2,\"history-sample-duration\":\"5m0s\",\"history-sample-interval\":\"30s\"}"] [2024/05/06 22:08:35.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:08:37.177 +08:00] [INFO] [cluster.go:1721] ["store has changed to serving"] [store-id=1] [store-address=127.0.0.1:20180] [2024/05/06 22:08:40.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:08:46.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:08:51.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:08:56.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:09:02.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:09:07.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:09:12.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:09:18.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:09:23.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:09:28.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:09:31.181 +08:00] [INFO] [operator_controller.go:718] ["operator timeout"] [region-id=2] [takes=1m0.990376444s] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:08:30.191035644 +0800 CST m=+6.473149783, startAt:2024-05-06 22:08:30.191157859 +0800 CST m=+6.473271998, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) timeout\""] [additional-info="{\"cancel-reason\":\"timeout\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:09:31.188 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:09:31.188845077 +0800 CST m=+67.470959218, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:09:31.188 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:09:36.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:09:41.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:09:47.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:09:52.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:09:57.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:10:03.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:10:08.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:10:13.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:10:19.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:10:24.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:10:30.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:10:32.181 +08:00] [INFO] [operator_controller.go:718] ["operator timeout"] [region-id=2] [takes=1m0.992105819s] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:09:31.188845077 +0800 CST m=+67.470959218, startAt:2024-05-06 22:09:31.18891441 +0800 CST m=+67.471028549, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) timeout\""] [additional-info="{\"cancel-reason\":\"timeout\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:10:32.189 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:10:32.189302251 +0800 CST m=+128.471416396, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:10:32.189 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:10:37.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:10:42.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:10:47.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:10:52.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:10:58.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:11:03.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:11:09.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:11:14.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:11:19.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:11:25.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:11:30.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:11:33.180 +08:00] [INFO] [operator_controller.go:718] ["operator timeout"] [region-id=2] [takes=1m0.991542771s] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:10:32.189302251 +0800 CST m=+128.471416396, startAt:2024-05-06 22:10:32.189410305 +0800 CST m=+128.471524450, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) timeout\""] [additional-info="{\"cancel-reason\":\"timeout\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:11:33.187 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:11:33.187106908 +0800 CST m=+189.469221053, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:11:33.187 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:11:38.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:11:43.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:11:49.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:11:54.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:11:59.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:12:05.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:12:10.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:12:16.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:12:21.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:12:27.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:12:32.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:12:33.680 +08:00] [INFO] [operator_controller.go:718] ["operator timeout"] [region-id=2] [takes=1m0.493726708s] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:11:33.187106908 +0800 CST m=+189.469221053, startAt:2024-05-06 22:11:33.187178391 +0800 CST m=+189.469292530, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) timeout\""] [additional-info="{\"cancel-reason\":\"timeout\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:12:33.685 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:12:33.685033351 +0800 CST m=+249.967147490, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:12:33.685 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:12:39.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:12:44.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:12:49.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:12:54.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:12:59.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:13:04.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:13:10.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:13:15.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:13:20.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:13:26.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:13:31.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:13:34.681 +08:00] [INFO] [operator_controller.go:718] ["operator timeout"] [region-id=2] [takes=1m0.996322035s] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:12:33.685033351 +0800 CST m=+249.967147490, startAt:2024-05-06 22:12:33.685110939 +0800 CST m=+249.967225079, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) timeout\""] [additional-info="{\"cancel-reason\":\"timeout\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:13:34.682 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:13:34.682503145 +0800 CST m=+310.964617292, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:13:34.682 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:13:40.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:13:45.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:13:50.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:13:55.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:14:00.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:14:05.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:14:10.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:14:16.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:14:21.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:14:26.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:14:32.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:14:35.680 +08:00] [INFO] [operator_controller.go:718] ["operator timeout"] [region-id=2] [takes=1m0.9983745s] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:13:34.682503145 +0800 CST m=+310.964617292, startAt:2024-05-06 22:13:34.68257296 +0800 CST m=+310.964687105, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) timeout\""] [additional-info="{\"cancel-reason\":\"timeout\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:14:35.683 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:14:35.683070179 +0800 CST m=+371.965184319, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:14:35.683 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:14:41.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:14:46.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:14:51.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:14:57.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:15:02.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:15:07.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:15:12.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:15:18.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:15:23.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:15:29.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:15:34.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:15:36.681 +08:00] [INFO] [operator_controller.go:718] ["operator timeout"] [region-id=2] [takes=1m0.997860593s] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:14:35.683070179 +0800 CST m=+371.965184319, startAt:2024-05-06 22:14:35.683150849 +0800 CST m=+371.965264988, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) timeout\""] [additional-info="{\"cancel-reason\":\"timeout\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:15:36.683 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:15:36.683144018 +0800 CST m=+432.965258156, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:15:36.683 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:15:42.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:15:47.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:15:52.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:15:57.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:16:03.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:16:08.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:16:13.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:16:19.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:16:24.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:16:29.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:16:34.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:16:37.681 +08:00] [INFO] [operator_controller.go:718] ["operator timeout"] [region-id=2] [takes=1m0.998331644s] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:15:36.683144018 +0800 CST m=+432.965258156, startAt:2024-05-06 22:15:36.683226149 +0800 CST m=+432.965340289, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) timeout\""] [additional-info="{\"cancel-reason\":\"timeout\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:16:37.684 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:16:37.684685989 +0800 CST m=+493.966800127, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:16:37.684 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:16:43.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:16:48.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:16:53.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:16:59.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:17:04.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:17:09.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:17:15.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:17:20.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:17:25.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:17:31.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:17:36.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:17:38.681 +08:00] [INFO] [operator_controller.go:718] ["operator timeout"] [region-id=2] [takes=1m0.996489096s] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:16:37.684685989 +0800 CST m=+493.966800127, startAt:2024-05-06 22:16:37.684755625 +0800 CST m=+493.966869764, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) timeout\""] [additional-info="{\"cancel-reason\":\"timeout\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:17:38.688 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:17:38.688498503 +0800 CST m=+554.970612643, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:17:38.688 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:17:44.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:17:49.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:17:55.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:18:00.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:18:06.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:18:11.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:18:17.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:18:22.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:18:27.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:18:33.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:18:38.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:18:39.680 +08:00] [INFO] [operator_controller.go:718] ["operator timeout"] [region-id=2] [takes=1m0.992324048s] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:17:38.688498503 +0800 CST m=+554.970612643, startAt:2024-05-06 22:17:38.688599729 +0800 CST m=+554.970713868, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) timeout\""] [additional-info="{\"cancel-reason\":\"timeout\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:18:39.688 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:18:39.688217859 +0800 CST m=+615.970332004, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:18:39.688 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:18:45.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:18:50.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:18:55.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:19:00.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:19:06.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:19:11.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:19:17.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:19:22.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:19:27.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:19:32.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:19:38.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:19:40.680 +08:00] [INFO] [operator_controller.go:718] ["operator timeout"] [region-id=2] [takes=1m0.992613224s] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:18:39.688217859 +0800 CST m=+615.970332004, startAt:2024-05-06 22:18:39.688294323 +0800 CST m=+615.970408462, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) timeout\""] [additional-info="{\"cancel-reason\":\"timeout\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:19:40.685 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:19:40.685120051 +0800 CST m=+676.967234190, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:19:40.685 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:19:46.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:19:51.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:19:56.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:20:01.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:20:06.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:20:11.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:20:16.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:20:21.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:20:27.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:20:32.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:20:37.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:20:41.681 +08:00] [INFO] [operator_controller.go:718] ["operator timeout"] [region-id=2] [takes=1m0.996219615s] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:19:40.685120051 +0800 CST m=+676.967234190, startAt:2024-05-06 22:19:40.685226307 +0800 CST m=+676.967340447, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) timeout\""] [additional-info="{\"cancel-reason\":\"timeout\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:20:41.690 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:20:41.690763545 +0800 CST m=+737.972877686, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:20:41.690 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:20:47.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:20:52.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:20:57.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:21:03.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:21:08.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:21:13.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:21:18.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:21:23.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:21:28.682 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:21:34.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:21:39.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:21:42.680 +08:00] [INFO] [operator_controller.go:718] ["operator timeout"] [region-id=2] [takes=1m0.990006555s] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:20:41.690763545 +0800 CST m=+737.972877686, startAt:2024-05-06 22:20:41.690837635 +0800 CST m=+737.972951775, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) timeout\""] [additional-info="{\"cancel-reason\":\"timeout\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:21:42.689 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:21:42.68911314 +0800 CST m=+798.971227287, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:21:42.689 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:21:48.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:21:53.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:21:59.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:22:04.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:22:09.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:22:15.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:22:20.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:22:25.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:22:30.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:22:35.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:22:41.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:22:43.680 +08:00] [INFO] [operator_controller.go:718] ["operator timeout"] [region-id=2] [takes=1m0.991581219s] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:21:42.68911314 +0800 CST m=+798.971227287, startAt:2024-05-06 22:21:42.689196293 +0800 CST m=+798.971310438, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) timeout\""] [additional-info="{\"cancel-reason\":\"timeout\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:22:43.689 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:22:43.689037597 +0800 CST m=+859.971151741, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:22:43.689 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:22:49.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:22:54.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:22:59.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:23:04.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:23:09.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:23:15.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:23:20.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:23:25.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:23:31.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:23:36.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:23:41.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:23:44.681 +08:00] [INFO] [operator_controller.go:718] ["operator timeout"] [region-id=2] [takes=1m0.992215702s] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:22:43.689037597 +0800 CST m=+859.971151741, startAt:2024-05-06 22:22:43.689111735 +0800 CST m=+859.971225873, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) timeout\""] [additional-info="{\"cancel-reason\":\"timeout\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:23:44.683 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:23:44.683473002 +0800 CST m=+920.965587142, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:23:44.683 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:23:50.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:23:55.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:24:00.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:24:05.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:24:11.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:24:16.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:24:22.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:24:27.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:24:33.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:24:38.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:24:43.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:24:45.680 +08:00] [INFO] [operator_controller.go:718] ["operator timeout"] [region-id=2] [takes=1m0.996982324s] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:23:44.683473002 +0800 CST m=+920.965587142, startAt:2024-05-06 22:23:44.683594321 +0800 CST m=+920.965708460, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) timeout\""] [additional-info="{\"cancel-reason\":\"timeout\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:24:45.680 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:24:45.680580743 +0800 CST m=+981.962694883, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:24:45.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:24:50.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:24:55.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:25:01.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:25:06.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:25:11.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:25:16.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:25:21.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:25:26.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:25:31.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:25:37.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:25:42.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:25:46.181 +08:00] [INFO] [operator_controller.go:718] ["operator timeout"] [region-id=2] [takes=1m0.500366361s] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:24:45.680580743 +0800 CST m=+981.962694883, startAt:2024-05-06 22:24:45.680688422 +0800 CST m=+981.962802561, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) timeout\""] [additional-info="{\"cancel-reason\":\"timeout\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:25:46.182 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:25:46.182120083 +0800 CST m=+1042.464234222, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:25:46.182 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:25:51.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:25:57.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:26:02.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:26:08.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:26:13.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:26:18.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:26:23.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:26:28.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:26:34.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:26:39.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:26:45.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:26:47.180 +08:00] [INFO] [operator_controller.go:718] ["operator timeout"] [region-id=2] [takes=1m0.998652417s] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:25:46.182120083 +0800 CST m=+1042.464234222, startAt:2024-05-06 22:25:46.182212788 +0800 CST m=+1042.464326926, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) timeout\""] [additional-info="{\"cancel-reason\":\"timeout\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:26:47.188 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:26:47.188170485 +0800 CST m=+1103.470284623, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:26:47.188 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:26:52.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:26:57.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:27:03.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:27:08.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:27:13.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:27:18.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:27:24.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:27:29.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:27:35.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:27:40.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:27:45.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:27:48.181 +08:00] [INFO] [operator_controller.go:718] ["operator timeout"] [region-id=2] [takes=1m0.993008508s] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:26:47.188170485 +0800 CST m=+1103.470284623, startAt:2024-05-06 22:26:47.188237734 +0800 CST m=+1103.470351873, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) timeout\""] [additional-info="{\"cancel-reason\":\"timeout\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:27:48.187 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:27:48.187474988 +0800 CST m=+1164.469589127, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:27:48.187 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:27:53.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:27:59.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:28:04.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:28:09.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:28:15.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:28:20.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:28:25.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:28:31.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:28:36.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:28:41.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:28:47.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:28:48.680 +08:00] [INFO] [operator_controller.go:718] ["operator timeout"] [region-id=2] [takes=1m0.493175323s] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:27:48.187474988 +0800 CST m=+1164.469589127, startAt:2024-05-06 22:27:48.187575227 +0800 CST m=+1164.469689365, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) timeout\""] [additional-info="{\"cancel-reason\":\"timeout\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:28:48.682 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:28:48.682875849 +0800 CST m=+1224.964989989, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:28:48.682 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:28:54.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:28:59.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:29:04.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:29:10.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:29:15.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:29:20.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:29:25.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:29:31.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:29:36.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:29:41.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:29:46.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:29:49.680 +08:00] [INFO] [operator_controller.go:718] ["operator timeout"] [region-id=2] [takes=1m0.997916049s] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:28:48.682875849 +0800 CST m=+1224.964989989, startAt:2024-05-06 22:28:48.682935512 +0800 CST m=+1224.965049651, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) timeout\""] [additional-info="{\"cancel-reason\":\"timeout\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:29:49.690 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:29:49.690120111 +0800 CST m=+1285.972234256, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:29:49.690 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:29:55.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:30:00.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:30:05.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:30:10.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:30:15.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:30:21.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:30:26.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:30:32.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:30:37.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:30:43.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:30:48.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:30:50.680 +08:00] [INFO] [operator_controller.go:718] ["operator timeout"] [region-id=2] [takes=1m0.990707685s] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:29:49.690120111 +0800 CST m=+1285.972234256, startAt:2024-05-06 22:29:49.690204891 +0800 CST m=+1285.972319035, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) timeout\""] [additional-info="{\"cancel-reason\":\"timeout\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:30:50.685 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:30:50.685046084 +0800 CST m=+1346.967160223, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:30:50.685 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:30:56.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:31:01.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:31:07.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:31:12.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:31:17.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:31:23.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:31:28.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:31:34.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:31:39.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:31:45.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:31:50.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:31:51.681 +08:00] [INFO] [operator_controller.go:718] ["operator timeout"] [region-id=2] [takes=1m0.995946636s] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:30:50.685046084 +0800 CST m=+1346.967160223, startAt:2024-05-06 22:30:50.685128036 +0800 CST m=+1346.967242176, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) timeout\""] [additional-info="{\"cancel-reason\":\"timeout\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:31:51.689 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:31:51.689377964 +0800 CST m=+1407.971492104, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:31:51.689 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:31:57.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:32:02.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:32:08.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:32:13.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:32:18.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:32:24.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:32:29.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:32:35.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:32:40.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:32:46.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:32:51.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:32:52.680 +08:00] [INFO] [operator_controller.go:718] ["operator timeout"] [region-id=2] [takes=1m0.991372366s] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:31:51.689377964 +0800 CST m=+1407.971492104, startAt:2024-05-06 22:31:51.689464071 +0800 CST m=+1407.971578211, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) timeout\""] [additional-info="{\"cancel-reason\":\"timeout\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:32:52.686 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:32:52.686100237 +0800 CST m=+1468.968214378, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:32:52.686 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:32:58.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:33:03.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:33:09.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:33:14.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:33:20.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:33:25.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:33:30.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:33:35.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:33:41.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:33:46.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:33:52.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:33:53.681 +08:00] [INFO] [operator_controller.go:718] ["operator timeout"] [region-id=2] [takes=1m0.995111244s] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:32:52.686100237 +0800 CST m=+1468.968214378, startAt:2024-05-06 22:32:52.686186912 +0800 CST m=+1468.968301055, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) timeout\""] [additional-info="{\"cancel-reason\":\"timeout\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:33:53.687 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:33:53.687579409 +0800 CST m=+1529.969693549, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:33:53.687 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:33:59.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:34:04.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:34:10.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:34:15.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:34:20.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:34:26.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:34:31.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:34:37.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:34:42.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:34:47.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:34:53.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:34:54.681 +08:00] [INFO] [operator_controller.go:718] ["operator timeout"] [region-id=2] [takes=1m0.993922948s] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:33:53.687579409 +0800 CST m=+1529.969693549, startAt:2024-05-06 22:33:53.687671873 +0800 CST m=+1529.969786012, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) timeout\""] [additional-info="{\"cancel-reason\":\"timeout\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:34:54.689 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:34:54.689901173 +0800 CST m=+1590.972015316, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:34:54.689 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:35:00.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:35:05.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:35:10.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:35:15.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:35:21.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:35:26.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:35:31.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:35:37.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:35:42.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:35:47.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:35:52.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:35:55.681 +08:00] [INFO] [operator_controller.go:718] ["operator timeout"] [region-id=2] [takes=1m0.991182522s] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:34:54.689901173 +0800 CST m=+1590.972015316, startAt:2024-05-06 22:34:54.689970402 +0800 CST m=+1590.972084542, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) timeout\""] [additional-info="{\"cancel-reason\":\"timeout\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:35:55.688 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:35:55.688347693 +0800 CST m=+1651.970461832, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:35:55.688 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:36:01.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:36:06.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:36:11.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:36:16.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:36:21.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:36:27.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:36:32.681 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:36:38.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:36:43.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:36:48.680 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:36:54.181 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] [2024/05/06 22:36:56.681 +08:00] [INFO] [operator_controller.go:718] ["operator timeout"] [region-id=2] [takes=1m0.992646467s] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:35:55.688347693 +0800 CST m=+1651.970461832, startAt:2024-05-06 22:35:55.688441972 +0800 CST m=+1651.970556111, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s]) timeout\""] [additional-info="{\"cancel-reason\":\"timeout\",\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:36:56.690 +08:00] [INFO] [operator_controller.go:510] ["add operator"] [region-id=2] [operator="\"labeler-split-region {split: region 2 use policy USEKEY and keys [7200000000000000FB 7200000100000000FB 7800000000000000FB 7800000100000000FB]} (kind:split, region:2(1, 1), createAt:2024-05-06 22:36:56.69039759 +0800 CST m=+1712.972511729, startAt:0001-01-01 00:00:00 +0000 UTC, currentStep:0, size:0, steps:[0:{split region with policy USEKEY}], timeout:[1m0s])\""] [additional-info="{\"region-end-key\":\"\",\"region-start-key\":\"\"}"] [2024/05/06 22:36:56.690 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source=create] [2024/05/06 22:37:02.180 +08:00] [INFO] [operator_controller.go:786] ["send schedule command"] [region-id=2] [step="split region with policy USEKEY"] [source="active push"] + find . -name 'tikv*.log' -type f -exec tail -n 500 '{}' + ==> ./tikv2.log <== [2024/05/06 22:08:23.724 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:08:23.724 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:08:23.724 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:08:23.724 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:08:23.724 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:08:23.724 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:08:23.724 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:08:23.724 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:08:23.724 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:08:23.724 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:08:23.724 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:08:23.724 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={53, 25, 1, 57, 55, 7, 27, 11, 65, 0, 3, 23, 70, 33, 43, 32, 34, 47, 49, 45, 67, 41, 37, 24, 29, 39, 13, 60, 9, 15, 62, 59, 5, 21, 22, 58, 26, 64, 68, 35, 51, 71, 36, 61, 31, 19, 63, 17, 69, 30, 28, 66}"] [thread_id=1] [2024/05/06 22:08:23.724 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:08:23.724 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 4096, expect 32768"] [thread_id=1] [2024/05/06 22:08:23.724 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:08:23.724 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:08:23.726 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=127.0.0.1:2389] [thread_id=1] [2024/05/06 22:08:23.726 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:08:23.726 +08:00] [INFO] [] ["subchannel 0x7f818bc4d800 {address=ipv4:127.0.0.1:2389, args=grpc.client_channel_factory=0x7f818bcafb20, grpc.default_authority=127.0.0.1:2389, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f818bc37ea0, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f818bcd2f30, grpc.server_uri=dns:///127.0.0.1:2389}: connect failed: {\"created\":\"@1715004503.726781887\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2389\"}"] [thread_id=13] [2024/05/06 22:08:23.727 +08:00] [INFO] [] ["subchannel 0x7f818bc4d800 {address=ipv4:127.0.0.1:2389, args=grpc.client_channel_factory=0x7f818bcafb20, grpc.default_authority=127.0.0.1:2389, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f818bc37ea0, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f818bcd2f30, grpc.server_uri=dns:///127.0.0.1:2389}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:23.727 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=127.0.0.1:2389] [thread_id=1] [2024/05/06 22:08:23.727 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:08:24.028 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=127.0.0.1:2389] [thread_id=1] [2024/05/06 22:08:26.029 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=127.0.0.1:2389] [thread_id=1] [2024/05/06 22:08:26.330 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=127.0.0.1:2389] [thread_id=1] [2024/05/06 22:08:26.331 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2389] [thread_id=1] [2024/05/06 22:08:26.332 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2389] [thread_id=1] [2024/05/06 22:08:26.333 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2389] [thread_id=1] [2024/05/06 22:08:26.333 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"127.0.0.1:2389\"]"] [thread_id=1] [2024/05/06 22:08:26.334 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888268682111631] [thread_id=1] [2024/05/06 22:08:26.334 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:26.334 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:26.336 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:08:26.337 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"ext4\", opts: \"rw,relatime\", mnt_dir: \"/home/jenkins/agent\", fsname: \"/dev/nvme0n1\" }"] [data_path=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tikv2] [thread_id=1] [2024/05/06 22:08:26.337 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"ext4\", opts: \"rw,relatime\", mnt_dir: \"/home/jenkins/agent\", fsname: \"/dev/nvme0n1\" }"] [data_path=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tikv2/raft] [thread_id=1] [2024/05/06 22:08:26.337 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv2.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"0.0.0.0:20170\",\"advertise-addr\":\"127.0.0.1:20170\",\"status-addr\":\"127.0.0.1:20180\",\"advertise-status-addr\":\"127.0.0.1:20175\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tikv2\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"127.0.0.1:2389\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tikv2/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":40960,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":40960,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tikv2/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tikv2/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:08:26.338 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:08:26.338 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=0ns] [thread_id=17] [2024/05/06 22:08:26.339 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=18] [2024/05/06 22:08:26.339 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=17] [2024/05/06 22:08:26.339 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=12] [path=resource_group/settings] [thread_id=18] [2024/05/06 22:08:26.339 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:08:26.358 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:08:26.358 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:08:26.359 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 169.186µs"] [thread_id=1] [2024/05/06 22:08:26.437 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:08:26.440 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:08:26.440 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:08:26.440 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tikv2/log-backup-temp] [thread_id=1] [2024/05/06 22:08:26.441 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=74] [2024/05/06 22:08:26.441 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:08:26.441 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:08:26.441 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=13] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:08:26.441 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=12] [thread_id=74] [2024/05/06 22:08:26.441 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=13] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:08:26.441 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=12] [thread_id=73] [2024/05/06 22:08:26.450 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 2 region_epoch { conf_ver: 1 version: 1 } peers { id: 3 store_id: 1 }"] [store_id=1] [thread_id=1] [2024/05/06 22:08:26.457 +08:00] [INFO] [raft_server.rs:404] ["bootstrap cluster ok"] [cluster_id=7365888268682111631] [thread_id=1] [2024/05/06 22:08:26.457 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 1 address: \"127.0.0.1:20170\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20170\" status_address: \"127.0.0.1:20175\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004506 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:08:26.459 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=1] [status=Some()] [thread_id=1] [2024/05/06 22:08:26.459 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:08:26.459 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=1] [thread_id=1] [2024/05/06 22:08:26.460 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:08:26.463 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:08:26.463 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:26.463 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {3} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:26.463 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:26.463 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {3} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:26.463 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 3."] [id=3] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:26.464 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:26.464 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:26.464 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:26.464 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:26.464 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=192.892µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=1] [store_id=1] [thread_id=1] [2024/05/06 22:08:26.464 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=5.532µs] [garbage_range_count=2] [store_id=1] [thread_id=1] [2024/05/06 22:08:26.465 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803778] [region_id=2] [thread_id=101] [2024/05/06 22:08:26.466 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:08:26.466 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:08:26.466 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:08:26.466 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=2] [thread_id=31] [2024/05/06 22:08:26.468 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 2 region_epoch { conf_ver: 1 version: 1 } peers { id: 3 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:26.469 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(0)] [region=2] [thread_id=68] [2024/05/06 22:08:26.470 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:08:26.470 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:08:26.471 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:08:26.471 +08:00] [INFO] [deadlock.rs:761] ["became the leader of deadlock detector!"] [self_id=1] [thread_id=127] [2024/05/06 22:08:26.472 +08:00] [INFO] [server.rs:308] ["listening on addr"] [addr=0.0.0.0:20170] [thread_id=1] [2024/05/06 22:08:26.473 +08:00] [INFO] [server.rs:1520] ["cpu quota set to 8.0"] [thread_id=17] [2024/05/06 22:08:26.473 +08:00] [INFO] [server.rs:1526] ["memory limit set to 34359738368"] [thread_id=17] [2024/05/06 22:08:26.496 +08:00] [INFO] [server.rs:388] ["TiKV is ready to serve"] [thread_id=1] [2024/05/06 22:08:26.497 +08:00] [ERROR] [server.rs:1566] ["failed to bind addr for status service"] [err_code=KV:Unknown] [err="Http(hyper::Error(Listen, Os { code: 98, kind: AddrInUse, message: \"Address already in use\" }))"] [thread_id=1] [2024/05/06 22:08:29.470 +08:00] [INFO] [pd.rs:1531] ["try to split"] [region_epoch="conf_ver: 1 version: 1"] [region_id=2] [thread_id=31] [2024/05/06 22:08:29.470 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=pd] [split_keys="4 keys range from 7200000000000000FB to 7800000100000000FB"] [peer_id=3] [region_id=2] [thread_id=101] [2024/05/06 22:08:29.470 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 2 region_epoch { conf_ver: 1 version: 1 } peers { id: 3 store_id: 1 }"] [new_region_ids="[new_region_id: 4 new_peer_ids: 5, new_region_id: 6 new_peer_ids: 7, new_region_id: 8 new_peer_ids: 9, new_region_id: 10 new_peer_ids: 11]"] [region_id=2] [thread_id=31] [2024/05/06 22:08:29.471 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7200000000000000FB new_region_id: 4 new_peer_ids: 5 } requests { split_key: 7200000100000000FB new_region_id: 6 new_peer_ids: 7 } requests { split_key: 7800000000000000FB new_region_id: 8 new_peer_ids: 9 } requests { split_key: 7800000100000000FB new_region_id: 10 new_peer_ids: 11 } right_derive: true }"] [index=7] [term=6] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:29.471 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="4 keys range from 7200000000000000FB to 7800000100000000FB"] [region="id: 2 region_epoch { conf_ver: 1 version: 1 } peers { id: 3 store_id: 1 }"] [peer_id=3] [region_id=2] [thread_id=103] [2024/05/06 22:08:29.471 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=2] [thread_id=101] [2024/05/06 22:08:29.471 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:08:29.471 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=5] [peer_id=3] [region_id=2] [thread_id=101] [2024/05/06 22:08:29.471 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(0)] [region_id=2] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:08:29.471 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 4 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 5 store_id: 1 }"] [region_id=4] [thread_id=101] [2024/05/06 22:08:29.471 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=5] [region_id=4] [thread_id=101] [2024/05/06 22:08:29.471 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 2 start_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 3 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:29.471 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {5} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=5] [region_id=4] [thread_id=101] [2024/05/06 22:08:29.471 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=5] [region_id=4] [thread_id=101] [2024/05/06 22:08:29.471 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {5} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=5] [region_id=4] [thread_id=101] [2024/05/06 22:08:29.471 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 5."] [id=5] [raft_id=5] [region_id=4] [thread_id=101] [2024/05/06 22:08:29.471 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=5] [region_id=4] [thread_id=101] [2024/05/06 22:08:29.471 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=5] [region_id=4] [thread_id=101] [2024/05/06 22:08:29.471 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=5] [region_id=4] [thread_id=101] [2024/05/06 22:08:29.471 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=5] [region_id=4] [thread_id=101] [2024/05/06 22:08:29.471 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 6 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 7 store_id: 1 }"] [region_id=6] [thread_id=101] [2024/05/06 22:08:29.471 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=7] [region_id=6] [thread_id=101] [2024/05/06 22:08:29.471 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {7} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=7] [region_id=6] [thread_id=101] [2024/05/06 22:08:29.471 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=7] [region_id=6] [thread_id=101] [2024/05/06 22:08:29.471 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {7} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=7] [region_id=6] [thread_id=101] [2024/05/06 22:08:29.471 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 7."] [id=7] [raft_id=7] [region_id=6] [thread_id=101] [2024/05/06 22:08:29.471 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=7] [region_id=6] [thread_id=101] [2024/05/06 22:08:29.471 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=7] [region_id=6] [thread_id=101] [2024/05/06 22:08:29.471 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=7] [region_id=6] [thread_id=101] [2024/05/06 22:08:29.471 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=7] [region_id=6] [thread_id=101] [2024/05/06 22:08:29.471 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 8 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 9 store_id: 1 }"] [region_id=8] [thread_id=101] [2024/05/06 22:08:29.471 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:29.471 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {9} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:29.471 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:29.471 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {9} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:29.471 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 9."] [id=9] [raft_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:29.471 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:29.471 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:29.471 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:29.471 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=9] [region_id=8] [thread_id=101] [2024/05/06 22:08:29.471 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 10 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 1 }"] [region_id=10] [thread_id=101] [2024/05/06 22:08:29.471 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:29.472 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:29.472 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:29.472 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {11} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:29.472 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 11."] [id=11] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:29.472 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:29.472 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:29.472 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:29.472 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=11] [region_id=10] [thread_id=101] [2024/05/06 22:08:29.472 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=4] [thread_id=102] [2024/05/06 22:08:29.472 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=6] [thread_id=101] [2024/05/06 22:08:29.472 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=8] [thread_id=101] [2024/05/06 22:08:29.472 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803786] [region_id=10] [thread_id=102] [2024/05/06 22:08:29.472 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=4] [thread_id=31] [2024/05/06 22:08:29.472 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=6] [thread_id=31] [2024/05/06 22:08:29.472 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=10] [thread_id=31] [2024/05/06 22:08:29.472 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=8] [thread_id=31] [2024/05/06 22:08:29.472 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 6 start_key: 7200000000000000FB end_key: 7200000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 7 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:29.472 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 4 end_key: 7200000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 5 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:29.472 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 10 start_key: 7800000000000000FB end_key: 7800000100000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 11 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:29.472 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 8 start_key: 7200000100000000FB end_key: 7800000000000000FB region_epoch { conf_ver: 1 version: 5 } peers { id: 9 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:29.472 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=7] [observe_id=ObserveId(1)] [region=2] [thread_id=68] [2024/05/06 22:08:29.472 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(3)] [region=4] [thread_id=68] [2024/05/06 22:08:29.472 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(4)] [region=10] [thread_id=68] [2024/05/06 22:08:29.472 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(2)] [region=6] [thread_id=68] [2024/05/06 22:08:29.472 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(5)] [region=8] [thread_id=68] [2024/05/06 22:08:36.467 +08:00] [INFO] [client.rs:799] ["set cluster version to 8.2.0-alpha"] [thread_id=31] [2024/05/06 22:13:40.382 +08:00] [WARN] [store.rs:899] ["[store 1] handle 1 store messages (\"Tick\", 1)"] [takes=582] [thread_id=102] [2024/05/06 22:13:40.575 +08:00] [INFO] [trend.rs:292] ["history window flipping: enter"] [increasing_rate=0] [flip_margin_error=1500] [delta=2639.8215764517954] [name=L1] [thread_id=31] [2024/05/06 22:13:41.585 +08:00] [INFO] [trend.rs:273] ["history window flipping: end"] [flipping_duration=1] [increasing_rate=0] [time_based_multiple=0.00029993703107215343] [flip_margin_error=500] [delta=2624.9928454063192] [name=L1] [thread_id=31] [2024/05/06 22:18:26.334 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2389] [thread_id=12] [2024/05/06 22:26:01.932 +08:00] [WARN] [store.rs:899] ["[store 1] handle 1 store messages (\"Tick\", 1)"] [takes=781] [thread_id=102] [2024/05/06 22:26:02.016 +08:00] [INFO] [trend.rs:292] ["history window flipping: enter"] [increasing_rate=0] [flip_margin_error=1500] [delta=4982.62352002252] [name=L1] [thread_id=31] [2024/05/06 22:26:02.016 +08:00] [INFO] [trend.rs:292] ["history window flipping: enter"] [increasing_rate=0] [flip_margin_error=1000] [delta=1248.7848467512522] [name=L2] [thread_id=31] [2024/05/06 22:26:03.026 +08:00] [INFO] [trend.rs:273] ["history window flipping: end"] [flipping_duration=1] [increasing_rate=0] [time_based_multiple=0.00029993703107215343] [flip_margin_error=500] [delta=4954.73842542604] [name=L1] [thread_id=31] [2024/05/06 22:26:03.026 +08:00] [INFO] [trend.rs:273] ["history window flipping: end"] [flipping_duration=1] [increasing_rate=0] [time_based_multiple=0.00029993703107215343] [flip_margin_error=500] [delta=1241.8324775700457] [name=L2] [thread_id=31] [2024/05/06 22:26:17.685 +08:00] [WARN] [store.rs:899] ["[store 1] handle 1 store messages (\"LatencyInspect\", 1)"] [takes=518] [thread_id=102] [2024/05/06 22:28:26.336 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2389] [thread_id=12] ==> ./tikv3.log <== [2024/05/06 22:08:23.723 +08:00] [INFO] [lib.rs:90] ["Welcome to TiKV"] [thread_id=1] [2024/05/06 22:08:23.723 +08:00] [INFO] [lib.rs:95] ["Release Version: 8.2.0-alpha"] [thread_id=1] [2024/05/06 22:08:23.723 +08:00] [INFO] [lib.rs:95] ["Edition: Community"] [thread_id=1] [2024/05/06 22:08:23.723 +08:00] [INFO] [lib.rs:95] ["Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4"] [thread_id=1] [2024/05/06 22:08:23.723 +08:00] [INFO] [lib.rs:95] ["Git Commit Branch: master"] [thread_id=1] [2024/05/06 22:08:23.723 +08:00] [INFO] [lib.rs:95] ["UTC Build Time: 2024-05-06 06:37:19"] [thread_id=1] [2024/05/06 22:08:23.723 +08:00] [INFO] [lib.rs:95] ["Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)"] [thread_id=1] [2024/05/06 22:08:23.723 +08:00] [INFO] [lib.rs:95] ["Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored"] [thread_id=1] [2024/05/06 22:08:23.723 +08:00] [INFO] [lib.rs:95] ["Profile: dist_release"] [thread_id=1] [2024/05/06 22:08:23.723 +08:00] [INFO] [fips.rs:40] ["OpenSSL FIPS mode is disabled"] [thread_id=1] [2024/05/06 22:08:23.723 +08:00] [ERROR] [mod.rs:3291] ["failed to enable heap profiling"] [err="JemallocError(\"failed to activate profiling: `name` or `mib` specifies an unknown/invalid value.\")"] [thread_id=1] [2024/05/06 22:08:23.723 +08:00] [INFO] [mod.rs:118] ["cgroup quota: memory=Some(34359738368), cpu=Some(8.0), cores={29, 59, 39, 67, 27, 0, 33, 9, 25, 24, 55, 17, 34, 51, 62, 21, 26, 31, 60, 28, 30, 63, 11, 35, 41, 64, 58, 3, 23, 65, 37, 69, 70, 32, 57, 68, 45, 19, 61, 5, 15, 43, 7, 13, 53, 36, 66, 49, 71, 22, 1, 47}"] [thread_id=1] [2024/05/06 22:08:23.723 +08:00] [INFO] [mod.rs:125] ["memory limit in bytes: 34359738368, cpu cores quota: 8"] [thread_id=1] [2024/05/06 22:08:23.724 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.core.somaxconn got 4096, expect 32768"] [thread_id=1] [2024/05/06 22:08:23.724 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters net.ipv4.tcp_syncookies got 1, expect 0"] [thread_id=1] [2024/05/06 22:08:23.724 +08:00] [WARN] [server.rs:1739] ["check: kernel"] [err="kernel parameters vm.swappiness got 10, expect 0"] [thread_id=1] [2024/05/06 22:08:23.726 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=127.0.0.1:2399] [thread_id=1] [2024/05/06 22:08:23.726 +08:00] [INFO] [] ["TCP_USER_TIMEOUT is available. TCP_USER_TIMEOUT will be used thereafter"] [thread_id=1] [2024/05/06 22:08:23.726 +08:00] [INFO] [] ["subchannel 0x7f05e064d800 {address=ipv4:127.0.0.1:2399, args=grpc.client_channel_factory=0x7f05e06afb18, grpc.default_authority=127.0.0.1:2399, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f05e0637ea0, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f05e06d2f30, grpc.server_uri=dns:///127.0.0.1:2399}: connect failed: {\"created\":\"@1715004503.726444117\",\"description\":\"Failed to connect to remote host: Connection refused\",\"errno\":111,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_client_posix.cc\",\"file_line\":200,\"os_error\":\"Connection refused\",\"syscall\":\"connect\",\"target_address\":\"ipv4:127.0.0.1:2399\"}"] [thread_id=13] [2024/05/06 22:08:23.726 +08:00] [INFO] [] ["subchannel 0x7f05e064d800 {address=ipv4:127.0.0.1:2399, args=grpc.client_channel_factory=0x7f05e06afb18, grpc.default_authority=127.0.0.1:2399, grpc.initial_reconnect_backoff_ms=1000, grpc.internal.subchannel_pool=0x7f05e0637ea0, grpc.keepalive_time_ms=10000, grpc.keepalive_timeout_ms=3000, grpc.max_receive_message_length=-1, grpc.max_reconnect_backoff_ms=5000, grpc.max_send_message_length=-1, grpc.primary_user_agent=grpc-rust/0.10.4, grpc.resource_quota=0x7f05e06d2f30, grpc.server_uri=dns:///127.0.0.1:2399}: Retry in 999 milliseconds"] [thread_id=13] [2024/05/06 22:08:23.726 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 14-UNAVAILABLE, message: \"failed to connect to all addresses\", details: [] }))"] [endpoints=127.0.0.1:2399] [thread_id=1] [2024/05/06 22:08:23.726 +08:00] [WARN] [client.rs:169] ["validate PD endpoints failed"] [err="Other(\"[components/pd_client/src/util.rs:634]: PD cluster failed to respond\")"] [thread_id=1] [2024/05/06 22:08:24.028 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=127.0.0.1:2399] [thread_id=1] [2024/05/06 22:08:26.028 +08:00] [INFO] [util.rs:601] ["PD failed to respond"] [err="Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: \"Deadline Exceeded\", details: [] }))"] [endpoints=127.0.0.1:2399] [thread_id=1] [2024/05/06 22:08:26.329 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=127.0.0.1:2399] [thread_id=1] [2024/05/06 22:08:27.070 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=127.0.0.1:2399] [thread_id=1] [2024/05/06 22:08:27.071 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2399] [thread_id=1] [2024/05/06 22:08:27.072 +08:00] [INFO] [util.rs:639] ["connecting to PD endpoint"] [endpoints=http://127.0.0.1:2399] [thread_id=1] [2024/05/06 22:08:27.073 +08:00] [INFO] [util.rs:808] ["connected to PD member"] [endpoints=http://127.0.0.1:2399] [thread_id=1] [2024/05/06 22:08:27.073 +08:00] [INFO] [util.rs:631] ["all PD endpoints are consistent"] [endpoints="[\"127.0.0.1:2399\"]"] [thread_id=1] [2024/05/06 22:08:27.073 +08:00] [INFO] [common.rs:329] ["connect to PD cluster"] [cluster_id=7365888269024838056] [thread_id=1] [2024/05/06 22:08:27.074 +08:00] [INFO] [mod.rs:2560] ["readpool.storage.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:27.074 +08:00] [INFO] [mod.rs:2583] ["readpool.coprocessor.use-unified-pool is not set, set to true by default"] [thread_id=1] [2024/05/06 22:08:27.076 +08:00] [INFO] [common.rs:449] ["beginning system configuration check"] [thread_id=1] [2024/05/06 22:08:27.076 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"ext4\", opts: \"rw,relatime\", mnt_dir: \"/home/jenkins/agent\", fsname: \"/dev/nvme0n1\" }"] [data_path=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tikv3] [thread_id=1] [2024/05/06 22:08:27.076 +08:00] [INFO] [config.rs:1077] ["data dir"] [mount_fs="FsInfo { tp: \"ext4\", opts: \"rw,relatime\", mnt_dir: \"/home/jenkins/agent\", fsname: \"/dev/nvme0n1\" }"] [data_path=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tikv3/raft] [thread_id=1] [2024/05/06 22:08:27.077 +08:00] [INFO] [common.rs:117] ["using config"] [config="{\"slow-log-file\":\"\",\"slow-log-threshold\":\"1s\",\"panic-when-unexpected-key-or-data\":false,\"abort-on-panic\":false,\"memory-usage-limit\":\"25769803775B\",\"memory-usage-high-water\":0.9,\"log\":{\"level\":\"info\",\"format\":\"text\",\"enable-timestamp\":true,\"file\":{\"filename\":\"tikv3.log\",\"max-size\":300,\"max-days\":0,\"max-backups\":0}},\"memory\":{\"enable-heap-profiling\":true,\"profiling-sample-per-bytes\":\"512KiB\",\"enable-thread-exclusive-arena\":true},\"quota\":{\"foreground-cpu-time\":0,\"foreground-write-bandwidth\":\"0KiB\",\"foreground-read-bandwidth\":\"0KiB\",\"max-delay-duration\":\"500ms\",\"background-cpu-time\":0,\"background-write-bandwidth\":\"0KiB\",\"background-read-bandwidth\":\"0KiB\",\"enable-auto-tune\":false},\"readpool\":{\"unified\":{\"min-thread-count\":1,\"max-thread-count\":6,\"stack-size\":\"10MiB\",\"max-tasks-per-worker\":2000,\"auto-adjust-pool-size\":false},\"storage\":{\"use-unified-pool\":true,\"high-concurrency\":4,\"normal-concurrency\":4,\"low-concurrency\":4,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"},\"coprocessor\":{\"use-unified-pool\":true,\"high-concurrency\":6,\"normal-concurrency\":6,\"low-concurrency\":6,\"max-tasks-per-worker-high\":2000,\"max-tasks-per-worker-normal\":2000,\"max-tasks-per-worker-low\":2000,\"stack-size\":\"10MiB\"}},\"server\":{\"addr\":\"0.0.0.0:20180\",\"advertise-addr\":\"127.0.0.1:20180\",\"status-addr\":\"127.0.0.1:20180\",\"advertise-status-addr\":\"127.0.0.1:20185\",\"status-thread-pool-size\":1,\"max-grpc-send-msg-len\":10485760,\"raft-client-grpc-send-msg-buffer\":524288,\"raft-client-queue-size\":8192,\"raft-msg-max-batch-size\":128,\"grpc-compression-type\":\"none\",\"grpc-gzip-compression-level\":2,\"grpc-min-message-size-to-compress\":4096,\"grpc-concurrency\":5,\"grpc-concurrent-stream\":1024,\"grpc-raft-conn-num\":1,\"grpc-memory-pool-quota\":\"9223372036854775807B\",\"grpc-stream-initial-window-size\":\"2MiB\",\"grpc-keepalive-time\":\"10s\",\"grpc-keepalive-timeout\":\"3s\",\"concurrent-send-snap-limit\":32,\"concurrent-recv-snap-limit\":32,\"end-point-recursion-limit\":1000,\"end-point-stream-channel-size\":8,\"end-point-batch-row-limit\":64,\"end-point-stream-batch-row-limit\":128,\"end-point-enable-batch-if-possible\":true,\"end-point-request-max-handle-duration\":\"1m\",\"end-point-max-concurrency\":8,\"end-point-perf-level\":0,\"snap-io-max-bytes-per-sec\":\"100MiB\",\"snap-max-total-size\":\"0KiB\",\"stats-concurrency\":1,\"heavy-load-threshold\":75,\"heavy-load-wait-duration\":null,\"enable-request-batch\":true,\"background-thread-count\":2,\"end-point-slow-log-threshold\":\"1s\",\"forward-max-connections-per-address\":4,\"reject-messages-on-memory-ratio\":0.2,\"simplify-metrics\":false,\"health-feedback-interval\":\"1s\",\"labels\":{}},\"storage\":{\"data-dir\":\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tikv3\",\"engine\":\"raft-kv\",\"gc-ratio-threshold\":1.1,\"max-key-size\":8192,\"scheduler-concurrency\":524288,\"scheduler-worker-pool-size\":4,\"scheduler-pending-write-threshold\":\"100MiB\",\"reserve-space\":\"5GiB\",\"reserve-raft-space\":\"1GiB\",\"enable-async-apply-prewrite\":false,\"api-version\":1,\"enable-ttl\":false,\"background-error-recovery-window\":\"1h\",\"ttl-check-poll-interval\":\"12h\",\"txn-status-cache-capacity\":5120000,\"memory-quota\":\"256MiB\",\"flow-control\":{\"enable\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"memtables-threshold\":5,\"l0-files-threshold\":20},\"block-cache\":{\"shared\":null,\"capacity\":\"15461882265B\",\"num-shard-bits\":6,\"strict-capacity-limit\":false,\"high-pri-pool-ratio\":0.8,\"low-pri-pool-ratio\":0.2,\"memory-allocator\":\"nodump\"},\"io-rate-limit\":{\"max-bytes-per-sec\":\"0KiB\",\"mode\":\"write-only\",\"strict\":false,\"foreground-read-priority\":\"high\",\"foreground-write-priority\":\"high\",\"flush-priority\":\"high\",\"level-zero-compaction-priority\":\"medium\",\"compaction-priority\":\"low\",\"replication-priority\":\"high\",\"load-balance-priority\":\"high\",\"gc-priority\":\"high\",\"import-priority\":\"medium\",\"export-priority\":\"medium\",\"other-priority\":\"high\"}},\"pd\":{\"endpoints\":[\"127.0.0.1:2399\"],\"retry-interval\":\"300ms\",\"retry-max-count\":9223372036854775807,\"retry-log-every\":10,\"update-interval\":\"10m\",\"enable-forwarding\":false},\"metric\":{\"job\":\"tikv\"},\"raftstore\":{\"prevote\":true,\"raftdb-path\":\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tikv3/raft\",\"capacity\":\"0KiB\",\"raft-base-tick-interval\":\"1s\",\"raft-heartbeat-ticks\":2,\"raft-election-timeout-ticks\":10,\"raft-min-election-timeout-ticks\":10,\"raft-max-election-timeout-ticks\":20,\"raft-max-size-per-msg\":\"1MiB\",\"raft-max-inflight-msgs\":256,\"raft-entry-max-size\":\"8MiB\",\"raft-log-compact-sync-interval\":\"2s\",\"raft-log-gc-tick-interval\":\"3s\",\"request-voter-replicated-index-interval\":\"5m\",\"raft-log-gc-threshold\":50,\"raft-log-gc-count-limit\":73728,\"raft-log-gc-size-limit\":\"72MiB\",\"max-apply-unpersisted-log-limit\":1024,\"follower-read-max-log-gap\":100,\"raft-log-reserve-max-ticks\":6,\"raft-engine-purge-interval\":\"10s\",\"max-manual-flush-rate\":3.0,\"raft-entry-cache-life-time\":\"30s\",\"split-region-check-tick-interval\":\"10s\",\"region-split-check-diff\":\"6MiB\",\"region-compact-check-interval\":\"5m\",\"region-compact-check-step\":100,\"region-compact-min-tombstones\":10000,\"region-compact-tombstones-percent\":30,\"region-compact-min-redundant-rows\":50000,\"region-compact-redundant-rows-percent\":20,\"pd-heartbeat-tick-interval\":\"1m\",\"pd-store-heartbeat-tick-interval\":\"10s\",\"pd-report-min-resolved-ts-interval\":\"1s\",\"snap-mgr-gc-tick-interval\":\"1m\",\"snap-gc-timeout\":\"4h\",\"snap-wait-split-duration\":\"34s\",\"lock-cf-compact-interval\":\"10m\",\"lock-cf-compact-bytes-threshold\":\"256MiB\",\"periodic-full-compact-start-times\":[],\"periodic-full-compact-start-max-cpu\":0.1,\"notify-capacity\":40960,\"messages-per-tick\":4096,\"max-peer-down-duration\":\"10m\",\"max-leader-missing-duration\":\"2h\",\"abnormal-leader-missing-duration\":\"10m\",\"peer-stale-state-check-interval\":\"5m\",\"gc-peer-check-interval\":\"1m\",\"leader-transfer-max-log-lag\":128,\"snap-apply-batch-size\":\"10MiB\",\"snap-apply-copy-symlink\":false,\"region-worker-tick-interval\":\"1s\",\"clean-stale-ranges-tick\":10,\"consistency-check-interval\":\"0s\",\"report-region-flow-interval\":\"1m\",\"raft-store-max-leader-lease\":\"9s\",\"check-leader-lease-interval\":\"2s250ms\",\"renew-leader-lease-advance-duration\":\"2s250ms\",\"right-derive-when-split\":true,\"merge-max-log-gap\":10,\"merge-check-tick-interval\":\"2s\",\"use-delete-range\":false,\"snap-generator-pool-size\":2,\"cleanup-import-sst-interval\":\"10m\",\"local-read-batch-size\":1024,\"apply-max-batch-size\":256,\"apply-pool-size\":2,\"apply-reschedule-duration\":\"5s\",\"apply-low-priority-pool-size\":1,\"store-max-batch-size\":256,\"store-pool-size\":2,\"store-reschedule-duration\":\"5s\",\"store-low-priority-pool-size\":0,\"store-io-pool-size\":1,\"store-io-notify-capacity\":40960,\"future-poll-size\":1,\"hibernate-regions\":true,\"dev-assert\":false,\"apply-yield-duration\":\"500ms\",\"apply-yield-write-size\":\"32KiB\",\"perf-level\":0,\"evict-cache-on-memory-ratio\":0.1,\"cmd-batch\":true,\"cmd-batch-concurrent-ready-max-count\":1,\"raft-write-size-limit\":\"1MiB\",\"waterfall-metrics\":true,\"io-reschedule-concurrent-max-count\":4,\"io-reschedule-hotpot-duration\":\"5s\",\"inspect-interval\":\"100ms\",\"inspect-cpu-util-thd\":0.4,\"slow-trend-unsensitive-cause\":10.0,\"slow-trend-unsensitive-result\":0.5,\"slow-trend-network-io-factor\":0.0,\"reactive-memory-lock-tick-interval\":\"2s\",\"reactive-memory-lock-timeout-tick\":5,\"report-region-buckets-tick-interval\":\"10s\",\"check-long-uncommitted-interval\":\"10s\",\"long-uncommitted-base-threshold\":\"20s\",\"max-entry-cache-warmup-duration\":\"1s\",\"max-snapshot-file-raw-size\":\"100MiB\",\"unreachable-backoff\":\"10s\",\"enable-v2-compatible-learner\":false,\"min-pending-apply-region-count\":10,\"skip-manual-compaction-in-clean-up-worker\":false},\"coprocessor\":{\"split-region-on-table\":false,\"batch-split-limit\":10,\"region-max-size\":\"144MiB\",\"region-split-size\":\"96MiB\",\"region-max-keys\":1440000,\"region-split-keys\":960000,\"consistency-check-method\":\"mvcc\",\"enable-region-bucket\":null,\"region-bucket-size\":\"50MiB\",\"region-size-threshold-for-approximate\":\"750MiB\",\"prefer-approximate-bucket\":true,\"region-bucket-merge-size-ratio\":0.33},\"coprocessor-v2\":{\"coprocessor-plugin-directory\":null},\"rocksdb\":{\"info-log-level\":\"info\",\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":7,\"max-background-flushes\":2,\"max-manifest-file-size\":\"128MiB\",\"create-if-missing\":true,\"max-open-files\":40960,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"rate-bytes-per-sec\":\"10GiB\",\"rate-limiter-refill-period\":\"100ms\",\"rate-limiter-mode\":2,\"rate-limiter-auto-tuned\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"max-sub-compactions\":3,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":false,\"enable-multi-batch-write\":null,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"write-buffer-limit\":null,\"track-and-verify-wals-in-manifest\":true,\"defaultcf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":\"32KiB\",\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"writecf\":{\"block-size\":\"32KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":false,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":3,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":true,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"zstd\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"lockcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":false,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"32MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"raftcf\":{\"block-size\":\"16KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":true,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"no\",\"no\",\"no\",\"no\",\"no\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"128MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":1,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":true,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":null,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"read-only\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":true,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raftdb\":{\"wal-recovery-mode\":2,\"wal-dir\":\"\",\"wal-ttl-seconds\":0,\"wal-size-limit\":\"0KiB\",\"max-total-wal-size\":\"4GiB\",\"max-background-jobs\":4,\"max-background-flushes\":1,\"max-manifest-file-size\":\"20MiB\",\"create-if-missing\":true,\"max-open-files\":40960,\"stats-dump-period\":\"10m\",\"compaction-readahead-size\":\"0KiB\",\"info-log-max-size\":\"1GiB\",\"info-log-roll-time\":\"0s\",\"info-log-keep-log-file-num\":10,\"info-log-dir\":\"\",\"info-log-level\":\"info\",\"max-sub-compactions\":2,\"writable-file-max-buffer-size\":\"1MiB\",\"use-direct-io-for-flush-and-compaction\":false,\"enable-pipelined-write\":true,\"enable-unordered-write\":false,\"allow-concurrent-memtable-write\":true,\"bytes-per-sync\":\"1MiB\",\"wal-bytes-per-sync\":\"512KiB\",\"defaultcf\":{\"block-size\":\"64KiB\",\"block-cache-size\":null,\"disable-block-cache\":false,\"cache-index-and-filter-blocks\":true,\"pin-l0-filter-and-index-blocks\":true,\"use-bloom-filter\":false,\"optimize-filters-for-hits\":true,\"optimize-filters-for-memory\":false,\"whole-key-filtering\":true,\"bloom-filter-bits-per-key\":10,\"block-based-bloom-filter\":false,\"ribbon-filter-above-level\":null,\"read-amp-bytes-per-bit\":0,\"compression-per-level\":[\"no\",\"no\",\"lz4\",\"lz4\",\"lz4\",\"zstd\",\"zstd\"],\"write-buffer-size\":\"128MiB\",\"write-buffer-limit\":null,\"max-write-buffer-number\":5,\"min-write-buffer-number-to-merge\":1,\"max-bytes-for-level-base\":\"512MiB\",\"target-file-size-base\":null,\"level0-file-num-compaction-trigger\":4,\"level0-slowdown-writes-trigger\":20,\"level0-stop-writes-trigger\":20,\"max-compaction-bytes\":\"2GiB\",\"compaction-pri\":0,\"dynamic-level-bytes\":true,\"num-levels\":7,\"max-bytes-for-level-multiplier\":10,\"compaction-style\":0,\"disable-auto-compactions\":false,\"disable-write-stall\":false,\"soft-pending-compaction-bytes-limit\":\"192GiB\",\"hard-pending-compaction-bytes-limit\":\"1TiB\",\"force-consistency-checks\":false,\"prop-size-index-distance\":4194304,\"prop-keys-index-distance\":40960,\"enable-doubly-skiplist\":true,\"enable-compaction-guard\":null,\"compaction-guard-min-output-file-size\":\"8MiB\",\"compaction-guard-max-output-file-size\":\"128MiB\",\"bottommost-level-compression\":\"disable\",\"bottommost-zstd-compression-dict-size\":0,\"bottommost-zstd-compression-sample-size\":0,\"prepopulate-block-cache\":\"disabled\",\"format-version\":2,\"checksum\":\"crc32c\",\"max-compactions\":null,\"ttl\":null,\"periodic-compaction-seconds\":null,\"titan\":{\"min-blob-size\":null,\"blob-file-compression\":\"zstd\",\"zstd-dict-size\":\"0KiB\",\"shared-blob-cache\":true,\"blob-cache-size\":\"0KiB\",\"min-gc-batch-size\":\"16MiB\",\"max-gc-batch-size\":\"64MiB\",\"discardable-ratio\":0.5,\"merge-small-file-threshold\":\"8MiB\",\"blob-run-mode\":\"normal\",\"level-merge\":false,\"range-merge\":true,\"max-sorted-runs\":20}},\"titan\":{\"enabled\":false,\"dirname\":\"\",\"disable-gc\":false,\"max-background-gc\":1,\"purge-obsolete-files-period\":\"10s\"}},\"raft-engine\":{\"enable\":true,\"dir\":\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tikv3/raft-engine\",\"spill-dir\":null,\"recovery-mode\":\"tolerate-corrupted-tail-records\",\"recovery-read-block-size\":\"16KiB\",\"recovery-threads\":4,\"batch-compression-threshold\":\"8KiB\",\"compression-level\":null,\"bytes-per-sync\":null,\"format-version\":2,\"target-file-size\":\"128MiB\",\"purge-threshold\":\"10GiB\",\"purge-rewrite-threshold\":\"1GiB\",\"purge-rewrite-garbage-ratio\":0.6,\"memory-limit\":\"5153960755B\",\"enable-log-recycle\":true,\"prefill-for-recycle\":false,\"prefill-limit\":null},\"security\":{\"ca-path\":\"\",\"cert-path\":\"\",\"key-path\":\"\",\"cert-allowed-cn\":[],\"redact-info-log\":null,\"encryption\":{\"data-encryption-method\":\"plaintext\",\"data-key-rotation-period\":\"7d\",\"enable-file-dictionary-log\":true,\"file-dictionary-rewrite-threshold\":1000000,\"master-key\":{\"type\":\"plaintext\"},\"previous-master-key\":{\"type\":\"plaintext\"}}},\"import\":{\"num-threads\":8,\"stream-channel-window\":128,\"import-mode-timeout\":\"10m\",\"memory-use-ratio\":0.3},\"backup\":{\"num-threads\":4,\"batch-size\":8,\"sst-max-size\":\"144MiB\",\"enable-auto-tune\":true,\"auto-tune-remain-threads\":2,\"auto-tune-refresh-interval\":\"1m\",\"io-thread-size\":2,\"s3-multi-part-size\":\"5MiB\",\"hadoop\":{\"home\":\"\",\"linux-user\":\"\"}},\"log-backup\":{\"min-ts-interval\":\"10s\",\"max-flush-interval\":\"3m\",\"num-threads\":4,\"enable\":true,\"temp-path\":\"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tikv3/log-backup-temp\",\"file-size-limit\":\"256MiB\",\"initial-scan-pending-memory-quota\":\"512MiB\",\"initial-scan-rate-limit\":\"60MiB\",\"initial-scan-concurrency\":6},\"pessimistic-txn\":{\"wait-for-lock-timeout\":\"1s\",\"wake-up-delay-duration\":\"20ms\",\"pipelined\":false,\"in-memory\":true},\"gc\":{\"ratio-threshold\":1.1,\"batch-keys\":512,\"max-write-bytes-per-sec\":\"0KiB\",\"enable-compaction-filter\":true,\"compaction-filter-skip-version-check\":false,\"num-threads\":1},\"split\":{\"qps-threshold\":3000,\"split-balance-score\":0.25,\"split-contained-score\":0.5,\"detect-times\":10,\"sample-num\":20,\"sample-threshold\":100,\"byte-threshold\":31457280,\"grpc-thread-cpu-overload-threshold-ratio\":0.5,\"unified-read-pool-thread-cpu-overload-threshold-ratio\":0.8,\"region-cpu-overload-threshold-ratio\":0.25},\"cdc\":{\"min-ts-interval\":\"1s\",\"hibernate-regions-compatible\":true,\"incremental-scan-threads\":4,\"incremental-scan-concurrency\":6,\"incremental-scan-concurrency-limit\":10000,\"incremental-scan-speed-limit\":\"128MiB\",\"incremental-fetch-speed-limit\":\"512MiB\",\"incremental-scan-ts-filter-ratio\":0.2,\"tso-worker-threads\":1,\"sink-memory-quota\":\"512MiB\",\"old-value-cache-memory-quota\":\"512MiB\"},\"resolved-ts\":{\"enable\":true,\"advance-ts-interval\":\"20s\",\"scan-lock-pool-size\":2,\"memory-quota\":\"256MiB\",\"incremental-scan-concurrency\":6},\"resource-metering\":{\"receiver-address\":\"\",\"report-receiver-interval\":\"1m\",\"max-resource-groups\":100,\"precision\":\"1s\"},\"causal-ts\":{\"renew-interval\":\"100ms\",\"renew-batch-min-size\":100,\"renew-batch-max-size\":8192,\"alloc-ahead-buffer\":\"3s\"},\"resource-control\":{\"enabled\":true},\"range-cache-engine\":{\"enabled\":false,\"gc-interval\":\"3m\",\"soft-limit-threshold\":null,\"hard-limit-threshold\":null}}"] [thread_id=1] [2024/05/06 22:08:27.077 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=1] [2024/05/06 22:08:27.078 +08:00] [WARN] [worker.rs:353] ["adjust duration too small, skip adjustment."] [dur=0ns] [thread_id=18] [2024/05/06 22:08:27.078 +08:00] [INFO] [resource_group.rs:145] ["add resource group"] [ru=2147483647] [name=default] [thread_id=17] [2024/05/06 22:08:27.078 +08:00] [INFO] [service.rs:70] ["pd meta client creating watch stream."] [rev=12] [path=resource_group/settings] [thread_id=17] [2024/05/06 22:08:27.078 +08:00] [WARN] [common.rs:206] ["failed to remove space holder on starting: No such file or directory (os error 2)"] [thread_id=1] [2024/05/06 22:08:27.078 +08:00] [INFO] [service.rs:193] ["load controller config"] [config="RequestUnitConfig { read_base_cost: 0.125, read_cost_per_byte: 1.52587890625e-5, write_base_cost: 1.0, write_cost_per_byte: 0.0009765625, read_cpu_ms_cost: 0.3333333333333333 }"] [thread_id=18] [2024/05/06 22:08:27.097 +08:00] [INFO] [mod.rs:130] ["encryption: none of key dictionary and file dictionary are found."] [thread_id=1] [2024/05/06 22:08:27.097 +08:00] [INFO] [mod.rs:549] ["encryption is disabled."] [thread_id=1] [2024/05/06 22:08:27.097 +08:00] [INFO] [engine.rs:93] ["Recovering raft logs takes 186.317µs"] [thread_id=1] [2024/05/06 22:08:27.158 +08:00] [INFO] [mod.rs:298] ["Storage started."] [thread_id=1] [2024/05/06 22:08:27.161 +08:00] [INFO] [snapshot_backup.rs:106] ["registered reject ingest and admin coprocessor to TiKV."] [thread_id=1] [2024/05/06 22:08:27.161 +08:00] [INFO] [endpoint.rs:1138] ["create tokio runtime for backup stream"] [thread_count=2] [thread_name=backup-stream] [thread_id=1] [2024/05/06 22:08:27.162 +08:00] [INFO] [endpoint.rs:154] ["the endpoint of stream backup started"] [path=/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tikv3/log-backup-temp] [thread_id=1] [2024/05/06 22:08:27.162 +08:00] [INFO] [checkpoint_manager.rs:67] ["subscription manager started!"] [thread_id=74] [2024/05/06 22:08:27.162 +08:00] [INFO] [sst_importer.rs:187] ["sst importer memory limit when apply"] [size=10307921510] [ratio=0.3] [thread_id=1] [2024/05/06 22:08:27.163 +08:00] [INFO] [endpoint.rs:142] ["started task watcher!"] [thread_id=74] [2024/05/06 22:08:27.163 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=13] [keys=Prefix(K(/tidb/br-stream/pause/))] [thread_id=74] [2024/05/06 22:08:27.163 +08:00] [INFO] [pd.rs:145] ["pd meta client creating watch stream."] [rev=13] [keys=Prefix(K(/tidb/br-stream/info/))] [thread_id=73] [2024/05/06 22:08:27.163 +08:00] [INFO] [endpoint.rs:414] ["start watching the pausing events."] [from_rev=12] [thread_id=74] [2024/05/06 22:08:27.163 +08:00] [INFO] [endpoint.rs:363] ["start watching the task changes."] [from_rev=12] [thread_id=73] [2024/05/06 22:08:27.170 +08:00] [INFO] [raft_server.rs:187] ["trying to bootstrap cluster"] [region="id: 2 region_epoch { conf_ver: 1 version: 1 } peers { id: 3 store_id: 1 }"] [store_id=1] [thread_id=1] [2024/05/06 22:08:27.178 +08:00] [INFO] [raft_server.rs:404] ["bootstrap cluster ok"] [cluster_id=7365888269024838056] [thread_id=1] [2024/05/06 22:08:27.178 +08:00] [INFO] [raft_server.rs:196] ["put store to PD"] [store="id: 1 address: \"127.0.0.1:20180\" version: \"8.2.0-alpha\" peer_address: \"127.0.0.1:20180\" status_address: \"127.0.0.1:20185\" git_hash: \"88099c95a3c0c13a827c0795c3d45070264665e4\" start_timestamp: 1715004507 deploy_path: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/bin\""] [thread_id=1] [2024/05/06 22:08:27.181 +08:00] [INFO] [raft_server.rs:335] ["initializing replication mode"] [store_id=1] [status=Some()] [thread_id=1] [2024/05/06 22:08:27.181 +08:00] [INFO] [replication_mode.rs:55] ["associated store labels"] [labels="[]"] [store_id=1] [thread_id=1] [2024/05/06 22:08:27.181 +08:00] [INFO] [raft_server.rs:469] ["start raft store thread"] [store_id=1] [thread_id=1] [2024/05/06 22:08:27.182 +08:00] [INFO] [snap.rs:1461] ["Initializing SnapManager, encryption is enabled: false"] [thread_id=1] [2024/05/06 22:08:27.185 +08:00] [INFO] [write.rs:1041] ["starting store writer 0"] [thread_id=1] [2024/05/06 22:08:27.185 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:27.186 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {3} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:27.186 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:27.186 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {3} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:27.186 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 3."] [id=3] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:27.186 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:27.186 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:27.186 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:27.186 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=3] [region_id=2] [thread_id=1] [2024/05/06 22:08:27.186 +08:00] [INFO] [store.rs:1380] ["start store"] [takes=190.305µs] [merge_count=0] [applying_count=0] [tombstone_count=0] [region_count=1] [store_id=1] [thread_id=1] [2024/05/06 22:08:27.186 +08:00] [INFO] [store.rs:1436] ["cleans up garbage data"] [takes=5.077µs] [garbage_range_count=2] [store_id=1] [thread_id=1] [2024/05/06 22:08:27.187 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769803778] [region_id=2] [thread_id=101] [2024/05/06 22:08:27.188 +08:00] [WARN] [store.rs:1905] ["set thread priority for raftstore failed"] [error="Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }"] [thread_id=1] [2024/05/06 22:08:27.188 +08:00] [INFO] [gc_worker.rs:1248] ["initialize compaction filter to perform GC when necessary"] [thread_id=1] [2024/05/06 22:08:27.188 +08:00] [INFO] [compaction_filter.rs:182] ["initialize GC context for compaction filter"] [thread_id=1] [2024/05/06 22:08:27.188 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=2] [thread_id=31] [2024/05/06 22:08:27.190 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 2 region_epoch { conf_ver: 1 version: 1 } peers { id: 3 store_id: 1 }"] [thread_id=68] [2024/05/06 22:08:27.191 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(0)] [region=2] [thread_id=68] [2024/05/06 22:08:27.192 +08:00] [INFO] [server.rs:1195] ["start register debug service"] [thread_id=1] [2024/05/06 22:08:27.192 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=waiter-manager] [thread_id=1] [2024/05/06 22:08:27.192 +08:00] [INFO] [future.rs:148] ["starting working thread"] [worker=deadlock-detector] [thread_id=1] [2024/05/06 22:08:27.193 +08:00] [INFO] [deadlock.rs:761] ["became the leader of deadlock detector!"] [self_id=1] [thread_id=127] [2024/05/06 22:08:27.193 +08:00] [ERROR] [] ["{\"created\":\"@1715004507.193875853\",\"description\":\"No address added out of total 1 resolved\",\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/ext/transport/chttp2/server/chttp2_server.cc\",\"file_line\":936,\"referenced_errors\":[{\"created\":\"@1715004507.193872611\",\"description\":\"Failed to add any wildcard listeners\",\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_server_posix.cc\",\"file_line\":349,\"referenced_errors\":[{\"created\":\"@1715004507.193858322\",\"description\":\"Unable to configure socket\",\"fd\":107,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_server_utils_posix_common.cc\",\"file_line\":218,\"referenced_errors\":[{\"created\":\"@1715004507.193854051\",\"description\":\"Address already in use\",\"errno\":98,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_server_utils_posix_common.cc\",\"file_line\":191,\"os_error\":\"Address already in use\",\"syscall\":\"bind\"}]},{\"created\":\"@1715004507.193872327\",\"description\":\"Unable to configure socket\",\"fd\":107,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_server_utils_posix_common.cc\",\"file_line\":218,\"referenced_errors\":[{\"created\":\"@1715004507.193867059\",\"description\":\"Address already in use\",\"errno\":98,\"file\":\"/var/cache/cargohome/registry/src/index.crates.io-6f17d22bba15001f/grpcio-sys-0.10.3+1.44.0-patched/grpc/src/core/lib/iomgr/tcp_server_utils_posix_common.cc\",\"file_line\":191,\"os_error\":\"Address already in use\",\"syscall\":\"bind\"}]}]}]}"] [thread_id=1] [2024/05/06 22:08:27.194 +08:00] [FATAL] [server.rs:1539] ["failed to build server: BindFail(\"0.0.0.0\", 20180)"] [thread_id=1] ==> ./tikv1.log <== [2024/05/06 22:36:53.460 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=16653] [region_id=16652] [thread_id=102] [2024/05/06 22:36:53.460 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=16653] [region_id=16652] [thread_id=102] [2024/05/06 22:36:53.460 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769819906] [region_id=16650] [thread_id=101] [2024/05/06 22:36:53.460 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769819906] [region_id=16652] [thread_id=102] [2024/05/06 22:36:53.460 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=16652] [thread_id=31] [2024/05/06 22:36:53.460 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=16650] [thread_id=31] [2024/05/06 22:36:53.460 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 16650 start_key: 7480000000000050FF0E5F698000000000FF0000040380000000FF000000C703800000FF00000000C7000000FD end_key: 7480000000000050FF0E5F698000000000FF0000050380000000FF0000000103800000FF0000000001038000FF0000000000010000FD region_epoch { conf_ver: 1 version: 8065 } peers { id: 16651 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:53.460 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 16652 start_key: 7480000000000050FF0E5F698000000000FF0000050380000000FF0000000103800000FF0000000001038000FF0000000000010000FD end_key: 7480000000000050FF0E5F698000000000FF0000050380000000FF000000C703800000FF00000000C7038000FF0000000000C70000FE region_epoch { conf_ver: 1 version: 8065 } peers { id: 16653 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:53.460 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=20905] [observe_id=ObserveId(16150)] [region=14] [thread_id=68] [2024/05/06 22:36:53.460 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(16152)] [region=16652] [thread_id=68] [2024/05/06 22:36:53.460 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(16151)] [region=16650] [thread_id=68] [2024/05/06 22:36:53.480 +08:00] [INFO] [sst_writer.rs:132] ["finish write to sst"] [write_bytes=15124] [write_entries=199] [default_bytes=0] [default_entries=0] [thread_id=121] [2024/05/06 22:36:53.480 +08:00] [INFO] [import_file.rs:380] ["api_check success"] [thread_id=121] [2024/05/06 22:36:53.481 +08:00] [INFO] [import_file.rs:380] ["api_check success"] [thread_id=121] [2024/05/06 22:36:53.481 +08:00] [INFO] [import_file.rs:380] ["api_check success"] [thread_id=105] [2024/05/06 22:36:53.482 +08:00] [INFO] [sst_importer.rs:346] [ingest] [metas="[SstMetaInfo { total_bytes: 16716, total_kvs: 199, meta: uuid: 0914E455F9D5486982D4E0E91109B53C range { start: 7480000000000050FF0E5F698000000000FF0000050380000000FF0000000103800000FF0000000001038000FF0000000000010000FD end: 7480000000000050FF0E5F698000000000FF0000050380000000FF000000C703800000FF00000000C7038000FF0000000000C70000FD } cf_name: \"write\" region_id: 16652 region_epoch { conf_ver: 1 version: 8065 } }]"] [thread_id=105] [2024/05/06 22:36:53.482 +08:00] [INFO] [sst_importer.rs:311] [delete] [path="ImportPath { save: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tikv1/import/0914e455-f9d5-4869-82d4-e0e91109b53c_16652_1_8065_write_2.sst\", temp: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tikv1/import/.temp/0914e455-f9d5-4869-82d4-e0e91109b53c_16652_1_8065_write_2.sst\", clone: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tikv1/import/.clone/0914e455-f9d5-4869-82d4-e0e91109b53c_16652_1_8065_write_2.sst\" }"] [thread_id=105] [2024/05/06 22:36:54.483 +08:00] [WARN] [prewrite.rs:832] ["commit_ts is too large, fallback to normal 2PC"] [lock="Lock { lock_type: Put, primary_key: 74800000000000500E5F6980000000000000010380000000000003E8013130303000000000FB, start_ts: TimeStamp(449578589086023689), ttl: 3000, short_value: 30, for_update_ts: TimeStamp(0), txn_size: 1, min_commit_ts: TimeStamp(449578589086023690), use_async_commit: true, secondaries: [], rollback_ts: [], last_change: Unknown, txn_source: 0, is_locked_with_conflict: false, generation: 0 }"] [max_commit_ts=449578589086023689] [min_commit_ts=449578589086023690] [start_ts=449578589086023689] [key=7480000000000050FF0E5F698000000000FF0000040380000000FF000003E803800000FF00000000C8000000FC] [thread_id=60] [2024/05/06 22:36:54.483 +08:00] [WARN] [prewrite.rs:832] ["commit_ts is too large, fallback to normal 2PC"] [lock="Lock { lock_type: Put, primary_key: 74800000000000500E5F6980000000000000010380000000000003E8013130303000000000FB, start_ts: TimeStamp(449578589086023689), ttl: 3000, short_value: 08800002000000010202000600E8033130303000000000000000C8, for_update_ts: TimeStamp(0), txn_size: 3, min_commit_ts: TimeStamp(449578589086023690), use_async_commit: true, secondaries: [74800000000000500E5F6980000000000000020380000000000003E8013130303000000000FB0380000000000000C8, 74800000000000500E5F698000000000000003013130303000000000FB0380000000000003E80380000000000000C8, 74800000000000500E5F6980000000000000040380000000000003E80380000000000000C8, 74800000000000500E5F6980000000000000050380000000000003E80380000000000003E80380000000000000C8, 74800000000000500E5F7280000000000000C8], rollback_ts: [], last_change: Unknown, txn_source: 0, is_locked_with_conflict: false, generation: 0 }"] [max_commit_ts=449578589086023689] [min_commit_ts=449578589086023690] [start_ts=449578589086023689] [key=7480000000000050FF0E5F698000000000FF0000010380000000FF000003E801313030FF3000000000FB0000FD] [thread_id=63] [2024/05/06 22:36:54.483 +08:00] [WARN] [prewrite.rs:832] ["commit_ts is too large, fallback to normal 2PC"] [lock="Lock { lock_type: Put, primary_key: 74800000000000500E5F6980000000000000010380000000000003E8013130303000000000FB, start_ts: TimeStamp(449578589086023689), ttl: 3000, short_value: 30, for_update_ts: TimeStamp(0), txn_size: 2, min_commit_ts: TimeStamp(449578589086023690), use_async_commit: true, secondaries: [], rollback_ts: [], last_change: Unknown, txn_source: 0, is_locked_with_conflict: false, generation: 0 }"] [max_commit_ts=449578589086023689] [min_commit_ts=449578589086023690] [start_ts=449578589086023689] [key=7480000000000050FF0E5F698000000000FF0000050380000000FF000003E803800000FF00000003E8038000FF0000000000C80000FD] [thread_id=62] [2024/05/06 22:36:54.732 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:41238] [split_keys="key 7480000000000050FF1700000000000000F8"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:36:54.733 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000050FF0E5F698000000000FF0000050380000000FF000000C703800000FF00000000C7038000FF0000000000C70000FE end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8065 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 16654 new_peer_ids: 16655]"] [region_id=14] [thread_id=31] [2024/05/06 22:36:54.733 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000050FF1700000000000000F8 new_region_id: 16654 new_peer_ids: 16655 } right_derive: true }"] [index=20908] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:36:54.733 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000050FF1700000000000000F8"] [region="id: 14 start_key: 7480000000000050FF0E5F698000000000FF0000050380000000FF000000C703800000FF00000000C7038000FF0000000000C70000FE end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8065 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:36:54.733 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:36:54.733 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=102] [2024/05/06 22:36:54.733 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:36:54.733 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(16150)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:36:54.733 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000050FF1700000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8066 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:54.733 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 16654 start_key: 7480000000000050FF0E5F698000000000FF0000050380000000FF000000C703800000FF00000000C7038000FF0000000000C70000FE end_key: 7480000000000050FF1700000000000000F8 region_epoch { conf_ver: 1 version: 8066 } peers { id: 16655 store_id: 1 }"] [region_id=16654] [thread_id=102] [2024/05/06 22:36:54.733 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=16655] [region_id=16654] [thread_id=102] [2024/05/06 22:36:54.733 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16655} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=16655] [region_id=16654] [thread_id=102] [2024/05/06 22:36:54.733 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=16655] [region_id=16654] [thread_id=102] [2024/05/06 22:36:54.733 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {16655} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=16655] [region_id=16654] [thread_id=102] [2024/05/06 22:36:54.733 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 16655."] [id=16655] [raft_id=16655] [region_id=16654] [thread_id=102] [2024/05/06 22:36:54.733 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=16655] [region_id=16654] [thread_id=102] [2024/05/06 22:36:54.733 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=16655] [region_id=16654] [thread_id=102] [2024/05/06 22:36:54.733 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=16655] [region_id=16654] [thread_id=102] [2024/05/06 22:36:54.733 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=16655] [region_id=16654] [thread_id=102] [2024/05/06 22:36:54.733 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769819908] [region_id=16654] [thread_id=101] [2024/05/06 22:36:54.733 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=20908] [observe_id=ObserveId(16153)] [region=14] [thread_id=68] [2024/05/06 22:36:54.733 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 16654 start_key: 7480000000000050FF0E5F698000000000FF0000050380000000FF000000C703800000FF00000000C7038000FF0000000000C70000FE end_key: 7480000000000050FF1700000000000000F8 region_epoch { conf_ver: 1 version: 8066 } peers { id: 16655 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:54.733 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=16654] [thread_id=31] [2024/05/06 22:36:54.733 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(16154)] [region=16654] [thread_id=68] [2024/05/06 22:36:54.736 +08:00] [INFO] [scheduler.rs:769] ["get snapshot failed"] [err="Error(Request(message: \"EpochNotMatch current epoch of region 14 is conf_ver: 1 version: 8066, but you sent conf_ver: 1 version: 8065\" epoch_not_match { current_regions { id: 14 start_key: 7480000000000050FF1700000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8066 } peers { id: 15 store_id: 1 } } current_regions { id: 16654 start_key: 7480000000000050FF0E5F698000000000FF0000050380000000FF000000C703800000FF00000000C7038000FF0000000000C70000FE end_key: 7480000000000050FF1700000000000000F8 region_epoch { conf_ver: 1 version: 8066 } peers { id: 16655 store_id: 1 } } }))"] [cid=544976] [thread_id=63] [2024/05/06 22:36:54.804 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:41260] [split_keys="key 7480000000000050FF1900000000000000F8"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:36:54.805 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000050FF1700000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8066 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 16656 new_peer_ids: 16657]"] [region_id=14] [thread_id=31] [2024/05/06 22:36:54.805 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000050FF1900000000000000F8 new_region_id: 16656 new_peer_ids: 16657 } right_derive: true }"] [index=20910] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:36:54.805 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000050FF1900000000000000F8"] [region="id: 14 start_key: 7480000000000050FF1700000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8066 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:36:54.805 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=102] [2024/05/06 22:36:54.805 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:36:54.806 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 16656 start_key: 7480000000000050FF1700000000000000F8 end_key: 7480000000000050FF1900000000000000F8 region_epoch { conf_ver: 1 version: 8067 } peers { id: 16657 store_id: 1 }"] [region_id=16656] [thread_id=102] [2024/05/06 22:36:54.806 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=16657] [region_id=16656] [thread_id=102] [2024/05/06 22:36:54.806 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16657} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=16657] [region_id=16656] [thread_id=102] [2024/05/06 22:36:54.806 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=16657] [region_id=16656] [thread_id=102] [2024/05/06 22:36:54.806 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {16657} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=16657] [region_id=16656] [thread_id=102] [2024/05/06 22:36:54.806 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 16657."] [id=16657] [raft_id=16657] [region_id=16656] [thread_id=102] [2024/05/06 22:36:54.806 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=16657] [region_id=16656] [thread_id=102] [2024/05/06 22:36:54.806 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=16657] [region_id=16656] [thread_id=102] [2024/05/06 22:36:54.806 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=16657] [region_id=16656] [thread_id=102] [2024/05/06 22:36:54.806 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=16657] [region_id=16656] [thread_id=102] [2024/05/06 22:36:54.806 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769819910] [region_id=16656] [thread_id=102] [2024/05/06 22:36:54.806 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:36:54.806 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(16153)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:36:54.806 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000050FF1900000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8067 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:54.806 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=20910] [observe_id=ObserveId(16155)] [region=14] [thread_id=68] [2024/05/06 22:36:54.806 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=16656] [thread_id=31] [2024/05/06 22:36:54.806 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 16656 start_key: 7480000000000050FF1700000000000000F8 end_key: 7480000000000050FF1900000000000000F8 region_epoch { conf_ver: 1 version: 8067 } peers { id: 16657 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:54.806 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(16156)] [region=16656] [thread_id=68] [2024/05/06 22:36:54.810 +08:00] [INFO] [scheduler.rs:769] ["get snapshot failed"] [err="Error(Request(message: \"EpochNotMatch current epoch of region 14 is conf_ver: 1 version: 8067, but you sent conf_ver: 1 version: 8066\" epoch_not_match { current_regions { id: 14 start_key: 7480000000000050FF1900000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8067 } peers { id: 15 store_id: 1 } } current_regions { id: 16656 start_key: 7480000000000050FF1700000000000000F8 end_key: 7480000000000050FF1900000000000000F8 region_epoch { conf_ver: 1 version: 8067 } peers { id: 16657 store_id: 1 } } }))"] [cid=545005] [thread_id=62] [2024/05/06 22:36:54.811 +08:00] [WARN] [prewrite.rs:832] ["commit_ts is too large, fallback to normal 2PC"] [lock="Lock { lock_type: Put, primary_key: 7480000000000050195F698000000000000001017878787878787878FF7878000000000000F9038000000000000049041986057745000000038000000000000002, start_ts: TimeStamp(449578589164929047), ttl: 3000, short_value: 008000030000000102030A000B00130078787878787878787878490000004577058619, for_update_ts: TimeStamp(0), txn_size: 2, min_commit_ts: TimeStamp(449578589164929048), use_async_commit: true, secondaries: [7480000000000050195F728000000000000002], rollback_ts: [], last_change: Unknown, txn_source: 0, is_locked_with_conflict: false, generation: 0 }"] [max_commit_ts=449578589164929047] [min_commit_ts=449578589164929048] [start_ts=449578589164929047] [key=7480000000000050FF195F698000000000FF0000010178787878FF78787878FF787800FF0000000000F90380FF0000000000004904FF1986057745000000FF0380000000000000FF0200000000000000F8] [thread_id=62] [2024/05/06 22:36:54.887 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:41238] [split_keys="key 7480000000000050FF1B00000000000000F8"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:36:54.888 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000050FF1900000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8067 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 16658 new_peer_ids: 16659]"] [region_id=14] [thread_id=31] [2024/05/06 22:36:54.888 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000050FF1B00000000000000F8 new_region_id: 16658 new_peer_ids: 16659 } right_derive: true }"] [index=20914] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:36:54.888 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000050FF1B00000000000000F8"] [region="id: 14 start_key: 7480000000000050FF1900000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8067 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:36:54.888 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:36:54.888 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=101] [2024/05/06 22:36:54.888 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:36:54.888 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(16155)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:36:54.888 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000050FF1B00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8068 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:54.888 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 16658 start_key: 7480000000000050FF1900000000000000F8 end_key: 7480000000000050FF1B00000000000000F8 region_epoch { conf_ver: 1 version: 8068 } peers { id: 16659 store_id: 1 }"] [region_id=16658] [thread_id=101] [2024/05/06 22:36:54.888 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=16659] [region_id=16658] [thread_id=101] [2024/05/06 22:36:54.888 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16659} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=16659] [region_id=16658] [thread_id=101] [2024/05/06 22:36:54.888 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=16659] [region_id=16658] [thread_id=101] [2024/05/06 22:36:54.888 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {16659} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=16659] [region_id=16658] [thread_id=101] [2024/05/06 22:36:54.888 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 16659."] [id=16659] [raft_id=16659] [region_id=16658] [thread_id=101] [2024/05/06 22:36:54.888 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=16659] [region_id=16658] [thread_id=101] [2024/05/06 22:36:54.888 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=16659] [region_id=16658] [thread_id=101] [2024/05/06 22:36:54.888 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=16659] [region_id=16658] [thread_id=101] [2024/05/06 22:36:54.888 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=16659] [region_id=16658] [thread_id=101] [2024/05/06 22:36:54.888 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769819912] [region_id=16658] [thread_id=101] [2024/05/06 22:36:54.888 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=20914] [observe_id=ObserveId(16157)] [region=14] [thread_id=68] [2024/05/06 22:36:54.888 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 16658 start_key: 7480000000000050FF1900000000000000F8 end_key: 7480000000000050FF1B00000000000000F8 region_epoch { conf_ver: 1 version: 8068 } peers { id: 16659 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:54.888 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=16658] [thread_id=31] [2024/05/06 22:36:54.888 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(16158)] [region=16658] [thread_id=68] [2024/05/06 22:36:54.890 +08:00] [INFO] [scheduler.rs:769] ["get snapshot failed"] [err="Error(Request(message: \"EpochNotMatch current epoch of region 14 is conf_ver: 1 version: 8068, but you sent conf_ver: 1 version: 8067\" epoch_not_match { current_regions { id: 14 start_key: 7480000000000050FF1B00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8068 } peers { id: 15 store_id: 1 } } current_regions { id: 16658 start_key: 7480000000000050FF1900000000000000F8 end_key: 7480000000000050FF1B00000000000000F8 region_epoch { conf_ver: 1 version: 8068 } peers { id: 16659 store_id: 1 } } }))"] [cid=545036] [thread_id=62] [2024/05/06 22:36:54.956 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:41260] [split_keys="key 7480000000000050FF1D00000000000000F8"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:36:54.956 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000050FF1B00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8068 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 16660 new_peer_ids: 16661]"] [region_id=14] [thread_id=31] [2024/05/06 22:36:54.956 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000050FF1D00000000000000F8 new_region_id: 16660 new_peer_ids: 16661 } right_derive: true }"] [index=20916] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:36:54.956 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000050FF1D00000000000000F8"] [region="id: 14 start_key: 7480000000000050FF1B00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8068 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:36:54.957 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:36:54.957 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=102] [2024/05/06 22:36:54.957 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:36:54.957 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(16157)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:36:54.957 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000050FF1D00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8069 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:54.957 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 16660 start_key: 7480000000000050FF1B00000000000000F8 end_key: 7480000000000050FF1D00000000000000F8 region_epoch { conf_ver: 1 version: 8069 } peers { id: 16661 store_id: 1 }"] [region_id=16660] [thread_id=102] [2024/05/06 22:36:54.957 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=16661] [region_id=16660] [thread_id=102] [2024/05/06 22:36:54.957 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16661} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=16661] [region_id=16660] [thread_id=102] [2024/05/06 22:36:54.957 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=16661] [region_id=16660] [thread_id=102] [2024/05/06 22:36:54.957 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {16661} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=16661] [region_id=16660] [thread_id=102] [2024/05/06 22:36:54.957 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 16661."] [id=16661] [raft_id=16661] [region_id=16660] [thread_id=102] [2024/05/06 22:36:54.957 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=16661] [region_id=16660] [thread_id=102] [2024/05/06 22:36:54.957 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=16661] [region_id=16660] [thread_id=102] [2024/05/06 22:36:54.957 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=16661] [region_id=16660] [thread_id=102] [2024/05/06 22:36:54.957 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=16661] [region_id=16660] [thread_id=102] [2024/05/06 22:36:54.957 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769819914] [region_id=16660] [thread_id=101] [2024/05/06 22:36:54.957 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=20916] [observe_id=ObserveId(16159)] [region=14] [thread_id=68] [2024/05/06 22:36:54.957 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=16660] [thread_id=31] [2024/05/06 22:36:54.957 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 16660 start_key: 7480000000000050FF1B00000000000000F8 end_key: 7480000000000050FF1D00000000000000F8 region_epoch { conf_ver: 1 version: 8069 } peers { id: 16661 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:54.957 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(16160)] [region=16660] [thread_id=68] [2024/05/06 22:36:54.959 +08:00] [INFO] [scheduler.rs:769] ["get snapshot failed"] [err="Error(Request(message: \"EpochNotMatch current epoch of region 14 is conf_ver: 1 version: 8069, but you sent conf_ver: 1 version: 8068\" epoch_not_match { current_regions { id: 14 start_key: 7480000000000050FF1D00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8069 } peers { id: 15 store_id: 1 } } current_regions { id: 16660 start_key: 7480000000000050FF1B00000000000000F8 end_key: 7480000000000050FF1D00000000000000F8 region_epoch { conf_ver: 1 version: 8069 } peers { id: 16661 store_id: 1 } } }))"] [cid=545065] [thread_id=60] [2024/05/06 22:36:55.139 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:41250] [split_keys="key 7480000000000050FF2100000000000000F8"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:36:55.140 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000050FF1D00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8069 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 16662 new_peer_ids: 16663]"] [region_id=14] [thread_id=31] [2024/05/06 22:36:55.140 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000050FF2100000000000000F8 new_region_id: 16662 new_peer_ids: 16663 } right_derive: true }"] [index=20918] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:36:55.140 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000050FF2100000000000000F8"] [region="id: 14 start_key: 7480000000000050FF1D00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8069 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:36:55.140 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:36:55.140 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=102] [2024/05/06 22:36:55.140 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:36:55.140 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(16159)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:36:55.140 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000050FF2100000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8070 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:55.140 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 16662 start_key: 7480000000000050FF1D00000000000000F8 end_key: 7480000000000050FF2100000000000000F8 region_epoch { conf_ver: 1 version: 8070 } peers { id: 16663 store_id: 1 }"] [region_id=16662] [thread_id=102] [2024/05/06 22:36:55.140 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=16663] [region_id=16662] [thread_id=102] [2024/05/06 22:36:55.140 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16663} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=16663] [region_id=16662] [thread_id=102] [2024/05/06 22:36:55.140 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=16663] [region_id=16662] [thread_id=102] [2024/05/06 22:36:55.140 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {16663} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=16663] [region_id=16662] [thread_id=102] [2024/05/06 22:36:55.140 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 16663."] [id=16663] [raft_id=16663] [region_id=16662] [thread_id=102] [2024/05/06 22:36:55.140 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=16663] [region_id=16662] [thread_id=102] [2024/05/06 22:36:55.140 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=16663] [region_id=16662] [thread_id=102] [2024/05/06 22:36:55.140 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=16663] [region_id=16662] [thread_id=102] [2024/05/06 22:36:55.140 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=16663] [region_id=16662] [thread_id=102] [2024/05/06 22:36:55.140 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769819916] [region_id=16662] [thread_id=102] [2024/05/06 22:36:55.140 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:41232] [split_keys="key 7480000000000050FF2200000000000000F8"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:36:55.140 +08:00] [INFO] [peer.rs:6158] ["invalid split request"] [source=ipv4:127.0.0.1:41232] [peer_id=15] [region_id=14] [err="EpochNotMatch(\"[region 14] 15 epoch changed conf_ver: 1 version: 8070 != conf_ver: 1 version: 8069, retry later\", [id: 14 start_key: 7480000000000050FF2100000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8070 } peers { id: 15 store_id: 1 }])"] [thread_id=102] [2024/05/06 22:36:55.140 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=20918] [observe_id=ObserveId(16161)] [region=14] [thread_id=68] [2024/05/06 22:36:55.140 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 16662 start_key: 7480000000000050FF1D00000000000000F8 end_key: 7480000000000050FF2100000000000000F8 region_epoch { conf_ver: 1 version: 8070 } peers { id: 16663 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:55.141 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=16662] [thread_id=31] [2024/05/06 22:36:55.141 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(16162)] [region=16662] [thread_id=68] [2024/05/06 22:36:55.143 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:41238] [split_keys="key 7480000000000050FF2200000000000000F8"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:36:55.143 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000050FF2100000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8070 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 16664 new_peer_ids: 16665]"] [region_id=14] [thread_id=31] [2024/05/06 22:36:55.143 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000050FF2200000000000000F8 new_region_id: 16664 new_peer_ids: 16665 } right_derive: true }"] [index=20919] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:36:55.143 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000050FF2200000000000000F8"] [region="id: 14 start_key: 7480000000000050FF2100000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8070 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:36:55.143 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:36:55.143 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=101] [2024/05/06 22:36:55.143 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:36:55.143 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(16161)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:36:55.143 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000050FF2200000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8071 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:55.143 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 16664 start_key: 7480000000000050FF2100000000000000F8 end_key: 7480000000000050FF2200000000000000F8 region_epoch { conf_ver: 1 version: 8071 } peers { id: 16665 store_id: 1 }"] [region_id=16664] [thread_id=101] [2024/05/06 22:36:55.143 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=16665] [region_id=16664] [thread_id=101] [2024/05/06 22:36:55.144 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16665} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=16665] [region_id=16664] [thread_id=101] [2024/05/06 22:36:55.144 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=16665] [region_id=16664] [thread_id=101] [2024/05/06 22:36:55.144 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {16665} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=16665] [region_id=16664] [thread_id=101] [2024/05/06 22:36:55.144 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 16665."] [id=16665] [raft_id=16665] [region_id=16664] [thread_id=101] [2024/05/06 22:36:55.144 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=16665] [region_id=16664] [thread_id=101] [2024/05/06 22:36:55.144 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=16665] [region_id=16664] [thread_id=101] [2024/05/06 22:36:55.144 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=16665] [region_id=16664] [thread_id=101] [2024/05/06 22:36:55.144 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=16665] [region_id=16664] [thread_id=101] [2024/05/06 22:36:55.144 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769819918] [region_id=16664] [thread_id=102] [2024/05/06 22:36:55.144 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=20919] [observe_id=ObserveId(16163)] [region=14] [thread_id=68] [2024/05/06 22:36:55.144 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 16664 start_key: 7480000000000050FF2100000000000000F8 end_key: 7480000000000050FF2200000000000000F8 region_epoch { conf_ver: 1 version: 8071 } peers { id: 16665 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:55.144 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=16664] [thread_id=31] [2024/05/06 22:36:55.144 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(16164)] [region=16664] [thread_id=68] [2024/05/06 22:36:55.144 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:41250] [split_keys="key 7480000000000050FF2300000000000000F8"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:36:55.144 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000050FF2200000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8071 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 16666 new_peer_ids: 16667]"] [region_id=14] [thread_id=31] [2024/05/06 22:36:55.144 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000050FF2300000000000000F8 new_region_id: 16666 new_peer_ids: 16667 } right_derive: true }"] [index=20920] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:36:55.144 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000050FF2300000000000000F8"] [region="id: 14 start_key: 7480000000000050FF2200000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8071 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:36:55.144 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:36:55.144 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=101] [2024/05/06 22:36:55.144 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:36:55.144 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(16163)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:36:55.144 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 16666 start_key: 7480000000000050FF2200000000000000F8 end_key: 7480000000000050FF2300000000000000F8 region_epoch { conf_ver: 1 version: 8072 } peers { id: 16667 store_id: 1 }"] [region_id=16666] [thread_id=101] [2024/05/06 22:36:55.144 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=16667] [region_id=16666] [thread_id=101] [2024/05/06 22:36:55.144 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000050FF2300000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8072 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:55.144 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16667} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=16667] [region_id=16666] [thread_id=101] [2024/05/06 22:36:55.144 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=16667] [region_id=16666] [thread_id=101] [2024/05/06 22:36:55.144 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {16667} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=16667] [region_id=16666] [thread_id=101] [2024/05/06 22:36:55.144 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 16667."] [id=16667] [raft_id=16667] [region_id=16666] [thread_id=101] [2024/05/06 22:36:55.145 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=16667] [region_id=16666] [thread_id=101] [2024/05/06 22:36:55.145 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=16667] [region_id=16666] [thread_id=101] [2024/05/06 22:36:55.145 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=16667] [region_id=16666] [thread_id=101] [2024/05/06 22:36:55.145 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=16667] [region_id=16666] [thread_id=101] [2024/05/06 22:36:55.145 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769819920] [region_id=16666] [thread_id=101] [2024/05/06 22:36:55.145 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=20920] [observe_id=ObserveId(16165)] [region=14] [thread_id=68] [2024/05/06 22:36:55.145 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 16666 start_key: 7480000000000050FF2200000000000000F8 end_key: 7480000000000050FF2300000000000000F8 region_epoch { conf_ver: 1 version: 8072 } peers { id: 16667 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:55.145 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=16666] [thread_id=31] [2024/05/06 22:36:55.145 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(16166)] [region=16666] [thread_id=68] [2024/05/06 22:36:55.146 +08:00] [INFO] [scheduler.rs:769] ["get snapshot failed"] [err="Error(Request(message: \"EpochNotMatch current epoch of region 14 is conf_ver: 1 version: 8072, but you sent conf_ver: 1 version: 8071\" epoch_not_match { current_regions { id: 14 start_key: 7480000000000050FF2300000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8072 } peers { id: 15 store_id: 1 } } current_regions { id: 16666 start_key: 7480000000000050FF2200000000000000F8 end_key: 7480000000000050FF2300000000000000F8 region_epoch { conf_ver: 1 version: 8072 } peers { id: 16667 store_id: 1 } } }))"] [cid=545148] [thread_id=61] [2024/05/06 22:36:55.409 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:41232] [split_keys="key 7480000000000050FF2600000000000000F8"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:36:55.409 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000050FF2300000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8072 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 16668 new_peer_ids: 16669]"] [region_id=14] [thread_id=31] [2024/05/06 22:36:55.409 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000050FF2600000000000000F8 new_region_id: 16668 new_peer_ids: 16669 } right_derive: true }"] [index=20921] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:36:55.409 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000050FF2600000000000000F8"] [region="id: 14 start_key: 7480000000000050FF2300000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8072 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:36:55.409 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:36:55.409 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=101] [2024/05/06 22:36:55.409 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:36:55.409 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(16165)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:36:55.409 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000050FF2600000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8073 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:55.409 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 16668 start_key: 7480000000000050FF2300000000000000F8 end_key: 7480000000000050FF2600000000000000F8 region_epoch { conf_ver: 1 version: 8073 } peers { id: 16669 store_id: 1 }"] [region_id=16668] [thread_id=101] [2024/05/06 22:36:55.410 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=16669] [region_id=16668] [thread_id=101] [2024/05/06 22:36:55.410 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16669} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=16669] [region_id=16668] [thread_id=101] [2024/05/06 22:36:55.410 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=16669] [region_id=16668] [thread_id=101] [2024/05/06 22:36:55.410 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {16669} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=16669] [region_id=16668] [thread_id=101] [2024/05/06 22:36:55.410 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 16669."] [id=16669] [raft_id=16669] [region_id=16668] [thread_id=101] [2024/05/06 22:36:55.410 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=16669] [region_id=16668] [thread_id=101] [2024/05/06 22:36:55.410 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=16669] [region_id=16668] [thread_id=101] [2024/05/06 22:36:55.410 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=16669] [region_id=16668] [thread_id=101] [2024/05/06 22:36:55.410 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=16669] [region_id=16668] [thread_id=101] [2024/05/06 22:36:55.410 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769819922] [region_id=16668] [thread_id=102] [2024/05/06 22:36:55.410 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=20921] [observe_id=ObserveId(16167)] [region=14] [thread_id=68] [2024/05/06 22:36:55.410 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 16668 start_key: 7480000000000050FF2300000000000000F8 end_key: 7480000000000050FF2600000000000000F8 region_epoch { conf_ver: 1 version: 8073 } peers { id: 16669 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:55.410 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=16668] [thread_id=31] [2024/05/06 22:36:55.410 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(16168)] [region=16668] [thread_id=68] [2024/05/06 22:36:55.412 +08:00] [INFO] [scheduler.rs:769] ["get snapshot failed"] [err="Error(Request(message: \"EpochNotMatch current epoch of region 14 is conf_ver: 1 version: 8073, but you sent conf_ver: 1 version: 8072\" epoch_not_match { current_regions { id: 14 start_key: 7480000000000050FF2600000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8073 } peers { id: 15 store_id: 1 } } current_regions { id: 16668 start_key: 7480000000000050FF2300000000000000F8 end_key: 7480000000000050FF2600000000000000F8 region_epoch { conf_ver: 1 version: 8073 } peers { id: 16669 store_id: 1 } } }))"] [cid=545329] [thread_id=60] [2024/05/06 22:36:55.636 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:41260] [split_keys="key 7480000000000050FF2900000000000000F8"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:36:55.636 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000050FF2600000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8073 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 16670 new_peer_ids: 16671]"] [region_id=14] [thread_id=31] [2024/05/06 22:36:55.636 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000050FF2900000000000000F8 new_region_id: 16670 new_peer_ids: 16671 } right_derive: true }"] [index=20923] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:36:55.636 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000050FF2900000000000000F8"] [region="id: 14 start_key: 7480000000000050FF2600000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8073 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:36:55.637 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=102] [2024/05/06 22:36:55.637 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:36:55.637 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:36:55.637 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(16167)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:36:55.637 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000050FF2900000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8074 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:55.637 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 16670 start_key: 7480000000000050FF2600000000000000F8 end_key: 7480000000000050FF2900000000000000F8 region_epoch { conf_ver: 1 version: 8074 } peers { id: 16671 store_id: 1 }"] [region_id=16670] [thread_id=102] [2024/05/06 22:36:55.637 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=16671] [region_id=16670] [thread_id=102] [2024/05/06 22:36:55.637 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16671} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=16671] [region_id=16670] [thread_id=102] [2024/05/06 22:36:55.637 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=16671] [region_id=16670] [thread_id=102] [2024/05/06 22:36:55.637 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {16671} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=16671] [region_id=16670] [thread_id=102] [2024/05/06 22:36:55.637 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 16671."] [id=16671] [raft_id=16671] [region_id=16670] [thread_id=102] [2024/05/06 22:36:55.637 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=16671] [region_id=16670] [thread_id=102] [2024/05/06 22:36:55.637 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=16671] [region_id=16670] [thread_id=102] [2024/05/06 22:36:55.637 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=16671] [region_id=16670] [thread_id=102] [2024/05/06 22:36:55.637 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=16671] [region_id=16670] [thread_id=102] [2024/05/06 22:36:55.637 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769819924] [region_id=16670] [thread_id=102] [2024/05/06 22:36:55.637 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 16670 start_key: 7480000000000050FF2600000000000000F8 end_key: 7480000000000050FF2900000000000000F8 region_epoch { conf_ver: 1 version: 8074 } peers { id: 16671 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:55.637 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=20923] [observe_id=ObserveId(16169)] [region=14] [thread_id=68] [2024/05/06 22:36:55.637 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=16670] [thread_id=31] [2024/05/06 22:36:55.637 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(16170)] [region=16670] [thread_id=68] [2024/05/06 22:36:55.639 +08:00] [INFO] [scheduler.rs:769] ["get snapshot failed"] [err="Error(Request(message: \"EpochNotMatch current epoch of region 14 is conf_ver: 1 version: 8074, but you sent conf_ver: 1 version: 8073\" epoch_not_match { current_regions { id: 14 start_key: 7480000000000050FF2900000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8074 } peers { id: 15 store_id: 1 } } current_regions { id: 16670 start_key: 7480000000000050FF2600000000000000F8 end_key: 7480000000000050FF2900000000000000F8 region_epoch { conf_ver: 1 version: 8074 } peers { id: 16671 store_id: 1 } } }))"] [cid=545445] [thread_id=62] [2024/05/06 22:36:55.820 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:41250] [split_keys="key 7480000000000050FF2C00000000000000F8"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:36:55.820 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000050FF2900000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8074 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 16672 new_peer_ids: 16673]"] [region_id=14] [thread_id=31] [2024/05/06 22:36:55.821 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000050FF2C00000000000000F8 new_region_id: 16672 new_peer_ids: 16673 } right_derive: true }"] [index=20925] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:36:55.821 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000050FF2C00000000000000F8"] [region="id: 14 start_key: 7480000000000050FF2900000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8074 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:36:55.821 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:36:55.821 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=102] [2024/05/06 22:36:55.821 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:36:55.821 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(16169)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:36:55.821 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000050FF2C00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8075 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:55.821 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 16672 start_key: 7480000000000050FF2900000000000000F8 end_key: 7480000000000050FF2C00000000000000F8 region_epoch { conf_ver: 1 version: 8075 } peers { id: 16673 store_id: 1 }"] [region_id=16672] [thread_id=102] [2024/05/06 22:36:55.821 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=16673] [region_id=16672] [thread_id=102] [2024/05/06 22:36:55.821 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16673} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=16673] [region_id=16672] [thread_id=102] [2024/05/06 22:36:55.821 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=16673] [region_id=16672] [thread_id=102] [2024/05/06 22:36:55.821 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {16673} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=16673] [region_id=16672] [thread_id=102] [2024/05/06 22:36:55.821 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 16673."] [id=16673] [raft_id=16673] [region_id=16672] [thread_id=102] [2024/05/06 22:36:55.821 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=16673] [region_id=16672] [thread_id=102] [2024/05/06 22:36:55.821 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=16673] [region_id=16672] [thread_id=102] [2024/05/06 22:36:55.821 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=16673] [region_id=16672] [thread_id=102] [2024/05/06 22:36:55.821 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=16673] [region_id=16672] [thread_id=102] [2024/05/06 22:36:55.821 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769819926] [region_id=16672] [thread_id=102] [2024/05/06 22:36:55.821 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=20925] [observe_id=ObserveId(16171)] [region=14] [thread_id=68] [2024/05/06 22:36:55.821 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 16672 start_key: 7480000000000050FF2900000000000000F8 end_key: 7480000000000050FF2C00000000000000F8 region_epoch { conf_ver: 1 version: 8075 } peers { id: 16673 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:55.821 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=16672] [thread_id=31] [2024/05/06 22:36:55.821 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(16172)] [region=16672] [thread_id=68] [2024/05/06 22:36:55.824 +08:00] [INFO] [scheduler.rs:769] ["get snapshot failed"] [err="Error(Request(message: \"EpochNotMatch current epoch of region 14 is conf_ver: 1 version: 8075, but you sent conf_ver: 1 version: 8074\" epoch_not_match { current_regions { id: 14 start_key: 7480000000000050FF2C00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8075 } peers { id: 15 store_id: 1 } } current_regions { id: 16672 start_key: 7480000000000050FF2900000000000000F8 end_key: 7480000000000050FF2C00000000000000F8 region_epoch { conf_ver: 1 version: 8075 } peers { id: 16673 store_id: 1 } } }))"] [cid=545525] [thread_id=61] [2024/05/06 22:36:56.052 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:41238] [split_keys="key 7480000000000050FF2F00000000000000F8"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:36:56.052 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000050FF2C00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8075 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 16674 new_peer_ids: 16675]"] [region_id=14] [thread_id=31] [2024/05/06 22:36:56.053 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000050FF2F00000000000000F8 new_region_id: 16674 new_peer_ids: 16675 } right_derive: true }"] [index=20927] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:36:56.053 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000050FF2F00000000000000F8"] [region="id: 14 start_key: 7480000000000050FF2C00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8075 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:36:56.053 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:36:56.054 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=101] [2024/05/06 22:36:56.054 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(16171)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:36:56.054 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000050FF2F00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8076 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:56.054 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:36:56.054 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 16674 start_key: 7480000000000050FF2C00000000000000F8 end_key: 7480000000000050FF2F00000000000000F8 region_epoch { conf_ver: 1 version: 8076 } peers { id: 16675 store_id: 1 }"] [region_id=16674] [thread_id=101] [2024/05/06 22:36:56.054 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=16675] [region_id=16674] [thread_id=101] [2024/05/06 22:36:56.054 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16675} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=16675] [region_id=16674] [thread_id=101] [2024/05/06 22:36:56.054 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=16675] [region_id=16674] [thread_id=101] [2024/05/06 22:36:56.054 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {16675} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=16675] [region_id=16674] [thread_id=101] [2024/05/06 22:36:56.054 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 16675."] [id=16675] [raft_id=16675] [region_id=16674] [thread_id=101] [2024/05/06 22:36:56.054 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=16675] [region_id=16674] [thread_id=101] [2024/05/06 22:36:56.054 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=16675] [region_id=16674] [thread_id=101] [2024/05/06 22:36:56.054 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=16675] [region_id=16674] [thread_id=101] [2024/05/06 22:36:56.054 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=16675] [region_id=16674] [thread_id=101] [2024/05/06 22:36:56.054 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769819928] [region_id=16674] [thread_id=101] [2024/05/06 22:36:56.054 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=20927] [observe_id=ObserveId(16173)] [region=14] [thread_id=68] [2024/05/06 22:36:56.055 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 16674 start_key: 7480000000000050FF2C00000000000000F8 end_key: 7480000000000050FF2F00000000000000F8 region_epoch { conf_ver: 1 version: 8076 } peers { id: 16675 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:56.055 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=16674] [thread_id=31] [2024/05/06 22:36:56.055 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(16174)] [region=16674] [thread_id=68] [2024/05/06 22:36:56.058 +08:00] [INFO] [scheduler.rs:769] ["get snapshot failed"] [err="Error(Request(message: \"EpochNotMatch current epoch of region 14 is conf_ver: 1 version: 8076, but you sent conf_ver: 1 version: 8075\" epoch_not_match { current_regions { id: 14 start_key: 7480000000000050FF2F00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8076 } peers { id: 15 store_id: 1 } } current_regions { id: 16674 start_key: 7480000000000050FF2C00000000000000F8 end_key: 7480000000000050FF2F00000000000000F8 region_epoch { conf_ver: 1 version: 8076 } peers { id: 16675 store_id: 1 } } }))"] [cid=545638] [thread_id=60] [2024/05/06 22:36:56.297 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:41232] [split_keys="key 7480000000000050FF3200000000000000F8"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:36:56.298 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000050FF2F00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8076 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 16676 new_peer_ids: 16677]"] [region_id=14] [thread_id=31] [2024/05/06 22:36:56.298 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000050FF3200000000000000F8 new_region_id: 16676 new_peer_ids: 16677 } right_derive: true }"] [index=20929] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:36:56.298 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000050FF3200000000000000F8"] [region="id: 14 start_key: 7480000000000050FF2F00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8076 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:36:56.298 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:36:56.298 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=102] [2024/05/06 22:36:56.298 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:36:56.298 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(16173)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:36:56.298 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000050FF3200000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8077 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:56.298 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 16676 start_key: 7480000000000050FF2F00000000000000F8 end_key: 7480000000000050FF3200000000000000F8 region_epoch { conf_ver: 1 version: 8077 } peers { id: 16677 store_id: 1 }"] [region_id=16676] [thread_id=102] [2024/05/06 22:36:56.298 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=16677] [region_id=16676] [thread_id=102] [2024/05/06 22:36:56.298 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16677} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=16677] [region_id=16676] [thread_id=102] [2024/05/06 22:36:56.298 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=16677] [region_id=16676] [thread_id=102] [2024/05/06 22:36:56.298 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {16677} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=16677] [region_id=16676] [thread_id=102] [2024/05/06 22:36:56.298 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 16677."] [id=16677] [raft_id=16677] [region_id=16676] [thread_id=102] [2024/05/06 22:36:56.298 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=16677] [region_id=16676] [thread_id=102] [2024/05/06 22:36:56.298 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=16677] [region_id=16676] [thread_id=102] [2024/05/06 22:36:56.298 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=16677] [region_id=16676] [thread_id=102] [2024/05/06 22:36:56.298 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=16677] [region_id=16676] [thread_id=102] [2024/05/06 22:36:56.298 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769819930] [region_id=16676] [thread_id=101] [2024/05/06 22:36:56.298 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=20929] [observe_id=ObserveId(16175)] [region=14] [thread_id=68] [2024/05/06 22:36:56.298 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 16676 start_key: 7480000000000050FF2F00000000000000F8 end_key: 7480000000000050FF3200000000000000F8 region_epoch { conf_ver: 1 version: 8077 } peers { id: 16677 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:56.298 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=16676] [thread_id=31] [2024/05/06 22:36:56.298 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(16176)] [region=16676] [thread_id=68] [2024/05/06 22:36:56.300 +08:00] [INFO] [scheduler.rs:769] ["get snapshot failed"] [err="Error(Request(message: \"EpochNotMatch current epoch of region 14 is conf_ver: 1 version: 8077, but you sent conf_ver: 1 version: 8076\" epoch_not_match { current_regions { id: 14 start_key: 7480000000000050FF3200000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8077 } peers { id: 15 store_id: 1 } } current_regions { id: 16676 start_key: 7480000000000050FF2F00000000000000F8 end_key: 7480000000000050FF3200000000000000F8 region_epoch { conf_ver: 1 version: 8077 } peers { id: 16677 store_id: 1 } } }))"] [cid=545753] [thread_id=61] [2024/05/06 22:36:56.370 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:41250] [split_keys="key 7480000000000050FF3400000000000000F8"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:36:56.370 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000050FF3200000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8077 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 16678 new_peer_ids: 16679]"] [region_id=14] [thread_id=31] [2024/05/06 22:36:56.370 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000050FF3400000000000000F8 new_region_id: 16678 new_peer_ids: 16679 } right_derive: true }"] [index=20931] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:36:56.370 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000050FF3400000000000000F8"] [region="id: 14 start_key: 7480000000000050FF3200000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8077 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:36:56.370 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:36:56.370 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=102] [2024/05/06 22:36:56.370 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(16175)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:36:56.370 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:36:56.371 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000050FF3400000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8078 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:56.371 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 16678 start_key: 7480000000000050FF3200000000000000F8 end_key: 7480000000000050FF3400000000000000F8 region_epoch { conf_ver: 1 version: 8078 } peers { id: 16679 store_id: 1 }"] [region_id=16678] [thread_id=102] [2024/05/06 22:36:56.371 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=16679] [region_id=16678] [thread_id=102] [2024/05/06 22:36:56.371 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16679} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=16679] [region_id=16678] [thread_id=102] [2024/05/06 22:36:56.371 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=16679] [region_id=16678] [thread_id=102] [2024/05/06 22:36:56.371 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {16679} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=16679] [region_id=16678] [thread_id=102] [2024/05/06 22:36:56.371 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 16679."] [id=16679] [raft_id=16679] [region_id=16678] [thread_id=102] [2024/05/06 22:36:56.371 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=16679] [region_id=16678] [thread_id=102] [2024/05/06 22:36:56.371 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=16679] [region_id=16678] [thread_id=102] [2024/05/06 22:36:56.371 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=16679] [region_id=16678] [thread_id=102] [2024/05/06 22:36:56.371 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=16679] [region_id=16678] [thread_id=102] [2024/05/06 22:36:56.371 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769819932] [region_id=16678] [thread_id=101] [2024/05/06 22:36:56.371 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=20931] [observe_id=ObserveId(16177)] [region=14] [thread_id=68] [2024/05/06 22:36:56.371 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 16678 start_key: 7480000000000050FF3200000000000000F8 end_key: 7480000000000050FF3400000000000000F8 region_epoch { conf_ver: 1 version: 8078 } peers { id: 16679 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:56.371 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=16678] [thread_id=31] [2024/05/06 22:36:56.371 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(16178)] [region=16678] [thread_id=68] [2024/05/06 22:36:56.374 +08:00] [INFO] [scheduler.rs:769] ["get snapshot failed"] [err="Error(Request(message: \"EpochNotMatch current epoch of region 14 is conf_ver: 1 version: 8078, but you sent conf_ver: 1 version: 8077\" epoch_not_match { current_regions { id: 14 start_key: 7480000000000050FF3400000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8078 } peers { id: 15 store_id: 1 } } current_regions { id: 16678 start_key: 7480000000000050FF3200000000000000F8 end_key: 7480000000000050FF3400000000000000F8 region_epoch { conf_ver: 1 version: 8078 } peers { id: 16679 store_id: 1 } } }))"] [cid=545784] [thread_id=62] [2024/05/06 22:36:57.534 +08:00] [INFO] [import_file.rs:380] ["api_check success"] [thread_id=118] [2024/05/06 22:36:57.665 +08:00] [INFO] [pd.rs:1531] ["try to split"] [region_epoch="conf_ver: 1 version: 8078"] [region_id=14] [thread_id=31] [2024/05/06 22:36:57.665 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=pd] [split_keys="2 keys range from 7480000000000050FF345F698000000000FF0000010131000000FF00000000F8038000FF0000000000010000FD to 7480000000000050FF345F698000000000FF0000010131000000FF00000000F8038000FF0000000000010000FE"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:36:57.666 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000050FF3400000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8078 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 16680 new_peer_ids: 16681, new_region_id: 16682 new_peer_ids: 16683]"] [region_id=14] [thread_id=31] [2024/05/06 22:36:57.666 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000050FF345F698000000000FF0000010131000000FF00000000F8038000FF0000000000010000FD new_region_id: 16680 new_peer_ids: 16681 } requests { split_key: 7480000000000050FF345F698000000000FF0000010131000000FF00000000F8038000FF0000000000010000FE new_region_id: 16682 new_peer_ids: 16683 } right_derive: true }"] [index=20933] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:36:57.666 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="2 keys range from 7480000000000050FF345F698000000000FF0000010131000000FF00000000F8038000FF0000000000010000FD to 7480000000000050FF345F698000000000FF0000010131000000FF00000000F8038000FF0000000000010000FE"] [region="id: 14 start_key: 7480000000000050FF3400000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8078 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:36:57.666 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=102] [2024/05/06 22:36:57.666 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:36:57.666 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=3] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:36:57.666 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(16177)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:36:57.666 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000050FF345F698000000000FF0000010131000000FF00000000F8038000FF0000000000010000FE end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8080 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:57.666 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 16680 start_key: 7480000000000050FF3400000000000000F8 end_key: 7480000000000050FF345F698000000000FF0000010131000000FF00000000F8038000FF0000000000010000FD region_epoch { conf_ver: 1 version: 8080 } peers { id: 16681 store_id: 1 }"] [region_id=16680] [thread_id=102] [2024/05/06 22:36:57.666 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=16681] [region_id=16680] [thread_id=102] [2024/05/06 22:36:57.667 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16681} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=16681] [region_id=16680] [thread_id=102] [2024/05/06 22:36:57.667 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=16681] [region_id=16680] [thread_id=102] [2024/05/06 22:36:57.667 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {16681} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=16681] [region_id=16680] [thread_id=102] [2024/05/06 22:36:57.667 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 16681."] [id=16681] [raft_id=16681] [region_id=16680] [thread_id=102] [2024/05/06 22:36:57.667 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=16681] [region_id=16680] [thread_id=102] [2024/05/06 22:36:57.667 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=16681] [region_id=16680] [thread_id=102] [2024/05/06 22:36:57.667 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=16681] [region_id=16680] [thread_id=102] [2024/05/06 22:36:57.667 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=16681] [region_id=16680] [thread_id=102] [2024/05/06 22:36:57.667 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 16682 start_key: 7480000000000050FF345F698000000000FF0000010131000000FF00000000F8038000FF0000000000010000FD end_key: 7480000000000050FF345F698000000000FF0000010131000000FF00000000F8038000FF0000000000010000FE region_epoch { conf_ver: 1 version: 8080 } peers { id: 16683 store_id: 1 }"] [region_id=16682] [thread_id=102] [2024/05/06 22:36:57.667 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=16683] [region_id=16682] [thread_id=102] [2024/05/06 22:36:57.667 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16683} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=16683] [region_id=16682] [thread_id=102] [2024/05/06 22:36:57.667 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=16683] [region_id=16682] [thread_id=102] [2024/05/06 22:36:57.667 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {16683} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=16683] [region_id=16682] [thread_id=102] [2024/05/06 22:36:57.667 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 16683."] [id=16683] [raft_id=16683] [region_id=16682] [thread_id=102] [2024/05/06 22:36:57.667 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=16683] [region_id=16682] [thread_id=102] [2024/05/06 22:36:57.667 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=16683] [region_id=16682] [thread_id=102] [2024/05/06 22:36:57.667 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=16683] [region_id=16682] [thread_id=102] [2024/05/06 22:36:57.667 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=16683] [region_id=16682] [thread_id=102] [2024/05/06 22:36:57.667 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769819936] [region_id=16680] [thread_id=101] [2024/05/06 22:36:57.667 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769819936] [region_id=16682] [thread_id=102] [2024/05/06 22:36:57.667 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=20933] [observe_id=ObserveId(16179)] [region=14] [thread_id=68] [2024/05/06 22:36:57.667 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 16680 start_key: 7480000000000050FF3400000000000000F8 end_key: 7480000000000050FF345F698000000000FF0000010131000000FF00000000F8038000FF0000000000010000FD region_epoch { conf_ver: 1 version: 8080 } peers { id: 16681 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:57.667 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 16682 start_key: 7480000000000050FF345F698000000000FF0000010131000000FF00000000F8038000FF0000000000010000FD end_key: 7480000000000050FF345F698000000000FF0000010131000000FF00000000F8038000FF0000000000010000FE region_epoch { conf_ver: 1 version: 8080 } peers { id: 16683 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:57.667 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=16680] [thread_id=31] [2024/05/06 22:36:57.667 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(16181)] [region=16682] [thread_id=68] [2024/05/06 22:36:57.667 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(16180)] [region=16680] [thread_id=68] [2024/05/06 22:36:57.667 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=16682] [thread_id=31] [2024/05/06 22:36:57.672 +08:00] [INFO] [sst_writer.rs:132] ["finish write to sst"] [write_bytes=67] [write_entries=1] [default_bytes=0] [default_entries=0] [thread_id=122] [2024/05/06 22:36:57.673 +08:00] [INFO] [import_file.rs:380] ["api_check success"] [thread_id=122] [2024/05/06 22:36:57.673 +08:00] [INFO] [import_file.rs:380] ["api_check success"] [thread_id=122] [2024/05/06 22:36:57.674 +08:00] [INFO] [import_file.rs:380] ["api_check success"] [thread_id=105] [2024/05/06 22:36:57.674 +08:00] [INFO] [sst_importer.rs:346] [ingest] [metas="[SstMetaInfo { total_bytes: 75, total_kvs: 1, meta: uuid: F9C14AD50C4D49A89A17E6A13DD9D9AA range { start: 7480000000000050FF345F698000000000FF0000010131000000FF00000000F8038000FF0000000000010000FD end: 7480000000000050FF345F698000000000FF0000010131000000FF00000000F8038000FF0000000000010000FD } cf_name: \"write\" region_id: 16682 region_epoch { conf_ver: 1 version: 8080 } }]"] [thread_id=105] [2024/05/06 22:36:57.675 +08:00] [INFO] [sst_importer.rs:311] [delete] [path="ImportPath { save: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tikv1/import/f9c14ad5-0c4d-49a8-9a17-e6a13dd9d9aa_16682_1_8080_write_2.sst\", temp: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tikv1/import/.temp/f9c14ad5-0c4d-49a8-9a17-e6a13dd9d9aa_16682_1_8080_write_2.sst\", clone: \"/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/tidb/tikv1/import/.clone/f9c14ad5-0c4d-49a8-9a17-e6a13dd9d9aa_16682_1_8080_write_2.sst\" }"] [thread_id=105] [2024/05/06 22:36:58.699 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:41250] [split_keys="key 7480000000000050FF3800000000000000F8"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:36:58.699 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000050FF345F698000000000FF0000010131000000FF00000000F8038000FF0000000000010000FE end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8080 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 16684 new_peer_ids: 16685]"] [region_id=14] [thread_id=31] [2024/05/06 22:36:58.699 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000050FF3800000000000000F8 new_region_id: 16684 new_peer_ids: 16685 } right_derive: true }"] [index=20934] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:36:58.699 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000050FF3800000000000000F8"] [region="id: 14 start_key: 7480000000000050FF345F698000000000FF0000010131000000FF00000000F8038000FF0000000000010000FE end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8080 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:36:58.700 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:36:58.700 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=101] [2024/05/06 22:36:58.700 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(16179)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:36:58.700 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000050FF3800000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8081 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:58.700 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:36:58.700 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 16684 start_key: 7480000000000050FF345F698000000000FF0000010131000000FF00000000F8038000FF0000000000010000FE end_key: 7480000000000050FF3800000000000000F8 region_epoch { conf_ver: 1 version: 8081 } peers { id: 16685 store_id: 1 }"] [region_id=16684] [thread_id=101] [2024/05/06 22:36:58.700 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=16685] [region_id=16684] [thread_id=101] [2024/05/06 22:36:58.700 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16685} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=16685] [region_id=16684] [thread_id=101] [2024/05/06 22:36:58.700 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=16685] [region_id=16684] [thread_id=101] [2024/05/06 22:36:58.700 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {16685} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=16685] [region_id=16684] [thread_id=101] [2024/05/06 22:36:58.700 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 16685."] [id=16685] [raft_id=16685] [region_id=16684] [thread_id=101] [2024/05/06 22:36:58.700 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=16685] [region_id=16684] [thread_id=101] [2024/05/06 22:36:58.700 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=16685] [region_id=16684] [thread_id=101] [2024/05/06 22:36:58.700 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=16685] [region_id=16684] [thread_id=101] [2024/05/06 22:36:58.700 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=16685] [region_id=16684] [thread_id=101] [2024/05/06 22:36:58.700 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769819938] [region_id=16684] [thread_id=102] [2024/05/06 22:36:58.700 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=20934] [observe_id=ObserveId(16182)] [region=14] [thread_id=68] [2024/05/06 22:36:58.700 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 16684 start_key: 7480000000000050FF345F698000000000FF0000010131000000FF00000000F8038000FF0000000000010000FE end_key: 7480000000000050FF3800000000000000F8 region_epoch { conf_ver: 1 version: 8081 } peers { id: 16685 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:58.700 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(16183)] [region=16684] [thread_id=68] [2024/05/06 22:36:58.700 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=16684] [thread_id=31] [2024/05/06 22:36:58.701 +08:00] [INFO] [scheduler.rs:769] ["get snapshot failed"] [err="Error(Request(message: \"EpochNotMatch current epoch of region 14 is conf_ver: 1 version: 8081, but you sent conf_ver: 1 version: 8080\" epoch_not_match { current_regions { id: 14 start_key: 7480000000000050FF3800000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8081 } peers { id: 15 store_id: 1 } } current_regions { id: 16684 start_key: 7480000000000050FF345F698000000000FF0000010131000000FF00000000F8038000FF0000000000010000FE end_key: 7480000000000050FF3800000000000000F8 region_epoch { conf_ver: 1 version: 8081 } peers { id: 16685 store_id: 1 } } }))"] [cid=546004] [thread_id=60] [2024/05/06 22:36:58.702 +08:00] [WARN] [prewrite.rs:832] ["commit_ts is too large, fallback to normal 2PC"] [lock="Lock { lock_type: Put, primary_key: 7480000000000050385F698000000000000001038000000000000001038000000000000001038000000000000001038000000000000001, start_ts: TimeStamp(449578590187290643), ttl: 3000, short_value: 30, for_update_ts: TimeStamp(0), txn_size: 4, min_commit_ts: TimeStamp(449578590187290644), use_async_commit: true, secondaries: [7480000000000050385F698000000000000001038000000000000001038000000000000002038000000000000001038000000000000002, 7480000000000050385F728000000000000001, 7480000000000050385F728000000000000002], rollback_ts: [], last_change: Unknown, txn_source: 0, is_locked_with_conflict: false, generation: 0 }"] [max_commit_ts=449578590187290643] [min_commit_ts=449578590187290644] [start_ts=449578590187290643] [key=7480000000000050FF385F698000000000FF0000010380000000FF0000000103800000FF0000000001038000FF0000000000010380FF0000000000000100FE] [thread_id=61] [2024/05/06 22:36:58.934 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:41238] [split_keys="key 7480000000000050FF3B00000000000000F8"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:36:58.934 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000050FF3800000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8081 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 16686 new_peer_ids: 16687]"] [region_id=14] [thread_id=31] [2024/05/06 22:36:58.934 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000050FF3B00000000000000F8 new_region_id: 16686 new_peer_ids: 16687 } right_derive: true }"] [index=20937] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:36:58.934 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000050FF3B00000000000000F8"] [region="id: 14 start_key: 7480000000000050FF3800000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8081 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:36:58.935 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:36:58.935 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=101] [2024/05/06 22:36:58.935 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:36:58.935 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(16182)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:36:58.935 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000050FF3B00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8082 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:58.935 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 16686 start_key: 7480000000000050FF3800000000000000F8 end_key: 7480000000000050FF3B00000000000000F8 region_epoch { conf_ver: 1 version: 8082 } peers { id: 16687 store_id: 1 }"] [region_id=16686] [thread_id=101] [2024/05/06 22:36:58.935 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=16687] [region_id=16686] [thread_id=101] [2024/05/06 22:36:58.935 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16687} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=16687] [region_id=16686] [thread_id=101] [2024/05/06 22:36:58.935 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=16687] [region_id=16686] [thread_id=101] [2024/05/06 22:36:58.935 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {16687} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=16687] [region_id=16686] [thread_id=101] [2024/05/06 22:36:58.935 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 16687."] [id=16687] [raft_id=16687] [region_id=16686] [thread_id=101] [2024/05/06 22:36:58.935 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=16687] [region_id=16686] [thread_id=101] [2024/05/06 22:36:58.935 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=16687] [region_id=16686] [thread_id=101] [2024/05/06 22:36:58.935 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=16687] [region_id=16686] [thread_id=101] [2024/05/06 22:36:58.935 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=16687] [region_id=16686] [thread_id=101] [2024/05/06 22:36:58.935 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769819940] [region_id=16686] [thread_id=101] [2024/05/06 22:36:58.935 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=20937] [observe_id=ObserveId(16184)] [region=14] [thread_id=68] [2024/05/06 22:36:58.935 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 16686 start_key: 7480000000000050FF3800000000000000F8 end_key: 7480000000000050FF3B00000000000000F8 region_epoch { conf_ver: 1 version: 8082 } peers { id: 16687 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:58.935 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(16185)] [region=16686] [thread_id=68] [2024/05/06 22:36:58.935 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=16686] [thread_id=31] [2024/05/06 22:36:58.941 +08:00] [INFO] [scheduler.rs:769] ["get snapshot failed"] [err="Error(Request(message: \"EpochNotMatch current epoch of region 14 is conf_ver: 1 version: 8082, but you sent conf_ver: 1 version: 8081\" epoch_not_match { current_regions { id: 14 start_key: 7480000000000050FF3B00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8082 } peers { id: 15 store_id: 1 } } current_regions { id: 16686 start_key: 7480000000000050FF3800000000000000F8 end_key: 7480000000000050FF3B00000000000000F8 region_epoch { conf_ver: 1 version: 8082 } peers { id: 16687 store_id: 1 } } }))"] [cid=546126] [thread_id=61] [2024/05/06 22:36:59.228 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:41238] [split_keys="key 7480000000000050FF4000000000000000F8"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:36:59.229 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000050FF3B00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8082 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 16688 new_peer_ids: 16689]"] [region_id=14] [thread_id=31] [2024/05/06 22:36:59.229 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000050FF4000000000000000F8 new_region_id: 16688 new_peer_ids: 16689 } right_derive: true }"] [index=20939] [term=6] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:36:59.229 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000050FF4000000000000000F8"] [region="id: 14 start_key: 7480000000000050FF3B00000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8082 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=103] [2024/05/06 22:36:59.229 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:36:59.229 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=101] [2024/05/06 22:36:59.229 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:36:59.229 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(16184)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:36:59.229 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000050FF4000000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8083 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:59.229 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 16688 start_key: 7480000000000050FF3B00000000000000F8 end_key: 7480000000000050FF4000000000000000F8 region_epoch { conf_ver: 1 version: 8083 } peers { id: 16689 store_id: 1 }"] [region_id=16688] [thread_id=101] [2024/05/06 22:36:59.229 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=16689] [region_id=16688] [thread_id=101] [2024/05/06 22:36:59.229 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16689} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=16689] [region_id=16688] [thread_id=101] [2024/05/06 22:36:59.229 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=16689] [region_id=16688] [thread_id=101] [2024/05/06 22:36:59.229 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {16689} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=16689] [region_id=16688] [thread_id=101] [2024/05/06 22:36:59.229 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 16689."] [id=16689] [raft_id=16689] [region_id=16688] [thread_id=101] [2024/05/06 22:36:59.229 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=16689] [region_id=16688] [thread_id=101] [2024/05/06 22:36:59.229 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=16689] [region_id=16688] [thread_id=101] [2024/05/06 22:36:59.229 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=16689] [region_id=16688] [thread_id=101] [2024/05/06 22:36:59.229 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=16689] [region_id=16688] [thread_id=101] [2024/05/06 22:36:59.229 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769819942] [region_id=16688] [thread_id=102] [2024/05/06 22:36:59.229 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=20939] [observe_id=ObserveId(16186)] [region=14] [thread_id=68] [2024/05/06 22:36:59.230 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 16688 start_key: 7480000000000050FF3B00000000000000F8 end_key: 7480000000000050FF4000000000000000F8 region_epoch { conf_ver: 1 version: 8083 } peers { id: 16689 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:59.230 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(16187)] [region=16688] [thread_id=68] [2024/05/06 22:36:59.230 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=16688] [thread_id=31] [2024/05/06 22:36:59.303 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:41260] [split_keys="key 7480000000000050FF4200000000000000F8"] [peer_id=15] [region_id=14] [thread_id=102] [2024/05/06 22:36:59.303 +08:00] [INFO] [peer.rs:6158] ["invalid split request"] [source=ipv4:127.0.0.1:41260] [peer_id=15] [region_id=14] [err="EpochNotMatch(\"[region 14] 15 epoch changed conf_ver: 1 version: 8083 != conf_ver: 1 version: 8082, retry later\", [id: 14 start_key: 7480000000000050FF4000000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8083 } peers { id: 15 store_id: 1 }])"] [thread_id=102] [2024/05/06 22:36:59.306 +08:00] [INFO] [peer.rs:6130] ["on split"] [source=ipv4:127.0.0.1:41238] [split_keys="key 7480000000000050FF4200000000000000F8"] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:36:59.307 +08:00] [INFO] [pd.rs:1031] ["try to batch split region"] [task=batch_split] [region="id: 14 start_key: 7480000000000050FF4000000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8083 } peers { id: 15 store_id: 1 }"] [new_region_ids="[new_region_id: 16690 new_peer_ids: 16691]"] [region_id=14] [thread_id=31] [2024/05/06 22:36:59.307 +08:00] [INFO] [apply.rs:1712] ["execute admin command"] [command="cmd_type: BatchSplit splits { requests { split_key: 7480000000000050FF4200000000000000F8 new_region_id: 16690 new_peer_ids: 16691 } right_derive: true }"] [index=20940] [term=6] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:36:59.307 +08:00] [INFO] [apply.rs:2578] ["split region"] [keys="key 7480000000000050FF4200000000000000F8"] [region="id: 14 start_key: 7480000000000050FF4000000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8083 } peers { id: 15 store_id: 1 }"] [peer_id=15] [region_id=14] [thread_id=104] [2024/05/06 22:36:59.307 +08:00] [INFO] [endpoint.rs:279] ["region met split/merge command, stop tracking since key range changed, wait for re-register"] [req_type=BatchSplit] [thread_id=68] [2024/05/06 22:36:59.307 +08:00] [INFO] [peer.rs:4250] ["moving 0 locks to new regions"] [region_id=14] [thread_id=101] [2024/05/06 22:36:59.307 +08:00] [INFO] [endpoint.rs:748] ["deregister observe region"] [observe_id=ObserveId(16186)] [region_id=14] [store_id=Some(1)] [thread_id=68] [2024/05/06 22:36:59.307 +08:00] [INFO] [peer.rs:4296] ["notify pd with split"] [split_count=2] [peer_id=15] [region_id=14] [thread_id=101] [2024/05/06 22:36:59.307 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 14 start_key: 7480000000000050FF4200000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8084 } peers { id: 15 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:59.307 +08:00] [INFO] [peer.rs:4378] ["insert new region"] [store_id=1] [is_uninitialized_peer_exist=false] [region="id: 16690 start_key: 7480000000000050FF4000000000000000F8 end_key: 7480000000000050FF4200000000000000F8 region_epoch { conf_ver: 1 version: 8084 } peers { id: 16691 store_id: 1 }"] [region_id=16690] [thread_id=101] [2024/05/06 22:36:59.307 +08:00] [INFO] [peer.rs:275] ["create peer"] [peer_id=16691] [region_id=16690] [thread_id=101] [2024/05/06 22:36:59.308 +08:00] [INFO] [raft.rs:2684] ["switched to configuration"] [config="Configuration { voters: Configuration { incoming: Configuration { voters: {16691} }, outgoing: Configuration { voters: {} } }, learners: {}, learners_next: {}, auto_leave: false }"] [raft_id=16691] [region_id=16690] [thread_id=101] [2024/05/06 22:36:59.308 +08:00] [INFO] [raft.rs:1151] ["became follower at term 5"] [term=5] [raft_id=16691] [region_id=16690] [thread_id=101] [2024/05/06 22:36:59.308 +08:00] [INFO] [raft.rs:387] [newRaft] [peers="Configuration { incoming: Configuration { voters: {16691} }, outgoing: Configuration { voters: {} } }"] ["last term"=5] ["last index"=5] [applied=5] [commit=5] [term=5] [raft_id=16691] [region_id=16690] [thread_id=101] [2024/05/06 22:36:59.308 +08:00] [INFO] [raw_node.rs:315] ["RawNode created with id 16691."] [id=16691] [raft_id=16691] [region_id=16690] [thread_id=101] [2024/05/06 22:36:59.308 +08:00] [INFO] [raft.rs:1556] ["starting a new election"] [term=5] [raft_id=16691] [region_id=16690] [thread_id=101] [2024/05/06 22:36:59.308 +08:00] [INFO] [raft.rs:1201] ["became pre-candidate at term 5"] [term=5] [raft_id=16691] [region_id=16690] [thread_id=101] [2024/05/06 22:36:59.308 +08:00] [INFO] [raft.rs:1175] ["became candidate at term 6"] [term=6] [raft_id=16691] [region_id=16690] [thread_id=101] [2024/05/06 22:36:59.308 +08:00] [INFO] [raft.rs:1259] ["became leader at term 6"] [term=6] [raft_id=16691] [region_id=16690] [thread_id=101] [2024/05/06 22:36:59.308 +08:00] [INFO] [peer.rs:5712] ["require updating max ts"] [initial_status=25769819944] [region_id=16690] [thread_id=102] [2024/05/06 22:36:59.308 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=20940] [observe_id=ObserveId(16188)] [region=14] [thread_id=68] [2024/05/06 22:36:59.308 +08:00] [INFO] [endpoint.rs:701] ["register observe region"] [region="id: 16690 start_key: 7480000000000050FF4000000000000000F8 end_key: 7480000000000050FF4200000000000000F8 region_epoch { conf_ver: 1 version: 8084 } peers { id: 16691 store_id: 1 }"] [thread_id=68] [2024/05/06 22:36:59.308 +08:00] [INFO] [endpoint.rs:358] ["Resolver initialized"] [pending_data_index=0] [snapshot_index=6] [observe_id=ObserveId(16189)] [region=16690] [thread_id=68] [2024/05/06 22:36:59.308 +08:00] [INFO] [pd.rs:1705] ["succeed to update max timestamp"] [region_id=16690] [thread_id=31] [2024/05/06 22:36:59.309 +08:00] [INFO] [scheduler.rs:769] ["get snapshot failed"] [err="Error(Request(message: \"EpochNotMatch current epoch of region 14 is conf_ver: 1 version: 8084, but you sent conf_ver: 1 version: 8083\" epoch_not_match { current_regions { id: 14 start_key: 7480000000000050FF4200000000000000F8 end_key: 748000FFFFFFFFFFFFF900000000000000F8 region_epoch { conf_ver: 1 version: 8084 } peers { id: 15 store_id: 1 } } current_regions { id: 16690 start_key: 7480000000000050FF4000000000000000F8 end_key: 7480000000000050FF4200000000000000F8 region_epoch { conf_ver: 1 version: 8084 } peers { id: 16691 store_id: 1 } } }))"] [cid=546286] [thread_id=61] [2024/05/06 22:36:59.309 +08:00] [WARN] [prewrite.rs:832] ["commit_ts is too large, fallback to normal 2PC"] [lock="Lock { lock_type: Put, primary_key: 7480000000000050425F728000000000000001, start_ts: TimeStamp(449578590344314899), ttl: 3000, short_value: 80000100000002010001, for_update_ts: TimeStamp(0), txn_size: 2, min_commit_ts: TimeStamp(449578590344314900), use_async_commit: true, secondaries: [7480000000000050425F728000000000000002], rollback_ts: [], last_change: Unknown, txn_source: 0, is_locked_with_conflict: false, generation: 0 }"] [max_commit_ts=449578590344314899] [min_commit_ts=449578590344314900] [start_ts=449578590344314899] [key=7480000000000050FF425F728000000000FF0000010000000000FA] [thread_id=63] [2024/05/06 22:36:59.347 +08:00] [WARN] [prewrite.rs:832] ["commit_ts is too large, fallback to normal 2PC"] [lock="Lock { lock_type: Put, primary_key: 7480000000000050425F728000000000000003, start_ts: TimeStamp(449578590357422101), ttl: 3000, short_value: 80000100000002010003, for_update_ts: TimeStamp(0), txn_size: 1, min_commit_ts: TimeStamp(449578590357422102), use_async_commit: true, secondaries: [], rollback_ts: [], last_change: Unknown, txn_source: 0, is_locked_with_conflict: false, generation: 0 }"] [max_commit_ts=449578590357422101] [min_commit_ts=449578590357422102] [start_ts=449578590357422101] [key=7480000000000050FF425F728000000000FF0000030000000000FA] [thread_id=61] [2024/05/06 22:37:02.068 +08:00] [INFO] [kv.rs:1067] ["kv rpc failed"] [err=RemoteStopped] [request=batch_commands] [thread_id=7] [2024/05/06 22:37:02.068 +08:00] [INFO] [kv.rs:1067] ["kv rpc failed"] [err=RemoteStopped] [request=batch_commands] [thread_id=8] [2024/05/06 22:37:02.068 +08:00] [INFO] [kv.rs:1067] ["kv rpc failed"] [err=RemoteStopped] [request=batch_commands] [thread_id=9] [2024/05/06 22:37:02.068 +08:00] [INFO] [kv.rs:1067] ["kv rpc failed"] [err=RemoteStopped] [request=batch_commands] [thread_id=10] + find . -name '*.out' -type f -exec tail -n 500 '{}' + [2024/05/06 22:36:56.109 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24654] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="select * from t where (a,b) in ((1,1),(2,2)) and c > 2;"] [2024/05/06 22:36:56.110 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24654] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="explain format='brief' select * from t where ((a = 1 and b = 1) or (a = 2 and b = 2)) and c > 2;"] [2024/05/06 22:36:56.111 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24654] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="select * from t where ((a = 1 and b = 1) or (a = 2 and b = 2)) and c > 2;"] [2024/05/06 22:36:56.111 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24654] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="SET @@SESSION.`tidb_regard_null_as_point`=FALSE"] [2024/05/06 22:36:56.111 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=828377476] [schemaVersion=24654] [cur_db=util__ranger] [sql="drop table if exists t;"] [user=root@%] [2024/05/06 22:36:56.124 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:20529, Type:drop table, State:queueing, SchemaState:public, SchemaID:20501, TableID:20527, RowCount:0, ArgLen:2, start time: 2024-05-06 22:36:56.12 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:36:56.124 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:20529, Type:drop table, State:queueing, SchemaState:public, SchemaID:20501, TableID:20527, RowCount:0, ArgLen:2, start time: 2024-05-06 22:36:56.12 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 22:36:56.146 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=20529] [conn=828377476] [category=ddl] [job="ID:20529, Type:drop table, State:queueing, SchemaState:public, SchemaID:20501, TableID:20527, RowCount:0, ArgLen:0, start time: 2024-05-06 22:36:56.12 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:36:56.174 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=20529] [conn=828377476] [category=ddl] [job="ID:20529, Type:drop table, State:running, SchemaState:write only, SchemaID:20501, TableID:20527, RowCount:0, ArgLen:0, start time: 2024-05-06 22:36:56.12 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:36:56.194 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=20529] [conn=828377476] [category=ddl] [job="ID:20529, Type:drop table, State:running, SchemaState:delete only, SchemaID:20501, TableID:20527, RowCount:0, ArgLen:0, start time: 2024-05-06 22:36:56.12 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:36:56.222 +08:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=20529] [tableIDs="[20527]"] [comment="drop table: table ID"] [2024/05/06 22:36:56.224 +08:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=20529] [jobType="drop table"] [2024/05/06 22:36:56.224 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=20529] [conn=828377476] [job="ID:20529, Type:drop table, State:synced, SchemaState:none, SchemaID:20501, TableID:20527, RowCount:0, ArgLen:3, start time: 2024-05-06 22:36:56.12 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:36:56.229 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=20529] [2024/05/06 22:36:56.229 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:36:56.231 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=24654] [neededSchemaVersion=24657] ["start time"=466.611µs] [gotSchemaVersion=24657] [phyTblIDs="[20527]"] [actionTypes="[4]"] [diffTypes="[\"drop table\",\"drop table\",\"drop table\"]"] [2024/05/06 22:36:56.232 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=828377476] [schemaVersion=24657] [cur_db=util__ranger] [sql="create table t(a int, b int, c int, key(a,b,c));"] [user=root@%] [2024/05/06 22:36:56.246 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:20531, Type:create table, State:queueing, SchemaState:none, SchemaID:20501, TableID:20530, RowCount:0, ArgLen:2, start time: 2024-05-06 22:36:56.22 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:36:56.246 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:20531, Type:create table, State:queueing, SchemaState:none, SchemaID:20501, TableID:20530, RowCount:0, ArgLen:2, start time: 2024-05-06 22:36:56.22 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t(a int, b int, c int, key(a,b,c));"] [2024/05/06 22:36:56.274 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=20531] [conn=828377476] [category=ddl] [job="ID:20531, Type:create table, State:queueing, SchemaState:none, SchemaID:20501, TableID:20530, RowCount:0, ArgLen:0, start time: 2024-05-06 22:36:56.22 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:36:56.293 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=20531] [conn=828377476] [job="ID:20531, Type:create table, State:synced, SchemaState:public, SchemaID:20501, TableID:20530, RowCount:0, ArgLen:0, start time: 2024-05-06 22:36:56.22 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:36:56.297 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=20531] [2024/05/06 22:36:56.297 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:36:56.297 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=14] ["first split key"=748000000000005032] [2024/05/06 22:36:56.298 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=14] ["first at"=748000000000005032] ["first new region left"="{Id:16676 StartKey:7480000000000050ff2f00000000000000f8 EndKey:7480000000000050ff3200000000000000f8 RegionEpoch:{ConfVer:1 Version:8077} Peers:[id:16677 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 22:36:56.298 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[16676]"] [2024/05/06 22:36:56.298 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=24657] [neededSchemaVersion=24658] ["start time"=506.104µs] [gotSchemaVersion=24658] [phyTblIDs="[20530]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 22:36:56.299 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24658] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="insert into t values(1,2,2);"] [2024/05/06 22:36:56.301 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24658] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="explain format='brief' select * from t where a = 1 and b in (1, 2) and c > 1;"] [2024/05/06 22:36:56.302 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24658] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="select * from t where a = 1 and b in (1, 2) and c > 1;"] [2024/05/06 22:36:56.303 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24658] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="explain format='brief' select * from t where a = 1 and (b = 1 or b = 2) and c > 1;"] [2024/05/06 22:36:56.303 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24658] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="select * from t where a = 1 and (b = 1 or b = 2) and c > 1;"] [2024/05/06 22:36:56.304 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24658] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="explain format='brief' select * from t where a = 1 and (b = 1 or b in (2, 3)) and c > 1;"] [2024/05/06 22:36:56.304 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24658] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="select * from t where a = 1 and (b = 1 or b in (2, 3)) and c > 1;"] [2024/05/06 22:36:56.305 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24658] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="explain format='brief' select * from t where a = 1 and (b = 1 or b = 2) and b = 3 and c > 1;"] [2024/05/06 22:36:56.306 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24658] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="select * from t where a = 1 and (b = 1 or b = 2) and b = 3 and c > 1;"] [2024/05/06 22:36:56.306 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24658] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="explain format='brief' select * from t where a = 1 and (b is null or b = 2);"] [2024/05/06 22:36:56.306 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24658] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="select * from t where a = 1 and (b is null or b = 2);"] [2024/05/06 22:36:56.307 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24658] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="explain format='brief' select * from t where a = 1 and (b is null or b = 2) and c > 1;"] [2024/05/06 22:36:56.308 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24658] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="select * from t where a = 1 and (b is null or b = 2) and c > 1;"] [2024/05/06 22:36:56.308 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24658] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="explain format='brief' select * from t where a = 1 and b is null and c > 1;"] [2024/05/06 22:36:56.309 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24658] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="select * from t where a = 1 and b is null and c > 1;"] [2024/05/06 22:36:56.310 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24658] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="explain format='brief' select * from t where a = 1 and b is null and b is null and c > 1;"] [2024/05/06 22:36:56.310 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24658] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="select * from t where a = 1 and b is null and b is null and c > 1;"] [2024/05/06 22:36:56.311 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24658] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="explain format='brief' select * from t where a = 1 and b is null and b = 1 and c > 1;"] [2024/05/06 22:36:56.311 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24658] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="select * from t where a = 1 and b is null and b = 1 and c > 1;"] [2024/05/06 22:36:56.311 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24658] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="SET @@SESSION.`tidb_regard_null_as_point`=DEFAULT"] [2024/05/06 22:36:56.311 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24658] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="SET @@SESSION.`tidb_cost_model_version`=2"] [2024/05/06 22:36:56.312 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=828377476] [schemaVersion=24658] [cur_db=util__ranger] [sql="drop table if exists t0;"] [user=root@%] [2024/05/06 22:36:56.312 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=828377476] [schemaVersion=24658] [cur_db=util__ranger] [sql="CREATE TABLE t0(c0 TEXT(10));"] [user=root@%] [2024/05/06 22:36:56.312 +08:00] [INFO] [ddl_api.go:1133] ["Automatically convert BLOB(10) to TINYBLOB"] [category=ddl] [2024/05/06 22:36:56.325 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:20533, Type:create table, State:queueing, SchemaState:none, SchemaID:20501, TableID:20532, RowCount:0, ArgLen:2, start time: 2024-05-06 22:36:56.321 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:36:56.325 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:20533, Type:create table, State:queueing, SchemaState:none, SchemaID:20501, TableID:20532, RowCount:0, ArgLen:2, start time: 2024-05-06 22:36:56.321 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t0(c0 TEXT(10));"] [2024/05/06 22:36:56.346 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=20533] [conn=828377476] [category=ddl] [job="ID:20533, Type:create table, State:queueing, SchemaState:none, SchemaID:20501, TableID:20532, RowCount:0, ArgLen:0, start time: 2024-05-06 22:36:56.321 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:36:56.367 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=20533] [conn=828377476] [job="ID:20533, Type:create table, State:synced, SchemaState:public, SchemaID:20501, TableID:20532, RowCount:0, ArgLen:0, start time: 2024-05-06 22:36:56.321 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:36:56.370 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=20533] [2024/05/06 22:36:56.370 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:36:56.370 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=14] ["first split key"=748000000000005034] [2024/05/06 22:36:56.371 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=14] ["first at"=748000000000005034] ["first new region left"="{Id:16678 StartKey:7480000000000050ff3200000000000000f8 EndKey:7480000000000050ff3400000000000000f8 RegionEpoch:{ConfVer:1 Version:8078} Peers:[id:16679 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 22:36:56.371 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[16678]"] [2024/05/06 22:36:56.371 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=24658] [neededSchemaVersion=24659] ["start time"=497.563µs] [gotSchemaVersion=24659] [phyTblIDs="[20532]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 22:36:56.372 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24659] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="INSERT INTO t0(c0) VALUES (1);"] [2024/05/06 22:36:56.374 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=828377476] [schemaVersion=24659] [cur_db=util__ranger] [sql="CREATE INDEX i0 ON t0(c0(255));"] [user=root@%] [2024/05/06 22:36:56.386 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:20534, Type:add index, State:queueing, SchemaState:none, SchemaID:20501, TableID:20532, RowCount:0, ArgLen:6, start time: 2024-05-06 22:36:56.37 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 22:36:56.386 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:20534, Type:add index, State:queueing, SchemaState:none, SchemaID:20501, TableID:20532, RowCount:0, ArgLen:6, start time: 2024-05-06 22:36:56.37 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="CREATE INDEX i0 ON t0(c0(255));"] [2024/05/06 22:36:56.430 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp add index"] [category=ddl] [jobID=20534] [conn=828377476] [category=ddl] [job="ID:20534, Type:add index, State:queueing, SchemaState:none, SchemaID:20501, TableID:20532, RowCount:0, ArgLen:0, start time: 2024-05-06 22:36:56.37 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 22:36:56.430 +08:00] [INFO] [index.go:654] ["run add index job"] [category=ddl] [job="ID:20534, Type:add index, State:running, SchemaState:none, SchemaID:20501, TableID:20532, RowCount:0, ArgLen:6, start time: 2024-05-06 22:36:56.37 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [indexInfo="{\"id\":1,\"idx_name\":{\"O\":\"i0\",\"L\":\"i0\"},\"tbl_name\":{\"O\":\"\",\"L\":\"\"},\"idx_cols\":[{\"name\":{\"O\":\"c0\",\"L\":\"c0\"},\"offset\":0,\"length\":255}],\"state\":0,\"backfill_state\":0,\"comment\":\"\",\"index_type\":1,\"is_unique\":false,\"is_primary\":false,\"is_invisible\":false,\"is_global\":false,\"mv_index\":false}"] [2024/05/06 22:36:56.455 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 5, tp add index"] [category=ddl] [jobID=20534] [conn=828377476] [category=ddl] [job="ID:20534, Type:add index, State:running, SchemaState:delete only, SchemaID:20501, TableID:20532, RowCount:0, ArgLen:0, start time: 2024-05-06 22:36:56.37 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 22:36:56.480 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp add index"] [category=ddl] [jobID=20534] [conn=828377476] [category=ddl] [job="ID:20534, Type:add index, State:running, SchemaState:write only, SchemaID:20501, TableID:20532, RowCount:0, ArgLen:0, start time: 2024-05-06 22:36:56.37 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 22:36:56.506 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 5, tp add index"] [category=ddl] [jobID=20534] [conn=828377476] [category=ddl] [job="ID:20534, Type:add index, State:running, SchemaState:write reorganization, SchemaID:20501, TableID:20532, RowCount:0, ArgLen:0, start time: 2024-05-06 22:36:56.37 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 22:36:56.507 +08:00] [INFO] [index.go:857] ["index backfill state running"] [category=ddl] ["job ID"=20534] [table=t0] ["ingest mode"=true] [index=i0] [2024/05/06 22:36:56.507 +08:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=20534] [physicalTableID=20532] [startKey=7480000000000050345f728000000000000001] [endKey=7480000000000050345f72800000000000000100] [2024/05/06 22:36:56.531 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp add index"] [category=ddl] [jobID=20534] [conn=828377476] [category=ddl] [job="ID:20534, Type:add index, State:running, SchemaState:write reorganization, SchemaID:20501, TableID:20532, RowCount:0, ArgLen:0, start time: 2024-05-06 22:36:56.37 +0800 CST, Err:, ErrCount:0, SnapshotVersion:449578589610311690, LocalMode: false, UniqueWarnings:0"] [2024/05/06 22:36:56.532 +08:00] [INFO] [index.go:857] ["index backfill state running"] [category=ddl] ["job ID"=20534] [table=t0] ["ingest mode"=true] [index=i0] [2024/05/06 22:36:56.535 +08:00] [INFO] [index.go:2089] ["adjusted add-index task concurrency"] [category=ddl] [worker-cnt=4] [task-concurrency=4] [task-key=ddl/backfill/20534] [2024/05/06 22:36:56.542 +08:00] [INFO] [index.go:2178] ["estimate row size"] [tableID=20532] [size=0] [error="less than 3 regions"] [2024/05/06 22:36:56.550 +08:00] [INFO] [scheduler_manager.go:355] ["task scheduler started"] [task-id=660015] [2024/05/06 22:36:56.550 +08:00] [INFO] [scheduler.go:120] ["schedule task"] [task-id=660015] [task-type=backfill] [allocated-slots=true] [state=pending] [concurrency=4] [2024/05/06 22:36:57.051 +08:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=660015] [task-type=backfill] [allocated-slots=true] [current-step=init] [next-step=read-index] [2024/05/06 22:36:57.051 +08:00] [INFO] [scheduler.go:446] ["eligible instances"] [task-id=660015] [task-type=backfill] [allocated-slots=true] [num=1] [2024/05/06 22:36:57.052 +08:00] [INFO] [backfilling_dist_scheduler.go:95] ["on next subtasks batch"] [category=ddl] [type=backfill] [task-id=660015] [curr-step=init] [next-step=read-index] [2024/05/06 22:36:57.053 +08:00] [INFO] [scheduler.go:472] ["schedule subtasks"] [task-id=660015] [task-type=backfill] [allocated-slots=true] [state=pending] [step=read-index] [concurrency=4] [subtasks=1] [2024/05/06 22:36:57.227 +08:00] [INFO] [manager.go:328] ["task executor started"] [task-id=660015] [type=backfill] [remaining-slots=4] [2024/05/06 22:36:57.530 +08:00] [INFO] [task_executor.go:301] ["execute task step start"] [task-id=660015] [task-type=backfill] [step=read-index] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=4, Mem=16GiB]"] [2024/05/06 22:36:57.531 +08:00] [INFO] [config.go:169] ["change memory setting for ingest"] ["local writer memory cache size"=134217728] ["engine memory cache size"=536870912] ["range concurrency"=4] [2024/05/06 22:36:57.531 +08:00] [INFO] [backend_mgr.go:248] ["create local backend for adding index"] [category=ddl-ingest] [sortDir=/tmp/tidb/tmp_ddl-36269/20534] [keyspaceName=] [2024/05/06 22:36:57.532 +08:00] [INFO] [pd_service_discovery.go:1016] ["[pd] switch leader"] [new-leader=http://127.0.0.1:2379] [old-leader=] [2024/05/06 22:36:57.532 +08:00] [INFO] [pd_service_discovery.go:498] ["[pd] init cluster id"] [cluster-id=7365888257743099529] [2024/05/06 22:36:57.532 +08:00] [INFO] [client.go:613] ["[pd] changing service mode"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 22:36:57.532 +08:00] [INFO] [tso_client.go:293] ["[tso] switch dc tso global allocator serving url"] [dc-location=global] [new-url=http://127.0.0.1:2379] [2024/05/06 22:36:57.532 +08:00] [INFO] [client.go:619] ["[pd] service mode changed"] [old-mode=UNKNOWN_SVC_MODE] [new-mode=PD_SVC_MODE] [2024/05/06 22:36:57.532 +08:00] [INFO] [tso_dispatcher.go:168] ["[tso] tso dispatcher created"] [dc-location=global] [2024/05/06 22:36:57.532 +08:00] [INFO] [tso_client.go:130] ["[tso] start tso dispatcher check loop"] [2024/05/06 22:36:57.532 +08:00] [INFO] [tso_dispatcher.go:336] ["[tso] start tso connection contexts updater"] [dc-location=global] [2024/05/06 22:36:57.532 +08:00] [INFO] [tso_dispatcher.go:119] ["[tso] start tso deadline watcher"] [dc-location=global] [2024/05/06 22:36:57.534 +08:00] [INFO] [local.go:682] ["multi ingest support"] [category=ddl-ingest] [2024/05/06 22:36:57.534 +08:00] [INFO] [local.go:704] ["TiKV server side free space check is enabled, so lightning will turn it off"] [category=ddl-ingest] [2024/05/06 22:36:57.534 +08:00] [INFO] [backend_mgr.go:161] ["create one backend for an DDL job"] ["job ID"=20534] ["current memory usage"=33656] ["max memory quota"=17179869184] ["is unique index"=false] [2024/05/06 22:36:57.534 +08:00] [INFO] [backfilling_read_index.go:91] ["read index executor init subtask exec env"] [category=ddl] [2024/05/06 22:36:57.538 +08:00] [INFO] [backfilling_read_index.go:96] ["read index executor run subtask"] [category=ddl] ["use cloud"=false] [2024/05/06 22:36:57.540 +08:00] [INFO] [backend.go:253] ["open engine"] [category=ddl-ingest] [engineTag=t0:1] [engineUUID=4229afb8-665d-5dce-bb97-2afa316b67ba] [2024/05/06 22:36:57.540 +08:00] [INFO] [engine_mgr.go:81] ["open an engine for index reorg task"] ["job ID"=20534] ["index ID"=1] ["current memory usage"=671122440] ["memory limitation"=17179869184] ["current writer count"=1] [2024/05/06 22:36:57.541 +08:00] [INFO] [backfilling_operators.go:160] ["build add index local storage operators"] [task-id=660015] [subtask-id=60015] [jobID=20534] [avgRowSize=0] [reader=2] [writer=4] [2024/05/06 22:36:57.541 +08:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=20532] ["start key"=7480000000000050345f728000000000000001] ["end key"=7480000000000050345f72800000000000000100] [2024/05/06 22:36:57.541 +08:00] [INFO] [backfilling_operators.go:451] ["start a table scan task"] [task-id=660015] [subtask-id=60015] [id=1] [task="TableScanTask: id=1, startKey=7480000000000050345f728000000000000001, endKey=7480000000000050345f72800000000000000100"] [2024/05/06 22:36:57.568 +08:00] [INFO] [engine.go:198] ["create one local writer for index reorg task"] ["job ID"=20534] ["index ID"=1] ["worker ID"=1] ["allocate memory"=40] ["current memory usage"=671122480] ["max memory quota"=17179869184] [2024/05/06 22:36:57.594 +08:00] [INFO] [engine.go:198] ["create one local writer for index reorg task"] ["job ID"=20534] ["index ID"=1] ["worker ID"=2] ["allocate memory"=40] ["current memory usage"=671122520] ["max memory quota"=17179869184] [2024/05/06 22:36:57.594 +08:00] [INFO] [backfilling_operators.go:697] ["finish a index ingest task"] [task-id=660015] [subtask-id=60015] [id=1] [2024/05/06 22:36:57.621 +08:00] [INFO] [engine.go:198] ["create one local writer for index reorg task"] ["job ID"=20534] ["index ID"=1] ["worker ID"=3] ["allocate memory"=40] ["current memory usage"=672171136] ["max memory quota"=17179869184] [2024/05/06 22:36:57.647 +08:00] [INFO] [engine.go:198] ["create one local writer for index reorg task"] ["job ID"=20534] ["index ID"=1] ["worker ID"=4] ["allocate memory"=40] ["current memory usage"=672171176] ["max memory quota"=17179869184] [2024/05/06 22:36:57.647 +08:00] [INFO] [engine.go:867] ["write data to local DB"] [category=ddl-ingest] [size=39] [kvs=1] [files=1] [sstFileSize=942] [file=/tmp/tidb/tmp_ddl-36269/20534/4229afb8-665d-5dce-bb97-2afa316b67ba.sst/3b68f344-1c95-4c7f-b1b6-bf0e34a343af.sst] [firstKey=7480000000000050345F698000000000000001013100000000000000F8038000000000000001] [lastKey=7480000000000050345F698000000000000001013100000000000000F8038000000000000001] [2024/05/06 22:36:57.649 +08:00] [INFO] [backend.go:215] ["acquire distributed flush lock success"] [jobID=20534] [2024/05/06 22:36:57.649 +08:00] [INFO] [backend.go:237] ["do a partial import data into the storage"] ["index ID"=1] ["usage info"="disk usage: 192041357312/467794132992, backend usage: 0"] [2024/05/06 22:36:57.649 +08:00] [INFO] [backend.go:372] ["import start"] [category=ddl-ingest] [engineUUID=4229afb8-665d-5dce-bb97-2afa316b67ba] [retryCnt=0] [2024/05/06 22:36:57.649 +08:00] [WARN] [local.go:1687] ["get region split size and keys failed"] [category=ddl-ingest] [error="Get \"http://127.0.0.1:20165/config\": dial tcp 127.0.0.1:20165: connect: connection refused"] [store=127.0.0.1:20165] [2024/05/06 22:36:57.649 +08:00] [WARN] [local.go:1270] ["fail to get region split keys and size"] [category=ddl-ingest] [error="get region split size and keys failed"] [2024/05/06 22:36:57.649 +08:00] [INFO] [local.go:1280] ["pause pd scheduler of table scope"] [category=ddl-ingest] [2024/05/06 22:36:57.670 +08:00] [INFO] [local.go:1318] ["start import engine"] [category=ddl-ingest] [uuid=4229afb8-665d-5dce-bb97-2afa316b67ba] ["region ranges"=1] [count=1] [size=39] [2024/05/06 22:36:57.670 +08:00] [INFO] [local.go:835] ["import engine ranges"] [category=ddl-ingest] [count=1] [2024/05/06 22:36:57.675 +08:00] [INFO] [local.go:1329] ["import engine success"] [category=ddl-ingest] [uuid=4229afb8-665d-5dce-bb97-2afa316b67ba] [size=39] [kvs=1] [importedSize=39] [importedCount=1] [2024/05/06 22:36:57.676 +08:00] [INFO] [backend.go:378] ["import completed"] [category=ddl-ingest] [engineUUID=4229afb8-665d-5dce-bb97-2afa316b67ba] [retryCnt=0] [takeTime=26.94456ms] [] [2024/05/06 22:36:57.678 +08:00] [INFO] [backend.go:221] ["release distributed flush lock success"] [jobID=20534] [2024/05/06 22:36:57.684 +08:00] [INFO] [backfilling_read_index.go:151] ["read index executor cleanup subtask exec env"] [2024/05/06 22:36:57.684 +08:00] [INFO] [backend.go:330] ["engine close start"] [category=ddl-ingest] [engineTag=t0:1] [engineUUID=4229afb8-665d-5dce-bb97-2afa316b67ba] [2024/05/06 22:36:57.685 +08:00] [INFO] [backend.go:332] ["engine close completed"] [category=ddl-ingest] [engineTag=t0:1] [engineUUID=4229afb8-665d-5dce-bb97-2afa316b67ba] [takeTime=549.424µs] [] [2024/05/06 22:36:57.685 +08:00] [INFO] [backend.go:391] ["cleanup start"] [category=ddl-ingest] [engineTag=t0:1] [engineUUID=4229afb8-665d-5dce-bb97-2afa316b67ba] [2024/05/06 22:36:57.685 +08:00] [INFO] [backend.go:393] ["cleanup completed"] [category=ddl-ingest] [engineTag=t0:1] [engineUUID=4229afb8-665d-5dce-bb97-2afa316b67ba] [takeTime=362.975µs] [] [2024/05/06 22:36:57.685 +08:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 22:36:57.685 +08:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 22:36:57.685 +08:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 22:36:57.685 +08:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 22:36:57.685 +08:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 22:36:57.685 +08:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 22:36:57.685 +08:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 22:36:57.685 +08:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 22:36:57.685 +08:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 22:36:57.686 +08:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 22:36:57.686 +08:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 22:36:57.686 +08:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 22:36:57.686 +08:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 22:36:57.686 +08:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=lightning] [2024/05/06 22:36:57.686 +08:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 22:36:57.686 +08:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 22:36:57.686 +08:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=5] [collected-request-count=0] [pending-request-count=0] [2024/05/06 22:36:57.686 +08:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 22:36:57.686 +08:00] [INFO] [backend_mgr.go:309] ["close one backend for DDL job"] ["job ID"=20534] ["current memory usage"=33600] ["max memory quota"=17179869184] [2024/05/06 22:36:57.686 +08:00] [INFO] [task_executor.go:309] ["execute task step completed"] [task-id=660015] [task-type=backfill] [step=read-index] [mem-limit-percent=0.7] [server-mem-limit=80%] [resource="[CPU=4, Mem=16GiB]"] [takeTime=155.970566ms] [] [2024/05/06 22:36:58.052 +08:00] [INFO] [scheduler.go:422] ["switch to next step"] [task-id=660015] [task-type=backfill] [allocated-slots=true] [current-step=read-index] [next-step=done] [2024/05/06 22:36:58.291 +08:00] [INFO] [manager.go:332] ["task executor exit"] [task-id=660015] [type=backfill] [2024/05/06 22:36:58.352 +08:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 22:36:58.389 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 5, tp add index"] [category=ddl] [jobID=20534] [conn=828377476] [category=ddl] [job="ID:20534, Type:add index, State:running, SchemaState:write reorganization, SchemaID:20501, TableID:20532, RowCount:1, ArgLen:0, start time: 2024-05-06 22:36:56.37 +0800 CST, Err:, ErrCount:0, SnapshotVersion:449578589610311690, LocalMode: false, UniqueWarnings:0"] [2024/05/06 22:36:58.389 +08:00] [INFO] [index.go:880] ["index backfill state ready to merge"] [category=ddl] ["job ID"=20534] [table=t0] [index=i0] [2024/05/06 22:36:58.415 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp add index"] [category=ddl] [jobID=20534] [conn=828377476] [category=ddl] [job="ID:20534, Type:add index, State:running, SchemaState:write reorganization, SchemaID:20501, TableID:20532, RowCount:1, ArgLen:0, start time: 2024-05-06 22:36:56.37 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 22:36:58.416 +08:00] [INFO] [reorg.go:718] ["job get table range"] [category=ddl] [jobID=20534] [physicalTableID=20532] [startKey=7480000000000050345f69ffff000000000001] [endKey=7480000000000050345f69ffff000000000001ff] [2024/05/06 22:36:58.442 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 5, tp add index"] [category=ddl] [jobID=20534] [conn=828377476] [category=ddl] [job="ID:20534, Type:add index, State:running, SchemaState:write reorganization, SchemaID:20501, TableID:20532, RowCount:1, ArgLen:0, start time: 2024-05-06 22:36:56.37 +0800 CST, Err:, ErrCount:0, SnapshotVersion:449578590108385293, LocalMode: false, UniqueWarnings:0"] [2024/05/06 22:36:58.443 +08:00] [INFO] [index.go:1928] ["start to merge temp index"] [category=ddl] [job="ID:20534, Type:add index, State:running, SchemaState:write reorganization, SchemaID:20501, TableID:20532, RowCount:1, ArgLen:6, start time: 2024-05-06 22:36:56.37 +0800 CST, Err:, ErrCount:0, SnapshotVersion:449578590108385293, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:1,StartKey:7480000000000050345f69ffff000000000001,EndKey:7480000000000050345f69ffff000000000001ff,First:false,PhysicalTableID:20532,Ingest mode:false"] [2024/05/06 22:36:58.445 +08:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=20532] ["start key"=7480000000000050345f69ffff000000000001] ["end key"=7480000000000050345f69ffff000000000001ff] [2024/05/06 22:36:58.445 +08:00] [INFO] [backfilling.go:692] ["start backfill workers to reorg record"] [category=ddl] [type="merge temporary index"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000050345f69ffff000000000001] [endKey=7480000000000050345f69ffff000000000001ff] [2024/05/06 22:36:58.445 +08:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=20532] ["end key"=7480000000000050345f69ffff000000000001ff] ["current end key"=7480000000000050345f69ffff00000000000100] [2024/05/06 22:36:58.445 +08:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp merge temporary index"] [jobID=20534] [2024/05/06 22:36:58.445 +08:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp merge temporary index"] [jobID=20534] [2024/05/06 22:36:58.445 +08:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp merge temporary index"] [jobID=20534] [2024/05/06 22:36:58.446 +08:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp merge temporary index"] [task="taskID: 1, physicalTableID: 20532, range: [7480000000000050345f69ffff000000000001, 7480000000000050345f69ffff00000000000100), jobID: 20534"] ["added count"=0] ["scan count"=0] ["next key"=7480000000000050345f69ffff0000000000010000] ["take time"=367.291µs] [2024/05/06 22:36:58.446 +08:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp merge temporary index"] [jobID=20534] [2024/05/06 22:36:58.446 +08:00] [INFO] [backfilling.go:632] ["backfill workers successfully processed"] [category=ddl] [element=ID:1,TypeKey:_idx_] ["total added count"=1] ["start key"=7480000000000050345f69ffff000000000001] [2024/05/06 22:36:58.446 +08:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=1] [2024/05/06 22:36:58.452 +08:00] [INFO] [index.go:781] ["run add index job done"] [category=ddl] [charset=utf8mb4] [collation=utf8mb4_general_ci] [2024/05/06 22:36:58.476 +08:00] [INFO] [delete_range.go:422] ["insert into delete-range indices"] [category=ddl] [jobID=20534] [tableID=20532] [indexIDs="[9223090561878065153]"] [comment="add index: physical table ID(s)"] [2024/05/06 22:36:58.477 +08:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=20534] [jobType="add index"] [2024/05/06 22:36:58.478 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp add index"] [category=ddl] [jobID=20534] [conn=828377476] [job="ID:20534, Type:add index, State:synced, SchemaState:public, SchemaID:20501, TableID:20532, RowCount:1, ArgLen:3, start time: 2024-05-06 22:36:56.37 +0800 CST, Err:, ErrCount:0, SnapshotVersion:449578590108385293, LocalMode: false, UniqueWarnings:0"] [2024/05/06 22:36:58.482 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=20534] [2024/05/06 22:36:58.482 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:36:58.484 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=24659] [neededSchemaVersion=24665] ["start time"=1.499827ms] [gotSchemaVersion=24665] [phyTblIDs="[20532,20532,20532,20532,20532,20532]"] [actionTypes="[7,7,7,7,7,7]"] [diffTypes="[\"add index\",\"add index\",\"add index\",\"add index\",\"add index\",\"add index\"]"] [2024/05/06 22:36:58.486 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24665] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="analyze table t0;"] [2024/05/06 22:36:58.510 +08:00] [INFO] [analyze.go:747] ["analyze table `util__ranger`.`t0` has finished"] [partition=] ["job info"="analyze table all columns with 256 buckets, 500 topn, 1 samplerate"] ["start time"=2024/05/06 22:36:58.489 +08:00] ["end time"=2024/05/06 22:36:58.509 +08:00] [cost=19.377607ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] [2024/05/06 22:36:58.520 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24665] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="explain format = 'brief' select * from t0 where c0;"] [2024/05/06 22:36:58.520 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24665] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="explain format = 'brief' select * from t0 where c0 and c0 > '123';"] [2024/05/06 22:36:58.521 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24665] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="explain format = 'brief' select * from t0 where c0 and c0 <> '123';"] [2024/05/06 22:36:58.521 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24665] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="explain format = 'brief' select * from t0 where c0 is true;"] [2024/05/06 22:36:58.522 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24665] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="explain format = 'brief' select * from t0 where c0 is false;"] [2024/05/06 22:36:58.522 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24665] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="explain format = 'brief' select * from t0 where c0 and c0 in ('123','456','789');"] [2024/05/06 22:36:58.522 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24665] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="explain format = 'brief' select * FROM t0 WHERE ('a' != t0.c0) AND t0.c0;"] [2024/05/06 22:36:58.523 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24665] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="SET @@SESSION.`tidb_cost_model_version`=DEFAULT"] [2024/05/06 22:36:58.523 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24665] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="SET @@SESSION.`tidb_cost_model_version`=2"] [2024/05/06 22:36:58.523 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=828377476] [schemaVersion=24665] [cur_db=util__ranger] [sql="drop table if exists t;"] [user=root@%] [2024/05/06 22:36:58.536 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:20535, Type:drop table, State:queueing, SchemaState:public, SchemaID:20501, TableID:20530, RowCount:0, ArgLen:2, start time: 2024-05-06 22:36:58.52 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:36:58.536 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:20535, Type:drop table, State:queueing, SchemaState:public, SchemaID:20501, TableID:20530, RowCount:0, ArgLen:2, start time: 2024-05-06 22:36:58.52 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 22:36:58.551 +08:00] [INFO] [scheduler_manager.go:364] ["task scheduler exist"] [task-id=660015] [2024/05/06 22:36:58.552 +08:00] [INFO] [scheduler_manager.go:410] ["cleanup routine start"] [2024/05/06 22:36:58.552 +08:00] [INFO] [scheduler_manager.go:426] ["cleanup task"] [task-id=660015] [2024/05/06 22:36:58.557 +08:00] [INFO] [scheduler_manager.go:419] ["cleanup routine success"] [2024/05/06 22:36:58.562 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=20535] [conn=828377476] [category=ddl] [job="ID:20535, Type:drop table, State:queueing, SchemaState:public, SchemaID:20501, TableID:20530, RowCount:0, ArgLen:0, start time: 2024-05-06 22:36:58.52 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:36:58.587 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=20535] [conn=828377476] [category=ddl] [job="ID:20535, Type:drop table, State:running, SchemaState:write only, SchemaID:20501, TableID:20530, RowCount:0, ArgLen:0, start time: 2024-05-06 22:36:58.52 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:36:58.607 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=20535] [conn=828377476] [category=ddl] [job="ID:20535, Type:drop table, State:running, SchemaState:delete only, SchemaID:20501, TableID:20530, RowCount:0, ArgLen:0, start time: 2024-05-06 22:36:58.52 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:36:58.627 +08:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=20535] [tableIDs="[20530]"] [comment="drop table: table ID"] [2024/05/06 22:36:58.628 +08:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=20535] [jobType="drop table"] [2024/05/06 22:36:58.629 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=20535] [conn=828377476] [job="ID:20535, Type:drop table, State:synced, SchemaState:none, SchemaID:20501, TableID:20530, RowCount:0, ArgLen:3, start time: 2024-05-06 22:36:58.52 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:36:58.632 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=20535] [2024/05/06 22:36:58.632 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:36:58.633 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=24665] [neededSchemaVersion=24668] ["start time"=357.936µs] [gotSchemaVersion=24668] [phyTblIDs="[20530]"] [actionTypes="[4]"] [diffTypes="[\"drop table\",\"drop table\",\"drop table\"]"] [2024/05/06 22:36:58.634 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=828377476] [schemaVersion=24668] [cur_db=util__ranger] [sql="create table t(a int primary key, b int, c int, d int, e int, index idx(b,c,d));"] [user=root@%] [2024/05/06 22:36:58.647 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:20537, Type:create table, State:queueing, SchemaState:none, SchemaID:20501, TableID:20536, RowCount:0, ArgLen:2, start time: 2024-05-06 22:36:58.62 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:36:58.647 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:20537, Type:create table, State:queueing, SchemaState:none, SchemaID:20501, TableID:20536, RowCount:0, ArgLen:2, start time: 2024-05-06 22:36:58.62 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t(a int primary key, b int, c int, d int, e int, index idx(b,c,d));"] [2024/05/06 22:36:58.675 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=20537] [conn=828377476] [category=ddl] [job="ID:20537, Type:create table, State:queueing, SchemaState:none, SchemaID:20501, TableID:20536, RowCount:0, ArgLen:0, start time: 2024-05-06 22:36:58.62 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:36:58.695 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=20537] [conn=828377476] [job="ID:20537, Type:create table, State:synced, SchemaState:public, SchemaID:20501, TableID:20536, RowCount:0, ArgLen:0, start time: 2024-05-06 22:36:58.62 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:36:58.698 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=20537] [2024/05/06 22:36:58.699 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:36:58.699 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=14] ["first split key"=748000000000005038] [2024/05/06 22:36:58.700 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=14] ["first at"=748000000000005038] ["first new region left"="{Id:16684 StartKey:7480000000000050ff345f698000000000ff0000010131000000ff00000000f8038000ff0000000000010000fe EndKey:7480000000000050ff3800000000000000f8 RegionEpoch:{ConfVer:1 Version:8081} Peers:[id:16685 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 22:36:58.700 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[16684]"] [2024/05/06 22:36:58.700 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=24668] [neededSchemaVersion=24669] ["start time"=561µs] [gotSchemaVersion=24669] [phyTblIDs="[20536]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 22:36:58.701 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24669] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="insert into t values(1,1,1,1,2),(2,1,2,1,0);"] [2024/05/06 22:36:58.702 +08:00] [WARN] [prewrite.go:382] ["1pc failed and fallbacks to normal commit procedure"] [conn=828377476] [session_alias=] [startTS=449578590187290643] [2024/05/06 22:36:58.703 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24669] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="analyze table t;"] [2024/05/06 22:36:58.741 +08:00] [INFO] [analyze.go:747] ["analyze table `util__ranger`.`t` has finished"] [partition=] ["job info"="analyze table all columns with 256 buckets, 500 topn, 1 samplerate"] ["start time"=2024/05/06 22:36:58.707 +08:00] ["end time"=2024/05/06 22:36:58.740 +08:00] [cost=33.085218ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] [2024/05/06 22:36:58.763 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24669] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="explain format = 'brief' select t.e in (select count(*) from t s use index(idx), t t1 where s.b = 1 and s.c in (1, 2) and s.d = t.a and s.a = t1.a) from t;"] [2024/05/06 22:36:58.764 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24669] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="select t.e in (select count(*) from t s use index(idx), t t1 where s.b = 1 and s.c in (1, 2) and s.d = t.a and s.a = t1.a) from t;"] [2024/05/06 22:36:58.766 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24669] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="SET @@SESSION.`tidb_cost_model_version`=DEFAULT"] [2024/05/06 22:36:58.766 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=828377476] [schemaVersion=24669] [cur_db=util__ranger] [sql="drop table if exists t;"] [user=root@%] [2024/05/06 22:36:58.779 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:20538, Type:drop table, State:queueing, SchemaState:public, SchemaID:20501, TableID:20536, RowCount:0, ArgLen:2, start time: 2024-05-06 22:36:58.77 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:36:58.779 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:20538, Type:drop table, State:queueing, SchemaState:public, SchemaID:20501, TableID:20536, RowCount:0, ArgLen:2, start time: 2024-05-06 22:36:58.77 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t;"] [2024/05/06 22:36:58.801 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=20538] [conn=828377476] [category=ddl] [job="ID:20538, Type:drop table, State:queueing, SchemaState:public, SchemaID:20501, TableID:20536, RowCount:0, ArgLen:0, start time: 2024-05-06 22:36:58.77 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:36:58.821 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=20538] [conn=828377476] [category=ddl] [job="ID:20538, Type:drop table, State:running, SchemaState:write only, SchemaID:20501, TableID:20536, RowCount:0, ArgLen:0, start time: 2024-05-06 22:36:58.77 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:36:58.841 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=20538] [conn=828377476] [category=ddl] [job="ID:20538, Type:drop table, State:running, SchemaState:delete only, SchemaID:20501, TableID:20536, RowCount:0, ArgLen:0, start time: 2024-05-06 22:36:58.77 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:36:58.861 +08:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=20538] [tableIDs="[20536]"] [comment="drop table: table ID"] [2024/05/06 22:36:58.863 +08:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=20538] [jobType="drop table"] [2024/05/06 22:36:58.863 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=20538] [conn=828377476] [job="ID:20538, Type:drop table, State:synced, SchemaState:none, SchemaID:20501, TableID:20536, RowCount:0, ArgLen:3, start time: 2024-05-06 22:36:58.77 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:36:58.866 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=20538] [2024/05/06 22:36:58.866 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:36:58.867 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=24669] [neededSchemaVersion=24672] ["start time"=424.317µs] [gotSchemaVersion=24672] [phyTblIDs="[20536]"] [actionTypes="[4]"] [diffTypes="[\"drop table\",\"drop table\",\"drop table\"]"] [2024/05/06 22:36:58.869 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=828377476] [schemaVersion=24672] [cur_db=util__ranger] [sql="create table t(a int not null, b int not null, primary key(a,b));"] [user=root@%] [2024/05/06 22:36:58.882 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:20540, Type:create table, State:queueing, SchemaState:none, SchemaID:20501, TableID:20539, RowCount:0, ArgLen:2, start time: 2024-05-06 22:36:58.87 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:36:58.882 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:20540, Type:create table, State:queueing, SchemaState:none, SchemaID:20501, TableID:20539, RowCount:0, ArgLen:2, start time: 2024-05-06 22:36:58.87 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t(a int not null, b int not null, primary key(a,b));"] [2024/05/06 22:36:58.910 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=20540] [conn=828377476] [category=ddl] [job="ID:20540, Type:create table, State:queueing, SchemaState:none, SchemaID:20501, TableID:20539, RowCount:0, ArgLen:0, start time: 2024-05-06 22:36:58.87 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:36:58.931 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=20540] [conn=828377476] [job="ID:20540, Type:create table, State:synced, SchemaState:public, SchemaID:20501, TableID:20539, RowCount:0, ArgLen:0, start time: 2024-05-06 22:36:58.87 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:36:58.934 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=20540] [2024/05/06 22:36:58.934 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:36:58.934 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=14] ["first split key"=74800000000000503b] [2024/05/06 22:36:58.935 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=14] ["first at"=74800000000000503b] ["first new region left"="{Id:16686 StartKey:7480000000000050ff3800000000000000f8 EndKey:7480000000000050ff3b00000000000000f8 RegionEpoch:{ConfVer:1 Version:8082} Peers:[id:16687 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 22:36:58.935 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[16686]"] [2024/05/06 22:36:58.935 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=24672] [neededSchemaVersion=24673] ["start time"=542.248µs] [gotSchemaVersion=24673] [phyTblIDs="[20539]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 22:36:58.937 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24673] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="insert into t values(1,2);"] [2024/05/06 22:36:58.942 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24673] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="analyze table t;"] [2024/05/06 22:36:58.971 +08:00] [INFO] [analyze.go:747] ["analyze table `util__ranger`.`t` has finished"] [partition=] ["job info"="analyze table all columns with 256 buckets, 500 topn, 1 samplerate"] ["start time"=2024/05/06 22:36:58.946 +08:00] ["end time"=2024/05/06 22:36:58.969 +08:00] [cost=22.676614ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] [2024/05/06 22:36:58.988 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24673] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="explain format = 'brief' select * from (select * from t union all select a, b from t) sub where a > 0;"] [2024/05/06 22:36:58.989 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377476] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24673] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=util__ranger] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="select * from (select * from t union all select ifnull(a,b), b from t) sub where a > 0;"] [2024/05/06 22:36:58.990 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377480] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24673] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="use `test`"] [2024/05/06 22:36:58.991 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377480] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24673] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=test] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="SET @@SESSION.`time_zone`=_UTF8MB4'Asia/Shanghai'"] [2024/05/06 22:36:58.991 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=828377480] [schemaVersion=24673] [cur_db=test] [sql="drop database `util__ranger`"] [user=root@%] [2024/05/06 22:36:59.004 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:20541, Type:drop schema, State:queueing, SchemaState:public, SchemaID:20501, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 22:36:58.97 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:36:59.004 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:20541, Type:drop schema, State:queueing, SchemaState:public, SchemaID:20501, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 22:36:58.97 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop database `util__ranger`"] [2024/05/06 22:36:59.026 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=20541] [conn=828377480] [category=ddl] [job="ID:20541, Type:drop schema, State:queueing, SchemaState:public, SchemaID:20501, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 22:36:58.97 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:36:59.046 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=20541] [conn=828377480] [category=ddl] [job="ID:20541, Type:drop schema, State:running, SchemaState:write only, SchemaID:20501, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 22:36:58.97 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:36:59.065 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=20541] [conn=828377480] [category=ddl] [job="ID:20541, Type:drop schema, State:running, SchemaState:delete only, SchemaID:20501, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 22:36:58.97 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:36:59.084 +08:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=20541] [tableIDs="[20505,20507,20518,20532,20539]"] [comment="drop schema: table IDs"] [2024/05/06 22:36:59.086 +08:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=20541] [jobType="drop schema"] [2024/05/06 22:36:59.086 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=20541] [conn=828377480] [job="ID:20541, Type:drop schema, State:synced, SchemaState:none, SchemaID:20501, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 22:36:58.97 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:36:59.089 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=20541] [2024/05/06 22:36:59.089 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:36:59.090 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=24673] [neededSchemaVersion=24676] ["start time"=406.027µs] [gotSchemaVersion=24676] [phyTblIDs="[20505,20507,20518,20532,20539]"] [actionTypes="[2,2,2,2,2]"] [diffTypes="[\"drop schema\",\"drop schema\",\"drop schema\"]"] [2024/05/06 22:36:59.092 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377482] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24676] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="use `test`"] [2024/05/06 22:36:59.092 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377482] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24676] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=test] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="SET @@SESSION.`time_zone`=_UTF8MB4'Asia/Shanghai'"] [2024/05/06 22:36:59.092 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=828377482] [schemaVersion=24676] [cur_db=test] [sql="create database `window_function`"] [user=root@%] [2024/05/06 22:36:59.105 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:20543, Type:create schema, State:queueing, SchemaState:none, SchemaID:20542, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 22:36:59.07 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:36:59.105 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:20543, Type:create schema, State:queueing, SchemaState:none, SchemaID:20542, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 22:36:59.07 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database `window_function`"] [2024/05/06 22:36:59.136 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=20543] [conn=828377482] [category=ddl] [job="ID:20543, Type:create schema, State:queueing, SchemaState:none, SchemaID:20542, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 22:36:59.07 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:36:59.156 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=20543] [conn=828377482] [job="ID:20543, Type:create schema, State:synced, SchemaState:public, SchemaID:20542, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 22:36:59.07 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:36:59.158 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=20543] [2024/05/06 22:36:59.158 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:36:59.159 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=24676] [neededSchemaVersion=24677] ["start time"=213.318µs] [gotSchemaVersion=24677] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 22:36:59.161 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377484] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24677] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="use `test`"] [2024/05/06 22:36:59.161 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377484] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24677] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=test] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="SET @@SESSION.`time_zone`=_UTF8MB4'Asia/Shanghai'"] [2024/05/06 22:36:59.161 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377486] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24677] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="use `test`"] [2024/05/06 22:36:59.162 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377486] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24677] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=test] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="SET @@SESSION.`time_zone`=_UTF8MB4'Asia/Shanghai'"] [2024/05/06 22:36:59.162 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377486] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24677] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=test] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="SELECT tidb_version()"] [2024/05/06 22:36:59.162 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377484] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24677] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=test] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="SET @@SESSION.`tidb_init_chunk_size`=1"] [2024/05/06 22:36:59.162 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377484] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24677] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=test] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="SET @@SESSION.`tidb_max_chunk_size`=32"] [2024/05/06 22:36:59.162 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377484] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24677] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=test] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="SET @@SESSION.`tidb_multi_statement_mode`=1"] [2024/05/06 22:36:59.162 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377484] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24677] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=test] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="SET @@SESSION.`tidb_hash_join_concurrency`=1"] [2024/05/06 22:36:59.163 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377484] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24677] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=test] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="SET @@SESSION.`tidb_enable_pseudo_for_outdated_stats`=FALSE"] [2024/05/06 22:36:59.163 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377484] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24677] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=test] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="SET @@SESSION.`tidb_enable_analyze_snapshot`=1"] [2024/05/06 22:36:59.163 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377484] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24677] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=test] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="SET @@SESSION.`tidb_enable_clustered_index`=_UTF8MB4'int_only'"] [2024/05/06 22:36:59.163 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377484] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24677] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=test] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="use `window_function`"] [2024/05/06 22:36:59.163 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377484] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24677] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=window_function] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="SET @@SESSION.`tidb_cost_model_version`=1"] [2024/05/06 22:36:59.163 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=828377484] [schemaVersion=24677] [cur_db=window_function] [sql="drop table if exists t;"] [user=root@%] [2024/05/06 22:36:59.164 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=828377484] [schemaVersion=24677] [cur_db=window_function] [sql="create table t (a int, b int, c timestamp, index idx(a));"] [user=root@%] [2024/05/06 22:36:59.177 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:20545, Type:create table, State:queueing, SchemaState:none, SchemaID:20542, TableID:20544, RowCount:0, ArgLen:2, start time: 2024-05-06 22:36:59.17 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:36:59.177 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:20545, Type:create table, State:queueing, SchemaState:none, SchemaID:20542, TableID:20544, RowCount:0, ArgLen:2, start time: 2024-05-06 22:36:59.17 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t (a int, b int, c timestamp, index idx(a));"] [2024/05/06 22:36:59.205 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=20545] [conn=828377484] [category=ddl] [job="ID:20545, Type:create table, State:queueing, SchemaState:none, SchemaID:20542, TableID:20544, RowCount:0, ArgLen:0, start time: 2024-05-06 22:36:59.17 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:36:59.225 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=20545] [conn=828377484] [job="ID:20545, Type:create table, State:synced, SchemaState:public, SchemaID:20542, TableID:20544, RowCount:0, ArgLen:0, start time: 2024-05-06 22:36:59.17 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:36:59.228 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=20545] [2024/05/06 22:36:59.228 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:36:59.228 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=14] ["first split key"=748000000000005040] [2024/05/06 22:36:59.229 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=14] ["first at"=748000000000005040] ["first new region left"="{Id:16688 StartKey:7480000000000050ff3b00000000000000f8 EndKey:7480000000000050ff4000000000000000f8 RegionEpoch:{ConfVer:1 Version:8083} Peers:[id:16689 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 22:36:59.229 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[16688]"] [2024/05/06 22:36:59.229 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=24677] [neededSchemaVersion=24678] ["start time"=544.597µs] [gotSchemaVersion=24678] [phyTblIDs="[20544]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 22:36:59.230 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377484] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24678] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=window_function] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="SET @@SESSION.`tidb_enable_window_function`=1"] [2024/05/06 22:36:59.231 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377484] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24678] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=window_function] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="SET @@SESSION.`tidb_window_concurrency`=1"] [2024/05/06 22:36:59.231 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377484] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24678] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=window_function] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="explain format = 'brief' select sum(a) over() from t;"] [2024/05/06 22:36:59.231 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377484] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24678] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=window_function] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="explain format = 'brief' select sum(a) over(partition by a) from t;"] [2024/05/06 22:36:59.232 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377484] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24678] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=window_function] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="explain format = 'brief' select sum(a) over(partition by a order by b) from t;"] [2024/05/06 22:36:59.232 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377484] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24678] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=window_function] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="explain format = 'brief' select sum(a) over(partition by a order by b rows unbounded preceding) from t;"] [2024/05/06 22:36:59.233 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377484] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24678] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=window_function] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="explain format = 'brief' select sum(a) over(partition by a order by b rows between 1 preceding and 1 following) from t;"] [2024/05/06 22:36:59.233 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377484] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24678] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=window_function] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="explain format = 'brief' select sum(a) over(partition by a order by b range between 1 preceding and 1 following) from t;"] [2024/05/06 22:36:59.234 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377484] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24678] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=window_function] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="explain format = 'brief' select sum(a) over(partition by a order by c range between interval '2:30' minute_second preceding and interval '2:30' minute_second following) from t;"] [2024/05/06 22:36:59.234 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377484] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24678] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=window_function] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="SET @@SESSION.`tidb_window_concurrency`=4"] [2024/05/06 22:36:59.234 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377484] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24678] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=window_function] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="explain format = 'brief' select sum(a) over() from t;"] [2024/05/06 22:36:59.235 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377484] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24678] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=window_function] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="explain format = 'brief' select sum(a) over(partition by a) from t;"] [2024/05/06 22:36:59.235 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377484] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24678] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=window_function] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="explain format = 'brief' select sum(a) over(partition by a order by b) from t;"] [2024/05/06 22:36:59.236 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377484] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24678] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=window_function] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="explain format = 'brief' select sum(a) over(partition by a order by b rows unbounded preceding) from t;"] [2024/05/06 22:36:59.236 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377484] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24678] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=window_function] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="explain format = 'brief' select sum(a) over(partition by a order by b rows between 1 preceding and 1 following) from t;"] [2024/05/06 22:36:59.236 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377484] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24678] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=window_function] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="explain format = 'brief' select sum(a) over(partition by a order by b range between 1 preceding and 1 following) from t;"] [2024/05/06 22:36:59.237 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377484] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24678] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=window_function] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="explain format = 'brief' select sum(a) over(partition by a order by c range between interval '2:30' minute_second preceding and interval '2:30' minute_second following) from t;"] [2024/05/06 22:36:59.237 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=828377484] [schemaVersion=24678] [cur_db=window_function] [sql="drop table if exists t1;"] [user=root@%] [2024/05/06 22:36:59.238 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=828377484] [schemaVersion=24678] [cur_db=window_function] [sql="create table t1(a int primary key, b int);"] [user=root@%] [2024/05/06 22:36:59.254 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:20547, Type:create table, State:queueing, SchemaState:none, SchemaID:20542, TableID:20546, RowCount:0, ArgLen:2, start time: 2024-05-06 22:36:59.22 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:36:59.254 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:20547, Type:create table, State:queueing, SchemaState:none, SchemaID:20542, TableID:20546, RowCount:0, ArgLen:2, start time: 2024-05-06 22:36:59.22 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t1(a int primary key, b int);"] [2024/05/06 22:36:59.276 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=20547] [conn=828377484] [category=ddl] [job="ID:20547, Type:create table, State:queueing, SchemaState:none, SchemaID:20542, TableID:20546, RowCount:0, ArgLen:0, start time: 2024-05-06 22:36:59.22 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:36:59.299 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=20547] [conn=828377484] [job="ID:20547, Type:create table, State:synced, SchemaState:public, SchemaID:20542, TableID:20546, RowCount:0, ArgLen:0, start time: 2024-05-06 22:36:59.22 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:36:59.303 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=20547] [2024/05/06 22:36:59.303 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:36:59.303 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=14] ["first split key"=748000000000005042] [2024/05/06 22:36:59.307 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=24678] [neededSchemaVersion=24679] ["start time"=719.878µs] [gotSchemaVersion=24679] [phyTblIDs="[20546]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 22:36:59.308 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=14] ["first at"=748000000000005042] ["first new region left"="{Id:16690 StartKey:7480000000000050ff4000000000000000f8 EndKey:7480000000000050ff4200000000000000f8 RegionEpoch:{ConfVer:1 Version:8084} Peers:[id:16691 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 22:36:59.308 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[16690]"] [2024/05/06 22:36:59.308 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377484] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24679] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=window_function] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="insert into t1 values(1, 1), (2, 1);"] [2024/05/06 22:36:59.309 +08:00] [WARN] [prewrite.go:382] ["1pc failed and fallbacks to normal commit procedure"] [conn=828377484] [session_alias=] [startTS=449578590344314899] [2024/05/06 22:36:59.311 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377484] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24679] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=window_function] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="analyze table t1;"] [2024/05/06 22:36:59.335 +08:00] [INFO] [analyze.go:747] ["analyze table `window_function`.`t1` has finished"] [partition=] ["job info"="analyze table all columns with 256 buckets, 500 topn, 1 samplerate"] ["start time"=2024/05/06 22:36:59.315 +08:00] ["end time"=2024/05/06 22:36:59.333 +08:00] [cost=18.009354ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] [2024/05/06 22:36:59.346 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377484] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24679] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=window_function] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="explain format = 'brief' select sum(a) over(partition by b) from t1;"] [2024/05/06 22:36:59.346 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377484] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24679] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=window_function] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="insert into t1 values(3, 3);"] [2024/05/06 22:36:59.347 +08:00] [WARN] [prewrite.go:382] ["1pc failed and fallbacks to normal commit procedure"] [conn=828377484] [session_alias=] [startTS=449578590357422101] [2024/05/06 22:36:59.348 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377484] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24679] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=window_function] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="analyze table t1;"] [2024/05/06 22:36:59.353 +08:00] [INFO] [save.go:200] ["incrementally update modifyCount"] [category=stats] [tableID=20546] [curModifyCnt=0] [results.BaseModifyCnt=0] [modifyCount=0] [2024/05/06 22:36:59.353 +08:00] [INFO] [save.go:211] ["incrementally update count"] [category=stats] [tableID=20546] [curCnt=2] [results.Count=3] [results.BaseCount=2] [count=3] [2024/05/06 22:36:59.369 +08:00] [INFO] [analyze.go:747] ["analyze table `window_function`.`t1` has finished"] [partition=] ["job info"="analyze table all columns with 256 buckets, 500 topn, 1 samplerate"] ["start time"=2024/05/06 22:36:59.350 +08:00] ["end time"=2024/05/06 22:36:59.368 +08:00] [cost=17.524724ms] ["sample rate reason"="use min(1, 110000/2) as the sample-rate=1"] [2024/05/06 22:36:59.379 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377484] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24679] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=window_function] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="explain format = 'brief' select sum(a) over(partition by b) from t1;"] [2024/05/06 22:36:59.381 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377488] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24679] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="use `test`"] [2024/05/06 22:36:59.381 +08:00] [INFO] [session.go:3971] [GENERAL_LOG] [conn=828377488] [session_alias=] [user=root@127.0.0.1] [schemaVersion=24679] [txnStartTS=0] [forUpdateTS=0] [isReadConsistency=false] [currentDB=test] [isPessimistic=false] [sessionTxnMode=PESSIMISTIC] [sql="SET @@SESSION.`time_zone`=_UTF8MB4'Asia/Shanghai'"] [2024/05/06 22:36:59.382 +08:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=828377488] [schemaVersion=24679] [cur_db=test] [sql="drop database `window_function`"] [user=root@%] [2024/05/06 22:36:59.398 +08:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:20548, Type:drop schema, State:queueing, SchemaState:public, SchemaID:20542, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 22:36:59.37 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 22:36:59.398 +08:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:20548, Type:drop schema, State:queueing, SchemaState:public, SchemaID:20542, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 22:36:59.37 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop database `window_function`"] [2024/05/06 22:36:59.419 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=20548] [conn=828377488] [category=ddl] [job="ID:20548, Type:drop schema, State:queueing, SchemaState:public, SchemaID:20542, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 22:36:59.37 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:36:59.439 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=20548] [conn=828377488] [category=ddl] [job="ID:20548, Type:drop schema, State:running, SchemaState:write only, SchemaID:20542, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 22:36:59.37 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:36:59.458 +08:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=20548] [conn=828377488] [category=ddl] [job="ID:20548, Type:drop schema, State:running, SchemaState:delete only, SchemaID:20542, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 22:36:59.37 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:36:59.478 +08:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=20548] [tableIDs="[20544,20546]"] [comment="drop schema: table IDs"] [2024/05/06 22:36:59.479 +08:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=20548] [jobType="drop schema"] [2024/05/06 22:36:59.480 +08:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 4, tp general"] [category=ddl] [jobID=20548] [conn=828377488] [job="ID:20548, Type:drop schema, State:synced, SchemaState:none, SchemaID:20542, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 22:36:59.37 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 22:36:59.482 +08:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=20548] [2024/05/06 22:36:59.482 +08:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 22:36:59.484 +08:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=24679] [neededSchemaVersion=24682] ["start time"=403.82µs] [gotSchemaVersion=24682] [phyTblIDs="[20544,20546]"] [actionTypes="[2,2]"] [diffTypes="[\"drop schema\",\"drop schema\",\"drop schema\"]"] [2024/05/06 22:36:59.487 +08:00] [INFO] [signal_posix.go:54] ["got signal to exit"] [signal=terminated] [2024/05/06 22:36:59.487 +08:00] [INFO] [server.go:584] ["setting tidb-server to report unhealthy (shutting-down)"] [2024/05/06 22:36:59.487 +08:00] [ERROR] [http_status.go:531] ["start status/rpc server error"] [error="accept tcp 127.0.0.1:45191: use of closed network connection"] [2024/05/06 22:36:59.487 +08:00] [ERROR] [http_status.go:526] ["http server error"] [error="http: Server closed"] [2024/05/06 22:36:59.487 +08:00] [ERROR] [http_status.go:521] ["grpc server error"] [error="mux: server closed"] [2024/05/06 22:36:59.489 +08:00] [INFO] [autoid.go:569] ["forceRebase from"] [dbID=7028] [tblID=7072] [from=0] [to=8388608] [isUnsigned=false] [category="autoid service"] [2024/05/06 22:36:59.490 +08:00] [INFO] [autoid.go:569] ["forceRebase from"] [dbID=7028] [tblID=7125] [from=0] [to=2] [isUnsigned=false] [category="autoid service"] [2024/05/06 22:36:59.491 +08:00] [INFO] [autoid.go:569] ["forceRebase from"] [dbID=7028] [tblID=7190] [from=0] [to=51] [isUnsigned=false] [category="autoid service"] [2024/05/06 22:36:59.492 +08:00] [INFO] [autoid.go:569] ["forceRebase from"] [dbID=7028] [tblID=7196] [from=0] [to=30] [isUnsigned=false] [category="autoid service"] [2024/05/06 22:36:59.493 +08:00] [INFO] [autoid.go:569] ["forceRebase from"] [dbID=7028] [tblID=7199] [from=0] [to=4008] [isUnsigned=false] [category="autoid service"] [2024/05/06 22:36:59.494 +08:00] [INFO] [autoid.go:569] ["forceRebase from"] [dbID=9743] [tblID=9895] [from=0] [to=2147483647] [isUnsigned=false] [category="autoid service"] [2024/05/06 22:36:59.495 +08:00] [INFO] [autoid.go:569] ["forceRebase from"] [dbID=7028] [tblID=7063] [from=0] [to=256] [isUnsigned=true] [category="autoid service"] [2024/05/06 22:36:59.496 +08:00] [INFO] [autoid.go:569] ["forceRebase from"] [dbID=7028] [tblID=7066] [from=0] [to=32768] [isUnsigned=false] [category="autoid service"] [2024/05/06 22:36:59.497 +08:00] [INFO] [autoid.go:569] ["forceRebase from"] [dbID=7028] [tblID=7069] [from=0] [to=65536] [isUnsigned=true] [category="autoid service"] [2024/05/06 22:36:59.498 +08:00] [INFO] [autoid.go:569] ["forceRebase from"] [dbID=7028] [tblID=7078] [from=0] [to=2147483648] [isUnsigned=false] [category="autoid service"] [2024/05/06 22:36:59.498 +08:00] [INFO] [autoid.go:569] ["forceRebase from"] [dbID=9743] [tblID=9900] [from=0] [to=2] [isUnsigned=false] [category="autoid service"] [2024/05/06 22:36:59.500 +08:00] [INFO] [autoid.go:569] ["forceRebase from"] [dbID=7028] [tblID=7075] [from=0] [to=16777216] [isUnsigned=true] [category="autoid service"] [2024/05/06 22:36:59.501 +08:00] [INFO] [autoid.go:569] ["forceRebase from"] [dbID=7028] [tblID=7084] [from=0] [to=9223372036854775807] [isUnsigned=false] [category="autoid service"] [2024/05/06 22:36:59.501 +08:00] [INFO] [autoid.go:569] ["forceRebase from"] [dbID=7028] [tblID=7184] [from=0] [to=11] [isUnsigned=false] [category="autoid service"] [2024/05/06 22:36:59.502 +08:00] [INFO] [autoid.go:569] ["forceRebase from"] [dbID=7028] [tblID=7202] [from=0] [to=4008] [isUnsigned=true] [category="autoid service"] [2024/05/06 22:36:59.503 +08:00] [INFO] [autoid.go:569] ["forceRebase from"] [dbID=7028] [tblID=7060] [from=0] [to=128] [isUnsigned=false] [category="autoid service"] [2024/05/06 22:36:59.504 +08:00] [INFO] [autoid.go:569] ["forceRebase from"] [dbID=7028] [tblID=7081] [from=0] [to=4294967296] [isUnsigned=true] [category="autoid service"] [2024/05/06 22:36:59.505 +08:00] [INFO] [autoid.go:569] ["forceRebase from"] [dbID=9743] [tblID=9906] [from=0] [to=6] [isUnsigned=false] [category="autoid service"] [2024/05/06 22:36:59.505 +08:00] [WARN] [manager.go:306] ["is not the owner"] ["owner info"="[autoid] tidb/autoid/leader ownerManager 127.0.0.1:45191"] [2024/05/06 22:36:59.505 +08:00] [INFO] [manager.go:273] ["break campaign loop, context is done"] ["owner info"="[autoid] tidb/autoid/leader ownerManager 127.0.0.1:45191"] [2024/05/06 22:36:59.506 +08:00] [INFO] [manager.go:317] ["revoke session"] ["owner info"="[autoid] tidb/autoid/leader ownerManager 127.0.0.1:45191"] [] [2024/05/06 22:36:59.506 +08:00] [INFO] [server.go:978] ["start drain clients"] [2024/05/06 22:36:59.506 +08:00] [INFO] [server.go:1007] ["all sessions quit in drain wait time"] [2024/05/06 22:36:59.506 +08:00] [INFO] [server.go:959] ["kill all connections."] [category=server] [2024/05/06 22:36:59.509 +08:00] [WARN] [manager.go:306] ["is not the owner"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager fe2d06f6-be4f-47b1-96f0-66e31ca382a1"] [2024/05/06 22:36:59.509 +08:00] [INFO] [manager.go:257] ["etcd session is done, creates a new one"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager fe2d06f6-be4f-47b1-96f0-66e31ca382a1"] [2024/05/06 22:36:59.509 +08:00] [INFO] [manager.go:261] ["break campaign loop, NewSession failed"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager fe2d06f6-be4f-47b1-96f0-66e31ca382a1"] [error="context canceled"] [2024/05/06 22:36:59.510 +08:00] [INFO] [manager.go:317] ["revoke session"] ["owner info"="[ddl] /tidb/ddl/fg/owner ownerManager fe2d06f6-be4f-47b1-96f0-66e31ca382a1"] [] [2024/05/06 22:36:59.510 +08:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 22:36:59.510 +08:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 6, tp add index"] [category=ddl] ["take time"=2.276µs] [2024/05/06 22:36:59.510 +08:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 5, tp add index"] [category=ddl] ["take time"=757ns] [2024/05/06 22:36:59.510 +08:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 22:36:59.510 +08:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 4, tp general"] [category=ddl] ["take time"=670ns] [2024/05/06 22:36:59.510 +08:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 22:36:59.510 +08:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/06 22:36:59.510 +08:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 22:36:59.511 +08:00] [INFO] [ddl.go:951] ["DDL closed"] [category=ddl] [ID=fe2d06f6-be4f-47b1-96f0-66e31ca382a1] ["take time"=5.131286ms] [2024/05/06 22:36:59.511 +08:00] [INFO] [ddl.go:769] ["stop DDL"] [category=ddl] [ID=fe2d06f6-be4f-47b1-96f0-66e31ca382a1] [2024/05/06 22:36:59.511 +08:00] [INFO] [domain.go:1026] ["stopping ttlJobManager"] [2024/05/06 22:36:59.511 +08:00] [INFO] [notifier.go:142] ["etcd watcher exited to watch timer events"] [EtcdKey=/tidb/timer/cluster/1/notify/eeb8aafc-4e12-4cee-94fa-1053580429d1] [watcherID=9561fb96-1f6a-4b4f-934a-b328fd1dc124] [2024/05/06 22:36:59.511 +08:00] [INFO] [runtime.go:190] ["TimerGroupRuntime loop exit"] [groupID=ttl] [2024/05/06 22:36:59.512 +08:00] [INFO] [notifier.go:227] ["etcd notify loop to watch timer events stopped"] [EtcdKey=/tidb/timer/cluster/1/notify/eeb8aafc-4e12-4cee-94fa-1053580429d1] [2024/05/06 22:36:59.512 +08:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/06 22:36:59.512 +08:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 22:36:59.512 +08:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 22:36:59.512 +08:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 22:36:59.512 +08:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."] [2024/05/06 22:36:59.512 +08:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0] [2024/05/06 22:36:59.512 +08:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 22:36:59.512 +08:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 22:36:59.512 +08:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 22:36:59.512 +08:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."] [2024/05/06 22:36:59.512 +08:00] [INFO] [job_manager.go:174] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [2024/05/06 22:36:59.512 +08:00] [INFO] [domain.go:1037] ["ttlJobManager exited."] [2024/05/06 22:36:59.512 +08:00] [INFO] [domain.go:2817] ["releaseServerID succeed"] [serverID=395] [2024/05/06 22:36:59.512 +08:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/06 22:36:59.512 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 22:36:59.512 +08:00] [INFO] [domain.go:2323] ["loadStatsWorker exited."] [2024/05/06 22:36:59.512 +08:00] [INFO] [domain.go:2881] ["serverIDKeeper exited."] [2024/05/06 22:36:59.512 +08:00] [INFO] [domain.go:2105] ["HistoricalStatsWorker exited."] [2024/05/06 22:36:59.512 +08:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/06 22:36:59.512 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=HistoricalStatsWorker] [2024/05/06 22:36:59.512 +08:00] [INFO] [domain.go:1750] ["LoadSysVarCacheLoop exited."] [2024/05/06 22:36:59.512 +08:00] [INFO] [domain.go:2074] ["dumpFileGcChecker exited."] [2024/05/06 22:36:59.512 +08:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 22:36:59.512 +08:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 22:36:59.512 +08:00] [WARN] [manager.go:306] ["is not the owner"] ["owner info"="[bindinfo] /tidb/bindinfo/owner ownerManager fe2d06f6-be4f-47b1-96f0-66e31ca382a1"] [2024/05/06 22:36:59.512 +08:00] [INFO] [manager.go:446] ["watcher is closed, no owner"] ["owner info"="[log-backup] ownerManager fa18c0d5-24a7-4462-a258-64ed2a7af00a watch owner key /tidb/br-stream/owner/6e648f4e3bf6d437"] [2024/05/06 22:36:59.512 +08:00] [INFO] [plan_replayer.go:413] ["planReplayerTaskDumpWorker exited."] [2024/05/06 22:36:59.512 +08:00] [INFO] [advancer.go:397] ["Meet task event"] [category="log backup advancer"] [event="Err(, err = EOF)"] [2024/05/06 22:36:59.512 +08:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 22:36:59.512 +08:00] [INFO] [manager.go:446] ["watcher is closed, no owner"] ["owner info"="[stats] ownerManager fe2d06f6-be4f-47b1-96f0-66e31ca382a1 watch owner key /tidb/stats/owner/6e648f4e3bf6d443"] [2024/05/06 22:36:59.512 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 22:36:59.512 +08:00] [ERROR] [advancer.go:400] ["listen task meet error, would reopen."] [error=EOF] [2024/05/06 22:36:59.512 +08:00] [WARN] [manager.go:306] ["is not the owner"] ["owner info"="[stats] /tidb/stats/owner ownerManager fe2d06f6-be4f-47b1-96f0-66e31ca382a1"] [2024/05/06 22:36:59.512 +08:00] [INFO] [advancer.go:403] ["Task watcher exits due to some error."] [category="log backup advancer"] [error=EOF] [2024/05/06 22:36:59.512 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 22:36:59.512 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 22:36:59.512 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 22:36:59.512 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadStatsWorker] [2024/05/06 22:36:59.512 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 22:36:59.512 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 22:36:59.512 +08:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/06 22:36:59.512 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 22:36:59.512 +08:00] [INFO] [domain.go:1700] ["loadPrivilegeInLoop exited."] [2024/05/06 22:36:59.512 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 22:36:59.512 +08:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 22:36:59.512 +08:00] [INFO] [domain.go:2020] ["PlanReplayerTaskCollectHandle exited."] [2024/05/06 22:36:59.512 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=PlanReplayerTaskCollectHandle] [2024/05/06 22:36:59.512 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 22:36:59.512 +08:00] [INFO] [domain.go:2352] ["indexUsageWorker exited."] [2024/05/06 22:36:59.512 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=indexUsageWorker] [2024/05/06 22:36:59.512 +08:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."] [2024/05/06 22:36:59.512 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 22:36:59.512 +08:00] [INFO] [domain.go:1542] ["stopping dist task scheduler manager because the current node is not DDL owner anymore"] [id=fe2d06f6-be4f-47b1-96f0-66e31ca382a1] [2024/05/06 22:36:59.512 +08:00] [INFO] [scheduler_manager.go:318] ["subtask history table gc loop exits"] [2024/05/06 22:36:59.512 +08:00] [INFO] [domain.go:2040] ["PlanReplayerTaskDumpHandle exited."] [2024/05/06 22:36:59.512 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=PlanReplayerTaskDumpHandle] [2024/05/06 22:36:59.512 +08:00] [WARN] [manager.go:306] ["is not the owner"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager fa18c0d5-24a7-4462-a258-64ed2a7af00a"] [2024/05/06 22:36:59.512 +08:00] [INFO] [scheduler_manager.go:459] ["collect loop exits"] [2024/05/06 22:36:59.512 +08:00] [INFO] [scheduler_manager.go:379] ["cleanup loop exits"] [2024/05/06 22:36:59.512 +08:00] [INFO] [scheduler_manager.go:206] ["schedule task loop exits"] [2024/05/06 22:36:59.513 +08:00] [INFO] [domain.go:1544] ["dist task scheduler manager stopped"] [id=fe2d06f6-be4f-47b1-96f0-66e31ca382a1] [2024/05/06 22:36:59.513 +08:00] [INFO] [domain.go:1527] ["stopping dist task executor manager"] [2024/05/06 22:36:59.513 +08:00] [INFO] [manager.go:280] ["recoverMetaLoop done"] [2024/05/06 22:36:59.513 +08:00] [INFO] [manager.go:257] ["etcd session is done, creates a new one"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager fa18c0d5-24a7-4462-a258-64ed2a7af00a"] [2024/05/06 22:36:59.512 +08:00] [INFO] [manager.go:273] ["break campaign loop, context is done"] ["owner info"="[stats] /tidb/stats/owner ownerManager fe2d06f6-be4f-47b1-96f0-66e31ca382a1"] [2024/05/06 22:36:59.513 +08:00] [INFO] [manager.go:179] ["handle tasks loop done"] [2024/05/06 22:36:59.513 +08:00] [INFO] [domain.go:1529] ["dist task executor manager stopped"] [2024/05/06 22:36:59.513 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 22:36:59.512 +08:00] [INFO] [manager.go:273] ["break campaign loop, context is done"] ["owner info"="[bindinfo] /tidb/bindinfo/owner ownerManager fe2d06f6-be4f-47b1-96f0-66e31ca382a1"] [2024/05/06 22:36:59.513 +08:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/06 22:36:59.513 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 22:36:59.513 +08:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."] [2024/05/06 22:36:59.513 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 22:36:59.513 +08:00] [WARN] [etcd.go:78] ["failed to new session to etcd"] [ownerInfo="[log-backup] /tidb/br-stream/owner ownerManager fa18c0d5-24a7-4462-a258-64ed2a7af00a"] [error="context canceled"] [2024/05/06 22:36:59.513 +08:00] [INFO] [flush_subscriber.go:109] [Clearing.] [category="log backup flush subscriber"] [timeout=1m0s] [2024/05/06 22:36:59.513 +08:00] [INFO] [owner_daemon.go:87] ["daemon loop exits"] [id=fa18c0d5-24a7-4462-a258-64ed2a7af00a] [daemon-id=LogBackup::Advancer] [2024/05/06 22:36:59.513 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=logBackupAdvancer] [2024/05/06 22:36:59.713 +08:00] [INFO] [manager.go:261] ["break campaign loop, NewSession failed"] ["owner info"="[log-backup] /tidb/br-stream/owner ownerManager fa18c0d5-24a7-4462-a258-64ed2a7af00a"] [error="context canceled"] [2024/05/06 22:37:02.039 +08:00] [INFO] [manager.go:317] ["revoke session"] ["owner info"="[stats] /tidb/stats/owner ownerManager fe2d06f6-be4f-47b1-96f0-66e31ca382a1"] [error="rpc error: code = Canceled desc = grpc: the client connection is closing"] [2024/05/06 22:37:02.039 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=quitStatsOwner] [2024/05/06 22:37:02.064 +08:00] [INFO] [manager.go:317] ["revoke session"] ["owner info"="[bindinfo] /tidb/bindinfo/owner ownerManager fe2d06f6-be4f-47b1-96f0-66e31ca382a1"] [error="rpc error: code = Canceled desc = grpc: the client connection is closing"] [2024/05/06 22:37:02.064 +08:00] [INFO] [domain.go:1889] ["globalBindHandleWorkerLoop exited."] [2024/05/06 22:37:02.064 +08:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 22:37:02.067 +08:00] [INFO] [domain.go:1074] ["domain closed"] ["take time"=2.561249198s] [2024/05/06 22:37:02.067 +08:00] [INFO] [gc_worker.go:223] [quit] [category="gc worker"] [uuid=63d38f036080015] [2024/05/06 22:37:02.068 +08:00] [INFO] [tso_dispatcher.go:210] ["[tso] stop fetching the pending tso requests due to context canceled"] [dc-location=global] [2024/05/06 22:37:02.068 +08:00] [INFO] [pd_service_discovery.go:550] ["[pd] exit member loop due to context canceled"] [2024/05/06 22:37:02.068 +08:00] [INFO] [resource_manager_client.go:295] ["[resource manager] exit resource token dispatcher"] [2024/05/06 22:37:02.068 +08:00] [INFO] [tso_dispatcher.go:171] ["[tso] exit tso dispatcher"] [dc-location=global] [2024/05/06 22:37:02.068 +08:00] [INFO] [tso_client.go:155] ["[tso] closing tso client"] [2024/05/06 22:37:02.068 +08:00] [INFO] [tso_client.go:145] ["[tso] exit tso dispatcher check loop"] [2024/05/06 22:37:02.068 +08:00] [INFO] [tso_dispatcher.go:350] ["[tso] exit tso connection contexts updater"] [dc-location=global] [2024/05/06 22:37:02.068 +08:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=1] [collected-request-count=0] [pending-request-count=0] [2024/05/06 22:37:02.068 +08:00] [INFO] [tso_client.go:160] ["[tso] close tso client"] [2024/05/06 22:37:02.068 +08:00] [INFO] [tso_batch_controller.go:160] ["[pd] clear the tso batch controller"] [max-batch-size=10000] [best-batch-size=1] [collected-request-count=0] [pending-request-count=0] [2024/05/06 22:37:02.068 +08:00] [INFO] [tso_client.go:162] ["[tso] tso client is closed"] [2024/05/06 22:37:02.068 +08:00] [INFO] [pd_service_discovery.go:637] ["[pd] close pd service discovery client"] [2024/05/06 22:37:02.068 +08:00] [INFO] [tso_dispatcher.go:137] ["[tso] exit tso deadline watcher"] [dc-location=global] [2024/05/06 22:37:02.068 +08:00] [INFO] [client.go:329] ["[pd] http client closed"] [source=tikv-driver] [2024/05/06 22:37:02.068 +08:00] [INFO] [cpu.go:98] ["sql cpu collector stopped"] [2024/05/06 22:37:02.068 +08:00] [INFO] [cgmon.go:77] ["cgroup monitor stopped"] [2024/05/06 22:37:02.068 +08:00] [INFO] [cpuprofile.go:130] ["parallel cpu profiler stopped"] [Pipeline] archiveArtifacts Archiving artifacts No test report files were found. Configuration error? [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] sh + echo 88099c95a3c0c13a827c0795c3d45070264665e4 + echo f83febabecb98b95b098fd31a3664178f8a6b437 + echo b421b729c8a7c43ad7250f38e655cdda03d0ca77 + curl -F refs/pingcap/tikv/master/sha1.verify=@tikv.sha1.verify 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 382 100 101 100 281 1263 3515 --:--:-- --:--:-- --:--:-- 3556 {"msg":"success","url":"http://fileserver.pingcap.net/download/refs/pingcap/tikv/master/sha1.verify"}+ curl -F refs/pingcap/pd/master/sha1.verify=@pd.sha1.verify 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 376 100 99 100 277 3211 8986 --:--:-- --:--:-- --:--:-- 9233 {"msg":"success","url":"http://fileserver.pingcap.net/download/refs/pingcap/pd/master/sha1.verify"}+ curl -F refs/pingcap/tidb/master/sha1.verify=@tidb.sha1.verify 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 382 100 101 100 281 3390 9433 --:--:-- --:--:-- --:--:-- 9689 {"msg":"success","url":"http://fileserver.pingcap.net/download/refs/pingcap/tidb/master/sha1.verify"} [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